/* Zack Reuter Coaching — Liquid Glass theme
   Frosted translucent panels over a softly lit navy ground.
   Every text colour is chosen to clear WCAG AA (4.5:1) against the BRIGHTEST
   surface it can land on: all background glows overlapping at full strength,
   with the glass tint and sheen composited on top. Change a colour, re-run
   tools/contrast_audit.py. No dependencies, no build step. */

:root {
  /* ground */
  --bg:           #050a16;
  --orb-1:        rgba(47, 107, 255, 0.26);   /* blue   */
  --orb-2:        rgba(110, 92, 255, 0.20);   /* indigo */
  --orb-3:        rgba(34, 176, 200, 0.14);   /* teal   */

  /* glass */
  --glass:        rgba(15, 23, 46, 0.58);
  --glass-sheen:  rgba(255, 255, 255, 0.07);
  --glass-edge:   rgba(255, 255, 255, 0.13);
  --glass-hi:     rgba(255, 255, 255, 0.24);
  --glass-shadow: 0 12px 40px rgba(0, 0, 0, 0.38);
  --blur:         22px;

  /* text — every one of these must pass 4.5:1 on the worst-case surface */
  --text:         #f3f6fb;
  --text-mid:     #c2cddd;
  --text-dim:     #a7b6ca;
  --accent-text:  #8ab8ff;   /* accent when it's text */
  --good:         #86d6ea;

  /* fills */
  --accent:       #5a95ff;   /* chart line, dots — non-text, needs 3:1 */
  --btn-top:      #86b3ff;
  --btn-mid:      #5a95ff;
  --btn-bot:      #4a86f2;
  --btn-text:     #04101f;

  --line:         rgba(255, 255, 255, 0.12);
  --line-soft:    rgba(255, 255, 255, 0.07);

  --radius:       22px;
  --radius-sm:    14px;
  --pill:         999px;

  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  --measure: 62ch;
  --gutter: clamp(1.25rem, 5vw, 3rem);
  --maxw: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 6.5rem; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* the light behind the glass */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60vmax 50vmax at 12% 6%,   var(--orb-1), transparent 62%),
    radial-gradient(55vmax 45vmax at 94% 30%,  var(--orb-2), transparent 60%),
    radial-gradient(50vmax 45vmax at 40% 104%, var(--orb-3), transparent 60%),
    var(--bg);
}

.wrap {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

:focus-visible { outline: 2px solid var(--accent-text); outline-offset: 3px; }

/* ---------- glass surface ---------- */

.nav-inner, .card, .fit > div, .price-card, .setback, .thennow > div, .metric,
.proofbar, .chartfig, .tablewrap, .result-block > div, .steps, .faq details,
.formembed, .imgslot, .cta-final .wrap, .kit span, .btn-ghost, .buildnote {
  background: linear-gradient(180deg, var(--glass-sheen), rgba(255, 255, 255, 0) 45%), var(--glass);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(160%);
  backdrop-filter: blur(var(--blur)) saturate(160%);
  border: 1px solid var(--glass-edge);
  box-shadow: inset 0 1px 0 var(--glass-hi), var(--glass-shadow);
  border-radius: var(--radius);
}

/* ---------- type ---------- */

h1, h2, h3 { line-height: 1.08; letter-spacing: -0.02em; margin: 0; font-weight: 650; font-family: var(--display); }
h1 { font-size: clamp(2.5rem, 6.8vw, 4.25rem); letter-spacing: -0.04em; font-weight: 700; }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.6rem); letter-spacing: -0.03em; }
h3 { font-size: 1.0625rem; letter-spacing: -0.005em; font-weight: 620; }
p  { margin: 0 0 1.15em; max-width: var(--measure); }
a  { color: var(--accent-text); text-decoration-thickness: 1px; text-underline-offset: 3px; }

.eyebrow {
  font-size: 0.75rem; font-weight: 650;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-text);
  margin: 0 0 1.25rem;
}
.lede { font-size: clamp(1.1rem, 2.1vw, 1.3rem); color: var(--text-mid); }
.dim  { color: var(--text-dim); }

/* ---------- layout ---------- */

section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section-head { margin-bottom: clamp(2rem, 4.5vw, 3rem); }

/* ---------- nav: floating glass capsule ---------- */

