/* =====================================================================
   The Aesthetics Space - bespoke build
   Brand: Nurse Emily, NMC-registered, nurse-led home clinic in Bournville.
   Register: calm, considered, personal, luxe. "Natural enhancements that
   are noticeable to you." Real cue = black scrubs, white embroidery, warm
   greige room. Signature motif = "space": generous negative space + a soft
   orbit/aura + kerned labels.
   Palette: warm near-black ink + porcelain oat + greige + champagne bronze.
   Type: Fraunces (soft optical serif) + Manrope (clean humanist sans).
   ===================================================================== */

:root {
  --ink:       #1A1611;
  --espresso:  #2A241D;
  --char:      #4A4137;
  --stone:     #6B6053;
  --muted:     #837868;
  --bronze:    #A9885F;
  --bronze-2:  #8F6F49;
  --clay:      #C9A88F;
  --blush:     #E6D3C4;
  --greige:    #E4DACB;
  --greige-2:  #EDE5D9;
  --oat:       #F6F1E8;
  --cream:     #FBF7F0;
  --paper:     #FCFAF5;
  --line:      #E3D8C7;
  --line-soft: #ECE3D5;
  --white:     #ffffff;

  --maxw: 1180px;
  --gap: clamp(20px, 4vw, 48px);
  --pad-y: clamp(58px, 8.5vw, 122px);
  --r: 16px;
  --r-lg: 28px;
  --shadow: 0 30px 70px -38px rgba(26, 22, 17, 0.5);
  --shadow-soft: 0 16px 44px -28px rgba(26, 22, 17, 0.42);

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::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;
  font-family: var(--sans);
  color: var(--espresso);
  background: var(--paper);
  line-height: 1.68;
  font-size: clamp(16px, 1.05vw, 17.5px);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--bronze-2); text-decoration-thickness: 1px; text-underline-offset: 3px; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 0.5em;
  font-optical-sizing: auto;
}
h1 { font-size: clamp(2.5rem, 6.6vw, 4.7rem); font-weight: 380; }
h2 { font-size: clamp(1.95rem, 4.1vw, 3.05rem); }
h3 { font-size: clamp(1.25rem, 2.1vw, 1.6rem); }
p { margin: 0 0 1.1em; }

.wrap { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }
.narrow { width: min(100% - 40px, 780px); margin-inline: auto; }
section { padding-block: var(--pad-y); }

/* --- shared bits --- */
.eyebrow {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--bronze-2);
  margin: 0 0 1.2em;
  display: inline-flex;
  align-items: center;
  gap: 0.85em;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--clay);
}
.eyebrow.plain::before { display: none; }
.lead { font-size: clamp(1.1rem, 1.7vw, 1.32rem); color: var(--stone); }
.muted { color: var(--stone); }
.serif-em { font-family: var(--serif); font-style: italic; font-weight: 400; }

/* the diamond glyph - signature "space" marker */
.mark-dot {
  display: inline-block;
  width: 7px; height: 7px;
  background: var(--bronze);
  transform: rotate(45deg);
  vertical-align: middle;
}

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 0.95em 1.7em;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  line-height: 1;
}
.btn-primary {
  background: var(--ink); color: var(--oat);
  box-shadow: 0 14px 30px -16px rgba(26, 22, 17, 0.9);
}
.btn-primary:hover { background: var(--espresso); transform: translateY(-2px); box-shadow: 0 20px 38px -16px rgba(26, 22, 17, 0.9); }
.btn-ghost {
  background: transparent; color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--bronze); color: var(--bronze-2); transform: translateY(-2px); }
.btn-light { background: var(--oat); color: var(--ink); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }

/* =====================  HEADER  ===================== */
.demo-ribbon {
  background: var(--ink);
  color: #d9cdbb;
  font-size: 0.82rem;
  text-align: center;
  padding: 9px 18px;
  line-height: 1.5;
}
.demo-ribbon strong { color: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(252, 250, 245, 0.84);
  backdrop-filter: saturate(1.3) blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand .mark { width: 42px; height: 42px; border-radius: 12px; }
.brand-name { display: flex; flex-direction: column; line-height: 1.06; }
.brand-name b { font-family: var(--serif); font-weight: 460; font-size: 1.12rem; color: var(--ink); letter-spacing: 0.01em; }
.brand-name small { font-size: 0.6rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--bronze-2); margin-top: 2px; }

