/* Northpage Studio v3.4 — "North light", video-first. Contract: DESIGN.md (05.09.2026, v3.4)
   2 families (Archivo Variable + Instrument Serif Italic), local fonts, one accent (#d6e6f2), 3 radii. */

@font-face { font-family: "Archivo"; src: url("../fonts/archivo-normal.woff2") format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("../fonts/instrument-serif-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }

:root {
  --bg: #0c0e12; --bg-2: #111419; --bg-deep: #07080b;
  --ink: #eef0f2; --ink-dim: #a7adb6; --ink-faint: #808892;
  --light: #d6e6f2; --light-ink: #0b1219;
  --line: rgba(238, 240, 242, .10); --line-strong: rgba(238, 240, 242, .22);
  --sh: 0 30px 70px -24px rgba(6, 10, 18, .75), 0 2px 8px rgba(6, 10, 18, .5), inset 0 1px 0 rgba(255, 255, 255, .07);
  --r-sm: 6px; --r-md: 14px; --r-pill: 999px;
  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --pad: clamp(20px, 4.5vw, 64px);
  --sec: clamp(80px, 9vw, 192px);
  --max: 1320px;            /* text-led sections: services, process, FAQ, contact, footer row */
  --max-lg: 1560px;         /* media-led sections: hero, work — wide screens get more stage, body copy stays ch-limited */
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--bg); overscroll-behavior-x: none; } /* trackpad side-swipe must not navigate back (Chrome/Edge/Firefox honour this; Safari treats it as a system gesture) */
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-weight: 400; font-stretch: 100%;
  font-size: 17px; line-height: 1.55; overflow-x: clip; overscroll-behavior-x: none;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  padding-bottom: env(safe-area-inset-bottom);
}
img, video, canvas, svg { max-width: 100%; display: block; }
a { color: inherit; }
p { margin: 0; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--light); outline-offset: 3px; border-radius: 4px; }
main:focus { outline: none; }
::selection { background: var(--light); color: var(--light-ink); }

.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--light); color: var(--light-ink); border-radius: var(--r-sm); text-decoration: none; font-weight: 500; }
.skip:focus { top: 16px; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }

/* ---------- type ---------- */
h1, h2, h3 { margin: 0; font-weight: 500; line-height: .92; letter-spacing: -.02em; text-wrap: balance; }
h2 { font-size: clamp(34px, 4vw, 56px); font-stretch: 112%; text-transform: uppercase; letter-spacing: -.015em; }
.script { font-family: var(--serif); font-style: italic; font-weight: 400; font-stretch: 100%; text-transform: none; letter-spacing: 0; font-size: 1.04em; color: var(--ink); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 12.5px; font-weight: 500; font-stretch: 80%; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-dim); }
.dot { flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--light); box-shadow: 0 0 12px var(--light); }
.lead { color: var(--ink-dim); max-width: 44ch; margin-top: 18px; font-size: clamp(16px, 1.2vw, 18px); }

