/* ═══════════════════════════════════════════════════════════
   AXIOM NETWORK · Influence, Engineered
   ═══════════════════════════════════════════════════════════ */

:root {
  --bg: #0a0908;
  --bg-2: #12100e;
  --ink: #f2eee6;
  --ink-dim: rgba(242, 238, 230, 0.55);
  --ink-faint: rgba(242, 238, 230, 0.28);
  --line: rgba(242, 238, 230, 0.12);
  --amber: #ff5a1f;
  --amber-2: #ffb03a;
  --violet: #7b5cff;
  --font-display: "Anton", sans-serif;
  --font-serif: "Instrument Serif", serif;
  --font-body: "Space Grotesk", sans-serif;
  --font-mono: "Space Mono", monospace;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.83, 0, 0.17, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scrollbar-width: thin; scrollbar-color: var(--amber) var(--bg); }
html::-webkit-scrollbar { width: 6px; }
html::-webkit-scrollbar-track { background: var(--bg); }
html::-webkit-scrollbar-thumb { background: var(--amber); }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: none;
}
@media (hover: none), (max-width: 900px) {
  body { cursor: auto; }
  .cursor, .cursor-ring { display: none !important; }
}

::selection { background: var(--amber); color: var(--bg); }

.mono {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

em, i { font-family: var(--font-serif); font-style: italic; font-weight: 400; }

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }

.blink { color: var(--amber); animation: blink 1.4s steps(2) infinite; display: inline-block; }
@keyframes blink { 50% { opacity: 0.15; } }

/* ═══════════════ PRELOADER ═══════════════ */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--bg);
  display: flex; align-items: center; justify-content: center;
}
.preloader__grid { position: absolute; inset: 0; }
.preloader__cell { position: absolute; color: var(--ink-dim); }
.preloader__cell--tl { top: 24px; left: 28px; }
.preloader__cell--tr { top: 24px; right: 28px; }
.preloader__cell--bl { bottom: 24px; left: 28px; color: var(--amber); }
.preloader__cell--br { bottom: 24px; right: 28px; }
.preloader__center { text-align: center; }
.preloader__mark { display: flex; justify-content: center; }
.preloader__mark-svg { width: clamp(6rem, 14vw, 9rem); height: auto; }
.preloader__counter {
  margin-top: 1.5rem;
  font-size: 2rem !important;
  letter-spacing: 0.1em;
  color: var(--ink);
}
.preloader__pct { color: var(--amber); font-size: 1rem; vertical-align: super; }
.preloader__bar {
  margin: 1.2rem auto 0;
  width: min(280px, 60vw); height: 1px;
  background: var(--line);
}
.preloader__bar-fill { height: 100%; width: 0%; background: var(--amber); }
.preloader__tag {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  color: var(--ink-faint);
}

/* ═══════════════ HUD FRAME ═══════════════ */
.hud { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: 0; }
body[data-state="ready"] .hud { opacity: 1; transition: opacity 1s 0.5s; }
.hud__corner { position: absolute; width: 14px; height: 14px; border-color: var(--ink-faint); border-style: solid; border-width: 0; }
.hud__corner--tl { top: 16px; left: 16px; border-top-width: 1px; border-left-width: 1px; }
.hud__corner--tr { top: 16px; right: 16px; border-top-width: 1px; border-right-width: 1px; }
.hud__corner--bl { bottom: 16px; left: 16px; border-bottom-width: 1px; border-left-width: 1px; }
.hud__corner--br { bottom: 16px; right: 16px; border-bottom-width: 1px; border-right-width: 1px; }
.hud__readout { position: absolute; bottom: 20px; color: var(--ink-faint); font-size: 0.6rem !important; }
.hud__readout--left { left: 40px; }
.hud__readout--right { right: 40px; }

