/* =========================================================================
   Raeeya — raeeya.com
   Flock records for sheep, goat and dairy farmers.
   Design language: warm editorial canvas, oversized radii, pill navigation,
   eyebrow dots, circular portraits, thin traced arcs — pushed earthward into
   weathered olive, wool cream and clay brown.
   ========================================================================= */

/* -------------------------------------------------------------------------
   1. Tokens
   ------------------------------------------------------------------------- */

:root {
  /* Surfaces — wool cream family, never pure white for the canvas */
  --canvas:        #F2EEE7;   /* body canvas: washed wool cream            */
  --lift:          #FAF7F1;   /* paper laid on paper                        */
  --paper:         #FFFFFF;   /* nav pill, cards, satellite buttons         */
  --sand:          #E9E3D8;   /* recessed trays, table headers              */
  --ghost:         #E6E0D3;   /* cream-on-cream watermark type              */

  /* Ink — warm near-blacks */
  --ink:           #1C1A15;
  --ink-2:         #2E2A22;
  --muted:         #5B5445;   /* 6.4:1 on canvas — passes AA body           */
  --muted-2:       #6E6656;   /* large text / captions only                 */

  /* Earth accents */
  --olive:         #3E4736;   /* weathered olive — headings on tint, rules  */
  --olive-2:       #5A6550;
  --olive-tint:    #E3E5DA;
  --olive-deep:    #2B3125;

  --clay:          #8C3E14;   /* clay brown — links, eyebrow dots           */
  --clay-tint:     #F0E3D7;
  --rust:          #B54210;   /* signal — flags and alerts only             */
  --rust-deep:     #9A3A0A;
  --rust-light:    #D9743F;   /* traced arcs, decorative only               */

  /* Lines */
  --line:          #DAD3C5;
  --line-2:        #C3BAA6;
  --line-ink:      rgba(28, 26, 21, 0.16);

  /* Radii — small, button, stadium, pill. No 8–16 middle ground. */
  --r-xs: 4px;
  --r-btn: 20px;
  --r-md: 24px;
  --r-lg: 40px;
  --r-pill: 999px;

  /* Elevation — atmospheric cushioning, never directional light */
  --sh-1: 0 4px 24px rgba(28, 26, 21, 0.05);
  --sh-2: 0 24px 48px rgba(28, 26, 21, 0.09);
  --sh-3: 0 40px 90px rgba(28, 26, 21, 0.14);

  /* Rhythm — 8px base */
  --s-1: 8px;
  --s-2: 16px;
  --s-3: 24px;
  --s-4: 32px;
  --s-5: 48px;
  --s-6: 64px;
  --s-7: 96px;
  --s-8: 128px;

  --gutter: 24px;
  --maxw: 1200px;
  --narrow: 780px;

  --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
}

/* -------------------------------------------------------------------------
   2. Reset & base
   ------------------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 450;
  line-height: 1.55;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
/* clip, not hidden, so the sticky header keeps working */
@supports (overflow-x: clip) { body { overflow-x: clip; } }

h1, h2, h3, h4, h5 {
  margin: 0 0 0.5em;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: var(--ink);
  text-wrap: balance;
}

h1 { font-size: clamp(2.35rem, 6.2vw, 4.15rem); line-height: 1.02; }
h2 { font-size: clamp(1.85rem, 3.9vw, 2.65rem); line-height: 1.1; }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); line-height: 1.2; }
h4 { font-size: 1.02rem; line-height: 1.3; letter-spacing: -0.01em; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--clay); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--rust-deep); }

ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin-bottom: 0.45em; }

strong, b { font-weight: 650; }

svg { display: block; }
svg text { font-family: inherit; font-variant-numeric: tabular-nums; }

hr { border: 0; border-top: 1px solid var(--line); margin: var(--s-5) 0; }

::selection { background: var(--clay-tint); color: var(--ink); }

/* Every number in this product is data. Line it up. */
.num, table, .stat-v, .price-fig, time, .tag, input, select, textarea {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

/* -------------------------------------------------------------------------
   3. Focus, skip link, utilities
   ------------------------------------------------------------------------- */

:focus { outline: none; }

:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--rust-deep);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}

