:root {
  /* Palette pulled from the restored facade + Orthodox tradition */
  --bg:           #F3ECDF;   /* warm parchment cream */
  --bg-elev:     #FAF5EB;   /* cards & elevated surfaces */
  --bg-deep:     #ECE3D2;   /* slight recess */
  --ink:         #1F1814;   /* deep warm near-black */
  --ink-body:    #3D3128;   /* readable body brown-ink */
  --ink-mute:    #8A7A68;   /* meta / eyebrow text */
  --accent:      #6B1F2A;   /* deep wine — liturgical */
  --terracotta:  #B86348;   /* from the facade stripes */
  --gold:        #A8853D;   /* sparingly */
  --rule:        #D5C9B6;   /* hairline dividers */
  --rule-strong: #B8A98F;

  --max:    1180px;
  --gutter: clamp(20px, 4vw, 56px);

  --display: 'Cormorant Garamond', 'Georgia', serif;
  --body:    'Lora', 'Georgia', serif;
  --mono:    'JetBrains Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }

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

/* Subtle paper texture via SVG noise */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.12 0 0 0 0 0.09 0 0 0 0 0.06 0 0 0 0.045 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.55;
  mix-blend-mode: multiply;
  z-index: 1;
}

main, header, footer { position: relative; z-index: 2; }

::selection { background: var(--accent); color: var(--bg-elev); }

a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--terracotta); }

/* ─── WHITEPAPER BUTTONS ─────────────────────────────── */
.wp-link {
  background: transparent;
  border: none;
  color: var(--ink);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 4px;
  transition: color .15s ease, background .15s ease;
}
.wp-link:hover { color: var(--accent); background: rgba(107, 31, 42, 0.06); }
.wp-link--top { margin-right: 8px; }
.wp-link--foot {
  color: var(--ink-mute);
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: var(--rule-strong);
  padding: 4px 8px;
}
.wp-link--foot:hover { color: var(--accent); text-decoration-color: var(--accent); background: transparent; }
.footer-wp { margin: 28px 0 0; }
@media (max-width: 640px) {
  .wp-link--top { display: none; }
}

/* ─── WHITEPAPER MODAL ───────────────────────────────── */
.wp-modal {
  position: fixed; inset: 0;
  background: rgba(31, 24, 20, 0.78);
  display: none;
  align-items: flex-start;
  justify-content: center;
  z-index: 100;
  padding: 56px 24px 24px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow-y: auto;
}
.wp-modal.open { display: flex; }
.wp-modal-inner {
  background: var(--bg-elev);
  border-radius: 4px;
  max-width: 760px;
  width: 100%;
  position: relative;
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5);
}
.wp-modal-close {
  position: sticky;
  top: 16px;
  float: right;
  margin: 16px 16px 0 0;
  z-index: 2;
  background: var(--bg);
  border: 1px solid var(--rule-strong);
  color: var(--ink);
  padding: 6px 14px;
  border-radius: 999px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .15s ease;
}
.wp-modal-close:hover { border-color: var(--accent); color: var(--accent); }
.wp-modal-content {
  padding: clamp(28px, 6vw, 64px);
  color: var(--ink-body);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
}

/* Whitepaper typography (rendered inside the modal) */
.whitepaper-head { margin: 0 0 40px; padding: 0 0 24px; border-bottom: 1px solid var(--rule); }
.whitepaper h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(24px, 3.4vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0 0 18px;
}
.whitepaper-subtitle {
  font-family: var(--display);
  font-style: italic;
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 4px;
}
.whitepaper-byline {
  font-family: var(--body);
  font-size: 12.5px;
  color: var(--ink-mute);
  letter-spacing: 0.02em;
  margin: 0;
}
.whitepaper section { margin: 0 0 36px; }
.whitepaper h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 26px);
  color: var(--ink);
  margin: 0 0 14px;
  letter-spacing: -0.003em;
  line-height: 1.2;
}
.whitepaper p { margin: 0 0 14px; }
.whitepaper p:last-child { margin-bottom: 0; }
.whitepaper strong { color: var(--ink); font-weight: 600; }
.whitepaper em { font-style: italic; }
.whitepaper ul {
  margin: 0 0 14px;
  padding: 0 0 0 22px;
}
.whitepaper li { margin-bottom: 10px; }
.whitepaper-address {
  font-family: var(--mono);
  background: var(--bg-deep);
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 12px 14px;
  word-break: break-all;
  font-size: 13px;
  color: var(--ink);
  text-align: center;
  margin: 14px 0 18px;
}
.whitepaper-address code { font-family: inherit; }
.whitepaper-blessing {
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  color: var(--accent);
  text-align: center;
  margin: 28px 0 0;
}
.whitepaper-foot {
  margin: 40px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--rule);
  font-family: var(--body);
  font-size: 12.5px;
  color: var(--ink-mute);
  text-align: center;
}
.whitepaper-foot p { margin: 0; }