/* ---------- pills ---------- */
.pill {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px;
  border-radius: var(--r-pill); font-size: 16px; font-weight: 500; letter-spacing: .01em; text-decoration: none; white-space: nowrap;
  color: var(--ink); border: 1px solid var(--line-strong); background: transparent; cursor: pointer;
  transition: transform .24s var(--ease), background .24s, border-color .24s, box-shadow .3s var(--ease), color .24s;
}
.pill:hover { transform: translateY(-1px); border-color: rgba(238, 240, 242, .5); }
.pill:active { transform: translateY(0) scale(.97); transition-duration: .12s; }
/* filled pill = the light itself: blooms outward on hover, arrow nudges toward "send" */
.pill-light { background: var(--light); color: var(--light-ink); border-color: var(--light); box-shadow: 0 12px 30px -12px rgba(214, 230, 242, .5), inset 0 1px 0 rgba(255, 255, 255, .55); }
.pill-light::after { content: "→" / ""; margin-left: 10px; display: inline-block; transform: translateX(0); transition: transform .22s var(--ease); }
.pill-light:hover { background: #e7f0f8; border-color: #e7f0f8; box-shadow: 0 18px 44px -14px rgba(214, 230, 242, .75), 0 0 0 4px rgba(214, 230, 242, .12), inset 0 1px 0 rgba(255, 255, 255, .55); }
.pill-light:hover::after { transform: translateX(4px); }
.pill-light:active { box-shadow: 0 8px 18px -10px rgba(214, 230, 242, .5), inset 0 1px 0 rgba(255, 255, 255, .55); }
/* outline pill = dark glass: catches a patch of that same cold light where the cursor touches it */
.pill-line { position: relative; isolation: isolate; }
.pill-line::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; opacity: 0; background: radial-gradient(120px circle at var(--mx, 50%) var(--my, 50%), rgba(214, 230, 242, .22), transparent 70%); transition: opacity .24s var(--ease); }
.pill-line:hover::before { opacity: 1; }
.pill-sm { min-height: 46px; padding: 0 20px; font-size: 14.5px; }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 var(--pad);
  transition: height .22s var(--ease), background .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled { height: 56px; background: rgba(12, 14, 18, .84); border-bottom-color: var(--line); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.nav-inert { display: flex; flex: 1 1 auto; min-width: 0; align-items: center; justify-content: space-between; gap: 16px; }
body.menu-open .nav-inert { visibility: hidden; }
.nav-cta::after { content: none; }
.brand { display: flex; align-items: baseline; gap: 8px; text-decoration: none; color: var(--ink); font-size: 15px; font-weight: 500; font-stretch: 125%; letter-spacing: .05em; text-transform: uppercase; }
.brand span { font-size: 11px; font-weight: 400; font-stretch: 80%; letter-spacing: .16em; color: var(--ink-dim); }
.nav-links { display: flex; gap: 32px; }
.nav-links a { position: relative; padding: 12px 0; font-size: 14.5px; font-weight: 500; letter-spacing: .02em; color: var(--ink-dim); text-decoration: none; transition: color .2s, transform .22s var(--ease); }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 1px; background: var(--light); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease); }
.nav-links a:hover { color: var(--ink); transform: translateY(-1px); }
.nav-links a:hover::after { transform: scaleX(1); }
.burger { display: none; width: 44px; height: 44px; margin-right: -8px; border: 0; background: transparent; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.burger span { width: 22px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease), opacity .2s; }
.burger.is-open span:first-child { transform: translateY(3.75px) rotate(45deg); }
.burger.is-open span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

.menu { position: fixed; inset: 0; z-index: 45; background: rgba(7, 8, 11, .96); display: grid; place-items: center; padding: var(--nav-h) var(--pad) 40px; }
.menu[hidden] { display: none; }
.menu-inner { width: 100%; max-width: 520px; }
.menu nav { display: grid; gap: 4px; }
.menu nav a { padding: 10px 0; font-size: clamp(30px, 8vw, 40px); font-weight: 500; font-stretch: 112%; text-transform: uppercase; letter-spacing: -.01em; line-height: 1; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }
.menu-mail { display: inline-block; margin-top: 28px; color: var(--ink-dim); font-size: 15px; overflow-wrap: anywhere; }
body.menu-open { overflow: hidden; }

/* ---------- shared video frame ---------- */
.vid { position: relative; overflow: hidden; border-radius: var(--r-md); background: var(--bg-deep); box-shadow: var(--sh); transition: transform .3s var(--ease), box-shadow .35s var(--ease); }
.vid:hover { transform: translateY(-3px); box-shadow: 0 44px 90px -28px rgba(6, 10, 18, .9), 0 2px 8px rgba(6, 10, 18, .5), inset 0 0 0 1px rgba(214, 230, 242, .28); }
.vid video { width: 100%; height: 100%; object-fit: cover; display: block; }
.play { position: absolute; left: 50%; top: 50%; width: 76px; height: 76px; padding: 0; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .38); background: rgba(12, 14, 18, .72); cursor: pointer; transform: translate(-50%, -50%); transition: transform .24s var(--ease), background .24s, opacity .24s; }
.play span { position: absolute; left: 53%; top: 50%; width: 0; height: 0; border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent var(--ink); transform: translate(-50%, -50%); transition: border-color .24s; }
.play::before { content: ""; position: absolute; inset: -12px; border-radius: 50%; border: 1px solid var(--light); opacity: 0; transform: scale(.82); transition: opacity .3s var(--ease), transform .4s var(--ease); pointer-events: none; } /* aperture ring */
.play:hover { transform: translate(-50%, -50%) scale(1.06); background: var(--light); }
.play:hover::before { opacity: .55; transform: scale(1); }
.play:hover span { border-left-color: var(--light-ink); }
.play:active { transform: translate(-50%, -50%) scale(.92); transition-duration: .12s; }
.vid.is-playing .play { opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.7); filter: blur(6px); transition: opacity .3s var(--ease), transform .3s var(--ease), filter .3s var(--ease); } /* iris closes as the film starts */
.vid.is-playing .play::before { opacity: 0; }