.skip {
  position: absolute;
  left: var(--s-2);
  top: -200px;
  z-index: 999;
  background: var(--ink);
  color: var(--canvas);
  padding: 14px 26px;
  border-radius: var(--r-btn);
  font-weight: 600;
  text-decoration: none;
  transition: top 0.18s var(--ease);
}
.skip:focus { top: var(--s-2); color: var(--canvas); }

.vh {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

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

.lede {
  font-size: clamp(1.06rem, 1.7vw, 1.28rem);
  line-height: 1.5;
  color: var(--muted);
  max-width: 62ch;
}
.lede--dark { color: var(--ink-2); }
.small { font-size: 0.885rem; line-height: 1.5; color: var(--muted); }
.tight { max-width: 58ch; }

/* -------------------------------------------------------------------------
   4. Eyebrow — accent dot + uppercase tracking. The identity signal.
   ------------------------------------------------------------------------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 var(--s-3);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow::before {
  content: "";
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--rust);
  flex: none;
}
.eyebrow--olive::before { background: var(--olive-2); }
.eyebrow--light { color: #C9C2B2; }
.eyebrow--light::before { background: var(--rust-light); }

/* -------------------------------------------------------------------------
   5. Buttons — ink pill, outlined pill, chunky by default
   ------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 28px;
  border-radius: var(--r-btn);
  border: 1.5px solid transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.012em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.16s var(--ease), background-color 0.16s var(--ease),
              color 0.16s var(--ease), box-shadow 0.16s var(--ease);
}
.btn svg { flex: none; }

.btn--primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--canvas);
}
.btn--primary:hover { background: var(--olive-deep); border-color: var(--olive-deep); color: var(--canvas); }
.btn--primary:active { transform: translateY(2px); }

.btn--secondary {
  background: var(--paper);
  border-color: var(--ink);
  color: var(--ink);
}
.btn--secondary:hover { background: var(--sand); color: var(--ink); }
.btn--secondary:active { transform: translateY(2px); }

.btn--onink {
  background: var(--canvas);
  border-color: var(--canvas);
  color: var(--ink);
}
.btn--onink:hover { background: var(--paper); color: var(--ink); }

.btn--ghostink {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #FFFFFF;
}
.btn--ghostink:hover { background: rgba(255, 255, 255, 0.1); color: #FFFFFF; }

.btn--wide { width: 100%; }
.btn--lg { min-height: 58px; padding: 16px 36px; font-size: 1.05rem; border-radius: var(--r-md); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  align-items: center;
  margin-top: var(--s-4);
}

/* Satellite — the circular micro-CTA docked on a portrait */
.satellite {
  position: absolute;
  z-index: 3;
  right: -10px;
  bottom: -16px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  display: grid;
  place-items: center;
  color: var(--ink);
  text-decoration: none;
  box-shadow: var(--sh-1);
  transition: transform 0.18s var(--ease);
}
.satellite:hover { transform: translate(3px, -3px); color: var(--ink); }

/* -------------------------------------------------------------------------
   6. Header — floating pill nav that never touches the viewport top
   ------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 16px var(--gutter) 8px;
}

.nav-pill {
  max-width: var(--maxw);
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(28, 26, 21, 0.07);
  border-radius: var(--r-pill);
  box-shadow: var(--sh-1);
  padding: 8px 10px 8px 20px;
  display: flex;
  align-items: center;
  gap: var(--s-2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
  padding: 6px 4px;
  flex: none;
}
.brand:hover { color: var(--ink); }
.brand .mark { width: 38px; height: 38px; flex: none; }
.brand .wordmark { line-height: 1; }
.brand .wordmark small {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 3px;
}

.nav-primary { margin-left: auto; display: flex; align-items: center; }
.nav-menu > summary { display: none; }
@media (min-width: 941px) {
  .nav-menu::details-content {
    content-visibility: visible;
    display: contents;
    block-size: auto;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li { margin: 0; }
.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 15px;
  border-radius: var(--r-pill);
  color: var(--ink);
  font-size: 0.965rem;
  font-weight: 500;
  letter-spacing: -0.012em;
  text-decoration: none;
  white-space: nowrap;
}
.nav-links a:hover { background: var(--sand); color: var(--ink); }
.nav-links a[aria-current="page"] {
  background: var(--olive-tint);
  color: var(--olive-deep);
  font-weight: 600;
}

.nav-cta { flex: none; margin-left: 6px; }
.nav-cta .btn { min-height: 46px; padding: 11px 22px; font-size: 0.95rem; }

/* Mobile: <details> so the menu works with JavaScript switched off */
@media (max-width: 940px) {
  .site-header { padding-top: 12px; }
  .nav-pill { padding: 8px 10px 8px 14px; border-radius: 28px; flex-wrap: wrap; }
  .brand { font-size: 1.06rem; }
  .brand .mark { width: 34px; height: 34px; }
  .nav-menu > summary {
    display: grid;
    place-items: center;
    width: 48px; height: 48px;
    border-radius: 50%;
    border: 1.5px solid var(--ink);
    background: var(--paper);
    cursor: pointer;
    list-style: none;
  }
  .nav-menu > summary::-webkit-details-marker { display: none; }
  .nav-menu > summary .bar-close { display: none; }
  .nav-menu[open] > summary .bar-open { display: none; }
  .nav-menu[open] > summary .bar-close { display: block; }
  .nav-links {
    position: absolute;
    left: var(--gutter);
    right: var(--gutter);
    margin-top: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: var(--sh-2);
    padding: 12px;
  }
  .nav-links a { min-height: 52px; padding: 12px 18px; font-size: 1.02rem; border-radius: var(--r-btn); }
  .nav-cta { display: none; }
}

@media (max-width: 400px) {
  .brand .wordmark small { display: none; }
}

/* -------------------------------------------------------------------------
   7. Sections & fenceline rules
   ------------------------------------------------------------------------- */

.section { padding: clamp(56px, 8vw, 112px) 0; position: relative; overflow: hidden; }
.section--lift { background: var(--lift); }
.section--olive { background: var(--olive-deep); color: #F0EEE6; }
.section--olive h2, .section--olive h3 { color: #FBFAF6; }
.section--tight { padding-block: clamp(44px, 6vw, 76px); }

.section-head { max-width: 46rem; margin-bottom: var(--s-6); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .lede { margin-inline: auto; }

/* A fenceline: two wires and a post, repeated. Structural motif. */
.fenceline {
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='24' viewBox='0 0 56 24'%3E%3Cg fill='none' stroke='%23C3BAA6' stroke-width='1.4'%3E%3Cpath d='M0 8.5h56M0 15.5h56'/%3E%3Cpath d='M28 2.5v19'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.85;
}
.fenceline--tight { margin-block: var(--s-5); }

.watermark {
  position: absolute;
  margin: 0;
  top: 6%;
  left: -3%;
  font-size: clamp(5rem, 15vw, 12rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.86;
  color: var(--ghost);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.section > .wrap { position: relative; z-index: 1; }
/* the ghost headline needs room to sit behind, not under, the real one */
@media (max-width: 900px) { .watermark { display: none; } }

/* -------------------------------------------------------------------------
   8. Hero
   ------------------------------------------------------------------------- */

.hero { padding: clamp(28px, 4vw, 56px) 0 clamp(40px, 6vw, 80px); position: relative; overflow: hidden; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: var(--s-5); }
}

.hero h1 { margin-bottom: var(--s-3); }
.hero .lede { font-size: clamp(1.1rem, 1.9vw, 1.34rem); color: var(--ink-2); }

.hero-marks {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: var(--s-2) var(--s-4);
  margin-top: var(--s-5);
  padding-top: var(--s-3);
  border-top: 1px solid var(--line);
}
.hero-mark {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.865rem;
  font-weight: 550;
  color: var(--muted);
}
.hero-mark svg { color: var(--olive-2); flex: none; }

.hero-art { position: relative; }

/* the arc that traces behind the hero card */
.arc {
  position: absolute;
  inset: -8% -12% auto -12%;
  height: 120%;
  color: var(--rust-light);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 940px) { .arc { display: none; } }

/* -------------------------------------------------------------------------
   9. The animal record card — the product mockup
   ------------------------------------------------------------------------- */

.record-dock { position: relative; max-width: 520px; margin-inline: auto; }

.record {
  position: relative;
  z-index: 1;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
  overflow: hidden;
}

.record-top {
  background: var(--olive-deep);
  color: #F4F2EA;
  padding: 18px 22px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.record-top .rt-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: grid; place-items: center;
  color: #EDEAE0;
  flex: none;
}
.record-top .rt-tag {
  margin: 0;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
.record-top .rt-sub {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #B6BFAC;
  margin: 3px 0 0;
}
.record-top .rt-status {
  margin: 0 0 0 auto;
  text-align: right;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #B6BFAC;
}

/* Withdrawal flag — colour AND icon AND words. Never colour alone. */
.flag {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 22px;
  background: var(--rust-deep);
  color: #FFFFFF;
}
.flag svg { flex: none; margin-top: 2px; }
.flag-title {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.flag-body { font-size: 0.94rem; font-weight: 550; line-height: 1.35; margin: 3px 0 0; }
.flag-body b { font-weight: 700; }

.record-body { padding: 20px 22px 22px; }

.dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0 0 20px;
}
.dl > div { min-width: 0; }
.dl dt {
  font-size: 0.685rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 3px;
}
.dl dd {
  margin: 0;
  font-size: 0.99rem;
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.record-sub {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.log { list-style: none; margin: 0; padding: 0; }
.log li {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.9rem;
  margin: 0;
}
.log li:last-child { border-bottom: 0; }
.log .log-d { color: var(--muted); font-variant-numeric: tabular-nums; font-weight: 600; font-size: 0.83rem; }
.log .log-t { font-weight: 550; color: var(--ink-2); }
.log .log-v { font-weight: 700; font-variant-numeric: tabular-nums; color: var(--ink); }

@media (max-width: 420px) {
  .log li { grid-template-columns: 72px minmax(0, 1fr) auto; gap: 8px; font-size: 0.85rem; }
  .dl { gap: 12px 14px; }
  .record-top, .flag, .record-body, .record-foot { padding-inline: 16px; }
  .record-top .rt-status { display: none; }
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--olive-tint);
  color: var(--olive-deep);
  white-space: nowrap;
}
.chip--clay { background: var(--clay-tint); color: var(--rust-deep); }
.chip--sand { background: var(--sand); color: var(--ink-2); }

.record-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 14px 22px;
  background: var(--sand);
  border-top: 1px solid var(--line);
  font-size: 0.83rem;
  color: var(--muted);
  font-weight: 550;
}

.caption {
  margin: 34px auto 0;
  max-width: 520px;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
}

/* -------------------------------------------------------------------------
   10. Offline / sync indicator
   ------------------------------------------------------------------------- */

.sync {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 12px;
  border-radius: var(--r-pill);
  background: var(--paper);
  border: 1px solid var(--line-2);
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--ink-2);
  box-shadow: var(--sh-1);
}
.sync .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--rust);
  flex: none;
  animation: pulse 2.4s ease-in-out infinite;
}
.sync .dot--ok { background: var(--olive-2); animation: none; }
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.45; transform: scale(0.78); }
}

/* -------------------------------------------------------------------------
   11. Problem section — the honest ledger
   ------------------------------------------------------------------------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 900px) { .split { grid-template-columns: minmax(0, 1fr); gap: var(--s-5); } }

.problems { list-style: none; margin: 0; padding: 0; }
.problems > li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: var(--s-3);
  padding: var(--s-3) 0;
  border-top: 1px solid var(--line);
  margin: 0;
}
.problems > li:last-child { border-bottom: 1px solid var(--line); }
.problems .p-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--clay-tint);
  color: var(--rust-deep);
  display: grid; place-items: center;
  flex: none;
}
.problems h3 { margin-bottom: 6px; font-size: 1.08rem; }
.problems p { color: var(--muted); font-size: 0.955rem; margin: 0; }

.pullquote {
  margin: var(--s-6) 0 0;
  padding: var(--s-4) 0 0;
  border-top: 2px solid var(--ink);
  font-size: clamp(1.2rem, 2.4vw, 1.62rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 34ch;
}
.pullquote cite {
  display: block;
  margin-top: var(--s-2);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
}

/* -------------------------------------------------------------------------
   12. Steps / how it works
   ------------------------------------------------------------------------- */

.phones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}
@media (max-width: 980px) { .phones { grid-template-columns: minmax(0, 1fr); max-width: 440px; margin-inline: auto; } }

