/* =============================================================
   Kaizen Agency — "El Obturador"
   Dirección: editorial / broadcast. Serif display a gran escala,
   retícula de 12 columnas con filetes finos, y una única firma:
   todo (vídeo, retratos, titulares) entra por una APERTURA que se abre.

   1. Tokens
   2. Reset & base
   3. Layout & utilities
   4. Typography
   5. Components (nav, buttons, seal, form)
   6. Sections
   7. Motion (reveals, apertures, keyframes)
   8. Responsive
   9. Reduced motion / no-script
   ============================================================= */

/* =============================================================
   0. Fonts (self-hosted — latin subset only, covers Spanish)
   ============================================================= */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("lib/fonts/geist-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("lib/fonts/geist-mono-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("lib/fonts/instrument-serif-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("lib/fonts/instrument-serif-italic-latin.woff2") format("woff2");
}

/* =============================================================
   1. Tokens
   ============================================================= */
:root {
  /* Brand */
  --bg:        #0a0a0a;
  --bg-2:      #100f0e;
  --bg-3:      #181716;
  --accent:    #f87316;
  --accent-2:  #e05a00;
  --on-accent: #0a0a0a;

  /* Warm ink */
  --ink:       #f3eee7;
  --ink-soft:  #a8a198;
  --ink-mute:  #857e76;
  --line:        rgba(243, 238, 231, 0.10);
  --line-strong: rgba(243, 238, 231, 0.22);
  --black-rgb:   10, 10, 10; /* == --bg == --on-accent, as separate r,g,b components for rgba() */

  /* Type */
  --serif: "Instrument Serif", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans:  "Geist", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono:  "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --jp:    "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", "Noto Serif CJK JP", serif;

  /* Motion */
  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-io:   cubic-bezier(0.77, 0, 0.18, 1);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  /* Layout */
  --gutter:    clamp(1.25rem, 4.5vw, 3.5rem);
  --col-gap:   clamp(1rem, 2vw, 2rem);
  --nav-h:     76px;
  --section-y: clamp(6rem, 14vh, 10.5rem);
  --maxw:      1560px;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  tab-size: 2;
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
  overflow-x: clip;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; padding: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { font-weight: 400; line-height: 1.05; text-wrap: balance; }
em { font-style: italic; }
::selection { background: var(--accent); color: var(--on-accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }

.icon {
  width: 1.05em; height: 1.05em;
  flex-shrink: 0;
  vertical-align: -0.15em;
}

/* =============================================================
   3. Layout & utilities
   ============================================================= */
.skip-link {
  position: fixed; top: -100px; left: 1rem; z-index: 9999;
  padding: .6rem 1rem; background: var(--ink); color: var(--bg);
  border-radius: 2px; font-weight: 500; font-size: 14px;
}
.skip-link:focus { top: 1rem; }

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--section-y); }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* =============================================================
   4. Typography
   ============================================================= */
.kicker {
  display: flex; align-items: center; gap: .9rem;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  line-height: 1.4;
}
.kicker-num {
  display: inline-flex; align-items: center; gap: .9rem;
  color: var(--accent);
}
.kicker-num::after {
  content: ""; width: 28px; height: 1px;
  background: currentColor; opacity: .6;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(2.75rem, 6.4vw, 6.5rem);
  line-height: .95;
  letter-spacing: -.015em;
  color: var(--ink);
}
.section-title em,
.about-title em,
.hero-h1 em,
.footer-claim em { color: var(--accent); }

.sec-desc {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.7;
  max-width: 44ch;
}

/* Split lines — each line rises through its own mask (aperture for type) */
.ln {
  display: block;
  overflow: hidden;
  /* room for italic overhang + descenders without clipping */
  padding: 0 .14em .12em 0;
  margin: 0 -.14em -.12em 0;
}
.ln > span { display: block; }

/* =============================================================
   5. Components
   ============================================================= */

/* — Buttons: vertical "fill" wipe, same rising language as the aperture — */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  height: 50px; padding: 0 1.5rem;
  font-size: 14px; font-weight: 500; letter-spacing: .01em;
  border-radius: 2px;
  white-space: nowrap;
  transition: background-size .55s var(--ease-out), color .35s var(--ease-out), border-color .35s var(--ease-out);
}
.btn .icon { width: 16px; height: 16px; transition: transform .45s var(--ease-out); }
.btn:hover .icon { transform: translate(2px, -2px); }

