:root {
  --yellow: #ffdf43;
  --green: #168344;
  --deep-green: #102e17;
  --cream: #f8f5e9;
  --white: #fffefa;
  --lime: #bff05c;
  --ink: #102e17;
  --border: 2px solid var(--deep-green);
  --display: "DynaPuff", "Arial Rounded MT Bold", sans-serif;
  --body: "Nunito", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); line-height: 1.65; overflow-x: hidden; }
a { color: inherit; }
::selection { background: var(--yellow); color: var(--deep-green); }
.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; }

.site-header { height: 68px; background: var(--cream); border-bottom: 2px solid var(--deep-green); position: relative; z-index: 20; }
.nav-shell, .section-shell, .policy-shell, .footer-inner { width: min(1080px, calc(100% - 48px)); margin: 0 auto; }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.wordmark { font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: -.06em; text-decoration: none; }
.nav-shell nav { display: flex; align-items: center; gap: 34px; }
.nav-shell nav a { text-decoration: none; font-weight: 800; font-size: 13px; }
.nav-shell nav a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 4px 0; background: var(--deep-green); }

.hero { min-height: 560px; padding: 105px 24px 96px; background: var(--yellow); position: relative; overflow: hidden; display: grid; place-items: center; text-align: center; }
.hero-inner { width: min(850px, 100%); position: relative; z-index: 2; }
.mini-badge, .kicker { display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--deep-green); border-radius: 999px; padding: 5px 12px; font-weight: 900; font-size: 10px; line-height: 1; letter-spacing: .08em; }
.mini-badge { background: var(--lime); box-shadow: 2px 2px 0 var(--deep-green); }
.mini-badge span { font-size: 13px; margin-right: 5px; }
h1, h2, h3 { font-family: var(--display); }
h1 { margin: 25px 0 18px; color: var(--deep-green); font-size: clamp(48px, 7.5vw, 84px); line-height: .98; letter-spacing: -.045em; }
h1 em { color: var(--green); font-style: normal; }
.hero p { width: min(610px, 100%); margin: 0 auto; font-size: 17px; font-weight: 700; }
.hero-actions { margin-top: 28px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button { min-width: 150px; padding: 12px 20px; border: var(--border); border-radius: 10px; text-decoration: none; font-size: 13px; font-weight: 900; box-shadow: 3px 3px 0 var(--deep-green); transition: transform .16s, box-shadow .16s; }
.button:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--deep-green); }
.button-dark { background: var(--deep-green); color: var(--yellow); }
.button-light { background: var(--white); }
.hero-spark { position: absolute; font-family: var(--display); color: var(--green); opacity: .65; }
.spark-one { top: 85px; left: 8%; font-size: 45px; transform: rotate(-12deg); }
.spark-two { bottom: 70px; right: 9%; font-size: 58px; transform: rotate(18deg); }

