/* ═══════════════════════════════════════════════════════════════════════
   TYPOGRAPHY TOKEN SYSTEM
   ═══════════════════════════════════════════════════════════════════════

   Type family : Atyp Display (self-hosted)
   Available   : 100 / 100i, 300 / 300i, 400 / 400i, 500 / 500i, 600 / 600i, 700 / 700i

   ── WEIGHTS (semantic role → file) ─────────────────────────────
     500  Medium      → Section/data labels (uppercase), CTAs
     400  Regular     → Display headings, body, lead, taglines, meta values
     400i Regular It. → Accent italic (.line-accent, .team-first)
     —    100, 300, 600, 700  Reserved (file loaded, not used yet)

   ── SIZE TOKENS ───────────────────────────────────────────────
   --type-display-hero  : clamp(44px , 5.4vw, 82px )   Hero H1 lines
   --type-display-xl    : clamp(40px , 5.6vw, 96px )   Mission slogan
   --type-display-lg    : clamp(38px , 5.5vw, 82px )   Section H2 (About/Focus/Contact/Team)
   --type-display-md    : clamp(44px , 5.5vw, 82px )   Focus scene titles
   --type-display-sm    : clamp(42px , 4.2vw, 74px )   Team card names
   --type-lead          : clamp(18px , 1.35vw, 23px )  Lead paragraphs
   --type-body          : clamp(17px , 1.2vw, 19px )   Body, hero sub
   --type-scene-tagline : clamp(20px , 1.6vw, 28px )   Focus scene tagline (oak-lt)
   --type-tag           : clamp(24px , 2vw  , 34px )   Pillar headings
   --type-card-fixed    : 15px                          Pillar p, team copy p
   --type-label         : 12px                          Section labels (uppercase)
   --type-micro         : 11px                          Smallest labels, data labels
   --type-link          : 13px                          CTAs, nav links, focus pills
   --type-toggle        : 11px                          Lang toggle opts

   ── LINE-HEIGHT ───────────────────────────────────────────────
     Display headings : 1.0  – 1.08
     Body / paragraphs : 1.45 – 1.7
     Labels            : 1.35

   ── LETTER-SPACING ────────────────────────────────────────────
     Display headings : -.035em      (tight, journal)
     Body              : -.005em to 0
     Labels (uppercase): .14em – .22em (tracked)
     Numerics          : -.025em

   ── COLOR TOKENS (text) ───────────────────────────────────────
     --cream      Primary on dark  — display headings, key body
     --bone-90    Lead paragraphs
     --bone-75    Body, secondary copy
     --bone-55    Micro labels
     --bone-35    Disclaimer, footnotes
     --oak        Accent  — section labels, pillar numbers, scene-idx
     --oak-lt     Accent italic, scene-tagline

   Tokens are documented as a reference. Concrete clamps are inlined per
   selector to keep specificity flat — bump them here when changing the
   typographic scale and the comment table stays the source of truth.
   ═══════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────
   FONT FACE — Atyp Display
───────────────────────────────────── */
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atyp Display';
  src: url('../assets/fonts/AtypDisplay-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ─────────────────────────────────────
   RESET & BASE
───────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Brand palette */
  --blood:    #0F0102;
  --blood-dk: #060000;
  --cherry:   #440203;
  --samurai:  #6C0202;
  --stone:    #232C33;
  --cream:    #EAE8DC;
  --bone-90:  rgba(234,232,220,0.90);
  --bone-75:  rgba(234,232,220,0.65);
  --bone-55:  rgba(234,232,220,0.55);
  --bone-35:  rgba(234,232,220,0.35);
  --line:     rgba(234,232,220,0.14);
  --line-mid: rgba(234,232,220,0.14);
  --oak:      #8C6239;
  --oak-lt:   #b58456;
  --rule-h:   linear-gradient(90deg, transparent 0%, rgba(234,232,220,.13) 18%, rgba(181,132,86,.14) 50%, rgba(234,232,220,.1) 82%, transparent 100%);
  --rule-v:   linear-gradient(180deg, transparent 0%, rgba(234,232,220,.13) 18%, rgba(181,132,86,.14) 50%, rgba(234,232,220,.1) 82%, transparent 100%);
  --rule-pill: linear-gradient(90deg, rgba(234,232,220,.12), rgba(181,132,86,.28), rgba(234,232,220,.1));

  --ff: 'Atyp Display', system-ui, sans-serif;
  --nav-h: 80px;
  --pad: clamp(24px, 5vw, 88px);
  --scene-pad-inline: clamp(34px, 3.4vw, 58px);
  --content-max: 1480px;
  --section-y: clamp(72px, 9vw, 120px);
  --section-copy-gap: clamp(40px, 4.4vw, 64px);
  --cluster-gap: clamp(18px, 2vw, 30px);
  --ease: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-luxe: cubic-bezier(0.16, 1, 0.22, 1);
}

html {
  scroll-behavior: smooth;
  cursor: none;
  /* Hide browser scrollbar — Firefox + IE/Edge */
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Disable elastic overscroll and trackpad history swipe on the root scroller. */
  overscroll-behavior: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
/* Hide scrollbar — WebKit (Chrome, Safari, Edge Chromium, iOS Safari) */
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media (hover: none) { html { cursor: auto; } }

body {
  font-family: var(--ff);
  background: var(--blood);
  color: var(--cream);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overscroll-behavior: none;
}

::selection {
  background: var(--samurai);
  color: #fff;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: var(--ff); cursor: none; }
@media (hover: none) { button { cursor: pointer; } }

/* ─────────────────────────────────────
   CUSTOM CURSOR
───────────────────────────────────── */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 12px; height: 12px;
  background: var(--oak);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-100px, -100px);
  transition: width .35s var(--ease-out), height .35s var(--ease-out),
              background .35s, border .35s, opacity .25s;
  will-change: transform;
  mix-blend-mode: difference;
}
.cursor.big {
  width: 64px; height: 64px;
  background: transparent;
  border: 1px solid var(--oak-lt);
  mix-blend-mode: normal;
}
@media (hover: none) { .cursor { display: none; } }