.phone { text-align: left; }
.phone-frame {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-2);
  padding: 14px;
  overflow: hidden;
}
.phone-frame svg { width: 100%; height: auto; border-radius: var(--r-md); }
.phone-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--canvas);
  font-size: 0.9rem;
  font-weight: 700;
  margin: var(--s-3) 0 10px;
  font-variant-numeric: tabular-nums;
}
.phone h3 { margin-bottom: 6px; font-size: 1.1rem; }
.phone p { color: var(--muted); font-size: 0.93rem; margin: 0; }

.tap-note {
  margin-top: var(--s-6);
  padding: var(--s-4);
  background: var(--olive-tint);
  border-radius: var(--r-lg);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--s-3);
  align-items: center;
}
.tap-note svg { color: var(--olive); flex: none; }
.tap-note p { margin: 0; color: var(--olive-deep); font-weight: 500; }
@media (max-width: 620px) { .tap-note { grid-template-columns: minmax(0, 1fr); } }

/* -------------------------------------------------------------------------
   13. Features
   ------------------------------------------------------------------------- */

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3.2vw, 44px);
}
@media (max-width: 980px) { .features { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .features { grid-template-columns: minmax(0, 1fr); } }

.feature { min-width: 0; }
.disc {
  position: relative;
  width: 96px; height: 96px;
  border-radius: 50%;
  background: var(--olive-tint);
  color: var(--olive-deep);
  display: grid;
  place-items: center;
  margin-bottom: var(--s-3);
}
.disc--clay { background: var(--clay-tint); color: var(--rust-deep); }
.disc--sand { background: var(--sand); color: var(--ink-2); }
.feature h3 { margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 0.95rem; margin: 0; }
.feature .feature-meta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 12px 0 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-2);
}

