/* ============================================================
   capellastudent.com — shared stylesheet
   Generated from the signed-off homepage comp (design/homepage.html).
   The comp remains the pixel spec; edit there first, then re-extract.
   Bright system: warm white ground, floating white surfaces, large
   radii, layered ambient shadow, mono micro-labels, tinted chips.
   On-family: butter/amber = the Capella gold, crimson = the action.
   The two things a vignette can't carry — the cost chart and the
   practicum timeline — are the centre of the page.
   ============================================================ */

:root {
  --ground:    #FBFAF8;
  --surface:   #FFFFFF;
  --sunk:      #F6F2EA;

  --ink:       #151312;
  --ink-2:     #3D3733;
  --muted:     #6E6560;
  --faint:     #968C86;

  --hair:      #EFE9DE;
  --hair-2:    #E2D9C9;

  --butter:    #FBE38A;
  --butter-2:  #FDF3D2;
  --amber:     #F5B721;
  --gold-ink:  #7A5B0C;

  --crimson:      #C8102E;
  --crimson-deep: #A60D26;
  --crimson-tint: #FDE7EA;

  --mint:      #DFF3EA;
  --green:     #0C6B4F;

  --lift-1: 0 1px 2px rgba(21,19,18,.04), 0 12px 24px -14px rgba(21,19,18,.10);
  --lift-2: 0 1px 2px rgba(21,19,18,.04), 0 24px 48px -26px rgba(21,19,18,.18), 0 64px 120px -70px rgba(21,19,18,.16);

  --f-d: "Archivo", "Segoe UI", Arial, sans-serif;
  --f-b: "Instrument Sans", "Segoe UI", Arial, sans-serif;
  --f-m: "IBM Plex Mono", Consolas, monospace;

  --gut: clamp(1.15rem, 4.5vw, 3.5rem);
  --r-lg: 26px;
  --r-md: 16px;
  --r-sm: 12px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background-color: var(--ground);
  background-image:
    radial-gradient(1150px 620px at 80% -14%, rgba(251,227,138,.30), transparent 62%),
    radial-gradient(880px 520px at -6% 4%, rgba(200,16,46,.045), transparent 58%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--f-b);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}

h1, h2, h3, h4 { font-family: var(--f-d); margin: 0; line-height: 1.06; letter-spacing: -.032em; text-wrap: balance; font-weight: 700; }
p { margin: 0; }
a { color: inherit; }
:focus-visible { outline: 2.5px solid var(--crimson); outline-offset: 3px; border-radius: 6px; }

.wrap { max-width: 1180px; margin: 0 auto; padding-inline: var(--gut); }


.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--f-d); font-weight: 700; font-size: 1rem; letter-spacing: -.015em;
  padding: 1rem 1.75rem; min-height: 52px; border-radius: 999px;
  background: var(--crimson); color: #fff; border: 0; cursor: pointer; text-decoration: none;
  box-shadow: 0 1px 2px rgba(166,13,38,.2), 0 10px 22px -12px rgba(166,13,38,.5);
  transition: background .16s ease, transform .16s ease, box-shadow .16s ease;
}
.btn:hover { background: var(--crimson-deep); transform: translateY(-1px); box-shadow: 0 1px 2px rgba(166,13,38,.2), 0 16px 30px -14px rgba(166,13,38,.55); }
.btn-sm { font-size: .92rem; padding: .7rem 1.25rem; min-height: 44px; }
.btn-quiet { background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--hair-2); }
.btn-quiet:hover { background: var(--sunk); box-shadow: inset 0 0 0 1px var(--hair-2); transform: none; }

/* tinted semantic chip */
.chip { width: 2.3rem; height: 2.3rem; border-radius: 999px; display: grid; place-items: center; flex: none; font-size: .95rem; line-height: 1; }
.chip-no { background: var(--crimson-tint); color: var(--crimson); }
.chip-yes { background: var(--mint); color: var(--green); }

/* ============================================================
   HEADER
   ============================================================ */


header.site { position: sticky; top: 0; z-index: 60; background: rgba(251,250,248,.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--hair); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding-block: 1rem; }

.mark { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.mark svg { width: 30px; height: 30px; flex: none; display: block; overflow: visible; }
.mark .halo { transform-origin: 8px 7px; transition: transform .35s cubic-bezier(.34,1.4,.64,1), opacity .35s ease; }
.mark:hover .halo { transform: scale(1.3); opacity: .2; }
.mark b { font-family: var(--f-d); font-size: 1.16rem; letter-spacing: -.038em; font-weight: 700; }
.mark b span { font-weight: 400; color: var(--ink-2); }

.footmark { display: inline-flex; align-items: center; gap: .55rem; }
.footmark svg { width: 22px; height: 22px; flex: none; display: block; }
.footmark b { font-family: var(--f-d); font-weight: 700; font-size: .98rem; letter-spacing: -.035em; color: var(--ink); }

nav.site { display: flex; gap: 1.8rem; }
nav.site a { font-size: .93rem; color: var(--muted); text-decoration: none; }
nav.site a:hover { color: var(--ink); }
@media (max-width: 1040px) { nav.site { display: none; } }

/* ============================================================
   HERO
   ============================================================ */

.hero .wrap { padding-block: clamp(3rem, 6.5vw, 5.25rem) clamp(2rem, 4vw, 3rem); }
.hero-top { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(1.75rem, 4.5vw, 4.5rem); align-items: end; }
@media (max-width: 940px) { .hero-top { grid-template-columns: 1fr; align-items: start; } }

.hero h1 { font-size: clamp(2.1rem, 4vw, 3rem); font-weight: 800; letter-spacing: -.042em; }
.hero h1 span { color: var(--crimson); }
.hero-sub { font-size: 1.12rem; color: var(--muted); max-width: 46ch; }

.stance { margin-top: clamp(2rem, 4vw, 3rem); display: grid; gap: .85rem; }
.stance div {
  display: flex; align-items: center; gap: 1.15rem;
  background: var(--surface); border: 1px solid var(--hair); border-radius: 18px;
  padding: 1.25rem 1.6rem; box-shadow: var(--lift-1); font-size: 1.04rem; color: var(--ink-2);
}
.stance b { color: var(--ink); font-weight: 600; }

/* ============================================================
   THE COST MODEL — the argument, drawn
   ============================================================ */

.model { margin-top: clamp(2.5rem, 5vw, 4rem); background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--lift-2); overflow: hidden; }
.model-head { padding: clamp(1.6rem, 3.5vw, 2.4rem) clamp(1.4rem, 3.5vw, 2.5rem) 0; }
.model-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-top: .7rem; }
.model-head p { margin-top: .85rem; color: var(--muted); max-width: 60ch; font-size: 1.02rem; }

