:root {
  color-scheme: dark;
  --bg: #050609;
  --bg-soft: #0b0d13;
  --panel: rgba(14, 18, 27, 0.58);
  --panel-strong: rgba(20, 24, 34, 0.78);
  --text: #f4f7fb;
  --muted: #9ba7b8;
  --dim: #667082;
  --line: rgba(190, 219, 255, 0.14);
  --ice: #8ee9ff;
  --violet: #9a7dff;
  --silver: #dce7f5;
  --warning: #c8d0dc;
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 20% 0%, rgba(142, 233, 255, 0.13), transparent 31rem),
    radial-gradient(circle at 82% 10%, rgba(154, 125, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #020306 0%, #080a10 38%, #030407 100%);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, black, transparent 86%);
}

.cursor-glow {
  position: fixed;
  left: var(--cursor-x, 50%);
  top: var(--cursor-y, 20%);
  width: 28rem;
  height: 28rem;
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(142, 233, 255, 0.1), transparent 64%);
  filter: blur(16px);
  transition: opacity 240ms ease;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(3, 5, 9, 0.64);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.brand-mark::before {
  display: none;
}

.brand-mark img {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.72rem;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(0, 198, 255, 0.42));
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.4rem);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--text);
}

.nav-cta,
.glass-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(142, 233, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(142, 233, 255, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0 0 rgba(142, 233, 255, 0);
  color: #eefbff;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  white-space: nowrap;
  backdrop-filter: blur(16px);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease,
    background 240ms ease;
}

.nav-cta:hover,
.glass-button:hover {
  border-color: rgba(142, 233, 255, 0.72);
  box-shadow: 0 0 28px rgba(142, 233, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.section {
  position: relative;
  z-index: 2;
  padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 4vw, 3rem);
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--ice);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.section-title {
  max-width: 820px;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.15rem, 5.4vw, 5.1rem);
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.01em;
}

.section-copy {
  max-width: 670px;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: 6rem;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 6rem -12vw auto auto;
  width: 54vw;
  height: 54vw;
  background:
    radial-gradient(circle at 48% 48%, rgba(142, 233, 255, 0.13), transparent 24%),
    radial-gradient(circle, rgba(154, 125, 255, 0.18), transparent 66%);
  filter: blur(34px);
  animation: heroGlowBreathe 8s ease-in-out infinite;
}

.hero::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 38vh;
  background: linear-gradient(180deg, transparent, rgba(5, 6, 9, 0.98));
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.86fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 7.4rem);
  font-weight: 650;
  line-height: 0.93;
  letter-spacing: 0.005em;
}

.hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 0.75px rgba(222, 235, 247, 0.46);
  text-shadow: 0 0 24px rgba(142, 233, 255, 0.06);
  opacity: 0.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  color: var(--silver);
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.text-link::after {
  content: "";
  width: 2.4rem;
  height: 1px;
  margin-left: 0.8rem;
  background: linear-gradient(90deg, var(--ice), transparent);
  transition: width 240ms ease;
}

.text-link:hover::after {
  width: 3.2rem;
}

.product-stage {
  position: relative;
  min-height: clamp(28rem, 52vw, 42rem);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-airflow,
.hero-vapor,
.hero-breath {
  position: absolute;
  pointer-events: none;
}

.hero-airflow {
  inset: 8% -8% 10% -18%;
  z-index: -1;
  filter: blur(0.4px);
}

.hero-airflow span {
  position: absolute;
  left: 0;
  width: 92%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(205, 239, 255, 0.18), rgba(142, 233, 255, 0.28), transparent);
  box-shadow: 0 0 18px rgba(142, 233, 255, 0.18);
  transform-origin: 70% 50%;
  animation: airflowMove 9s ease-in-out infinite;
}

.hero-airflow span:nth-child(1) {
  top: 27%;
  transform: rotate(-9deg);
}

.hero-airflow span:nth-child(2) {
  top: 45%;
  width: 102%;
  animation-delay: -3s;
  transform: rotate(-4deg);
}

.hero-airflow span:nth-child(3) {
  top: 62%;
  width: 84%;
  animation-delay: -5.8s;
  transform: rotate(6deg);
}

.hero-breath {
  width: min(29rem, 70vw);
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 48%, rgba(229, 247, 255, 0.16), transparent 24%),
    radial-gradient(circle, rgba(142, 233, 255, 0.1), transparent 64%);
  filter: blur(18px);
  animation: breathPulse 6.8s ease-in-out infinite;
}

.hero-vapor {
  inset: 0;
  z-index: 1;
}

.hero-vapor span {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(225, 243, 255, 0.2), rgba(142, 233, 255, 0.06) 48%, transparent 74%);
  filter: blur(18px);
  opacity: 0.46;
  mix-blend-mode: screen;
  animation: heroVaporDrift 10s ease-in-out infinite;
}

.hero-vapor span:nth-child(1) {
  width: 21rem;
  height: 8rem;
  left: 2%;
  top: 26%;
  transform: rotate(-10deg);
}

.hero-vapor span:nth-child(2) {
  width: 25rem;
  height: 9rem;
  right: -7%;
  bottom: 26%;
  animation-delay: -4s;
  transform: rotate(8deg);
}