.btn-primary {
  color: var(--on-accent);
  background: linear-gradient(var(--ink), var(--ink)) bottom / 100% 0% no-repeat, var(--accent);
}
.btn-primary:hover { background-size: 100% 100%; }

.btn-ghost {
  color: var(--ink);
  border: 1px solid var(--line-strong);
  background: linear-gradient(var(--ink), var(--ink)) bottom / 100% 0% no-repeat, rgba(var(--black-rgb), .25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background-size: 100% 100%; color: var(--on-accent); border-color: var(--ink); }

/* — Nav — */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding-inline: var(--gutter);
  border-bottom: 1px solid transparent;
  transition: background .5s var(--ease-soft), border-color .5s var(--ease-soft);
}
.nav.is-scrolled {
  background: rgba(var(--black-rgb), .8);
  border-color: var(--line);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
}
.nav-logo {
  justify-self: start;
  font-family: var(--sans); font-weight: 600;
  font-size: 15px; letter-spacing: .22em;
  color: var(--ink);
}
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; gap: 2.25rem; }
.nav-links a {
  position: relative;
  font-size: 13px; letter-spacing: .02em;
  color: var(--ink-soft);
  transition: color .3s var(--ease-out);
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px;
  background: var(--accent);
  transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease-out);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  justify-self: end;
  display: inline-flex; align-items: center; gap: .4rem;
  height: 40px; padding: 0 1rem;
  font-size: 13px; font-weight: 500;
  color: var(--on-accent);
  background: linear-gradient(var(--ink), var(--ink)) bottom / 100% 0% no-repeat, var(--accent);
  border-radius: 2px;
  transition: background-size .5s var(--ease-out);
}
.nav-cta .icon { width: 14px; height: 14px; }
.nav-cta:hover { background-size: 100% 100%; }

/* — Mobile nav toggle (hidden on desktop) — */
.nav-toggle {
  display: none;
  justify-self: end;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
}
.nav-toggle span {
  display: block; width: 20px; height: 1.5px;
  background: var(--ink);
  transition: transform .35s var(--ease-out), opacity .35s var(--ease-out);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* — Hanko seal (改善) — */
.seal {
  width: 64px; aspect-ratio: 1;
  display: grid; place-items: center;
  background: var(--accent); color: var(--on-accent);
  border-radius: 3px;
}
.seal span {
  font-family: var(--jp);
  writing-mode: vertical-rl;
  font-size: 21px; font-weight: 600;
  line-height: 1; letter-spacing: .1em;
}
.seal--sm { display: inline-grid; width: 26px; vertical-align: middle; border-radius: 2px; }
.seal--sm span { font-size: 9px; letter-spacing: .05em; }

/* — Form (sits on the orange Contact field) — */
.form { display: flex; flex-direction: column; gap: 1.9rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.9rem var(--col-gap); }
.field { display: flex; flex-direction: column; gap: .35rem; min-width: 0; }
.field-label {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(var(--black-rgb), .72);
}
.field-label span { text-transform: none; letter-spacing: .02em; }
.form input, .form textarea, .form select {
  -webkit-appearance: none; appearance: none;
  width: 100%;
  background: transparent;
  border: 0; border-bottom: 1px solid rgba(var(--black-rgb), .38);
  border-radius: 0;
  padding: .55rem 0 .7rem;
  font: 400 17px/1.4 var(--sans);
  color: var(--on-accent);
  outline: none;
  transition: border-color .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.form input:focus, .form textarea:focus, .form select:focus {
  border-bottom-color: var(--on-accent);
  box-shadow: 0 1px 0 0 var(--on-accent);
}
.form input::placeholder, .form textarea::placeholder { color: rgba(var(--black-rgb), .72); }
.form input:-webkit-autofill {
  -webkit-text-fill-color: var(--on-accent);
  box-shadow: 0 0 0 100px var(--accent) inset;
}
.form select {
  cursor: pointer;
  padding-right: 1.75rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0a0a' stroke-width='1.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right center / 18px no-repeat;
}
.form select:invalid { color: rgba(var(--black-rgb), .72); }
.form option { color: var(--bg); background: var(--ink); }
.form textarea { min-height: 128px; resize: vertical; }
.form-submit {
  margin-top: .4rem;
  height: 60px; width: 100%;
  font-size: 15px; font-weight: 500; letter-spacing: .01em;
  color: var(--ink);
  background: linear-gradient(var(--ink), var(--ink)) bottom / 100% 0% no-repeat, var(--on-accent);
  border-radius: 2px;
  transition: background-size .55s var(--ease-out), color .35s var(--ease-out);
}
.form-submit:hover { background-size: 100% 100%; color: var(--on-accent); }
.form-submit:focus-visible { outline-color: var(--on-accent); }
.form-submit:disabled { opacity: .65; cursor: not-allowed; background-size: 100% 0%; color: var(--ink); }
.form-success, .form-error {
  display: none;
  font-family: var(--mono); font-size: 12px; letter-spacing: .06em;
  color: var(--on-accent); text-align: center;
}
.form-error { font-weight: 600; }
.form.is-sent .form-success { display: block; }
.form.is-error .form-error { display: block; }

/* =============================================================
   6. Sections
   ============================================================= */

/* — Section header (12-col editorial: kicker in the margin column) — */
.sec-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--col-gap);
  row-gap: 1.75rem;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}