/* ---------- hero (text + the real work, no product object) ---------- */
.hero {
  position: relative; isolation: isolate; overflow: clip; min-height: 100svh;
  background: var(--bg-deep); display: grid; align-items: center;
  padding: calc(var(--nav-h) + 40px) 0 clamp(56px, 8vh, 96px);
}
.hero::after, .studio::after {
  content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none;
  background: url("../dekor/grain.png") repeat; background-size: 256px; opacity: .07; mix-blend-mode: soft-light;
}
.hero-light {
  position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0; transition: opacity 1.4s ease .1s;
  background: radial-gradient(86% 70% at 12% -10%, rgba(214, 230, 242, .32), rgba(214, 230, 242, 0) 62%);
}
.hero.is-in .hero-light { opacity: 1; }
.hero-plate { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: 35% 55%; opacity: 0; transition: opacity 1.6s ease; -webkit-mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, .35) 85%, transparent); mask-image: linear-gradient(180deg, #000 55%, rgba(0, 0, 0, .35) 85%, transparent); }
.hero-plate.is-in { opacity: .55; }
.hero-grid { position: relative; z-index: 2; width: 100%; max-width: var(--max-lg); margin: 0 auto; padding: 0 var(--pad); display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 10fr); gap: clamp(28px, 4vw, 84px); align-items: center; }
.hero .eyebrow, .hero-sub, .facts, .hero-actions { opacity: 0; transform: translateY(10px); transition: opacity .5s ease, transform .6s var(--ease); }
.hero.is-in .eyebrow { opacity: 1; transform: none; transition-delay: .05s; }
.hero.is-in .hero-sub { opacity: 1; transform: none; transition-delay: .18s; }
.hero.is-in .facts { opacity: 1; transform: none; transition-delay: .26s; }
.hero.is-in .hero-actions { opacity: 1; transform: none; transition-delay: .32s; }
.hero-h1 { display: block; margin: 0 0 22px; }
.hero-h1 .giant { display: block; font-size: clamp(56px, 7.4vw, 115px); font-stretch: 118%; font-weight: 500; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.hero-h1 .script { display: block; font-size: clamp(40px, 4.8vw, 74px); line-height: 1; margin-top: .04em; padding-left: .04em; }
.line { display: block; overflow: hidden; padding-bottom: .04em; margin-bottom: -.04em; }
.line > span { display: block; transform: translateY(112%); transition: transform .8s var(--ease); }
.hero.is-in .line > span { transform: none; }
.hero.is-in .giant .line:nth-child(2) > span { transition-delay: .06s; }
.hero.is-in .script .line > span { transition-delay: .12s; }
.hero-sub { font-size: clamp(16px, 1.2vw, 18px); color: var(--ink-dim); max-width: 46ch; margin: 0 0 20px; }
.facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0 0 28px; padding: 0; list-style: none; font-size: 14.5px; color: var(--ink-dim); }
.facts li { position: relative; padding-left: 14px; }
.facts li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; border-radius: 50%; background: var(--light); opacity: .8; }
.facts strong { color: var(--ink); font-weight: 500; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-reel { margin: 0; opacity: 0; transform: translateY(14px) scale(.985); transition: opacity .7s ease .1s, transform .85s var(--ease) .1s; }
.hero.is-in .hero-reel { opacity: 1; transform: none; }
.reel-frame { aspect-ratio: 16 / 9; }
.reel-cap { margin-top: 14px; font-size: 12.5px; letter-spacing: .04em; color: var(--ink-faint); }
.reel-cap span { color: var(--ink-dim); font-weight: 500; font-stretch: 90%; text-transform: uppercase; letter-spacing: .12em; margin-right: 10px; }

/* ---------- light-streak divider (optional, from manifest) ---------- */
.trenner { position: relative; height: clamp(90px, 12vw, 180px); overflow: hidden; background: var(--bg); }
.trenner img { width: 100%; height: 100%; object-fit: cover; object-position: left center; mix-blend-mode: screen; opacity: .95; }

/* ---------- work ---------- */
.work { padding: var(--sec) 0 calc(var(--sec) * .6); background: var(--bg); }
.work .wrap { max-width: var(--max-lg); }
.sec-head { margin-bottom: clamp(32px, 5vw, 64px); max-width: 900px; }
.case { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(24px, 4vw, 84px); align-items: center; padding: clamp(40px, 5vw, 72px) 0; border-top: 1px solid var(--line); }
.case-flip .case-media { order: 2; }
.case-flip .case-text { order: 1; }
.case-media { aspect-ratio: 16 / 9; }
.case-kicker { font-size: 12.5px; font-weight: 500; font-stretch: 80%; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-dim); }
.case-name { margin: 10px 0 18px; font-size: clamp(44px, 5.4vw, 84px); font-stretch: 118%; text-transform: uppercase; line-height: .88; letter-spacing: -.025em; }
.case-copy { color: var(--ink-dim); max-width: 46ch; }
.note { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; color: var(--ink-faint); }
.work-cta { margin-top: 22px; }

