/* =============================================================================
   Southern Woodlands Decision Navigator — styles
   Calm, civic, forest-adjacent. Mobile-first. WCAG AA. Base 18px.
   ========================================================================== */

:root {
  --deep:   #17301e;   /* deep forest */
  --deep2:  #0f2415;   /* darker */
  --mid:    #2c5e1a;   /* mid green (matches favicon) */
  --sage:   #4e7c5a;   /* sage accent */
  --light:  #9fc4a4;   /* pale green (on-dark text) */
  --cream:  #f5f0e8;   /* page background */
  --parch:  #ede5d2;   /* parchment cards */
  --parch2: #e3d9c2;   /* parchment border */
  --wood:   #7a4e28;   /* warm wood accent */
  --clay:   #b5622f;   /* warm signal (sale side / autumn) */
  --text:   #1a1a17;
  --muted:  #4a4a44;
  --white:  #ffffff;
  --focus:  #b9822b;   /* high-contrast focus ring */
  --serif:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:   'Lato', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --max:    720px;
  --wide:   1040px;
  --radius: 6px;
  --shadow: 0 1px 3px rgba(15,30,16,.10), 0 6px 20px rgba(15,30,16,.06);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 4.6rem; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.72;
  color: var(--text);
  background: var(--cream);
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

/* ---- Accessibility helpers ------------------------------------------------ */
.skip-link {
  position: absolute; left: 8px; top: -60px;
  background: var(--deep); color: var(--white);
  padding: .6rem 1rem; border-radius: var(--radius); z-index: 200;
  transition: top .15s ease; text-decoration: none; font-weight: 700;
}
.skip-link:focus { top: 8px; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: 3px;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

a { color: var(--mid); text-underline-offset: 2px; }
a:hover { color: var(--deep); }

/* ---- Top navigation ------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(23,48,30,.97);
  backdrop-filter: saturate(140%) blur(4px);
  border-bottom: 1px solid rgba(159,196,164,.25);
}
.nav-inner {
  max-width: var(--wide); margin: 0 auto;
  display: flex; align-items: center; gap: .6rem;
  padding: .5rem .9rem;
}
.nav-brand {
  display: flex; align-items: center; gap: .55rem;
  color: var(--white); text-decoration: none; font-weight: 700;
  font-size: .92rem; letter-spacing: .02em; margin-right: auto;
}
.nav-brand img { width: 26px; height: 26px; }
.nav-brand span { line-height: 1.1; }
.nav-links { display: flex; flex-wrap: wrap; gap: .1rem; list-style: none; }
.nav-links a {
  color: var(--light); text-decoration: none; font-size: .82rem;
  font-weight: 700; letter-spacing: .02em;
  padding: .45rem .6rem; border-radius: 4px; display: block;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--white); background: rgba(159,196,164,.16); }
.nav-toggle {
  display: none; background: none; border: 1px solid rgba(159,196,164,.4);
  color: var(--white); border-radius: 5px; padding: .4rem .55rem; cursor: pointer;
  font-size: 1.1rem; line-height: 1;
}
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0;
    background: var(--deep); padding: .4rem;
    border-bottom: 1px solid rgba(159,196,164,.25);
    max-height: 0; overflow: hidden; transition: max-height .25s ease;
  }
  .nav-links.open { max-height: 70vh; }
  .nav-links a { padding: .7rem .8rem; font-size: .95rem; }
}

/* ---- Hero ----------------------------------------------------------------- */
.hero {
  position: relative;
  background: var(--deep2);
  color: var(--white);
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('../assets/img/hero-1500.webp');
  background-size: cover; background-position: center 40%;
}
@media (max-width: 700px) { .hero-bg { background-image: url('../assets/img/hero-850.webp'); } }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(15,36,21,.66) 0%, rgba(15,36,21,.74) 55%, rgba(15,36,21,.90) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--max); margin: 0 auto;
  padding: 3.4rem 1.4rem 3rem;
}
.hero-kicker {
  font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--light); margin-bottom: .9rem;
}
.hero h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(2.1rem, 7vw, 3.3rem); line-height: 1.1;
  text-shadow: 0 2px 18px rgba(0,0,0,.35); margin-bottom: .7rem;
}
.hero-sub {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.1rem, 3.4vw, 1.4rem); color: rgba(255,255,255,.9);
  max-width: 34ch;
}
.hero-meta {
  margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .5rem .9rem;
  font-size: .82rem; color: rgba(255,255,255,.82);
}
.hero-meta span { display: inline-flex; align-items: center; gap: .4rem; }
.hero-cta {
  margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: .7rem;
}