.sec-head > .kicker { grid-column: 1 / span 3; align-self: start; margin-top: .9rem; }
.sec-head > .section-title { grid-column: 4 / -1; }
.sec-head > .sec-desc { grid-column: 4 / span 5; }

/* — Hero — */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  isolation: isolate;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -1; }
.hero-frame { position: absolute; inset: 0; overflow: hidden; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(var(--black-rgb), .62) 0%,
    rgba(var(--black-rgb), .12) 24%,
    rgba(var(--black-rgb), .14) 46%,
    rgba(var(--black-rgb), .80) 80%,
    rgba(var(--black-rgb), .94) 100%);
}
/* thin orange slit the shutter opens from */
.hero-slit {
  position: absolute; left: var(--gutter); right: var(--gutter); top: 50%;
  height: 1px; z-index: -1;
  background: var(--accent);
  transform: scaleX(0); transform-origin: left center;
  opacity: 0;
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 1;
  flex: 1;
  width: 100%; max-width: var(--maxw); margin-inline: auto;
  display: flex; flex-direction: column;
  padding: calc(var(--nav-h) + 1.25rem) var(--gutter) clamp(1.5rem, 4vh, 2.75rem);
}
.hero-top { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.hero-badge { color: var(--ink); }
.hero-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent); flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(248, 115, 22, .18);
}
.hero-coords { color: rgba(243, 238, 231, .6); }
.hero-h1 {
  margin-top: auto;
  padding-block: clamp(2rem, 6vh, 4rem) clamp(1.5rem, 4vh, 2.75rem);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 13.5vw, 14.5rem);
  line-height: .86;
  letter-spacing: -.025em;
  color: var(--ink);
}
.hero-h1 .ln--indent { padding-left: 11vw; }
.hero-bottom {
  display: flex; flex-wrap: wrap; align-items: flex-end;
  gap: 1.25rem 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-strong);
}
.hero-desc {
  margin-right: auto;
  max-width: 40ch;
  font-size: 15px; line-height: 1.7;
  color: rgba(243, 238, 231, .74);
}
.hero-btns { display: flex; gap: .75rem; flex-wrap: wrap; }
.hero-mute {
  display: inline-flex; align-items: center; gap: .55rem;
  height: 50px; padding: 0 1.1rem;
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--line-strong); border-radius: 2px;
  background: rgba(var(--black-rgb), .3);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: border-color .3s var(--ease-out), color .3s var(--ease-out);
}
.hero-mute .icon { width: 17px; height: 17px; }
.hero-mute:hover { border-color: var(--ink); }
.hero-mute.is-live { border-color: var(--accent); }
.hero-mute.is-live .icon { color: var(--accent); }

/* — Showreel mute toggle (same pattern as the hero's) — */
.player-mute {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-mute);
  transition: color .3s var(--ease-out);
}
.player-mute .icon { width: 15px; height: 15px; }
.player-mute:hover { color: var(--ink); }
.player-mute.is-live { color: var(--accent); }