.site-nav ul { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.site-nav a { font-weight: 500; color: var(--char); text-decoration: none; padding: 9px 14px; border-radius: 999px; font-size: 0.94rem; transition: background .2s, color .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--greige-2); color: var(--ink); }
.site-nav a.nav-cta { background: var(--ink); color: var(--oat); }
.site-nav a.nav-cta:hover { background: var(--espresso); color: var(--oat); }

.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; cursor: pointer; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); max-height: 0; overflow: hidden; transition: max-height .34s ease; }
  .site-nav.open { max-height: 480px; }
  .site-nav ul { flex-direction: column; align-items: stretch; padding: 12px 20px 20px; gap: 2px; }
  .site-nav a { padding: 13px 12px; }
}

/* =====================  HERO  ===================== */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 95% at 84% -8%, rgba(201, 168, 143, 0.34), transparent 55%),
    radial-gradient(90% 80% at 6% 112%, rgba(228, 218, 203, 0.6), transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: clamp(30px, 5vw, 74px);
  padding-block: clamp(54px, 8.5vw, 118px);
}
.hero h1 { color: var(--ink); }
.hero h1 .accent { font-style: italic; color: var(--bronze-2); }
.hero-lede { font-size: clamp(1.1rem, 1.7vw, 1.35rem); color: var(--stone); max-width: 46ch; margin-bottom: 1.7em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 2em; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  font-size: 0.78rem; font-weight: 500;
  padding: 6px 13px; border-radius: 999px;
  background: rgba(255,255,255,0.66); border: 1px solid var(--line); color: var(--char);
  display: inline-flex; align-items: center; gap: 7px;
}
.tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--clay); }

/* hero stage: the monogram inside a soft orbit of "space" */
.space-stage { position: relative; aspect-ratio: 1 / 1.06; display: grid; place-items: center; }
.space-halo {
  position: absolute; inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, rgba(255,255,255,0.9), rgba(237,229,217,0.55) 52%, rgba(228,218,203,0) 74%);
  box-shadow: var(--shadow);
}
.space-orbit {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(169, 136, 95, 0.32);
  animation: spin 72s linear infinite;
}
.space-orbit.o1 { width: 92%; aspect-ratio: 1; }
.space-orbit.o2 { width: 74%; aspect-ratio: 1; border-style: dashed; border-color: rgba(131, 120, 104, 0.28); animation-duration: 104s; animation-direction: reverse; }
.space-orbit .planet { position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--bronze); transform: translateX(-50%); box-shadow: 0 0 0 4px rgba(169,136,95,0.16); }
@keyframes spin { to { transform: rotate(360deg); } }
.space-mono {
  position: relative; z-index: 2;
  width: 47%; height: auto;
  filter: drop-shadow(0 22px 40px rgba(26, 22, 17, 0.42));
}
/* floating light motes = space dust */
.mote { position: absolute; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, var(--clay)); opacity: 0.8; box-shadow: 0 4px 12px -4px rgba(26,22,17,0.4); animation: drift 7s ease-in-out infinite; }
@keyframes drift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }

@media (prefers-reduced-motion: reduce) {
  .space-orbit, .mote { animation: none !important; }
}
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; padding-block: 42px 10px; }
  .space-stage { max-width: 350px; margin: 8px auto 0; aspect-ratio: 1; }
}

