/* ============================================================
   THE HYDRA GUY — Travis Doman | Hydrafacial for the Mountain West
   Beauty-forward, immersive. Ink navy + hydration-blue glow.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

/* ---- Design Tokens ---- */
:root {
  --ink:        #0C1E28;
  --ink-2:      #081720;
  --ink-3:      #0F2632;
  --surface:    rgba(255, 255, 255, 0.04);
  --surface-2:  rgba(255, 255, 255, 0.06);
  --hairline:   rgba(139, 197, 214, 0.16);
  --hairline-2: rgba(139, 197, 214, 0.28);

  --aqua:       #5AD4EA;   /* bright water cyan */
  --teal:       #2A8FD6;   /* azure mid */
  --teal-deep:  #1662B0;   /* deep hydration blue */
  --sand:       #E8C9A0;   /* Mountain West warm accent */

  --paper:      #F3FAFB;
  --muted:      #A7C2CD;
  --muted-2:    #7C99A5;

  --grad: linear-gradient(120deg, var(--aqua) 0%, var(--teal) 55%, var(--teal-deep) 100%);
  --grad-soft: linear-gradient(120deg, rgba(90,212,234,0.16), rgba(42,143,214,0.10));

  --f-display: 'Space Grotesk', system-ui, sans-serif;
  --f-body: 'Inter', system-ui, sans-serif;

  --r-sm: 10px; --r-md: 16px; --r-lg: 24px; --r-xl: 32px; --r-pill: 999px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.25);
  --shadow-md: 0 12px 40px rgba(0,0,0,0.35);
  --shadow-lg: 0 30px 80px -20px rgba(0,0,0,0.6);
  --shadow-glow: 0 0 0 1px rgba(90,212,234,0.25), 0 20px 60px -18px rgba(42,143,214,0.55);

  --maxw: 1200px;
  --nav-h: 74px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
body {
  font-family: var(--f-body); background: var(--ink); color: var(--paper);
  line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--aqua); outline-offset: 3px; border-radius: 4px; }

/* ---- Layout helpers ---- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: clamp(64px, 9vw, 128px); position: relative; }
.eyebrow {
  font-family: var(--f-display); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--aqua); display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--grad); }
h1, h2, h3 { font-family: var(--f-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); }
.lede { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.22rem); max-width: 62ch; }
.gradient-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.center { text-align: center; }
.center .eyebrow, .center .lede { margin-inline: auto; }
.center .lede { display: block; }

/* ---- Buttons ---- */
.btn {
  --pad-y: 14px; --pad-x: 24px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: var(--pad-y) var(--pad-x); border-radius: var(--r-pill);
  font-family: var(--f-display); font-weight: 600; font-size: 0.98rem;
  border: 1px solid transparent; white-space: nowrap; min-height: 48px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--grad); color: #05222C; box-shadow: var(--shadow-glow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(90,212,234,0.4), 0 26px 60px -16px rgba(42,143,214,0.7); }
.btn-ghost { background: var(--surface); color: var(--paper); border-color: var(--hairline-2); }
.btn-ghost:hover { background: var(--surface-2); border-color: var(--aqua); transform: translateY(-2px); }
.btn-lg { --pad-y: 17px; --pad-x: 32px; font-size: 1.05rem; min-height: 56px; }
.btn-block { width: 100%; }

/* ---- Section head ---- */
.sec-head { max-width: 720px; margin-bottom: 52px; }
.sec-head.center { margin-inline: auto; }
.sec-head h2 { margin-top: 16px; }
.sec-head .lede { margin-top: 18px; }