/* ---------- services + process (split) ---------- */
.services { position: relative; isolation: isolate; overflow: clip; padding: var(--sec) 0; background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process { position: relative; isolation: isolate; overflow: clip; padding: var(--sec) 0; background: var(--bg); }
.split { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 124px); align-items: start; }
.split-head.sticky { position: sticky; top: calc(var(--nav-h) + 24px); }
.offers { grid-column: 2; margin: 0; padding: 0; list-style: none; }
.offer { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "h price" "p price" "cta cta"; gap: 8px 32px; padding: 34px 0; border-top: 1px solid var(--line); }
.offer:last-child { border-bottom: 1px solid var(--line); }
.offer h3 { grid-area: h; font-size: clamp(24px, 2.4vw, 32px); font-stretch: 112%; text-transform: uppercase; letter-spacing: -.01em; }
.offer p { grid-area: p; color: var(--ink-dim); max-width: 52ch; }
.price { grid-area: price; align-self: start; font-size: clamp(40px, 5.6vw, 80px); font-weight: 500; font-stretch: 118%; line-height: .88; letter-spacing: -.02em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-from { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 500; font-stretch: 80%; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-dim); }
.offer .pill { grid-area: cta; justify-self: start; margin-top: 10px; }
.steps { margin: 0; padding: 0; list-style: none; }
.step { display: grid; grid-template-columns: 96px 1fr; gap: 8px 24px; padding: 32px 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step-n { padding-top: 8px; font-size: 12.5px; font-weight: 500; font-stretch: 80%; letter-spacing: .14em; text-transform: uppercase; color: var(--light); }
.step h3 { margin-bottom: 8px; font-size: clamp(22px, 2.2vw, 30px); font-stretch: 112%; text-transform: uppercase; letter-spacing: -.01em; }
.step p { grid-column: 2; color: var(--ink-dim); max-width: 52ch; }

/* ---------- studio (north light) ---------- */
.studio { position: relative; isolation: isolate; overflow: clip; padding: var(--sec) 0; background-color: var(--bg-deep); background-image: var(--texture, none); background-size: 420px; background-repeat: repeat; }
.studio-light { position: absolute; inset: 0; z-index: 0; background: radial-gradient(70% 55% at 8% -10%, rgba(214, 230, 242, .28), rgba(214, 230, 242, 0) 62%); }
.studio-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 7fr 5fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.studio-copy .lead { max-width: 56ch; }
.studio-personal { margin-top: 16px; max-width: 56ch; color: var(--ink); font-size: clamp(16px, 1.2vw, 18px); }
.honest { margin-top: 28px; padding: 24px 28px; border: 1px solid var(--line-strong); border-radius: var(--r-md); background: rgba(17, 20, 25, .7); box-shadow: var(--sh); }
.honest p { color: var(--ink-dim); }
.honest strong { color: var(--ink); font-weight: 500; }
.seal-wrap { display: grid; place-items: center; justify-items: center; }
.seal { width: min(340px, 58vw); height: auto; color: var(--light); }
.seal .ring { transform-origin: 120px 120px; transform-box: view-box; animation: spin 90s linear infinite; }
.seal-text { font-family: var(--sans); font-size: 11.5px; font-weight: 500; font-stretch: 90%; letter-spacing: .3em; fill: currentColor; }
.seal-img { opacity: .95; }
.seal-cap { margin-top: 18px; font-size: 12.5px; font-weight: 500; font-stretch: 80%; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-dim); text-align: center; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- contact ---------- */
.contact { position: relative; isolation: isolate; overflow: clip; padding: var(--sec) 0; background: var(--bg-2); border-top: 1px solid var(--line); }
.contact-alt { margin-top: 22px; font-size: 14px; color: var(--ink-faint); }
.alt-mail { color: var(--ink-dim); text-decoration: none; background: linear-gradient(var(--light), var(--light)) no-repeat left 100% / 0 1px; padding-bottom: 2px; border-bottom: 1px solid var(--line-strong); transition: background-size .3s var(--ease), color .2s; overflow-wrap: anywhere; }
.alt-mail:hover { color: var(--ink); background-size: 100% 1px; }

/* ---------- brief form (3 steps; works without JS: all steps visible, native POST) ---------- */
.brief { grid-column: 2; }
.brief-progress { display: flex; align-items: center; gap: 16px; margin: 0 0 22px; font-size: 12.5px; font-weight: 500; font-stretch: 80%; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-dim); }
.brief-bar { flex: 1; height: 1px; background: var(--line); overflow: hidden; }
.brief-bar i { display: block; height: 100%; background: var(--light); transform: scaleX(.333); transform-origin: left; transition: transform .5s var(--ease); }
.brief-step { margin: 0; padding: 0; border: 0; min-width: 0; }
.brief.is-js .brief-step:not(.is-active) { display: none; }
.brief:not(.is-js) .brief-step + .brief-step { margin-top: 44px; padding-top: 32px; border-top: 1px solid var(--line); }
.brief:not(.is-js) .brief-progress { display: none; }
.brief-legend { display: block; width: 100%; margin: 0 0 20px; padding: 0; font-size: clamp(24px, 2.4vw, 32px); font-weight: 500; font-stretch: 112%; text-transform: uppercase; letter-spacing: -.01em; line-height: .95; }
.brief-legend:focus { outline: none; }
.brief-q { margin: 26px 0 10px; font-size: 14px; font-weight: 500; color: var(--ink); }
.opt { font-weight: 400; color: var(--ink-faint); letter-spacing: 0; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.card { position: relative; display: flex; flex-direction: column; gap: 4px; padding: 16px 18px; border: 1px solid var(--line-strong); border-radius: var(--r-md); background: rgba(17, 20, 25, .6); cursor: pointer; transition: border-color .2s, background .2s, transform .24s var(--ease), box-shadow .3s var(--ease); }
.card-wide { grid-column: 1 / -1; flex-direction: row; align-items: baseline; gap: 10px; }
.card input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.card-t { font-size: 16px; font-weight: 500; }
.card-s { font-size: 13px; color: var(--ink-faint); }
.card:hover { border-color: rgba(238, 240, 242, .5); transform: translateY(-1px); }
.card:has(input:checked) { border-color: var(--light); background: rgba(214, 230, 242, .08); box-shadow: 0 0 0 1px var(--light), 0 14px 34px -22px rgba(214, 230, 242, .5); }
.card:has(input:focus-visible) { outline: 2px solid var(--light); outline-offset: 3px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: var(--r-pill); font-size: 14px; color: var(--ink-dim); cursor: pointer; transition: border-color .2s, color .2s, background .2s; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip:hover { border-color: rgba(238, 240, 242, .5); color: var(--ink); }
.chip:has(input:checked) { border-color: var(--light); background: var(--light); color: var(--light-ink); }
.chip:has(input:focus-visible) { outline: 2px solid var(--light); outline-offset: 3px; }
.field { display: block; margin-top: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.field-l { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 500; color: var(--ink); }
.field input, .field textarea, .field select { display: block; width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--r-sm); background: rgba(12, 14, 18, .6); color: var(--ink); font: inherit; font-size: 16px; line-height: 1.4; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 92px; }
.field select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink-dim) 50%), linear-gradient(135deg, var(--ink-dim) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
.field select option { background: var(--bg-2); color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--light); box-shadow: 0 0 0 3px rgba(214, 230, 242, .18); }
.field-h { display: block; margin-top: 7px; font-size: 13px; color: var(--ink-faint); }
.field-err { display: block; margin-top: 7px; font-size: 13px; color: #f2b8b5; }
.field-err[hidden] { display: none; }
.field.is-invalid input, .field.is-invalid textarea { border-color: #e39c98; }
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.turnstile { margin-top: 20px; min-height: 0; }
.brief-legal { margin-top: 18px; font-size: 13px; color: var(--ink-faint); }
.brief-legal a { color: var(--ink-dim); }
.brief-nav { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.brief-nav .pill { border: 1px solid var(--line-strong); }
.brief-nav .pill-light { border-color: var(--light); }
.pill[disabled] { opacity: .6; cursor: progress; transform: none; }
.brief-done, .brief-fail { padding: 32px 0 8px; }
.brief-done:focus, .brief-fail:focus { outline: none; }
.done-t { margin-top: 12px; font-size: clamp(24px, 2.6vw, 34px); font-stretch: 112%; text-transform: uppercase; letter-spacing: -.015em; }
.done-p { margin-top: 14px; color: var(--ink-dim); max-width: 52ch; }
.done-p a { color: var(--ink); }
.thanks h1 { margin-bottom: 14px; }
.thanks p + p { margin-top: 22px; }
.thanks-err { display: none; }
.thanks-err:target { display: block; }
body:has(.thanks-err:target) .thanks-ok { display: none; }

/* ---------- faq (native details, no JS) ---------- */
.faq { position: relative; isolation: isolate; overflow: clip; padding: var(--sec) 0; background: var(--bg); border-top: 1px solid var(--line); }
.faq-list { grid-column: 2; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; cursor: pointer; font-size: clamp(18px, 1.6vw, 22px); font-weight: 500; letter-spacing: -.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-strong); font-size: 18px; font-weight: 400; color: var(--ink-dim); transition: transform .3s var(--ease), background .2s, color .2s, border-color .2s; }
.faq-item summary:hover::after { border-color: var(--light); color: var(--ink); }
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--light); color: var(--light-ink); border-color: var(--light); }
.faq-item p { padding: 0 0 24px; color: var(--ink-dim); max-width: 60ch; }