/* -------------------------------------------------------------------------
   14. Data card / bloodline chart
   ------------------------------------------------------------------------- */

.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 36px);
  box-shadow: var(--sh-1);
}
.panel--sand { background: var(--sand); box-shadow: none; }
.panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--s-2) var(--s-3);
  margin-bottom: var(--s-3);
}
.panel-head h3 { margin: 0; }
.panel-head .chip { margin-left: auto; }

.chart-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.chart-scroll > svg { min-width: 520px; width: 100%; height: auto; }

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px var(--s-3);
  margin-top: var(--s-3);
  padding: 0;
  list-style: none;
}
.legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  margin: 0;
}
.legend .sw { width: 22px; height: 4px; border-radius: 2px; flex: none; }
.legend .sw--a { background: var(--olive); }
.legend .sw--b { background: var(--rust); }
.legend .sw--c { background: var(--line-2); }

/* Table — flock list */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--paper);
}
table.flock {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 0.9rem;
}
table.flock caption {
  text-align: left;
  padding: 14px 18px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--sand);
  border-bottom: 1px solid var(--line);
}
table.flock th, table.flock td {
  text-align: left;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
table.flock thead th {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--lift);
}
table.flock tbody tr:last-child td { border-bottom: 0; }
table.flock td.t-tag { font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
table.flock td.t-num { font-variant-numeric: tabular-nums; white-space: nowrap; }

.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}
.status svg { flex: none; }
.status--hold { color: var(--rust-deep); }
.status--ok { color: var(--olive); }
.status--watch { color: var(--ink-2); }