/* ---- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--sans); font-weight: 700; font-size: .95rem;
  padding: .8rem 1.3rem; border-radius: var(--radius);
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  min-height: 48px; transition: background .15s, border-color .15s, color .15s;
}
.btn-primary { background: var(--mid); color: var(--white); border-color: var(--mid); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--deep); border-color: var(--deep); color: var(--white); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.btn-outline { background: var(--white); color: var(--deep); border-color: var(--sage); }
.btn-outline:hover, .btn-outline:focus-visible { background: var(--parch); }

/* ---- Layout / sections ---------------------------------------------------- */
.container { max-width: var(--max); margin: 0 auto; padding: 0 1.4rem; }
.container-wide { max-width: var(--wide); margin: 0 auto; padding: 0 1.4rem; }
.section { padding: 3.2rem 0; }
.section--alt { background: var(--parch); }
.section--deep { background: var(--deep); color: var(--white); }
.section-label { display: flex; align-items: center; gap: .75rem; margin-bottom: .5rem; }
.section-label::before { content:''; width: 28px; height: 3px; background: var(--sage); flex-shrink: 0; }
.section-label span {
  font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--sage);
}
.section--deep .section-label span { color: var(--light); }
.section h2.section-title {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.7rem, 5vw, 2.3rem); line-height: 1.15; margin-bottom: .5rem;
}
.section-intro {
  font-family: var(--serif); font-size: clamp(1.12rem, 3vw, 1.28rem);
  line-height: 1.6; color: var(--muted); margin-bottom: 1.8rem; max-width: 60ch;
}
.section--deep .section-intro { color: rgba(255,255,255,.85); }

/* ---- Decorative band ------------------------------------------------------ */
.band {
  height: 150px;
  background: url('../assets/img/band-canopy-1200.webp') center/cover no-repeat;
  border-top: 4px solid var(--deep); border-bottom: 4px solid var(--deep);
}

/* ---- Privacy / trust callout ---------------------------------------------- */
.trust {
  display: flex; gap: .8rem; align-items: flex-start;
  background: var(--parch); border-left: 4px solid var(--sage);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1rem 1.2rem; margin: 1.4rem auto 0; max-width: var(--max);
  font-size: .92rem; color: var(--muted);
}
.trust strong { color: var(--deep); }

/* ---- Ballot map ----------------------------------------------------------- */
.pending {
  background: #fbf3e0; border: 1px solid #e6cf9c; color: #6b4e15;
  border-radius: var(--radius); padding: .8rem 1rem; margin-bottom: 1.6rem;
  font-size: .9rem; display: flex; gap: .6rem; align-items: flex-start;
}
.pending .dot { color: var(--clay); font-size: 1.1rem; line-height: 1.4; }
.ballot-grid { display: grid; gap: 1.1rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .ballot-grid { grid-template-columns: 1fr auto 1fr; align-items: stretch; } }
.ballot-card {
  background: var(--white); border: 1px solid var(--parch2); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.4rem 1.3rem; display: flex; flex-direction: column;
}
.ballot-card h3 {
  font-family: var(--serif); font-size: 1.5rem; font-weight: 600; line-height: 1.15;
  color: var(--deep); margin-bottom: .2rem;
}
.ballot-tag {
  font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sage); margin-bottom: .7rem;
}
.ballot-card ul { list-style: none; margin: .6rem 0 0; }
.ballot-card li { padding: .55rem 0; border-top: 1px solid var(--parch); }
.ballot-card li:first-child { border-top: none; }
.ballot-card li strong { color: var(--deep); }
.ballot-choice { font-size: .96rem; }
.ballot-arrow {
  display: flex; align-items: center; justify-content: center; color: var(--sage);
  font-weight: 700; font-size: .8rem; text-align: center; padding: .4rem;
}
.ballot-arrow .arrow-line { display: flex; flex-direction: column; align-items: center; gap: .3rem; }
.ballot-arrow .big { font-size: 1.8rem; line-height: 1; }
@media (max-width: 719px) { .ballot-arrow .big { transform: rotate(90deg); } }
.ballot-seq {
  margin-top: 1.4rem; background: var(--parch); border-radius: var(--radius);
  padding: 1rem 1.2rem; font-size: .95rem;
}
.ballot-seq h4 { font-family: var(--sans); font-size: .95rem; color: var(--deep); margin-bottom: .3rem; }
.quorum {
  margin-top: 1.1rem; display: flex; gap: .8rem; align-items: flex-start;
  background: var(--deep); color: var(--white); border-radius: var(--radius); padding: 1rem 1.2rem;
}
.quorum .big { font-family: var(--serif); font-size: 2rem; font-weight: 600; color: var(--light); line-height: 1; }
.quorum p { font-size: .92rem; color: rgba(255,255,255,.9); }