/* ═══════════════ CURSOR ═══════════════ */
.cursor {
  position: fixed; top: 0; left: 0; z-index: 999; pointer-events: none;
  mix-blend-mode: difference;
}
.cursor__dot { width: 6px; height: 6px; background: #fff; border-radius: 50%; transform: translate(-50%, -50%); }
.cursor-ring {
  position: fixed; top: 0; left: 0; z-index: 998; pointer-events: none;
  width: 36px; height: 36px; border: 1px solid var(--amber);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex; align-items: center; justify-content: center;
  transition: width 0.3s var(--ease-out), height 0.3s var(--ease-out), background 0.3s, border-color 0.3s;
}
.cursor-ring.is-hover { width: 64px; height: 64px; background: rgba(255, 90, 31, 0.08); }
.cursor-ring.is-label { width: 80px; height: 80px; background: var(--amber); border-color: var(--amber); }
.cursor-ring__label { color: var(--bg); font-size: 0.58rem !important; font-weight: 700; opacity: 0; }
.cursor-ring.is-label .cursor-ring__label { opacity: 1; }

/* ═══════════════ GRAIN ═══════════════ */
.grain { position: fixed; inset: -100%; z-index: 950; pointer-events: none; opacity: 0.05; }
.grain::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain-shift 0.6s steps(4) infinite;
}
@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-2%, 3%); }
  50% { transform: translate(3%, -2%); }
  75% { transform: translate(-3%, -3%); }
  100% { transform: translate(2%, 2%); }
}

/* ═══════════════ PARTICLE FIELD ═══════════════ */
.particle-field {
  position: fixed; inset: 0; z-index: 1;
  width: 100vw; height: 100vh;
  pointer-events: none;
}

/* ═══════════════ NAV ═══════════════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 2.5rem;
  opacity: 0; transform: translateY(-12px);
  mix-blend-mode: normal;
}
body[data-state="ready"] .nav { opacity: 1; transform: none; transition: opacity 0.9s 0.3s, transform 0.9s 0.3s var(--ease-out); }
.nav::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(10, 9, 8, 0.92) 0%, rgba(10, 9, 8, 0.65) 60%, transparent 100%);
  opacity: 0; transition: opacity 0.4s;
}
.nav.is-scrolled::before { opacity: 1; }
.nav__logo { display: flex; align-items: center; gap: 0.7rem; }
.nav__mark { width: 32px; height: 27px; display: block; }
.mark-ink { fill: var(--ink); }
.mark-amber { fill: var(--amber); }
.nav__logo-word { color: var(--ink-dim); font-size: 0.58rem !important; }
.nav__links { display: flex; gap: 2rem; }
.nav__links a { color: var(--ink-dim); transition: color 0.25s; position: relative; }
.nav__links a:hover { color: var(--ink); }
.nav__idx { color: var(--amber); font-size: 0.55rem; vertical-align: super; margin-right: 0.3em; }
.nav__cta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  border: 1px solid var(--line);
  padding: 0.7rem 1.2rem;
  border-radius: 100px;
  color: var(--ink);
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.nav__cta:hover { background: var(--amber); color: var(--bg); border-color: var(--amber); }
.nav__cta-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); animation: blink 1.4s steps(2) infinite; }
.nav__cta:hover .nav__cta-dot { background: var(--bg); }

/* ═══════════════ HERO ═══════════════ */
.hero {
  position: relative; z-index: 5;
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 7rem 2.5rem 4rem;
  pointer-events: none;
}
.hero > * { pointer-events: auto; }
.hero__eyebrow { color: var(--ink-dim); margin-bottom: 2rem; }
.hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3.4rem, 12.5vw, 11.5rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.hero__line { display: block; overflow: hidden; }
.hero__word { display: inline-block; }
.hero__word--serif {
  font-family: var(--font-serif);
  font-style: italic;
  text-transform: lowercase;
  font-size: 0.85em;
  color: var(--amber);
  letter-spacing: 0;
}
.hero__dot { color: var(--amber); }
.hero__char { display: inline-block; }
.hero__sub {
  max-width: 34rem;
  margin-top: 2.2rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink-dim);
}
.hero__sub em { color: var(--ink); }
.hero__ctas { display: flex; gap: 1rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero__meta {
  position: absolute; right: 2.5rem; bottom: 3rem;
  display: flex; flex-direction: column; gap: 1.1rem;
  text-align: right; color: var(--ink-faint);
}
.hero__meta-val { color: var(--ink); font-size: 0.9rem; }
.hero__meta-hint { max-width: 150px; line-height: 1.7; color: var(--amber); opacity: 0.7; }
.hero__scrollcue {
  position: absolute; left: 2.5rem; bottom: 3rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  color: var(--ink-faint); font-size: 0.58rem !important; letter-spacing: 0.3em;
}
.hero__scrollcue-line { width: 1px; height: 48px; background: var(--line); position: relative; overflow: hidden; }
.hero__scrollcue-line::after {
  content: ""; position: absolute; left: 0; top: -50%;
  width: 100%; height: 50%; background: var(--amber);
  animation: scroll-drip 1.8s var(--ease-in-out) infinite;
}
@keyframes scroll-drip { 0% { top: -50%; } 100% { top: 110%; } }

/* ═══════════════ BUTTONS ═══════════════ */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 100px;
  overflow: hidden;
  transition: color 0.35s;
}
.btn span { position: relative; z-index: 2; }
.btn--fill { background: var(--ink); color: var(--bg); }
.btn--fill::before {
  content: ""; position: absolute; inset: 0;
  background: var(--amber);
  transform: translateY(101%);
  transition: transform 0.4s var(--ease-out);
  border-radius: inherit;
}
.btn--fill:hover::before { transform: translateY(0); }
.btn--ghost { border: 1px solid var(--line); color: var(--ink); }
.btn--ghost::before {
  content: ""; position: absolute; inset: 0;
  background: var(--ink);
  transform: translateY(101%);
  transition: transform 0.4s var(--ease-out);
  border-radius: inherit;
}
.btn--ghost:hover { color: var(--bg); }
.btn--ghost:hover::before { transform: translateY(0); }