.stage-ring {
  position: absolute;
  width: min(34rem, 78vw);
  aspect-ratio: 1;
  border: 1px solid rgba(142, 233, 255, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 40px rgba(142, 233, 255, 0.04);
  animation: rotate 28s linear infinite;
}

.stage-ring::before,
.stage-ring::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(154, 125, 255, 0.12);
  border-radius: 50%;
}

.stage-ring::after {
  inset: 27%;
  border-color: rgba(255, 255, 255, 0.1);
}

.product-visual {
  position: relative;
  width: min(15.5rem, 54vw);
  aspect-ratio: 0.42;
  border-radius: 30% 30% 24% 24% / 12% 12% 9% 9%;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42) 48%, transparent 52%),
    linear-gradient(110deg, #111722 0%, #e8eef8 20%, #4a5363 36%, #090c12 58%, #bbc8d8 83%, #222938 100%);
  box-shadow:
    0 46px 70px rgba(0, 0, 0, 0.62),
    0 0 44px rgba(142, 233, 255, 0.2),
    inset 0 0 18px rgba(255, 255, 255, 0.22);
  transform: rotate(-8deg);
  animation: float 5.8s ease-in-out infinite;
  overflow: hidden;
}

.product-visual.has-image {
  width: min(28rem, 76vw);
  aspect-ratio: 0.78;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.08), transparent 34%),
    rgba(6, 8, 13, 0.2);
  border-radius: var(--radius);
  box-shadow:
    0 46px 70px rgba(0, 0, 0, 0.62),
    0 0 38px rgba(142, 233, 255, 0.14),
    0 0 86px rgba(154, 125, 255, 0.08);
  transform: rotate(-4deg);
  animation: productFloatImage 7.2s ease-in-out infinite;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius);
  padding: clamp(0.7rem, 2vw, 1.5rem);
  filter:
    drop-shadow(0 44px 54px rgba(0, 0, 0, 0.68))
    drop-shadow(0 0 34px rgba(142, 233, 255, 0.24));
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 13% 16% auto;
  height: 14%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(142, 233, 255, 0.24), rgba(154, 125, 255, 0.5));
  box-shadow: 0 0 24px rgba(142, 233, 255, 0.42);
}

.product-visual::after {
  content: "EXDIVO";
  position: absolute;
  left: 50%;
  bottom: 18%;
  transform: translateX(-50%) rotate(90deg);
  color: rgba(6, 8, 13, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.product-visual.has-image::before,
.product-visual.has-image::after {
  display: none;
}

.hero-spec {
  position: absolute;
  right: 0;
  bottom: 9%;
  width: min(18rem, 78vw);
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 11, 18, 0.62);
  backdrop-filter: blur(18px);
  z-index: 4;
}

.hero-spec strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.16em;
}

.hero-spec span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.story-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.story-panel {
  position: sticky;
  top: 7rem;
  min-height: 28rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.story-panel::before {
  display: none;
}

.story-material {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(21rem, 82%);
  aspect-ratio: 0.8;
  transform: translate(-50%, -50%) rotate(-8deg) scale(1.08);
  z-index: 3;
}

.story-material img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  filter:
    contrast(1.05)
    saturate(0.88)
    drop-shadow(0 34px 42px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 22px rgba(142, 233, 255, 0.14));
}

.story-vapor,
.story-light {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

.story-vapor {
  inset: 0;
  z-index: 2;
  overflow: hidden;
}

.story-vapor span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(218, 238, 248, 0.35), rgba(132, 164, 182, 0.22) 38%, rgba(72, 98, 118, 0.12) 58%, transparent 76%);
  filter: blur(18px);
  opacity: 0.3;
  mix-blend-mode: screen;
  animation: storyVapor 12s ease-in-out infinite;
}

.story-vapor span:nth-child(1) {
  width: 24rem;
  height: 9rem;
  left: -10%;
  top: 24%;
  transform: rotate(-12deg);
}

.story-vapor span:nth-child(2) {
  width: 26rem;
  height: 10rem;
  right: -18%;
  top: 38%;
  animation-delay: -3.5s;
  transform: rotate(9deg);
}

.story-vapor span:nth-child(3) {
  width: 20rem;
  height: 8rem;
  left: 8%;
  bottom: 18%;
  animation-delay: -6.2s;
  transform: rotate(-4deg);
}

.story-light {
  left: 18%;
  right: 18%;
  bottom: 22%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(142, 233, 255, 0.78), rgba(154, 125, 255, 0.32), transparent);
  box-shadow: 0 0 36px rgba(142, 233, 255, 0.62);
  animation: storyLight 6s ease-in-out infinite;
}

.story-copy {
  display: grid;
  gap: 1rem;
}