/* ---- Navigator ------------------------------------------------------------ */
.nav-intro-note { font-size: .9rem; color: var(--muted); margin-bottom: 1.4rem; }
.slider-block {
  background: var(--white); border: 1px solid var(--parch2); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.3rem 1.3rem 1.5rem; margin-bottom: 1.1rem;
}
.slider-block.is-torn { opacity: .72; }
.slider-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: .1rem; }
.slider-num { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--sage); }
.slider-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--deep); margin-bottom: 1rem; }
.anchor-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.anchor { font-size: .9rem; line-height: 1.5; color: var(--muted); }
.anchor .akey { display: block; font-weight: 700; color: var(--deep); margin-bottom: .15rem; font-size: .82rem; }
.anchor.right { text-align: right; }
@media (max-width: 520px) {
  .anchor-row { grid-template-columns: 1fr; gap: .5rem; }
  .anchor.right { text-align: left; }
}
.midpoint-hint { font-size: .82rem; color: var(--sage); text-align: center; margin: -.4rem 0 .7rem; }
.midpoint-hint a { color: var(--sage); }

/* range slider */
.slider-track-wrap { padding: 0 .2rem; }
input[type=range].tradeoff {
  -webkit-appearance: none; appearance: none; width: 100%; height: 40px;
  background: transparent; cursor: pointer; margin: 0;
}
input[type=range].tradeoff:focus { outline: none; }
input[type=range].tradeoff:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 3px var(--focus); }
input[type=range].tradeoff:focus-visible::-moz-range-thumb { box-shadow: 0 0 0 3px var(--focus); }
/* webkit track */
input[type=range].tradeoff::-webkit-slider-runnable-track {
  height: 8px; border-radius: 5px;
  background: linear-gradient(to right, var(--sage), var(--parch2));
}
input[type=range].tradeoff::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 30px; height: 30px; margin-top: -11px; border-radius: 50%;
  background: var(--mid); border: 3px solid var(--white);
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
/* moz track */
input[type=range].tradeoff::-moz-range-track { height: 8px; border-radius: 5px; background: var(--parch2); }
input[type=range].tradeoff::-moz-range-progress { height: 8px; border-radius: 5px; background: var(--sage); }
input[type=range].tradeoff::-moz-range-thumb {
  width: 30px; height: 30px; border-radius: 50%; background: var(--mid); border: 3px solid var(--white);
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.is-torn input[type=range].tradeoff::-webkit-slider-thumb { background: var(--muted); }
.is-torn input[type=range].tradeoff::-moz-range-thumb { background: var(--muted); }
.is-untouched input[type=range].tradeoff::-webkit-slider-thumb { background: var(--wood); }
.is-untouched input[type=range].tradeoff::-moz-range-thumb { background: var(--wood); }

.ticks { display: flex; justify-content: space-between; padding: .3rem .1rem 0; }
.ticks span { width: 1px; height: 6px; background: var(--parch2); }
.slider-foot { display: flex; justify-content: space-between; align-items: center; margin-top: .7rem; gap: 1rem; }
.slider-value {
  font-size: .9rem; font-weight: 700; color: var(--deep); min-height: 1.4em;
}
.slider-value .muted { color: var(--muted); font-weight: 400; }
.torn-toggle {
  display: inline-flex; align-items: center; gap: .45rem; font-size: .85rem; color: var(--muted);
  cursor: pointer; user-select: none; padding: .4rem .2rem; min-height: 44px;
}
.torn-toggle input { width: 18px; height: 18px; accent-color: var(--mid); }

.nav-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: 1.4rem; }
.nav-status { font-size: .9rem; color: var(--muted); }
.nav-status.warn { color: var(--clay); font-weight: 700; }