/* ─────────────────────────────────────
   TYPOGRAPHY UTILITIES
───────────────────────────────────── */
.label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--oak);
  margin-bottom: 28px;
}

.display-h2 {
  font-size: clamp(34px, 4.95vw, 74px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
  color: var(--cream);
}

.lead-text {
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 400;
  line-height: 1.5;
  color: var(--bone-75);
  letter-spacing: -.005em;
}

.body-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--bone-55);
  max-width: 460px;
}

/* ─────────────────────────────────────
   WORD-BY-WORD FADE
───────────────────────────────────── */
.word-fade .w {
  display: inline-block;
  overflow-anchor: none;
  opacity: 0.12;
  filter: blur(5px);
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.15s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0ms;
  will-change: opacity, filter, transform;
}
.word-fade,
.focus-scene,
.scene-content,
.scene-data {
  overflow-anchor: none;
}
.word-fade.visible .w {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  transition-delay: var(--delay, 0ms);
}

@media (max-width: 900px) {
  .word-fade .w {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    transition-delay: 0ms;
    will-change: auto;
  }

  .word-fade.visible .w {
    opacity: 1;
    transition-delay: 0ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .word-fade .w,
  .word-fade.visible .w {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

/* ─────────────────────────────────────
   PREMIUM NUMERIC ROLL
───────────────────────────────────── */
.num-roll-group {
  display: inline-block;
  opacity: 1;
  will-change: contents;
}

.num-roll-group.is-rolling {
  animation: number-group-arrive 1.25s linear forwards;
}

.num-roll-group.is-settled {
  opacity: 1;
}

.num-roll {
  display: inline-block;
  min-width: 0.58em;
  font-variant-numeric: tabular-nums;
  text-align: center;
  will-change: contents;
}

@keyframes number-group-arrive {
  from { opacity: 1; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .num-roll-group,
  .num-roll-group.is-rolling,
  .num-roll-group.is-settled,
  .num-roll,
  .num-roll.is-settled {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
}

/* ─────────────────────────────────────
   REVEAL UP (lines, blocks)
───────────────────────────────────── */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
  transition-delay: var(--d, 0s);
}
.reveal-up.visible { opacity: 1; transform: none; }

/* ─────────────────────────────────────
   NAVIGATION
───────────────────────────────────── */
.nav {
  position: fixed;
  inset: 10px 10px auto 10px;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: flex-start;
  transition: none;
  pointer-events: none;
}

.nav-inner {
  width: 100%;
  margin-inline: auto;
  min-height: var(--nav-h);
  border-radius: 999px;
  transition:
    background .45s var(--ease),
    backdrop-filter .45s var(--ease);
  pointer-events: auto;
}
.nav-content {
  width: 100%;
  max-width: var(--content-max);
  min-height: var(--nav-h);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav.scrolled .nav-inner {
  background: rgba(6,0,0,.58);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.nav-logo {
  --logo-w: 130px;
  --logo-ratio-h: .3974;
  --logo-mark-w: calc(var(--logo-w) * .3516);
  --logo-letters-x: calc(var(--logo-w) * .3974);
  --logo-letters-y: calc(var(--logo-w) * .0101);
  --logo-letters-w: calc(var(--logo-w) * .6044);
  --logo-letters-h: calc(var(--logo-w) * .3773);
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: var(--logo-w);
  height: calc(var(--logo-w) * var(--logo-ratio-h));
  overflow: hidden;
  transition: opacity .35s var(--ease-out);
}
.nav-logo-mark,
.nav-logo-letters {
  position: absolute;
  display: block;
}
.nav-logo-mark {
  inset: 0 auto 0 0;
  width: var(--logo-mark-w);
  height: 100%;
}
.nav-logo-letters {
  left: var(--logo-letters-x);
  top: var(--logo-letters-y);
  width: var(--logo-letters-w);
  height: var(--logo-letters-h);
  overflow: hidden;
}
.nav-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-logo-letters img {
  transform: translate3d(0, 0, 0);
  transform-origin: left center;
  opacity: 1;
  transition:
    transform .72s cubic-bezier(.16, 1, .18, 1),
    opacity .5s var(--ease-out);
  will-change: transform, opacity;
}
.nav.scrolled .nav-logo-letters img {
  opacity: 0;
  transform: translate3d(-112%, 0, 0);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 44px;
}
.nav-links a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bone-75);
  transition: color .25s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 1px;
  background: var(--oak);
  transition: width .35s var(--ease);
}
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { width: 100%; }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ─── Language Toggle (slider) ─── */
.lang-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: rgba(234,232,220,.04);
  border: 1px solid var(--line-mid);
  border-radius: 100px;
  padding: 3px;
  line-height: 1;
  user-select: none;
  outline: none;
}
.lang-toggle:focus-visible { box-shadow: 0 0 0 2px var(--oak); }

.lang-opt {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  min-height: 30px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .14em;
  padding: 0 14px;
  color: var(--bone-55);
  transform: translateY(.055em);
  transition: color .35s var(--ease);
  pointer-events: none;
}
.lang-toggle.is-en .lang-en { color: var(--cream); }
.lang-toggle.is-ru .lang-ru { color: var(--cream); }

.lang-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(50% - 3px);
  height: calc(100% - 6px);
  background: rgba(234,232,220,.16);
  border-radius: 100px;
  transition: transform .4s var(--ease);
  z-index: 1;
}
.lang-toggle.is-ru .lang-thumb { transform: translateX(100%); }

[data-en] {
  transition: opacity .38s var(--ease-luxe);
}
body.lang-switching [data-en] {
  opacity: .12;
  transition-duration: .14s;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  padding: 4px;
}
.burger span {
  display: block;
  width: 26px; height: 2px;
  background: var(--cream);
  transition: transform .3s var(--ease), opacity .3s;
}
.burger.open span:first-child { transform: translateY(8px) rotate(45deg); }
.burger.open span:last-child  { transform: translateY(-8px) rotate(-45deg); }

/* ─────────────────────────────────────
   HERO
───────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  padding-top: var(--nav-h);
  overflow: hidden;
}

.hero-left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100svh - var(--nav-h));
  padding: clamp(72px,9vh,118px) var(--pad) clamp(64px,8vh,104px);
}

.hero-content {
  width: min(100%, 1240px);
  max-width: 1240px;
  text-align: center;
}

.hero-content .label {
  justify-content: center;
  text-align: center;
  margin-inline: auto;
  margin-bottom: clamp(28px, 4vw, 58px);
}

.hero-h1 {
  font-size: clamp(50px, 5.25vw, 94px);
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.035em;
  color: var(--cream);
  margin-inline: auto;
  margin-bottom: clamp(34px, 4.2vw, 64px);
  max-width: 1180px;
  text-wrap: balance;
}

.hero-sub {
  font-size: clamp(17px, 1.25vw, 19px);
  font-weight: 400;
  color: var(--bone-75);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto clamp(38px, 4.5vw, 58px);
  letter-spacing: -.005em;
}
.hero-sub.reveal-up {
  opacity: 0;
  filter: none;
  transform: translate3d(0, 18px, 0);
  transition:
    opacity 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
.hero-sub.reveal-up.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* ─── Buttons ─── */
.btn,
.btn-pill,
.link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 36px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 100px;
  min-height: 61px;
  transition:
    background .6s var(--ease-out),
    border-color .6s var(--ease-out),
    color .6s var(--ease-out),
    transform .6s var(--ease-out);
}

.btn-primary,
.btn-pill {
  background: var(--cream);
  color: var(--blood);
}
.btn-primary:hover,
.btn-pill:hover { background: var(--cream); }

.btn-ghost,
.link-arrow {
  background: rgba(234,232,220,0.05);
  color: var(--cream);
  border: 1px solid rgba(234,232,220,0.08);
}
.btn-icon,
.link-arrow { gap: 10px; }

.btn-arrow-cta {
  gap: 14px;
}
.btn-label {
  display: inline-block;
  line-height: 1;
  transform: translateY(.055em);
}
.btn-arrow {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 14px;
  color: currentColor;
}
.btn-arrow::before,
.btn-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  pointer-events: none;
}
.btn-arrow::before {
  right: 0;
  width: 0;
  height: 1.6px;
  border-radius: 999px;
  background: currentColor;
  transform: translate3d(0, -50%, 0) scaleX(0);
  transform-origin: right center;
  transition:
    width .62s var(--ease-luxe),
    transform .62s var(--ease-luxe),
    opacity .45s var(--ease-luxe);
  opacity: 0;
}
.btn-arrow::after {
  right: 1px;
  width: 8px;
  height: 8px;
  border-top: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  transform: translate3d(-2px, -50%, 0) rotate(45deg);
  transform-origin: center;
  transition: transform .62s var(--ease-luxe);
}
.btn-arrow-cta:hover .btn-arrow::before,
.btn-arrow-cta:focus-visible .btn-arrow::before {
  width: 12px;
  transform: translate3d(0, -50%, 0) scaleX(1);
  opacity: 1;
}
.btn-arrow-cta:hover .btn-arrow::after,
.btn-arrow-cta:focus-visible .btn-arrow::after {
  transform: translate3d(1px, -50%, 0) rotate(45deg);
}

