/* VALENSO — landing page. Deep "screening room" blue for the work, the film's bright ice for the person. */
@font-face { font-family: 'Unbounded'; src: url('/fonts/Unbounded-var.woff2') format('woff2'); font-weight: 200 900; font-display: swap; }
@font-face { font-family: 'Sora'; src: url('/fonts/Sora-var.woff2') format('woff2'); font-weight: 100 800; font-display: swap; }
@font-face { font-family: 'Space Mono'; src: url('/fonts/SpaceMono-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Space Mono'; src: url('/fonts/SpaceMono-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root { --open: #5ee6a0;
  --abyss: #040b36;
  --deep: #0b1e8f;
  --signal: #1f47ff;
  --sky: #6cc4ff;
  --ice: #eef3ff;
  --ember: #ff5a1f;
  --ink: #0b1b6e;
  --white: #ffffff;
  --line: rgba(190, 226, 255, 0.16);
  --line-ink: rgba(11, 27, 110, 0.14);
  --glass: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  --glass-edge: rgba(190, 226, 255, 0.55);
  --glow: 0 0 24px rgba(98, 176, 255, 0.55), 0 0 64px rgba(60, 130, 255, 0.3);
  --display: 'Unbounded', 'Arial Black', sans-serif;
  --body: 'Sora', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'Space Mono', ui-monospace, Menlo, monospace;
  --gutter: clamp(16px, 4vw, 56px);
  --radius: 28px;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--abyss); color: var(--white); font: 400 17px/1.6 var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video, canvas { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--sky); outline-offset: 3px; border-radius: 6px; }
.wrap { width: min(1320px, 100%); margin-inline: auto; padding-inline: var(--gutter); }
.mono { font-family: var(--mono); font-size: 0.78em; letter-spacing: 0.04em; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 10px; text-decoration: none; font-weight: 600; }
.skip:focus { top: 12px; }
.br-lg { display: none; }
@media (min-width: 900px) { .br-lg { display: inline; } }

/* ---------------------------------------------------------------- type */
.eyebrow { margin: 0 0 18px; font: 400 12px/1 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--sky); }
.eyebrow--ink { color: var(--signal); }
.h2 { margin: 0; font: 700 clamp(38px, 5.6vw, 88px)/0.98 var(--display); letter-spacing: -0.045em; }
.h2--ink { color: var(--ink); }
.h3 { margin: 0; font: 600 clamp(22px, 2.2vw, 30px)/1.1 var(--display); letter-spacing: -0.03em; }
.text-link { display: inline-flex; gap: 6px; align-items: center; font-weight: 600; text-decoration: none; border-bottom: 1.5px solid currentColor; padding-bottom: 2px; }
.contact__mail { margin: 0 0 16px; font-size: 15px; color: rgba(255, 255, 255, 0.72); }
.contact__mail .text-link { color: #fff; font-weight: 600; }
.section-head { margin-bottom: clamp(32px, 5vw, 64px); }
.section-head--row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 48px; flex-wrap: wrap; }
.section-head__note { margin: 0; max-width: 34ch; color: rgba(255, 255, 255, 0.62); font-size: 15px; }