/* ---- Navigator results ---------------------------------------------------- */
.results { margin-top: 2rem; scroll-margin-top: 5rem; }
.result-card {
  background: var(--white); border: 1px solid var(--parch2); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden; margin-bottom: 1.3rem;
}
.result-card__top { background: var(--deep); color: var(--white); padding: 1.3rem 1.4rem; }
.result-card__eyebrow { font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--light); margin-bottom: .4rem; }
.result-card__top h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; line-height: 1.15; }
.result-card__body { padding: 1.3rem 1.4rem; }
.result-card__body > p { margin-bottom: 1rem; }
.result-card__body > p:last-child { margin-bottom: 0; }
.result-block { margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--parch); }
.result-block h4 {
  font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--sage); margin-bottom: .5rem;
}
.result-block ul { margin: .5rem 0 0 1.1rem; }
.result-block li { margin-bottom: .5rem; }
.result-seq {
  background: var(--parch); border-radius: var(--radius); padding: .9rem 1.1rem;
  font-size: .95rem; margin-top: 1.2rem;
}
.steelman { background: #f1f5ec; border-left: 4px solid var(--sage); border-radius: 0 var(--radius) var(--radius) 0; padding: 1rem 1.2rem; margin-top: 1.2rem; }
.steelman h4 { color: var(--mid); }
.tension { background: #f7efe4; border-left: 4px solid var(--clay); border-radius: 0 var(--radius) var(--radius) 0; padding: 1rem 1.2rem; margin-bottom: 1rem; }
.tension h4 { color: var(--clay); }
.faq-links-list { list-style: none; margin: .4rem 0 0; }
.faq-links-list li { margin-bottom: .35rem; }
.faq-links-list a { font-weight: 700; }
.result-alt-label { font-size: .82rem; color: var(--muted); font-style: italic; margin-bottom: .3rem; }

.navigator-fallback {
  background: var(--parch); border: 1px dashed var(--sage); border-radius: var(--radius);
  padding: 1.4rem; text-align: center; color: var(--muted);
}

/* ---- Timeline ------------------------------------------------------------- */
.timeline { position: relative; margin-top: 1rem; padding-left: 1.6rem; }
.timeline::before { content:''; position: absolute; left: 6px; top: .4rem; bottom: .4rem; width: 2px; background: var(--sage); }
.tl-entry { position: relative; padding: 0 0 1.5rem .4rem; }
.tl-entry::before {
  content:''; position: absolute; left: -1.6rem; top: .35rem; width: 12px; height: 12px;
  border-radius: 50%; background: var(--mid); border: 2px solid var(--cream); box-shadow: 0 0 0 2px var(--sage);
}
.tl-entry.is-future::before { background: var(--cream); }
.tl-date { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); }
.tl-entry h3 { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; color: var(--deep); margin: .1rem 0 .2rem; }
.tl-entry p { font-size: .95rem; color: var(--muted); }
.tl-entry a.tl-src { font-size: .85rem; font-weight: 700; }
.tl-future-note { font-size: .8rem; font-style: italic; color: var(--clay); }

/* ---- FAQ ------------------------------------------------------------------ */
.faq-search-wrap { position: relative; margin-bottom: 1.4rem; }
.faq-search {
  width: 100%; font-family: var(--sans); font-size: 1rem; padding: .85rem 1rem .85rem 2.6rem;
  border: 2px solid var(--parch2); border-radius: var(--radius); background: var(--white); color: var(--text);
  min-height: 48px;
}
.faq-search:focus-visible { border-color: var(--sage); outline: none; box-shadow: 0 0 0 3px rgba(78,124,90,.25); }
.faq-search-wrap::before { content:'⌕'; position: absolute; left: .9rem; top: 50%; transform: translateY(-50%); color: var(--sage); font-size: 1.3rem; }
.faq-count { font-size: .85rem; color: var(--muted); margin-bottom: 1rem; min-height: 1.2em; }
.faq-group-title {
  font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--deep);
  margin: 1.6rem 0 .7rem; padding-bottom: .3rem; border-bottom: 2px solid var(--parch2);
}
.faq-group-title:first-of-type { margin-top: .5rem; }
details.faq-item {
  background: var(--white); border: 1px solid var(--parch2); border-radius: var(--radius);
  margin-bottom: .6rem; overflow: hidden;
}
details.faq-item[open] { box-shadow: var(--shadow); }
details.faq-item > summary {
  list-style: none; cursor: pointer; padding: 1rem 2.6rem 1rem 1.1rem; position: relative;
  font-weight: 700; color: var(--deep); font-size: 1.02rem; line-height: 1.4; min-height: 44px;
}
details.faq-item > summary::-webkit-details-marker { display: none; }
details.faq-item > summary::after {
  content: '+'; position: absolute; right: 1rem; top: .85rem; font-size: 1.5rem; font-weight: 400;
  color: var(--sage); transition: transform .2s ease;
}
details.faq-item[open] > summary::after { content: '–'; }
details.faq-item > summary:hover { background: var(--parch); }
.faq-answer { padding: 0 1.1rem 1.1rem; }
.faq-answer p { margin-bottom: .8rem; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul, .faq-answer ol { margin: .6rem 0 .8rem 1.3rem; }
.faq-answer li { margin-bottom: .45rem; }
.faq-answer strong { color: var(--deep); }
.faq-noresults { color: var(--muted); font-style: italic; padding: 1rem 0; }
mark { background: #f4e2a6; color: inherit; padding: 0 .1em; border-radius: 2px; }

/* ---- Ask ------------------------------------------------------------------ */
.ask-card {
  background: var(--white); border: 1px solid var(--parch2); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 1.6rem 1.4rem; text-align: center;
}
.ask-card h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--deep); margin-bottom: .5rem; }
.ask-card p { color: var(--muted); margin-bottom: 1.1rem; max-width: 48ch; margin-left: auto; margin-right: auto; }