.btn-ghost:hover,
.link-arrow:hover {
  background: rgba(234,232,220,0.11);
  border-color: rgba(234,232,220,0.18);
}

/* Hero right (image) */
.hero-right {
  position: absolute;
  inset: -6vh -3vw;
  z-index: 0;
  overflow: hidden;
  background: var(--blood-dk);
  transform: translate3d(var(--hero-bg-x, 0px), var(--hero-bg-y, 0px), 0) scale(var(--hero-bg-scale, 1.02));
  transform-origin: center;
  will-change: transform;
}
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(var(--hero-img-x, 0px), var(--hero-img-y, 0px), 0) scale(var(--hero-img-scale, 1.07));
  will-change: transform;
  filter: none;
  -webkit-filter: none;
}
/* ─────────────────────────────────────
   ABOUT
───────────────────────────────────── */
.about {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding-block: clamp(80px,10vw,120px);
  border-top: 1px solid var(--line);
}

.about-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.about-top {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(24px, 2.6vw, 48px);
  row-gap: clamp(40px,6vw,100px);
  margin-bottom: clamp(44px, 5.8vw, 86px);
  align-items: start;
}
.about-head {
  grid-column: 1 / -1;
}
.about-lead {
  max-width: 760px;
  margin-top: var(--section-copy-gap);
}
.hero-sub,
.about-lead,
.focus-intro-inner .lead-text,
.mission-lead,
.contact-lead {
  color: var(--bone-75);
}

.about-tags {
  position: relative;
  width: 100%;
  padding-block: 10px;
  overflow: hidden;
  isolation: isolate;
}
.about-tags::before,
.about-tags::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(56px, 8vw, 120px);
  pointer-events: none;
}
.about-tags::before {
  left: 0;
  background: linear-gradient(90deg, var(--blood) 0%, rgba(15,1,2,.84) 36%, rgba(15,1,2,0) 100%);
}
.about-tags::after {
  right: 0;
  background: linear-gradient(270deg, var(--blood) 0%, rgba(15,1,2,.84) 36%, rgba(15,1,2,0) 100%);
}
.about-tag-row {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-block: 8px;
}
.about-tag-row + .about-tag-row {
  margin-top: 8px;
}
.about-tag-track {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 24px);
  width: max-content;
  min-width: max-content;
  will-change: transform;
  animation: aboutTagMarquee var(--tag-speed, 36s) linear infinite;
}
.about-tag-row.is-reverse .about-tag-track {
  animation-direction: reverse;
}
.about-tag-row:hover .about-tag-track {
  animation-play-state: paused;
}
.about-tag {
  display: inline-flex;
  align-items: center;
  min-height: clamp(44px, 4.1vw, 60px);
  padding: 0 clamp(20px, 2.4vw, 36px);
  border: 0;
  border-radius: 999px;
  background: rgba(234,232,220,.035);
  color: rgba(234,232,220,.86);
  font-size: clamp(15px, 1.4vw, 24px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .025em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none;
  transition:
    color .55s var(--ease-out),
    background .55s var(--ease-out),
    box-shadow .55s var(--ease-out),
    transform .55s var(--ease-out);
}
.about-tag .tag-tail {
  margin-left: .35em;
  font-style: italic;
  font-weight: 400;
  color: inherit;
}
.about-tag:hover {
  color: var(--cream);
  background: linear-gradient(180deg, rgba(234,232,220,.13), rgba(234,232,220,.04));
  box-shadow:
    inset 0 -20px 48px rgba(0,0,0,.1),
    0 24px 82px rgba(0,0,0,.28);
  transform: scale(1.04);
}
@keyframes aboutTagMarquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .about-tag-track {
    animation: none;
    transform: none;
  }
}

