:root {
  color-scheme: light;
  --paper: #f3f1ea;
  --paper-deep: #e9e6dc;
  --ink: #15241f;
  --ink-soft: #526059;
  --forest: #183b31;
  --forest-dark: #102820;
  --mint: #bfe986;
  --mint-bright: #d4ff94;
  --coral: #b9412e;
  --coral-bright: #ff8066;
  --focus: #8f2f20;
  --sand: #dccdac;
  --line: rgba(21, 36, 31, 0.18);
  --white-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(24, 38, 32, 0.09);
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --sans: "Manrope", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 7%, rgba(191, 233, 134, 0.18), transparent 21rem),
    var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.section-shell {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.site-header {
  height: 68px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.brand-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--forest);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.09em;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65a93b;
  box-shadow: 0 0 0 4px rgba(101, 169, 59, 0.14);
}

.hero {
  padding-block: 90px 76px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.eyebrow span {
  color: var(--coral);
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.6);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(260px, 0.65fr);
  gap: 80px;
  align-items: end;
  margin-top: 26px;
}

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

h1 {
  max-width: 880px;
  margin-bottom: 27px;
  font-size: clamp(3.2rem, 6.6vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 700;
}

h1 em {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}

.hero-aside {
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

.mono-label,
.metric-kicker,
.choice-label,
.alert-tag {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.mono-label {
  margin-bottom: 18px;
  color: var(--ink-soft);
}

.setup-list {
  margin: 0;
}

.setup-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.setup-list dt {
  color: var(--ink-soft);
  font-size: 12px;
}

.setup-list dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
}

.model-bar {
  color: #fff;
  background: var(--forest);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.model-bar-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.status-pill {
  padding: 8px 10px;
  border: 1px solid rgba(212, 255, 148, 0.5);
  border-radius: 100px;
  color: var(--mint-bright);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.model-bar p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.text-button {
  min-height: 44px;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: none;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  cursor: pointer;
  white-space: nowrap;
}

.snapshot-section,
.comparison-section,
.method-section {
  padding-block: 108px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 44px;
}

.section-heading h2 {
  margin: 13px 0 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.section-note {
  max-width: 430px;
  margin-bottom: 2px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}

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

.metric-card {
  min-height: 275px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.45);
  border-right: 1px solid var(--line);
}

.metric-card:last-child {
  border-right: 0;
}

.metric-card--dark {
  color: #fff;
  background: var(--forest-dark);
}

.metric-card--accent {
  background: var(--mint);
}

.metric-kicker {
  color: var(--ink-soft);
}

.metric-card--dark .metric-kicker,
.metric-card--dark p,
.metric-card--dark .metric-foot {
  color: rgba(255, 255, 255, 0.62);
}

.metric-value {
  display: block;
  margin: 34px 0 4px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.metric-card p {
  min-height: 38px;
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.55;
}

.metric-rule {
  height: 1px;
  margin-top: auto;
  margin-bottom: 17px;
  background: var(--line);
}

.metric-card--dark .metric-rule {
  background: var(--white-line);
}

.metric-foot {
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.5;
}

.insight-banner {
  margin-top: 24px;
  padding: 22px 24px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border: 1px solid rgba(255, 116, 88, 0.28);
  background: rgba(255, 116, 88, 0.07);
}

.insight-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  font-family: var(--mono);
  font-size: 12px;
}

.insight-banner strong {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

.insight-banner p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.chart-section {
  padding-block: 100px 80px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 35%, rgba(191, 233, 134, 0.08), transparent 27rem),
    var(--forest-dark);
}

.section-heading--chart {
  margin-bottom: 34px;
}

.section-heading--chart h2 {
  color: #fff;
}

.scenario-switch {
  display: inline-flex;
  border: 1px solid var(--white-line);
}

.scenario-switch button {
  min-width: 95px;
  min-height: 44px;
  padding: 11px 14px;
  border: 0;
  border-right: 1px solid var(--white-line);
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.scenario-switch button:last-child {
  border-right: 0;
}

.scenario-switch button.active {
  color: var(--forest-dark);
  background: var(--mint-bright);
}

.chart-legend {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.07em;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-line {
  width: 22px;
  height: 2px;
  display: inline-block;
}

.legend-line--value {
  background: var(--mint-bright);
}

.legend-line--loan {
  background: var(--coral);
}

.legend-box {
  width: 16px;
  height: 9px;
  background: rgba(191, 233, 134, 0.13);
  border: 1px solid rgba(191, 233, 134, 0.25);
}

.equity-chart {
  width: 100%;
  overflow-x: auto;
}

.equity-chart:focus-visible,
.table-wrap:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 5px;
}

.equity-chart svg {
  width: 100%;
  min-width: 780px;
  height: auto;
  display: block;
  overflow: visible;
}

.grid-line {
  stroke: rgba(255, 255, 255, 0.09);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.axis-tick {
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.axis-label {
  fill: rgba(255, 255, 255, 0.65);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.value-line,
.loan-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.value-line {
  stroke: var(--mint-bright);
}

.loan-line {
  stroke: var(--coral-bright);
}

.equity-area {
  fill: rgba(191, 233, 134, 0.11);
}

.crossover-line {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1;
  stroke-dasharray: 4 6;
  vector-effect: non-scaling-stroke;
}

.crossover-dot {
  fill: var(--paper);
  stroke: var(--forest-dark);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.crossover-label-bg {
  fill: var(--paper);
}

.crossover-label-kicker {
  fill: var(--coral);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.crossover-label-value {
  fill: var(--ink);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
}

.chart-caption {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--white-line);
}

.chart-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1.5;
}

.chart-caption p:first-child {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--mono);
}

.comparison-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.comparison-card {
  padding: 31px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid var(--line);
}

.comparison-card--winner {
  border-color: var(--forest);
  box-shadow: inset 0 4px 0 var(--mint);
}

.comparison-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 38px;
}

.choice-label {
  color: var(--ink-soft);
}

.choice-chip {
  padding: 6px 8px;
  color: var(--forest);
  background: var(--mint);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.choice-chip--muted {
  color: var(--ink-soft);
  background: var(--paper-deep);
}

.comparison-total {
  display: block;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.comparison-subtitle {
  display: block;
  margin: 8px 0 34px;
  color: var(--ink-soft);
  font-size: 11px;
}

.cost-list {
  margin: 0;
}

.cost-list div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.cost-list dt {
  color: var(--ink-soft);
  font-size: 11px;
}

.cost-list dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
}

.cost-list dd.positive {
  color: #3f7823;
}

.cost-list .cost-list-total {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 2px solid var(--ink);
  font-weight: 700;
}

.cost-list-total dt,
.cost-list-total dd {
  color: var(--ink);
  font-size: 12px;
}

.versus {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: var(--paper);
  background: var(--forest);
  box-shadow: 0 0 0 8px var(--paper);
  font-family: var(--mono);
  font-size: 9px;
}

.verdict-card {
  margin-top: 24px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
  gap: 48px;
  align-items: center;
  color: #fff;
  background: var(--forest);
}

.verdict-card .mono-label {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.52);
}

.verdict-card strong {
  display: block;
  color: var(--mint-bright);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.04em;
}

.verdict-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.7;
}

.timeline-section {
  padding-block: 100px;
  background: var(--paper-deep);
  border-block: 1px solid var(--line);
}

.table-wrap {
  overflow-x: auto;
  border-top: 2px solid var(--ink);
}

table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}

thead th {
  padding: 15px 14px;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: right;
}

thead th:first-child,
tbody th {
  padding-left: 0;
  text-align: left;
}

tbody th,
tbody td {
  padding: 19px 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  text-align: right;
}

tbody th span,
tbody th small {
  display: block;
}

tbody th span {
  font-size: 10px;
  font-weight: 500;
}

tbody th small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 400;
}

.table-positive {
  color: #3f7823;
  background: rgba(191, 233, 134, 0.12);
}

.table-negative {
  color: #a43d2b;
  background: rgba(255, 116, 88, 0.06);
}

.assumptions-section {
  padding-block: 108px;
  background: #faf9f5;
}

.outline-button {
  min-height: 44px;
  padding: 11px 15px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.outline-button:hover {
  color: #fff;
  background: var(--ink);
}

.assumption-alert {
  margin-bottom: 36px;
  padding: 25px 27px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  border: 1px solid rgba(255, 116, 88, 0.32);
  background: rgba(255, 116, 88, 0.06);
}

.alert-tag {
  display: block;
  margin-bottom: 8px;
  color: var(--coral);
}

.assumption-alert strong {
  font-size: 14px;
}

.assumption-alert p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.5;
}

.market-presets {
  display: flex;
  gap: 7px;
}

.market-presets button {
  min-width: 93px;
  min-height: 48px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.5);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.market-presets button span {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 500;
}

.market-presets button.active {
  border-color: var(--forest);
  background: var(--mint);
}

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

.inputs-grid fieldset {
  min-width: 0;
  margin: 0;
  padding: 28px;
  border: 0;
  border-right: 1px solid var(--line);
}

.inputs-grid fieldset:last-child {
  border-right: 0;
}

.inputs-grid legend {
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.inputs-grid label {
  display: block;
  margin-top: 20px;
}

.inputs-grid label > span:first-child {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 10px;
}

.inputs-grid label small {
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.05em;
}

.input-shell {
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--paper);
}

.input-shell:focus-within {
  border-color: var(--forest);
  box-shadow: inset 0 -2px 0 var(--mint);
}

.input-shell--invalid {
  border-color: var(--focus);
  box-shadow: inset 0 -2px 0 var(--focus);
}

.input-shell b {
  padding-left: 14px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
}

.input-shell input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 14px 0 7px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-family: var(--mono);
  font-size: 13px;
}

.input-shell > input:first-child {
  padding-left: 14px;
}

.input-shell--suffix b {
  padding: 0 14px 0 0;
}

.input-disclaimer {
  margin: 18px 0 0;
  color: #aa4d38;
  font-size: 10px;
  line-height: 1.5;
}

.input-disclaimer span {
  margin-right: 7px;
  font-family: var(--mono);
}

.input-disclaimer.complete {
  color: #3f7823;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.method-grid article {
  padding: 28px;
  background: var(--paper);
}

.method-number {
  color: var(--coral);
  font-family: var(--mono);
  font-size: 9px;
}

.method-grid h3 {
  margin: 50px 0 10px;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.method-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.7;
}

.sources-row {
  margin-top: 22px;
  padding-block: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  border-block: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.03em;
}

.sources-row > span {
  color: var(--ink-soft);
}

.sources-row a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.sources-row a:hover {
  border-color: var(--coral);
}

.legal-note {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.6;
}

footer {
  color: rgba(255, 255, 255, 0.65);
  background: var(--forest-dark);
}

.footer-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
    gap: 45px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-card:nth-child(2) {
    border-right: 0;
  }

  .metric-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .assumption-alert {
    grid-template-columns: 1fr;
  }

  .market-presets {
    flex-wrap: wrap;
  }
}

@media (max-width: 800px) {
  .section-shell {
    width: min(100% - 32px, 1240px);
  }

  .site-header {
    padding-inline: 18px;
  }

  .hero {
    padding-block: 68px 56px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  h1 {
    font-size: clamp(3.1rem, 12vw, 5.2rem);
  }

  .hero-aside {
    max-width: 420px;
  }

  .model-bar-inner {
    padding-block: 18px;
    grid-template-columns: 1fr auto;
    gap: 10px 20px;
  }

  .model-bar p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .snapshot-section,
  .comparison-section,
  .method-section,
  .assumptions-section {
    padding-block: 78px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .section-note {
    text-align: left;
  }

  .chart-section,
  .timeline-section {
    padding-block: 76px;
  }

  .section-heading--chart {
    align-items: flex-start;
  }

  .chart-legend {
    flex-wrap: wrap;
  }

  .chart-caption {
    flex-direction: column;
    gap: 8px;
  }

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

  .versus {
    top: 50%;
  }

  .verdict-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .inputs-grid fieldset {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .inputs-grid fieldset:last-child {
    border-bottom: 0;
  }

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

  .method-grid h3 {
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .header-meta {
    display: none;
  }

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

  .model-bar-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

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

  .metric-card,
  .metric-card:nth-child(2) {
    min-height: 235px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric-card:last-child {
    border-bottom: 0;
  }

  .section-heading h2 {
    font-size: 2.5rem;
  }

  .section-heading--chart {
    margin-bottom: 28px;
  }

  .scenario-switch {
    width: 100%;
  }

  .scenario-switch button {
    min-width: 0;
    flex: 1;
  }

  .comparison-card {
    padding: 25px 22px;
  }

  .versus {
    width: 36px;
    height: 36px;
  }

  .assumption-alert,
  .inputs-grid fieldset {
    padding: 22px;
  }

  .market-presets {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .market-presets button {
    min-width: 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
