/* Direction 2, The Stages. Asset Protection & Elder Law Center, prospecting mockup.
   Aesthetic family: the quiet chart. One organising line, precise spacing, restraint.
   Type: Source Serif 4 (OFL 1.1), one family for everything, optical sizes on.
   Ground: deep navy. Text: warm neutral. Marker: the logo gold, never as text on a light ground. */

@font-face {
  font-family: "Source Serif 4";
  src: url("fonts/SourceSerif4-Roman-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("fonts/SourceSerif4-Italic-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --navy-950: #061826;
  --navy-900: #081f33;
  --navy-850: #0a2439;
  --navy-800: #0b2a44;
  --navy-700: #0d476c;
  --cream: #f4eee2;
  --cream-2: #ede5d6;
  --cream-muted: #b9ae98;
  --ink: #14202b;
  --ink-2: #4a5561;
  --gold: #efd038;
  --gold-ink: #111111;
  --line-dim: rgba(244, 238, 226, 0.16);
  --hair: rgba(244, 238, 226, 0.12);
  --font: "Source Serif 4", Georgia, "Times New Roman", serif;
  --max: 1120px;
  --gutter: clamp(20px, 4vw, 48px);
  --nav-h: 60px;
  --indent: 56px;
  --measure: 62ch;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--navy-900);
  color: var(--cream);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  font-optical-sizing: auto;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) { body { font-size: 18px; } }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1.1em; }
h1, h2, h3 { margin: 0; font-weight: 500; line-height: 1.12; letter-spacing: -0.006em; }
h1 { font-size: clamp(2rem, 1.15rem + 2.6vw, 3.1rem); }
h2 { font-size: clamp(1.55rem, 1.1rem + 1.4vw, 2.15rem); }
h3 { font-size: 1.2rem; line-height: 1.3; }
.measure { max-width: var(--measure); }

.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

/* Text on the navy ground */
.body-text a { text-decoration: underline; text-decoration-color: rgba(239, 208, 56, 0.55); text-underline-offset: 3px; text-decoration-thickness: 1px; }
.body-text a:hover { text-decoration-color: var(--gold); }
.muted { color: var(--cream-muted); }
.label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--cream-muted); font-weight: 500; }
.lede { font-size: 1.22rem; line-height: 1.5; color: var(--cream-2); max-width: 48ch; }