/* ---------- "Send with…" chooser (desktop only; phones keep the native mailto) ---------- */
.chooser { width: min(520px, calc(100vw - 32px)); margin: auto; padding: 0; border: 0; background: transparent; color: var(--ink); }
.chooser::backdrop { background: rgba(7, 8, 11, .78); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.chooser[open] { animation: chooser-in .3s var(--ease); }
@keyframes chooser-in { from { opacity: 0; transform: translateY(10px); } }
.chooser-card { position: relative; isolation: isolate; overflow: hidden; padding: 32px 32px 26px; border-radius: var(--r-md); background: var(--bg-2); border: 1px solid var(--line-strong); box-shadow: var(--sh); }
.chooser-card::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(70% 55% at 8% -10%, rgba(214, 230, 242, .24), rgba(214, 230, 242, 0) 62%); }
.chooser-x { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; padding: 0; border-radius: 50%; border: 1px solid var(--line-strong); background: transparent; color: var(--ink-dim); font-size: 22px; line-height: 1; cursor: pointer; transition: border-color .2s, color .2s, transform .24s var(--ease); }
.chooser-x:hover { border-color: var(--light); color: var(--ink); transform: rotate(90deg); }
.chooser .eyebrow { margin-bottom: 12px; }
.chooser-title { font-size: clamp(24px, 3vw, 32px); font-stretch: 112%; text-transform: uppercase; letter-spacing: -.015em; }
.chooser-sub { margin-top: 10px; color: var(--ink-dim); font-size: 15px; max-width: 44ch; }
.chooser-list { list-style: none; margin: 22px 0 0; padding: 0; border-top: 1px solid var(--line); }
.ch-opt { position: relative; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.ch-opt span { font-weight: 500; font-size: 16px; transition: transform .22s var(--ease), color .2s; }
.ch-opt small { flex: none; max-width: 46%; font-size: 12.5px; text-align: right; color: var(--ink-faint); }
.ch-opt::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: var(--light); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease); }
.ch-opt:hover::after, .ch-opt:focus-visible::after { transform: scaleX(1); }
.ch-opt:hover span { transform: translateX(4px); }
.chooser-foot { margin-top: 18px; font-size: 13.5px; color: var(--ink-faint); }
.chooser-mail { color: var(--ink-dim); user-select: all; -webkit-user-select: all; }
body.chooser-open { overflow: hidden; }

