:root {
  --forest: #173f2a;
  --green: #2f7d4a;
  --leaf: #7cab55;
  --maize: #f2b84b;
  --cream: #f8f3e7;
  --ink: #17221a;
  --muted: #647168;
  --white: #fff;
  --line: rgba(23, 63, 42, .14);
  --shadow: 0 24px 60px rgba(23, 63, 42, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fcfdf9;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .7rem; font-family: "Fraunces", serif; line-height: 1.08; }
h1 { font-size: clamp(3.3rem, 8vw, 7.2rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); letter-spacing: -.04em; }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1rem; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  background: rgba(252, 253, 249, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: .65rem; font-weight: 700; text-decoration: none; font-size: 1.12rem; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--forest);
  background: var(--maize);
  border-radius: 50% 50% 50% 12%;
  transform: rotate(-8deg);
}
.site-nav { display: flex; align-items: center; gap: 1.45rem; }
.site-nav a { color: #36453b; font-size: .92rem; font-weight: 600; text-decoration: none; }
.site-nav a:hover { color: var(--green); }
.nav-cta { padding: .7rem 1rem; color: white !important; background: var(--forest); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; font: inherit; font-weight: 700; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: calc(100vh - 74px);
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(242,184,75,.36), transparent 24%),
    linear-gradient(135deg, #f8f3e7 0%, #edf4df 100%);
}
.hero > * { min-width: 0; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: radial-gradient(var(--green) .7px, transparent .7px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to right, black, transparent 70%);
}
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 7vw 2rem 7vw max(2rem, 8vw); }
.eyebrow { margin-bottom: 1rem; color: var(--green); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #dbecc8; }
.hero h1 { max-width: 820px; color: var(--forest); }
.hero-lead { max-width: 650px; color: #4f5f54; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions, .download-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 1.7rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.25rem; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 12px 30px rgba(23,63,42,.22); }
.button-ghost { color: var(--forest); border: 1px solid rgba(23,63,42,.3); }
.button-light { color: var(--forest); background: white; }
.hero-notes { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.hero-notes span { padding: .48rem .75rem; color: #536158; background: rgba(255,255,255,.65); border: 1px solid rgba(23,63,42,.12); border-radius: 999px; font-size: .82rem; }
.hero-art { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 650px; }
.hero-art img { position: relative; z-index: 2; width: min(90%, 720px); max-height: 88vh; object-fit: contain; filter: drop-shadow(0 35px 45px rgba(23,63,42,.25)); }
.sun-disc { position: absolute; width: 34vw; height: 34vw; max-width: 540px; max-height: 540px; border-radius: 50%; background: var(--maize); opacity: .55; }
.floating-card { position: absolute; z-index: 3; display: flex; flex-direction: column; padding: .9rem 1.1rem; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card strong { color: var(--forest); font-size: 1.1rem; }
.floating-card span { color: var(--muted); font-size: .75rem; }
.card-one { left: 2%; bottom: 26%; }
.card-two { right: 7%; top: 24%; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); }
.section-heading { max-width: 850px; margin-bottom: 3rem; }
.section-heading > p:last-child { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.intro { background: white; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.feature-card { min-height: 310px; padding: 1.7rem; background: var(--cream); border: 1px solid rgba(23,63,42,.08); border-radius: 22px; }
.feature-card:nth-child(even) { background: #edf4df; }
.feature-number { display: block; margin-bottom: 4rem; color: var(--green); font-weight: 700; }
.feature-card p { color: var(--muted); }

.journey { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); background: #f4f7ee; }
.journey-image img { width: 100%; max-height: 760px; object-fit: cover; object-position: center; border-radius: 34px; box-shadow: var(--shadow); }
.steps { padding: 0; margin: 2rem 0 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest); background: var(--maize); border-radius: 50%; font-weight: 800; }
.steps p { margin: .25rem 0 0; color: var(--muted); }

.don-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 3rem; overflow: hidden; color: white; background: var(--forest); }
.don-copy { max-width: 760px; }
.don-copy > p { color: #cbdacb; font-size: 1.08rem; }
.roles { display: grid; gap: .8rem; margin: 2rem 0; }
.roles div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.16); }
.roles span { color: #cbdacb; }
blockquote { margin: 2rem 0 0; padding-left: 1.2rem; color: var(--maize); border-left: 3px solid var(--maize); font-family: "Fraunces", serif; font-size: 1.35rem; }
.don-portrait { align-self: end; width: 100%; max-height: 730px; object-fit: contain; filter: drop-shadow(0 30px 35px rgba(0,0,0,.3)); }

.muji { background: white; }
.muji-showcase { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 560px; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.muji-showcase > img { width: 100%; height: 100%; object-fit: cover; }
.muji-panel { padding: clamp(2rem, 5vw, 4rem); color: white; background: #8a3f2e; }
.muji-panel > span, .play-card > span { display: inline-block; margin-bottom: 1.4rem; padding: .35rem .65rem; border: 1px solid currentColor; border-radius: 999px; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.muji-panel p { color: #f0d8cc; }
.muji-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; padding: 0; margin-top: 2rem; list-style: none; }
.muji-panel li { padding-top: .7rem; border-top: 1px solid rgba(255,255,255,.2); }

.play-section { background: var(--cream); }
.play-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.play-card { padding: 2rem; background: white; border-radius: 24px; box-shadow: 0 12px 35px rgba(23,63,42,.07); }
.play-card > span { color: var(--green); }
.play-card p { color: var(--muted); }

.community { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: center; background: #edf4df; }
.community-copy { max-width: 720px; }
.community-copy > p { color: #536158; }
.community-stats { display: grid; gap: 1rem; }
.community-stats div { padding: 1.5rem; background: rgba(255,255,255,.7); border: 1px solid rgba(23,63,42,.1); border-radius: 20px; }
.community-stats strong, .community-stats span { display: block; }
.community-stats strong { color: var(--forest); font-family: "Fraunces", serif; font-size: 1.55rem; }
.community-stats span { color: var(--muted); }

.download { padding-top: 4rem; padding-bottom: 4rem; background: white; }
.download-card { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); color: white; background: linear-gradient(135deg, var(--green), var(--forest)); border-radius: 32px; }
.download-card h2 { max-width: 800px; }
.download-card p { max-width: 720px; color: #dce9dc; }
.download-actions { flex-direction: column; align-items: stretch; min-width: 250px; }
.text-link { color: white; text-align: center; }

.faq { background: #f8faf5; }
.faq-list { max-width: 900px; }
details { padding: 1.2rem 0; border-top: 1px solid var(--line); }
summary { cursor: pointer; font-family: "Fraunces", serif; font-size: 1.25rem; font-weight: 700; }
details p { max-width: 740px; margin: .8rem 0 0; color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 3rem clamp(1.25rem, 7vw, 7rem); color: #cbdacb; background: #102d1d; }
.site-footer strong, .site-footer span { display: block; }
.site-footer strong { color: white; font-family: "Fraunces", serif; font-size: 1.5rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem 1.2rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-social { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); }
.footer-social > span { margin-bottom: .9rem; color: white; font-family: "Fraunces", serif; font-size: 1.15rem; font-weight: 700; }
.social-links { display: flex; flex-wrap: wrap; gap: .7rem; }
.social-links a {
  padding: .58rem .9rem;
  color: white;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.social-links a:hover { color: var(--forest); background: var(--maize); border-color: var(--maize); transform: translateY(-2px); }
.site-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; }
.site-footer .trademark-status { max-width: 980px; color: #aebfaf; line-height: 1.6; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.legal-page { background: var(--cream); }
.legal-content { max-width: 850px; margin: 0 auto; padding: 7rem 1.5rem; }
.legal-content h1 { color: var(--forest); font-size: clamp(3rem, 7vw, 5rem); }
.legal-content h2 { margin-top: 2.2rem; font-size: 1.7rem; }
.legal-content h3 { margin-top: 1.5rem; font-size: 1.25rem; }
.legal-content li { margin-bottom: .55rem; }
.legal-content a:not(.button) { color: var(--green); font-weight: 700; }
.legal-updated { color: var(--muted); }
.legal-header-link { color: var(--forest); font-weight: 700; text-decoration: none; }
.legal-note { margin: 2rem 0; padding: 1rem; background: #fff5d7; border-left: 4px solid var(--maize); }
.legal-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }

@media (max-width: 1000px) {
  .site-nav { position: absolute; top: 74px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 1.2rem; background: white; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero, .journey, .don-section, .community { grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 1.5rem 2rem; }
  .hero-art { min-height: 520px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .don-portrait { max-height: 560px; }
  .download-card { grid-template-columns: 1fr; }
  .download-actions { align-items: flex-start; }
}

@media (max-width: 680px) {
  h1 { font-size: clamp(3rem, 14vw, 4.35rem); }
  .section { padding: 4.5rem 1.2rem; }
  .site-header { padding-inline: 1rem; }
  .hero-copy { width: 100%; max-width: 100vw; overflow: hidden; }
  .hero-copy h1, .hero-copy p { max-width: calc(100vw - 3rem); overflow-wrap: anywhere; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: calc(100vw - 3rem); }
  .hero-notes { display: grid; grid-template-columns: 1fr; }
  .hero-notes span { width: fit-content; }
  .hero-art { min-height: 430px; }
  .hero-art img { width: 105%; }
  .floating-card { display: none; }
  .feature-grid, .play-grid, .muji-showcase { grid-template-columns: 1fr; }
  .feature-card { min-height: 240px; }
  .feature-number { margin-bottom: 2rem; }
  .muji-showcase > img { height: 330px; }
  .muji-panel ul { grid-template-columns: 1fr; }
  .roles div { grid-template-columns: 1fr; gap: .2rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