/* — Ticker — */
.ticker-wrap {
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding-block: clamp(1.25rem, 3vw, 2rem);
}
.ticker {
  display: flex; width: max-content;
  animation: ticker-roll 52s linear infinite;
}
.ticker-wrap:hover .ticker { animation-play-state: paused; }
.ticker-item {
  display: flex; align-items: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  padding-right: clamp(1.5rem, 3vw, 2.75rem); /* padding, not gap: keeps the -50% loop seamless */
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.75rem, 3.6vw, 3.25rem);
  line-height: 1.1;
  color: var(--ink-soft);
  white-space: nowrap;
}
.ticker-item:nth-child(even) { font-style: normal; color: var(--ink); }
.ticker-dot {
  width: 7px; height: 7px; flex-shrink: 0;
  background: var(--accent);
  transform: rotate(45deg);
}

/* — Showreel — */
.player-aperture { position: relative; }
/* the orange slit you glimpse when the shutter closes between reels */
.player-aperture::before {
  content: ""; position: absolute; left: 0; right: 0; top: 50%;
  height: 1px; background: var(--accent);
}
.video-player {
  position: relative; z-index: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 4px;
  background: var(--bg-3);
}
.video-player video { width: 100%; height: 100%; object-fit: cover; }
.video-overlay {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: linear-gradient(180deg, rgba(var(--black-rgb), .12), rgba(var(--black-rgb), .55));
  transition: opacity .5s var(--ease-soft), visibility 0s linear 0s;
}
.video-overlay.is-hidden {
  opacity: 0; visibility: hidden;
  transition: opacity .5s var(--ease-soft), visibility 0s linear .5s;
}
.video-player.is-playing video { cursor: pointer; }
.viewfinder {
  position: absolute; inset: clamp(.9rem, 2vw, 1.75rem);
  pointer-events: none;
  --vf: rgba(243, 238, 231, .75);
  --vfl: 22px;
  background:
    linear-gradient(var(--vf), var(--vf)) top left / var(--vfl) 1px no-repeat,
    linear-gradient(var(--vf), var(--vf)) top left / 1px var(--vfl) no-repeat,
    linear-gradient(var(--vf), var(--vf)) top right / var(--vfl) 1px no-repeat,
    linear-gradient(var(--vf), var(--vf)) top right / 1px var(--vfl) no-repeat,
    linear-gradient(var(--vf), var(--vf)) bottom left / var(--vfl) 1px no-repeat,
    linear-gradient(var(--vf), var(--vf)) bottom left / 1px var(--vfl) no-repeat,
    linear-gradient(var(--vf), var(--vf)) bottom right / var(--vfl) 1px no-repeat,
    linear-gradient(var(--vf), var(--vf)) bottom right / 1px var(--vfl) no-repeat;
}
.play-btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 1.1rem;
  font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink);
}
.play-btn-disc {
  width: clamp(64px, 7vw, 96px); aspect-ratio: 1;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent); color: var(--on-accent);
  transition: transform .6s var(--ease-out), background .3s var(--ease-out);
}
.play-btn:hover .play-btn-disc { transform: scale(1.08); background: var(--ink); }
.play-btn svg { width: 24px; height: 24px; margin-left: 3px; }

.player-bar {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding-block: 1.1rem;
  border-bottom: 1px solid var(--line);
}
.video-caption {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.2; text-align: right;
  color: var(--ink);
}

.reel-strip {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--col-gap); row-gap: 1.5rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}
.reel-hint {
  grid-column: 1 / span 3;
  font-size: 14px; line-height: 1.7; color: var(--ink-soft);
  max-width: 30ch;
}
.video-mini-grid {
  grid-column: 5 / -1;
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--col-gap);
}
.mini-video { cursor: pointer; border-radius: 3px; }
.mini-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 3px;
  background: var(--bg-2);
  border: 1px solid var(--line);
}
.mini-media video {
  width: 100%; height: 100%; object-fit: cover;
  opacity: .72;
  filter: grayscale(.45);
  clip-path: inset(5% 5% 5% 5% round 2px);
  transition: clip-path .8s var(--ease-out), opacity .5s var(--ease-out), filter .5s var(--ease-out);
}
.mini-video:hover .mini-media video,
.mini-video:focus-visible .mini-media video {
  clip-path: inset(0% 0% 0% 0% round 0px);
  opacity: 1; filter: none;
}
.mini-meta {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding-top: .9rem;
}
.mini-label { font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.5rem); line-height: 1.15; }
.mini-cta {
  display: inline-flex; align-items: center; gap: .3rem; flex-shrink: 0;
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute);
  transition: color .3s var(--ease-out);
}
.mini-cta .icon { width: 12px; height: 12px; }
.mini-video:hover .mini-cta, .mini-video:focus-visible .mini-cta { color: var(--accent); }