/* ============================================================ HEADER */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center; border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.header.scrolled {
  background: rgba(8, 23, 32, 0.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--hairline); box-shadow: var(--shadow-sm);
}
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { width: 40px; height: 40px; flex: none; }
.brand__name { font-family: var(--f-display); font-weight: 700; font-size: 1.12rem; letter-spacing: -0.01em; line-height: 1; }
.brand__name span { color: var(--aqua); }
.brand__tag { display: block; font-size: 0.66rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-2); margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 0.94rem; color: var(--muted); font-weight: 500; transition: color .2s ease; }
.nav a:hover { color: var(--paper); }
.header__cta { display: flex; align-items: center; gap: 12px; }
.header__call { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-display); font-weight: 600; font-size: 0.94rem; color: var(--paper); }
.header__call svg { width: 17px; height: 17px; color: var(--aqua); }
.menu-toggle { display: none; background: var(--surface); border: 1px solid var(--hairline-2); border-radius: var(--r-sm); width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--paper); }
.menu-toggle svg { width: 22px; height: 22px; }
.mobile-nav {
  position: fixed; inset: var(--nav-h) 0 auto 0; z-index: 99;
  background: rgba(8, 23, 32, 0.97); backdrop-filter: blur(20px); border-bottom: 1px solid var(--hairline);
  padding: 20px 24px 28px; display: none; flex-direction: column; gap: 6px;
  transform: translateY(-12px); opacity: 0; transition: transform .25s ease, opacity .25s ease;
}
.mobile-nav.open { display: flex; transform: translateY(0); opacity: 1; }
.mobile-nav a { padding: 14px 6px; font-size: 1.05rem; font-weight: 500; border-bottom: 1px solid var(--hairline); color: var(--paper); }
.mobile-nav .btn { margin-top: 16px; }

/* ============================================================ HERO (cinematic split) */
.hero { position: relative; min-height: 100dvh; display: flex; align-items: center; padding-top: var(--nav-h); overflow: hidden; }
.hero__media { position: absolute; inset: 0 0 0 46%; z-index: 0; overflow: hidden; }
.hero__media img { width: 100%; height: 120%; object-fit: cover; object-position: 50% 30%; will-change: transform; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(12,30,40,0.75) 28%, rgba(12,30,40,0.15) 60%, transparent 100%),
    linear-gradient(0deg, var(--ink) 2%, transparent 30%);
}
.hero__aurora {
  position: absolute; inset: -20% -10% auto -10%; height: 80%; z-index: 0; pointer-events: none; opacity: 0.7;
  background:
    radial-gradient(45% 55% at 20% 30%, rgba(90,212,234,0.28), transparent 70%),
    radial-gradient(40% 50% at 70% 20%, rgba(42,143,214,0.30), transparent 70%);
  filter: blur(20px); animation: drift 18s ease-in-out infinite alternate; animation-play-state: paused;
}
.hero.in-view .hero__aurora { animation-play-state: running; }
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(3%, 4%, 0) scale(1.08); } }
.hero__particles { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.5; }

.hero .wrap { position: relative; z-index: 2; width: 100%; }
.hero__content { max-width: 640px; padding-block: 40px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px;
  background: rgba(8,23,32,0.5); border: 1px solid var(--hairline-2); border-radius: var(--r-pill);
  backdrop-filter: blur(6px); font-family: var(--f-display); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
}
.hero__badge b { color: var(--aqua); font-weight: 700; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); margin-top: 24px; }
.hero h1 .line { display: block; }
.hero__sub { margin-top: 22px; font-size: clamp(1.08rem, 1.7vw, 1.3rem); color: var(--muted); max-width: 34ch; text-shadow: 0 2px 20px rgba(8,23,32,0.6); }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__stats { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 14px 40px; }
.hero__stats > div { }
.hero__stats b { font-family: var(--f-display); font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 700; display: block; line-height: 1; color: var(--paper); }
.hero__stats span { font-size: 0.82rem; color: var(--muted); display: block; margin-top: 7px; max-width: 16ch; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-2); }
.scroll-cue__line { width: 1.5px; height: 40px; background: linear-gradient(var(--aqua), transparent); position: relative; overflow: hidden; }
.scroll-cue__line::after { content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--aqua); animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0% { top: -50%; } 100% { top: 100%; } }