/* ═══════════════ MARQUEE ═══════════════ */
.marquee {
  position: relative; z-index: 5;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
  overflow: hidden;
  background: var(--bg);
}
.marquee__track {
  display: flex; white-space: nowrap; width: max-content;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.6vw, 2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.marquee__track em { color: var(--amber); font-style: normal; font-family: var(--font-mono); margin: 0 0.4em; }

/* ═══════════════ MANIFESTO ═══════════════ */
.manifesto {
  position: relative; z-index: 5;
  padding: 22vh 2.5rem;
  background: transparent;
}
.manifesto__inner { max-width: 62rem; margin: 0 auto; }
.manifesto__label { color: var(--amber); margin-bottom: 3rem; }
.manifesto__text {
  font-size: clamp(1.7rem, 4.2vw, 3.4rem);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.manifesto__text .w { opacity: 0.13; transition: opacity 0.3s linear; }
.manifesto__text .w.lit { opacity: 1; }
.manifesto__text i { color: var(--amber); }

/* ═══════════════ AXIOMS (particle theatre) ═══════════════ */
.axioms { position: relative; z-index: 5; }
.axioms__pin {
  height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
  padding: 0 2.5rem;
}
.axioms__hud {
  position: absolute; top: 6rem; left: 2.5rem; right: 2.5rem;
  display: flex; justify-content: space-between;
  color: var(--ink-faint);
}
#axiom-state { color: var(--amber); }
.axioms__stage { position: relative; height: 60vh; pointer-events: none; }
.axiom {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: center;
  max-width: 30rem;
  opacity: 0;
  visibility: hidden;
}
.axiom__no { color: var(--amber); margin-bottom: 1.4rem; }
.axiom__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.axiom__title em { text-transform: none; letter-spacing: 0; color: var(--ink); opacity: 0.9; font-size: 0.95em; }
.axiom__body { margin-top: 1.6rem; color: var(--ink-dim); line-height: 1.7; font-size: 0.98rem; max-width: 26rem; }
.axioms__progress {
  position: absolute; bottom: 5rem; left: 2.5rem;
  width: 180px; height: 1px; background: var(--line);
}
.axioms__progress-fill { height: 100%; width: 0%; background: var(--amber); }

/* ═══════════════ SECTION HEADS ═══════════════ */
.section-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 1rem;
  padding: 0 2.5rem;
  margin-bottom: 4rem;
}
.section-head__label { color: var(--amber); }
.section-head__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3rem, 9vw, 8rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-align: center;
}
.section-head__serif {
  font-family: var(--font-serif);
  font-style: italic;
  text-transform: lowercase;
  color: var(--amber);
  letter-spacing: 0;
}
.section-head__note { color: var(--ink-faint); text-align: right; }

