:root {
  color-scheme: light;
  --ink: #17231f;
  --ink-soft: #52615b;
  --paper: #f3f0e6;
  --paper-deep: #e7e1d2;
  --pine: #29463c;
  --pine-light: #42685b;
  --brass: #b69258;
  --clay: #a95f42;
  --line: rgba(23, 35, 31, 0.16);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --body: "Aptos", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.5;
}

button, a { -webkit-tap-highlight-color: transparent; }

.topographic-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 8%, rgba(182, 146, 88, 0.24), transparent 27rem),
    radial-gradient(circle at 9% 42%, rgba(41, 70, 60, 0.12), transparent 32rem),
    repeating-radial-gradient(ellipse at 91% 18%, transparent 0 34px, rgba(41, 70, 60, 0.055) 35px 36px);
}

.site-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px clamp(22px, 4vw, 64px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.brand {
  color: inherit;
  display: inline-flex;
  gap: 13px;
  align-items: center;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--pine);
  border-radius: 50% 50% 50% 12%;
  font: 700 22px/1 var(--display);
}

.brand strong, .brand small { display: block; }
.brand strong { font: 600 20px/1 var(--display); letter-spacing: 0.025em; }
.brand small { margin-top: 5px; color: var(--ink-soft); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; }

.header-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dot {
  width: 9px;
  height: 9px;
  background: #58826d;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(88, 130, 109, 0.13);
}

main { max-width: 1440px; margin: 0 auto; padding: 0 clamp(22px, 4vw, 64px) 80px; }

.hero {
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(36px, 8vw, 140px);
  align-items: center;
  padding: 76px 0 64px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 770px;
  margin-bottom: 26px;
  font: 500 clamp(54px, 7vw, 106px)/0.9 var(--display);
  letter-spacing: -0.055em;
}

h1 em { color: var(--pine-light); font-weight: 400; }

.hero-lede {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.4vw, 20px);
}

.hero-badges { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.hero-badges span, .lane-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.32);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-number {
  position: relative;
  min-height: 330px;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--paper);
  background: var(--pine);
  border-radius: 48% 48% 48% 12%;
  box-shadow: 28px 30px 0 var(--brass);
  transform: rotate(2deg);
}

.hero-number::before {
  content: "";
  position: absolute;
  inset: 19px;
  border: 1px solid rgba(243, 240, 230, 0.22);
  border-radius: inherit;
}

.hero-number span { font: 500 clamp(96px, 11vw, 170px)/0.8 var(--display); letter-spacing: -0.06em; }
.hero-number small { margin-top: 24px; font-size: 10px; font-weight: 800; letter-spacing: 0.17em; text-transform: uppercase; }

.view-tabs {
  display: flex;
  gap: 6px;
  width: fit-content;
  padding: 5px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.view-tab {
  padding: 10px 17px;
  color: var(--ink-soft);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: 750 12px/1 var(--body);
  cursor: pointer;
}

.view-tab.active { color: var(--paper); background: var(--ink); }
.view-tab:focus-visible { outline: 3px solid var(--brass); outline-offset: 2px; }

.view-panel { padding-top: 34px; animation: reveal 420ms ease both; }
.view-panel[hidden] { display: none; }

@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.22);
}