/* ---------- footer ---------- */
.footer { padding: clamp(56px, 7vw, 96px) 0 28px; border-top: 1px solid var(--line); background: var(--bg); overflow: clip; }
.foot-mark { width: 100vw; max-width: none; margin: 0 0 28px calc(50% - 50vw); padding: 0 var(--pad); font-size: clamp(40px, 11.2vw, 172px); font-weight: 500; font-stretch: 125%; text-transform: uppercase; letter-spacing: -.02em; line-height: .9; color: var(--ink); white-space: nowrap; }
.foot-row { display: flex; justify-content: space-between; align-items: center; gap: 16px 24px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--line); }
.foot-note { max-width: 62ch; font-size: 13.5px; color: var(--ink-faint); }
.foot-links { display: flex; gap: 20px; font-size: 13.5px; }
.foot-links a { position: relative; padding-bottom: 2px; color: var(--ink-dim); text-decoration: none; transition: color .2s, transform .22s var(--ease); }
.foot-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--light); transform: scaleX(0); transform-origin: left; transition: transform .22s var(--ease); }
.foot-links a:hover { color: var(--ink); transform: translateY(-1px); }
.foot-links a:hover::after { transform: scaleX(1); }

/* ---------- reveals ---------- */
.rv { opacity: 0; transform: translateY(20px); transition: opacity .6s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--i, 0) * 60ms); }
.rv.in { opacity: 1; transform: none; }
html.no-js .rv, html.no-js .hero .line > span, html.no-js .hero-reel, html.no-js .hero-light, html.no-js .hero .eyebrow, html.no-js .hero-sub, html.no-js .facts, html.no-js .hero-actions { opacity: 1; transform: none; }