.readbar { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem 2rem; padding: clamp(1.6rem, 3.5vw, 2.25rem) clamp(1.4rem, 3.5vw, 2.5rem) 0; }
.readout .k { font-size: .95rem; color: var(--muted); }
.readout .v { display: block; font-family: var(--f-d); font-weight: 800; font-size: clamp(3.4rem, 8.4vw, 5.75rem); line-height: .88; letter-spacing: -.055em; margin-top: .35rem; font-feature-settings: "tnum"; }
.readout .n { font-size: .98rem; color: var(--muted); }
.readout .n b { color: var(--ink); font-weight: 600; }

.zone { max-width: 34ch; border-radius: var(--r-md); padding: 1rem 1.25rem; background: var(--sunk); font-size: .94rem; line-height: 1.5; color: var(--ink-2); transition: background .22s ease; }
.zone[data-zone="over"] { background: var(--butter-2); }
.zone b { display: block; font-family: var(--f-d); font-weight: 700; font-size: 1.02rem; letter-spacing: -.02em; margin-bottom: .15rem; }
.zone[data-zone="over"] b { color: var(--gold-ink); }

.chartwrap { padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.4rem, 3.5vw, 2.5rem) clamp(1.4rem, 3vw, 2rem); }
.chart { position: relative; }
.plotwrap { position: relative; }
.plot { position: relative; display: flex; align-items: flex-end; gap: clamp(4px, 1vw, 12px); height: clamp(160px, 25vw, 250px); }
.bar { flex: 1; height: 100%; display: flex; align-items: flex-end; background: none; border: 0; padding: 0; cursor: pointer; }
.bar i { position: relative; }
.bar i { display: block; width: 100%; border-radius: 12px; background: var(--sunk); transition: background .2s ease, height .45s cubic-bezier(.22,1,.36,1), box-shadow .2s ease; }
.bar:hover i { background: #E9E0CE; }
.bar[data-state="in"] i { background: linear-gradient(180deg, #FDEEBC, #FBE38A); }
.bar[data-state="on"] i { background: linear-gradient(180deg, #E21A3C, #C8102E); box-shadow: 0 10px 22px -10px rgba(200,16,46,.55); }
.bar[data-state="in"][data-over="1"] i { background: linear-gradient(180deg, #FEF7E2, #FDF0C9); }
.bar[data-state="on"][data-over="1"] i { background: linear-gradient(180deg, #F9C845, #F0AC12); box-shadow: 0 10px 22px -10px rgba(240,172,18,.55); }

.bar i b {
  position: absolute; bottom: calc(100% + .55rem); left: 50%; transform: translateX(-50%) translateY(4px);
  font-family: var(--f-d); font-weight: 700; font-size: .84rem; letter-spacing: -.02em; color: var(--ink);
  white-space: nowrap; opacity: 0; pointer-events: none;
  transition: opacity .2s ease, transform .25s cubic-bezier(.22,1,.36,1);
}

.axis { display: flex; gap: clamp(4px, 1vw, 12px); margin-top: .75rem; }
.axis span { flex: 1; text-align: center; font-size: .82rem; color: var(--faint); }
.axis span[data-on="1"] { color: var(--ink); font-weight: 500; }

.threshold { position: absolute; left: 0; right: 0; border-top: 1.5px dashed var(--amber); pointer-events: none; }
.threshold b { position: absolute; right: 0; top: -1.75rem; color: var(--gold-ink); font-weight: 600; font-size: .88rem; white-space: nowrap; }
@media (max-width: 640px) { .threshold b { left: 0; right: auto; font-size: .6rem; } }

.model-foot { padding: 1.25rem clamp(1.4rem, 3.5vw, 2.5rem); border-top: 1px solid var(--hair); background: var(--ground); font-size: .84rem; color: var(--faint); }

/* ---- standing figures ---- */
.figures { display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem; margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 780px) { .figures { grid-template-columns: repeat(2, 1fr); } }
.figures div { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-md); padding: 1.35rem 1.4rem; box-shadow: var(--lift-1); }
.figures b { display: block; font-family: var(--f-d); font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.1rem); letter-spacing: -.04em; }
.figures b.hot { color: var(--crimson); }
.figures span { font-size: .86rem; color: var(--muted); }

/* ============================================================
   SECTIONS
   ============================================================ */

.band > .wrap { padding-block: clamp(3.25rem, 6.5vw, 5.5rem); }
.band-tint { background: var(--sunk); border-radius: 34px; margin-inline: clamp(0px, 2.2vw, 26px); }
@media (max-width: 700px) { .band-tint { border-radius: 22px; margin-inline: 10px; } }

.h2 { font-size: clamp(1.95rem, 4.2vw, 3rem); font-weight: 800; letter-spacing: -.04em; }
.dek { margin-top: 1.1rem; font-size: 1.08rem; color: var(--muted); max-width: 58ch; }

/* numbered rows — soft, airy, not cards */
.rows { margin: clamp(2.25rem, 4.5vw, 3.25rem) 0 0; padding: 0; list-style: none; display: grid; gap: .85rem; }
.rows li { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: clamp(1rem, 3vw, 2.5rem); align-items: start; background: var(--surface); border: 1px solid var(--hair); border-radius: 18px; padding: clamp(1.5rem, 2.8vw, 2rem) clamp(1.5rem, 2.8vw, 2.1rem); box-shadow: var(--lift-1); transition: box-shadow .18s ease, transform .18s ease; }
.rows li:hover { box-shadow: var(--lift-2); transform: translateY(-2px); }
@media (max-width: 860px) { .rows li { grid-template-columns: 1fr; gap: .6rem; } }
.rows h3 { font-size: clamp(1.15rem, 2.2vw, 1.4rem); }
.rows p { color: var(--muted); font-size: .97rem; line-height: 1.55; }

/* ============================================================
   THE INSTRUMENT
   ============================================================ */

.op-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; margin-top: clamp(2rem, 4vw, 3rem); }
@media (max-width: 960px) { .op-grid { grid-template-columns: 1fr; } }
.op-side p { color: var(--muted); max-width: 40ch; }
.op-side ul { margin: 1.6rem 0 0; padding: 0; list-style: none; display: grid; gap: .8rem; }
.op-side li { display: grid; grid-template-columns: 1.4rem 1fr; gap: .75rem; font-size: .95rem; color: var(--muted); }
.op-side li::before { content: "\2713"; color: var(--green); font-size: .9rem; }

.panel { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--lift-2); overflow: hidden; }
.panel-top { background: linear-gradient(135deg, #FDF0C2 0%, #FBE38A 100%); padding: 1.5rem 1.75rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; align-items: baseline; justify-content: space-between; }
.panel-top strong { font-family: var(--f-d); font-weight: 800; font-size: 1.3rem; letter-spacing: -.035em; max-width: 12ch; line-height: 1.05; }
.panel-top span { font-family: var(--f-m); font-size: .74rem; color: var(--gold-ink); }

.progress { display: flex; gap: .45rem; padding: 1.5rem 1.75rem 0; }
.progress i { flex: 1; height: 5px; border-radius: 999px; background: var(--hair); transition: background .25s ease; }
.progress i[data-on="1"] { background: var(--amber); }

.panel-body { padding: 1.6rem 1.75rem 1.75rem; min-height: 24rem; display: flex; flex-direction: column; }
.q-meta { font-family: var(--f-m); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: var(--faint); }
.q-text { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; letter-spacing: -.04em; margin: .55rem 0 1.5rem; max-width: 20ch; }

.choices { display: grid; gap: .7rem; }
.choice {
  display: flex; align-items: center; gap: 1rem; text-align: left; cursor: pointer; width: 100%;
  font-family: var(--f-b); font-size: 1.02rem; color: var(--ink);
  background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-md);
  padding: 1rem 1.25rem; min-height: 60px;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.choice em { font-style: normal; font-family: var(--f-m); font-size: .74rem; color: var(--gold-ink); background: var(--butter-2); width: 2rem; height: 2rem; border-radius: 8px; display: grid; place-items: center; flex: none; }
.choice:hover { border-color: var(--hair-2); background: var(--ground); box-shadow: var(--lift-1); }
.choice:hover em { background: var(--butter); }

.q-back { margin-top: auto; padding-top: 1.5rem; align-self: flex-start; background: none; border: 0; cursor: pointer; font-family: var(--f-m); font-size: .74rem; color: var(--faint); }
.q-back:hover { color: var(--ink); }
.q-back[hidden] { display: none; }

.verdict { display: none; flex-direction: column; gap: 1.15rem; }
.verdict[data-shown="1"] { display: flex; }
.verdict-mark { display: flex; align-items: center; gap: .85rem; }
.verdict-mark span { font-family: var(--f-d); font-weight: 700; font-size: 1.05rem; letter-spacing: -.025em; color: var(--ink); }
.verdict h3 { font-size: clamp(1.4rem, 2.9vw, 1.85rem); font-weight: 800; letter-spacing: -.035em; max-width: 22ch; }
.verdict-body { color: var(--muted); font-size: .98rem; max-width: 50ch; }
.verdict-notes { margin: 0; padding: 0; list-style: none; display: grid; gap: .7rem; }
.verdict-notes li { font-size: .93rem; color: var(--ink-2); line-height: 1.55; background: var(--sunk); border-radius: var(--r-sm); padding: .9rem 1.1rem; }
.verdict-notes b { display: block; font-family: var(--f-d); font-weight: 700; font-size: .95rem; letter-spacing: -.02em; color: var(--ink); margin-bottom: .2rem; }
.verdict-foot { margin-top: auto; padding-top: 1.35rem; display: flex; flex-wrap: wrap; gap: .7rem; }

/* ============================================================
   LEDGER
   ============================================================ */

.ledger { margin-top: clamp(2rem, 4vw, 3rem); background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--lift-1); overflow: hidden; }
.ledger-scroll { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; min-width: 46rem; }
th, td { text-align: left; padding: 1.4rem 1.85rem; border-bottom: 1px solid var(--hair); vertical-align: top; font-size: .95rem; }
tbody tr { transition: background .16s ease; }
tbody tr:hover { background: #FEFCF7; }
thead th { font-size: .88rem; color: var(--muted); font-weight: 500; background: var(--ground); }
tbody th { width: 21%; font-family: var(--f-d); font-weight: 700; font-size: 1rem; letter-spacing: -.02em; }
tbody td { color: var(--muted); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.flagline { display: block; margin-top: .5rem; color: var(--crimson); font-weight: 600; font-size: .93rem; }

/* ============================================================
   PRACTICUM TIMELINE
   ============================================================ */

.tl { margin-top: clamp(3rem, 5.5vw, 4.25rem); background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--lift-1); padding: clamp(1.75rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem) clamp(1.75rem, 3.5vw, 2.5rem); }
.rail { position: relative; height: 6px; border-radius: 999px; background: var(--sunk); margin: 4.75rem 0 0; }
.rail-safe { position: absolute; inset: 0 auto 0 0; border-radius: 999px; background: var(--butter); }
.rail-hot { position: absolute; top: 0; bottom: 0; border-radius: 999px; background: var(--crimson); }

.pt { position: absolute; top: 50%; transform: translate(-50%, -50%); }
.pt i { display: block; width: 14px; height: 14px; border-radius: 999px; background: var(--surface); box-shadow: 0 0 0 3px var(--hair-2); }
.pt.hot i { box-shadow: 0 0 0 3px var(--crimson); }
.pt b { position: absolute; left: 50%; transform: translateX(-50%); bottom: 1.5rem; white-space: nowrap; font-family: var(--f-d); font-weight: 700; font-size: .86rem; letter-spacing: -.02em; }
.pt.hot b { color: var(--crimson); }
.pt s { position: absolute; left: 50%; transform: translateX(-50%); top: 1.4rem; white-space: nowrap; text-decoration: none; font-size: .82rem; color: var(--faint); }

.bracket { position: absolute; bottom: 3.1rem; border: 1.5px solid var(--crimson); border-bottom: 0; border-radius: 8px 8px 0 0; height: 1rem; }
.bracket span { position: absolute; left: 50%; transform: translateX(-50%); bottom: 1.2rem; white-space: nowrap; color: var(--crimson); font-weight: 600; font-size: .9rem; }

.tl-legend { margin-top: 4.25rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.75rem 2.75rem; padding-top: 1.75rem; border-top: 1px solid var(--hair); }
.tl-legend h4 { font-size: 1.05rem; margin-bottom: .35rem; }
.tl-legend p { font-size: .92rem; color: var(--muted); line-height: 1.55; }
@media (max-width: 720px) {
  .rail { margin-top: 5.75rem; }
  .pt b { font-size: .74rem; }
  .pt:first-of-type b, .pt:first-of-type s { transform: translateX(-15%); }
  .pt:last-of-type b, .pt:last-of-type s { transform: translateX(-85%); }
}

/* ============================================================
   COMPARE / CONSULT / FOOTER
   ============================================================ */

.cmp { margin-top: clamp(2rem, 4vw, 3rem); display: grid; gap: .85rem; }
.cmp a { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.5fr) auto; gap: clamp(1rem, 3vw, 2.5rem); align-items: center; background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-md); padding: clamp(1.25rem, 2.5vw, 1.6rem) clamp(1.35rem, 2.6vw, 1.9rem); box-shadow: var(--lift-1); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.cmp a:hover { transform: translateY(-2px); box-shadow: var(--lift-2); }
.cmp b { font-family: var(--f-d); font-weight: 700; font-size: clamp(1.1rem, 2.1vw, 1.35rem); letter-spacing: -.03em; }
.cmp p { font-size: .94rem; color: var(--muted); }
.cmp i { font-style: normal; font-size: 1.3rem; color: var(--crimson); line-height: 1; transition: transform .18s ease; }
.cmp a:hover i { transform: translateX(5px); }
@media (max-width: 780px) { .cmp a { grid-template-columns: 1fr auto; } .cmp p { grid-column: 1 / -1; } }


.form { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--lift-2); padding: clamp(1.6rem, 3.5vw, 2.25rem); display: grid; gap: 1rem; }
.form h3 { font-size: 1.45rem; font-weight: 800; letter-spacing: -.035em; }
.field { display: grid; gap: .35rem; }
.field label { font-size: .88rem; font-weight: 500; color: var(--ink-2); }
.field input, .field select { font-family: var(--f-b); font-size: 16px; color: var(--ink); background: var(--ground); border: 1px solid var(--hair-2); border-radius: var(--r-sm); padding: .85rem 1rem; width: 100%; }
.field input::placeholder { color: var(--faint); }
.form small { font-size: .8rem; color: var(--faint); line-height: 1.5; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }



/* ============================================================
   CLOSER — the crimson card, and a footer with real hierarchy
   ============================================================ */

.closer .wrap { padding-block: clamp(2rem, 4vw, 3rem) clamp(3rem, 6vw, 4.5rem); }
.closer-card {
  background: var(--crimson); border-radius: 32px; color: #fff;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.6rem, 4.5vw, 3.5rem);
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
  gap: clamp(2rem, 5vw, 4.5rem); align-items: start;
  box-shadow: 0 30px 60px -30px rgba(166,13,38,.5);
}
@media (max-width: 920px) { .closer-card { grid-template-columns: 1fr; border-radius: 24px; } }

.closer-card h2 { font-size: clamp(2.1rem, 4.6vw, 3.2rem); font-weight: 800; letter-spacing: -.042em; margin-top: .9rem; max-width: 15ch; }
.closer-lede { margin-top: 1.15rem; font-size: 1.08rem; color: rgba(255,255,255,.86); max-width: 42ch; }
.closer-card ol { margin: 2rem 0 0; padding: 0; list-style: none; display: grid; gap: .95rem; counter-reset: s; max-width: 46ch; }
.closer-card ol li { display: grid; grid-template-columns: 2rem 1fr; gap: .85rem; font-size: .97rem; color: rgba(255,255,255,.82); }
.closer-card ol li::before { counter-increment: s; content: counter(s); font-family: var(--f-d); font-weight: 800; font-size: 1rem; color: var(--butter); padding-top: .05rem; }

.closer-card .form { border: 0; }
.closer-card .form .btn { background: var(--butter); color: var(--ink); box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 10px 22px -12px rgba(0,0,0,.3); }
.closer-card .form .btn:hover { background: #F8D766; }

/* ---- footer ---- */
footer.site { border-top: 0; background: linear-gradient(180deg, var(--ground) 0%, #FDF4F1 100%); }





@media (prefers-reduced-motion: reduce) { *, *::before { transition: none !important; } }

/* ============================================================
   INTERIOR PAGES
   Added for the multi-page build. Reuses the comp's tokens and
   component vocabulary; adds only what a long-read page needs.
   ============================================================ */

.pagehead .wrap { padding-block: clamp(2.5rem, 5.5vw, 4rem) clamp(1.5rem, 3vw, 2.25rem); }
.crumb { font-size: .9rem; color: var(--muted); }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--crimson); }
.pagehead h1 { font-size: clamp(2.15rem, 5vw, 3.5rem); font-weight: 800; letter-spacing: -.042em; margin-top: .9rem; max-width: 20ch; }
.pagehead .standfirst { margin-top: 1.25rem; font-size: 1.15rem; color: var(--muted); max-width: 58ch; }

.prose { max-width: 66ch; }
.prose > * + * { margin-top: 1.15rem; }
.prose h2 { font-size: clamp(1.6rem, 3.2vw, 2.15rem); font-weight: 800; letter-spacing: -.036em; margin-top: 2.75rem; }
.prose h3 { font-size: clamp(1.15rem, 2.2vw, 1.4rem); font-weight: 700; letter-spacing: -.026em; margin-top: 2rem; }
.prose p { color: var(--ink-2); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose ul { margin: 0; padding-left: 1.15rem; display: grid; gap: .6rem; color: var(--ink-2); }
.prose li::marker { color: var(--crimson); }
.prose a { color: var(--crimson); text-underline-offset: 3px; }

.aside {
  background: var(--surface); border: 1px solid var(--hair); border-left: 3px solid var(--crimson);
  border-radius: 16px; padding: 1.5rem 1.6rem; box-shadow: var(--lift-1);
}
.aside h3 { font-size: 1.1rem; font-weight: 700; letter-spacing: -.024em; margin: 0 0 .45rem; }
.aside p { font-size: .95rem; color: var(--muted); line-height: 1.6; margin: 0; }
.aside p + p { margin-top: .65rem; }
.aside.warm { border-left-color: var(--amber); background: #FFFDF7; }

.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; margin-top: clamp(1.75rem, 3.5vw, 2.5rem); }
@media (max-width: 820px) { .duo { grid-template-columns: 1fr; } }
.duo article { background: var(--surface); border: 1px solid var(--hair); border-radius: 18px; padding: 1.6rem 1.7rem; box-shadow: var(--lift-1); }
.duo h3 { font-size: 1.3rem; font-weight: 800; letter-spacing: -.03em; }
.duo .verdict-line { margin-top: .55rem; font-size: .95rem; color: var(--crimson); font-weight: 600; }
.duo ul { margin: 1.1rem 0 0; padding: 0; list-style: none; display: grid; gap: .7rem; }
.duo li { display: grid; grid-template-columns: 1.15rem 1fr; gap: .65rem; font-size: .94rem; color: var(--muted); line-height: 1.55; }
.duo li::before { content: "—"; color: var(--faint); }

.qa { margin-top: clamp(1.75rem, 3.5vw, 2.5rem); border-top: 1px solid var(--hair); }
.qa details { border-bottom: 1px solid var(--hair); }
.qa summary { cursor: pointer; list-style: none; padding: 1.2rem 2.5rem 1.2rem 0; position: relative; font-family: var(--f-d); font-weight: 700; font-size: 1.08rem; letter-spacing: -.024em; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; position: absolute; right: .35rem; top: 1.05rem; font-size: 1.35rem; color: var(--crimson); line-height: 1; }
.qa details[open] summary::after { content: "\2212"; }
.qa summary:hover { color: var(--crimson); }
.qa .answer { padding: 0 0 1.35rem; color: var(--muted); font-size: .97rem; line-height: 1.62; max-width: 68ch; }
.qa .answer p + p { margin-top: .8rem; }

.nextup { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: .85rem; margin-top: clamp(2rem, 4vw, 3rem); }
.nextup a { display: grid; gap: .35rem; background: var(--surface); border: 1px solid var(--hair); border-radius: 16px; padding: 1.35rem 1.45rem; box-shadow: var(--lift-1); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.nextup a:hover { transform: translateY(-2px); box-shadow: var(--lift-2); }
.nextup b { font-family: var(--f-d); font-weight: 700; font-size: 1.08rem; letter-spacing: -.026em; }
.nextup span { font-size: .89rem; color: var(--muted); line-height: 1.5; }

nav.site a[aria-current="page"] { color: var(--ink); font-weight: 600; }


/* ============================================================
   CHROME v2 — utility row, and a solid dark footer
   ============================================================ */

.utility { background: var(--ink); color: rgba(255,255,255,.72); font-size: .82rem; }
.utility .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .4rem 1.5rem; padding-block: .6rem; }
.utility-claim b { color: #fff; font-weight: 600; }
.utility-nav { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; }
.utility-nav a { color: rgba(255,255,255,.72); text-decoration: none; }
.utility-nav a:hover, .utility-nav a[aria-current="page"] { color: #fff; }
@media (max-width: 620px) { .utility-claim { display: none; } .utility .wrap { justify-content: center; } }

footer.site { background: #14100F; color: #C9C1BA; border-top: 0; }
footer.site .wrap { padding-block: clamp(3rem, 6vw, 4.5rem) clamp(2rem, 4vw, 2.75rem); display: grid; gap: clamp(2.25rem, 4.5vw, 3.25rem); }

.foot-lead { display: grid; gap: 1rem; justify-items: start; max-width: 34rem; }
.footmark { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; }
.footmark svg { width: 26px; height: 26px; flex: none; display: block; }
.footmark b { font-family: var(--f-d); font-weight: 700; font-size: 1.12rem; letter-spacing: -.035em; color: #fff; }
.foot-pitch { font-size: 1rem; line-height: 1.6; color: #A79E96; }

.foot-map { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 2rem 2.5rem; padding-block: clamp(2rem, 4vw, 2.75rem); border-block: 1px solid #2A2320; }
.foot-map h2 { font-family: var(--f-d); font-weight: 700; font-size: .95rem; letter-spacing: -.02em; color: #fff; margin-bottom: .9rem; }
.foot-map ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .55rem; }
.foot-map a { font-size: .93rem; color: #A79E96; text-decoration: none; }
.foot-map a:hover { color: #fff; }
.foot-map a[aria-current="page"] { color: #fff; }

.foot-trust { font-family: var(--f-d); font-weight: 700; letter-spacing: -.03em; font-size: clamp(1.15rem, 2.4vw, 1.55rem); color: #fff; max-width: 34ch; line-height: 1.25; }
.foot-trust b { color: var(--amber); font-weight: 800; }

.foot-legal { font-size: .82rem; color: #8A8179; line-height: 1.65; max-width: 78ch; }
.foot-legal b { color: #B8AFA7; font-weight: 600; }

.foot-meta { display: flex; flex-wrap: wrap; gap: .5rem 2rem; justify-content: space-between; padding-top: 1.4rem; border-top: 1px solid #2A2320; font-size: .84rem; color: #7A726B; }
.foot-meta a { color: #A79E96; }
.foot-meta a:hover { color: #fff; }

/* ============================================================
   HERO with the contact form alongside
   ============================================================ */

.hero-lead { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 980px) { .hero-lead { grid-template-columns: 1fr; } }

.hero-form { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg); box-shadow: var(--lift-2); padding: clamp(1.5rem, 3.5vw, 2.15rem); display: grid; gap: .9rem; }
.hero-form h2 { font-size: 1.5rem; font-weight: 800; letter-spacing: -.035em; }
.hero-form .form-note { font-size: .93rem; color: var(--muted); line-height: 1.55; margin-top: -.3rem; }
.hero-form .field { display: grid; gap: .35rem; }
.hero-form label { font-size: .88rem; font-weight: 500; color: var(--ink-2); }
.hero-form input, .hero-form select { font-family: var(--f-b); font-size: 16px; color: var(--ink); background: var(--ground); border: 1px solid var(--hair-2); border-radius: var(--r-sm); padding: .85rem 1rem; width: 100%; }
.hero-form input::placeholder { color: var(--faint); }
.hero-form small { font-size: .8rem; color: var(--faint); line-height: 1.5; }

/* ============================================================
   The instrument, given its own room with the argument beside it
   ============================================================ */

.stage { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 980px) { .stage { grid-template-columns: 1fr; } }
.stage-copy h2 { font-size: clamp(1.85rem, 4vw, 2.7rem); font-weight: 800; letter-spacing: -.04em; }
.stage-copy > p { margin-top: 1.1rem; font-size: 1.05rem; color: var(--muted); }
.stage-copy ul { margin: 1.6rem 0 0; padding: 0; list-style: none; display: grid; gap: .85rem; }
.stage-copy li { display: grid; grid-template-columns: 1.5rem 1fr; gap: .7rem; font-size: .97rem; color: var(--ink-2); line-height: 1.55; }
.stage-copy li b { font-family: var(--f-d); font-weight: 800; color: var(--crimson); font-size: .95rem; }


/* ============================================================
   REVIEWS — display-only social proof, no rating markup
   ============================================================ */

.filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.filters button {
  font-family: var(--f-b); font-size: .92rem; color: var(--ink-2);
  background: var(--surface); border: 1px solid var(--hair-2); border-radius: 999px;
  padding: .55rem 1.1rem; min-height: 44px; cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.filters button:hover { background: var(--sunk); }
.filters button[aria-pressed="true"] { background: var(--crimson); border-color: var(--crimson); color: #fff; font-weight: 600; }

.filter-count { margin-top: 1rem; font-size: .9rem; color: var(--faint); }

.reviews { margin-top: 1.5rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr)); gap: .9rem; align-items: start; }
.review { background: var(--surface); border: 1px solid var(--hair); border-radius: 18px; padding: 1.5rem 1.6rem; box-shadow: var(--lift-1); display: grid; gap: .85rem; }
.review[hidden] { display: none; }
.stars { color: var(--amber); font-size: .95rem; letter-spacing: .12em; line-height: 1; }
.review p { font-size: .96rem; line-height: 1.6; color: var(--ink-2); }
.review footer { display: grid; gap: .1rem; padding-top: .85rem; border-top: 1px solid var(--hair); }
.review footer b { font-family: var(--f-d); font-weight: 700; font-size: .96rem; letter-spacing: -.02em; }
.review footer span { font-size: .86rem; color: var(--muted); }

.reviews-note { margin-top: 1.75rem; font-size: .85rem; color: var(--faint); line-height: 1.6; max-width: 72ch; }


/* ============================================================
   ARTICLES — answer-first blocks (AEO) and the index
   ============================================================ */

.answer-first {
  background: var(--surface); border: 1px solid var(--hair); border-left: 4px solid var(--crimson);
  border-radius: 18px; padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.4rem, 3vw, 2rem);
  box-shadow: var(--lift-1); max-width: 68ch;
}
.answer-first p { font-size: 1.12rem; line-height: 1.6; color: var(--ink); }
.answer-first p + p { margin-top: .8rem; font-size: 1rem; color: var(--ink-2); }
.answer-first b { font-weight: 600; }

.byline { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; margin-top: 1.35rem; font-size: .88rem; color: var(--faint); }

.article-list { margin-top: clamp(2rem, 4vw, 3rem); display: grid; gap: .85rem; }
.article-list a {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem 2rem; align-items: center;
  background: var(--surface); border: 1px solid var(--hair); border-radius: 18px;
  padding: clamp(1.35rem, 2.6vw, 1.75rem) clamp(1.4rem, 2.6vw, 1.9rem);
  box-shadow: var(--lift-1); text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}
.article-list a:hover { transform: translateY(-2px); box-shadow: var(--lift-2); }
.article-list b { font-family: var(--f-d); font-weight: 700; font-size: clamp(1.08rem, 2.1vw, 1.3rem); letter-spacing: -.028em; display: block; }
.article-list span { display: block; margin-top: .35rem; font-size: .94rem; color: var(--muted); line-height: 1.55; }
.article-list i { font-style: normal; font-size: 1.3rem; color: var(--crimson); transition: transform .16s ease; }
.article-list a:hover i { transform: translateX(5px); }
@media (max-width: 620px) { .article-list a { grid-template-columns: 1fr; } .article-list i { display: none; } }

/* ============================================================
   BYLINE — E-E-A-T, server rendered, agrees with Article schema
   ============================================================ */

.byline { display: flex; flex-wrap: wrap; gap: .35rem 1.35rem; margin-top: 1.5rem; padding-top: 1.1rem; border-top: 1px solid var(--hair); font-size: .89rem; color: var(--muted); }
.byline .byline-who { color: var(--ink-2); }
.byline b { font-weight: 600; color: var(--ink); }
.byline a { color: var(--crimson); text-underline-offset: 3px; }

.bench { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: .9rem; margin-top: clamp(2rem, 4vw, 3rem); }
.bench article { background: var(--surface); border: 1px solid var(--hair); border-radius: 18px; padding: 1.5rem 1.6rem; box-shadow: var(--lift-1); display: grid; gap: .5rem; align-content: start; }
.bench h3 { font-family: var(--f-d); font-weight: 700; font-size: 1.12rem; letter-spacing: -.025em; }
.bench .creds { font-family: var(--f-m); font-size: .74rem; letter-spacing: .06em; color: var(--crimson); }
.bench .role { font-size: .9rem; color: var(--ink-2); font-weight: 500; }
.bench p { font-size: .92rem; color: var(--muted); line-height: 1.55; }

/* ============================================================
   FLOATING LAYER — text left, chat right, never stacked
   ============================================================ */

.cs-widgets { position: fixed; inset: auto 0 0 0; z-index: 90; pointer-events: none; }
.cs-widgets > * { pointer-events: auto; }
.cs-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.cs-left { position: fixed; left: clamp(.85rem, 2vw, 1.35rem); bottom: clamp(.85rem, 2vw, 1.35rem); display: grid; gap: .6rem; }
.cs-dot { position: relative; width: 52px; height: 52px; border-radius: 999px; border: 0; cursor: pointer; color: #fff; display: grid; place-items: center; box-shadow: 0 6px 18px -6px rgba(21,19,18,.45); transition: transform .16s ease; }
.cs-dot:hover { transform: translateY(-2px); }
.cs-wa { background: #25D366; }
.cs-sms { background: var(--ink); }
.cs-tip { position: absolute; left: calc(100% + .55rem); white-space: nowrap; background: var(--ink); color: #fff; font-size: .78rem; padding: .3rem .6rem; border-radius: 6px; opacity: 0; pointer-events: none; transition: opacity .15s ease; }
.cs-dot:hover .cs-tip, .cs-dot:focus-visible .cs-tip { opacity: 1; }

.cs-fab { position: fixed; right: clamp(.85rem, 2vw, 1.35rem); bottom: clamp(.85rem, 2vw, 1.35rem); width: 58px; height: 58px; padding: 0; border: 0; border-radius: 18px; background: var(--surface); cursor: pointer; overflow: visible; box-shadow: 0 8px 24px -8px rgba(21,19,18,.5); transition: transform .16s ease; }
.cs-fab:hover { transform: translateY(-2px); }
.cs-fab svg { display: block; border-radius: 18px; }
.cs-live { position: absolute; right: -2px; bottom: -2px; width: 14px; height: 14px; border-radius: 999px; background: #1FA971; box-shadow: 0 0 0 3px var(--surface); }

.cs-panel { position: fixed; right: clamp(.85rem, 2vw, 1.35rem); bottom: calc(58px + clamp(1.5rem, 3vw, 2.1rem)); width: min(370px, calc(100vw - 1.7rem)); height: clamp(460px, 72vh, 580px); background: var(--surface); border: 1px solid var(--hair); border-radius: 20px; box-shadow: var(--lift-2); display: flex; flex-direction: column; overflow: hidden; }
.cs-panel[hidden] { display: none; }
.cs-panel header { display: flex; align-items: center; gap: .75rem; padding: .9rem 1rem; background: var(--sunk); border-bottom: 1px solid var(--hair); }
.cs-avatar svg { display: block; border-radius: 12px; }
.cs-who { display: grid; line-height: 1.25; }
.cs-who b { font-family: var(--f-d); font-weight: 700; font-size: .98rem; letter-spacing: -.02em; }
.cs-who span { font-size: .78rem; color: var(--muted); }
.cs-x, .cs-back { margin-left: auto; background: none; border: 0; font-size: 1.5rem; line-height: 1; color: var(--muted); cursor: pointer; padding: .2rem .4rem; }
.cs-back { display: none; margin-left: 0; font-size: 1.2rem; }
.cs-x:hover, .cs-back:hover { color: var(--ink); }

.cs-log { flex: 1; overflow-y: auto; padding: 1rem; display: grid; gap: .6rem; align-content: start; }
.cs-msg { max-width: 85%; font-size: .93rem; line-height: 1.5; padding: .7rem .9rem; border-radius: 14px; }
.cs-them { background: var(--sunk); color: var(--ink-2); justify-self: start; border-bottom-left-radius: 5px; }
.cs-me { background: var(--crimson); color: #fff; justify-self: end; border-bottom-right-radius: 5px; }

.cs-compose { display: flex; gap: .5rem; padding: .75rem; border-top: 1px solid var(--hair); }
.cs-compose input { flex: 1; font-family: var(--f-b); font-size: 16px; color: var(--ink); background: var(--ground); border: 1px solid var(--hair-2); border-radius: 999px; padding: .7rem 1rem; }
.cs-compose button { font-family: var(--f-d); font-weight: 700; font-size: .9rem; background: var(--crimson); color: #fff; border: 0; border-radius: 999px; padding: 0 1.15rem; min-height: 44px; cursor: pointer; }
.cs-foot { padding: 0 1rem .8rem; font-size: .72rem; color: var(--faint); }

@media (max-width: 620px) {
  .cs-panel { inset: 0; width: 100vw; height: 100dvh; border-radius: 0; border: 0; }
  .cs-back { display: block; }
  .cs-widgets[data-chat="open"] .cs-left,
  .cs-widgets[data-chat="open"] .cs-fab { display: none; }
}

/* ============================================================
   SEASONAL MODAL — centre, honest, session-capped
   ============================================================ */

.cs-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 1rem; }
.cs-backdrop { position: absolute; inset: 0; background: rgba(21,19,18,.55); backdrop-filter: blur(2px); }
.cs-card { position: relative; width: min(30rem, 100%); background: var(--surface); border-radius: 24px; box-shadow: 0 40px 80px -30px rgba(21,19,18,.5); padding: clamp(1.6rem, 4vw, 2.25rem); display: grid; gap: .85rem; }
.cs-close { position: absolute; top: .8rem; right: 1rem; background: none; border: 0; font-size: 1.7rem; line-height: 1; color: var(--faint); cursor: pointer; }
.cs-close:hover { color: var(--ink); }
.cs-eyebrow { font-family: var(--f-m); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--crimson); }
.cs-card h2 { font-family: var(--f-d); font-weight: 800; font-size: clamp(1.4rem, 3.2vw, 1.85rem); letter-spacing: -.035em; line-height: 1.15; }
.cs-sub { font-size: 1rem; color: var(--muted); line-height: 1.55; }
.cs-modal-form { display: grid; gap: .6rem; margin-top: .35rem; }
.cs-modal-form input { font-family: var(--f-b); font-size: 16px; color: var(--ink); background: var(--ground); border: 1px solid var(--hair-2); border-radius: 12px; padding: .85rem 1rem; }
.cs-modal-form button { font-family: var(--f-d); font-weight: 700; font-size: 1rem; background: var(--crimson); color: #fff; border: 0; border-radius: 999px; padding: .9rem 1.5rem; min-height: 50px; cursor: pointer; }
.cs-modal-form button:hover { background: var(--crimson-deep); }
.cs-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cs-fine { font-size: .8rem; color: var(--faint); line-height: 1.5; }

@media (prefers-reduced-motion: reduce) { .cs-dot, .cs-fab { transition: none; } }


/* ============================================================
   HERO/NAV REPAIR
   .hero-top was authored as a 2-column grid for the original hero,
   where it spanned the full container. Once the contact form moved
   into the hero it became a grid inside a grid column, halving an
   already-halved measure and dropping the h1 to ~286px.
   ============================================================ */

.hero-lead .hero-top { display: block; }
.hero-lead .hero-sub { margin-top: 1.15rem; }

/* the bar carries 8 items; let labels break the row, never themselves */
nav.site { gap: clamp(.9rem, 1.5vw, 1.5rem); }
nav.site a { white-space: nowrap; font-size: .9rem; }
header.site .btn { white-space: nowrap; }
@media (max-width: 1180px) { nav.site { display: none; } }

/* ============================================================
   VERTICAL RHYTHM REPAIR

   Three faults, all measured on the live site rather than guessed:

   1. `.prose ul { margin: 0 }` (0,1,1) outranked `.prose > * + *`
      (0,1,0), so every list sat flush against the heading above it.
      Measured gap: 0px.
   2. A heading that opens a .prose block still took its 2.75rem
      margin-top, stacking on the section's own padding. Measured
      standfirst-to-first-heading: 168px.
   3. A .pagehead immediately followed by a .band doubled its padding.
   ============================================================ */

.prose > * + ul,
.prose > * + ol { margin-top: 1.15rem; }
.prose > h2 + ul,
.prose > h2 + ol,
.prose > h3 + ul,
.prose > h3 + ol { margin-top: .95rem; }
.prose > :first-child { margin-top: 0; }

.pagehead + .band > .wrap { padding-top: clamp(2rem, 4vw, 3rem); }

/* the last band sat 83px above a 72px footer pad - 155px of dead space */
main > section:last-child > .wrap { padding-bottom: clamp(2.5rem, 5vw, 3.5rem); }