/* Pillars editorial spread */
.about-pillars {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(234,232,220,0.22);
  padding-top: clamp(42px, 4.5vw, 68px);
  gap: 0;
}
.pillar {
  position: relative;
  min-height: clamp(250px, 18vw, 310px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 22px;
  padding: clamp(118px, 8vw, 150px) clamp(26px, 3vw, 44px) 4px 0;
  border-right: 1px solid rgba(234,232,220,0.13);
  overflow: hidden;
  isolation: isolate;
  transition: border-color .45s var(--ease-out), transform .45s var(--ease-out);
}
.pillar:last-child { border-right: none; padding-right: 0; padding-left: clamp(26px, 3vw, 44px); }
.pillar:nth-child(2),
.pillar:nth-child(3) { padding-left: clamp(26px, 3vw, 44px); }
.pillar::before {
  position: absolute;
  top: -24px;
  left: clamp(18px, 2vw, 34px);
  z-index: -1;
  font-size: clamp(104px, 10vw, 178px);
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: rgba(234,232,220,0.085);
  pointer-events: none;
}
.pillar:nth-child(1)::before { content: '01'; left: 0; }
.pillar:nth-child(2)::before { content: '02'; }
.pillar:nth-child(3)::before { content: '03'; }
.pillar:nth-child(4)::before { content: '04'; }
/* 2×2 mission grid — left-column items get left: 0 */
.mission-pillars .pillar:nth-child(3)::before { left: 0; }
.pillar::after {
  content: '';
  position: absolute;
  top: clamp(22px, 2vw, 34px);
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--oak-lt), transparent);
  transition: width .65s var(--ease-out);
}
.pillar:hover {
  border-color: rgba(181,132,86,0.35);
  transform: translateY(-4px);
}
.pillar:hover::after {
  width: min(180px, 68%);
}
.pillar-n {
  display: none;
}
.pillar-h {
  max-width: 310px;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  color: var(--cream);
  letter-spacing: -.018em;
  line-height: 1.08;
}
.pillar-p {
  max-width: 330px;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  color: var(--bone-55);
  line-height: 1.62;
  text-wrap: pretty;
}

/* ─────────────────────────────────────
   MISSION
───────────────────────────────────── */
.mission-section {
  position: relative;
  background:
    radial-gradient(circle at 16% 2%, rgba(108,2,2,0.34), transparent 34%),
    linear-gradient(180deg, rgba(16,0,1,.98) 0%, var(--blood-dk) 58%, rgba(16,0,1,.96) 100%);
  border-top: 1px solid var(--line);
  padding-block: clamp(100px, 11vw, 170px);
  overflow: hidden;
  isolation: isolate;
}
.mission-section::before {
  content: '';
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: min(64%, 820px);
  background:
    linear-gradient(180deg, var(--blood-dk) 0%, rgba(16,0,1,.72) 18%, rgba(16,0,1,.14) 48%, rgba(16,0,1,.52) 100%),
    linear-gradient(90deg, rgba(16,0,1,.62) 0%, transparent 28%, transparent 72%, rgba(16,0,1,.58) 100%),
    url('../assets/mission-container.png') center 54% / cover no-repeat;
  opacity: .96;
  pointer-events: none;
}
.mission-section::after {
  display: none;
}
.mission-head {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--pad);
  margin-bottom: 0;
}
.mission-title {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--pad);
  font-size: clamp(36px, 5.05vw, 86px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
  color: var(--cream);
  margin-bottom: var(--section-copy-gap);
  text-align: left;
  text-wrap: balance;
}
.mission-body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.mission-lead {
  max-width: 720px;
  margin-bottom: clamp(56px, 8vw, 96px);
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.005em;
  color: var(--bone-75);
  text-wrap: pretty;
}
.mission-pillars {
  display: block;
  border-top: none;
}
.mission-pillars .pillar {
  min-height: auto;
  display: grid;
  grid-template-columns: clamp(84px, 9vw, 150px) minmax(260px, .46fr) minmax(420px, 1fr);
  align-items: flex-start;
  column-gap: clamp(34px, 4.8vw, 78px);
  padding: clamp(34px, 4vw, 58px) clamp(20px, 2.8vw, 44px);
  border-right: none;
  border-bottom: none;
  background-color: rgba(6, 0, 1, .2);
  background-image: linear-gradient(90deg, transparent 0%, rgba(234,232,220,.12) 18%, rgba(181,132,86,.13) 50%, rgba(234,232,220,.08) 82%, transparent 100%);
  background-position: left bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  backdrop-filter: blur(0) saturate(1);
  -webkit-backdrop-filter: blur(0) saturate(1);
  transition:
    background-color .55s var(--ease-out),
    backdrop-filter .55s var(--ease-out),
    -webkit-backdrop-filter .55s var(--ease-out),
    opacity .45s var(--ease-out);
}
.mission-pillars .pillar:hover {
  background-color: rgba(4, 0, 1, .36);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  transform: none;
}
.mission-pillars .pillar::before,
.mission-pillars .pillar::after {
  display: none;
}
.mission-pillars .pillar-n {
  display: block;
  margin-top: 0;
  font-size: clamp(52px, 7.2vw, 118px);
  font-weight: 200;
  line-height: .82;
  letter-spacing: -.07em;
  color: rgba(181,132,86,.52);
  transition: color .45s var(--ease-out), opacity .45s var(--ease-out);
}
.mission-pillars .pillar:hover .pillar-n {
  color: rgba(181,132,86,.74);
}
.mission-pillars .pillar-h {
  max-width: 420px;
  margin-bottom: 0;
  font-size: clamp(19px, 1.38vw, 25px);
  font-weight: 500;
  letter-spacing: .11em;
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--cream);
  text-wrap: pretty;
}
.mission-pillars .pillar-p {
  max-width: 560px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.58;
  color: rgba(234,232,220,.5);
  text-wrap: pretty;
}