/* ---------- cursor ---------- */
.cursor { display: none; }
@media (pointer: fine) {
  .cursor { display: block; position: fixed; left: 0; top: 0; z-index: 100; width: 10px; height: 10px; border-radius: 50%; background: var(--light); pointer-events: none; opacity: 0; mix-blend-mode: difference; transition: width .2s, height .2s, opacity .25s, background .2s, border-color .2s; transform: translate(-50%, -50%); }
  .cursor.is-active { opacity: 1; }
  .cursor.is-link { width: 44px; height: 44px; background: transparent; border: 1px solid var(--light); }
}

/* ---------- legal pages ---------- */
.legal { padding: calc(var(--nav-h) + 48px) 0 96px; max-width: 760px; margin: 0 auto; }
.legal h1 { font-size: clamp(34px, 4vw, 48px); font-stretch: 112%; text-transform: uppercase; margin-bottom: 8px; }
.legal .lang-tag { display: inline-block; margin: 28px 0 10px; font-size: 12.5px; font-weight: 500; font-stretch: 80%; letter-spacing: .12em; text-transform: uppercase; color: var(--light); }
.legal h2 { font-size: 18px; margin: 30px 0 10px; font-stretch: 100%; text-transform: none; letter-spacing: 0; font-weight: 500; line-height: 1.3; }
.legal p, .legal li { color: var(--ink-dim); font-size: 15.5px; line-height: 1.7; }
.legal ul { padding-left: 20px; margin: 10px 0; }
.legal .back { display: inline-block; margin-bottom: 36px; color: var(--ink-dim); font-size: 14px; }
.legal .back:hover { color: var(--ink); }
.legal .placeholder { color: var(--light); }