/* -------------------------------------------------------------------------
   15. Pricing
   ------------------------------------------------------------------------- */

.prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s-3);
  align-items: stretch;
}
@media (max-width: 940px) { .prices { grid-template-columns: minmax(0, 1fr); max-width: 480px; margin-inline: auto; } }

.price {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(24px, 3vw, 36px);
  min-width: 0;
}
.price--feature {
  background: var(--ink);
  color: #EDEAE1;
  border-color: var(--ink);
  box-shadow: var(--sh-2);
}
.price--feature h3, .price--feature .price-fig { color: #FBFAF6; }
.price--feature .price-sub,
.price--feature .price-list li { color: #C7C0B0; }
.price--feature .price-list svg { color: var(--rust-light); }

.price-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: var(--s-2);
}
.price h3 { margin: 0; font-size: 1.24rem; }
.price-band {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 var(--s-3);
}
.price--feature .price-band { color: #B9B1A0; }
.price-fig {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
}
.price-fig span { font-size: 0.98rem; font-weight: 600; letter-spacing: 0; }
.price-sub { font-size: 0.87rem; color: var(--muted); margin: 8px 0 var(--s-3); }

.price-list { list-style: none; margin: 0 0 var(--s-4); padding: var(--s-3) 0 0; border-top: 1px solid var(--line); }
.price--feature .price-list { border-top-color: rgba(255, 255, 255, 0.16); }
.price-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  font-size: 0.925rem;
  color: var(--ink-2);
  margin-bottom: 11px;
}
.price-list svg { color: var(--olive-2); margin-top: 4px; }
.price .btn { margin-top: auto; }

.price-note {
  margin-top: var(--s-4);
  padding: var(--s-3) var(--s-4);
  border: 1px dashed var(--line-2);
  border-radius: var(--r-md);
  font-size: 0.9rem;
  color: var(--muted);
  background: var(--lift);
}
.price-note b { color: var(--ink); }

/* -------------------------------------------------------------------------
   16. Stats / measurement / credibility
   ------------------------------------------------------------------------- */

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s-3);
}
@media (max-width: 820px) { .stats { grid-template-columns: minmax(0, 1fr); } }

