/* =========================================================
   PHENOMENAL PHUTURES™
   ========================================================= */

:root {
  --ink: #17120f;
  --ink-soft: #2a1c23;
  --cream: #f7efe8;
  --paper: #fffdf9;
  --pink: #ec1478;
  --pink-soft: #ff5aa3;
  --pink-dark: #b50857;
  --gold: #b88a3d;
  --gold-bright: #e7c379;
  --white: #ffffff;
  --muted: #6d625c;
  --line: rgba(184, 138, 61, 0.24);
  --shadow: 0 30px 90px rgba(45, 25, 34, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
}

body.nav-open { overflow: hidden; }

a { color: inherit; }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
}

em {
  color: var(--pink);
  font-weight: 500;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--pink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.button {
  min-height: 52px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.button:hover { transform: translateY(-3px); }

.button-pink {
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-soft), var(--pink-dark));
  box-shadow: 0 18px 40px rgba(236, 20, 120, 0.25);
}

.button-outline {
  color: var(--gold-bright);
  border-color: rgba(231, 195, 121, 0.55);
}

.button-outline-dark {
  color: var(--ink);
  border-color: rgba(23, 18, 15, 0.32);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link span {
  color: var(--pink);
  transition: transform 220ms ease;
}

.text-link:hover span { transform: translateX(5px); }

.light-link { color: rgba(255, 255, 255, 0.75); }
.dark-link { color: var(--ink); }

/* Header */

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 96px;
  padding: 20px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-symbol {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(231, 195, 121, 0.65);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: "Playfair Display", serif;
}

.brand-text { display: grid; }

.brand-text strong {
  font-family: "Playfair Display", serif;
  font-size: 1.02rem;
  font-weight: 500;
}

.brand-text small {
  color: rgba(255,255,255,0.52);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a:hover { color: var(--pink-soft); }

.nav-cta {
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,0.25);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
}

.nav-toggle span {
  width: 19px;
  height: 1px;
  margin: 5px auto;
  display: block;
  background: var(--white);
}

/* Hero */

.hero {
  position: relative;
  min-height: 100vh;
  padding: 155px 7vw 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  align-items: center;
  gap: 70px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 22%, rgba(236,20,120,0.12), transparent 28%),
    radial-gradient(circle at 60% 70%, rgba(184,138,61,0.11), transparent 32%),
    linear-gradient(135deg, #0f0b0d, #26141e 60%, #100b0d);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 58px 58px;
}

.hero-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  right: -120px;
  top: 10%;
  border-radius: 50%;
  background: rgba(236,20,120,0.07);
  filter: blur(24px);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(4rem, 7vw, 7.8rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.hero h1 em {
  display: inline-block;
  color: var(--pink-soft);
  font-style: italic;
}

.hero-lede {
  max-width: 710px;
  margin-bottom: 38px;
  color: rgba(255,255,255,0.64);
  font-size: 1.06rem;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.hero-proof {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.12);
}

.hero-proof div {
  padding: 20px 20px 0 0;
  display: grid;
  gap: 2px;
}

.hero-proof strong {
  color: var(--gold-bright);
  font-family: "Playfair Display", serif;
  font-size: 1.08rem;
  font-weight: 500;
}

.hero-proof span {
  color: rgba(255,255,255,0.42);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-visual {
  width: min(540px, 100%);
  aspect-ratio: 0.9;
  margin-inline: auto;
  display: grid;
  place-items: center;
}

.future-window {
  position: relative;
  width: 88%;
  aspect-ratio: 0.86;
  display: grid;
  place-items: center;
  border: 1px solid rgba(231,195,121,0.43);
  border-radius: 48% 48% 8px 8px;
  background:
    radial-gradient(circle at 50% 40%, rgba(236,20,120,0.1), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
  box-shadow:
    0 0 0 12px rgba(255,255,255,0.018),
    0 35px 80px rgba(0,0,0,0.26);
}

.future-grid {
  position: absolute;
  inset: 8%;
  border-radius: 48% 48% 4px 4px;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 36px 36px;
}

.future-title {
  position: relative;
  z-index: 3;
  max-width: 320px;
  text-align: center;
}

.future-title span {
  display: block;
  color: rgba(255,255,255,0.55);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.future-title strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-family: "Playfair Display", serif;
  font-size: clamp(2.9rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(231,195,121,0.24);
  border-radius: 50%;
}

.orbit-one {
  width: 64%;
  aspect-ratio: 1;
  animation: spin 32s linear infinite;
}

.orbit-two {
  width: 45%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: reverseSpin 22s linear infinite;
}

.future-node {
  position: absolute;
  z-index: 4;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(236,20,120,0.46);
  border-radius: 50%;
  background: #21131a;
  box-shadow: 0 0 25px rgba(236,20,120,0.11);
}

.future-node span {
  color: var(--pink-soft);
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
}

.node-one { top: 15%; left: 4%; }
.node-two { top: 14%; right: 4%; }
.node-three { bottom: 13%; left: 5%; }
.node-four { bottom: 12%; right: 5%; }

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 7vw;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.61rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-cue i {
  width: 46px;
  height: 1px;
  background: rgba(236,20,120,0.6);
}

/* Shared */

.section { padding: 120px 7vw; }

.cream-section {
  background:
    linear-gradient(rgba(184,138,61,0.025) 1px, transparent 1px),
    var(--cream);
  background-size: 100% 72px;
}

.white-section { background: var(--paper); }

.dark-section {
  color: var(--white);
  background:
    radial-gradient(circle at 84% 20%, rgba(236,20,120,0.08), transparent 28%),
    var(--ink);
}

.section-heading {
  max-width: 950px;
  margin-bottom: 70px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.split-heading h2 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.section-heading.centered > p:last-child {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255,255,255,0.6);
  line-height: 1.85;
}

.split-heading {
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 80px;
  align-items: end;
}

.split-heading > div:last-child,
.split-heading > p {
  color: var(--muted);
  line-height: 1.85;
}

.belief-statement {
  width: min(1180px, 100%);
  margin: 80px auto 0;
  padding: 65px;
  display: grid;
  grid-template-columns: 0.35fr 1.65fr;
  gap: 55px;
  align-items: start;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.5);
  box-shadow: var(--shadow);
}

.belief-statement span {
  color: var(--pink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.belief-statement strong {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 500;
  line-height: 1.12;
}

/* Experience */

.experience-grid {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(231,195,121,0.22);
  border-left: 1px solid rgba(231,195,121,0.22);
}

.experience-card {
  min-height: 410px;
  padding: 36px;
  border-right: 1px solid rgba(231,195,121,0.22);
  border-bottom: 1px solid rgba(231,195,121,0.22);
  background: rgba(255,255,255,0.015);
}

.card-number {
  color: var(--gold);
  font-size: 0.64rem;
  letter-spacing: 0.15em;
}

.card-icon {
  width: 58px;
  height: 58px;
  margin: 50px 0 28px;
  display: grid;
  place-items: center;
  color: var(--pink-soft);
  border: 1px solid rgba(236,20,120,0.4);
  border-radius: 50%;
  font-size: 1.4rem;
}

.experience-card h3 {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 500;
}

.experience-card p {
  color: rgba(255,255,255,0.58);
  line-height: 1.8;
}

.experience-card small {
  color: var(--gold-bright);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Identity */

.identity-foundation {
  min-height: 760px;
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 90px;
  align-items: center;
  background:
    radial-gradient(circle at 78% 48%, rgba(236,20,120,0.07), transparent 28%),
    var(--paper);
}

.identity-copy h2 {
  margin-bottom: 26px;
  font-size: clamp(3rem, 5.4vw, 5.9rem);
  font-weight: 500;
  line-height: 1.02;
}

.identity-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 34px;
  color: var(--muted);
  line-height: 1.85;
}

.identity-art {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.identity-ring {
  position: relative;
  width: min(470px, 100%);
  aspect-ratio: 1;
  border: 1px solid rgba(184,138,61,0.28);
  border-radius: 50%;
}

.identity-ring::before,
.identity-ring::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(184,138,61,0.16);
  border-radius: 50%;
}

.identity-ring::before { inset: 15%; }
.identity-ring::after { inset: 30%; border-style: dashed; }

.identity-core {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: 170px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(236,20,120,0.45);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(236,20,120,0.08), transparent 65%),
    var(--cream);
  transform: translate(-50%, -50%);
}

.identity-core span {
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
}

.identity-core strong {
  margin-top: 7px;
  color: var(--pink);
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.letter {
  position: absolute;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184,138,61,0.34);
  border-radius: 50%;
  background: var(--paper);
  color: var(--gold);
  font-family: "Playfair Display", serif;
}

.l1 { top: -1%; left: 50%; transform: translateX(-50%); }
.l2 { top: 6%; right: 20%; }
.l3 { top: 18%; right: 4%; }
.l4 { top: 39%; right: -2%; }
.l5 { bottom: 27%; right: 4%; }
.l6 { bottom: 9%; right: 18%; }
.l7 { bottom: -1%; left: 50%; transform: translateX(-50%); }
.l8 { bottom: 9%; left: 18%; }
.l9 { bottom: 27%; left: 4%; }
.l10 { top: 39%; left: -2%; }
.l11 { top: 18%; left: 4%; }
.l12 { top: 6%; left: 20%; }
.l13 { top: 50%; right: 9%; transform: translateY(-50%); }

/* Pathways */

.pathway-grid {
  width: min(1180px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pathway-card {
  min-height: 500px;
  padding: 40px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.52);
  box-shadow: 0 18px 45px rgba(45,25,34,0.06);
}

.pathway-meta {
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--pink);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pathway-meta small { color: var(--gold-dark); }

.pathway-card h3 {
  margin-bottom: 18px;
  font-size: 2.35rem;
  font-weight: 500;
}

.pathway-card p {
  color: var(--muted);
  line-height: 1.8;
}

.pathway-card ul {
  margin: 28px 0 0;
  padding: 24px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.pathway-card li {
  position: relative;
  margin: 10px 0;
  padding-left: 18px;
  color: var(--ink);
  font-size: 0.82rem;
}

.pathway-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--pink);
}

/* Formats */

.format-list {
  width: min(1180px, 100%);
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

.format-row {
  min-height: 135px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 0.18fr 0.72fr 1.2fr 0.45fr;
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.format-row > span {
  color: var(--pink);
  font-size: 0.67rem;
  letter-spacing: 0.15em;
}

.format-row h3 {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 500;
}

.format-row p {
  margin: 0;
  color: var(--muted);
}

.format-row small {
  color: var(--gold-dark);
  text-align: right;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Impact */

.impact-section {
  color: var(--white);
  background:
    radial-gradient(circle at 14% 14%, rgba(236,20,120,0.09), transparent 26%),
    var(--ink-soft);
}

.evidence-wall {
  width: min(1180px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(250px, auto);
  gap: 18px;
}

.evidence-card {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.035);
}

.evidence-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 520px;
}

.evidence-placeholder {
  min-height: 100%;
  padding: 34px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px dashed rgba(231,195,121,0.34);
  background:
    linear-gradient(135deg, rgba(236,20,120,0.06), rgba(184,138,61,0.06));
}

.evidence-placeholder.small { min-height: 190px; }

.evidence-placeholder span {
  color: var(--pink-soft);
  font-size: 0.63rem;
  letter-spacing: 0.15em;
}

.evidence-placeholder strong {
  max-width: 500px;
  margin-top: 18px;
  color: rgba(255,255,255,0.76);
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.evidence-card blockquote {
  margin: 0;
  color: var(--white);
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.35;
}

.quote-source {
  margin-top: 26px;
  color: var(--gold-bright);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.evidence-accent {
  color: var(--ink);
  background: var(--cream);
}

.dark-accent {
  color: var(--white);
  background: linear-gradient(135deg, var(--pink-dark), #54142f);
}

.metric {
  color: var(--pink);
  font-family: "Playfair Display", serif;
  font-size: 4.3rem;
}

.dark-accent .metric { color: var(--gold-bright); }

.evidence-accent strong {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 500;
}

.evidence-accent p {
  margin-bottom: 0;
  color: inherit;
  opacity: 0.7;
}

/* Bring */

.bring-section {
  min-height: 760px;
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: 90px;
  align-items: center;
  background:
    radial-gradient(circle at 82% 32%, rgba(236,20,120,0.06), transparent 24%),
    var(--paper);
}

.bring-copy h2 {
  margin-bottom: 25px;
  font-size: clamp(3.2rem, 5.8vw, 6.3rem);
  font-weight: 500;
  line-height: 0.98;
}

.bring-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.85;
}

.partner-types {
  border-top: 1px solid var(--line);
}

.partner-types div {
  min-height: 88px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.partner-types span {
  color: var(--pink);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
}

.partner-types strong {
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  font-weight: 500;
}

/* Join */

.join-section {
  padding: 0 7vw 120px;
  background: var(--paper);
}

.join-card {
  width: min(1180px, 100%);
  margin-inline: auto;
  padding: 90px;
  text-align: center;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at center, rgba(236,20,120,0.07), transparent 32%),
    var(--cream);
  box-shadow: var(--shadow);
}

.join-card h2 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 5.5vw, 6rem);
  font-weight: 500;
  line-height: 0.98;
}

.join-card > p:not(.eyebrow) {
  max-width: 700px;
  margin: 0 auto 36px;
  color: var(--muted);
}

.join-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

/* Movement */

.movement-bridge {
  padding: 130px 8vw;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(236,20,120,0.12), transparent 34%),
    var(--ink);
}

.movement-copy {
  max-width: 980px;
  margin-inline: auto;
}

.movement-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 5.7vw, 6.2rem);
  font-weight: 500;
  line-height: 0.98;
}

.movement-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto 36px;
  color: rgba(255,255,255,0.6);
  line-height: 1.85;
}

/* Footer */

.site-footer {
  padding: 45px 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  color: rgba(255,255,255,0.48);
  border-top: 1px solid rgba(255,255,255,0.08);
  background: #0d090b;
  font-size: 0.72rem;
}

.site-footer strong {
  color: var(--pink-soft);
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.site-footer p { margin: 6px 0 0; }

.site-footer > div:nth-child(2) {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.site-footer a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
}

.site-footer > div:last-child { text-align: right; }

/* Reveal */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes reverseSpin { to { transform: rotate(-360deg); } }

/* Responsive */

@media (max-width: 1080px) {
  .site-nav {
    position: fixed;
    inset: 0;
    padding: 120px 8vw 60px;
    display: none;
    align-content: center;
    gap: 24px;
    background: rgba(15,11,13,0.98);
  }

  .site-nav.is-open { display: grid; }

  .site-nav a {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    text-transform: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 3;
    display: block;
  }

  .hero,
  .identity-foundation,
  .bring-section {
    grid-template-columns: 1fr;
  }

  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .pathway-grid { grid-template-columns: 1fr; }
  .evidence-wall { grid-template-columns: repeat(2, 1fr); }

  .identity-art { min-height: 470px; }
}

@media (max-width: 760px) {
  .brand-text small { display: none; }

  .section,
  .identity-foundation,
  .bring-section {
    padding: 90px 24px;
  }

  .hero {
    padding: 145px 24px 85px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 16vw, 5.8rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-proof { grid-template-columns: 1fr; }

  .hero-visual {
    width: min(470px, 90vw);
  }

  .scroll-cue { display: none; }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .belief-statement {
    padding: 40px 28px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .experience-grid,
  .evidence-wall {
    grid-template-columns: 1fr;
  }

  .evidence-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 420px;
  }

  .format-row {
    grid-template-columns: 0.2fr 1fr;
    gap: 14px 24px;
  }

  .format-row p,
  .format-row small {
    grid-column: 2;
    text-align: left;
  }

  .join-section { padding: 0 24px 90px; }

  .join-card { padding: 65px 26px; }

  .site-footer { grid-template-columns: 1fr; }

  .site-footer > div:nth-child(2) {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .site-footer > div:last-child { text-align: left; }
}

@media (max-width: 520px) {
  .future-node {
    width: 62px;
    height: 62px;
  }

  .identity-ring {
    width: 340px;
    max-width: 100%;
  }

  .letter {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