.story-copy p {
  margin: 0;
  color: #c6ceda;
  font-size: clamp(1.02rem, 1.55vw, 1.24rem);
  line-height: 1.82;
  letter-spacing: 0.01em;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 2.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.metric {
  padding: 1.25rem;
  background: rgba(8, 11, 17, 0.82);
}

.metric strong {
  display: block;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 650;
}

.metric span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.tech-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    radial-gradient(circle at 75% 22%, rgba(142, 233, 255, 0.1), transparent 28rem);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.product-card {
  min-height: 30rem;
  display: grid;
  grid-template-rows: minmax(15rem, 1fr) auto;
  background:
    radial-gradient(circle at 50% 18%, rgba(142, 233, 255, 0.12), transparent 14rem),
    rgba(10, 13, 20, 0.9);
}

.product-card-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-click-link,
.story-product-link,
.selector-product-link,
.lifestyle-product-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.product-click-link {
  position: relative;
  z-index: 2;
  display: inline-grid;
  place-items: center;
}

.product-card-media > .product-click-link {
  width: 100%;
  height: 100%;
}

.product-click-link:focus-visible,
.story-product-link:focus-visible,
.selector-product-link:focus-visible,
.lifestyle-product-link:focus-visible {
  outline: 1px solid rgba(142, 233, 255, 0.72);
  outline-offset: 0.35rem;
  border-radius: var(--radius);
}

.product-card-media::before {
  content: "";
  position: absolute;
  width: 62%;
  height: 46%;
  border-radius: 50%;
  background: rgba(154, 125, 255, 0.13);
  filter: blur(30px);
}

.product-card .product-mini {
  position: relative;
  width: min(7.4rem, 44%);
  aspect-ratio: 0.5;
  border-radius: 28% 28% 20% 20% / 12% 12% 8% 8%;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36) 49%, transparent 54%),
    linear-gradient(115deg, #111620, #dde5ef 22%, #485160 39%, #0b0f17 60%, #aab7c9 84%);
  box-shadow: 0 30px 44px rgba(0, 0, 0, 0.58), 0 0 28px rgba(142, 233, 255, 0.17);
  transform: rotate(var(--tilt, -6deg));
  transition:
    transform 420ms ease,
    filter 420ms ease,
    box-shadow 420ms ease;
}

.product-mini.has-image {
  width: min(13.5rem, 78%);
  aspect-ratio: 0.82;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.07), transparent 38%),
    rgba(6, 8, 13, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 30px 44px rgba(0, 0, 0, 0.46), 0 0 28px rgba(142, 233, 255, 0.12);
}

.product-mini img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius);
  padding: 0.7rem;
  filter:
    drop-shadow(0 28px 34px rgba(0, 0, 0, 0.62))
    drop-shadow(0 0 22px rgba(142, 233, 255, 0.22));
  transition:
    transform 420ms ease,
    filter 420ms ease;
  transform-origin: center;
}

.product-card:hover .product-mini,
.product-card:focus-within .product-mini,
.product-click-link:hover .product-mini {
  transform: rotate(var(--tilt, -6deg)) scale(1.13) translateY(-0.35rem);
  box-shadow: 0 38px 54px rgba(0, 0, 0, 0.58), 0 0 44px rgba(142, 233, 255, 0.22);
}

.product-card:hover .product-mini img,
.product-card:focus-within .product-mini img,
.product-click-link:hover .product-mini img {
  transform: scale(1.06);
  filter:
    drop-shadow(0 34px 42px rgba(0, 0, 0, 0.68))
    drop-shadow(0 0 34px rgba(142, 233, 255, 0.3));
}

.product-card-content {
  padding: 1.25rem;
}

.product-card h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 650;
  letter-spacing: 0.005em;
}

.product-card p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.78;
  letter-spacing: 0.005em;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.1rem;
}

.feature-list span {
  padding: 0.38rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #cbd6e6;
  font-size: 0.72rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.035);
}

.color-selector-section {
  background:
    radial-gradient(circle at 50% 22%, rgba(142, 233, 255, 0.08), transparent 28rem),
    radial-gradient(circle at 72% 54%, rgba(154, 125, 255, 0.09), transparent 26rem);
}

.color-selector-shell {
  display: grid;
  gap: 2rem;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 30%),
    rgba(7, 10, 16, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 40px 90px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.selector-copy {
  text-align: center;
}

.selector-copy .section-title,
.selector-copy .section-copy {
  margin-left: auto;
  margin-right: auto;
}

.selector-stage {
  position: relative;
  min-height: clamp(28rem, 52vw, 38rem);
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  gap: 1rem;
  align-items: center;
  border: 1px solid rgba(142, 233, 255, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--selector-glow), 0.24), transparent 15rem),
    radial-gradient(circle at 50% 62%, rgba(154, 125, 255, 0.08), transparent 22rem),
    radial-gradient(circle at 50% 74%, rgba(var(--selector-glow), 0.12), transparent 24rem),
    rgba(3, 5, 9, 0.54);
  transition: background 420ms ease;
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.selector-stage::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 22.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--selector-glow), 0.82), transparent);
  box-shadow: 0 0 30px rgba(var(--selector-glow), 0.4);
  transition: background 420ms ease, box-shadow 420ms ease;
}

.selector-stage::after {
  content: "";
  position: absolute;
  left: 28%;
  right: 28%;
  bottom: 20%;
  height: 3rem;
  background: radial-gradient(ellipse, rgba(var(--selector-glow), 0.16), transparent 68%);
  filter: blur(12px);
  transition: background 420ms ease;
}