.stat {
  padding: var(--s-4);
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  min-width: 0;
}
.stat .stat-k {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B6BFAC;
  margin: 0 0 12px;
}
.stat .stat-v { margin: 0; font-size: 1.16rem; font-weight: 650; color: #FBFAF6; line-height: 1.25; letter-spacing: -0.015em; }
.stat p { margin: 10px 0 0; font-size: 0.9rem; color: #C6C3B7; }

.cohort {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s-3);
  margin-top: var(--s-5);
}
@media (max-width: 760px) { .cohort { grid-template-columns: minmax(0, 1fr); } }
.cohort-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: var(--s-4);
}
.cohort-card h3 { font-size: 1.1rem; color: var(--ink); }
.cohort-card p { color: var(--muted); font-size: 0.94rem; margin: 0; }

/* -------------------------------------------------------------------------
   17. FAQ
   ------------------------------------------------------------------------- */

.faq { border-top: 1px solid var(--line); }
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  padding: 22px 4px;
  min-height: 56px;
  cursor: pointer;
  font-size: 1.06rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink);
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  margin-left: auto;
  width: 30px; height: 30px;
  flex: none;
  border-radius: 50%;
  border: 1.5px solid var(--line-2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg stroke='%231C1A15' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M2 7h10M7 2v10'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s var(--ease);
}
.faq details[open] summary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg stroke='%231C1A15' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M2 7h10'/%3E%3C/g%3E%3C/svg%3E");
}
.faq summary:hover { color: var(--rust-deep); }
.faq .faq-a { padding: 0 44px 24px 4px; color: var(--muted); max-width: 68ch; }

/* -------------------------------------------------------------------------
   18. Closing CTA
   ------------------------------------------------------------------------- */

