.reset-ods-page {
  --ods-ink-2: #102d49;
  --ods-ink-3: #183a5a;
  --ods-orange: #de7128;
  --ods-orange-soft: #f4c49f;
  --ods-cream: #f6f0e5;
  --ods-line: rgba(8, 31, 48, .14);
}

.reset-ods-hero {
  min-height: min(860px, 88vh);
  overflow: hidden;
}

.reset-ods-hero .reset-container { position: relative; z-index: 2; }

.reset-ods-hero__grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  width: 100%;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.reset-ods-hero__copy { max-width: 890px; }
.reset-ods-hero__copy .reset-thesis { max-width: 13ch; }
.reset-ods-hero__copy .reset-counterpoint { max-width: 64ch; }

.reset-ods-orbit {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 430px);
  justify-self: end;
  border: 1px solid rgba(246, 240, 229, .18);
  border-radius: 50%;
}

.reset-ods-orbit::before,
.reset-ods-orbit::after {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(246, 240, 229, .13);
  border-radius: 50%;
}

.reset-ods-orbit::after { inset: 32%; }

.reset-ods-orbit__core {
  position: absolute;
  inset: 38%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ods-orange);
  color: var(--ods-ink);
  font: 500 .72rem/1.15 var(--font-mono);
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.reset-ods-orbit__node {
  position: absolute;
  display: grid;
  place-items: center;
  width: clamp(2.4rem, 5vw, 3.4rem);
  aspect-ratio: 1;
  border: 1px solid rgba(246, 240, 229, .28);
  border-radius: 50%;
  background: var(--ods-ink-2);
  color: var(--ods-cream);
  font: 500 .75rem/1 var(--font-mono);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.reset-ods-orbit__node:nth-of-type(2) { left: 12%; top: 17%; }
.reset-ods-orbit__node:nth-of-type(3) { right: 7%; top: 28%; }
.reset-ods-orbit__node:nth-of-type(4) { right: 13%; bottom: 15%; }
.reset-ods-orbit__node:nth-of-type(5) { left: 28%; bottom: 3%; }
.reset-ods-orbit__node:nth-of-type(6) { left: -3%; bottom: 31%; }
.reset-ods-orbit__node:nth-of-type(7) { left: 43%; top: -5%; }

.reset-ods-strip {
  border-top: 1px solid var(--ods-line);
  border-bottom: 1px solid var(--ods-line);
}

.reset-ods-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.reset-ods-strip__item {
  min-height: 120px;
  padding: 1.8rem clamp(1.25rem, 3vw, 2.6rem);
  border-right: 1px solid var(--ods-line);
}

.reset-ods-strip__item:last-child { border-right: 0; }
.reset-ods-strip__item span { display: block; margin-bottom: .55rem; color: var(--ods-orange); font: 500 .7rem/1 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.reset-ods-strip__item strong { display: block; max-width: 23ch; font-size: clamp(1rem, 1.4vw, 1.3rem); line-height: 1.25; }

.reset-ods-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ods-line);
  border-left: 1px solid var(--ods-line);
}

.reset-ods-card {
  position: relative;
  min-height: 330px;
  padding: clamp(1.5rem, 3vw, 2.8rem);
  border-right: 1px solid var(--ods-line);
  border-bottom: 1px solid var(--ods-line);
  background: rgba(255,255,255,.35);
  transition: background-color .25s ease, transform .25s ease;
}

.reset-ods-card:hover { background: #fff; transform: translateY(-3px); }
.reset-ods-card__num { margin: 0 0 3rem; color: var(--ods-orange); font: 500 clamp(2.2rem, 4vw, 4rem)/1 var(--font-display); }
.reset-ods-card h3 { max-width: 17ch; margin: 0 0 1rem; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.08; }
.reset-ods-card p { max-width: 38ch; margin: 0; color: var(--ods-muted); line-height: 1.65; }
.reset-ods-card::after { content: ""; position: absolute; right: 1.6rem; bottom: 1.6rem; width: 8px; height: 8px; border-radius: 50%; background: var(--ods-orange); }

.reset-ods-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(246,240,229,.16);
  border: 1px solid rgba(246,240,229,.16);
}

