:root {
  --ink: #14231e;
  --deep: #071713;
  --forest: #12372f;
  --moss: #345d50;
  --paper: #f8f1e3;
  --ivory: #fffaf0;
  --gold: #d9a943;
  --rust: #98613b;
  --line: rgba(20, 35, 30, 0.16);
  --light-line: rgba(255, 250, 240, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f0ba4d;
  outline-offset: 4px;
}

[id] { scroll-margin-top: 28px; }

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 4px;
  background: var(--ivory);
  color: var(--deep);
  font-weight: 800;
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 250, 240, 0.1);
  background: rgba(7, 23, 19, 0.94);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: 13px;
  background: rgba(255, 250, 240, 0.05);
}

.brand-logo { width: 44px; height: 44px; object-fit: cover; opacity: 0.92; mix-blend-mode: screen; }

.nav-links { display: flex; align-items: center; gap: 24px; color: rgba(255, 250, 240, 0.82); font-size: 0.9rem; font-weight: 750; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--ivory); }
.nav-cta { border: 1px solid rgba(255, 250, 240, 0.3); border-radius: 999px; padding: 10px 18px; }

.hero {
  position: relative;
  min-height: min(860px, calc(100svh - 76px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--deep);
  color: var(--ivory);
}

.hero-image,
.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 60% center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 17, 14, 0.94), rgba(5, 17, 14, 0.7) 42%, rgba(5, 17, 14, 0.2) 72%),
    linear-gradient(0deg, rgba(5, 17, 14, 0.88), transparent 62%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(140px, 20vw, 250px) 0 clamp(72px, 9vw, 112px);
}