.cta-band {
  background: var(--olive-deep);
  color: #F2F0E8;
  border-radius: var(--r-lg);
  padding: clamp(36px, 6vw, 72px);
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: #FBFAF6; max-width: 26ch; }
.cta-band p { color: #C9C9BC; max-width: 52ch; }
.cta-band .cta-inner { position: relative; z-index: 1; }
.cta-band .cta-scene {
  position: absolute;
  right: -20px;
  bottom: -10px;
  width: min(420px, 46%);
  color: rgba(255, 255, 255, 0.16);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 820px) { .cta-band .cta-scene { display: none; } }

/* -------------------------------------------------------------------------
   19. Footer
   ------------------------------------------------------------------------- */

.site-footer {
  background: var(--ink);
  color: #F2F0E8;
  padding: clamp(48px, 7vw, 88px) 0 var(--s-5);
  margin-top: 0;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr);
  gap: clamp(32px, 5vw, 72px);
  padding-bottom: var(--s-6);
}
@media (max-width: 900px) { .footer-top { grid-template-columns: minmax(0, 1fr); gap: var(--s-5); } }

.footer-lead h2 { color: #FBFAF6; font-size: clamp(1.6rem, 3vw, 2.15rem); max-width: 16ch; }
.footer-lead p { color: #B7B1A2; font-size: 0.95rem; max-width: 38ch; }
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #FBFAF6;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.14rem;
  letter-spacing: -0.02em;
  margin-bottom: var(--s-3);
}
.footer-brand:hover { color: #FFFFFF; }
.footer-brand .mark { width: 38px; height: 38px; }

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--s-4) var(--s-3);
}
@media (max-width: 900px) { .footer-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .footer-cols { grid-template-columns: minmax(0, 1fr); } }

.footer-cols h3 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A29B8B;
  margin-bottom: var(--s-2);
}
.footer-cols ul { list-style: none; margin: 0; padding: 0; }
.footer-cols li { margin: 0; }
.footer-cols a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 6px 0;
  color: #E6E3DA;
  font-size: 0.92rem;
  font-weight: 450;
  text-decoration: none;
}
.footer-cols a:hover { color: #FFFFFF; text-decoration: underline; }
.footer-cols a svg { color: #9A9384; flex: none; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: var(--s-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2) var(--s-4);
  align-items: center;
  font-size: 0.82rem;
  color: #A29B8B;
}
.footer-bottom a { color: #C9C4B6; }
.footer-bottom a:hover { color: #FFFFFF; }
.footer-bottom .spacer { margin-left: auto; }

.footer-legal {
  margin-top: var(--s-4);
  padding: var(--s-3) var(--s-4);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--r-md);
  font-size: 0.82rem;
  line-height: 1.55;
  color: #B7B1A2;
  max-width: 78ch;
}
.footer-legal b { color: #EDEAE1; font-weight: 650; }

/* -------------------------------------------------------------------------
   20. Forms — chunky controls, cold hands, gloves off
   ------------------------------------------------------------------------- */

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s-3);
}
@media (max-width: 680px) { .form-grid { grid-template-columns: minmax(0, 1fr); } }
.field--full { grid-column: 1 / -1; }

.field { min-width: 0; display: flex; flex-direction: column; }
.field label {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--ink);
  margin-bottom: 7px;
}
.field .hint {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 450;
  letter-spacing: 0;
  margin: 7px 0 0;
}
.req { color: var(--rust-deep); font-weight: 700; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r-btn);
  transition: border-color 0.15s var(--ease), box-shadow 0.15s var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
textarea { min-height: 160px; resize: vertical; line-height: 1.5; }

select {
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1.5 7 7.5l6-6' fill='none' stroke='%231C1A15' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

input::placeholder, textarea::placeholder { color: var(--muted-2); opacity: 1; }

input:hover, select:hover, textarea:hover { border-color: var(--ink-2); }
input:focus, select:focus, textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(28, 26, 21, 0.08); }