@media (max-width: 640px) {
  .wp-modal { padding: 32px 12px 12px; }
  .wp-modal-content { font-size: 15px; line-height: 1.65; }
}

/* ─── TOP STICKY WRAPPER ──────────────────────────────── */
.top-sticky {
  position: sticky;
  top: 0;
  z-index: 50;
}

/* ─── TOP BAR ─────────────────────────────────────────── */
.topbar {
  background: rgba(243, 236, 223, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
}
.topbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.brand .cross {
  color: var(--accent);
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}
.brand-text { white-space: nowrap; }
@media (max-width: 640px) {
  .brand-text { display: none; }
}

/* Language switcher */
.lang {
  position: relative;
}
.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  padding: 7px 14px 7px 16px;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--ink);
  cursor: pointer;
  transition: all .2s ease;
}
.lang-btn:hover { border-color: var(--accent); color: var(--accent); }
.lang-btn .lang-globe { width: 13px; height: 13px; flex-shrink: 0; }
.lang-btn .lang-chevron { width: 10px; height: 10px; transition: transform .2s; }
.lang.open .lang-btn .lang-chevron { transform: rotate(180deg); }
.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: var(--bg-elev);
  border: 1px solid var(--rule-strong);
  border-radius: 10px;
  padding: 6px;
  margin: 0;
  list-style: none;
  box-shadow: 0 16px 40px -16px rgba(31, 24, 20, 0.25);
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity .18s, transform .18s;
}
.lang.open .lang-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.lang-menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: var(--ink);
  transition: background .12s;
}
.lang-menu li:hover { background: var(--bg-deep); }
.lang-menu li[aria-current="true"] { color: var(--accent); }
.lang-menu li[aria-current="true"]::after {
  content: "✓";
  color: var(--accent);
  font-size: 12px;
}

/* ─── DONATE STRIP (top, sticky) ─────────────────────── */
.donate-bar {
  background: rgba(250, 245, 235, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
}
.donate-bar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px var(--gutter);
  display: flex;
  align-items: center;
  gap: 14px;
}
.donate-bar-icon {
  color: var(--terracotta);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  flex-shrink: 0;
}
.donate-bar-address {
  flex: 1;
  min-width: 0;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink);
  letter-spacing: 0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.donate-bar-copy {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--rule-strong);
  padding: 5px 12px;
  border-radius: 999px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .15s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.donate-bar-copy:hover { border-color: var(--accent); background: var(--accent); color: var(--bg-elev); }