.selector-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(29rem, 64vw);
  aspect-ratio: 1;
  border: 1px solid rgba(var(--selector-glow), 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 38px rgba(var(--selector-glow), 0.04);
  opacity: 0.78;
  transition: border-color 420ms ease, box-shadow 420ms ease;
}

.selector-vapor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.selector-vapor span {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(226, 243, 255, 0.2), rgba(var(--selector-glow), 0.08) 42%, transparent 74%);
  filter: blur(16px);
  opacity: 0.42;
  mix-blend-mode: screen;
  animation: selectorVapor 10s ease-in-out infinite;
  transition: background 420ms ease;
}

.selector-vapor span:nth-child(1) {
  width: 22rem;
  height: 8rem;
  left: 18%;
  top: 28%;
  transform: rotate(-8deg);
}

.selector-vapor span:nth-child(2) {
  width: 24rem;
  height: 8.5rem;
  right: 16%;
  top: 42%;
  animation-delay: -3.4s;
  transform: rotate(9deg);
}

.selector-vapor span:nth-child(3) {
  width: 18rem;
  height: 7rem;
  left: 34%;
  bottom: 24%;
  animation-delay: -6.6s;
  transform: rotate(-3deg);
}

.selector-product-frame {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 100%;
  padding: 2rem 0;
  z-index: 2;
}

.selector-product-name {
  margin: 0 0 1.25rem;
  color: #eef7ff;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 650;
  letter-spacing: 0.01em;
}

.selector-product-link {
  display: grid;
  place-items: center;
  transition: filter var(--transition), transform var(--transition);
}

.selector-product-link:hover {
  transform: translateY(-0.25rem) scale(1.015);
  filter: drop-shadow(0 0 28px var(--selector-glow));
}

.selector-product-image {
  width: min(24rem, 72vw);
  aspect-ratio: 0.8;
  object-fit: contain;
  border-radius: var(--radius);
  padding: clamp(0.8rem, 2vw, 1.4rem);
  filter:
    drop-shadow(0 44px 56px rgba(0, 0, 0, 0.68))
    drop-shadow(0 0 34px rgba(var(--selector-glow), 0.2))
    drop-shadow(0 0 82px rgba(var(--selector-glow), 0.08));
  transition:
    opacity 260ms ease,
    transform 420ms ease,
    filter 420ms ease;
  animation: selectorFloat 6.8s ease-in-out infinite;
}

.selector-product-image.is-switching {
  opacity: 0;
  transform: translateY(8px) scale(0.98);
}

.selector-color-name {
  margin: 1.2rem 0 0;
  color: var(--silver);
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: opacity 220ms ease, transform 220ms ease;
}

.selector-color-name.is-switching {
  opacity: 0;
  transform: translateY(0.35rem);
}

.selector-arrow {
  position: relative;
  z-index: 3;
  width: 2.7rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  color: #eaf6ff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.selector-arrow:hover {
  border-color: rgba(var(--selector-glow), 0.68);
  box-shadow: 0 0 24px rgba(var(--selector-glow), 0.18);
  transform: translateY(-1px);
}

.selector-controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.color-swatch {
  width: 2rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.86), transparent 24%),
    var(--swatch);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease,
    border-color 220ms ease;
}

.color-swatch:hover {
  transform: translateY(-1px) scale(1.08);
  border-color: rgba(255, 255, 255, 0.46);
  box-shadow:
    0 0 22px rgba(var(--swatch-glow), 0.18),
    inset 0 0 10px rgba(0, 0, 0, 0.28);
}

.color-swatch.is-active {
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 3px rgba(3, 5, 9, 0.9),
    0 0 0 5px rgba(var(--swatch-glow), 0.86),
    0 0 28px rgba(var(--swatch-glow), 0.32),
    inset 0 0 10px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}

.selector-cta {
  justify-self: center;
}

.flavor-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.flavor-orbit {
  position: relative;
  min-height: 31rem;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.flavor-core {
  width: clamp(12rem, 25vw, 19rem);
  aspect-ratio: 1;
  border: 1px solid rgba(142, 233, 255, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(244, 247, 251, 0.12), transparent 34%),
    conic-gradient(from 120deg, rgba(142, 233, 255, 0.08), rgba(154, 125, 255, 0.26), rgba(220, 231, 245, 0.1), rgba(142, 233, 255, 0.08));
  box-shadow: 0 0 80px rgba(142, 233, 255, 0.1), inset 0 0 44px rgba(255, 255, 255, 0.06);
  animation: pulse 4.5s ease-in-out infinite;
}

.flavor-note {
  position: absolute;
  width: min(14rem, 40vw);
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 11, 18, 0.6);
  color: #d9e2ee;
  backdrop-filter: blur(14px);
  z-index: 2;
}

.flavor-note strong {
  display: block;
  font-size: 0.82rem;
}

.flavor-note span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.flavor-note:nth-child(2) {
  top: 8%;
  left: 2%;
}

.flavor-note:nth-child(3) {
  top: 22%;
  right: 0;
}