/* Skip link */
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: var(--gold-ink); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* ---------- Navigation: thin, floating, shrinks on scroll ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: var(--nav-h);
  background: rgba(8, 31, 51, 0.84);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair);
  transition: height 0.22s ease;
}
.nav .wrap { height: 100%; display: flex; align-items: center; gap: 28px; }
.nav .logo { display: block; height: 30px; margin-right: auto; transition: height 0.22s ease; }
.nav .logo img { height: 100%; width: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.nav-links a { font-size: 0.95rem; color: var(--cream-2); text-decoration: none; padding: 6px 0; border-bottom: 1px solid transparent; }
.nav-links a:hover, .nav-links a[aria-current="page"] { border-bottom-color: var(--gold); }
.nav-phone { display: inline-block; background: var(--gold); color: var(--gold-ink); text-decoration: none; font-weight: 500; font-size: 0.95rem; padding: 8px 14px; border-radius: 2px; white-space: nowrap; }
.nav-phone:hover { background: #f5db5a; }
.menu-btn { display: none; background: none; border: 1px solid rgba(244, 238, 226, 0.4); color: var(--cream); font: inherit; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 7px 12px; border-radius: 2px; cursor: pointer; }
html.scrolled .nav { height: 48px; }
html.scrolled .nav .logo { height: 26px; }

.menu-panel { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; z-index: 49; background: var(--navy-950); padding: 28px var(--gutter) 40px; overflow: auto; }
body.menu-open .menu-panel { display: block; }
body.menu-open { overflow: hidden; }
.menu-panel ul { list-style: none; margin: 0 0 28px; padding: 0; }
.menu-panel li a { display: block; font-size: 1.35rem; padding: 12px 0; border-bottom: 1px solid var(--hair); color: var(--cream); text-decoration: none; }
.menu-panel .stages-list a { font-size: 1.05rem; color: var(--cream-2); }
.menu-panel .big-phone { font-size: 1.6rem; color: var(--cream); text-decoration: none; }

@media (max-width: 900px) {
  :root { --nav-h: 56px; }
  .nav .wrap { gap: 12px; }
  .nav .logo { height: 26px; }
  .nav-links { display: none; }
  .nav-phone { padding: 7px 12px; font-size: 0.9rem; }
  .menu-btn { display: inline-block; }
  html.scrolled .nav { height: 48px; }
  html.scrolled .nav .logo { height: 22px; }
}
@media (max-width: 400px) {
  .nav .logo { height: 22px; }
  .nav-phone .num { display: none; }
}
@media (min-width: 401px) { .nav-phone .word { display: none; } }

/* ---------- Buttons ---------- */
.btn { display: inline-block; padding: 13px 22px; font-size: 0.98rem; font-weight: 500; line-height: 1; border-radius: 2px; text-decoration: none; border: 1px solid transparent; }
.btn-gold { background: var(--gold); color: var(--gold-ink); }
.btn-gold:hover { background: #f5db5a; }
.btn-line { border-color: rgba(244, 238, 226, 0.45); color: var(--cream); }
.btn-line:hover { border-color: var(--cream); }
.on-cream .btn-line { border-color: rgba(13, 71, 108, 0.55); color: var(--navy-700); }
.on-cream .btn-line:hover { border-color: var(--navy-700); }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.cta-note { font-size: 0.95rem; color: var(--cream-muted); margin-top: 14px; max-width: 40ch; }
.on-cream .cta-note { color: var(--ink-2); }

/* ---------- Hero ---------- */
.hero { padding-top: calc(var(--nav-h) + 88px); padding-bottom: 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 64px; align-items: end; padding-bottom: 72px; }
.hero h1 { margin-bottom: 26px; }
@media (max-width: 640px) { .hero h1 br { display: none; } .hero h1 { max-width: 14ch; } }
.hero .lede { margin-bottom: 34px; }
.hero-aside { padding-bottom: 6px; }
.hero-rule { height: 1px; background: var(--gold); }
@media (prefers-reduced-motion: no-preference) {
  .hero-grid > * { animation: rise 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .hero-aside { animation-delay: 0.18s; }
  @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 900px) {
  .hero { padding-top: calc(var(--nav-h) + 56px); }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 56px; }
}

/* ---------- Quotes: a tick above, attribution below ---------- */
.q { position: relative; padding-top: 16px; margin: 0; }
.q::before { content: ""; position: absolute; top: 0; left: 0; width: 28px; height: 1px; background: var(--gold); }
.q p { font-size: 1.14rem; line-height: 1.5; margin: 0 0 12px; color: var(--cream); }
.q cite { font-style: normal; display: block; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--cream-muted); }
.q.large p { font-size: 1.32rem; line-height: 1.42; }
.q.small p { font-size: 1.02rem; }
.on-cream .q p { color: var(--ink); }
.on-cream .q cite { color: var(--ink-2); }
.on-cream .q::before { background: var(--navy-700); }
.q-stack { display: grid; gap: 40px; }

/* ---------- The line (home page arc) ---------- */
.arc { position: relative; }
.arc-track { position: relative; padding-left: var(--indent); }
.arc-line { position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: var(--line-dim); }
.arc-fill { position: absolute; top: 0; left: 0; width: 1px; height: var(--fill, 0%); background: var(--gold); }
.arc-origin { position: absolute; top: 0; left: -3px; width: 7px; height: 7px; background: var(--gold); }
.arc-intro { padding: 44px 0 20px; }
.arc-intro p { font-size: 1.22rem; line-height: 1.5; color: var(--cream-2); max-width: 34ch; margin: 0; }

/* the strip: the whole line in one row */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.strip li { position: relative; border-top: 1px solid var(--line-dim); padding: 14px 18px 0 0; }
.strip li::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; background: var(--cream-muted); }
.strip li.here::before, .strip li.reached::before { background: var(--gold); }
.strip li.here { border-top-color: var(--gold); }
.strip a { text-decoration: none; color: var(--cream-2); font-size: 0.95rem; line-height: 1.3; display: block; }
.strip a:hover { color: var(--cream); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.strip .here-label { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold); margin-top: 6px; }
.strip li.loop::before { width: 16px; height: 10px; top: -5px; left: -1px; background: url("assets/img/amp-gold.svg") left center / contain no-repeat; }
.arc .strip { margin: 18px 0 8px; }
@media (max-width: 640px) {
  .strip { grid-template-columns: 1fr 1fr; row-gap: 22px; }
}

/* a station */
.stage { position: relative; padding: 88px 0 40px; }
.stage h2 { position: relative; max-width: 22ch; }
.stage h2::before { content: ""; position: absolute; left: calc(-1 * var(--indent) - 3px); top: 0.58em; width: 7px; height: 7px; background: var(--cream-muted); }
.stage h2::after { content: ""; position: absolute; left: calc(-1 * var(--indent) + 6px); top: 0.58em; margin-top: 3px; width: 26px; height: 1px; background: var(--line-dim); }
.stage.reached h2::before { background: var(--gold); }
.stage.reached h2::after { background: var(--gold); }
.stage.loop h2::before { width: 46px; height: 29px; left: calc(-1 * var(--indent) - 23px); top: 0.18em; background: url("assets/img/amp-gold.svg") center / contain no-repeat; }
.stage.loop h2::after { display: none; }
.stage .sub { font-size: 1.2rem; line-height: 1.45; color: var(--cream-2); max-width: 40ch; margin: 14px 0 0; }
.stage-body { display: grid; grid-template-columns: minmax(0, 60ch) minmax(240px, 1fr); gap: 56px; margin-top: 34px; align-items: start; }
.stage-body .q { margin-top: 6px; }
.lives { margin: 26px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: baseline; row-gap: 6px; font-size: 1.02rem; }
.lives li + li::before { content: ""; display: inline-block; width: 1em; height: 0.62em; margin: 0 0.55em; background: url("assets/img/amp-gold.svg") center / contain no-repeat; vertical-align: -0.02em; }
.on-cream .lives li + li::before { background-image: url("assets/img/amp-navy.svg"); }
.lives-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--cream-muted); margin-top: 30px; }
.on-cream .lives-label { color: var(--ink-2); }
.recog { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--hair); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px 40px; align-items: center; }
.recog p { font-size: 1.12rem; line-height: 1.45; margin: 0; max-width: 46ch; }
.on-cream .recog { border-top-color: rgba(13, 71, 108, 0.18); }
@media (max-width: 900px) {
  :root { --indent: 34px; }
  .stage { padding-top: 64px; }
  .stage-body { grid-template-columns: 1fr; gap: 28px; }
  .recog { grid-template-columns: 1fr; }
  .stage.loop h2::before { width: 34px; height: 21px; left: calc(-1 * var(--indent) - 17px); top: 0.22em; }
}