/* — Services — */
.services-list { border-top: 1px solid var(--line-strong); }
.svc {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--col-gap); row-gap: 1.5rem;
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
  border-bottom: 1px solid var(--line-strong);
}
.svc::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform 1s var(--ease-out);
}
.svc:hover::after { transform: scaleX(1); }
.svc-num {
  grid-column: 1 / span 2;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: .8;
  color: var(--accent);
}
.svc-title {
  grid-column: 3 / span 5;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -.01em;
}
.svc-title em { color: var(--ink-soft); }
.svc-body { grid-column: 9 / -1; }
.svc-text { font-size: 15px; line-height: 1.75; color: var(--ink-soft); }
.svc-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.svc-tag {
  font-family: var(--mono); font-size: 11px; letter-spacing: .03em;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  padding: 6px 12px; border-radius: 999px;
}
.svc-link {
  display: inline-flex; align-items: center; gap: .4rem;
  margin-top: 2rem; padding-bottom: 4px;
  font-size: 14px; color: var(--ink);
  border-bottom: 1px solid var(--line-strong);
  transition: color .3s var(--ease-out), border-color .3s var(--ease-out);
}
.svc-link .icon { width: 15px; height: 15px; transition: transform .45s var(--ease-out); }
.svc-link:hover { color: var(--accent); border-color: var(--accent); }
.svc-link:hover .icon { transform: translate(2px, -2px); }

/* — About — */
.about { background: var(--bg-2); border-block: 1px solid var(--line); }
.about-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--col-gap); row-gap: 2.5rem;
  align-items: start;
}
.about-aside { grid-column: 1 / span 3; display: flex; flex-direction: column; align-items: flex-start; gap: 1.75rem; }
.about-aside .kicker { margin-top: .9rem; }
.seal-caption {
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute);
}
.about-title {
  grid-column: 4 / -1;
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 8.5rem);
  line-height: .92;
  letter-spacing: -.02em;
}
.about-desc {
  grid-column: 7 / span 5;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.75;
  color: var(--ink-soft);
}
.stats {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(4rem, 9vw, 8rem);
  border-top: 1px solid var(--line-strong);
}
.stat { padding: 2rem clamp(1rem, 2vw, 2rem) 0 0; }
.stat + .stat { border-left: 1px solid var(--line); padding-left: clamp(1rem, 2vw, 2rem); }
.stat-num {
  font-family: var(--serif);
  font-size: clamp(3.5rem, 7vw, 7rem);
  line-height: .9;
  letter-spacing: -.02em;
  color: var(--ink);
}
.stat-num-suffix { color: var(--accent); font-style: italic; margin-left: .04em; }
.stat-label {
  margin-top: 1rem; max-width: 18ch;
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  line-height: 1.5;
  color: var(--ink-mute);
}

/* — Team — */
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(2rem, 3vw, 3rem) var(--col-gap);
  align-items: start;
}
.team-card { display: flex; flex-direction: column; }
.team-card:nth-child(even) { margin-top: clamp(2rem, 6vw, 5.5rem); }
.team-card-link { display: block; color: inherit; }
.team-photo {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 3px;
  background: var(--bg-3);
  margin-bottom: 1.1rem;
}
.team-photo img {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 20%;
  filter: grayscale(1) contrast(1.05) brightness(.92);
  transform: scale(1.04);
  transition: filter .8s var(--ease-out), transform 1.2s var(--ease-out);
}
.team-card-link:hover .team-photo img,
.team-card-link:focus-visible .team-photo img { filter: none; transform: scale(1); }
@media (hover: none) { .team-photo img { filter: grayscale(.25) contrast(1.02); } }
.team-photo img + .team-initial { display: none; }
.team-initial {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(4rem, 8vw, 7.5rem);
  color: var(--ink-mute);
  background:
    radial-gradient(120% 70% at 50% 115%, rgba(248, 115, 22, .18), transparent 60%),
    var(--bg-3);
}
.team-hover-layer {
  position: absolute; right: .75rem; bottom: .75rem; z-index: 2;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent); color: var(--on-accent);
  opacity: 0; transform: translateY(8px);
  transition: opacity .4s var(--ease-out), transform .5s var(--ease-out);
}
.team-hover-layer i { font-size: 20px; }
.team-card-link:hover .team-hover-layer,
.team-card-link:focus-visible .team-hover-layer { opacity: 1; transform: none; }
.team-name {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1;
  transition: color .3s var(--ease-out);
}
.team-card-link:hover .team-name { color: var(--accent); }
.team-role {
  margin-top: .55rem;
  font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent);
}
.team-fun { margin-top: .3rem; font-size: 13px; line-height: 1.45; color: var(--ink-soft); }