/* ─────────────────────────────────────
   FOCUS INTRO
───────────────────────────────────── */
.focus-intro {
  display: flex;
  align-items: center;
  min-height: 100svh;
  background: var(--blood-dk);
  border-top: 1px solid var(--line);
  position: relative;
}

.focus-intro-inner {
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: 120px var(--pad);
}

.focus-intro-inner .display-h2 { margin-bottom: var(--section-copy-gap); max-width: 1100px; }
.focus-intro-inner .lead-text  { max-width: 760px; margin-bottom: 72px; }

.focus-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.focus-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  border: 1px solid transparent;
  border-radius: 100px;
  background:
    linear-gradient(var(--blood-dk), var(--blood-dk)) padding-box,
    var(--rule-pill) border-box;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bone-75);
  transition: color .35s var(--ease-out);
}
.focus-nav-item span:first-child { color: var(--oak); font-weight: 500; }
.focus-nav-item:hover {
  color: var(--cream);
}

/* ─────────────────────────────────────
   FOCUS SCENE (full-screen rows)
───────────────────────────────────── */
.focus-scene {
  position: relative;
  display: grid;
  grid-template-columns: 50% 1fr;
  overflow: hidden;
  border-top: 1px solid var(--line);
}
.scene-reverse { grid-template-columns: 1fr 50%; }
.scene-reverse .scene-image { order: 2; }
.scene-reverse .scene-content { order: 1; }

.scene-image {
  position: relative;
  overflow: hidden;
  background: var(--blood-dk);
}
.scene-image img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.08) translate3d(0,0,0);
  will-change: transform;
}
.scene-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, transparent 60%, var(--blood) 100%);
}
.scene-reverse .scene-image-overlay {
  background:
    linear-gradient(to left, transparent 60%, var(--blood) 100%);
}

.scene-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding: clamp(60px,8vh,100px) var(--scene-pad-inline);
}

.scene-idx {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .22em;
  color: var(--oak);
  margin-bottom: 28px;
}
.scene-title {
  font-size: clamp(40px, 4.95vw, 74px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.0;
  color: var(--cream);
  margin-bottom: 24px;
  width: 100%;
}
.scene-tagline {
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 400;
  color: var(--oak-lt);
  line-height: 1.4;
  margin-bottom: 28px;
  letter-spacing: -.005em;
  width: 100%;
  max-width: none;
}
.scene-body {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--bone-55);
  width: 100%;
  max-width: none;
  margin-bottom: 48px;
}

.scene-data {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: transparent;
  border: 1px solid rgba(234,232,220,.12);
  border-radius: 6px;
  overflow: hidden;
}
.data-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 28px;
  background: var(--blood);
}
.data-cell::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--rule-h);
  pointer-events: none;
}
.data-cell:nth-child(odd):not(.data-cell-wide)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--rule-v);
  pointer-events: none;
}
.data-cell:last-child::after { display: none; }
.data-cell-wide { grid-column: 1 / -1; }

.data-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bone-55);
}
.data-val {
  font-size: 22px;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: -.01em;
  line-height: 1.2;
}
.data-val.small {
  font-size: 15px;
  font-weight: 400;
  color: var(--bone-90);
  letter-spacing: 0;
  line-height: 1.5;
}

/* ─────────────────────────────────────
   TEAM
───────────────────────────────────── */
.team-section {
  position: relative;
  background:
    radial-gradient(circle at 16% 2%, rgba(108,2,2,0.34), transparent 34%),
    linear-gradient(180deg, var(--blood) 0%, var(--blood-dk) 100%);
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.team-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding: var(--section-y) var(--pad);
}
.team-head {
  margin-bottom: clamp(54px, 7vw, 106px);
}
.team-title-wrap {
  position: relative;
}
.team-title-wrap .label { margin-bottom: 28px; }
.team-title {
  font-size: clamp(34px, 4.95vw, 74px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.035em;
  color: var(--cream);
}
.team-scroll {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cluster-gap);
}
.team-carousel-indicator {
  display: none;
}
.team-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
  overflow: hidden;
}
.team-card[hidden] {
  display: none !important;
}
.team-photo {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  aspect-ratio: 606 / 560;
  background: transparent;
}
.team-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 45%, rgba(4,0,0,0.85) 92%, rgba(4,0,0,0.98) 100%);
  pointer-events: none;
  z-index: 1;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1);
  transition: transform 1.15s var(--ease-out);
}
.team-card:hover .team-photo img {
  transform: scale(1.045);
}
.team-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 268px;
  padding: 22px 2px 0;
}
.team-role {
  order: 2;
  min-height: 28px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--bone-75);
}
.team-copy h3 {
  order: 1;
  display: flex;
  flex-direction: column;
  font-size: clamp(34px, 3.35vw, 59px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -.055em;
  color: var(--cream);
}
.team-first {
  margin-bottom: .05em;
  font-size: .72em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.055em;
  color: var(--oak-lt);
}
.team-copy p {
  order: 3;
  max-width: 460px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--bone-55);
  text-wrap: pretty;
}