/* ============================================================ MARQUEE */
.marquee { border-block: 1px solid var(--hairline); background: var(--ink-2); overflow: hidden; padding-block: 20px; }
.marquee__track { display: flex; width: max-content; gap: 0; animation: scroll-x 34s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 12px; padding-inline: 30px; font-family: var(--f-display); font-weight: 600; font-size: 1.02rem; color: var(--paper); white-space: nowrap; }
.marquee__item svg { width: 16px; height: 16px; color: var(--aqua); }
.marquee__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ============================================================ DEVICE SHOWCASE */
.device { position: relative; overflow: hidden; }
.device__halo { position: absolute; z-index: 0; width: 900px; height: 900px; top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none;
  background: radial-gradient(circle, rgba(42,143,214,0.28), transparent 62%); filter: blur(30px); }
.device__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.device__stage { position: relative; }
.device__well {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  background: radial-gradient(120% 100% at 50% 0%, #EAF4F9, #C7DEEA 70%, #A9CCDD);
  box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(255,255,255,0.5);
  padding: 6% 8% 0;
}
.device__well img { width: 100%; height: auto; filter: drop-shadow(0 30px 50px rgba(20,60,90,0.35)); will-change: transform; }
.device__tag { position: absolute; top: 20px; left: 20px; z-index: 2; background: rgba(8,23,32,0.8); backdrop-filter: blur(6px); color: var(--paper); font-family: var(--f-display); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.08em; padding: 8px 14px; border-radius: var(--r-pill); border: 1px solid var(--hairline-2); }
.device__feats { list-style: none; padding: 0; margin-top: 30px; display: grid; gap: 16px; }
.device__feats li { display: flex; gap: 15px; align-items: flex-start; }
.device__feats .ic { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--grad-soft); border: 1px solid var(--hairline-2); display: grid; place-items: center; }
.device__feats .ic svg { width: 22px; height: 22px; color: var(--aqua); }
.device__feats h4 { font-family: var(--f-display); font-size: 1.06rem; font-weight: 600; }
.device__feats p { color: var(--muted); font-size: 0.94rem; margin-top: 3px; }
.device__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-pill); font-size: 0.86rem; font-weight: 500; color: var(--paper); }
.pill svg { width: 15px; height: 15px; color: var(--aqua); }

/* ============================================================ PROCESS (treatment walk-through) */
.process { background: var(--ink-2); border-block: 1px solid var(--hairline); }
.proc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 40px; }
.proc-row:last-child { margin-bottom: 0; }
.proc-row.rev .proc-row__media { order: 2; }
.proc-row__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-md); border: 1px solid var(--hairline); }
.proc-row__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.proc-row:hover .proc-row__media img { transform: scale(1.05); }
.proc-row__media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 60px rgba(8,23,32,0.4); pointer-events: none; }
.proc-row__num { font-family: var(--f-display); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.16em; color: var(--aqua); }
.proc-row__body h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: 12px; }
.proc-row__body p { color: var(--muted); margin-top: 14px; font-size: 1.02rem; max-width: 46ch; }
.proc-row__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

/* ============================================================ RESULTS / BEAUTY */
.results { position: relative; overflow: hidden; }
.results__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.results__media { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--hairline-2); }
.results__media img { width: 100%; height: auto; display: block; }
.results__media figcaption { position: absolute; bottom: 14px; left: 14px; right: 14px; display: flex; justify-content: space-between; font-family: var(--f-display); font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--paper); text-shadow: 0 1px 8px rgba(0,0,0,0.7); }
.outcomes { list-style: none; padding: 0; margin-top: 26px; display: grid; gap: 14px; }
.outcomes li { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-md); transition: border-color .2s ease, transform .2s ease; }
.outcomes li:hover { border-color: var(--aqua); transform: translateX(3px); }
.outcomes .ic { width: 42px; height: 42px; flex: none; border-radius: 11px; background: var(--grad-soft); border: 1px solid var(--hairline-2); display: grid; place-items: center; }
.outcomes .ic svg { width: 21px; height: 21px; color: var(--aqua); }
.outcomes b { font-family: var(--f-display); font-weight: 600; font-size: 1.02rem; }
.outcomes span { display: block; color: var(--muted); font-size: 0.88rem; }

