:root {
  --forest: #0c302d;
  --forest-2: #184844;
  --forest-3: #285c56;
  --paper: #f7f2e8;
  --paper-2: #fffdf8;
  --ink: #17221f;
  --muted: #5f6d68;
  --gold: #e5a842;
  --gold-light: #f2d59b;
  --mint: #9ecfc1;
  --mint-light: #d9eee7;
  --coral: #e77e5b;
  --line: rgba(12, 48, 45, .15);
  --white-line: rgba(255, 255, 255, .17);
  --shadow: 0 24px 70px rgba(12, 48, 45, .12);
  --shadow-dark: 0 30px 90px rgba(0, 0, 0, .25);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 42px;
  --container: 1200px;
  --header-h: 82px;
  --serif: Georgia, Cambria, "Times New Roman", serif;
  --sans: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-2);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--forest); background: var(--gold-light); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  left: 20px;
  top: 14px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--forest);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-h);
  color: var(--paper);
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: rgba(12, 48, 45, .93);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .17);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  aspect-ratio: 1;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.06em;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 14px; letter-spacing: .02em; }
.brand-copy small { margin-top: 6px; color: rgba(247, 242, 232, .65); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  position: relative;
  color: rgba(247, 242, 232, .82);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}
.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible { color: var(--paper); }
.site-nav a:not(.nav-cta):hover::after,
.site-nav a:not(.nav-cta):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(247, 242, 232, .35);
  border-radius: 999px;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.nav-cta:hover,
.nav-cta:focus-visible { color: var(--forest) !important; background: var(--gold); border-color: var(--gold); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 880px;
  padding: calc(var(--header-h) + 76px) 0 42px;
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 18%, rgba(229, 168, 66, .22), transparent 24%),
    radial-gradient(circle at 4% 76%, rgba(158, 207, 193, .13), transparent 24%),
    var(--forest);
}
.hero::before {
  content: "";
  position: absolute;
  top: 76px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(229, 168, 66, .24);
  border-radius: 50%;
}
.hero::after {
  content: "";
  position: absolute;
  top: 148px;
  right: -108px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(229, 168, 66, .16);
  border-radius: 50%;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .06;
  background-image:
    linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 64px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 38px; height: 2px; background: var(--gold); }