/* ─────────────────────────────────────
   CONTACT
───────────────────────────────────── */
.contact-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.contact-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin-inline: auto;
  padding: 120px var(--pad);
  text-align: left;
  width: 100%;
}
.contact-h2 { margin-bottom: var(--section-copy-gap); font-size: clamp(54px, 7.2vw, 117px); }
.contact-lead { max-width: 720px; margin-bottom: 56px; }

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
  color: var(--cream);
  border-bottom: 1px solid var(--oak);
  padding: 8px 4px;
  letter-spacing: -.01em;
  transition: color .3s, gap .35s var(--ease);
}
.contact-email:hover { color: var(--oak-lt); gap: 22px; }

/* ─────────────────────────────────────
   FOOTER
───────────────────────────────────── */
.footer {
  --footer-dot-x: 52%;
  --footer-dot-y: 30%;
  --footer-dot-opacity: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: clamp(28px, 4vw, 54px) 0 clamp(28px, 4vw, 54px);
  overflow: hidden;
  background: #090000;
}
.footer::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: url('../assets/footer-bg.jpg') center / cover no-repeat;
  opacity: .52;
  filter: blur(16px) saturate(1.22);
  transform: scale(1.04);
  pointer-events: none;
}
.footer::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(234,232,220,.42) 0 1px, transparent 1.35px);
  background-size: 9px 9px;
  background-position: center;
  opacity: var(--footer-dot-opacity);
  -webkit-mask-image:
    radial-gradient(circle at var(--footer-dot-x) var(--footer-dot-y),
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,.72) 8%,
      rgba(0,0,0,.2) 18%,
      transparent 32%);
  mask-image:
    radial-gradient(circle at var(--footer-dot-x) var(--footer-dot-y),
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,.72) 8%,
      rgba(0,0,0,.2) 18%,
      transparent 32%);
  transition: opacity 1.9s var(--ease-luxe);
}
.footer.footer-dot-active {
  --footer-dot-opacity: .36;
}
.footer-logo-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(var(--content-max) + var(--pad) * 2);
  margin-inline: auto;
  padding-inline: clamp(10px, 1.8vw, 28px);
  min-height: clamp(205px, 28vw, 430px);
  overflow: hidden;
}
.footer-wordmark {
  position: absolute;
  top: 0;
  left: clamp(10px, 1.8vw, 28px);
  right: clamp(10px, 1.8vw, 28px);
}
.footer-mark {
  --footer-logo-height: clamp(82px, 19.3vw, 292px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  height: var(--footer-logo-height);
  font-size: var(--footer-logo-height);
  margin-inline: auto;
}
.footer-logo-piece {
  display: flex;
  flex: 0 0 auto;
  height: 1em;
  will-change: transform;
  transform: translate3d(0, calc(var(--footer-letter-y, 92) * 1px), 0);
}
.footer-logo-piece img {
  width: auto;
  height: 100%;
  max-width: none;
  display: block;
}
.footer-logo-piece.is-i1 { margin-left: .156em; }
.footer-logo-piece.is-r { margin-left: .156em; }
.footer-logo-piece.is-a { margin-left: .078em; }
.footer-logo-piece.is-i2 { margin-left: .078em; }
.footer-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 54px);
  margin-top: auto;
}
.footer-main {
  display: block;
  padding-top: clamp(64px, 10vw, 150px);
}
.footer-sitemap {
  max-width: 560px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 14px clamp(36px, 5vw, 90px);
  max-width: 520px;
}
.footer-links a,
.footer-legal a {
  position: relative;
  width: fit-content;
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--bone-75);
  transition: color .35s var(--ease-out), transform .35s var(--ease-out);
}
.footer-links a::after,
.footer-legal a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: var(--rule-pill);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s var(--ease-out);
}
.footer-links a:hover,
.footer-legal a:hover {
  color: var(--cream);
}
.footer-links a:hover::after,
.footer-legal a:hover::after {
  transform: scaleX(1);
}
.footer-copy {
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: .08em;
  color: var(--bone-55);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  background: var(--rule-h) left top / 100% 1px no-repeat;
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}
.footer-legal a {
  font-size: 13px;
  color: var(--bone-55);
}