.flavor-note:nth-child(4) {
  left: 14%;
  bottom: 8%;
}

.flavor-note:nth-child(5) {
  right: 8%;
  bottom: 6%;
}

.flavor-note:nth-child(6) {
  left: 30%;
  top: 0;
}

.flavor-note:nth-child(7) {
  right: 28%;
  bottom: 24%;
}

.lifestyle {
  min-height: 90svh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(5, 6, 9, 0.16), rgba(5, 6, 9, 0.88) 76%),
    radial-gradient(circle at 18% 44%, rgba(142, 233, 255, 0.12), transparent 25rem),
    radial-gradient(circle at 78% 36%, rgba(154, 125, 255, 0.15), transparent 29rem),
    radial-gradient(circle at 66% 67%, rgba(214, 238, 255, 0.08), transparent 18rem),
    #050609;
  overflow: hidden;
}

.lifestyle::before {
  content: "";
  position: absolute;
  inset: 10% -8% auto;
  height: 28rem;
  background:
    radial-gradient(ellipse at 68% 52%, rgba(178, 233, 255, 0.18), transparent 33%),
    linear-gradient(100deg, transparent 8%, rgba(142, 233, 255, 0.12) 9%, transparent 13%),
    linear-gradient(86deg, transparent 48%, rgba(154, 125, 255, 0.14) 49%, transparent 53%);
  filter: blur(4px);
  opacity: 0.72;
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.lifestyle-copy {
  max-width: 640px;
}

.lifestyle .eyebrow {
  margin-bottom: 1.6rem;
}

.lifestyle .section-title {
  max-width: 11ch;
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.015em;
}

.lifestyle .section-copy {
  max-width: 34rem;
  margin-top: 2rem;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.85;
}

.lifestyle-atmosphere {
  position: relative;
  min-height: clamp(34rem, 52vw, 44rem);
  display: grid;
  align-items: end;
  padding: clamp(1.2rem, 3vw, 2.6rem);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 72% 42%, rgba(104, 209, 255, 0.28), transparent 18rem),
    radial-gradient(ellipse at 92% 65%, rgba(154, 125, 255, 0.14), transparent 21rem),
    radial-gradient(ellipse at 38% 72%, rgba(216, 234, 246, 0.08), transparent 22rem),
    linear-gradient(126deg, rgba(255, 255, 255, 0.09), transparent 21%, rgba(255, 255, 255, 0.035) 56%, transparent),
    linear-gradient(180deg, #05080d 0%, #0d1420 48%, #05070b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(142, 233, 255, 0.08),
    0 36px 90px rgba(8, 15, 24, 0.22);
  overflow: hidden;
}

.lifestyle-atmosphere::before {
  content: "";
  position: absolute;
  inset: 2% 0 8% 8%;
  background:
    linear-gradient(108deg, transparent 0 36%, rgba(219, 242, 255, 0.17) 37%, transparent 41%),
    linear-gradient(102deg, transparent 0 58%, rgba(142, 233, 255, 0.08) 59%, transparent 63%),
    radial-gradient(circle at 28% 34%, rgba(230, 246, 255, 0.24) 0 1px, transparent 1.4px),
    radial-gradient(circle at 68% 58%, rgba(230, 246, 255, 0.14) 0 1px, transparent 1.5px);
  background-size: auto, auto, 54px 44px, 82px 72px;
  clip-path: polygon(12% 0, 100% 0, 82% 100%, 0 100%);
  opacity: 0.56;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 76%, transparent);
}

.lifestyle-atmosphere::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 4%;
  bottom: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 244, 255, 0.62), rgba(154, 125, 255, 0.2), transparent);
  box-shadow:
    0 0 26px rgba(142, 233, 255, 0.3),
    0 18px 72px rgba(142, 233, 255, 0.2);
}

.environment-traces {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.environment-traces::before {
  content: "";
  position: absolute;
  right: -10%;
  top: 8%;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(142, 233, 255, 0.09);
  border-radius: 50%;
  box-shadow: inset 0 0 58px rgba(0, 0, 0, 0.66);
  opacity: 0.34;
}

.environment-traces::after {
  content: "";
  position: absolute;
  inset: 10% 10% 16% 18%;
  background-image:
    radial-gradient(circle, rgba(226, 242, 255, 0.18) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(142, 233, 255, 0.1) 0 1px, transparent 1.5px);
  background-size: 48px 42px, 76px 68px;
  filter: blur(0.2px);
  opacity: 0.28;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 70%, transparent);
}

.trace {
  position: absolute;
  display: block;
}

.trace-glass {
  left: 7%;
  top: 2%;
  width: 78%;
  height: 84%;
  border-left: 1px solid rgba(219, 240, 255, 0.12);
  border-right: 1px solid rgba(142, 233, 255, 0.06);
  background:
    linear-gradient(100deg, transparent 0 36%, rgba(220, 242, 255, 0.07) 37%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), transparent 44%);
  clip-path: polygon(14% 0, 100% 0, 82% 100%, 0 100%);
  opacity: 0.48;
}

.trace-glass::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 18%;
  width: 8rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(213, 237, 250, 0.14), transparent 66%);
  filter: blur(10px);
  transform: rotate(-18deg);
}