.eyebrow { margin: 0; color: var(--gold); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.eyebrow.dark { color: #80572f; }

h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; text-wrap: balance; }

h1 {
  max-width: 820px;
  margin-top: 22px;
  font-size: clamp(3.8rem, 8vw, 7.7rem);
  line-height: 0.93;
  letter-spacing: -0.035em;
}

.hero-lede { max-width: 640px; margin: 30px 0 0; color: rgba(255, 250, 240, 0.78); font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.text-link { display: inline-flex; gap: 10px; margin-top: 36px; color: var(--ivory); font-weight: 780; text-underline-offset: 6px; }

.section { padding: clamp(104px, 13vw, 184px) 0; }
.section-dark { background: var(--deep); color: var(--ivory); }

.section-intro,
.understanding-copy,
.participation-intro { width: min(900px, calc(100% - 40px)); margin: 0 auto; }

.section-intro h2,
.understanding h2,
.participation h2 { margin-top: 16px; font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: 0.96; letter-spacing: -0.025em; }

.section-intro > p:last-child,
.understanding-copy > p:last-child,
.participation-intro > p:not(.eyebrow) { max-width: 680px; margin: 28px auto 0; color: rgba(20, 35, 30, 0.7); font-size: clamp(1.03rem, 1.5vw, 1.22rem); }
.section-dark .section-intro > p:last-child,
.understanding-copy > p:last-child { color: rgba(255, 250, 240, 0.7); }

.moments { border-bottom: 1px solid var(--line); background: var(--ivory); }
.moment-list {
  width: min(1080px, calc(100% - 40px));
  margin: clamp(54px, 8vw, 100px) auto 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.moment-list li { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.moment-list li:nth-child(2) { padding-left: 10%; }
.moment-list li:nth-child(3) { padding-left: 20%; }
.moment-number { color: #8f704f; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; }
.moment-list p { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.8rem); line-height: 1.1; }

.understanding { background: linear-gradient(145deg, #071713, #12372f); }
.understanding-copy { margin-left: max(20px, calc((100% - 980px) / 2)); }
.continuity-field {
  width: min(1080px, calc(100% - 40px));
  margin: clamp(48px, 7vw, 82px) auto 0;
}
.continuity-statement {
  max-width: 820px;
  margin: clamp(58px, 8vw, 92px) auto 0;
  padding: 0 20px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5.5vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
}
.continuity-purpose {
  width: min(720px, calc(100% - 40px));
  margin: clamp(34px, 5vw, 58px) auto 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: clamp(1.02rem, 1.6vw, 1.25rem);
  line-height: 1.65;
  text-align: center;
}

.expressions { padding: 0; background: linear-gradient(180deg, #f8f1e3, #fffaf0); }
.ecosystem-runway { padding: clamp(104px, 13vw, 184px) 0; }
.ecosystem-sticky-panel { width: 100%; }
.expressions-intro { text-align: center; }
.expressions-intro > p:last-child { margin-left: auto; margin-right: auto; }
.ecosystem-slot {
  width: min(1240px, calc(100% - 40px));
  margin: clamp(58px, 8vw, 96px) auto 0;
}
.illustration-figure { overflow: hidden; border-radius: 7px; }
.illustration-figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(20, 35, 30, 0.1);
  border-radius: 7px;
  background: #fff;
}
.continuity-field img { border-color: rgba(255, 250, 240, 0.18); }

.journey-stories { background: #091d18; }
.stories-intro { width: min(1040px, calc(100% - 40px)); }
.journey-stories .studio-stills { width: min(1080px, calc(100% - 40px)); margin: clamp(58px, 8vw, 96px) auto 0; }
.studio-stills { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2.2vw, 28px); align-items: start; }
.studio-still { margin: 0; }
.studio-still-frame { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 5px; }
.studio-still img { width: 100%; height: 100%; object-fit: cover; }
.studio-still figcaption { margin-top: 14px; color: rgba(255, 250, 240, 0.78); font-family: var(--serif); font-size: 1.05rem; }
.studio-still figcaption span { display: block; margin-bottom: 4px; color: rgba(255, 250, 240, 0.43); font-family: var(--sans); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.participation { border-top: 1px solid rgba(20, 35, 30, 0.08); background: var(--ivory); }
.participation-intro { text-align: center; }
.button { margin-top: 30px; border: 0; border-radius: 999px; padding: 15px 24px; background: var(--forest); color: var(--ivory); font: inherit; font-weight: 800; cursor: pointer; }
.button:hover { background: #0d2f28; }

.participation-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: min(720px, calc(100dvh - 32px));
  border: 0;
  border-radius: 12px;
  padding: 0;
  background: var(--ivory);
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(7, 23, 19, 0.32);
  overflow-y: auto;
}
.participation-dialog::backdrop { background: rgba(7, 23, 19, 0.78); }
.dialog-inner { position: relative; padding: clamp(34px, 7vw, 64px); }
.dialog-inner h2 { max-width: 500px; margin: 16px 0 0; font-size: clamp(2.3rem, 6vw, 4rem); line-height: 1; }
.dialog-inner > p:not(.eyebrow) { margin: 24px 0 0; color: rgba(20, 35, 30, 0.72); }
.dialog-close { float: right; margin: -12px -12px 20px 20px; border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; background: transparent; color: var(--ink); font: inherit; font-size: 0.82rem; font-weight: 800; cursor: pointer; }
.dialog-status { border-top: 1px solid var(--line); padding-top: 20px; font-weight: 750; }
.partnership-form { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.partnership-form[hidden] { display: none; }
.form-field { display: grid; gap: 7px; }
.form-field:nth-child(5), .form-disclosure, .form-submit { grid-column: 1 / -1; }
.form-field label { font-weight: 780; }
.optional { color: rgba(20, 35, 30, 0.58); font-size: 0.78rem; font-weight: 600; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid rgba(20, 35, 30, 0.28); border-radius: 7px; padding: 11px 12px; background: #fffdf8; color: var(--ink); font: inherit; }
.form-field textarea { resize: vertical; }
.form-field [aria-invalid="true"] { border-color: #9a362e; }
.field-error { min-height: 1.2em; color: #852d27; font-size: 0.78rem; }
.form-disclosure { margin: 0; color: rgba(20, 35, 30, 0.68); font-size: 0.82rem; }
.form-submit { justify-self: start; margin-top: 0; }
.form-submit[disabled] { cursor: wait; opacity: 0.7; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { border-top: 1px solid rgba(255, 250, 240, 0.08); background: var(--deep); color: var(--ivory); }
.footer-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 28px 60px; align-items: end; padding: 48px 0; }
.footer-positioning { margin-top: 8px; }
.footer-positioning p { margin: 0; }
.footer-tagline { color: rgba(255, 250, 240, 0.78); font-family: var(--serif); font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.25; }
.footer-descriptor { margin-top: 4px !important; color: rgba(255, 250, 240, 0.46); font-size: 0.72rem; font-weight: 720; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-links { display: flex; gap: 12px; }
.social-link {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 50%;
  color: rgba(255, 250, 240, 0.78);
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}
.social-link:hover { border-color: rgba(217, 169, 67, 0.58); background: rgba(255, 250, 240, 0.04); color: var(--ivory); }
.social-icon { width: 24px; height: 24px; overflow: visible; }
.tiktok-layer { stroke: none; }
.tiktok-cyan { fill: #25f4ee; }
.tiktok-red { fill: #fe2c55; }
.tiktok-core { fill: #fff; }
.copyright { grid-column: 1 / -1; margin: 12px 0 0; color: rgba(255, 250, 240, 0.44); font-size: 0.82rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.reveal-capable [data-reveal] {
  opacity: 0.04;
  transform: translateY(38px);
  transition:
    opacity var(--reveal-duration, 720ms) cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms),
    transform var(--reveal-duration, 720ms) cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms),
    letter-spacing var(--reveal-duration, 720ms) cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal-capable [data-reveal="copy"] {
  --reveal-duration: 560ms;
  transform: translateY(22px);
}
.reveal-capable [data-reveal="observation"] { --reveal-duration: 680ms; }
.reveal-capable .moment-list li:nth-child(1)[data-reveal="observation"],
.reveal-capable .moment-list li:nth-child(3)[data-reveal="observation"] { transform: translate(-28px, 22px); }
.reveal-capable .moment-list li:nth-child(2)[data-reveal="observation"] { transform: translate(28px, 22px); }
.reveal-capable [data-reveal="statement"] {
  --reveal-duration: 960ms;
  opacity: 0.02;
  transform: translateY(34px) scale(.975);
  letter-spacing: .018em;
}
.reveal-capable [data-reveal="illustration"] {
  --reveal-duration: 1120ms;
  opacity: 0.03;
  transform: translateY(38px) scale(.955);
}
.reveal-capable .ecosystem-slot[data-reveal="ecosystem"] { opacity: .86; transform: translateY(18px) scale(.9); }
.reveal-capable [data-reveal="story"] { --reveal-duration: 760ms; }
.reveal-capable .studio-still:nth-child(1)[data-reveal="story"] { transform: translate(-32px, 18px); }
.reveal-capable .studio-still:nth-child(2)[data-reveal="story"] { transform: translateY(28px) scale(.98); }
.reveal-capable .studio-still:nth-child(3)[data-reveal="story"] { transform: translate(32px, 18px); }
.reveal-capable [data-reveal="cta"] { --reveal-duration: 520ms; transform: translateY(18px) scale(.985); }
.reveal-capable [data-reveal].is-revealed {
  opacity: 1;
  transform: none !important;
  letter-spacing: normal;
  will-change: auto;
}
.reveal-capable .continuity-field.is-revealed img {
  opacity: var(--continuity-progress-opacity, 1);
  transform: scale(var(--continuity-progress-scale, 1));
  transition: opacity 100ms linear, transform 100ms linear;
}
.reveal-capable .ecosystem-slot.is-revealed img {
  opacity: var(--ecosystem-focus-opacity, 1);
  transform: translateY(var(--ecosystem-focus-offset, 0)) scale(var(--ecosystem-focus-scale, 1));
  filter: contrast(var(--ecosystem-focus-contrast, 1));
  transform-origin: center center;
  transition: none;
  will-change: opacity, transform, filter;
}

@media (min-width: 821px) {
  .reveal-capable.reveal-initialized .ecosystem-runway {
    height: 165vh;
    min-height: 980px;
    padding: 0;
  }
  .reveal-capable.reveal-initialized .ecosystem-sticky-panel {
    position: sticky;
    top: 72px;
    min-height: calc(100vh - 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: clamp(38px, 5vh, 64px) 0;
  }
  .reveal-capable.reveal-initialized .ecosystem-slot[data-reveal="ecosystem"] {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .reveal-capable.reveal-initialized .expressions-intro {
    opacity: var(--ecosystem-copy-opacity, 1);
  }
  .reveal-capable.reveal-initialized .ecosystem-slot img {
    opacity: var(--ecosystem-focus-opacity, .78);
    transform: translateY(var(--ecosystem-focus-offset, 32px)) scale(var(--ecosystem-focus-scale, .84));
    filter: contrast(var(--ecosystem-focus-contrast, .97));
    transform-origin: center center;
    transition: none;
    will-change: opacity, transform, filter;
    box-shadow: 0 24px 64px rgba(20, 35, 30, var(--ecosystem-shadow-opacity, 0));
  }
}

@media (max-width: 820px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5, 17, 14, 0.9), rgba(5, 17, 14, 0.48)), linear-gradient(0deg, rgba(5, 17, 14, 0.9), transparent 62%); }
  .moment-list li,
  .moment-list li:nth-child(2),
  .moment-list li:nth-child(3) { padding-left: 0; }
  .studio-stills { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
  .copyright { grid-column: auto; }
}

@media (max-width: 520px) {
  html { scroll-padding-top: 78px; }
  [id] { scroll-margin-top: 24px; }
  .nav { width: min(100% - 28px, 1180px); min-height: 68px; }
  .brand { font-size: 1.16rem; }
  .brand-mark, .brand-logo { width: 38px; height: 38px; }
  .nav-cta { padding: 9px 13px; font-size: 0.8rem; }
  .hero { min-height: 720px; }
  .hero-inner,
  .section-intro,
  .understanding-copy,
  .participation-intro,
  .moment-list,
  .continuity-field,
  .continuity-purpose,
  .ecosystem-slot,
  .stories-intro,
  .journey-stories .studio-stills,
  .footer-inner { width: min(100% - 28px, 1180px); }
  h1 { font-size: clamp(3.25rem, 16vw, 4.7rem); }
  .section { padding: 96px 0; }
  .expressions { padding: 0; }
  .ecosystem-runway { padding: 96px 0; }
  .section-intro h2, .understanding h2, .participation h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .moment-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .continuity-statement { padding: 0 14px; font-size: clamp(2.45rem, 13vw, 3.65rem); }
  .studio-still figcaption { font-size: 0.88rem; }
  .partnership-form { grid-template-columns: 1fr; }
  .form-field, .form-field:nth-child(5), .form-disclosure, .form-submit { grid-column: auto; }
}

@media (max-width: 360px) {
  .nav { gap: 8px; }
  .nav-cta {
    min-height: 44px;
    padding: 9px 11px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
}

@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-capable [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .reveal-capable .continuity-field.is-revealed img,
  .reveal-capable .ecosystem-slot.is-revealed img { opacity: 1; transform: none; filter: none; transition: none; will-change: auto; }
  .ecosystem-runway { height: auto !important; min-height: 0 !important; padding: clamp(104px, 13vw, 184px) 0; }
  .ecosystem-sticky-panel { position: static !important; min-height: 0 !important; padding: 0; }
  .expressions-intro { opacity: 1 !important; }
}