/* ═══════════════ CAPABILITIES ═══════════════ */
.caps {
  position: relative; z-index: 5;
  padding: 16vh 0;
  background: var(--bg);
}
.caps__list { border-top: 1px solid var(--line); }
.cap { border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.cap__row {
  display: grid;
  grid-template-columns: 4rem 1fr auto 3rem;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 2.5rem;
  position: relative; z-index: 2;
  transition: transform 0.4s var(--ease-out);
}
.cap__idx { color: var(--amber); }
.cap__name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3.6vw, 3.2rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: transform 0.4s var(--ease-out), color 0.3s;
}
.cap__tag { color: var(--ink-faint); }
.cap__arrow { font-size: 1.4rem; color: var(--ink-faint); transition: transform 0.4s var(--ease-out), color 0.3s; }
.cap__panel {
  max-height: 0; overflow: hidden;
  transition: max-height 0.5s var(--ease-in-out);
  position: relative; z-index: 2;
}
.cap__panel p {
  padding: 0 2.5rem 2.2rem calc(4rem + 4rem);
  max-width: 46rem;
  color: var(--ink-dim); line-height: 1.7;
}
.cap::before {
  content: ""; position: absolute; inset: 0;
  background: var(--amber);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform 0.45s var(--ease-in-out);
  z-index: 1;
}
.cap:hover::before, .cap.is-open::before { transform: scaleY(1); }
.cap:hover .cap__name, .cap.is-open .cap__name { color: var(--bg); transform: translateX(1rem); }
.cap:hover .cap__idx, .cap:hover .cap__tag, .cap:hover .cap__arrow,
.cap.is-open .cap__idx, .cap.is-open .cap__tag, .cap.is-open .cap__arrow { color: var(--bg); }
.cap:hover .cap__arrow, .cap.is-open .cap__arrow { transform: rotate(45deg); }
.cap:hover .cap__panel p, .cap.is-open .cap__panel p { color: rgba(10, 9, 8, 0.75); }
.cap:hover .cap__panel, .cap.is-open .cap__panel { max-height: 200px; }

