:root {
  --ink: #17372d;
  --ink-2: #275144;
  --green: #1f7659;
  --green-dark: #153b2e;
  --green-soft: #dff0e3;
  --cream: #f7f3e7;
  --sand: #eadfbe;
  --orange: #d98032;
  --blue: #3d7896;
  --red: #a95645;
  --purple: #725985;
  --white: #fff;
  --muted: #68786f;
  --line: rgba(23, 55, 45, 0.13);
  --shadow: 0 24px 70px rgba(20, 56, 44, 0.13);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfaf5;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: #cde5d4; color: var(--green-dark); }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(860px, calc(100% - 40px)); }
.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; z-index: 9999; top: 12px; left: 12px; transform: translateY(-160%);
  background: var(--white); color: var(--ink); padding: 10px 14px; border-radius: 10px;
  box-shadow: var(--shadow); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251,250,245,.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(23,55,45,.07); }
.nav-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 44px; height: 44px; }
.brand span { display: flex; flex-direction: column; line-height: 1.12; }
.brand strong { font-size: 15px; letter-spacing: -.01em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 700; }
.site-nav a { position: relative; color: #315347; }
.site-nav > a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px;
  background: var(--green); transition: right .2s ease;
}
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 9px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 9px; }
.simple-nav a { font-size: 14px; font-weight: 750; color: var(--green); }