.donate-bar-copy.copied { border-color: #6BCF8E; color: #2A8A4A; background: rgba(107,207,142,0.12); }

/* Small QR thumbnail in the strip. Click to expand to a fullscreen modal. */
.donate-bar-qr {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  padding: 4px;
  border-radius: 3px;
  border: 1px solid var(--rule);
  cursor: zoom-in;
  flex-shrink: 0;
  transition: transform .15s ease, box-shadow .15s ease;
}
.donate-bar-qr:hover { transform: scale(1.04); box-shadow: 0 6px 18px -6px rgba(31, 24, 20, 0.25); }
.donate-bar-qr svg { width: 100%; height: 100%; display: block; }
.donate-bar-qr svg path { fill: #000000; }
.donate-bar-qr svg rect { fill: #FFFFFF; }

@media (max-width: 640px) {
  .donate-bar-inner { gap: 10px; padding: 8px var(--gutter); }
  .donate-bar-qr { width: 56px; height: 56px; }
  .donate-bar-address { font-size: 12px; }
}

/* QR fullscreen modal (tap the small QR to enlarge) */
.qr-modal {
  position: fixed; inset: 0;
  background: rgba(31, 24, 20, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 24px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.qr-modal.open { display: flex; }
.qr-modal-inner {
  background: #FFFFFF;
  padding: 24px;
  border-radius: 6px;
  max-width: 360px;
  width: 100%;
  text-align: center;
}
.qr-modal-inner svg { width: 100%; height: auto; display: block; }
.qr-modal-inner svg path { fill: #000000; }
.qr-modal-inner svg rect { fill: #FFFFFF; }
.qr-modal-addr {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink);
  word-break: break-all;
  margin: 14px 0 0;
  line-height: 1.5;
}
.qr-modal-close {
  background: transparent;
  border: 1px solid var(--rule-strong);
  color: var(--ink);
  padding: 6px 16px;
  margin-top: 16px;
  border-radius: 999px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}
.qr-modal-close:hover { border-color: var(--accent); color: var(--accent); }

/* ─── LAYOUT ─────────────────────────────────────────── */
.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.narrow {
  max-width: 720px;
  margin: 0 auto;
}

/* ─── HERO ─────────────────────────────────────────── */
.hero {
  padding: clamp(56px, 9vw, 110px) 0 clamp(40px, 6vw, 64px);
}
.eyebrow {
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 600;
  margin: 0 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before, .eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--terracotta);
  opacity: 0.6;
}
.display {
  font-family: var(--display);
  font-weight: 300;
  color: var(--ink);
  font-size: clamp(38px, 6.2vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.012em;
  margin: 0 0 32px;
  max-width: 22ch;
}
.display em {
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.display .place {
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 0.55em;
  color: var(--ink-mute);
  margin-top: 8px;
  letter-spacing: 0.04em;
}
.lede {
  font-family: var(--body);
  font-size: clamp(17px, 1.6vw, 19.5px);
  line-height: 1.65;
  color: var(--ink-body);
  max-width: 62ch;
  margin: 0;
}
.lede::first-letter {
  font-family: var(--display);
  font-weight: 400;
  font-size: 3.4em;
  float: left;
  line-height: 0.85;
  margin: 8px 10px 0 0;
  color: var(--accent);
}

/* ─── BEFORE / AFTER ─────────────────────────────────── */
.compare {
  padding: clamp(40px, 6vw, 80px) 0;
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 28px);
}
@media (max-width: 720px) {
  .compare-grid { grid-template-columns: 1fr; gap: 24px; }
}
figure.shot {
  margin: 0;
  position: relative;
}
figure.shot img {
  width: 100%;
  display: block;
  border-radius: 2px;
  filter: saturate(0.94);
}
figure.shot figcaption {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 18px 4px 0;
  font-family: var(--display);
}
figure.shot .num {
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
  font-weight: 500;
}
figure.shot .label {
  font-size: 20px;
  color: var(--ink);
  font-style: italic;
  font-weight: 400;
}
figure.shot.after .label { color: var(--accent); }

.ai-note {
  margin: 32px auto 0;
  max-width: 60ch;
  text-align: center;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink-mute);
  font-style: italic;
  font-family: var(--body);
  letter-spacing: 0.01em;
}
.ai-note::before {
  content: "AI";
  display: inline-block;
  font-family: var(--body);
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--terracotta);
  border: 1px solid var(--terracotta);
  border-radius: 3px;
  padding: 2px 7px;
  margin-right: 10px;
  vertical-align: 1px;
}

/* ─── SECTION FRAME ────────────────────────────────── */
section.body {
  padding: clamp(48px, 7vw, 96px) 0;
  border-top: 1px solid var(--rule);
}
.section-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: baseline;
  margin: 0 0 40px;
}
.section-num {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  color: var(--terracotta);
  letter-spacing: 0.04em;
  padding-top: 10px;
}
h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(30px, 4.2vw, 46px);
  color: var(--ink);
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.005em;
}
h2 em { font-style: italic; color: var(--accent); font-weight: 400; }

/* ─── WHY LIST ────────────────────────────────────── */
.why-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.why-list .row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(20px, 4vw, 56px);
  padding: 22px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.why-list dt {
  font-family: var(--display);
  font-weight: 500;
  color: var(--ink);
  font-size: 19px;
  letter-spacing: 0.005em;
}
.why-list dd {
  margin: 0;
  color: var(--ink-body);
  font-size: 16px;
}
@media (max-width: 720px) {
  .why-list .row { grid-template-columns: 1fr; gap: 4px; padding: 20px 0; }
}

/* ─── ALLOCATION CARDS ──────────────────────────────── */
.alloc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 28px);
  margin-bottom: clamp(40px, 5vw, 56px);
}
@media (max-width: 720px) {
  .alloc-grid { grid-template-columns: 1fr; }
}
.alloc-card {
  background: var(--bg-elev);
  border: 1px solid var(--rule);
  padding: clamp(28px, 4vw, 44px);
  position: relative;
  border-radius: 2px;
}
.alloc-card.reserve {
  background: linear-gradient(180deg, #FAF5EB 0%, #F1E6CF 100%);
  border-color: var(--rule-strong);
}
.alloc-pct {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(64px, 9vw, 104px);
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
  display: block;
  margin-bottom: 8px;
}
.alloc-card.reserve .alloc-pct { color: var(--accent); }
.alloc-label {
  font-family: var(--display);
  font-style: italic;
  font-size: 19px;
  color: var(--terracotta);
  display: block;
  margin-bottom: 18px;
}
.alloc-card.reserve .alloc-label { color: var(--accent); }
.alloc-text {
  margin: 0;
  color: var(--ink-body);
  font-size: 16px;
  line-height: 1.6;
}
.alloc-note {
  font-family: var(--body);
  font-style: italic;
  color: var(--ink-body);
  border-left: 2px solid var(--terracotta);
  padding: 6px 0 6px 22px;
  margin: 0;
  font-size: 17px;
  max-width: 64ch;
}

/* ─── DONATION PANEL ───────────────────────────────── */
section.donate {
  padding: clamp(48px, 7vw, 96px) 0 clamp(80px, 10vw, 140px);
  border-top: 1px solid var(--rule);
}
.donate-panel {
  background: var(--ink);
  color: #EDE3D2;
  border-radius: 4px;
  padding: clamp(28px, 4.5vw, 56px);
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.donate-panel::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(168,133,61,0.18), transparent 60%);
  pointer-events: none;
}
@media (max-width: 720px) {
  .donate-panel { grid-template-columns: 1fr; text-align: left; }
}