.nav { position: sticky; top: 0; z-index: 50; padding: 12px var(--gutter) 0; }
.nav .nav-inner {
  max-width: calc(var(--maxw) - 2 * var(--gutter)); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 0.45rem 0.45rem 0.45rem 1.3rem;
  border-radius: var(--pill);
}
.brand {
  font-size: 0.8125rem; font-weight: 650; letter-spacing: 0.08em;
  color: var(--text); text-decoration: none; white-space: nowrap;
}
.brand span { color: var(--accent-text); }
.nav-links { display: flex; gap: 1.5rem; align-items: center; }
.nav-links a { font-size: 0.875rem; color: var(--text-mid); text-decoration: none; transition: color .15s; }
.nav-links a:hover { color: var(--text); }
.nav .btn { padding: 0.5rem 1.1rem; font-size: 0.875rem; }
.nav-links a:not(.btn):last-child { margin-right: 0.85rem; }
@media (max-width: 720px) { .nav-links a:not(.btn) { display: none; } }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, var(--btn-top) 0%, var(--btn-mid) 55%, var(--btn-bot) 100%);
  color: var(--btn-text); font-weight: 650; font-size: 0.9375rem;
  padding: 0.75rem 1.45rem; border-radius: var(--pill);
  text-decoration: none; border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 8px 24px rgba(74, 134, 242, 0.35);
  transition: transform .15s, filter .15s;
  white-space: nowrap;
}
.btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
/* .btn.btn-ghost (two classes) so it outranks .btn's blue fill, which is declared later */
.btn.btn-ghost {
  background: linear-gradient(180deg, var(--glass-sheen), rgba(255, 255, 255, 0) 45%), var(--glass);
  color: var(--text); border: 1px solid var(--glass-edge); border-radius: var(--pill);
  box-shadow: inset 0 1px 0 var(--glass-hi), 0 6px 20px rgba(0, 0, 0, 0.3);
}
.btn.btn-ghost:hover { filter: none; border-color: rgba(255, 255, 255, 0.28); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2.25rem; }

/* ---------- hero ---------- */

.hero { padding-block: clamp(4rem, 11vw, 7.5rem) clamp(3.5rem, 8vw, 6rem); }
.hero h1 { max-width: 15ch; }
.hero .lede { margin-top: 1.5rem; max-width: 52ch; }

.proofbar {
  display: inline-flex; align-items: baseline; gap: 0.9rem; flex-wrap: wrap;
  margin-top: 2.5rem; padding: 0.65rem 1.3rem; border-radius: var(--pill);
}
.proofbar .label { color: var(--text-dim); font-size: 0.75rem; font-weight: 650; letter-spacing: 0.1em; }
.proofbar .value { color: var(--text); font-family: var(--mono); font-size: 1.0625rem; font-weight: 500; }

/* ---------- cards / grids ---------- */

.grid { display: grid; gap: 1rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.card { padding: clamp(1.4rem, 3vw, 1.9rem); }
.card h3 { margin-bottom: 0.55rem; }
.card p { color: var(--text-mid); font-size: 0.9375rem; margin-bottom: 0; }
.card .tag {
  display: block; font-size: 0.6875rem; font-weight: 650;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent-text); margin-bottom: 0.85rem;
}

/* ---------- fit / not-fit ---------- */

.fit { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1rem; }
.fit > div { padding: clamp(1.5rem, 3vw, 2.1rem); }
.fit h3 { margin-bottom: 1.2rem; font-size: 1.125rem; }
.fit ul { list-style: none; margin: 0; padding: 0; }
.fit li {
  position: relative; padding-left: 1.6rem; margin-bottom: 0.9rem;
  color: var(--text-mid); font-size: 0.9375rem; line-height: 1.55;
}
.fit li::before { position: absolute; left: 0; top: 0; font-family: var(--mono); font-size: 0.9rem; }
.yes li::before { content: "+"; color: var(--good); }
.no  li::before { content: "\2013"; color: var(--text-dim); }
.fit .note { margin-top: 1.5rem; font-size: 0.875rem; color: var(--text-dim); max-width: none; }

/* ---------- required ---------- */

.req { display: grid; gap: 1.75rem; }
.req-item { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; align-items: start; }
.req-num { font-family: var(--mono); font-size: 0.8125rem; color: var(--accent-text); padding-top: 0.3rem; }
.req-item h3 { margin-bottom: 0.35rem; }
.req-item p { color: var(--text-mid); font-size: 0.9375rem; margin-bottom: 0; }

/* ---------- steps ---------- */

