:root {
  --green: #008a44;
  --green-dark: #064d2d;
  --green-ink: #053a23;
  --mint: #cfe8d8;
  --cream: #f3f0e7;
  --paper: #fbfaf5;
  --ink: #102019;
  --line: rgba(16, 32, 25, 0.15);
  --font-geist-sans: Inter, "Segoe UI", Arial, sans-serif;
  --font-geist-mono: "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
a { color: inherit; }

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.16), transparent 30%),
    linear-gradient(145deg, #deefe3 0%, #b9dec6 38%, #67ae7f 100%);
  padding: 30px clamp(24px, 5vw, 80px) 80px;
  isolation: isolate;
}
.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand img { display: block; width: clamp(190px, 21vw, 320px); height: auto; }
.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid rgba(5,58,35,.2);
  border-radius: 999px;
  color: var(--green-ink);
  background: rgba(255,255,255,.32);
  backdrop-filter: blur(10px);
  font: 650 12px/1 var(--font-geist-mono), monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(0,138,68,.12);
}
.hero-content {
  position: relative;
  z-index: 4;
  width: min(820px, 68vw);
  padding-top: clamp(110px, 16vh, 180px);
}
.eyebrow, .overline, .section-label {
  margin: 0 0 20px;
  color: var(--green-dark);
  font: 700 12px/1.2 var(--font-geist-mono), monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1 {
  max-width: 900px;
  margin: 0;
  color: var(--green-ink);
  font-size: clamp(56px, 7.4vw, 120px);
  font-weight: 780;
  line-height: .88;
  letter-spacing: -.065em;
}
h1 span { display: block; color: var(--green); }
.intro {
  max-width: 680px;
  margin: 34px 0;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.5;
  letter-spacing: -.02em;
}
.primary-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 15px 18px 15px 20px;
  border-radius: 4px;
  background: var(--green-ink);
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.primary-link:hover { transform: translateY(-2px); background: var(--green); }
.primary-link span { font-size: 20px; }

.today-card {
  position: absolute;
  z-index: 5;
  right: clamp(24px, 5vw, 80px);
  bottom: 70px;
  width: min(355px, 28vw);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 8px;
  background: rgba(251,250,245,.84);
  box-shadow: 0 24px 70px rgba(5,58,35,.18);
  backdrop-filter: blur(18px);
}
.card-head { display: flex; justify-content: space-between; gap: 16px; }
.card-kicker {
  color: var(--green);
  font: 700 10px/1.2 var(--font-geist-mono), monospace;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.card-head h2 { margin: 7px 0 0; font-size: 22px; letter-spacing: -.04em; }
.sun {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffc95b;
  box-shadow: 0 0 0 10px rgba(255,201,91,.16);
}
.recommendation {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 25px -24px 20px;
  padding: 20px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.recommendation-label { color: var(--green); font-size: 12px; font-weight: 700; }
.recommendation strong { font-size: 17px; }
.recommendation span:last-child { color: #536159; font-size: 12px; line-height: 1.45; }
.score-row { display: flex; justify-content: space-between; align-items: end; }
.score-row small { display: block; margin-bottom: 2px; color: #68756e; font-size: 10px; text-transform: uppercase; }
.score-row b { color: var(--green); font-size: 32px; letter-spacing: -.05em; }
.score-row span { color: #68756e; font-size: 12px; }
.prototype { padding: 6px 9px; border-radius: 999px; background: #e4eadf; font-weight: 700; text-transform: uppercase; }

.topographic {
  position: absolute;
  z-index: 1;
  inset: -20%;
  opacity: .13;
  transform: rotate(-8deg);
  background: repeating-radial-gradient(ellipse at 70% 30%, transparent 0 34px, #064d2d 35px 36px, transparent 37px 68px);
}
.landscape { position: absolute; z-index: 2; inset: auto 0 0; height: 38%; pointer-events: none; }
.ridge { position: absolute; inset: 0 -5% -45%; border-radius: 50% 50% 0 0 / 32% 32% 0 0; transform-origin: center bottom; }
.ridge-back { background: #3f9363; transform: translateX(20%) rotate(-4deg); opacity: .38; }
.ridge-mid { background: #197344; transform: translateX(-17%) translateY(25%) rotate(4deg); opacity: .5; }
.ridge-front { background: var(--green-dark); transform: translateX(24%) translateY(63%) rotate(-3deg); opacity: .93; }

.about, .category-section, .promise, footer { padding-left: clamp(24px, 7vw, 120px); padding-right: clamp(24px, 7vw, 120px); }
.about {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  padding-top: clamp(90px, 12vw, 180px);
  padding-bottom: clamp(90px, 12vw, 180px);
}
.section-label { padding-top: 8px; }
.about-copy { max-width: 900px; }
.about h2, .category-intro h2, .promise h2 {
  margin: 0;
  font-size: clamp(40px, 5.2vw, 78px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.about p {
  max-width: 790px;
  margin: 34px 0 0;
  color: #4e5c55;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.55;
}
.category-section { padding-top: 90px; padding-bottom: 110px; background: var(--cream); }
.category-intro { display: grid; grid-template-columns: 90px 1fr; gap: 26px; max-width: 1050px; }
.number { color: var(--green); font: 700 14px var(--font-geist-mono), monospace; }
.category-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category { min-height: 150px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, color .2s ease; }
.category:hover { background: var(--green); color: white; }
.category span { display: block; margin-bottom: 44px; color: var(--green); font: 600 11px var(--font-geist-mono), monospace; }
.category:hover span { color: var(--mint); }
.category strong { font-size: clamp(20px, 2vw, 30px); letter-spacing: -.04em; }

.promise { padding-top: clamp(100px, 13vw, 190px); padding-bottom: clamp(100px, 13vw, 190px); background: var(--green-ink); color: white; }
.promise .overline { color: #80c99d; }
.promise h2 { max-width: 950px; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 90px; background: rgba(255,255,255,.17); }
.promise article { padding: 34px; background: var(--green-ink); }
.promise article > span { color: #80c99d; font: 700 11px var(--font-geist-mono), monospace; }
.promise h3 { margin: 38px 0 12px; font-size: 25px; }
.promise article p { max-width: 330px; margin: 0; color: #bbd0c4; line-height: 1.6; }

footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 32px; padding-top: 44px; padding-bottom: 44px; border-top: 1px solid var(--line); }
footer img { width: 210px; }
footer p, footer span { margin: 0; color: #5e6b64; font-size: 13px; }
footer span { font-family: var(--font-geist-mono), monospace; }

@media (max-width: 900px) {
  .hero { min-height: auto; padding-bottom: 420px; }
  .hero-content { width: 100%; padding-top: 110px; }
  .today-card { right: 24px; bottom: 58px; left: 24px; width: auto; }
  .landscape { height: 32%; }
  .about { grid-template-columns: 1fr; gap: 20px; }
  .category-intro { grid-template-columns: 50px 1fr; }
  .category-list { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero { padding: 22px 20px 410px; }
  .status { padding: 8px 10px; font-size: 10px; }
  .brand img { width: 175px; }
  .hero-content { padding-top: 90px; }
  h1 { font-size: clamp(49px, 16vw, 72px); }
  .intro { font-size: 17px; }
  .today-card { right: 20px; left: 20px; }
  .category-intro { grid-template-columns: 1fr; }
  .category-list { grid-template-columns: 1fr; margin-top: 55px; }
  .category { min-height: 120px; }
  .category span { margin-bottom: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