/* ---- About / methodology -------------------------------------------------- */
.method-list { counter-reset: step; list-style: none; margin-top: 1rem; }
.method-list li { position: relative; padding: 0 0 1rem 2.6rem; }
.method-list li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: 0; width: 1.8rem; height: 1.8rem;
  background: var(--mid); color: var(--white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9rem;
}
.matrix-wrap { overflow-x: auto; margin-top: 1.2rem; -webkit-overflow-scrolling: touch; }
table.matrix { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .9rem; }
table.matrix caption { text-align: left; color: var(--muted); font-size: .9rem; margin-bottom: .6rem; }
table.matrix th, table.matrix td { border: 1px solid var(--parch2); padding: .55rem .6rem; text-align: center; }
table.matrix thead th { background: var(--deep); color: var(--white); font-size: .8rem; }
table.matrix tbody th { background: var(--parch); color: var(--deep); text-align: left; white-space: nowrap; }
table.matrix tbody tr:nth-child(even) td { background: #faf6ee; }
.about-block { margin-top: 1.8rem; }
.about-block h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--deep); margin-bottom: .5rem; }

/* ---- Footer --------------------------------------------------------------- */
.badge { background: var(--deep); color: var(--white); padding: 2rem 1.4rem; }
.badge-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; gap: .9rem; }
.badge-inner img { width: 38px; height: 38px; flex-shrink: 0; }
.badge-text { font-size: .82rem; color: rgba(255,255,255,.72); line-height: 1.5; }
.badge-text strong { display: block; color: var(--light); font-size: .9rem; letter-spacing: .03em; }
footer.site-foot { background: var(--text); padding: 1.2rem 1.4rem; text-align: center; }
footer.site-foot p { font-size: .72rem; color: rgba(255,255,255,.45); letter-spacing: .06em; margin-bottom: .3rem; }
footer.site-foot a { color: rgba(255,255,255,.6); }

/* ---- Reveal on scroll ----------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---- Print ---------------------------------------------------------------- */
@media print {
  .nav, .hero-cta, .nav-toggle, .band, .navigator-fallback, .faq-search-wrap, .faq-count,
  #navigator .slider-block, #navigator .nav-actions, .hero-bg::after { display: none !important; }
  body { font-size: 12pt; color: #000; background: #fff; }
  .hero, .section--deep { background: #fff !important; color: #000 !important; }
  .hero-bg { display: none; }
  .hero h1, .hero-sub, .hero-kicker, .section--deep .section-label span, .section--deep .section-intro { color: #000 !important; text-shadow: none; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #333; }
  .section { padding: 1rem 0; page-break-inside: avoid; }
  details.faq-item { border: 1px solid #999; box-shadow: none; page-break-inside: avoid; }
  details.faq-item > summary::after { display: none; }
  details.faq-item .faq-answer { display: block !important; }
  .result-card, .ballot-card, .slider-block { box-shadow: none; border: 1px solid #999; }
  .quorum, .result-card__top { background: #eee !important; color: #000 !important; }
}