/* ═══════════════ WORK (horizontal) ═══════════════ */
.work { position: relative; z-index: 5; background: var(--bg-2); }
.work__pin {
  height: 100vh;
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
}
.section-head--work { margin-bottom: 3rem; }
.work__track {
  display: flex; gap: 2.5rem;
  padding: 0 2.5rem;
  width: max-content;
  will-change: transform;
}
.step {
  position: relative;
  flex-shrink: 0;
  will-change: transform;
}
.step.is-focus { z-index: 2; }
.step__panel {
  position: relative;
  width: min(26rem, 82vw);
  min-height: 22rem;
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: 1.4rem;
  padding: 3.4rem 1.6rem 1.6rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(120% 90% at 70% 110%, rgba(255, 90, 31, 0.07), transparent 60%),
    var(--bg-2);
  overflow: hidden;
  transition: border-color 0.35s;
}
.step.is-focus .step__panel, .step:hover .step__panel { border-color: rgba(255, 90, 31, 0.55); }
.step__ghost {
  position: absolute; top: -2.2rem; right: 0.4rem;
  font-family: var(--font-display);
  font-size: 11rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(242, 238, 230, 0.14);
  transition: -webkit-text-stroke-color 0.4s;
  user-select: none;
  pointer-events: none;
}
.step.is-focus .step__ghost, .step:hover .step__ghost { -webkit-text-stroke-color: rgba(255, 90, 31, 0.55); }
.step__wm { position: absolute; top: 1.1rem; left: 1.6rem; color: var(--ink-faint); }
.step__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.step__title em { text-transform: none; letter-spacing: 0; color: var(--amber); }
.step__body { margin-top: 0.9rem; color: var(--ink-dim); line-height: 1.65; font-size: 0.92rem; }
.step__cat {
  align-self: flex-start;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 0.45rem 0.85rem;
  color: var(--ink-dim);
  transition: border-color 0.3s, color 0.3s;
}
.step.is-focus .step__cat, .step:hover .step__cat { border-color: var(--amber); color: var(--amber); }

/* ═══════════════ SCAN SWEEP (shared hover) ═══════════════ */
.scan {
  position: absolute; left: 0; right: 0; top: -20%;
  height: 18%;
  background: linear-gradient(180deg, transparent, rgba(255, 90, 31, 0.18), transparent);
  opacity: 0;
  pointer-events: none;
}
.step:hover .scan, .step.is-focus .scan, .amp__media:hover .scan { opacity: 1; animation: scanline 1.6s linear infinite; }
@keyframes scanline { 0% { top: -20%; } 100% { top: 120%; } }

/* ═══════════════ AMPLIFICATION (for creators) ═══════════════ */
.amp {
  position: relative; z-index: 5;
  padding: 16vh 0 18vh;
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.amp__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 3.5rem;
  padding: 0 2.5rem;
  align-items: start;
}
.amp__media {
  position: sticky; top: 10vh;
  border: 1px solid var(--line);
  background: var(--bg-2);
  overflow: hidden;
  will-change: transform;
}
.amp__media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.05);
  transition: filter 0.5s, transform 0.8s var(--ease-out);
}
.amp__media:hover img { filter: grayscale(0) contrast(1.05); transform: scale(1.04); }
.amp__media-tag {
  position: absolute; left: 1rem; bottom: 1rem;
  color: var(--ink);
  background: rgba(10, 9, 8, 0.72);
  border: 1px solid var(--line);
  padding: 0.55rem 0.8rem;
  backdrop-filter: blur(4px);
}
.amp__lead {
  font-size: clamp(1.3rem, 2.3vw, 1.9rem);
  line-height: 1.5;
  color: var(--ink-dim);
  max-width: 36rem;
}
.amp__lead em { color: var(--amber); }
.amp__list { margin-top: 3rem; border-top: 1px solid var(--line); }
.amp__row {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 1rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}
.amp__idx { color: var(--amber); padding-top: 0.35rem; }
.amp__row-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.amp__row p { margin-top: 0.55rem; color: var(--ink-dim); line-height: 1.65; max-width: 34rem; }
.amp__chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 2.4rem 0 2.6rem; }
.amp__chips span {
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 0.55rem 0.95rem;
  color: var(--ink-dim);
  transition: border-color 0.3s, color 0.3s;
}
.amp__chips span:hover { border-color: var(--amber); color: var(--amber); }