/* ---------- responsive ---------- */
@media (max-width: 1023px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero { align-items: start; padding-top: calc(var(--nav-h) + 24px); }
  .split { grid-template-columns: 1fr; }
  .offers, .faq-list, .brief { grid-column: auto; }
  .split-head.sticky { position: static; }
  .case { grid-template-columns: 1fr; align-items: start; }
  .case-flip .case-media, .case-flip .case-text { order: 0; }
  .studio-grid { grid-template-columns: 1fr; }
  .seal-wrap { justify-items: start; }
}
@media (max-width: 899px) {
  .nav-links { display: none; }
  .nav, .nav-inert { gap: 10px; }
  .burger { display: flex; }
  .nav-cta { min-height: 44px; padding: 0 16px; font-size: 13.5px; }
  .brand { font-size: 13px; }
  .hero-h1 .giant { font-size: clamp(44px, 15vw, 112px); font-stretch: 112%; }
  .hero-h1 .script { font-size: clamp(38px, 10vw, 70px); }
  .hero-sub { margin-bottom: 16px; }
  .facts { gap: 6px 16px; margin-bottom: 22px; font-size: 14px; }
  .hero-plate { object-position: 12% 40%; }
  .hero-plate.is-in { opacity: .4; }
  .hero-light { background: radial-gradient(86% 60% at 12% -10%, rgba(214, 230, 242, .2), rgba(214, 230, 242, 0) 62%); }
  .step { grid-template-columns: 1fr; gap: 6px; }
  .step p { grid-column: auto; }
}
@media (max-width: 480px) {
  .brand span { display: none; }   /* wordmark alone: brand + CTA + burger must never overlap on narrow phones */
}
@media (max-width: 640px) {
  .field-row { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .card-wide { flex-direction: column; gap: 4px; }
  .chooser-card { padding: 26px 20px 20px; }
  .ch-opt { flex-direction: column; align-items: flex-start; gap: 4px; }
  .ch-opt small { max-width: none; text-align: left; }
  .offer { grid-template-columns: 1fr; grid-template-areas: "h" "price" "p" "cta"; gap: 6px; }
  .price { padding-top: 0; }
  .honest { padding: 20px; }
  .foot-row { flex-direction: column; align-items: flex-start; }
}

/* ---------- wide screens: the stage grows with the monitor, body copy stays ch-limited (research 05.09.2026) ---------- */
@media (min-width: 1800px) {
  :root { --max: 1440px; --max-lg: 1700px; --pad: 72px; }
  body { font-size: 18px; }
  .pill { min-height: 56px; padding: 0 30px; font-size: 16.5px; }
  .pill-sm { min-height: 48px; padding: 0 22px; font-size: 15px; }
  .brand { font-size: 16px; }
  .nav-links { gap: 40px; }
  .nav-links a { font-size: 16px; }
  .eyebrow, .case-kicker, .reel-cap, .step-n, .seal-cap { font-size: 13.5px; }
  .hero-sub, .lead, .studio-personal { font-size: 20px; }
  .facts { font-size: 16px; }
  .hero-h1 .giant { font-size: clamp(115px, 6.6vw, 128px); }
  .hero-h1 .script { font-size: clamp(74px, 4.2vw, 82px); }
  h2 { font-size: clamp(56px, 3.4vw, 68px); }
  .case-name { font-size: clamp(84px, 5vw, 104px); }
  .price { font-size: clamp(80px, 4.4vw, 96px); }
  .offer h3, .step h3 { font-size: clamp(30px, 1.8vw, 36px); }
  .faq-item summary { font-size: clamp(22px, 1.2vw, 25px); }
  .brief-legend { font-size: clamp(30px, 1.8vw, 36px); }
  .card-t { font-size: 17.5px; }
  .field input, .field textarea, .field select { font-size: 17px; }
  .foot-mark { font-size: clamp(172px, 10.4vw, 220px); }
  .foot-note, .foot-links { font-size: 15px; }
  .chooser { width: min(580px, calc(100vw - 32px)); }
}
@media (min-width: 2200px) {
  :root { --max: 1560px; --max-lg: 1880px; --pad: 80px; }
  body { font-size: 19px; }
  .pill { min-height: 60px; padding: 0 34px; font-size: 17.5px; }
  .pill-sm { min-height: 50px; padding: 0 24px; font-size: 15.5px; }
  .hero-sub, .lead, .studio-personal { font-size: 21px; }
  .hero-h1 .giant { font-size: clamp(128px, 5.6vw, 140px); }
  .hero-h1 .script { font-size: clamp(82px, 3.6vw, 94px); }
  h2 { font-size: clamp(68px, 3vw, 78px); }
  .case-name { font-size: clamp(104px, 4.6vw, 120px); }
  .price { font-size: clamp(96px, 4vw, 100px); }
  .foot-mark { font-size: clamp(220px, 9.6vw, 250px); }
}

/* ---------- motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero .line > span, .hero-reel, .hero-light, .hero .eyebrow, .hero-sub, .facts, .hero-actions { transition: none; transform: none; opacity: 1; }
  .rv { opacity: 1; transform: none; transition: none; }
  .seal .ring { animation: none; }
  .pill, .pill-light::after, .pill-line::before, .play, .play::before, .vid.is-playing .play, .vid, .nav-links a, .nav-links a::after, .foot-links a, .foot-links a::after, .hero-plate { transition: none; }
  .vid:hover { transform: none; }
  .chooser[open] { animation: none; }
  .ch-opt span, .ch-opt::after, .chooser-x, .faq-item summary::after, .brief-bar i, .card, .chip, .alt-mail { transition: none; }
  .card:hover { transform: none; }
  .cursor { display: none !important; }
}
@media (prefers-contrast: more) {
  .hero::after, .studio::after { opacity: 0; }
  :root { --ink-dim: #c5cad1; --line-strong: rgba(238, 240, 242, .4); }
}