/* =====================  SECTION HEADS  ===================== */
.section-head { max-width: 730px; margin-bottom: clamp(30px, 4vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head p.lead { margin-bottom: 0; }

/* split intro */
.split { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.split.reverse { grid-template-columns: 0.98fr 1.02fr; }
@media (max-width: 820px) { .split, .split.reverse { grid-template-columns: 1fr; gap: 34px; } }

/* image slot */
.slot {
  position: relative; overflow: hidden;
  background: radial-gradient(90% 90% at 30% 20%, var(--greige-2), var(--greige));
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  display: grid; place-items: center;
  min-height: 260px;
  color: var(--bronze-2);
}
.slot.ar-portrait { aspect-ratio: 4 / 5; }
.slot.ar-wide { aspect-ratio: 16 / 10; }
.slot.ar-square { aspect-ratio: 1 / 1; }
.slot-label { font-family: var(--sans); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; text-align: center; line-height: 1.5; padding: 12px; opacity: 0.74; }
.slot .ghost-mono { position: absolute; width: 38%; opacity: 0.12; }
.slot img.real { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* framed real photo */
.photo-frame {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  background: var(--greige);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-frame.ar-portrait { aspect-ratio: 4 / 5; }
.photo-frame .caption {
  position: absolute; left: 16px; bottom: 16px; z-index: 2;
  background: rgba(26,22,17,0.72); color: var(--oat);
  font-size: 0.76rem; letter-spacing: 0.06em; padding: 7px 14px; border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* =====================  PILLARS  ===================== */
.band-oat { background: linear-gradient(180deg, var(--oat) 0%, var(--greige-2) 100%); border-block: 1px solid var(--line-soft); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 26px); }
@media (max-width: 820px) { .pillars { grid-template-columns: 1fr; } }
.pillar {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(26px, 3vw, 38px);
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.pillar .num { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--clay); display: block; margin-bottom: 14px; }
.pillar .ico { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--greige-2); margin-bottom: 18px; }
.pillar .ico svg { width: 24px; height: 24px; stroke: var(--bronze-2); fill: none; stroke-width: 1.5; }
.pillar h3 { margin-bottom: 0.4em; }
.pillar p { margin-bottom: 0; color: var(--stone); font-size: 0.98rem; }

/* =====================  DIVIDER  ===================== */
.space-rule { display: flex; align-items: center; gap: 16px; color: var(--clay); }
.space-rule::before, .space-rule::after { content: ""; height: 1px; background: var(--line); flex: 1; }

/* =====================  ETHOS QUOTE (signature) ===================== */
.ethos {
  background:
    radial-gradient(80% 130% at 100% 0%, rgba(169,136,95,0.16), transparent 58%),
    var(--ink);
  color: #e7ddce;
  border-radius: var(--r-lg);
  padding: clamp(38px, 6vw, 78px);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.ethos::before {
  content: "\201C";
  position: absolute; top: -0.18em; left: 0.24em;
  font-family: var(--serif); font-size: 16rem; line-height: 1;
  color: rgba(169,136,95,0.22);
}
.ethos .eyebrow { color: var(--clay); }
.ethos blockquote {
  margin: 0; position: relative; z-index: 1;
  font-family: var(--serif); font-weight: 340;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  line-height: 1.32; color: #fbf6ee; letter-spacing: -0.01em;
  max-width: 24ch;
}
.ethos cite {
  display: block; margin-top: 1.2em; font-style: normal;
  font-family: var(--sans); font-size: 0.86rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clay);
}

/* =====================  TRUST SEAL (NMC + BACN) ===================== */
.reg {
  background: var(--greige-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(34px, 5vw, 62px);
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: center;
}
.reg-points { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 14px; }
.reg-points li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.98rem; color: var(--char); }
.reg-points svg { flex: none; width: 20px; height: 20px; stroke: var(--bronze-2); fill: none; stroke-width: 1.8; margin-top: 3px; }
.seal {
  aspect-ratio: 1; border-radius: 50%;
  border: 1.5px solid var(--bronze);
  display: grid; place-content: center; text-align: center;
  padding: 26px;
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.7), transparent 72%);
  position: relative;
}
.seal::before { content: ""; position: absolute; inset: 11px; border-radius: 50%; border: 1px dashed rgba(169,136,95,0.55); }
.seal b { font-family: var(--serif); font-size: clamp(2.1rem, 4.6vw, 3rem); color: var(--ink); line-height: 1; display: block; }
.seal span { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bronze-2); margin-top: 8px; display: block; }
.seal small { font-size: 0.8rem; color: var(--stone); margin-top: 9px; display: block; }
@media (max-width: 760px) { .reg { grid-template-columns: 1fr; } .seal { max-width: 230px; margin-inline: auto; } }

/* =====================  TREATMENTS MENU  ===================== */
.menu-cat { margin-bottom: clamp(34px, 4vw, 58px); }
.menu-cat:last-child { margin-bottom: 0; }
.menu-head { display: flex; align-items: baseline; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--ink); margin-bottom: 20px; flex-wrap: wrap; }
.menu-head h3 { margin: 0; }
.menu-head .kicker { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--clay); }
.menu-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.menu-item {
  display: grid; grid-template-columns: 1fr auto; gap: 6px 24px;
  align-items: baseline;
  padding: 16px 0; border-bottom: 1px solid var(--line-soft);
}
.menu-item:last-child { border-bottom: 0; }
.menu-item .mi-name { font-family: var(--serif); font-size: 1.16rem; color: var(--ink); }
.menu-item .mi-desc { grid-column: 1 / -1; font-size: 0.92rem; color: var(--stone); margin: 0; max-width: 64ch; }
.menu-item .mi-price { font-family: var(--sans); font-weight: 600; color: var(--bronze-2); white-space: nowrap; font-size: 0.9rem; letter-spacing: 0.04em; }
.pom-note {
  background: var(--oat); border: 1px solid var(--line); border-left: 3px solid var(--bronze);
  border-radius: 12px; padding: 16px 20px; font-size: 0.92rem; color: var(--stone); margin-top: 10px;
}
.pom-note strong { color: var(--ink); }