.donate-label {
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
  font-weight: 600;
}
.donate-label .dot {
  display: inline-block;
  width: 6px; height: 6px;
  background: #6BCF8E;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 0 3px rgba(107,207,142,0.18);
  transform: translateY(-2px);
}
.address-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(168,133,61,0.35);
  border-radius: 3px;
  padding: 14px 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.address {
  font-family: var(--mono);
  font-size: 14px;
  color: #F4EEE3;
  word-break: break-all;
  flex: 1;
  min-width: 200px;
  line-height: 1.45;
}
.copy-btn {
  background: var(--gold);
  color: var(--ink);
  border: none;
  padding: 8px 16px;
  border-radius: 2px;
  font-family: var(--body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .15s;
  white-space: nowrap;
}
.copy-btn:hover { background: #C19A4D; }
.copy-btn.copied { background: #6BCF8E; }
.donate-note {
  color: #C7B79E;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}
.qr-box {
  background: #FFFFFF;
  padding: 12px;
  border-radius: 4px;
  justify-self: center;
  width: 240px;
  text-align: center;
}
.qr-box svg { width: 100%; height: auto; display: block; }
.qr-box svg path { fill: #000000; }
.qr-box svg rect { fill: #FFFFFF; }
.qr-caption {
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 12px 0 0;
  font-weight: 600;
}

/* ─── FOOTER ─────────────────────────────────────── */
footer {
  border-top: 1px solid var(--rule);
  padding: 56px 0 80px;
  text-align: center;
}
.blessing {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 3vw, 30px);
  color: var(--accent);
  margin: 0 0 24px;
  line-height: 1.4;
}
.blessing::before, .blessing::after {
  content: "✦";
  color: var(--terracotta);
  font-size: 0.55em;
  vertical-align: middle;
  margin: 0 14px;
  opacity: 0.7;
}
.footer-meta {
  font-size: 13px;
  color: var(--ink-mute);
  line-height: 1.8;
  margin: 0;
}
.footer-meta strong {
  color: var(--ink);
  font-family: var(--display);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
}

/* ─── ENTRY ANIMATIONS ───────────────────────────── */
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero .eyebrow { animation: rise .8s ease .05s both; }
.hero .display { animation: rise .9s ease .15s both; }
.hero .lede    { animation: rise .9s ease .3s both; }
.compare       { animation: rise 1s ease .45s both; }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