.team-card--mystery .team-initial {
  color: rgba(243, 238, 231, .12);
  background:
    repeating-linear-gradient(-45deg, transparent 0 6px, rgba(243, 238, 231, .025) 6px 12px),
    var(--bg-2);
}
.team-card--mystery .team-name { color: var(--ink-mute); }
.team-card--mystery .team-role { color: var(--ink-mute); }
.team-card--mystery .team-fun {
  font-family: var(--mono); font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--ink-mute);
}

/* — Process (sticky editorial column + step list) — */
.process-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--col-gap); row-gap: 3rem;
  align-items: start;
}
.process-head {
  grid-column: 1 / span 5;
  position: sticky; top: calc(var(--nav-h) + 2.5rem);
  display: flex; flex-direction: column; gap: 1.75rem;
}
.process-steps { grid-column: 7 / -1; border-top: 1px solid var(--line-strong); }
.process-step {
  display: grid; grid-template-columns: minmax(4.5rem, 1fr) 4fr;
  column-gap: var(--col-gap);
  padding-block: clamp(2rem, 4vw, 3.25rem);
  border-bottom: 1px solid var(--line-strong);
}
.ps-num {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  line-height: .85;
  color: var(--accent);
}
.ps-title {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.8vw, 2.6rem);
  line-height: 1;
  margin-bottom: .8rem;
}
.ps-desc { font-size: 15px; line-height: 1.7; color: var(--ink-soft); max-width: 42ch; }

/* — Testimonial — */
.testi { border-top: 1px solid var(--line); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--col-gap); row-gap: 3rem;
  align-items: start;
}
.testi-meta {
  grid-column: 1 / span 4;
  display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem;
}
.testi-title { font-family: var(--serif); font-size: clamp(1.75rem, 2.4vw, 2.25rem); line-height: 1.05; }
.testi-intro { font-size: 14px; line-height: 1.7; color: var(--ink-soft); max-width: 36ch; }
.testi-badge {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(248, 115, 22, .5);
  padding: 7px 12px; border-radius: 999px;
}
.testi-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.testi-body { grid-column: 6 / -1; position: relative; }
.testi-mark {
  display: block;
  font-family: var(--serif);
  font-size: clamp(6rem, 11vw, 10rem);
  line-height: .6;
  height: .42em;
  color: var(--accent);
}
.testi-quote p {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.3vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -.01em;
  color: var(--ink);
}
.testi-author {
  display: flex; align-items: center; gap: 1rem;
  margin-top: 2.5rem; padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.testi-avatar {
  width: 44px; height: 44px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent); color: var(--on-accent);
  font-family: var(--mono); font-size: 12px; font-weight: 500;
}
.testi-name { display: block; font-size: 15px; font-weight: 500; color: var(--ink); }
.testi-role { display: block; margin-top: 2px; font-size: 13px; color: var(--ink-mute); }

/* — Contact: the one full orange field — */
.contact { background: var(--accent); color: var(--on-accent); }
.contact ::selection { background: var(--on-accent); color: var(--accent); }
.contact :focus-visible { outline-color: var(--on-accent); }
.contact .kicker { color: rgba(var(--black-rgb), .72); }
.contact .kicker-num { color: var(--on-accent); }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--col-gap); row-gap: 3.5rem;
  align-items: start;
}
.contact-head { grid-column: 1 / span 6; }
.contact-heading {
  margin-block: 1.75rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 6.6vw, 7rem);
  line-height: .92;
  letter-spacing: -.02em;
}
.contact-desc { font-size: 16px; line-height: 1.7; max-width: 40ch; color: rgba(var(--black-rgb), .8); }
.contact-ig {
  display: inline-flex; align-items: center; gap: .6rem;
  margin-top: 2.25rem; padding-bottom: 4px;
  font-family: var(--mono); font-size: 13px; letter-spacing: .04em;
  border-bottom: 1px solid currentColor;
  transition: opacity .3s var(--ease-out);
}
.contact-ig:hover { opacity: .65; }
.contact-ig svg { width: 18px; height: 18px; }
.contact .form { grid-column: 8 / -1; }