/* =====================  STEPS  ===================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 26px); counter-reset: step; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-top: 20px; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--serif); font-style: italic; font-size: 2.2rem; color: var(--clay); display: block; margin-bottom: 8px;
}
.step h3 { font-size: 1.1rem; margin-bottom: 0.3em; }
.step p { font-size: 0.94rem; color: var(--stone); margin: 0; }

/* =====================  WHY GRID  ===================== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 26px); }
@media (max-width: 820px) { .why-grid { grid-template-columns: 1fr; } }
.why {
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--r-lg);
  background: var(--paper); border: 1px solid var(--line);
}
.why .mark-dot { margin-bottom: 16px; }
.why h3 { font-size: 1.22rem; }
.why p { margin: 0; color: var(--stone); font-size: 0.96rem; }

/* =====================  ALMANAC  ===================== */
.almanac { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
@media (max-width: 640px) { .almanac { grid-template-columns: 1fr; gap: 30px; } }
.almanac .item b { font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 2.9rem); color: var(--ink); display: block; line-height: 1; }
.almanac .item span { font-size: 0.88rem; color: var(--stone); letter-spacing: 0.03em; margin-top: 8px; display: block; }

/* =====================  CTA BAND  ===================== */
.cta-band {
  background:
    radial-gradient(90% 130% at 12% 0%, rgba(201,168,143,0.4), transparent 55%),
    linear-gradient(180deg, var(--greige-2), var(--oat));
  border-block: 1px solid var(--line-soft);
  text-align: center;
}
.cta-band .narrow { text-align: center; }
.cta-band .hero-cta { justify-content: center; }

/* =====================  VISIT  ===================== */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 54px); }
@media (max-width: 820px) { .visit-grid { grid-template-columns: 1fr; } }
.info-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(26px, 3vw, 38px); }
.info-card h3 { display: flex; align-items: center; gap: 10px; }
.info-card h3 svg { width: 22px; height: 22px; stroke: var(--bronze-2); fill: none; stroke-width: 1.6; }
.info-row { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.info-row:last-child { border-bottom: 0; }
.info-row .k { font-weight: 600; color: var(--ink); min-width: 96px; }
.info-row .v { color: var(--stone); }
.info-row .v a { color: var(--bronze-2); }
.hours { list-style: none; margin: 0; padding: 0; }
.hours li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line-soft); font-size: 0.96rem; }
.hours li:last-child { border-bottom: 0; }
.hours .d { color: var(--ink); font-weight: 500; }
.hours .t { color: var(--stone); }

/* =====================  FOOTER  ===================== */
.site-footer { background: var(--ink); color: #c8bba7; padding-block: clamp(46px, 6vw, 72px) 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand .mark { width: 44px; height: 44px; border-radius: 12px; }
.footer-brand b { font-family: var(--serif); font-size: 1.24rem; color: #fff; font-weight: 460; }
.site-footer p { color: #b0a390; font-size: 0.94rem; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; margin: 0 0 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.site-footer a { color: #c3b6a2; text-decoration: none; font-size: 0.95rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.84rem; color: #93856f; }
.footer-bottom a { color: #c3b6a2; }

/* =====================  UTIL / REVEAL  ===================== */
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 100; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; border-radius: 4px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

.page-hero { background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%); border-bottom: 1px solid var(--line-soft); padding-block: clamp(46px, 7vw, 90px) clamp(34px, 5vw, 60px); }
.page-hero .narrow { text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { font-size: clamp(2.2rem, 5.6vw, 3.9rem); }
.page-hero p { max-width: 60ch; margin-inline: auto; }

.breadcrumb { font-size: 0.85rem; color: var(--stone); margin-bottom: 1.2em; }
.breadcrumb a { color: var(--bronze-2); text-decoration: none; }

.prose p { max-width: 66ch; }
.prose h2 { margin-top: 1.4em; }
.prose .lead { color: var(--char); }