.trace-wheel {
  right: -9rem;
  bottom: 4.7rem;
  width: 27rem;
  aspect-ratio: 1;
  border: 1px solid rgba(170, 213, 235, 0.1);
  border-radius: 50%;
  box-shadow:
    inset 0 0 34px rgba(0, 0, 0, 0.68),
    0 0 26px rgba(142, 233, 255, 0.07);
  opacity: 0.22;
}

.trace-wheel::before {
  content: "";
  position: absolute;
  inset: 34%;
  border-radius: 50%;
  border: 1px solid rgba(214, 232, 245, 0.1);
}

.trace-wheel::after {
  content: "";
  position: absolute;
  left: 17%;
  right: 17%;
  top: 49%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(142, 233, 255, 0.24), transparent);
  transform: rotate(-12deg);
}

.trace-touch {
  left: 18%;
  bottom: 8.2rem;
  width: 12rem;
  height: 4.8rem;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 32% 48%, rgba(255, 255, 255, 0.12), transparent 16%),
    radial-gradient(ellipse at 48% 44%, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(ellipse at 64% 47%, rgba(255, 255, 255, 0.06), transparent 18%);
  filter: blur(5px);
  opacity: 0.24;
  transform: rotate(-10deg);
}

.vapor-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.vapor-field span {
  position: absolute;
  width: 26rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(222, 242, 255, 0.36), rgba(112, 161, 190, 0.18) 44%, transparent 74%);
  filter: blur(26px);
  opacity: 0.42;
  animation: vaporDrift 16s ease-in-out infinite;
}

.vapor-field span:nth-child(1) {
  left: -8%;
  top: 24%;
}

.vapor-field span:nth-child(2) {
  right: -5%;
  top: 29%;
  width: 30rem;
  animation-delay: -4s;
}

.vapor-field span:nth-child(3) {
  left: 24%;
  bottom: 25%;
  width: 28rem;
  opacity: 0.26;
  animation-delay: -7s;
}

.hand-shadow {
  position: absolute;
  left: 6%;
  right: 2%;
  bottom: 5.6rem;
  width: auto;
  height: 9.5rem;
  border-radius: 58% 42% 44% 40%;
  background:
    radial-gradient(ellipse at 72% 36%, rgba(255, 255, 255, 0.065), transparent 22%),
    linear-gradient(95deg, rgba(12, 16, 22, 0.04), rgba(0, 0, 0, 0.72) 54%, rgba(142, 233, 255, 0.045));
  filter: blur(1.5px);
  opacity: 0.58;
  transform: rotate(-4deg);
}

.lifestyle-product {
  position: absolute;
  left: auto;
  right: -8rem;
  top: 48%;
  width: min(25rem, 50vw);
  aspect-ratio: 0.8;
  transform: translateY(-50%) rotate(-12deg);
  z-index: 2;
  opacity: 0.46;
  clip-path: inset(0 0 0 42%);
  mask-image: linear-gradient(90deg, transparent 0, #000 36%, #000 76%, transparent 100%);
  animation: lifestyleDeviceDrift 12s ease-in-out infinite;
}

.lifestyle-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  padding: 0;
  filter:
    saturate(0.78)
    contrast(0.95)
    drop-shadow(0 34px 42px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 34px rgba(142, 233, 255, 0.16));
}

.atmosphere-signals {
  position: absolute;
  left: clamp(1.1rem, 4vw, 3rem);
  bottom: clamp(1.4rem, 4vw, 3rem);
  z-index: 3;
  display: grid;
  gap: 1.25rem;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  width: min(24rem, 74%);
  margin: 0;
}

.atmosphere-signal {
  min-height: auto;
  padding: 0 0 0 1.1rem;
  display: grid;
  align-content: end;
  gap: 0.38rem;
  border-left: 1px solid rgba(142, 233, 255, 0.34);
  border-bottom: 0;
  background: transparent;
}

.atmosphere-signal strong {
  color: rgba(239, 250, 255, 0.94);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.atmosphere-signal span {
  color: rgba(212, 226, 238, 0.72);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.55;
}

.final-cta {
  text-align: center;
  padding-bottom: 4rem;
}

.final-cta .section-title,
.final-cta .section-copy {
  margin-left: auto;
  margin-right: auto;
}

.final-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.compliance {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  background: rgba(2, 3, 6, 0.9);
  padding: 1.4rem clamp(1rem, 4vw, 3rem) 2.2rem;
}

.compliance-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  gap: 0.7rem;
  color: var(--warning);
  font-size: 0.76rem;
  line-height: 1.6;
}

.compliance strong {
  color: #f2f6fb;
}

.site-editor {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  font-family: Inter, Arial, sans-serif;
}

.editor-toggle {
  min-height: 2.6rem;
  padding: 0 1.15rem;
  border: 1px solid rgba(142, 233, 255, 0.34);
  border-radius: 999px;
  background: rgba(8, 11, 18, 0.72);
  color: #eefbff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(142, 233, 255, 0.14);
  backdrop-filter: blur(16px);
}