/* — Footer — */
.footer { padding-top: clamp(4rem, 9vw, 7rem); padding-bottom: 1.75rem; }
.footer-top {
  display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}
.footer-claim { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1; }
.footer-links { display: flex; flex-wrap: wrap; gap: .5rem 1.75rem; }
.footer-links a { font-size: 13px; color: var(--ink-soft); transition: color .3s var(--ease-out); }
.footer-links a:hover { color: var(--accent); }
.footer-logo {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  font-family: var(--sans); font-weight: 600;
  font-size: clamp(4rem, 17vw, 20rem);
  line-height: .78;
  letter-spacing: -.02em;
  color: var(--ink);
}
.footer-logo-letters { display: flex; justify-content: space-between; }
.footer-dot { color: var(--accent); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-mute);
}
.footer-loc { display: inline-flex; align-items: center; gap: .75rem; }
.footer-up { transition: color .3s var(--ease-out); }
.footer-up:hover { color: var(--accent); }

/* =============================================================
   7. Motion
   ============================================================= */

/* Scroll reveals */
[data-reveal] {
  opacity: 0; transform: translateY(28px);
  transition: opacity 1s var(--ease-out), transform 1.1s var(--ease-out);
}
[data-reveal].is-revealed { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .1s; }
[data-reveal][data-delay="2"] { transition-delay: .2s; }
[data-reveal][data-delay="3"] { transition-delay: .3s; }
[data-reveal][data-delay="4"] { transition-delay: .4s; }

/* Split-text: defensive — the container never hides, only its lines move */
.reveal[data-split],
[data-reveal][data-split] { opacity: 1; transform: none; }
[data-split][data-reveal] .ln > span {
  transform: translateY(110%);
  transition: transform 1.2s var(--ease-out);
}
[data-split][data-reveal] .ln:nth-child(2) > span { transition-delay: .1s; }
[data-split][data-reveal] .ln:nth-child(3) > span { transition-delay: .2s; }
[data-split][data-reveal].is-revealed .ln > span { transform: none; }

/* Team portraits open like a shutter rising */
.team-card .team-photo {
  clip-path: inset(100% 0% 0% 0%);
  transition: clip-path 1.3s var(--ease-io);
}
.team-card.is-revealed .team-photo { clip-path: inset(0% 0% 0% 0%); }
.team-card[data-delay="1"] .team-photo { transition-delay: .1s; }
.team-card[data-delay="2"] .team-photo { transition-delay: .2s; }
.team-card[data-delay="3"] .team-photo { transition-delay: .3s; }
.team-card[data-delay="4"] .team-photo { transition-delay: .4s; }

/* Hero load: slit draws → shutter opens → headline rises → chrome settles */
.hero-slit  { animation: slit 1.3s var(--ease-io) .05s both; }
.hero-media { animation: shutter-open 1.4s var(--ease-io) .4s both; }
.hero-h1 .ln > span { animation: rise 1.3s var(--ease-out) .85s both; }
.hero-h1 .ln:nth-child(2) > span { animation-delay: .97s; }
.hero-top, .hero-bottom { animation: fade-up 1s var(--ease-out) 1.35s both; }

@keyframes slit {
  0%   { transform: scaleX(0); opacity: 1; }
  45%  { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(1); opacity: 0; }
}
@keyframes shutter-open {
  from { clip-path: inset(50% 0% 50% 0%); }
  to   { clip-path: inset(0% 0% 0% 0%); }
}
@keyframes rise {
  from { transform: translateY(108%); }
  to   { transform: none; }
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
@keyframes ticker-roll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(248, 115, 22, .18); }
  50%      { box-shadow: 0 0 0 7px rgba(248, 115, 22, 0); }
}
.hero-badge-dot, .testi-badge-dot { animation: pulse 2.6s ease-in-out infinite; }

