:root {
  color: #17221b;
  background: #f4f6f1;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #17221b;
  --muted: #5f6b63;
  --line: #d3dbd4;
  --paper: #ffffff;
  --green: #16704e;
  --blue: #285f91;
  --coral: #b14e3b;
  --soft-green: #e8f3ec;
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body { min-width: 320px; margin: 0; background: #f4f6f1; color: var(--ink); }
h1, h2, p, a, span, strong { letter-spacing: 0; }

.shell, .topbar, .hero-copy {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.progress-hero {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: #101712;
  color: #ffffff;
}

.hero-image, .hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image { object-fit: cover; object-position: center 48%; }
.hero-shade { background: rgba(7, 12, 8, 0.67); }

.topbar {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 6px;
  color: #93e0b8;
  font-size: 12px;
}

.catalog-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 56px 0 62px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #9ce2bb;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow.dark { color: var(--green); }
h1 { max-width: 780px; margin: 0; font-size: 48px; line-height: 1.08; }
h2 { margin: 0; font-size: 30px; line-height: 1.2; }
.updated { margin: 18px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 16px; }
.sandbox-note { max-width: 620px; margin: 9px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 14px; line-height: 1.5; }

.progress-band { border-bottom: 1px solid var(--line); background: var(--paper); }
.progress-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: center; padding-block: 54px; }
.progress-readout { min-width: 0; }
.progress-count { display: flex; align-items: baseline; gap: 14px; }
.progress-count strong { color: var(--green); font-size: 64px; line-height: 1; }
.progress-count span { font-size: 22px; line-height: 1.35; }
.progress-readout p { margin: 10px 0 0; color: var(--muted); font-size: 17px; }

progress {
  width: 100%;
  height: 18px;
  margin-top: 22px;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: #dfe5df;
}

progress::-webkit-progress-bar { background: #dfe5df; }
progress::-webkit-progress-value { background: var(--green); }
progress::-moz-progress-bar { background: var(--green); }

.current-band { border-bottom: 1px solid #bed7c7; background: var(--soft-green); }
.current-layout { display: grid; grid-template-columns: 8px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding-block: 46px; }
.working-mark { align-self: stretch; min-height: 112px; border-radius: 4px; background: var(--green); }
.large-copy { max-width: 760px; margin: 14px 0 0; font-size: 19px; line-height: 1.55; }
.status-label { padding: 9px 12px; border: 1px solid #6da484; border-radius: 4px; background: #ffffff; color: var(--green); font-size: 14px; }

.safety-band { border-bottom: 1px solid var(--line); background: #f4f6f1; }
.safety-band .shell, .work-band .shell { padding-block: 54px; }
.section-heading { margin-bottom: 28px; }
.safety-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--line); background: #ffffff; }
.safety-list div { min-width: 0; padding: 22px 18px; border-right: 1px solid var(--line); }
.safety-list div:last-child { border-right: 0; }
.safety-list span, .safety-list strong { display: block; }
.safety-list span { color: var(--muted); font-size: 14px; }
.safety-list strong { margin-top: 9px; color: var(--blue); font-size: 21px; line-height: 1.25; }
.safety-list .off strong { color: var(--coral); }
.live-evidence-list { grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 0; }

.work-band { background: #ffffff; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.plain-list { margin-top: 26px; border-top: 1px solid var(--line); }
.plain-list div { padding: 19px 0; border-bottom: 1px solid var(--line); }
.plain-list strong, .plain-list span { display: block; }
.plain-list strong { font-size: 17px; line-height: 1.4; }
.plain-list span { margin-top: 5px; color: var(--muted); font-size: 15px; }
.next-list div { border-left: 4px solid #9fb9cf; padding-left: 16px; }

footer { border-top: 1px solid var(--line); background: #17221b; color: #ffffff; }
.footer-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255, 255, 255, 0.78); font-size: 14px; }

@media (max-width: 760px) {
  .shell, .topbar, .hero-copy { width: min(100% - 32px, 1120px); }
  .progress-hero { min-height: 300px; }
  .hero-copy { padding: 44px 0 50px; }
  h1 { font-size: 38px; }
  h2 { font-size: 26px; }
  .progress-layout, .work-grid { grid-template-columns: 1fr; gap: 30px; }
  .progress-count { align-items: center; }
  .progress-count strong { font-size: 56px; }
  .progress-count span { font-size: 19px; }
  .current-layout { grid-template-columns: 7px minmax(0, 1fr); }
  .status-label { grid-column: 2; justify-self: start; }
  .safety-list { grid-template-columns: 1fr 1fr; }
  .safety-list div:nth-child(2) { border-right: 0; }
  .safety-list div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 430px) {
  .catalog-link { font-size: 14px; }
  h1 { font-size: 34px; }
  .progress-count { align-items: flex-start; flex-direction: column; gap: 4px; }
  .safety-list { grid-template-columns: 1fr; }
  .safety-list div { border-right: 0; border-bottom: 1px solid var(--line); }
  .safety-list div:last-child { border-bottom: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; }
}