/* ═══════════════ SPLIT CTA ═══════════════ */
.split {
  position: relative; z-index: 5;
  display: flex;
  min-height: 92vh;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.split__half {
  position: relative;
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  padding: 6rem 3rem;
  overflow: hidden;
  transition: flex 0.7s var(--ease-in-out);
}
.split:has(.split__half--brands:hover) .split__half--brands,
.split:has(.split__half--creators:hover) .split__half--creators { flex: 1.7; }
.split__bg { position: absolute; inset: 0; opacity: 0.35; transition: opacity 0.6s; }
.split__half:hover .split__bg { opacity: 0.55; }
.split__bg video { width: 100%; height: 100%; object-fit: cover; }
.split__half--creators { background: radial-gradient(120% 100% at 80% 100%, rgba(255, 90, 31, 0.16), transparent 60%); }
.split__content { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.8rem; }
.split__label { color: var(--amber); }
.split__title {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  line-height: 1.35;
}
.split__title em { color: var(--amber); }
.split__divider {
  width: 1px; background: var(--line);
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.split__divider span {
  position: absolute;
  background: var(--bg);
  padding: 0.8rem 0.4rem;
  color: var(--ink-faint);
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  font-size: 0.55rem;
}

/* ═══════════════ FOOTER ═══════════════ */
.footer {
  position: relative; z-index: 5;
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding-bottom: 3rem;
}
.footer__marquee {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
  overflow: hidden;
}
.marquee__track--slow { font-size: 0.8rem; font-family: var(--font-mono); letter-spacing: 0.2em; color: var(--ink-dim); }
.footer__giant {
  display: block;
  text-align: center;
  padding: 10vh 2rem 8vh;
}
.footer__giant-line {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(5rem, 18vw, 17rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition: letter-spacing 0.6s var(--ease-out), color 0.4s;
}
.footer__giant-line--serif {
  font-family: var(--font-serif);
  font-style: italic;
  text-transform: lowercase;
  color: var(--amber);
}
.footer__giant:hover .footer__giant-line { letter-spacing: 0.06em; }
.footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 3rem 2.5rem 0;
  border-top: 1px solid var(--line);
}
.footer__col { display: flex; flex-direction: column; gap: 0.8rem; color: var(--ink-dim); }
.footer__col a { color: var(--ink-dim); transition: color 0.25s, transform 0.25s; }
.footer__col a:hover { color: var(--amber); transform: translateX(4px); }
.footer__col-label { color: var(--amber); margin-bottom: 0.4rem; }
.footer__col--end { text-align: right; }

/* ═══════════════ DETONATION RIPPLE ═══════════════ */
.ripple {
  position: fixed; z-index: 960;
  width: 12px; height: 12px;
  margin: -6px 0 0 -6px;
  border: 1px solid var(--amber);
  border-radius: 50%;
  pointer-events: none;
  animation: ripple-out 0.7s var(--ease-out) forwards;
}
@keyframes ripple-out {
  0% { transform: scale(1); opacity: 0.9; }
  100% { transform: scale(22); opacity: 0; }
}

/* ═══════════════ REVEAL UTILITIES ═══════════════ */
.reveal-line { overflow: hidden; }
[data-reveal] { opacity: 0; transform: translateY(40px); }

/* ═══════════════ CONTACT PAGES ═══════════════ */
.stars { position: fixed; inset: 0; z-index: 1; pointer-events: none; }
.contact {
  position: relative; z-index: 5;
  display: grid;
  grid-template-columns: 5fr 7fr;
  min-height: 100vh;
}
.contact__side {
  position: relative;
  display: flex; flex-direction: column; justify-content: flex-start;
  gap: 3rem;
  padding: 8rem 3rem 2.5rem;
  border-right: 1px solid var(--line);
}
.contact__label { color: var(--amber); margin-bottom: 2rem; }
.contact__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3rem, 6.5vw, 6rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.contact__title em {
  font-family: var(--font-serif);
  font-style: italic;
  text-transform: lowercase;
  color: var(--amber);
  letter-spacing: 0;
}
.contact__sub { margin-top: 1.6rem; color: var(--ink-dim); line-height: 1.7; max-width: 26rem; }
.contact__alt { color: var(--ink-faint); line-height: 1.9; }
.contact__alt a { color: var(--ink-dim); transition: color 0.25s; }
.contact__alt a:hover { color: var(--amber); }
.contact__main { padding: 9rem 3.5rem 5rem; }
.contact__form { max-width: 40rem; }
.field { margin-bottom: 2rem; }
.field > label, .field > legend {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 0.7rem;
}
.req { color: var(--amber); }
.field input[type="text"], .field input[type="email"], .field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 300;
  padding: 0.65rem 0 0.8rem;
  outline: none;
  border-radius: 0;
  transition: border-color 0.3s;
}
.field textarea { min-height: 7.5rem; resize: vertical; }
.field input:focus, .field textarea:focus { border-bottom-color: var(--amber); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
fieldset.field { border: 0; padding: 0; margin: 0 0 2rem; }
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chips input { position: absolute; opacity: 0; pointer-events: none; }
.chips label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 0.6rem 1rem;
  color: var(--ink-dim);
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.chips label:hover { border-color: var(--amber); color: var(--amber); }
.chips input:checked + label { background: var(--amber); border-color: var(--amber); color: var(--bg); }
.chips input:focus-visible + label { outline: 1px solid var(--amber); outline-offset: 2px; }
.contact__submit { margin-top: 1rem; border: 0; cursor: pointer; font-size: 0.72rem; }
.contact__note { margin-top: 1.4rem; color: var(--ink-faint); }
.contact__success { max-width: 40rem; padding: 3rem 0; }
.contact__success-mark { color: var(--amber); font-size: 2.4rem; margin-bottom: 1.4rem; }
.contact__success h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.2rem);
  text-transform: uppercase;
  line-height: 1.05;
}
.contact__success p { margin-top: 1.2rem; color: var(--ink-dim); line-height: 1.7; max-width: 28rem; }
.contact__success a { color: var(--amber); }
@media (max-width: 1000px) {
  .contact { grid-template-columns: 1fr; }
  .contact__side { border-right: 0; border-bottom: 1px solid var(--line); padding: 7.5rem 1.3rem 2.5rem; }
  .contact__main { padding: 3.5rem 1.3rem 5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .grain::before { animation: none; }
  .marquee__track { animation: none; }
  .blink { animation: none; }
}

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 1100px) {
  .amp__grid { grid-template-columns: 1fr; }
  .amp__media { position: relative; top: 0; max-width: 30rem; }
}
@media (max-width: 900px) {
  .nav { padding: 1.1rem 1.3rem; }
  .nav__links { display: none; }
  .hero { padding: 7.5rem 1.3rem 8rem; justify-content: flex-start; }
  .hero__meta { position: static; text-align: left; margin-top: 3rem; flex-direction: row; flex-wrap: wrap; gap: 1.6rem; }
  .hero__meta-hint { display: none; }
  .hero__scrollcue { left: 1.3rem; bottom: 1.6rem; }
  .section-head { grid-template-columns: 1fr; text-align: left; gap: 0.6rem; margin-bottom: 2.5rem; }
  .section-head__title { text-align: left; }
  .section-head__note { text-align: left; }
  .manifesto { padding: 16vh 1.3rem; }
  .axioms__pin { padding: 0 1.3rem; }
  .axioms__hud { left: 1.3rem; right: 1.3rem; }
  .axioms__progress { left: 1.3rem; }
  .cap__row { grid-template-columns: 2.4rem 1fr 2rem; padding: 1.5rem 1.3rem; }
  .cap__tag { display: none; }
  .cap__panel p { padding: 0 1.3rem 1.8rem; }
  .split { flex-direction: column; }
  .split__divider { width: auto; height: 1px; }
  .split__divider span { writing-mode: horizontal-tb; padding: 0.3rem 1rem; }
  .amp__grid { padding: 0 1.3rem; gap: 2.5rem; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__col--end { text-align: left; }
  .hud__readout { display: none; }
  .preloader__tag { display: none; }
  .work__pin { height: auto; padding: 5rem 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .work__track { padding: 0 1.3rem 1rem; }
}