.editor-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(31rem, 100vw);
  height: 100svh;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 0.9rem;
  padding: 1rem;
  border-left: 1px solid rgba(142, 233, 255, 0.18);
  background: rgba(5, 7, 12, 0.96);
  box-shadow: -28px 0 60px rgba(0, 0, 0, 0.48);
  transform: translateX(105%);
  transition: transform 260ms ease;
  backdrop-filter: blur(22px);
}

.editor-panel.is-open {
  transform: translateX(0);
}

.editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #f4f7fb;
}

.editor-head strong {
  font-size: 1rem;
  font-weight: 650;
}

.editor-close {
  width: 2.2rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #f4f7fb;
  font-size: 1.3rem;
  cursor: pointer;
}

.editor-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.editor-fields {
  min-height: 0;
  overflow: auto;
  padding-right: 0.4rem;
}

.editor-group {
  margin: 0 0 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.editor-group summary {
  padding: 0.72rem 0.85rem;
  color: #dce7f5;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.editor-field {
  display: grid;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem 0.85rem;
}

.editor-field span {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.4;
  word-break: break-all;
}

.editor-field input,
.editor-field textarea,
.editor-export-box {
  width: 100%;
  border: 1px solid rgba(142, 233, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.34);
  color: #f4f7fb;
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.5;
  padding: 0.65rem 0.7rem;
  outline: none;
}

.editor-field textarea {
  resize: vertical;
}

.editor-field input:focus,
.editor-field textarea:focus {
  border-color: rgba(142, 233, 255, 0.58);
  box-shadow: 0 0 0 3px rgba(142, 233, 255, 0.08);
}

.editor-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.editor-actions button {
  min-height: 2.3rem;
  border: 1px solid rgba(142, 233, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: #eefbff;
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
}

.editor-export-box {
  display: none;
  height: 8rem;
  resize: vertical;
}

.editor-export-box.is-visible {
  display: block;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 760ms ease,
    transform 760ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-18px) rotate(-5deg);
  }
}

@keyframes productFloatImage {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
    box-shadow:
      0 46px 70px rgba(0, 0, 0, 0.62),
      0 0 34px rgba(142, 233, 255, 0.12),
      0 0 78px rgba(154, 125, 255, 0.07);
  }
  50% {
    transform: translateY(-12px) rotate(-3deg);
    box-shadow:
      0 52px 76px rgba(0, 0, 0, 0.66),
      0 0 52px rgba(142, 233, 255, 0.19),
      0 0 96px rgba(154, 125, 255, 0.1);
  }
}

@keyframes heroGlowBreathe {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes breathPulse {
  0%,
  100% {
    opacity: 0.34;
    transform: scale(0.94);
  }
  48% {
    opacity: 0.66;
    transform: scale(1.06);
  }
}

@keyframes airflowMove {
  0%,
  100% {
    opacity: 0.18;
    clip-path: inset(0 82% 0 0);
  }
  45% {
    opacity: 0.7;
    clip-path: inset(0 0 0 18%);
  }
  70% {
    opacity: 0.3;
    clip-path: inset(0 0 0 68%);
  }
}

@keyframes heroVaporDrift {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(0, 0, 0) rotate(-8deg) scale(0.96);
  }
  50% {
    opacity: 0.54;
    transform: translate3d(2.2rem, -1.1rem, 0) rotate(-2deg) scale(1.08);
  }
}

@keyframes storyVapor {
  0%,
  100% {
    opacity: 0.18;
    translate: -1rem 0.2rem;
    scale: 0.96;
  }
  50% {
    opacity: 0.35;
    translate: 1.45rem -0.7rem;
    scale: 1.08;
  }
}

@keyframes storyLight {
  0%,
  100% {
    opacity: 0.36;
  }
  50% {
    opacity: 0.82;
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes vaporDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.96);
    opacity: 0.42;
  }
  50% {
    transform: translate3d(2.4rem, -1.2rem, 0) scale(1.08);
    opacity: 0.72;
  }
}

@keyframes selectorFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -0.55rem;
  }
}