/* ---------------------------------------------------------------- buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; height: 58px; padding: 0 28px; border-radius: 999px; border: 0; text-decoration: none;
  background: var(--white); color: var(--ink); font: 600 16px/1 var(--body); box-shadow: 0 0 0 1px rgba(255,255,255,.6), 0 12px 40px rgba(31, 71, 255, 0.45);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px #fff, 0 18px 60px rgba(108, 196, 255, 0.55); }
.btn--ghost { background: var(--glass); color: var(--white); box-shadow: inset 0 0 0 1.5px var(--glass-edge); backdrop-filter: blur(10px); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px #fff, var(--glow); }
.btn--small { height: 44px; padding: 0 20px; font-size: 14px; }
.btn--wide { width: 100%; justify-content: center; }
.playglyph { width: 0; height: 0; border-left: 11px solid currentColor; border-top: 7px solid transparent; border-bottom: 7px solid transparent; margin-right: 2px; }
.playglyph--big { border-left-width: 26px; border-top-width: 16px; border-bottom-width: 16px; margin: 0 0 0 6px; }

/* ---------------------------------------------------------------- nav */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 18px var(--gutter); transition: background .4s, backdrop-filter .4s, padding .4s; }
.nav.is-solid { background: rgba(4, 11, 54, 0.72); backdrop-filter: blur(16px) saturate(140%); padding-block: 12px; box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand__mark { width: 34px; height: 34px; }
.brand__mark polygon { fill: var(--white); }
.brand__mark .px { fill: var(--sky); }
.brand__word { font: 900 22px/1 var(--display); letter-spacing: -0.04em; }
.nav__links { display: flex; gap: 34px; }
.nav__links a { text-decoration: none; font-size: 15px; color: rgba(255, 255, 255, 0.78); transition: color .2s; }
.nav__links a:hover { color: var(--white); }
@media (max-width: 820px) { .nav__links { display: none; } }

/* ---------------------------------------------------------------- hero */
.hero { position: relative; height: 165vh; background: radial-gradient(ellipse 70% 65% at 62% 42%, #1e4ae4 0%, #1233b8 34%, #0a1f86 62%, var(--abyss) 100%); }
.hero__pin { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.hero__gl { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .6s; }
.no-webgl .hero__fallback { opacity: 0.45; }
.hero__veil { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 70% at 12% 78%, rgba(4, 11, 54, 0.82) 0%, rgba(4, 11, 54, 0.45) 45%, rgba(4, 11, 54, 0) 75%),
              linear-gradient(0deg, rgba(4, 11, 54, 0.6) 0%, rgba(4, 11, 54, 0) 24%); }
.hero__copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 72px; padding-bottom: clamp(90px, 15vh, 150px); pointer-events: none; }
.hero__copy > * { pointer-events: auto; }
.hero__title { margin: 0; font: 800 clamp(46px, 7vw, 122px)/0.9 var(--display); letter-spacing: -0.055em; max-width: 9.5ch; text-shadow: 0 10px 60px rgba(4, 11, 54, 0.45); }
.hero__title .line { display: block; }
.hero__title .line:last-child::after { content: ''; }
.hero__lede strong { color: #fff; font-weight: 600; }
.hero__lede { margin: 26px 0 0; max-width: 46ch; font-size: clamp(16px, 1.35vw, 19px); color: rgba(255, 255, 255, 0.82); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__dip { position: absolute; inset: 0; background: var(--abyss); opacity: 0; pointer-events: none; }
.hero__scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px;
  font: 400 11px/1 var(--mono); letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.hero__scroll i { width: 1.5px; height: 44px; background: linear-gradient(var(--sky), transparent); animation: drip 1.8s var(--ease-out) infinite; transform-origin: top; }
@keyframes drip { 0% { transform: scaleY(0); } 60% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }
@media (max-width: 820px) {
  .hero { height: 150vh; }
  .hero__veil { background: linear-gradient(0deg, rgba(4, 11, 54, 0.92) 0%, rgba(4, 11, 54, 0.55) 48%, rgba(4, 11, 54, 0.1) 75%); }
  .hero__copy { justify-content: flex-end; padding-bottom: 28px; }
  .hero__lede { margin-top: 18px; }
  .spots { margin-top: 16px; }
  .hero__scroll { display: none; }
}

/* one-day promise badge (hero + contact) */
.oneday { display: inline-flex; align-items: center; gap: 11px; align-self: flex-start; margin: 0 0 24px; padding: 10px 18px 10px 14px; border-radius: 999px;
  font: 600 15px/1 var(--body); color: #fff; background: rgba(31, 71, 255, 0.42); backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(190, 226, 255, 0.5), 0 0 34px rgba(60, 130, 255, 0.4); }
.oneday__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sky); animation: ping 1.8s var(--ease-out) infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(108, 196, 255, 0.7); } 100% { box-shadow: 0 0 0 11px rgba(108, 196, 255, 0); } }
.oneday--block { margin: 0 0 24px; }
.oneday--open .oneday__dot, .spots__dot { background: var(--open); animation-name: ping-open; }
@keyframes ping-open { 0% { box-shadow: 0 0 0 0 rgba(94, 230, 160, 0.7); } 100% { box-shadow: 0 0 0 11px rgba(94, 230, 160, 0); } }
/* availability line under the hero buttons */
.spots { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; margin: 20px 0 0 4px;
  font: 500 14px/1 var(--body); letter-spacing: 0.01em; color: rgba(255, 255, 255, 0.86); }
.spots__dot { width: 8px; height: 8px; border-radius: 50%; animation: ping-open 1.8s var(--ease-out) infinite; }
.form__promise { margin: 12px 0 0; text-align: center; font-size: 14px; color: rgba(255, 255, 255, 0.72); }

/* ---------------------------------------------------------------- latest film */
.latest { position: relative; padding: clamp(80px, 11vw, 150px) 0; background: linear-gradient(180deg, var(--abyss), #06124f 60%, var(--abyss)); }
.latest__grid { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(280px, 1fr); gap: clamp(24px, 3.5vw, 56px); align-items: start; }
@media (max-width: 980px) { .latest__grid { grid-template-columns: 1fr; } }
.player { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 9; background: #000;
  box-shadow: 0 0 0 1.5px var(--glass-edge), 0 40px 120px rgba(31, 71, 255, 0.35), 0 0 80px rgba(108, 196, 255, 0.18); }
.player video { width: 100%; height: 100%; object-fit: cover; }
.player__play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; border: 0;
  background: radial-gradient(ellipse at center, rgba(4, 11, 54, 0.15), rgba(4, 11, 54, 0.55)); transition: opacity .3s; }
.player__play .playglyph--big { width: 0; }
.player__play::before { content: ''; position: absolute; width: 104px; height: 104px; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 10px rgba(255,255,255,.18), 0 0 60px rgba(108,196,255,.8);
  transition: transform .4s var(--ease-out); }
.player__play .playglyph--big { position: relative; color: var(--signal); z-index: 1; }
.player__play:hover::before { transform: scale(1.08); }
.player__playlabel { position: absolute; top: calc(50% + 72px); font-weight: 600; font-size: 15px; display: flex; gap: 10px; align-items: center; }
.player.is-playing .player__play { opacity: 0; pointer-events: none; }
.latest__text { margin: 0 0 26px; color: rgba(255, 255, 255, 0.8); }
.chapters { list-style: none; margin: 0 0 28px; padding: 0; border-top: 1px solid var(--line); }
.chapters li { border-bottom: 1px solid var(--line); }
.chapters button { width: 100%; display: flex; gap: 18px; align-items: baseline; padding: 14px 4px; border: 0; background: none; text-align: left; font-size: 15px; font-weight: 500; transition: color .2s, padding .3s var(--ease-out); }
.chapters button .mono { color: var(--sky); font-size: 12px; min-width: 42px; }
.chapters button:hover { padding-left: 12px; color: var(--sky); }

/* ---------------------------------------------------------------- work */
.work { padding: clamp(70px, 9vw, 130px) 0 clamp(80px, 10vw, 140px); position: relative; overflow: hidden; }
.work::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 20%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 20%, transparent 75%); }
.work__grid { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(16px, 2vw, 28px); perspective: 1400px; }
.card { position: relative; grid-column: span 4; border: 0; padding: 0; background: none; text-align: left; transform-style: preserve-3d; will-change: transform; transition: transform .6s var(--ease-out); }
@media (max-width: 900px) { .card { grid-column: span 12; } }
.card__media { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 9; background: #06124f;
  box-shadow: 0 0 0 1.5px var(--line), 0 30px 80px rgba(0, 0, 20, 0.5); transition: box-shadow .5s var(--ease-out); }
.card__media img, .card__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card__media video { opacity: 0; transition: opacity .4s; }
.card.is-previewing .card__media video { opacity: 1; }
.card:hover .card__media, .card:focus-visible .card__media { box-shadow: 0 0 0 1.5px var(--glass-edge), 0 40px 110px rgba(31, 71, 255, 0.45), 0 0 60px rgba(108, 196, 255, 0.2); }
.card__shine { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.22), transparent 45%); opacity: 0; transition: opacity .3s; mix-blend-mode: soft-light; }
.card:hover .card__shine { opacity: 1; }
.card__meta { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 18px 4px 0; transform: translateZ(30px); }
.card__kind { margin: 0 0 6px; font: 400 11px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--sky); }
.card__title { margin: 0; font: 600 clamp(20px, 1.8vw, 26px)/1.15 var(--display); letter-spacing: -0.035em; }
.card__desc { margin: 8px 0 0; font-size: 14.5px; color: rgba(255, 255, 255, 0.68); max-width: 52ch; }
.card__time { font: 400 12px/1 var(--mono); color: rgba(255, 255, 255, 0.6); white-space: nowrap; }
.card__badge { position: absolute; top: 16px; left: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(4, 11, 54, 0.6); backdrop-filter: blur(8px);
  font: 400 11px/1 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; box-shadow: inset 0 0 0 1px var(--line); }