/* ---------- Ampersand rule (section divider) ---------- */
.amp-rule { display: flex; align-items: center; gap: 18px; margin: 0; border: 0; height: auto; }
.amp-rule::before, .amp-rule::after { content: ""; flex: 1; height: 1px; background: var(--gold); }
.amp-rule span { width: 34px; height: 21px; background: url("assets/img/amp-gold.svg") center / contain no-repeat; }
.on-cream .amp-rule::before, .on-cream .amp-rule::after { background: var(--navy-700); opacity: 0.5; }
.on-cream .amp-rule span { background-image: url("assets/img/amp-navy.svg"); }
.amp-mark { width: 1em; height: 0.62em; fill: var(--gold); vertical-align: -0.02em; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section.tight { padding: 72px 0; }
.on-navy-850 { background: var(--navy-850); }
.on-cream { background: var(--cream); color: var(--ink); }
.on-cream-2 { background: var(--cream-2); color: var(--ink); }
.on-cream .body-text a, .on-cream-2 .body-text a { color: var(--navy-700); text-decoration-color: rgba(13, 71, 108, 0.45); }
.on-cream .muted, .on-cream-2 .muted, .on-cream .label, .on-cream-2 .label { color: var(--ink-2); }
.on-cream .lede, .on-cream-2 .lede { color: var(--ink); }
.on-cream h1, .on-cream h2, .on-cream h3, .on-cream-2 h2, .on-cream-2 h3 { color: var(--ink); }
.on-cream-2 .q::before { background: var(--navy-700); }
.on-cream-2 .q p { color: var(--ink); }
.on-cream-2 .q cite { color: var(--ink-2); }
.on-cream-2 .lives li + li::before { background-image: url("assets/img/amp-navy.svg"); }
.section h2 { margin-bottom: 18px; max-width: 24ch; }
.two-col { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; align-items: start; }
.two-col.even { grid-template-columns: 1fr 1fr; }
@media (max-width: 900px) { .two-col, .two-col.even { grid-template-columns: 1fr; gap: 36px; } .section { padding: 72px 0; } }

/* Lifetime guidance: her list, plotted against the line */
.plot { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--hair); }
.plot li { display: grid; grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr); gap: 16px 32px; padding: 18px 0; border-bottom: 1px solid var(--hair); }
.plot .station { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--gold); padding-top: 5px; position: relative; padding-left: 22px; }
.plot .station::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; background: var(--gold); }
.plot .station.loop::before { width: 16px; height: 10px; top: 8px; left: -1px; background: url("assets/img/amp-gold.svg") left center / contain no-repeat; }
.plot .items { margin: 0; padding: 0; list-style: none; }
.plot .items li { display: block; padding: 0; border: 0; grid-template-columns: none; font-size: 1.02rem; }
.plot .items li + li { margin-top: 4px; }
.flag { font-size: 0.85rem; color: var(--cream-muted); margin-top: 18px; }
.on-cream .flag, .on-cream-2 .flag { color: var(--ink-2); }
@media (max-width: 640px) { .plot li { grid-template-columns: 1fr; gap: 8px; } }