/* ============================================================ STAT STRIP (beauty band) */
.beautyband { position: relative; overflow: hidden; }
.beautyband__bg { position: absolute; inset: 0; z-index: 0; }
.beautyband__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; opacity: 0.22; will-change: transform; }
.beautyband__scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, var(--ink) 4%, rgba(12,30,40,0.6) 40%, var(--ink) 96%); }
.beautyband .wrap { position: relative; z-index: 2; }
.beautyband__quote { max-width: 900px; margin-inline: auto; text-align: center; }
.beautyband__quote h2 { font-size: clamp(1.7rem, 3.6vw, 2.8rem); }
.beautyband__quote .gradient-text { }

/* ============================================================ STEPS (3 phase) */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { background: linear-gradient(165deg, var(--ink-3), var(--ink-2)); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: 30px 26px; transition: transform .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateY(-4px); border-color: var(--hairline-2); }
.step-card__num { font-family: var(--f-display); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; color: var(--aqua); }
.step-card__icon { width: 56px; height: 56px; border-radius: 14px; background: var(--grad-soft); border: 1px solid var(--hairline-2); display: grid; place-items: center; margin: 18px 0 20px; }
.step-card__icon svg { width: 28px; height: 28px; color: var(--aqua); }
.step-card h3 { font-size: 1.32rem; }
.step-card p { margin-top: 12px; color: var(--muted); font-size: 0.98rem; }

/* ============================================================ BUSINESS CASE */
.biz { background: var(--ink-2); border-block: 1px solid var(--hairline); }
.biz__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.stat-card { background: linear-gradient(165deg, var(--ink-3), var(--ink-2)); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: 26px 24px; }
.stat-card b { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.9rem, 4vw, 2.7rem); display: block; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-card span { display: block; margin-top: 12px; color: var(--muted); font-size: 0.92rem; }
.biz-list { list-style: none; padding: 0; display: grid; gap: 18px; }
.biz-list li { display: flex; gap: 15px; }
.biz-list__ic { width: 42px; height: 42px; flex: none; border-radius: 11px; background: var(--grad-soft); border: 1px solid var(--hairline-2); display: grid; place-items: center; }
.biz-list__ic svg { width: 21px; height: 21px; color: var(--aqua); }
.biz-list h4 { font-family: var(--f-display); font-size: 1.06rem; font-weight: 600; }
.biz-list p { color: var(--muted); font-size: 0.94rem; margin-top: 3px; }

/* ============================================================ AUDIENCE */
.audience { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.aud-card { background: linear-gradient(165deg, var(--ink-3), var(--ink-2)); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: 28px 24px; transition: transform .25s ease, border-color .25s ease; }
.aud-card:hover { transform: translateY(-4px); border-color: var(--hairline-2); }
.aud-card__ic { width: 50px; height: 50px; border-radius: 13px; background: var(--grad-soft); border: 1px solid var(--hairline-2); display: grid; place-items: center; margin-bottom: 18px; }
.aud-card__ic svg { width: 25px; height: 25px; color: var(--aqua); }
.aud-card h3 { font-size: 1.14rem; }
.aud-card p { margin-top: 9px; color: var(--muted); font-size: 0.9rem; }

/* ============================================================ WHAT TRAVIS BRINGS */
.brings { background: var(--ink-2); border-block: 1px solid var(--hairline); }
.brings__top { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }
.brings__photos { position: relative; padding: 0 32px 32px 0; }
.brings__photo-main { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 30%; border-radius: var(--r-lg); border: 1px solid var(--hairline-2); box-shadow: var(--shadow-md); }
.brings__photo-inset { position: absolute; bottom: 0; right: 0; width: 52%; aspect-ratio: 3/4; object-fit: cover; object-position: center 25%; border-radius: var(--r-md); border: 3px solid var(--ink-2); box-shadow: var(--shadow-lg); }
.brings__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bring { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-md); padding: 26px; transition: transform .25s ease, border-color .25s ease; }
.bring:hover { transform: translateY(-4px); border-color: var(--hairline-2); }
.bring__num { font-family: var(--f-display); font-weight: 700; color: var(--aqua); font-size: 0.9rem; letter-spacing: 0.1em; }
.bring h3 { font-size: 1.14rem; margin-top: 14px; }
.bring p { color: var(--muted); font-size: 0.94rem; margin-top: 10px; }