.metric-card { min-height: 172px; padding: 25px; border-right: 1px solid var(--line); }
.metric-card:last-child { border-right: 0; }
.metric-card.feature { background: var(--ink); color: var(--paper); }
.metric-card.warning { background: rgba(169, 95, 66, 0.1); }
.metric-label { display: block; margin-bottom: 22px; color: currentColor; opacity: 0.7; font-size: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.metric-card strong { display: block; font: 500 clamp(40px, 4vw, 64px)/0.92 var(--display); letter-spacing: -0.045em; }
.metric-card strong span { font-size: 0.45em; opacity: 0.52; }
.metric-card small { display: block; margin-top: 15px; opacity: 0.64; font-size: 12px; }

.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.lane-card { min-height: 280px; padding: clamp(26px, 3.5vw, 46px); border: 1px solid var(--line); }
.lane-card.settled { background: rgba(41, 70, 60, 0.08); }
.lane-card.current { background: rgba(182, 146, 88, 0.13); }
.lane-heading { display: flex; gap: 20px; align-items: flex-start; }
.lane-heading > span { display: grid; place-items: center; flex: 0 0 40px; height: 40px; color: var(--paper); background: var(--pine); border-radius: 50%; font-size: 10px; font-weight: 800; }
.lane-heading p { margin-bottom: 6px; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.lane-heading h2, .section-heading h2, .mix-card h2 { font: 500 clamp(29px, 3vw, 45px)/1 var(--display); letter-spacing: -0.035em; }
.lane-card > p { max-width: 560px; margin: 34px 0 28px; color: var(--ink-soft); }

.mix-card {
  margin-top: 18px;
  padding: clamp(28px, 4vw, 54px);
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 1.3fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  background: var(--paper-deep);
  border: 1px solid var(--line);
}
.mix-card p:not(.eyebrow) { color: var(--ink-soft); }
.lane-bars { display: grid; gap: 16px; }
.bar-row { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(140px, 2.5fr) 28px; align-items: center; gap: 14px; }
.bar-label { font-size: 12px; font-weight: 700; }
.bar-track { height: 7px; background: rgba(23, 35, 31, 0.1); overflow: hidden; }
.bar-fill { height: 100%; width: var(--bar-width); background: var(--pine); transform-origin: left; animation: grow 900ms cubic-bezier(.2,.75,.25,1) both; }
.bar-value { font: 600 20px/1 var(--display); text-align: right; }
@keyframes grow { from { transform: scaleX(0); } }

.section-heading { max-width: 800px; padding: 50px 0 35px; }
.readiness-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.readiness-card { min-height: 230px; padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,0.2); }
.readiness-card > span { display: inline-block; margin-bottom: 32px; padding: 7px 10px; border-radius: 3px; font-size: 10px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.readiness-card.ready > span { color: #f4f1e8; background: var(--pine); }
.readiness-card.pending > span { color: #6f3e2c; background: rgba(169,95,66,0.14); }
.readiness-card h3, .method-list h3 { font: 550 26px/1.1 var(--display); }
.readiness-card p, .method-list p { color: var(--ink-soft); }

.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-list li { display: grid; grid-template-columns: 90px 1fr; padding: 30px 0; border-bottom: 1px solid var(--line); }
.method-list li > span { color: var(--clay); font: 600 21px/1 var(--display); }
.method-list h3 { margin-bottom: 7px; }
.method-list p { max-width: 760px; margin-bottom: 0; }

footer {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px clamp(22px, 4vw, 64px) 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 56px; }
  .hero-number { min-height: 260px; max-width: 430px; width: 88%; justify-self: center; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-card:nth-child(2) { border-right: 0; }
  .metric-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .decision-grid, .mix-card { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { align-items: flex-start; }
  .header-status { max-width: 110px; text-align: right; }
  .hero { gap: 54px; }
  h1 { font-size: clamp(50px, 16vw, 74px); }
  .hero-number { min-height: 220px; box-shadow: 16px 17px 0 var(--brass); }
  .view-tabs { width: 100%; overflow-x: auto; }
  .view-tab { flex: 1 0 auto; }
  .metric-grid, .decision-grid, .readiness-grid { grid-template-columns: 1fr; }
  .metric-card { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-card:last-child { border-bottom: 0; }
  .bar-row { grid-template-columns: 1fr 30px; gap: 8px; }
  .bar-track { grid-column: 1 / -1; grid-row: 2; }
  .bar-value { grid-column: 2; grid-row: 1; }
  .method-list li { grid-template-columns: 56px 1fr; }
  footer { flex-direction: column; }
}

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