/* =============================================================
   8. Responsive
   ============================================================= */
@media (max-width: 1099px) {
  .sec-head > .kicker { grid-column: 1 / -1; margin-top: 0; }
  .sec-head > .section-title { grid-column: 1 / span 11; }
  .sec-head > .sec-desc { grid-column: 1 / span 7; }

  .hero-h1 .ln--indent { padding-left: 7vw; }

  .reel-hint { grid-column: 1 / -1; }
  .video-mini-grid { grid-column: 1 / -1; }

  .svc-num { grid-column: 1 / span 2; }
  .svc-title { grid-column: 3 / -1; }
  .svc-body { grid-column: 3 / span 9; }

  .about-aside { grid-column: 1 / -1; flex-direction: row; align-items: center; flex-wrap: wrap; }
  .about-aside .kicker { margin-top: 0; margin-right: auto; }
  .about-title { grid-column: 1 / -1; }
  .about-desc { grid-column: 4 / -1; }

  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-card:nth-child(even) { margin-top: 0; }
  .team-card:nth-child(3n+2) { margin-top: clamp(2rem, 6vw, 4rem); }

  .testi-meta { grid-column: 1 / -1; }
  .testi-body { grid-column: 1 / -1; }

  .contact-head { grid-column: 1 / -1; }
  .contact .form { grid-column: 1 / -1; }
}

@media (max-width: 959px) {
  .process-head { grid-column: 1 / -1; position: static; }
  .process-steps { grid-column: 1 / -1; }

  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat { padding-bottom: 2rem; }
  .stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
}

@media (max-width: 719px) {
  :root { --nav-h: 64px; }

  .nav { grid-template-columns: 1fr auto auto; column-gap: .6rem; }
  .nav-toggle { display: inline-flex; }
  .nav > nav {
    position: fixed; top: var(--nav-h); left: 0; right: 0; z-index: 99;
    max-height: 0; overflow: hidden;
    background: rgba(var(--black-rgb), .97);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    transition: max-height .45s var(--ease-io);
  }
  .nav.is-open > nav { max-height: min(70vh, calc(100vh - var(--nav-h))); overflow-y: auto; }
  .nav-links {
    flex-direction: column; align-items: flex-start;
    gap: 1.35rem;
    padding: 2rem var(--gutter) 2.5rem;
  }
  .nav-links a { font-size: 16px; }

  .hero-h1 { font-size: 16vw; }
  .hero-h1 .ln--indent { padding-left: 0; }
  .hero-coords { display: none; }
  .hero-bottom { flex-direction: column; align-items: stretch; gap: 1.25rem; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; }
  .hero-mute { align-self: flex-start; height: 44px; }

  .sec-head > .section-title,
  .sec-head > .sec-desc { grid-column: 1 / -1; }

  .player-bar { flex-direction: column; align-items: flex-start; gap: .35rem; }
  .video-caption { text-align: left; }
  .video-mini-grid { grid-template-columns: 1fr; }
  .play-btn-label { display: none; }

  .svc-num { grid-column: 1 / -1; }
  .svc-title { grid-column: 1 / -1; }
  .svc-body { grid-column: 1 / -1; }

  .about-desc { grid-column: 1 / -1; }

  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1rem; }
  .team-card:nth-child(3n+2) { margin-top: 0; }
  .team-card:nth-child(even) { margin-top: 2.5rem; }
  .team-card--mystery { grid-column: 1 / -1; }
  .team-card--mystery .team-photo { aspect-ratio: 16 / 9; }

  .process-step { grid-template-columns: 3.5rem 1fr; }

  .form-row { grid-template-columns: 1fr; }

  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* =============================================================
   9. Reduced motion (only intrusive effects) & no-script
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slit { display: none; }
  .hero-media,
  .hero-h1 .ln > span,
  .hero-top, .hero-bottom { animation: none; }
  .ticker { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  [data-split][data-reveal] .ln > span { transform: none; transition: none; }
  .team-card .team-photo { clip-path: none; transition: none; }
}

@media (scripting: none) {
  [data-reveal] { opacity: 1; transform: none; }
  [data-split][data-reveal] .ln > span { transform: none; }
  .team-card .team-photo { clip-path: none; }
}