/* Portraits */
.portraits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.portrait { margin: 0; }
.portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.portrait figcaption { padding-top: 12px; margin-top: 12px; border-top: 1px solid var(--navy-700); font-size: 0.98rem; line-height: 1.35; }
.portrait figcaption .role { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--ink-2); margin-top: 4px; }
.portrait figcaption .flag { margin-top: 8px; font-size: 0.78rem; }
.portraits.four { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.portraits.staff { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.portraits.staff figcaption { font-size: 0.92rem; }
@media (max-width: 900px) { .portraits.four, .portraits.staff { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.bio { font-size: 0.95rem; color: var(--ink-2); margin-top: 8px; line-height: 1.45; }
.team-inset { background: #fff; padding: 14px; margin-top: 20px; }
.team-inset figcaption { font-size: 0.85rem; color: var(--ink-2); padding: 10px 2px 0; }

/* Proof stacks and pairs */
.pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 56px; }
@media (max-width: 720px) { .pairs { grid-template-columns: 1fr; } }
.disclaimer { font-size: 0.8rem; color: var(--ink-2); max-width: 60ch; margin-top: 40px; }
.on-navy .disclaimer { color: var(--cream-muted); }

/* Facts row (library) */
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin: 36px 0 0; padding: 0; list-style: none; }
.facts li { border-top: 1px solid var(--gold); padding-top: 14px; }
.facts .big { display: block; font-size: 1.9rem; line-height: 1.1; margin-bottom: 6px; }
@media (max-width: 720px) { .facts { grid-template-columns: 1fr; gap: 20px; } }

/* ---------- Stage pages ---------- */
.page-head { padding-top: calc(var(--nav-h) + 56px); }
.page-head .strip { margin-bottom: 56px; }
.page-head h1 { max-width: 18ch; }
.page-head .sub { font-size: 1.22rem; line-height: 1.45; color: var(--cream-2); max-width: 44ch; margin: 18px 0 0; }
.on-cream .page-head .sub { color: var(--ink); }
.recog-band { margin-top: 40px; padding: 22px 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--hair); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px 40px; align-items: center; }
.recog-band p { font-size: 1.18rem; line-height: 1.45; margin: 0; max-width: 48ch; }
@media (max-width: 900px) { .recog-band { grid-template-columns: 1fr; } .page-head { padding-top: calc(var(--nav-h) + 40px); } }

.services { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--hair); }
.services li { padding: 22px 0; border-bottom: 1px solid var(--hair); display: grid; grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr); gap: 8px 40px; }
.services h3 { font-size: 1.08rem; font-weight: 500; }
.services p { margin: 0; font-size: 1rem; color: var(--cream-2); }
.on-cream .services { border-top-color: rgba(13, 71, 108, 0.2); }
.on-cream .services li { border-bottom-color: rgba(13, 71, 108, 0.2); }
.on-cream .services p { color: var(--ink); }
@media (max-width: 640px) { .services li { grid-template-columns: 1fr; } }
.placeholder { color: var(--gold); font-size: 0.95rem; }
.on-cream .placeholder, .on-cream-2 .placeholder { color: var(--navy-700); background: rgba(239, 208, 56, 0.35); padding: 0 4px; }
.placeholder-block { border: 1px dashed rgba(239, 208, 56, 0.6); padding: 18px 20px; color: var(--cream-2); font-size: 0.98rem; }
.on-cream .placeholder-block { border-color: rgba(13, 71, 108, 0.5); color: var(--ink); }
.placeholder-block .placeholder { display: block; margin-top: 6px; }