.reset-ods-value {
  min-height: 230px;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--ods-ink-2);
}
.reset-ods-value span { color: var(--ods-orange-soft); font: 500 .72rem/1 var(--font-mono); letter-spacing: .12em; }
.reset-ods-value h3 { margin: 2.3rem 0 .8rem; color: var(--ods-cream); font-size: clamp(1.3rem, 2vw, 1.8rem); }
.reset-ods-value p { max-width: 43ch; margin: 0; color: rgba(246,240,229,.68); line-height: 1.65; }

.reset-ods-route {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.reset-ods-route__steps { border-top: 1px solid var(--ods-line); }
.reset-ods-route__step { display: grid; grid-template-columns: 3.2rem 1fr; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--ods-line); }
.reset-ods-route__step span { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid var(--ods-orange); border-radius: 50%; color: var(--ods-orange); font: 500 .7rem/1 var(--font-mono); }
.reset-ods-route__step h3 { margin: .35rem 0 .4rem; font-size: 1.15rem; }
.reset-ods-route__step p { margin: 0; color: var(--ods-muted); line-height: 1.55; }

.reset-ods-output-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(246,240,229,.16); border-left: 1px solid rgba(246,240,229,.16); }
.reset-ods-output { min-height: 210px; padding: 1.6rem; border-right: 1px solid rgba(246,240,229,.16); border-bottom: 1px solid rgba(246,240,229,.16); }
.reset-ods-output span { display: block; margin-bottom: 3.5rem; color: var(--ods-orange-soft); font: 500 .68rem/1 var(--font-mono); letter-spacing: .12em; }
.reset-ods-output h3 { margin: 0; color: var(--ods-cream); font-size: 1.12rem; line-height: 1.25; }

.reset-ods-example {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--ods-line);
}
.reset-ods-example > div { padding: clamp(1.8rem, 4vw, 4rem); }
.reset-ods-example > div:first-child { background: rgba(8,31,48,.04); border-right: 1px solid var(--ods-line); }
.reset-ods-example__label { color: var(--ods-orange); font: 500 .7rem/1 var(--font-mono); letter-spacing: .14em; text-transform: uppercase; }
.reset-ods-example h3 { margin: 2rem 0 1rem; font-size: clamp(1.4rem, 2.6vw, 2.3rem); }
.reset-ods-example p { margin: 0; color: var(--ods-muted); line-height: 1.65; }

.reset-ods-cta-panel { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 5rem); border: 1px solid rgba(246,240,229,.18); background: var(--ods-ink-2); }
.reset-ods-cta-panel::after { content: ""; position: absolute; width: 370px; height: 370px; right: -190px; bottom: -210px; border: 1px solid rgba(222,113,40,.7); border-radius: 50%; box-shadow: 0 0 0 65px rgba(222,113,40,.05), 0 0 0 130px rgba(222,113,40,.03); }
.reset-ods-cta-panel > * { position: relative; z-index: 1; }
.reset-ods-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

.reset-ods-authority { display: flex; flex-wrap: wrap; gap: .7rem 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--ods-line); color: var(--ods-muted); font: 400 .73rem/1.5 var(--font-mono); }
.reset-ods-authority a { color: inherit; }

.reset-ods-intake-hero .reset-counterpoint { max-width: 64ch; }
.reset-ods-intake-ledger strong { color: var(--ods-orange-soft); }

@media (max-width: 980px) {
  .reset-ods-hero__grid { grid-template-columns: 1fr; align-items: start; }
  .reset-ods-orbit { width: min(78vw, 360px); justify-self: start; margin-top: 1rem; }
  .reset-ods-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reset-ods-output-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reset-ods-route { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .reset-ods-hero { min-height: auto; }
  .reset-ods-hero__grid { gap: 2.5rem; }
  .reset-ods-orbit { width: min(88vw, 330px); }
  .reset-ods-strip__inner, .reset-ods-card-grid, .reset-ods-value-grid, .reset-ods-output-grid, .reset-ods-example { grid-template-columns: 1fr; }
  .reset-ods-strip__item { border-right: 0; border-bottom: 1px solid var(--ods-line); }
  .reset-ods-strip__item:last-child { border-bottom: 0; }
  .reset-ods-card { min-height: 250px; }
  .reset-ods-card__num { margin-bottom: 2rem; }
  .reset-ods-example > div:first-child { border-right: 0; border-bottom: 1px solid var(--ods-line); }
  .reset-ods-actions { align-items: stretch; flex-direction: column; }
  .reset-ods-actions a { justify-content: space-between; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .reset-ods-card { transition: none; }
}