.eyebrow.dark { color: var(--forest-3); }
.eyebrow.light { color: var(--gold-light); }
.eyebrow.centered { justify-content: center; }
.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero h1 { max-width: 690px; font-size: clamp(3.4rem, 6.3vw, 6.35rem); }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-lead { max-width: 680px; margin: 30px 0 0; color: rgba(247, 242, 232, .78); font-size: 20px; line-height: 1.65; }
.hero-claim {
  display: grid;
  gap: 2px;
  margin: 30px 0 0;
  padding-left: 20px;
  border-left: 3px solid var(--gold);
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.35;
}
.hero-claim span { color: var(--paper); }
.hero-claim strong { color: var(--gold-light); font-weight: 500; font-style: italic; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--forest); background: var(--gold); box-shadow: 0 16px 36px rgba(229, 168, 66, .2); }
.button-primary:hover,
.button-primary:focus-visible { box-shadow: 0 18px 44px rgba(229, 168, 66, .33); }
.button-ghost { color: var(--paper); border-color: rgba(247, 242, 232, .3); background: rgba(255, 255, 255, .02); }
.button-ghost:hover,
.button-ghost:focus-visible { background: rgba(255, 255, 255, .08); border-color: rgba(247, 242, 232, .6); }
.button-light { color: var(--forest); background: var(--paper); }
.button-dark { color: var(--paper); background: var(--forest); }
.button-gold { color: var(--forest); background: var(--gold); }
.status-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  color: rgba(247, 242, 232, .62);
  font-size: 12px;
}
.status-line a { color: var(--gold-light); font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(158, 207, 193, .12); }
.hero-visual { min-width: 0; }
.hero-image-frame {
  position: relative;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 46px;
  background: rgba(255,255,255,.05);
  box-shadow: var(--shadow-dark);
  transform: rotate(1.2deg);
}
.hero-image-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgba(12, 48, 45, .12);
  border-radius: 34px;
  pointer-events: none;
}
.hero-image-frame img { position: relative; z-index: 1; width: 100%; border-radius: 46px; }
.year-rail {
  position: absolute;
  z-index: 4;
  left: 34px;
  right: 34px;
  bottom: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.year-rail > div {
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 14px;
  background: rgba(12, 48, 45, .89);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.year-rail strong { display: block; color: var(--gold); font-family: var(--serif); font-size: 21px; line-height: 1; }
.year-rail span { display: block; margin-top: 7px; color: rgba(247,242,232,.74); font-size: 10px; line-height: 1.25; text-transform: uppercase; letter-spacing: .06em; }
.values-strip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(247,242,232,.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.values-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.section { position: relative; padding: 120px 0; }
.section-paper { background: var(--paper); }
.section-heading { margin-bottom: 56px; }
.section-heading h2,
.history-intro h2,
.valuechain-copy h2,
.place-copy h2,
.cta-copy h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.split-heading {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 86px;
  align-items: end;
}
.split-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 19px; }
.centered { max-width: 830px; margin-inline: auto; text-align: center; }
.centered > p { max-width: 720px; margin: 24px auto 0; color: var(--muted); }

.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.purpose-card {
  position: relative;
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.54);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.purpose-card:hover { transform: translateY(-6px); background: var(--paper-2); box-shadow: var(--shadow); }
.card-number { display: inline-block; color: var(--coral); font-size: 13px; font-weight: 900; letter-spacing: .14em; }
.purpose-card h3 { max-width: 280px; margin: 66px 0 18px; font-family: var(--serif); font-size: 30px; line-height: 1.08; }
.purpose-card p { margin: 0; color: var(--muted); font-size: 16px; }
.text-link { position: absolute; left: 34px; bottom: 30px; color: var(--forest-3); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section-history {
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 16% 26%, rgba(229,168,66,.14), transparent 26%),
    linear-gradient(135deg, #102d2b, #0a2523);
}
.section-history::after {
  content: "1827";
  position: absolute;
  right: -34px;
  bottom: -120px;
  color: rgba(255,255,255,.025);
  font-family: var(--serif);
  font-size: 390px;
  line-height: 1;
  pointer-events: none;
}
.history-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.history-intro { position: sticky; top: 130px; }
.history-intro p { color: rgba(247,242,232,.72); }
.history-intro p:first-of-type { margin-top: 28px; }
.history-intro .button { margin-top: 20px; }
.history-timeline { position: relative; padding-left: 36px; }
.history-timeline::before { content: ""; position: absolute; left: 9px; top: 10px; bottom: 16px; width: 1px; background: rgba(247,242,232,.2); }
.timeline-item { position: relative; display: grid; grid-template-columns: 92px 1fr; gap: 22px; padding: 0 0 42px; }
.timeline-item::before { content: ""; position: absolute; left: -32px; top: 8px; width: 12px; height: 12px; border: 3px solid var(--forest); border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 1px rgba(255,255,255,.22); }
.timeline-item time { color: var(--gold); font-family: var(--serif); font-size: 28px; line-height: 1; }
.timeline-item h3 { margin: 0 0 7px; font-size: 19px; }
.timeline-item p { margin: 0; color: rgba(247,242,232,.64); font-size: 15px; }
.timeline-item.is-key { margin: 4px 0 30px; padding: 26px 26px 28px; border: 1px solid rgba(229,168,66,.34); border-radius: 20px; background: rgba(229,168,66,.08); }
.timeline-item.is-key::before { left: -59px; top: 34px; width: 16px; height: 16px; background: var(--gold); }
.timeline-item.is-future::before { background: var(--coral); }

.section-activation { background: var(--paper-2); }
.activation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.activation-card {
  padding: 30px 26px;
  border-radius: var(--radius);
  background: var(--mint-light);
  box-shadow: inset 0 0 0 1px rgba(12,48,45,.06);
}
.activation-card:nth-child(2) { background: #f2e4bd; }
.activation-card:nth-child(3) { background: #f5d9cf; }
.activation-card:nth-child(4) { background: #dfe7d3; }
.activation-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--paper); background: var(--forest); font-size: 22px; }
.activation-card h3 { margin: 44px 0 16px; font-family: var(--serif); font-size: 27px; line-height: 1.08; }
.activation-card p { margin: 0; color: #42514d; font-size: 15px; }
.activation-card small { display: block; margin-top: 28px; color: var(--forest-3); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.concept-note { max-width: 850px; margin: 26px auto 0; color: var(--muted); font-size: 13px; text-align: center; }

.section-stories {
  overflow: hidden;
  color: var(--paper);
  background: var(--forest);
}
.section-stories::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: radial-gradient(circle, white 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(90deg, transparent, black 30%, black 70%, transparent);
}
.stories-head { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.stories-head h2 { max-width: 830px; font-size: clamp(2.8rem, 5.1vw, 5.2rem); }
.story-controls { display: flex; gap: 10px; padding-bottom: 8px; }
.story-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(247,242,232,.25);
  border-radius: 50%;
  color: var(--paper);
  background: transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.story-controls button:hover,
.story-controls button:focus-visible { color: var(--forest); background: var(--gold); border-color: var(--gold); }
.fiction-label { position: relative; max-width: 850px; margin: 28px 0 38px; color: rgba(247,242,232,.62); font-size: 14px; }
.fiction-label strong { color: var(--gold-light); }
.story-track {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(620px, 82vw);
  gap: 20px;
  overflow-x: auto;
  padding: 6px max(20px, calc((100vw - var(--container)) / 2)) 32px 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) rgba(255,255,255,.08);
}
.story-track::-webkit-scrollbar { height: 8px; }
.story-track::-webkit-scrollbar-track { background: rgba(255,255,255,.08); border-radius: 999px; }
.story-track::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 999px; }
.story-card {
  scroll-snap-align: start;
  min-height: 520px;
  padding: 34px;
  border: 1px solid rgba(247,242,232,.18);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: 0 22px 60px rgba(0,0,0,.15);
}
.story-card:nth-child(2) { background: linear-gradient(145deg, rgba(229,168,66,.14), rgba(255,255,255,.025)); }
.story-card:nth-child(3) { background: linear-gradient(145deg, rgba(158,207,193,.14), rgba(255,255,255,.025)); }
.story-card:nth-child(4) { background: linear-gradient(145deg, rgba(231,126,91,.14), rgba(255,255,255,.025)); }
.story-topline { display: flex; justify-content: space-between; gap: 20px; color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-card h3 { margin: 56px 0 22px; font-family: var(--serif); font-size: 36px; line-height: 1; }
.story-card blockquote { margin: 0; color: var(--paper); font-family: var(--serif); font-size: 27px; line-height: 1.35; }
.story-person { margin: 24px 0 16px !important; color: var(--gold-light) !important; font-size: 13px !important; font-weight: 800; }
.story-card > p { color: rgba(247,242,232,.68); font-size: 15px; }
.story-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.story-tags span { padding: 7px 11px; border: 1px solid rgba(247,242,232,.17); border-radius: 999px; color: rgba(247,242,232,.72); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }

.section-location { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.location-card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); }
.location-kicker { color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.location-card h3 { margin: 58px 0 16px; font-family: var(--serif); font-size: 28px; line-height: 1.07; }
.location-card p { margin: 0; color: var(--muted); font-size: 15px; }

.section-valuechain { color: var(--paper); background: #0b2422; }
.valuechain-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.valuechain-copy p { color: rgba(247,242,232,.68); }
.tech-note { margin-top: 30px; padding: 22px; border: 1px solid rgba(229,168,66,.28); border-radius: 18px; background: rgba(229,168,66,.07); }
.tech-note strong { color: var(--gold-light); font-size: 13px; }
.tech-note p { margin: 8px 0 0; font-size: 14px; }
.valuechain-flow { position: relative; display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.valuechain-flow::before { content: ""; position: absolute; left: 29px; top: 54px; bottom: 54px; width: 2px; background: linear-gradient(var(--gold), var(--mint), var(--coral)); }
.valuechain-flow li { position: relative; display: grid; grid-template-columns: 60px 1fr; gap: 18px; align-items: center; min-height: 92px; padding: 16px 22px 16px 12px; border: 1px solid rgba(247,242,232,.13); border-radius: 18px; background: rgba(255,255,255,.04); }
.valuechain-flow li > span { position: relative; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; margin-left: -1px; border-radius: 50%; color: var(--forest); background: var(--gold); font-size: 11px; font-weight: 900; }
.valuechain-flow li:nth-child(2) > span { background: #d4bc7f; }
.valuechain-flow li:nth-child(3) > span { background: var(--mint); }
.valuechain-flow li:nth-child(4) > span { background: #a9bfa4; }
.valuechain-flow li:nth-child(5) > span { background: var(--coral); }
.valuechain-flow strong { display: block; font-family: var(--serif); font-size: 22px; }
.valuechain-flow small { display: block; margin-top: 2px; color: rgba(247,242,232,.55); font-size: 12px; }

.section-place { background: var(--paper-2); }
.place-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.place-map { border-radius: 38px; box-shadow: var(--shadow); }
.place-map img { width: 100%; border-radius: 38px; }
.place-copy > p { color: var(--muted); }
.place-facts { margin: 28px 0; }
.place-facts > div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line); }
.place-facts > div:last-child { border-bottom: 1px solid var(--line); }
.place-facts dt { color: var(--forest-3); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.place-facts dd { margin: 0; font-size: 14px; }
.privacy-hint { margin-top: 16px !important; font-size: 12px; }

.section-cta {
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 84% 15%, rgba(229,168,66,.17), transparent 27%),
    var(--forest);
}
.section-cta::after { content: ""; position: absolute; right: -150px; bottom: -170px; width: 520px; height: 520px; border: 1px solid rgba(229,168,66,.2); border-radius: 50%; }
.cta-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.cta-copy p { color: rgba(247,242,232,.7); }
.contact-mail { display: inline-flex; gap: 10px; margin-top: 18px; color: var(--gold-light); font-family: var(--serif); font-size: 24px; text-decoration: none; }
.idea-form { padding: 32px; border: 1px solid rgba(247,242,232,.17); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.idea-form label { display: grid; gap: 8px; margin-bottom: 14px; color: rgba(247,242,232,.74); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.idea-form input,
.idea-form textarea { width: 100%; border: 1px solid rgba(247,242,232,.2); border-radius: 14px; outline: none; color: var(--paper); background: rgba(0,0,0,.13); transition: border-color .2s ease, box-shadow .2s ease; }
.idea-form input { height: 52px; padding: 0 15px; }
.idea-form textarea { resize: vertical; min-height: 140px; padding: 14px 15px; }
.idea-form input:focus,
.idea-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(229,168,66,.12); }
.idea-form input[aria-invalid="true"],
.idea-form textarea[aria-invalid="true"] { border-color: var(--coral); }
.idea-form textarea::placeholder { color: rgba(247,242,232,.35); }
.form-note,
.form-status { margin: 14px 0 0; color: rgba(247,242,232,.5); font-size: 11px; }
.form-status { min-height: 18px; color: var(--gold-light); font-weight: 700; }

.site-footer { padding: 62px 0 24px; color: var(--paper); background: #071c1a; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand > div { display: grid; }
.footer-brand strong { font-size: 14px; }
.footer-brand span:not(.brand-mark) { color: rgba(247,242,232,.48); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { color: rgba(247,242,232,.64); font-size: 12px; text-decoration: none; }
.footer-links a:hover,
.footer-links a:focus-visible { color: var(--gold-light); }
.source-panel { margin-top: 40px; border-top: 1px solid rgba(247,242,232,.1); border-bottom: 1px solid rgba(247,242,232,.1); }
.source-panel details { padding: 18px 0; }
.source-panel summary { cursor: pointer; color: rgba(247,242,232,.72); font-size: 12px; font-weight: 800; }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 24px 0 8px; }
.source-grid strong { color: var(--gold-light); font-size: 12px; }
.source-grid p { margin: 8px 0 0; color: rgba(247,242,232,.48); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: rgba(247,242,232,.35); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.noscript { position: fixed; z-index: 2000; left: 16px; right: 16px; bottom: 16px; padding: 14px; border-radius: 12px; color: var(--forest); background: var(--gold-light); font-size: 13px; text-align: center; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-delay-1 { transition-delay: .09s; }
.js .reveal-delay-2 { transition-delay: .18s; }
.js .reveal-delay-3 { transition-delay: .27s; }

@media (max-width: 1080px) {
  :root { --container: 960px; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero h1 { font-size: clamp(3rem, 6.2vw, 5.3rem); }
  .hero-lead { font-size: 18px; }
  .year-rail { left: 20px; right: 20px; bottom: 18px; }
  .year-rail > div { padding: 10px; }
  .purpose-card { min-height: 390px; padding: 28px; }
  .text-link { left: 28px; }
  .history-layout { gap: 58px; }
  .activation-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .valuechain-layout { gap: 54px; }
  .place-layout { gap: 46px; }
  .cta-layout { gap: 52px; }
}

@media (max-width: 860px) {
  :root { --header-h: 72px; }
  body { font-size: 17px; }
  .site-header { background: rgba(12, 48, 45, .95); box-shadow: 0 8px 32px rgba(0,0,0,.13); }
  .brand-copy small { display: none; }
  .nav-toggle {
    position: relative;
    z-index: 1002;
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 11px;
    border: 1px solid rgba(247,242,232,.22);
    border-radius: 50%;
    background: transparent;
  }
  .nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; border-radius: 9px; background: var(--paper); transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding: 100px 30px 50px;
    background: rgba(7, 28, 26, .985);
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.2,.7,.2,1);
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { padding: 18px 0; border-bottom: 1px solid rgba(247,242,232,.1); font-family: var(--serif); font-size: 29px; font-weight: 500; }
  .site-nav a::after { display: none; }
  .site-nav .nav-cta { margin-top: 24px; padding: 14px 20px; border-bottom: 1px solid var(--gold); text-align: center; font-family: var(--sans); font-size: 14px; font-weight: 800; }
  body.nav-open { overflow: hidden; }

  .hero { padding-top: calc(var(--header-h) + 62px); }
  .hero-layout { grid-template-columns: 1fr; gap: 52px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 720px; }
  .hero-image-frame { transform: none; }
  .values-strip { flex-wrap: wrap; }
  .section { padding: 94px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 26px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-card { min-height: 290px; }
  .purpose-card h3 { margin-top: 42px; }
  .history-layout { grid-template-columns: 1fr; }
  .history-intro { position: static; }
  .history-timeline { margin-top: 10px; }
  .story-track { grid-auto-columns: min(620px, 88vw); }
  .valuechain-layout { grid-template-columns: 1fr; }
  .place-layout { grid-template-columns: 1fr; }
  .place-map { order: 2; }
  .place-copy { order: 1; }
  .cta-layout { grid-template-columns: 1fr; }
  .source-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-mark { width: 42px; }
  .brand-copy strong { font-size: 12px; }
  .hero { padding-bottom: 28px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero-lead { font-size: 17px; }
  .hero-claim { font-size: 20px; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .status-line { align-items: flex-start; }
  .hero-image-frame { border-radius: 28px; }
  .hero-image-frame img { border-radius: 28px; }
  .year-rail { position: static; grid-template-columns: 1fr; padding: 0 16px 16px; }
  .year-rail > div { min-height: 0; display: grid; grid-template-columns: 68px 1fr; align-items: center; }
  .year-rail span { margin-top: 0; }
  .values-strip { gap: 10px; font-size: 10px; }
  .values-strip i { width: 3px; height: 3px; }
  .section { padding: 78px 0; }
  .section-heading h2,
  .history-intro h2,
  .valuechain-copy h2,
  .place-copy h2,
  .cta-copy h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .purpose-card { padding: 26px; }
  .text-link { left: 26px; }
  .timeline-item { grid-template-columns: 64px 1fr; gap: 14px; }
  .timeline-item time { font-size: 23px; }
  .timeline-item.is-key { margin-left: -8px; padding: 22px 18px; }
  .timeline-item.is-key::before { left: -51px; }
  .activation-grid { grid-template-columns: 1fr; }
  .stories-head { align-items: start; }
  .story-controls { display: none; }
  .story-track { grid-auto-columns: 92vw; margin-right: -14px; }
  .story-card { min-height: 0; padding: 28px 24px; border-radius: 30px; }
  .story-topline { align-items: flex-start; flex-direction: column; gap: 5px; }
  .story-card h3 { margin-top: 38px; font-size: 31px; }
  .story-card blockquote { font-size: 23px; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 250px; }
  .valuechain-flow li { grid-template-columns: 54px 1fr; padding-right: 14px; }
  .valuechain-flow strong { font-size: 19px; }
  .place-facts > div { grid-template-columns: 1fr; gap: 4px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .idea-form { padding: 24px 18px; border-radius: 28px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}

.positioning-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: var(--forest-3);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.positioning-line i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