.err {
  display: block;
  min-height: 0;
  margin-top: 7px;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--rust-deep);
}
.err:empty { margin-top: 0; }
.err::before { content: ""; }
.err:not(:empty) {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.err:not(:empty)::before {
  content: "";
  width: 16px; height: 16px;
  flex: none;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' stroke='%239A3A0A' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='8' cy='8' r='6.6'/%3E%3Cpath d='M8 4.6v4.2M8 11.2h.01'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
[aria-invalid="true"] { border-color: var(--rust-deep) !important; }

fieldset { border: 0; margin: 0; padding: 0; }
legend { padding: 0; }

.form-foot {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2) var(--s-3);
  align-items: center;
  margin-top: var(--s-4);
  padding-top: var(--s-4);
  border-top: 1px solid var(--line);
}
.form-foot .small { max-width: 42ch; }

.check {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.check input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 24px; height: 24px;
  margin: 2px 0 0;
  border: 1.5px solid var(--line-2);
  border-radius: 6px;
  background: var(--paper);
  cursor: pointer;
  flex: none;
}
.check input[type="checkbox"]:checked {
  background: var(--ink);
  border-color: var(--ink);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11'%3E%3Cpath d='M1 5.6 4.9 9.5 13 1.4' fill='none' stroke='%23F2EEE7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.check label { font-size: 0.9rem; font-weight: 450; letter-spacing: 0; margin: 0; color: var(--ink-2); }

/* -------------------------------------------------------------------------
   21. Contact page furniture
   ------------------------------------------------------------------------- */

.page-hero {
  padding: clamp(28px, 4vw, 56px) 0 clamp(28px, 4vw, 48px);
}
.page-hero .lede { max-width: 58ch; }

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
@media (max-width: 940px) { .contact-grid { grid-template-columns: minmax(0, 1fr); } }

.aside-card {
  background: var(--lift);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(22px, 3vw, 32px);
  margin-bottom: var(--s-3);
}
.aside-card:last-child { margin-bottom: 0; }
.aside-card h2, .aside-card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.aside-card h4 { margin-bottom: 4px; }
.aside-card p, .aside-card li { font-size: 0.93rem; color: var(--muted); }
.aside-card--ink { background: var(--ink); border-color: var(--ink); color: #E6E3DA; }
.aside-card--ink h3 { color: #FBFAF6; }
.aside-card--ink p, .aside-card--ink li { color: #BEB8A9; }
.aside-card--ink a { color: #F0C7A8; }

.steps-o { list-style: none; counter-reset: st; margin: 0; padding: 0; }
.steps-o li {
  counter-increment: st;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
  margin: 0;
}
.steps-o li:last-child { border-bottom: 0; }
.steps-o li::before {
  content: counter(st);
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--olive-tint);
  color: var(--olive-deep);
  display: grid;
  place-items: center;
  font-size: 0.86rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.aside-card--ink .steps-o li { border-bottom-color: rgba(255, 255, 255, 0.16); }
.aside-card--ink .steps-o li::before { background: rgba(255, 255, 255, 0.12); color: #F2EFE6; }
.steps-o b { display: block; color: var(--ink); font-weight: 650; margin-bottom: 2px; }
.aside-card--ink .steps-o b { color: #FBFAF6; }

.contact-routes { display: grid; gap: var(--s-2); margin-top: var(--s-3); }
.route {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.route:first-child { border-top: 0; padding-top: 0; }
.route .r-ico {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--clay-tint);
  color: var(--rust-deep);
  display: grid; place-items: center;
}
.route h3, .route h4 { font-size: 0.98rem; margin-bottom: 3px; color: var(--ink); }
.route p { margin: 0; font-size: 0.9rem; color: var(--muted); }
.route a { font-weight: 600; overflow-wrap: anywhere; }

.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(24px, 3.4vw, 44px);
  box-shadow: var(--sh-1);
}

/* -------------------------------------------------------------------------
   22. Illustration helpers
   ------------------------------------------------------------------------- */

.scene-band {
  overflow: hidden;
  line-height: 0;
  color: #A69C86;
}
.scene-band svg { width: 100%; height: clamp(90px, 12vw, 150px); }

.drawn { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.drawn-thin { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }

/* -------------------------------------------------------------------------
   23. Motion preferences
   ------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .sync .dot { opacity: 1; transform: none; }
}

/* -------------------------------------------------------------------------
   24. Print
   ------------------------------------------------------------------------- */

@media print {
  .site-header, .cta-band, .satellite { display: none; }
  body { background: #fff; color: #000; }
  .section { padding: 12px 0; }
}