.principles { padding: 92px 0 100px; background: var(--green); color: var(--cream); }
.section-heading { text-align: center; }
.light-heading .kicker { color: var(--deep-green); background: var(--yellow); }
.section-heading h2 { margin: 18px 0 6px; font-size: clamp(35px, 5vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p { margin: 0 auto; max-width: 620px; font-size: 14px; font-weight: 700; opacity: .84; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.promise-card { color: var(--deep-green); background: var(--cream); border: var(--border); border-radius: 16px; padding: 26px 24px; box-shadow: 4px 5px 0 var(--deep-green); }
.icon-tile { width: 40px; height: 40px; display: grid; place-items: center; border: var(--border); border-radius: 10px; }
.icon-tile.yellow { background: var(--yellow); }
.icon-tile.lime { background: var(--lime); }
.icon-tile svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.promise-card h3 { margin: 16px 0 8px; font-size: 20px; line-height: 1.15; letter-spacing: -.03em; }
.promise-card p { margin: 0; font-size: 14px; font-weight: 600; color: #3c4e3d; }

.policy-area { padding: 110px 0 120px; background: var(--cream); }
.policy-heading { text-align: left; margin-bottom: 34px; }
.dark-kicker { background: var(--yellow); box-shadow: 2px 2px 0 var(--deep-green); }
.policy-heading h2 { margin-bottom: 3px; }
.updated { color: var(--green); font-size: 12px !important; font-weight: 800 !important; }
.legal-card { background: var(--white); border: var(--border); border-radius: 16px; box-shadow: 4px 5px 0 var(--deep-green); }
.intro-card { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 42px; padding: 34px 38px; margin-bottom: 54px; }
.legal-label { font-size: 10px; font-weight: 900; color: var(--green); letter-spacing: .1em; }
.intro-card h3 { margin: 7px 0 0; font-size: 27px; line-height: 1.18; letter-spacing: -.03em; }
.intro-card > p { margin: 0; color: #425144; font-size: 14px; font-weight: 600; }
.policy-layout { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 34px; align-items: start; }
.policy-nav { position: sticky; top: 28px; display: flex; flex-direction: column; padding: 22px 20px; border: var(--border); border-radius: 14px; background: var(--yellow); box-shadow: 3px 4px 0 var(--deep-green); }
.policy-nav > span { margin-bottom: 12px; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.policy-nav a { padding: 5px 0; text-decoration: none; font-size: 12px; font-weight: 800; opacity: .64; }
.policy-nav a:hover, .policy-nav a.active { opacity: 1; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.policy-stack { display: grid; gap: 22px; }
.policy-card { padding: 34px 38px; scroll-margin-top: 30px; }
.number { float: right; min-width: 35px; padding: 4px 7px; color: var(--deep-green); background: var(--yellow); border: 1.5px solid var(--deep-green); border-radius: 999px; text-align: center; font-size: 10px; font-weight: 900; }
.policy-card h3 { margin: 0 55px 14px 0; font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.policy-card p, .policy-card li { color: #3e4d40; font-size: 14px; font-weight: 600; }
.policy-card p { margin: 0 0 14px; }
.policy-card p:last-child { margin-bottom: 0; }
.policy-card ul { padding-left: 20px; margin: 12px 0 0; }
.policy-card li { margin-bottom: 10px; padding-left: 4px; }
.policy-card li::marker { color: var(--green); }
.policy-card strong { color: var(--deep-green); font-weight: 900; }
.contact-card { background: var(--yellow); }
.contact-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding: 16px 20px; background: var(--deep-green); color: var(--yellow); border-radius: 10px; text-decoration: none; font-family: var(--display); font-size: 18px; }

footer { background: var(--deep-green); color: var(--cream); border-top: 2px solid var(--deep-green); }
.footer-inner { min-height: 145px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.footer-mark { color: var(--yellow); }
.footer-inner nav { display: flex; gap: 28px; }
.footer-inner nav a { color: var(--cream); text-decoration: none; font-size: 12px; font-weight: 800; }
.footer-inner > p { grid-column: 1 / -1; margin: -34px 0 0; color: rgba(248,245,233,.55); font-size: 10px; }

@media (max-width: 820px) {
  .promise-grid { grid-template-columns: 1fr; }
  .promise-card { display: grid; grid-template-columns: 50px 1fr; column-gap: 14px; }
  .promise-card h3 { margin-top: 2px; }
  .promise-card p { grid-column: 2; }
  .intro-card { grid-template-columns: 1fr; gap: 18px; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 6px 18px; }
  .policy-nav > span { flex-basis: 100%; margin-bottom: 2px; }
}

@media (max-width: 600px) {
  .nav-shell, .section-shell, .policy-shell, .footer-inner { width: min(100% - 30px, 1080px); }
  .site-header { height: 62px; }
  .menu-button { display: block; }
  .nav-shell nav { display: none; position: absolute; top: 62px; left: 0; right: 0; padding: 20px 18px; flex-direction: column; align-items: stretch; gap: 8px; background: var(--cream); border-bottom: 2px solid var(--deep-green); }
  .nav-shell nav.open { display: flex; }
  .nav-shell nav a { padding: 8px; text-align: center; }
  .hero { min-height: 590px; padding: 88px 18px 78px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero p { font-size: 15px; }
  .spark-one { top: 40px; left: 4%; font-size: 30px; }
  .spark-two { right: 3%; bottom: 35px; font-size: 38px; }
  .principles { padding: 72px 0 78px; }
  .promise-grid { margin-top: 34px; }
  .promise-card { padding: 22px 20px; }
  .policy-area { padding: 78px 0 88px; }
  .intro-card, .policy-card { padding: 26px 22px; }
  .intro-card { margin-bottom: 36px; }
  .intro-card h3 { font-size: 23px; }
  .policy-nav { display: none; }
  .policy-card h3 { font-size: 21px; }
  .policy-card p, .policy-card li { font-size: 13px; }
  .contact-card a { font-size: 14px; padding: 14px 16px; }
  .footer-inner { min-height: 210px; grid-template-columns: 1fr; padding: 40px 0; align-content: center; }
  .footer-inner nav { flex-direction: column; gap: 8px; }
  .footer-inner > p { grid-column: 1; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