.steps { counter-reset: s; display: grid; gap: 0; padding: 0.4rem clamp(1.25rem, 3vw, 2rem); }
.step {
  counter-increment: s;
  display: grid; grid-template-columns: 3.25rem 1fr; gap: 1.25rem;
  padding-block: 1.5rem; border-bottom: 1px solid var(--line-soft);
}
.step:last-child { border-bottom: 0; }
.step::before {
  content: counter(s, decimal-leading-zero);
  font-family: var(--mono); font-size: 0.8125rem; color: var(--accent-text); padding-top: 0.2rem;
}
.step h3 { margin-bottom: 0.3rem; }
.step p { color: var(--text-mid); font-size: 0.9375rem; margin-bottom: 0; }

/* ---------- pricing ---------- */

.price-card { padding: clamp(1.8rem, 4.5vw, 2.75rem); max-width: 540px; }
.price {
  font-family: var(--display); font-size: clamp(2.75rem, 6.5vw, 3.75rem); font-weight: 700;
  letter-spacing: -0.04em; line-height: 1; color: var(--text);
}
.price sub { font-size: 0.95rem; font-weight: 500; color: var(--text-dim); letter-spacing: 0; bottom: 0; }
.price-card ul { list-style: none; padding: 0; margin: 1.6rem 0 0; }
.price-card li {
  padding: 0.6rem 0 0.6rem 1.5rem; position: relative;
  border-top: 1px solid var(--line-soft); font-size: 0.9375rem; color: var(--text-mid);
}
.price-card li::before { content: "\2192"; position: absolute; left: 0; color: var(--accent-text); font-family: var(--mono); }

/* ---------- results ---------- */

.result-block {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1rem; align-items: start;
}
.result-block > div { padding: clamp(1.4rem, 3vw, 2rem); }

table.splits { width: 100%; border-collapse: collapse; font-family: var(--mono); font-size: 0.9375rem; }
table.splits caption {
  text-align: left; font-family: var(--sans); font-size: 0.6875rem; font-weight: 650;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); padding-bottom: 1rem;
}
table.splits th, table.splits td { padding: 0.7rem 0; border-bottom: 1px solid var(--line-soft); text-align: left; }
table.splits th { font-weight: 400; color: var(--text-mid); }
table.splits td { text-align: right; color: var(--text); font-variant-numeric: tabular-nums; }
table.splits td .sub { display: block; font-size: 0.75rem; color: var(--text-dim); }
table.splits tr.total th, table.splits tr.total td {
  border-bottom: 0; border-top: 1px solid var(--line);
  padding-top: 1rem; font-size: 1.25rem; color: var(--text); font-weight: 500;
}
table.splits tr.total td { color: var(--accent-text); }
table.splits tr.rank th, table.splits tr.rank td { border-bottom: 0; padding-top: 0.5rem; font-size: 1rem; color: var(--text); }
table.splits tr.rank th { color: var(--text-mid); }
table.splits th .origin {
  display: block; font-family: var(--sans); font-size: 0.6875rem; font-weight: 650;
  letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.15rem;
}
table.splits th .origin.given { color: var(--text-dim); }
table.splits th .origin.built { color: var(--accent-text); }