.hero {
  position: relative; overflow: hidden;
  padding: 82px 0 96px;
  background:
    radial-gradient(circle at 12% 20%, rgba(223,240,227,.9), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(234,223,190,.78), transparent 30%),
    linear-gradient(180deg, #fbfaf5 0%, #f6f2e6 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .55; pointer-events: none; }
.hero-orb-one { width: 290px; height: 290px; background: #dbead8; top: -170px; left: 34%; }
.hero-orb-two { width: 190px; height: 190px; background: #efd6ad; right: -80px; bottom: 40px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 17px; display: flex; align-items: center; gap: 9px;
  color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 2px; background: currentColor; display: inline-block; border-radius: 2px; }
.hero h1, .page-hero h1 {
  margin: 0; max-width: 760px; font-size: clamp(46px, 6.2vw, 82px); line-height: .99;
  letter-spacing: -.055em; font-weight: 850;
}
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 500; color: var(--green); }
.hero-lead { margin: 28px 0 0; max-width: 690px; color: #4b6259; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 0 21px; border-radius: 999px; font-weight: 800; font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green-dark); box-shadow: 0 12px 24px rgba(21,59,46,.18); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(21,59,46,.23); }
.button-secondary { background: rgba(255,255,255,.8); border: 1px solid var(--line); }
.button-light { background: #fff; color: var(--green-dark); }
.hero-facts { display: flex; gap: 34px; margin-top: 43px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-facts div { display: flex; flex-direction: column; }
.hero-facts strong { font-size: 24px; line-height: 1; }
.hero-facts span { margin-top: 7px; color: var(--muted); font-size: 12px; }

.journey-card {
  position: relative; padding: 26px; border-radius: var(--radius-xl);
  background: linear-gradient(155deg, #173f31, #102e25);
  color: #fff; box-shadow: 0 36px 100px rgba(21,59,46,.24);
  overflow: hidden;
}
.journey-card::before {
  content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%;
  background: rgba(255,255,255,.045); right: -80px; top: -100px;
}
.journey-top, .journey-footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.journey-top { font-weight: 800; font-size: 14px; }
.journey-status, .mini-badge {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 900;
  padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.1);
}
.journey-track { position: relative; display: grid; gap: 13px; margin: 26px 0; }
.journey-line { position: absolute; left: 28px; top: 26px; bottom: 26px; width: 1px; background: rgba(255,255,255,.18); }
.journey-node {
  position: relative; z-index: 1; display: grid; grid-template-columns: 56px 1fr 38px; align-items: center; gap: 12px;
  padding: 13px 13px 13px 0; border-radius: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.06);
}
.node-number {
  width: 56px; height: 42px; display: grid; place-items: center; font-size: 11px; font-weight: 900;
  color: #d9e7d9;
}
.journey-node div { display: flex; flex-direction: column; }
.journey-node strong { font-size: 14px; }
.journey-node small { color: rgba(255,255,255,.62); margin-top: 2px; font-size: 11px; }
.node-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.09); }
.journey-footer { color: rgba(255,255,255,.65); font-size: 11px; padding-top: 4px; }

.section { padding: 104px 0; }
.section-cream { background: var(--cream); }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading.compact { max-width: 690px; }
.section-heading h2, .privacy-copy h2, .closing-card h2 {
  margin: 0; font-size: clamp(36px, 4.8vw, 58px); letter-spacing: -.045em; line-height: 1.05;
}
.section-heading > p:last-child, .privacy-copy > p, .closing-card > div > p:last-of-type {
  color: #52675f; margin: 22px 0 0; font-size: 16px; line-height: 1.85;
}
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  min-height: 310px; padding: 28px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.feature-index { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.feature-card h3 { margin: auto 0 14px; font-size: 24px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.levels-section { background: #fbfaf5; }
.level-stack { display: grid; gap: 18px; }
.level-card {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 90px 1fr 100px; gap: 25px; align-items: center;
  padding: 30px; border-radius: 28px; background: #fff; border: 1px solid var(--line);
}
.level-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--accent); }
.level-green { --accent: #428267; }
.level-blue { --accent: #4d83a0; }
.level-orange { --accent: #d18742; }
.level-red { --accent: #a95b4a; }
.level-purple { --accent: #745d87; }
.level-number { font-size: 38px; font-weight: 900; letter-spacing: -.05em; color: var(--accent); text-align: center; }
.level-location { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; color: var(--accent); }
.level-body h3 { margin: 4px 0 10px; font-size: 26px; letter-spacing: -.025em; }
.level-body > p:not(.level-location) { margin: 0; max-width: 810px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.tags span { padding: 7px 10px; background: #f5f5ef; border-radius: 999px; font-size: 10px; font-weight: 800; color: #496058; }
.level-glyph {
  justify-self: end; width: 74px; height: 74px; display: grid; place-items: center;
  border-radius: 22px; background: color-mix(in srgb, var(--accent) 13%, white); color: var(--accent);
  font-size: 30px; font-weight: 900;
}

.food-section { background: #e8efe6; }
.food-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.food-board { display: grid; gap: 14px; padding: 24px; background: rgba(255,255,255,.72); border: 1px solid rgba(23,55,45,.11); border-radius: var(--radius-xl); }
.food-group { padding: 18px; background: #fff; border-radius: 18px; border: 1px solid rgba(23,55,45,.08); }
.food-group-label { display: block; margin-bottom: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; color: var(--green); }
.food-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.food-pills span { padding: 8px 11px; border-radius: 10px; background: #f4f1e6; font-size: 12px; font-weight: 750; }

.characters-section { background: #fbfaf5; }
.character-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.character-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 24px; text-align: center; }
.avatar {
  width: 90px; height: 90px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 31px;
  font-size: 32px; font-weight: 900; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}
.avatar-a { background: linear-gradient(145deg, #3f7c63, #23543f); }
.avatar-b { background: linear-gradient(145deg, #b96f5a, #834738); }
.avatar-c { background: linear-gradient(145deg, #4f7d9a, #315a73); }
.avatar-d { background: linear-gradient(145deg, #8b6c9e, #634b74); }
.character-card h3 { margin: 0; font-size: 19px; }
.character-card span { color: var(--muted); font-size: 12px; }
.asset-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; padding: 16px 18px; border-left: 3px solid var(--green); background: #f2f5ef; border-radius: 0 14px 14px 0; }

.privacy-band { color: #fff; background: var(--green-dark); }
.privacy-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.eyebrow-light { color: #b8ddc6; }
.privacy-copy h2, .closing-card h2 { color: #fff; }
.privacy-copy > p { color: rgba(255,255,255,.7); }
.privacy-copy .button { margin-top: 26px; }
.privacy-panel { display: grid; gap: 12px; }
.privacy-item { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 18px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.055); border-radius: 18px; }
.privacy-item > span { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: rgba(255,255,255,.1); font-size: 10px; font-weight: 900; }
.privacy-item div { display: flex; flex-direction: column; }
.privacy-item strong { font-size: 15px; }
.privacy-item small { margin-top: 4px; color: rgba(255,255,255,.62); line-height: 1.55; }

.status-section { background: #f5f0e3; }
.status-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: start; }
.status-card { border-radius: var(--radius-xl); background: #fff; border: 1px solid var(--line); overflow: hidden; }
.status-row { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 1px solid var(--line); font-size: 13px; }
.status-row:last-child { border-bottom: 0; }
.status-row span { color: var(--muted); }
.status-row strong { text-align: right; }
.status-row strong.is-live { color: var(--green); }

.closing-section { background: #fbfaf5; padding-top: 30px; }
.closing-card {
  display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end;
  padding: 48px; border-radius: var(--radius-xl);
  background: linear-gradient(140deg, #1d5d47, #153b2e);
  box-shadow: var(--shadow);
}
.closing-card > div > p:last-of-type { max-width: 780px; color: rgba(255,255,255,.7); }

.site-footer { background: #102c23; color: #fff; padding: 35px 0; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.footer-brand { display: flex; gap: 11px; align-items: center; }
.footer-brand div { display: flex; flex-direction: column; line-height: 1.1; }
.footer-brand strong { font-size: 14px; }
.footer-brand small { color: rgba(255,255,255,.5); font-size: 10px; margin-top: 5px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-size: 12px; color: rgba(255,255,255,.72); }
.footer-note { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); font-size: 11px; color: rgba(255,255,255,.45); }

.page-hero { padding: 92px 0 68px; background: linear-gradient(180deg, #f0f2e8, #fbfaf5); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(46px, 7vw, 76px); }
.page-hero p:last-child { max-width: 800px; margin-top: 24px; color: #52675f; font-size: 16px; line-height: 1.85; }
.policy-section { background: #fbfaf5; }
.policy-stack { display: grid; gap: 16px; }
.policy-stack article { position: relative; padding: 32px 32px 32px 92px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.policy-number { position: absolute; left: 30px; top: 34px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .11em; }
.policy-stack h2 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.policy-stack p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.policy-update { border-color: rgba(31,118,89,.28) !important; background: #f7fbf7 !important; }

.public-status-table { display: grid; gap: 10px; }
.public-status-row {
  display: grid; grid-template-columns: 1fr auto minmax(180px, .75fr); gap: 18px; align-items: center;
  padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px;
}
.public-status-row > span { font-weight: 780; }
.public-status-row > small { color: var(--muted); line-height: 1.45; }
.public-status-row strong { font-size: 10px; letter-spacing: .08em; padding: 7px 10px; border-radius: 999px; white-space: nowrap; }
.pill-live { color: #11623f; background: #dff3e8; }
.pill-built { color: #315f72; background: #e2f0f5; }
.pill-progress { color: #72501e; background: #f4ead3; }
.pill-next { color: #6d4c72; background: #eee4f0; }
.pill-off { color: #6b5e5b; background: #ece9e7; }
.notice-card { margin-top: 26px; padding: 24px; border-radius: 20px; background: #f0ead9; border: 1px solid #ded3b9; }
.notice-card strong { font-size: 18px; }
.notice-card p { margin: 10px 0 0; color: #6a6254; font-size: 14px; line-height: 1.8; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--cream); }
.error-card { width: min(620px, 100%); text-align: center; padding: 48px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.error-card > img { margin: 0 auto 24px; }
.error-card .eyebrow { justify-content: center; }
.error-card h1 { margin: 0; font-size: clamp(38px, 7vw, 58px); letter-spacing: -.04em; }
.error-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.error-card .button { margin-top: 14px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 980px) {
  .hero-grid, .food-grid, .privacy-grid, .status-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding-top: 62px; }
  .journey-card { max-width: 680px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 44px; }
  .character-grid { grid-template-columns: repeat(2, 1fr); }
  .level-card { grid-template-columns: 70px 1fr 76px; }
  .site-nav { gap: 17px; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 28px, var(--container)); }
  .nav-shell { min-height: 74px; }
  .brand img { width: 40px; height: 40px; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute; top: 73px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch;
    padding: 13px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 10px; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { text-align: center; }
  .hero { padding: 48px 0 70px; }
  .hero h1 { font-size: clamp(43px, 14vw, 68px); }
  .hero-lead { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { gap: 22px; justify-content: space-between; }
  .journey-card { padding: 20px; }
  .journey-node { grid-template-columns: 48px 1fr 34px; }
  .node-number { width: 48px; }
  .section { padding: 78px 0; }
  .section-heading h2, .privacy-copy h2, .closing-card h2 { font-size: clamp(34px, 10vw, 48px); }
  .level-card { grid-template-columns: 56px 1fr; gap: 14px; padding: 24px 18px; }
  .level-number { font-size: 28px; }
  .level-glyph { display: none; }
  .level-body h3 { font-size: 22px; }
  .food-board { padding: 14px; }
  .character-grid { gap: 12px; }
  .character-card { padding: 18px 12px; }
  .avatar { width: 72px; height: 72px; border-radius: 24px; }
  .closing-card { grid-template-columns: 1fr; padding: 30px; align-items: start; }
  .closing-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .policy-stack article { padding: 70px 22px 24px; }
  .policy-number { left: 22px; top: 24px; }
  .public-status-row { grid-template-columns: 1fr auto; gap: 8px 14px; }
  .public-status-row > small { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .brand strong { font-size: 13px; }
  .brand small { font-size: 9px; }
  .character-grid { grid-template-columns: 1fr 1fr; }
  .hero-facts { gap: 12px; }
  .hero-facts strong { font-size: 20px; }
  .hero-facts span { font-size: 10px; }
}
