:root {
  color-scheme: light;
  --forest: #073b31;
  --forest-deep: #042820;
  --leaf: #167255;
  --mint: #8bd9ba;
  --mint-pale: #e3f6ed;
  --gold: #d7a93d;
  --coral: #c75a3e;
  --ink: #17231e;
  --muted: #52635c;
  --line: #cedbd5;
  --paper: #ffffff;
  --wash: #f4f8f5;
  --warning: #8b3f2f;
}

* { box-sizing: border-box; }
html { background: var(--wash); scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--wash);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: var(--forest); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover, a:focus-visible { color: var(--leaf); }
.wide-inner, .header-inner, .content, .footer-inner { width: min(100% - 40px, 1180px); margin: 0 auto; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  color: white;
  background: rgba(4, 40, 32, 0.97);
  border-bottom: 1px solid rgba(139, 217, 186, 0.35);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; font-size: 1.25rem; font-weight: 850; text-decoration: none; }
.brand:hover, .brand:focus-visible { color: var(--mint); }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 8px; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
nav a { color: #e1f3eb; font-size: 0.92rem; font-weight: 750; text-decoration: none; }

.hero { position: relative; display: grid; min-height: min(760px, calc(100svh - 76px)); overflow: hidden; color: white; background: var(--forest-deep); isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { z-index: -2; background: var(--forest-deep) url("/assets/my-mara.webp") center / cover no-repeat; }
.hero-shade { z-index: -1; background: rgba(2, 24, 19, 0.48); }
.hero-content { align-self: end; width: min(100% - 40px, 1180px); margin: 0 auto; padding: 80px 0 58px; }
.hero-kicker, .section-label, .feature-number, .price-label { margin: 0 0 10px; color: var(--leaf); font-size: 0.78rem; font-weight: 850; text-transform: uppercase; }
.hero-kicker { color: #b9f0d9; }
h1, h2, h3 { margin-top: 0; color: var(--forest-deep); line-height: 1.15; }
.hero h1 { margin: 0; color: white; font-size: clamp(3.2rem, 8vw, 6.8rem); text-shadow: 0 3px 24px rgba(0, 0, 0, 0.45); }
.hero-tagline { margin: 2px 0 0; color: var(--mint); font-size: clamp(1.25rem, 2.6vw, 2rem); font-weight: 850; }
.hero-copy { max-width: 650px; margin: 16px 0 0; font-size: 1.1rem; font-weight: 600; text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.action { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 18px; border: 2px solid var(--forest); border-radius: 6px; font-weight: 850; text-decoration: none; }
.action-primary { color: var(--forest-deep); background: var(--mint); border-color: var(--mint); }
.action-primary:hover, .action-primary:focus-visible { color: white; background: var(--leaf); border-color: var(--leaf); }
.action-secondary { color: white; background: rgba(4, 40, 32, 0.78); border-color: rgba(255, 255, 255, 0.68); }
.action-secondary:hover, .action-secondary:focus-visible { color: var(--forest-deep); background: white; }

.intro-band { padding: 42px 0; color: white; background: var(--forest); border-top: 5px solid var(--gold); }
.intro-grid { display: grid; grid-template-columns: 230px 1fr; gap: 48px; align-items: start; }
.intro-band .section-label { color: var(--mint); }
.intro-statement { max-width: 860px; margin: 0; font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 720; line-height: 1.35; }
.feature-section, .how-section, .launch-band { padding: 86px 0; }
.feature-section h2, .how-section h2, .pricing-band h2, .launch-band h2, .safety-band h2, .maramataka-band h2, .content h1 { max-width: 790px; margin-bottom: 34px; font-size: clamp(2rem, 4vw, 3.5rem); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.feature-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.feature-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.feature-card-copy { padding: 24px 26px 28px; }
.feature-card h3 { margin-bottom: 8px; font-size: 1.55rem; }
.feature-card p:last-child { margin: 0; color: var(--muted); }

.maramataka-band { padding: 0; color: white; background: var(--forest-deep); }
.maramataka-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr); align-items: stretch; width: min(100%, 1440px); }
.maramataka-media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.maramataka-copy { align-self: center; padding: 70px clamp(30px, 6vw, 90px); }
.maramataka-copy .section-label { color: var(--gold); }
.maramataka-copy h2 { color: white; margin-bottom: 24px; }
.lead-copy { font-size: 1.2rem; font-weight: 720; }
.source-note { color: #bcd3c9; font-size: 0.92rem; }

.how-section { background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.step { padding-top: 18px; border-top: 3px solid var(--forest); }
.step span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 24px; color: white; background: var(--coral); border-radius: 50%; font-weight: 850; }
.step h3 { margin-bottom: 8px; }
.step p { margin: 0; color: var(--muted); }

.pricing-band { padding: 86px 0 54px; background: var(--mint-pale); border-top: 1px solid #b6dccc; border-bottom: 1px solid #b6dccc; }
.pricing-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr); gap: 70px; align-items: center; }
.pricing-band h2 { margin-bottom: 20px; }
.price-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.price-option { position: relative; min-height: 210px; padding: 24px; background: white; border: 1px solid #a9c6ba; border-radius: 8px; }
.price-option.preferred { border: 3px solid var(--forest); }
.price-option p { margin: 0; }
.price { margin-top: 14px !important; color: var(--forest-deep); font-size: 2.8rem; font-weight: 900; line-height: 1; }
.price span { font-size: 1.2rem; vertical-align: top; }
.price-option strong { display: inline-block; margin-top: 18px; color: var(--leaf); }
.pricing-footnote { margin-top: 34px; color: var(--muted); font-size: 0.9rem; }

.safety-band { padding: 58px 0; color: white; background: #40251f; border-top: 5px solid var(--coral); }
.safety-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.safety-band .section-label { color: #f3b7a8; }
.safety-band h2 { color: white; margin-bottom: 0; }
.safety-band p:last-child { font-size: 1.05rem; }

.launch-band { background: var(--wash); }
.launch-layout { display: grid; grid-template-columns: 260px 1fr; gap: 64px; align-items: center; }
.launch-layout > img { width: 260px; aspect-ratio: 1; object-fit: cover; border-radius: 24px; box-shadow: 0 18px 44px rgba(4, 40, 32, 0.2); }
.launch-band h2 { margin-bottom: 14px; }

.content { padding: 58px 0 84px; width: min(100% - 40px, 920px); }
.content .eyebrow { margin-bottom: 8px; }
.content h1 { margin: 0; }
.content h2 { margin: 44px 0 12px; font-size: 1.5rem; }
.content h3 { margin: 26px 0 8px; font-size: 1.1rem; }
.content p, .content ul, .content ol { max-width: 800px; }
.content ul, .content ol { padding-left: 24px; }
.content li + li { margin-top: 8px; }
.content .lede { color: var(--muted); font-size: 1.12rem; }
.content .meta { color: var(--muted); font-size: 0.92rem; }
.notice { margin: 32px 0; padding: 20px 22px; background: var(--mint-pale); border-left: 5px solid var(--forest); }
.warning { background: #fff1ec; border-left-color: var(--warning); }
.table-wrap { max-width: 900px; overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; background: var(--paper); }
th, td { padding: 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { color: var(--forest-deep); background: var(--mint-pale); }
tr:last-child td { border-bottom: 0; }

.site-footer { color: #d8e8e1; background: var(--forest-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px 60px; padding: 44px 0; }
.footer-grid p { margin: 12px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.footer-links a { color: var(--mint); }
.community-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; }
.community-link { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border: 2px solid transparent; border-radius: 8px; color: white; text-decoration: none; }
.community-link img { width: 28px; height: 28px; }
.community-link:hover, .community-link:focus-visible { color: white; border-color: white; }
.community-facebook { background: #1877f2; }
.community-discord { background: #5865f2; }
.community-link.is-disabled { opacity: 0.72; cursor: default; }
.community-link.is-disabled:hover { border-color: transparent; }
.footer-meta { grid-column: 1 / -1; color: #9fb9ae; font-size: 0.88rem; }

@media (max-width: 880px) {
  .intro-grid, .pricing-layout, .safety-layout { grid-template-columns: 1fr; gap: 24px; }
  .maramataka-layout { grid-template-columns: 1fr; }
  .maramataka-media img { min-height: 420px; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-layout { gap: 40px; }
}

@media (max-width: 680px) {
  .wide-inner, .header-inner, .content, .footer-inner { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand img { width: 40px; height: 40px; }
  nav { gap: 12px; }
  nav a:nth-child(2), nav a:nth-child(3) { display: none; }
  nav.policy-nav a { display: inline; }
  .hero { min-height: 78svh; }
  .hero-image { background-position: center 22%; background-size: cover; }
  .hero-content { width: min(100% - 28px, 1180px); padding: 50px 0 34px; }
  .hero h1 { font-size: 3.4rem; }
  .hero-copy { font-size: 1rem; }
  .intro-band { padding: 32px 0; }
  .feature-section, .how-section, .launch-band { padding: 60px 0; }
  .feature-grid, .steps-grid, .price-options { grid-template-columns: 1fr; }
  .feature-section h2, .how-section h2, .pricing-band h2, .launch-band h2, .safety-band h2, .maramataka-band h2, .content h1 { font-size: 2.15rem; }
  .maramataka-media img { min-height: 340px; }
  .maramataka-copy { padding: 50px 22px; }
  .pricing-band { padding-top: 60px; }
  .launch-layout { grid-template-columns: 1fr; gap: 34px; }
  .launch-layout > img { width: min(68vw, 260px); }
  .footer-grid { grid-template-columns: 1fr; }
  .community-links, .footer-meta { grid-column: auto; }
  .content { padding-top: 38px; }
  th, td { min-width: 180px; }
}