/* ─────────────────────────────────────
   RESPONSIVE
───────────────────────────────────── */
@media (max-width: 1200px) {
  .team-scroll { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  .focus-scene, .scene-reverse { grid-template-columns: 45% 1fr; }
  .scene-reverse { grid-template-columns: 1fr 45%; }
}

@media (max-width: 1360px) {
  .nav-links {
    position: fixed;
    top: calc(var(--nav-h) + 20px); inset-inline: 10px;
    background: rgba(6,0,0,.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 0 32px;
    border-bottom: 1px solid var(--line);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .35s var(--ease), transform .35s var(--ease), visibility 0s linear .35s;
    pointer-events: none;
  }
  .nav-links.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
    transition: opacity .35s var(--ease), transform .35s var(--ease), visibility 0s linear 0s;
  }
  .nav-links a {
    padding: 18px 22px;
    width: 100%;
    font-size: 14px;
  }
  .nav-links a::after { display: none; }
  .burger { display: flex; }
}

@media (max-width: 900px) {
  :root {
    --scene-pad-inline: var(--pad);
  }

  .hero {
    position: relative;
    min-height: 100svh;
  }
  .hero-left {
    position: relative;
    z-index: 2;
    border-right: none;
    min-height: calc(100svh - var(--nav-h));
    justify-content: flex-end;
    align-items: stretch;
    padding: 64px var(--pad) 48px;
  }
  .hero-content {
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .hero-content .label {
    justify-content: flex-start;
    text-align: left;
    margin-inline: 0 auto;
    margin-bottom: 32px;
  }
  .hero-h1 {
    max-width: none;
    width: 100%;
    margin: 0 0 28px;
    font-size: clamp(34px, 9.6vw, 48px);
    line-height: 1.04;
    letter-spacing: -.035em;
    text-wrap: balance;
  }
  .hero-sub {
    width: 100%;
    max-width: none;
    margin: 0 0 34px;
    font-size: 15px;
    line-height: 1.55;
  }
  .hero-img {
    object-position: center;
    transform: none;
    will-change: auto;
  }
  .hero-right {
    inset: 0;
    transform: none;
    will-change: auto;
  }
  .hero-right::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(15,1,2,.8);
  }
  .about-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-head {
    grid-column: auto;
  }
  .about-lead {
    margin-top: var(--section-copy-gap);
  }
  .about-tags {
    width: 100%;
    margin-top: 0;
    padding-block: 4px;
  }
  .about-tag-row {
    padding-block: 5px;
  }
  .about-tag-track {
    gap: 10px;
  }
  .about-tag {
    min-height: 52px;
    padding-inline: 24px;
    font-size: 17px;
    letter-spacing: .035em;
  }

  .focus-scene,
  .scene-reverse {
    grid-template-columns: 1fr;
    grid-template-rows: clamp(130px, 22.5svh, 215px) 1fr;
    min-height: auto;
  }
  .scene-image {
    min-height: clamp(130px, 22.5svh, 215px);
  }
  .scene-image img {
    inset: -18% 0 auto;
    height: 136%;
    object-position: center center;
    transform: translate3d(0, 0, 0);
    transition: none;
  }
  .scene-reverse .scene-image  { order: 1; }
  .scene-reverse .scene-content { order: 2; }
  .scene-image-overlay,
  .scene-reverse .scene-image-overlay {
    background: linear-gradient(to bottom, transparent 50%, var(--blood) 100%);
  }

  .team-head {
    margin-bottom: 34px;
  }
  .team-title { font-size: clamp(34px, 6.3vw, 63px); }
  .team-scroll {
    display: flex;
    gap: 18px;
    margin-inline: calc(var(--pad) * -1);
    padding: 0 var(--pad);
    border: none;
    background: transparent;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--pad);
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .team-scroll.is-jump-reset { transition: none; }
  .team-scroll::-webkit-scrollbar { display: none; }
  .team-card,
  .team-card:nth-child(2),
  .team-card:nth-child(5) {
    flex: 0 0 calc(91vw - (var(--pad) * 2));
    border: none;
    transform: none;
    scroll-snap-align: start;
  }
  .team-photo img {
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
  .team-card:hover .team-photo img {
    transform: none !important;
  }
  .team-copy {
    min-height: 300px;
    padding: 24px 0 0;
  }
  .team-copy p:not(.team-role) { margin-right: 20px; }
  .team-carousel-indicator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: max-content;
    height: 4px;
    margin: 8px auto 0;
  }
  .team-indicator-dot {
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(234,232,220,.3);
    transition:
      width .44s cubic-bezier(0.16, 1, 0.3, 1),
      border-radius .44s cubic-bezier(0.16, 1, 0.3, 1),
      background-color .44s cubic-bezier(0.16, 1, 0.3, 1),
      opacity .44s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: .8;
  }
  .team-indicator-dot.is-active {
    width: 24px;
    border-radius: 999px;
    background: var(--cream);
    opacity: 1;
    box-shadow: 0 0 12px rgba(234,232,220,.16);
  }

  .footer {
    min-height: 92svh;
    padding-top: 8px;
  }
  .footer::before {
    background-position: 76% center;
  }
  .footer::after {
    background-size: 9px 9px;
    opacity: var(--footer-dot-opacity);
    -webkit-mask-image:
      radial-gradient(circle at 68% 24%,
        rgba(0,0,0,.7) 0%,
        rgba(0,0,0,.22) 17%,
        transparent 36%);
    mask-image:
      radial-gradient(circle at 68% 24%,
        rgba(0,0,0,.7) 0%,
        rgba(0,0,0,.22) 17%,
        transparent 36%);
  }
  .footer-logo-stage {
    min-height: clamp(210px, 56vw, 280px);
    padding-inline: var(--pad);
    overflow: visible;
  }
  .footer-wordmark {
    top: clamp(28px, 6vw, 40px);
    inset-inline: var(--pad);
  }
  .footer-mark {
    --footer-logo-height: min(92px, calc((100vw - (var(--pad) * 2)) / 4.99));
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 18px;
  }
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

/* ─────────────────────────────────────
   FOCUS DOCK (floating tab bar)
───────────────────────────────────── */
.focus-dock {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(calc(100% + 56px)) scale(.92);
  z-index: 90;
  display: inline-flex;
  align-items: stretch;
  background: rgba(10,1,1,0.92);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 5px;
  gap: 0;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  filter: blur(12px) saturate(.82);
  clip-path: inset(32% 10% -20% 10% round 999px);
  transition:
    transform .9s var(--ease-luxe),
    opacity .76s var(--ease-luxe),
    filter .9s var(--ease-luxe),
    clip-path .95s var(--ease-luxe);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}
.focus-dock.dock-visible {
  transform: translateX(-50%) translateY(0) scale(1);
  opacity: 1;
  filter: blur(0) saturate(1);
  clip-path: inset(-10px round 999px);
  pointer-events: all;
}
.dock-thumb {
  position: absolute;
  top: 5px;
  left: 0;
  height: calc(100% - 10px);
  width: 0;
  background: var(--cream);
  border-radius: 100px;
  transition: transform .45s var(--ease-out), width .45s var(--ease-out), opacity .35s var(--ease-out);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.focus-dock.dock-has-active .dock-thumb { opacity: 1; }
.focus-dock-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 22px;
  min-height: 40px;
  border-radius: 100px;
  border: none;
  background: transparent;
  color: var(--bone-55);
  font-family: var(--ff);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: none;
  transition: color .35s var(--ease-out);
}
.focus-dock-btn .dock-n {
  display: inline-block;
  color: var(--oak);
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  transform: translateY(.055em);
  transition: color .35s var(--ease-out);
}
.focus-dock-btn .dock-label {
  display: inline-block;
  line-height: 1;
  transform: translateY(.055em);
}
.focus-dock-btn.dock-active { color: var(--blood); }
.focus-dock-btn.dock-active .dock-n { color: var(--blood); }
@media (hover: none) { .focus-dock-btn { cursor: pointer; } }

@media (max-width: 540px) {
  .focus-dock { bottom: 20px; }
  .focus-dock-btn { padding: 11px 18px; gap: 0; font-size: 11px; }
  .focus-dock-btn .dock-label { display: none; }
  .focus-dock-btn .dock-n { font-size: 12px; }
}

@media (max-width: 768px) {
  :root { --nav-h: 68px; --pad: 22px; }
  body { font-size: 17px; }

  .nav-logo { --logo-w: 110px; }

  .hero-left { justify-content: flex-end; gap: 0; }

  .about-pillars {
    grid-template-columns: 1fr 1fr;
    row-gap: 1px;
    padding-top: 44px;
  }
  .pillar {
    min-height: 230px;
    padding: 116px 22px 26px 0 !important;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transform: none !important;
  }
  .pillar:nth-child(even) { border-right: none; padding-right: 0 !important; padding-left: 22px !important; }
  .pillar:nth-child(3),
  .pillar:nth-child(4) { border-top: 1px solid var(--line); }
  .pillar::before { font-size: 112px; top: 16px; }
  .pillar::after { display: none; }

  .scene-content { padding-block: 40px; }
  .scene-data { grid-template-columns: 1fr; }
  .data-cell:nth-child(odd):not(.data-cell-wide)::before { display: none; }
  .data-cell { padding: 18px 20px; }
  .about,
  .focus-intro,
  .contact-section {
    min-height: 80svh;
  }
  .about { padding-block: 64px; }
  .contact-inner { padding-block: 64px; }

  .focus-nav-item { padding: 12px 20px; font-size: 12px; }
  .focus-intro-inner { padding-block: 64px; }

  .team-inner { padding-block: 68px 84px; }
  .team-card,
  .team-card:nth-child(2),
  .team-card:nth-child(5) {
    flex-basis: calc(91vw - (var(--pad) * 2));
  }
  .team-copy { min-height: 300px; padding: 24px 0 0; }

  .btn,
  .btn-pill,
  .link-arrow { min-height: 52px; padding: 16px 22px; font-size: 12px; letter-spacing: .12em; }
  .btn-icon,
  .link-arrow { gap: 8px; }
  .hero-cta { justify-content: flex-start; gap: 10px; flex-wrap: wrap; align-items: flex-start; }
  .hero-cta .btn,
  .hero-cta .link-arrow {
    flex: 0 0 auto;
    width: fit-content;
    max-width: 100%;
  }
}


/* ─── Mission responsive ─── */
@media (max-width: 900px) {
  .mission-title {
    font-size: clamp(34px, 8.1vw, 65px);
    margin-bottom: var(--section-copy-gap);
  }
  .mission-lead {
    margin-bottom: 46px;
    color: var(--bone-75);
  }
  .mission-pillars .pillar {
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 20px;
    row-gap: 18px;
    align-items: start;
    padding: 32px 20px;
  }
  .mission-pillars .pillar-n {
    font-size: 52px;
    line-height: .82;
  }
  .mission-pillars .pillar-h {
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.25;
    padding-top: 1px;
    max-width: none;
  }
  .mission-pillars .pillar-p {
    grid-column: 2;
    max-width: none;
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .mission-pillars .pillar,
  .mission-pillars .pillar:nth-child(odd),
  .mission-pillars .pillar:nth-child(even) {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px 16px;
    padding: 28px 18px !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-top: 0;
  }
  .mission-pillars .pillar-n {
    font-size: 44px;
    line-height: .82;
  }
  .mission-pillars .pillar-h {
    font-size: 15px;
    letter-spacing: .095em;
    line-height: 1.28;
    padding-top: 0;
    max-width: none;
  }
  .mission-pillars .pillar-p {
    grid-column: 2;
    max-width: none;
    color: rgba(234,232,220,.48);
  }
}

@media (max-width: 480px) {
  .about-pillars { grid-template-columns: 1fr; }
  .pillar,
  .pillar:nth-child(even),
  .pillar:last-child {
    min-height: 210px;
    justify-content: flex-start;
    padding: 118px 0 28px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid var(--line);
  }
  .pillar:last-child { border-bottom: none; }
  .pillar::before { left: 0 !important; top: 18px; font-size: 116px; }
  .pillar-h { font-size: 28px; max-width: 280px; }
  .pillar-p { max-width: 310px; }
  .mission-pillars .pillar,
  .mission-pillars .pillar:nth-child(even),
  .mission-pillars .pillar:last-child {
    min-height: auto;
    grid-template-columns: 54px minmax(0, 1fr);
    justify-content: initial;
    padding: 28px 18px !important;
    border-bottom: none !important;
  }
  .mission-pillars .pillar:last-child { border-bottom: none !important; }
  .mission-pillars .pillar-h {
    font-size: 15px;
    letter-spacing: .095em;
    line-height: 1.28;
    max-width: none;
  }
  .mission-pillars .pillar-p {
    grid-column: 2;
    max-width: none;
  }

  .team-title { font-size: 43px; }
  .team-card,
  .team-card:nth-child(2),
  .team-card:nth-child(5) {
    flex-basis: calc(91vw - (var(--pad) * 2));
  }
  .team-copy h3 { font-size: 48px; }
  .team-role { font-size: 11px; }
  .team-copy p { font-size: 15px; }

  .footer-logo-stage {
    min-height: 232px;
  }
  .footer-wordmark {
    flex-wrap: nowrap;
    top: 38px;
  }
  .footer-links a {
    font-size: 16px;
  }
  .footer-legal {
    gap: 24px;
  }
}

/* ─────────────────────────────────────
   IMAGE FALLBACK (when user hasn't dropped files yet)
───────────────────────────────────── */
.scene-image img[src=""],
.scene-image img:not([src]),
.hero-img[src=""],
.hero-img:not([src]) {
  visibility: hidden;
}
.scene-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 40%, rgba(108,2,2,.5) 0%, transparent 60%),
    linear-gradient(135deg, var(--cherry) 0%, var(--blood) 100%);
  z-index: 0;
}
.scene-image img { z-index: 1; }