/* ============================================================ TERRITORY */
.territory { position: relative; overflow: hidden; }
.territory__contour { position: absolute; inset: 0; z-index: 0; opacity: 0.5; pointer-events: none; }
.territory .wrap { position: relative; z-index: 1; }
.states { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 8px; }
.state-card { position: relative; background: linear-gradient(165deg, var(--ink-3), var(--ink-2)); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: 28px 24px 24px; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.state-card:hover { transform: translateY(-4px); border-color: var(--aqua); }
.state-card__abbr { font-family: var(--f-display); font-weight: 700; font-size: 3.4rem; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.state-card h3 { font-size: 1.16rem; margin-top: 8px; }
.state-card p { color: var(--muted); font-size: 0.88rem; margin-top: 10px; }
.territory__foot { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; justify-content: center; text-align: center; color: var(--muted); font-size: 0.98rem; }

/* ============================================================ ABOUT */
.about { background: var(--ink-2); border-block: 1px solid var(--hairline); }
.about__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start; }
.about__photo { display: flex; flex-direction: column; gap: 18px; }
.about__photo-main { position: relative; }
.about__photo-frame { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--hairline-2); box-shadow: var(--shadow-md); aspect-ratio: 4/5; background: var(--ink-3); display: grid; place-items: center; position: relative; }
.about__family { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--hairline); box-shadow: var(--shadow-md); aspect-ratio: 4/3; }
.about__family img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.about__family figcaption { position: absolute; inset: auto 0 0 0; padding: 30px 18px 14px; background: linear-gradient(transparent, rgba(8,23,32,0.9)); font-family: var(--f-display); font-weight: 500; font-size: 0.86rem; color: var(--paper); }
.about__photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.about__photo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -80px 90px -40px rgba(8,23,32,0.9); pointer-events: none; }
.photo-placeholder { text-align: center; color: var(--muted-2); padding: 24px; font-size: 0.86rem; }
.photo-placeholder svg { width: 46px; height: 46px; margin: 0 auto 12px; color: var(--muted-2); }
.about__badge { position: absolute; bottom: -18px; right: -18px; background: var(--ink-3); border: 1px solid var(--hairline-2); border-radius: var(--r-md); padding: 16px 20px; box-shadow: var(--shadow-md); }
.about__badge b { font-family: var(--f-display); display: block; font-size: 1.5rem; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.about__badge span { font-size: 0.76rem; color: var(--muted); letter-spacing: 0.04em; }
.about__body h2 { margin-top: 16px; }
.about__body > p { color: var(--muted); margin-top: 18px; font-size: 1.04rem; }
.about-points { list-style: none; padding: 0; margin-top: 24px; display: grid; gap: 14px; }
.about-points li { display: flex; align-items: flex-start; gap: 12px; color: var(--paper); font-size: 0.98rem; }
.about-points svg { width: 20px; height: 20px; color: var(--aqua); flex: none; margin-top: 2px; }
.about__sign { margin-top: 26px; font-family: var(--f-display); font-size: 1.2rem; color: var(--paper); }
.about__sign span { display: block; font-family: var(--f-body); font-size: 0.86rem; color: var(--muted-2); margin-top: 4px; }

/* ============================================================ VIDEO */
.video-frame { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--hairline); box-shadow: var(--shadow-md); aspect-ratio: 16/9; background: var(--ink-3); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-facade { position: absolute; inset: 0; cursor: pointer; border: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; background: var(--ink-3); }
.video-facade img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; transition: transform .5s ease, opacity .3s ease; }
.video-facade::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 60% at 50% 50%, transparent, rgba(8,23,32,0.7)); }
.video-facade:hover img { transform: scale(1.05); opacity: 0.72; }
.video-play { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: var(--paper); }
.video-play__btn { width: 80px; height: 80px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; box-shadow: var(--shadow-glow); transition: transform .2s ease; }
.video-facade:hover .video-play__btn { transform: scale(1.08); }
.video-play__btn svg { width: 30px; height: 30px; color: #05222C; margin-left: 4px; }
.video-play span { font-family: var(--f-display); font-weight: 600; }

/* ============================================================ FAQ */
.faq { max-width: 800px; margin-inline: auto; }
.faq-item { border: 1px solid var(--hairline); border-radius: var(--r-md); margin-bottom: 14px; background: var(--surface); overflow: hidden; transition: border-color .2s ease; }
.faq-item[open] { border-color: var(--hairline-2); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--f-display); font-weight: 600; font-size: 1.05rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { width: 24px; height: 24px; flex: none; position: relative; transition: transform .3s ease; }
.faq-item summary .plus::before, .faq-item summary .plus::after { content: ""; position: absolute; background: var(--aqua); border-radius: 2px; inset: 0; margin: auto; }
.faq-item summary .plus::before { width: 100%; height: 2px; }
.faq-item summary .plus::after { width: 2px; height: 100%; }
.faq-item[open] summary .plus { transform: rotate(135deg); }
.faq-item__body { padding: 0 24px 24px; color: var(--muted); font-size: 0.98rem; }

/* ============================================================ CTA / FORM */
.cta { background: linear-gradient(180deg, var(--ink-2), var(--ink)); position: relative; overflow: hidden; border-top: 1px solid var(--hairline); }
.cta__grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 48px; align-items: start; }
.cta__intro h2 { margin-top: 16px; }
.cta__intro > p { color: var(--muted); margin-top: 18px; font-size: 1.06rem; max-width: 46ch; }
.contact-lines { margin-top: 30px; display: grid; gap: 14px; }
.contact-line { display: flex; align-items: center; gap: 15px; padding: 16px 18px; background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-md); transition: border-color .2s ease, transform .2s ease; }
.contact-line:hover { border-color: var(--aqua); transform: translateX(3px); }
.contact-line__ic { width: 44px; height: 44px; flex: none; border-radius: 11px; background: var(--grad-soft); border: 1px solid var(--hairline-2); display: grid; place-items: center; }
.contact-line__ic svg { width: 20px; height: 20px; color: var(--aqua); }
.contact-line small { display: block; color: var(--muted-2); font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-line b { font-family: var(--f-display); font-weight: 600; font-size: 1.02rem; }
.form-card { background: var(--ink-3); border: 1px solid var(--hairline-2); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow-md); }
.form-card h3 { font-size: 1.34rem; }
.form-card > p { color: var(--muted); font-size: 0.94rem; margin-top: 8px; margin-bottom: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.84rem; font-weight: 500; color: var(--paper); }
.field label .req { color: var(--aqua); }
.field input, .field select, .field textarea { font-family: var(--f-body); font-size: 0.98rem; color: var(--paper); background: rgba(8,23,32,0.6); border: 1px solid var(--hairline-2); border-radius: var(--r-sm); padding: 13px 14px; min-height: 48px; transition: border-color .2s ease, box-shadow .2s ease; width: 100%; }
.field textarea { min-height: 96px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%235AD4EA' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--aqua); box-shadow: 0 0 0 3px rgba(90,212,234,0.18); }
.field.error input, .field.error select { border-color: #F4796B; }
.field__err { font-size: 0.78rem; color: #F4796B; display: none; }
.field.error .field__err { display: block; }
.form-consent { font-size: 0.78rem; color: var(--muted-2); margin-top: 14px; line-height: 1.5; }
.form-submit { margin-top: 18px; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success__ic { width: 64px; height: 64px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success__ic svg { width: 32px; height: 32px; color: #05222C; }
.form-success h3 { font-size: 1.4rem; }
.form-success p { color: var(--muted); margin-top: 10px; }

/* ============================================================ FOOTER */
.footer { background: var(--ink-2); border-top: 1px solid var(--hairline); padding-block: 48px 32px; }
.footer__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--hairline); }
.footer__brand { max-width: 340px; }
.footer__brand p { color: var(--muted); font-size: 0.92rem; margin-top: 16px; }
.footer__cols { display: flex; flex-wrap: wrap; gap: 48px; }
.footer__col h4 { font-family: var(--f-display); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 14px; }
.footer__col a { display: block; color: var(--muted); font-size: 0.94rem; padding: 5px 0; transition: color .2s ease; }
.footer__col a:hover { color: var(--aqua); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 24px; color: var(--muted-2); font-size: 0.82rem; }
.footer__disclaimer { max-width: 760px; margin-top: 10px; color: var(--muted-2); font-size: 0.76rem; line-height: 1.5; }

/* ============================================================ MOTION UTILITIES */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.js [data-reveal="left"] { transform: translateX(-40px); }
.js [data-reveal="right"] { transform: translateX(40px); }
.js [data-reveal="scale"] { transform: scale(.94); }
.js [data-reveal].in { opacity: 1; transform: none; }

/* cursor glow (desktop only) */
.cursor-glow { position: fixed; top: 0; left: 0; width: 480px; height: 480px; border-radius: 50%; z-index: 60; pointer-events: none; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(90,212,234,0.10), transparent 62%); mix-blend-mode: screen; opacity: 0; transition: opacity .4s ease; will-change: transform; }

/* ============================================================ RESPONSIVE */
@media (max-width: 1024px) {
  .hero { min-height: auto; display: block; padding-top: 0; }
  .hero__media { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 4/3; margin-top: var(--nav-h); }
  .hero__media img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
  .hero__media::after { background: linear-gradient(0deg, var(--ink) 5%, rgba(12,30,40,0.08) 55%, transparent 100%); }
  .hero__aurora, .hero__particles { display: none; }
  .hero .wrap { margin-top: -16%; position: relative; z-index: 2; }
  .hero__content { padding-block: 0 30px; max-width: 100%; }
  .hero__sub { max-width: 46ch; }
  .device__grid, .results__grid, .biz__grid, .about__grid, .cta__grid, .brings__top { grid-template-columns: 1fr; gap: 40px; }
  .brings__photos { max-width: 460px; margin-inline: auto; width: 100%; }
  .proc-row { grid-template-columns: 1fr; gap: 24px; }
  .proc-row.rev .proc-row__media { order: 0; }
  .audience { grid-template-columns: repeat(2, 1fr); }
  .about__photo { max-width: 440px; margin-inline: auto; width: 100%; }
}
@media (max-width: 860px) {
  .nav, .header__call, .header__cta .btn-primary { display: none; }
  .menu-toggle { display: flex; }
  .brand__name { white-space: nowrap; }
  .steps, .brings__grid { grid-template-columns: 1fr; }
  .states { grid-template-columns: repeat(2, 1fr); }
  .cursor-glow { display: none; }
  .device__well { padding: 8% 9% 0; }
}
@media (max-width: 560px) {
  .wrap { padding-inline: 18px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
  .hero__stats { gap: 18px 28px; }
  .audience, .states, .form-grid, .stat-cards { grid-template-columns: 1fr; }
  .brand__tag { display: none; }
  .about__badge { right: 12px; bottom: -14px; }
  .scroll-cue { display: none; }
}