.next-stations { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 8px; }
.next-stations a { display: block; text-decoration: none; padding: 18px 0; border-top: 1px solid var(--gold); color: var(--cream); }
.next-stations a:hover { color: var(--gold); }
.next-stations .label { display: block; margin-bottom: 6px; }
.next-stations .name { font-size: 1.22rem; line-height: 1.25; }
.on-cream .next-stations a { color: var(--ink); border-top-color: var(--navy-700); }
.on-cream .next-stations a:hover { color: var(--navy-700); }
@media (max-width: 560px) { .next-stations { grid-template-columns: 1fr; } }

.big-phone { font-size: clamp(1.7rem, 1rem + 2.4vw, 2.6rem); line-height: 1.1; text-decoration: none; color: var(--cream); display: inline-block; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.big-phone:hover { color: var(--gold); }
.on-cream .big-phone { color: var(--ink); border-bottom-color: var(--navy-700); }
.on-cream .big-phone:hover { color: var(--navy-700); }

/* Contact */
.offices { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 0; padding: 0; list-style: none; }
.offices li { border-top: 1px solid var(--gold); padding-top: 14px; }
.offices h3 { font-size: 1.05rem; margin-bottom: 6px; }
.offices p { margin: 0; color: var(--cream-2); font-size: 1rem; }
.on-cream .offices p { color: var(--ink); }
.on-cream .offices li { border-top-color: var(--navy-700); }
@media (max-width: 560px) { .offices { grid-template-columns: 1fr; } }
.form { display: grid; gap: 18px; }
.form label { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink-2); margin-bottom: 8px; }
.form input, .form select, .form textarea { width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: #fff; border: 1px solid rgba(13, 71, 108, 0.35); border-radius: 2px; padding: 12px 14px; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--navy-700); }
.form textarea { min-height: 140px; resize: vertical; }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .form .row { grid-template-columns: 1fr; } }
.form button { font: inherit; cursor: pointer; }
.form-note { font-size: 0.9rem; color: var(--ink-2); }

/* ---------- Footer ---------- */
.footer { background: var(--navy-950); padding: 64px 0 40px; border-top: 1px solid var(--hair); font-size: 0.95rem; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); gap: 40px 48px; }
.footer .logo img { height: 34px; width: auto; }
.footer p { margin: 0 0 8px; color: var(--cream-2); }
.footer a { color: var(--cream-2); text-decoration: none; }
.footer a:hover { color: var(--cream); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 3px; }
.footer .label { margin-bottom: 10px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 6px; }
.footer .stations-foot li + li::before { content: ""; display: inline-block; width: 0.9em; height: 0.56em; margin: 0 0.45em 0 0; background: url("assets/img/amp-gold.svg") center / contain no-repeat; vertical-align: -0.02em; }
.footer .foot-phone { font-size: 1.35rem; color: var(--cream); display: inline-block; margin: 6px 0 14px; border-bottom: 1px solid var(--gold); }
.footer .small { font-size: 0.8rem; color: var(--cream-muted); margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--hair); }
.footer .small p { color: var(--cream-muted); max-width: 70ch; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