/* ---------------------------------------------------------------- services: one row of categories */
.services { position: relative; padding: clamp(80px, 10vw, 140px) 0; background: linear-gradient(180deg, var(--abyss), #071660); }
.cats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; perspective: 1200px; }
.cat { position: relative; height: 100%; min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 24px 20px 22px;
  border-radius: 24px; text-decoration: none; background: var(--glass); box-shadow: inset 0 0 0 1.5px var(--line), 0 20px 50px rgba(0, 0, 20, 0.35);
  transform-style: preserve-3d; transition: transform .5s var(--ease-out), box-shadow .4s, background .4s; will-change: transform; }
.cat:hover, .cat:focus-visible { background: linear-gradient(180deg, rgba(76, 116, 255, 0.45), rgba(31, 71, 255, 0.18)); box-shadow: inset 0 0 0 1.5px var(--glass-edge), var(--glow); }
.cat__ico { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 8px;
  background: radial-gradient(circle at 35% 30%, #8fd6ff, #1f47ff 72%); box-shadow: 0 0 22px rgba(108, 196, 255, 0.6), inset 0 0 0 1.5px rgba(255, 255, 255, 0.6); transform: translateZ(30px); }
.cat__ico svg { width: 30px; height: 30px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.cat__name { font: 600 17px/1.2 var(--display); letter-spacing: -0.03em; transform: translateZ(20px); }
.cat__price { margin-top: auto; font: 700 clamp(28px, 2.4vw, 36px)/1 var(--display); letter-spacing: -0.04em; transform: translateZ(26px); }
.cat__price small { display: block; margin-bottom: 6px; font: 400 11px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--sky); }
.cat__note { font-size: 13.5px; line-height: 1.35; color: rgba(255, 255, 255, 0.66); }
.terms { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; }
.terms span { padding: 10px 16px; border-radius: 999px; font-size: 13.5px; color: rgba(255, 255, 255, 0.72); box-shadow: inset 0 0 0 1px var(--line); }
.terms .terms__hot { color: #fff; font-weight: 600; background: var(--signal); box-shadow: 0 0 28px rgba(31, 71, 255, 0.55); }
@media (max-width: 1180px) { .cats { grid-template-columns: repeat(3, minmax(0, 1fr)); } .cat { min-height: 220px; } }
@media (max-width: 700px) {
  .cats { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-inline: calc(-1 * var(--gutter)); padding: 6px var(--gutter) 16px; scrollbar-width: none; }
  .cats::-webkit-scrollbar { display: none; }
  .cats li { flex: 0 0 62%; scroll-snap-align: start; }
}

/* ---------------------------------------------------------------- process: 3D glass pills that flip to done */
.process { padding: clamp(80px, 10vw, 150px) 0; background: radial-gradient(ellipse 60% 50% at 70% 40%, #1233b8 0%, #0a1f86 40%, var(--abyss) 85%); }
.process__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 110px); }
@media (max-width: 900px) { .process__grid { grid-template-columns: 1fr; } }
.process__head { position: sticky; top: 120px; align-self: start; }
.process__note { max-width: 36ch; color: rgba(255, 255, 255, 0.7); margin: 24px 0 0; }
@media (max-width: 900px) { .process__head { position: static; } }
.steps { list-style: none; margin: 0; padding: 0 0 0 38px; position: relative; }
.steps::before { content: ''; position: absolute; left: 11px; top: 36px; bottom: 36px; width: 3px; border-radius: 3px; background: rgba(190, 226, 255, 0.14); }
.steps::after { content: ''; position: absolute; left: 11px; top: 36px; bottom: 36px; width: 3px; border-radius: 3px; transform-origin: top; transform: scaleY(var(--chain, 0));
  background: linear-gradient(#e4f3ff, var(--sky)); box-shadow: 0 0 12px rgba(120, 190, 255, 0.95), 0 0 30px rgba(80, 150, 255, 0.7); }
.step { position: relative; padding: 26px 0; }
.step::before { content: ''; position: absolute; left: -36px; top: 52px; width: 22px; height: 22px; border-radius: 50%; border: 3px solid rgba(207, 232, 255, 0.35); background: var(--abyss); transition: border-color .4s, box-shadow .4s; }
.step.is-done::before { border-color: #eaf6ff; box-shadow: 0 0 14px rgba(130, 200, 255, 0.95), 0 0 34px rgba(80, 150, 255, 0.6); }
.step__body h3 { margin: 18px 0 6px; font: 600 20px/1.2 var(--display); letter-spacing: -0.03em; }
.step__body p { margin: 0; color: rgba(255, 255, 255, 0.72); max-width: 44ch; }
.pill3d { perspective: 900px; display: inline-block; }
.pill3d__in { position: relative; display: grid; transform-style: preserve-3d; transform: rotateX(var(--flip, 0deg)); transition: transform .9s var(--ease-out); }
.pill3d__face { grid-area: 1 / 1; display: inline-flex; align-items: center; gap: 14px; height: 64px; padding: 0 28px 0 20px; border-radius: 999px; white-space: nowrap;
  font: 600 20px/1 var(--body); background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06)); backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 2px var(--glass-edge), 0 0 26px rgba(98, 176, 255, 0.55), 0 0 60px rgba(60, 130, 255, 0.3), inset 0 0 20px rgba(255, 255, 255, 0.16);
  backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.pill3d__face--b { transform: rotateX(180deg); }
.step.is-done .pill3d__in { --flip: 180deg; }
.pill3d--done .pill3d__face--b { transform: none; }
.spin { width: 22px; height: 22px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, 0.3); border-top-color: #fff; animation: spin 0.9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.tick { position: relative; width: 24px; height: 24px; border-radius: 50%; border: 2.5px solid #fff; }
.tick::after { content: ''; position: absolute; left: 6.5px; top: 3.5px; width: 6px; height: 11px; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }

/* ---------------------------------------------------------------- meet (the film's flash into white) */
.meet { position: relative; color: var(--ink); padding: clamp(90px, 11vw, 160px) 0 clamp(60px, 8vw, 110px); overflow: hidden;
  background: radial-gradient(ellipse 70% 72% at 38% 50%, #ffffff 0%, #f3f7ff 40%, #c3d4ff 76%, #6f8fff 110%); }
.meet__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(30px, 5vw, 80px); align-items: center; }
@media (max-width: 900px) { .meet__grid { grid-template-columns: 1fr; } }
.meet__stage { position: relative; aspect-ratio: 4 / 5; max-height: 86vh; container-type: inline-size; overflow: hidden; }
.meet__word { position: absolute; left: 50%; top: 16%; transform: translate(-50%, 0); font: 800 23cqw/0.8 var(--display); letter-spacing: -0.06em;
  color: var(--signal); white-space: nowrap; will-change: transform; }
.meet__halo { position: absolute; inset: 12% 8% 0; border-radius: 50%; background: radial-gradient(circle, rgba(108, 196, 255, 0.55), rgba(108, 196, 255, 0) 65%); filter: blur(10px); }
.meet__cutout { position: absolute; left: 0; right: 0; bottom: 0; margin: auto; width: 88%; height: auto; will-change: transform;
  filter: drop-shadow(0 30px 40px rgba(11, 27, 110, 0.35));
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%), linear-gradient(#000 76%, transparent 98%); mask-composite: intersect;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%), linear-gradient(#000 76%, transparent 98%); -webkit-mask-composite: source-in; }
.meet__copy { max-width: 560px; }
.meet__lede { font: 500 clamp(19px, 1.7vw, 23px)/1.45 var(--body); margin: 26px 0 16px; }
.meet__copy > p:not(.eyebrow):not(.meet__lede) { color: rgba(11, 27, 110, 0.78); margin: 0; }
.facts { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 12px 34px; margin: 32px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line-ink); }
.facts dt { font: 400 11px/1 var(--mono); letter-spacing: 0.14em; text-transform: uppercase; color: var(--signal); margin-bottom: 8px; }
.facts dd { margin: 0; font-weight: 600; }
@media (max-width: 560px) { .facts { grid-template-columns: 1fr 1fr; } }
/* ---------------------------------------------------------------- reviews (verbatim from Upwork; dark band between Meet and FAQ) */
.reviews { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 140px) 0;
  background: radial-gradient(ellipse 70% 60% at 85% 0%, rgba(31, 71, 255, 0.34), transparent 70%), var(--abyss); }
.proof { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.proof li { padding: 12px 18px; border-radius: 999px; font-size: 14px; color: rgba(255, 255, 255, 0.72); background: rgba(255, 255, 255, 0.03); box-shadow: inset 0 0 0 1px var(--line); }
.proof strong { margin-right: 6px; font: 700 15px/1 var(--display); letter-spacing: -0.02em; color: var(--white); }
.reviews__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); }
.review { margin: 0; display: flex; flex-direction: column; gap: 22px; padding: clamp(26px, 3vw, 40px); border-radius: 24px;
  background: var(--glass); box-shadow: inset 0 0 0 1.5px var(--line), 0 20px 50px rgba(0, 0, 20, 0.35); }
.review__stars { margin: 0; font-size: 15px; letter-spacing: 0.2em; color: var(--sky); }
.review__quote { margin: 0; flex: 1; }
.review__quote p { margin: 0; font: 500 clamp(18px, 1.6vw, 23px)/1.45 var(--body); color: var(--white); text-wrap: pretty; }
.review__who { display: flex; flex-direction: column; gap: 7px; padding-top: 18px; border-top: 1px solid var(--line); }
.review__who strong { font-weight: 600; }
.review__who span { font: 400 11.5px/1.3 var(--mono); letter-spacing: 0.1em; text-transform: uppercase; color: var(--sky); }
.reviews__more { display: flex; flex-wrap: wrap; gap: 14px 30px; margin: clamp(28px, 4vw, 44px) 0 0; }
.reviews__more .text-link { color: var(--white); }
.meet__links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 26px; }
.meet__links .text-link { color: var(--signal); }
@media (max-width: 760px) { .reviews__grid { grid-template-columns: 1fr; } .proof li { padding: 10px 13px; font-size: 13px; } .proof strong { font-size: 14px; margin-right: 4px; } }

/* ---------------------------------------------------------------- faq */
.faq { color: var(--ink); background: linear-gradient(180deg, #d9e4ff, var(--ice) 30%); padding: clamp(70px, 9vw, 120px) 0; }
.faq__grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr); gap: clamp(40px, 7vw, 130px); align-items: start; }
.faq .h2 { font-size: clamp(38px, 4.4vw, 72px); }
@media (max-width: 900px) { .faq__grid { grid-template-columns: 1fr; } }
.faq__list { border-top: 1px solid var(--line-ink); }
.faq details { border-bottom: 1px solid var(--line-ink); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 24px 4px; font: 600 clamp(17px, 1.5vw, 21px)/1.3 var(--body); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font: 400 26px/1 var(--mono); color: var(--signal); transition: transform .35s var(--ease-out); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 24px; padding: 0 4px; max-width: 62ch; color: rgba(11, 27, 110, 0.8); }

/* ---------------------------------------------------------------- contact */
.contact { position: relative; padding: clamp(90px, 11vw, 160px) 0; overflow: hidden;
  background: radial-gradient(ellipse 60% 70% at 80% 60%, #1e4ae4 0%, #1233b8 30%, #0a1f86 55%, var(--abyss) 90%); }
.contact__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 100px); align-items: start; }
@media (max-width: 900px) { .contact__grid { grid-template-columns: 1fr; } }
.contact__lede { color: rgba(255, 255, 255, 0.78); max-width: 40ch; margin: 26px 0 22px; }
.glass { border-radius: var(--radius); background: var(--glass); box-shadow: inset 0 0 0 1.5px var(--glass-edge), var(--glow), inset 0 0 30px rgba(255, 255, 255, 0.08); backdrop-filter: blur(18px) saturate(140%); }
.form { padding: clamp(22px, 3vw, 38px); display: grid; gap: 18px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 600px) { .form__row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 8px; }
.field label { font-size: 14px; font-weight: 600; }
.field label span { font-weight: 400; color: rgba(255, 255, 255, 0.55); }
.field input, .field select, .field textarea { width: 100%; font: 400 16px/1.4 var(--body); color: var(--white); background: rgba(4, 11, 54, 0.45); border: 0; border-radius: 14px;
  padding: 14px 16px; box-shadow: inset 0 0 0 1.5px rgba(190, 226, 255, 0.25); transition: box-shadow .2s; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.field select option { color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, 0.4); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; box-shadow: inset 0 0 0 2px var(--sky), 0 0 20px rgba(108, 196, 255, 0.35); }
.field.has-error input, .field.has-error select, .field.has-error textarea { box-shadow: inset 0 0 0 2px var(--ember); }
.field__error { font-size: 13px; color: #ffb59a; min-height: 0; }
.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: rgba(255, 255, 255, 0.8); }
.consent input { width: 20px; height: 20px; margin-top: 1px; accent-color: var(--sky); flex: none; }
.form__status { margin: 0; font-size: 14px; min-height: 1em; color: #ffb59a; }
.sent { padding: clamp(28px, 4vw, 48px); display: grid; gap: 14px; justify-items: start; }
.sent h3 { margin: 10px 0 0; font: 700 clamp(26px, 2.6vw, 36px)/1.1 var(--display); letter-spacing: -0.04em; }
.sent p { margin: 0; color: rgba(255, 255, 255, 0.8); }
.sent__ref { font-size: 12px; opacity: 0.7; }

/* ---------------------------------------------------------------- footer */
.foot { background: var(--abyss); padding: 40px 0 36px; overflow: hidden; }
.foot .wrap { container-type: inline-size; }
.foot__word { margin: 0 0 18px; font: 900 18.4cqw/0.8 var(--display); letter-spacing: -0.065em; text-align: center;
  background: linear-gradient(180deg, #2a55ff 0%, #1233b8 60%, rgba(18, 51, 184, 0.1) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; user-select: none; }
.foot__row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 32px; font-size: 14px; color: rgba(255, 255, 255, 0.6); border-top: 1px solid var(--line); padding-top: 24px; }
.foot__row p { margin: 0; }
.foot__row nav { display: flex; gap: 24px; flex-wrap: wrap; }
.foot__row a { text-decoration: none; }
.foot__row a:hover { color: var(--white); }

/* ---------------------------------------------------------------- modal */
.modal { width: min(1180px, 94vw); max-height: 94vh; padding: 0; border: 0; border-radius: 24px; background: #050c3d; color: var(--white);
  box-shadow: 0 0 0 1.5px var(--glass-edge), 0 40px 140px rgba(0, 0, 0, 0.6); overflow: hidden; }
.modal::backdrop { background: rgba(2, 6, 30, 0.8); backdrop-filter: blur(8px); }
.modal__frame { background: #000; display: flex; justify-content: center; }
.modal__video { width: 100%; max-height: 72vh; background: #000; }
.modal.is-vertical .modal__video { width: auto; height: 72vh; }
.modal__meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding: 22px 26px 26px; flex-wrap: wrap; }
.modal__title { margin: 0; font: 600 24px/1.15 var(--display); letter-spacing: -0.035em; }
.modal__credit { margin: 8px 0 10px; font-size: 13.5px; color: rgba(255, 255, 255, 0.62); max-width: 62ch; }
.modal__actions { display: flex; gap: 12px; align-items: center; }
.modal__close { width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--glass); box-shadow: inset 0 0 0 1.5px var(--line); font-size: 16px; }

/* ---------------------------------------------------------------- privacy page */
.page { padding: 150px 0 90px; max-width: 760px; }
.page h1 { font: 700 clamp(36px, 5vw, 64px)/1 var(--display); letter-spacing: -0.045em; margin: 0 0 30px; }
.page h2 { font: 600 22px/1.2 var(--display); letter-spacing: -0.03em; margin: 40px 0 10px; }
.page p { color: rgba(255, 255, 255, 0.8); }

/* ---------------------------------------------------------------- reveal + motion preferences */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }
.is-loading .hero__copy > * { opacity: 0; transform: translateY(24px); }
.hero__copy > * { transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); }
.hero__copy > :nth-child(2) { transition-delay: .08s; } .hero__copy > :nth-child(3) { transition-delay: .18s; } .hero__copy > :nth-child(4) { transition-delay: .26s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .hero { height: auto; }
  .hero__pin { position: relative; }
  .reveal { opacity: 1; transform: none; }
}