@keyframes selectorVapor {
  0%,
  100% {
    opacity: 0.28;
    translate: -0.9rem 0.2rem;
    scale: 0.96;
  }
  50% {
    opacity: 0.54;
    translate: 1.2rem -0.65rem;
    scale: 1.06;
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero-grid,
  .story-layout,
  .flavor-layout,
  .lifestyle-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
  }

  .hero-grid {
    padding-top: 3rem;
  }

  .hero-airflow {
    inset: 24% -22% 22% -22%;
  }

  .hero-vapor span {
    opacity: 0.34;
  }

  .story-panel {
    position: relative;
    top: 0;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .selector-stage {
    grid-template-columns: 2.7rem minmax(0, 1fr) 2.7rem;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 0.82rem 1rem;
  }

  .brand-mark {
    font-size: 0.78rem;
  }

  .nav-cta {
    min-height: 2.28rem;
    padding: 0 0.85rem;
    font-size: 0.76rem;
  }

  .section {
    padding: 4.4rem 1rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 17vw, 5rem);
  }

  .hero-breath {
    width: min(23rem, 88vw);
  }

  .hero-vapor span:nth-child(1) {
    left: -18%;
    top: 20%;
  }

  .hero-vapor span:nth-child(2) {
    right: -34%;
    bottom: 34%;
  }

  .hero-spec {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1.2rem;
  }

  .metrics,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 25rem;
  }

  .selector-stage {
    min-height: 31rem;
    gap: 0.35rem;
  }

  .selector-product-image {
    width: min(18rem, 72vw);
  }

  .selector-arrow {
    width: 2.35rem;
    font-size: 1.65rem;
  }

  .flavor-note {
    position: relative;
    inset: auto !important;
    width: 100%;
  }

  .flavor-orbit {
    min-height: auto;
    gap: 0.7rem;
  }

  .flavor-core {
    margin: 2rem 0;
  }

  .lifestyle {
    min-height: auto;
  }

  .lifestyle-atmosphere {
    min-height: 34rem;
  }

  .lifestyle-product {
    width: min(15rem, 76vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Light theme preview */
:root {
  color-scheme: light;
  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --panel: rgba(255, 255, 255, 0.76);
  --panel-strong: rgba(255, 255, 255, 0.92);
  --text: #07090d;
  --muted: #3c4654;
  --dim: #66717f;
  --line: rgba(10, 18, 28, 0.12);
  --warning: #4e5967;
}

body {
  background:
    radial-gradient(circle at 18% 0%, rgba(142, 233, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 84% 6%, rgba(154, 125, 255, 0.13), transparent 31rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 42%, #ffffff 100%);
  color: var(--text);
}

.noise {
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(5, 8, 13, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 8, 13, 0.035) 1px, transparent 1px);
}

.cursor-glow {
  background: radial-gradient(circle, rgba(0, 174, 255, 0.12), transparent 64%);
}

.site-header {
  border-bottom-color: rgba(6, 10, 16, 0.1);
  background: rgba(255, 255, 255, 0.78);
}

.desktop-nav,
.section-copy,
.story-copy p,
.product-card p,
.feature-list span,
.flavor-note span,
.atmosphere-signal span,
.compliance p,
.hero-spec span,
.metric span,
.editor-field label,
.editor-help {
  color: var(--muted);
}

.glass-button,
.nav-cta,
.selector-cta,
.editor-toggle,
.editor-action {
  border-color: rgba(8, 13, 20, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: #07090d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 12px 30px rgba(10, 18, 28, 0.08);
}

.glass-button:hover,
.nav-cta:hover,
.selector-cta:hover {
  border-color: rgba(0, 174, 255, 0.42);
  box-shadow: 0 0 28px rgba(0, 174, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.hero::after {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.96));
}

.hero h1 span {
  -webkit-text-stroke-color: rgba(8, 13, 20, 0.34);
  text-shadow: none;
}

.section-title,
.product-card h3,
.selector-product-name,
.atmosphere-signal strong,
.metric strong,
.hero-spec strong,
.flavor-note strong,
.editor-title h2,
.selector-color-name {
  color: #07090d;
}

.product-visual.has-image,
.story-panel,
.product-card,
.color-selector-shell,
.selector-stage,
.flavor-note,
.metric,
.hero-spec,
.compliance,
.editor-panel,
.editor-field input,
.editor-field textarea {
  border-color: rgba(8, 13, 20, 0.12);
  background:
    radial-gradient(circle at 50% 20%, rgba(142, 233, 255, 0.12), transparent 18rem),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.08);
}

.product-card {
  background:
    radial-gradient(circle at 50% 18%, rgba(0, 174, 255, 0.13), transparent 14rem),
    rgba(255, 255, 255, 0.8);
}

.product-mini.has-image,
.selector-stage {
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--selector-glow, 0, 174, 255), 0.14), transparent 15rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(242, 246, 250, 0.72));
}

.flavor-core {
  background:
    radial-gradient(circle, rgba(8, 13, 20, 0.08), transparent 34%),
    conic-gradient(from 120deg, rgba(0, 174, 255, 0.12), rgba(154, 125, 255, 0.18), rgba(8, 13, 20, 0.08), rgba(0, 174, 255, 0.12));
}

.lifestyle-atmosphere {
  background:
    radial-gradient(ellipse at 72% 42%, rgba(104, 209, 255, 0.28), transparent 18rem),
    radial-gradient(ellipse at 92% 65%, rgba(154, 125, 255, 0.14), transparent 21rem),
    radial-gradient(ellipse at 38% 72%, rgba(216, 234, 246, 0.08), transparent 22rem),
    linear-gradient(126deg, rgba(255, 255, 255, 0.09), transparent 21%, rgba(255, 255, 255, 0.035) 56%, transparent),
    linear-gradient(180deg, #05080d 0%, #0d1420 48%, #05070b 100%);
}

.lifestyle .atmosphere-signal strong {
  color: rgba(239, 250, 255, 0.94);
}

.lifestyle .atmosphere-signal span {
  color: rgba(212, 226, 238, 0.72);
}

.compliance {
  background: rgba(255, 255, 255, 0.92);
}

.editor-panel {
  color: var(--text);
}

.editor-field input,
.editor-field textarea {
  color: var(--text);
}
