:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #5f6368;
  --line: #d9dde3;
  --paper: #ffffff;
  --soft: #f7f7f4;
  --accent: #10a37f;
  --accent-strong: #0b7f63;
  --amber: #d97706;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
}

.brand {
  font-weight: 700;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.nav-cta {
  color: var(--ink);
  font-weight: 650;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  min-height: calc(100vh - 90px);
  margin: 0 auto;
  padding: 54px 0 92px;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.button-row,
.proof-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}

.button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #ffffff;
}

.button.primary:hover {
  background: var(--accent-strong);
}

.button.secondary {
  background: #ffffff;
  color: var(--ink);
}

.proof-row span {
  color: var(--muted);
  font-size: 14px;
}

.proof-row span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--accent);
  vertical-align: 1px;
}

.score-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfa;
  box-shadow: var(--shadow);
}

.score-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.score-header span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.score-header strong {
  font-size: 78px;
  line-height: 0.9;
  letter-spacing: 0;
}

.score-meter {
  height: 12px;
  margin: 24px 0 22px;
  overflow: hidden;
  border-radius: 99px;
  background: #e6e8ea;
}

.score-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), #0f766e);
}

.waste .score-meter span {
  background: linear-gradient(90deg, var(--amber), var(--accent));
}

.signal-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.signal-list span {
  color: var(--muted);
}

.signal-list strong {
  text-align: right;
}

.band,
.assessment-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.feature-grid p,
.assessment-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.assessment-section {
  align-items: center;
  padding-bottom: 96px;
}

.assessment-section .button {
  justify-self: end;
}

.choice-page {
  min-height: 100vh;
  background: var(--soft);
}

.choice-hero {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10vh 0;
}

.choice-hero h1 {
  font-size: clamp(42px, 7vw, 70px);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.choice-card {
  display: grid;
  gap: 14px;
  min-height: 180px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.choice-card span {
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 800;
}

.choice-card strong {
  max-width: 360px;
  font-size: 25px;
  line-height: 1.12;
}

@media (max-width: 860px) {
  .topbar {
    align-items: flex-start;
    gap: 12px;
  }

  .nav-links {
    gap: 12px;
  }

  .hero,
  .band,
  .assessment-section,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .assessment-section .button {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .topbar {
    width: min(100% - 24px, 1120px);
  }

  .hero,
  .band,
  .assessment-section,
  .choice-hero {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .score-panel {
    padding: 22px;
  }

  .signal-list li {
    display: grid;
  }

  .signal-list strong {
    text-align: left;
  }
}