.metrics { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.metric { padding: 1rem 1.2rem; flex: 1 1 130px; border-radius: var(--radius-sm); }
.metric .v { font-family: var(--mono); font-size: 1.375rem; color: var(--text); line-height: 1.2; }
.metric .k { font-size: 0.75rem; color: var(--text-dim); margin-top: 0.25rem; }

/* ---------- run progression chart ---------- */

.chartfig { margin: 3rem 0 0; padding: clamp(1.25rem, 3vw, 2rem); }
.chartfig figcaption {
  font-size: 0.6875rem; font-weight: 650; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-dim); margin-bottom: 1.25rem; line-height: 1.6;
}
.chartfig figcaption em { color: var(--accent-text); font-style: normal; }
.progchart { width: 100%; height: auto; display: block; overflow: visible; }
.progchart .grid line { stroke: var(--line); stroke-width: 1; }
.progchart .ylab text, .progchart .xlab text { font-family: var(--mono); font-size: 11px; fill: var(--text-dim); }
.progchart .xlab text.race { font-size: 10px; fill: var(--text-dim); }
.progchart .trend { fill: none; stroke: var(--accent); stroke-width: 2.25; stroke-linejoin: round; stroke-linecap: round; }
.progchart .pt circle { fill: #0b1430; stroke: var(--accent); stroke-width: 2; }
.progchart .pt circle.best { fill: var(--accent); }
.progchart .pt circle.start { fill: #0b1430; stroke: var(--text-dim); }
.progchart .annot text { font-family: var(--mono); font-size: 9.5px; fill: var(--text-dim); letter-spacing: 0.08em; text-transform: uppercase; }
.progchart .vlab text { font-family: var(--mono); font-size: 13px; fill: var(--text); font-weight: 500; }
.progchart .vlab text.best { fill: var(--accent-text); }

.chartnote { margin-top: 1.75rem; color: var(--text-mid); }

/* ---------- setback callout ---------- */

.setback { padding: 1.5rem 1.75rem; margin: 3rem 0 0; }
.setback h3 { margin-bottom: 0.6rem; color: var(--text); }
.setback p { color: var(--text-mid); font-size: 0.9375rem; margin-bottom: 0; }
.setback p + p { margin-top: 0.9rem; }

/* ---------- year-over-year table ---------- */

.tablewrap { overflow-x: auto; margin-top: 1.5rem; padding: 0.5rem clamp(1.1rem, 3vw, 1.75rem); }
table.yoy { width: 100%; border-collapse: collapse; font-family: var(--mono); font-size: 0.875rem; }
table.yoy th, table.yoy td {
  padding: 0.7rem 0.5rem; border-bottom: 1px solid var(--line-soft);
  text-align: right; font-variant-numeric: tabular-nums;
}
table.yoy th:first-child, table.yoy td:first-child { text-align: left; padding-left: 0; }
table.yoy thead th {
  font-family: var(--sans); font-weight: 650; color: var(--text-dim); font-size: 0.6875rem;
  letter-spacing: 0.1em; text-transform: uppercase; border-bottom-color: var(--line);
}
table.yoy td { color: var(--text); }
table.yoy td.delta { color: var(--accent-text); }
table.yoy td.na { color: var(--text-dim); }
table.yoy tbody tr:last-child td, table.yoy tbody tr:last-child th { border-bottom: 0; }
table.yoy tr.rank th, table.yoy tr.rank td { border-top: 1px solid var(--line); padding-top: 1rem; }
table.yoy tr.rank td { color: var(--text); font-size: 1rem; }
table.yoy tr.rank td.delta { color: var(--accent-text); }

/* ---------- progression timeline ---------- */

.timeline { margin: 0; padding: 0; list-style: none; position: relative; }
.timeline::before { content: ""; position: absolute; left: 0; top: 0.5rem; bottom: 0.5rem; width: 1px; background: var(--line); }
.timeline li { position: relative; padding: 0 0 1.9rem 2rem; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before {
  content: ""; position: absolute; left: -4px; top: 0.5rem;
  width: 9px; height: 9px; border-radius: 50%;
  background: #0b1430; border: 1px solid var(--text-dim);
}
.timeline li.key::before { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 4px rgba(90, 149, 255, 0.18); }
.timeline .when {
  display: block; font-size: 0.6875rem; font-weight: 650;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.3rem;
}
.timeline .what { font-size: 1rem; font-weight: 600; color: var(--text); }
.timeline li.key .what { color: var(--accent-text); }
.timeline .detail { font-size: 0.9375rem; color: var(--text-mid); margin: 0.25rem 0 0; }
.timeline li.slot .what { color: var(--text-dim); font-weight: 400; font-style: italic; }

/* ---------- image placeholder ---------- */

.imgslot {
  aspect-ratio: 4 / 5; border-style: dashed;
  display: grid; place-content: center; text-align: center; padding: 2rem; gap: 0.5rem;
}
.imgslot .ico { font-family: var(--mono); color: var(--accent-text); font-size: 1.5rem; }
.imgslot .t { font-size: 0.75rem; font-weight: 650; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); }
.imgslot .d { font-size: 0.8125rem; color: var(--text-dim); max-width: 30ch; margin: 0; }
.imgslot.wide { aspect-ratio: 16 / 9; }

/* ---------- faq ---------- */

.faq { display: grid; gap: 0.75rem; }
.faq details { padding: 1.1rem 1.4rem; border-radius: var(--radius-sm); }
.faq summary {
  cursor: pointer; list-style: none; font-weight: 600; font-size: 1.0625rem;
  display: flex; justify-content: space-between; gap: 1.5rem; align-items: baseline;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); color: var(--accent-text); font-size: 1.25rem; line-height: 1; flex-shrink: 0; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin: 0.9rem 0 0.2rem; color: var(--text-mid); font-size: 0.9375rem; }

/* ---------- final cta ---------- */

.cta-final .wrap {
  width: min(calc(100% - 2 * var(--gutter)), calc(var(--maxw) - 2 * var(--gutter)));
  padding: clamp(2rem, 5vw, 3.5rem);
}
.cta-final h2 { max-width: 18ch; }

/* ---------- footer ---------- */

footer { padding-block: 2rem 3rem; font-size: 0.8125rem; color: var(--text-dim); }
.foot-inner { display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
footer a { color: var(--text-mid); text-decoration: none; }
footer a:hover { color: var(--text); }

/* ---------- build notes ---------- */

.buildnote {
  padding: 0.9rem 1.15rem; margin: 1.5rem 0; font-size: 0.8125rem; border-radius: var(--radius-sm);
  color: var(--text-mid); font-family: var(--mono); line-height: 1.5; max-width: none;
}
.buildnote strong { color: var(--accent-text); }
body.published .buildnote { display: none; }

/* ---------- then / now ---------- */

.thennow { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1rem; margin-top: 2rem; }
.thennow > div { padding: 1.5rem 1.7rem; }
.thennow .when {
  font-size: 0.6875rem; font-weight: 650; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.9rem;
}
.thennow .now .when { color: var(--accent-text); }
.thennow ul { list-style: none; margin: 0; padding: 0; }
.thennow li { font-size: 0.9375rem; color: var(--text-mid); padding: 0.5rem 0; border-bottom: 1px solid var(--line-soft); }
.thennow li:last-child { border-bottom: 0; }
.thennow li strong { color: var(--text); font-family: var(--mono); font-size: 0.9375rem; font-weight: 500; }
.thennow .now li strong { color: var(--accent-text); }
/* emphasis in the "then" column is prose, not a figure — keep it in the text face */
.thennow .then li strong { font-family: var(--sans); font-weight: 650; }

.kit { margin-top: 1.5rem; font-family: var(--mono); font-size: 0.8125rem; color: var(--text-dim); line-height: 1.9; }
.kit span {
  display: inline-block; padding: 0.25rem 0.75rem; margin: 0 0.4rem 0.45rem 0;
  border-radius: var(--pill); color: var(--text-mid); box-shadow: inset 0 1px 0 var(--glass-hi);
}

/* ---------- google form embed ---------- */

.formembed { margin-top: 2.5rem; border-radius: var(--radius-sm); overflow: hidden; }
.formembed iframe { display: block; width: 100%; border: 0; }

/* ---------- apply page ---------- */

.form-page { max-width: 680px; }
fieldset { border: 0; padding: 0; margin: 0 0 3rem; }
legend {
  font-size: 0.6875rem; font-weight: 650; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent-text); padding: 0 0 0.75rem;
  margin-bottom: 1.5rem; border-bottom: 1px solid var(--line-soft); width: 100%;
}
.field { margin-bottom: 1.75rem; }
.field label { display: block; font-size: 0.9375rem; font-weight: 560; margin-bottom: 0.5rem; }
.field .hint { font-size: 0.8125rem; color: var(--text-dim); margin: -0.25rem 0 0.6rem; }
.field input, .field textarea, .field select {
  width: 100%; background: rgba(0, 0, 0, 0.28); color: var(--text);
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 0.7rem 0.9rem; font: inherit; font-size: 0.9375rem;
}
.field textarea { min-height: 6.5rem; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--accent-text); }
.radio-row { display: flex; flex-direction: column; gap: 0.6rem; }
.radio-row label {
  display: flex; gap: 0.7rem; align-items: flex-start; font-weight: 400;
  font-size: 0.9375rem; color: var(--text-mid); cursor: pointer; margin: 0;
}
.radio-row input { width: auto; margin-top: 0.35rem; flex-shrink: 0; }

/* ---------- accessibility fallbacks ---------- */

/* No backdrop blur (older Firefox, some Linux builds): go near-opaque so text never
   sits on unblurred glow. */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  :root { --glass: rgba(15, 23, 46, 0.94); }
}
/* "Reduce transparency" in system settings: solid panels, dimmed glow. */
@media (prefers-reduced-transparency: reduce) {
  :root { --glass: rgba(15, 23, 46, 0.96); --glass-sheen: rgba(255, 255, 255, 0.03); }
  body::before { opacity: 0.35; }
}
/* "Increase contrast": brighter secondary text, firmer edges. */
@media (prefers-contrast: more) {
  :root {
    --text-mid: #e3e9f2; --text-dim: #cbd5e3;
    --glass: rgba(10, 16, 32, 0.9); --glass-edge: rgba(255, 255, 255, 0.4);
  }
}
