/* ==========================================================================
   Dentist on Waverley — "The Standing Appointment"
   Letterpress & brass-plaque system. Caslon on Surgery Cream, Waverley Green,
   fine ruled frames. No cards, no shadows, no gradients (one vignette).
   ========================================================================== */

/* ---------- 0. Tokens ---------- */
:root {
  /* Grounds */
  --cream:      #F5EFE2;
  --parchment:  #EAE2CF;

  /* Ink */
  --ink:        #14231C;
  --forest:     #1E3A2A;
  --forest-lift:#2A4936; /* canopy pattern tone-on-tone only */

  /* Brass */
  --brass:      #A98B4A;
  --brass-deep: #7D6327;

  /* Tints */
  --sage:       #C9D4C1;

  /* Emergency */
  --oxblood:    #7C3A2D;

  /* Lines */
  --rule:        rgba(20, 35, 28, 0.28);
  --rule-faint:  rgba(20, 35, 28, 0.14);
  --brass-rule:  rgba(169, 139, 74, 0.75);

  /* Type */
  --font-display: "Libre Caslon Display", "Iowan Old Style", Georgia, serif;
  --font-body:    "Libre Caslon Text", Georgia, serif;
  --font-utility: "Archivo", "Helvetica Neue", Arial, sans-serif;

  --fs-display: clamp(2.9rem, 6.5vw, 5.75rem);
  --fs-h2:      clamp(2.5rem, 4.5vw, 3.5rem);
  --fs-h3:      1.5rem;
  --fs-h4:      1.25rem;
  --fs-quote:   clamp(1.7rem, 3.2vw, 2.6rem);
  --fs-body:    1.125rem;
  --fs-body-sm: 1.0625rem;
  --fs-caption: 1rem;
  --fs-label:   0.8125rem;
  --fs-button:  0.875rem;
  --fs-numeral: clamp(3.75rem, 7vw, 5.5rem);
  --fs-folio:   clamp(9rem, 24vw, 20rem);

  /* Geometry */
  --frame-inset: 22px;
  --bar-h: 58px;
  --measure: 66ch;
  --container: 71rem;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Textures (data URIs) */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.08 0 0 0 0 0.14 0 0 0 0 0.11 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
  --canopy: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140' fill='none' stroke='%232A4936' stroke-width='1'%3E%3Cpath d='M18 118c14-20 30-26 46-24'/%3E%3Cpath d='M30 106c-2-8 2-14 8-15 2 6-1 13-8 15z'/%3E%3Cpath d='M46 96c-1-9 4-14 10-14 1 7-3 13-10 14z'/%3E%3Cpath d='M62 94c3-8 10-10 15-8-2 7-8 10-15 8z'/%3E%3Ccircle cx='24' cy='124' r='3.5'/%3E%3Ccircle cx='33' cy='128' r='3.5'/%3E%3Cpath d='M92 22c12 14 30 16 40 12'/%3E%3Cpath d='M102 30c-6 5-13 4-16-1 5-4 12-4 16 1z'/%3E%3Cpath d='M116 34c-5 6-12 7-16 2 4-5 11-6 16-2z'/%3E%3Ccircle cx='94' cy='16' r='3.5'/%3E%3C/svg%3E");
}

/* ---------- Inherited content-page vocabulary ----------
   Page copy is shared with the verified primary option; its presentation is
   recast here as ruled registers, consultation tickets and brass folios. */
.breadcrumb { padding-block: 1.35rem; }
.breadcrumb ol, .breadcrumb__list { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; padding: 0; font-family: var(--font-utility); font-size: var(--fs-label); letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb li + li::before { content: "·"; margin-right: .55rem; color: var(--brass); }
.breadcrumb a { color: var(--brass-deep); text-underline-offset: 3px; }

.page-hero { position: relative; padding: clamp(4rem, 9vw, 7.5rem) 0; border-block: 1px solid var(--brass-rule); text-align: center; background: var(--parchment); }
.page-hero::before, .page-hero::after { content: "✦"; position: absolute; left: 50%; translate: -50% 0; color: var(--brass); font-size: 1rem; background: var(--parchment); padding-inline: 1rem; }
.page-hero::before { top: -.8rem; }
.page-hero::after { bottom: -.8rem; }
.page-hero .container { display: flex; flex-direction: column; align-items: center; }
.page-hero__icon { width: 4.25rem; color: var(--brass-deep); margin-bottom: 1.5rem; }
.page-hero__lead { margin-top: 1.5rem; max-width: 58ch; font-size: 1.25rem; font-style: italic; }
.emergency-hero { background: #ead9cf; }
.emergency-hero::before, .emergency-hero::after { background: #ead9cf; color: var(--oxblood); }
.emergency-phone { color: var(--oxblood); font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 4rem); text-underline-offset: .16em; }

.keyline { height: 1px; max-width: calc(var(--container) - 6rem); margin: 0 auto 3.5rem; background: var(--brass-rule); }
.section--mist, .section--sand { background: var(--parchment); }
.card, .consult-sheet { border: 1px solid var(--brass-rule); padding: clamp(1.5rem, 3vw, 2.5rem); position: relative; background: var(--cream); }
.card::before, .consult-sheet::before { content: "CONSULTATION"; display: block; margin-bottom: 1.25rem; font-family: var(--font-utility); font-size: var(--fs-label); letter-spacing: .18em; color: var(--brass-deep); }
.consult-layout { display: grid; grid-template-columns: minmax(18rem, .82fr) minmax(0, 1.3fr); gap: clamp(2.5rem, 7vw, 6.5rem); align-items: start; }
.consult-sheet { position: sticky; top: 8.5rem; }
.consult-sheet h2 { font-size: 1.75rem; }
.consult-sheet dl { margin-top: 1.25rem; }
.consult-sheet dt { margin-top: 1.2rem; font-family: var(--font-utility); font-size: var(--fs-label); letter-spacing: .1em; text-transform: uppercase; color: var(--brass-deep); }
.consult-sheet dd { margin: .3rem 0 0; }
.consult-sheet__ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.consult-plan .plan-step { border-top: 1px solid var(--rule); padding-block: 1.75rem; }
.plan-step__num { display: block; margin-bottom: .4rem; font-family: var(--font-utility); font-size: var(--fs-label); letter-spacing: .14em; text-transform: uppercase; color: var(--brass-deep); }

.btn--primary, .btn--milk { background: var(--forest); color: var(--cream); }
.btn--secondary { border: 1px solid var(--brass-deep); color: var(--brass-deep); }
.btn--emergency { background: var(--oxblood); color: var(--cream); }
.faq__toggle { position: relative; width: 1.25rem; height: 1.25rem; flex: none; }
.faq__toggle::before, .faq__toggle::after { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: currentColor; transition: transform .25s var(--ease); }
.faq__toggle::after { transform: rotate(90deg); }
.faq__item.is-open .faq__toggle::after { transform: rotate(0); }

.svc-rows { border-top: 1px solid var(--rule); counter-reset: register; }
.svc-row { display: grid; grid-template-columns: 3rem 3.5rem minmax(10rem, .75fr) 1.3fr auto; align-items: center; gap: 1rem; padding: 1.3rem .5rem; border-bottom: 1px solid var(--rule); text-decoration: none; transition: color .25s var(--ease), background .25s var(--ease); }
.svc-row:hover { color: var(--forest); background: rgba(169,139,74,.09); }
.svc-row__num { font-family: var(--font-utility); color: var(--brass-deep); }
.svc-row__icon { color: var(--brass-deep); }
.svc-row__name { font-size: 1.22rem; font-weight: 700; }
.svc-row__desc { font-style: italic; }
.svc-row__go { font-family: var(--font-utility); font-size: var(--fs-label); letter-spacing: .08em; text-transform: uppercase; color: var(--brass-deep); }

.honesty-band { background: var(--forest); color: var(--cream); padding: clamp(4rem, 8vw, 7rem) 0; }
.honesty-band__in { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.honesty-band blockquote { max-width: 25ch; font-family: var(--font-display); font-size: var(--fs-quote); }
.honesty-band__docs { display: flex; gap: 1.25rem; }
.honesty-band__doc .thumb { width: 5.5rem; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--brass); }
.honesty-band__doc img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.18); }

.cta-banner { position: relative; overflow: hidden; background: var(--forest); color: var(--cream); padding: clamp(4rem, 8vw, 7rem) 0; border-block: 1px solid var(--brass); }
.cta-banner .arch-contours { position: absolute; inset: -40% -6% auto auto; width: 55%; opacity: .14; }
.cta-banner__in { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-banner__phone { display: inline-block; margin-top: .75rem; font-family: var(--font-display); font-size: clamp(2.1rem, 4vw, 3.6rem); }
.cta-banner__sub { margin-top: .55rem; }

.proof { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--brass-rule); }
.proof__item { padding: clamp(1.5rem, 4vw, 3rem); border-right: 1px solid var(--brass-rule); }
.proof__item:last-child { border-right: 0; }
.proof__num { color: var(--brass-deep); font-family: var(--font-display); font-size: var(--fs-numeral); line-height: 1; }
.proof__note { margin-top: .75rem; font-style: italic; }
.chart-table { width: 100%; border-collapse: collapse; }
.chart-table th, .chart-table td { padding: 1rem; border-bottom: 1px solid var(--rule); text-align: left; vertical-align: top; }
.chart-table th { font-family: var(--font-utility); font-size: var(--fs-label); letter-spacing: .08em; text-transform: uppercase; color: var(--brass-deep); }
.img-mask, .portrait__frame { overflow: hidden; border: 1px solid var(--brass-rule); }
.img-mask img, .portrait__frame img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.16) contrast(.96); }
.arch-contours, .living-arch { color: currentColor; }

@media (max-width: 760px) {
  .consult-layout { grid-template-columns: 1fr; }
  .consult-sheet { position: static; }
  .svc-row { grid-template-columns: 2.5rem 3rem 1fr auto; }
  .svc-row__desc { display: none; }
  .honesty-band__in, .cta-banner__in { align-items: flex-start; flex-direction: column; }
  .proof { grid-template-columns: 1fr; }
  .proof__item { border-right: 0; border-bottom: 1px solid var(--brass-rule); }
  .chart-table { display: block; overflow-x: auto; }
}

/* ---------- 1. Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  background-color: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.7;
  padding-bottom: var(--bar-h);
  min-height: 100vh;
}

/* Paper grain over everything, always beneath the pointer */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: var(--grain);
  pointer-events: none;
  z-index: 96;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3, h4 { font-weight: 400; }
h1, .display { font-family: var(--font-display); font-size: var(--fs-display); line-height: 1.04; letter-spacing: 0.005em; }
h2 { font-family: var(--font-display); font-size: var(--fs-h2); line-height: 1.1; }
h3 { font-family: var(--font-body); font-weight: 700; font-size: var(--fs-h3); line-height: 1.3; }
h4 { font-family: var(--font-body); font-weight: 700; font-size: var(--fs-h4); line-height: 1.4; }

p, li { max-width: var(--measure); }

em, .voice { font-style: italic; }

a { color: inherit; }

::selection { background: var(--forest); color: var(--cream); }

:focus-visible {
  outline: 2px solid var(--brass-deep);
  outline-offset: 3px;
}
.on-forest :focus-visible,
.covenant :focus-visible,
.cta-band :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--sage);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--forest);
  color: var(--cream);
  font-family: var(--font-utility);
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.9em 1.6em;
  z-index: 200;
  text-decoration: none;
}
.skip-link:focus { top: 8px; }

.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;
}

/* ---------- 2. Utilities ---------- */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}
.container--narrow { max-width: 52rem; }

.flow > * + * { margin-top: 1em; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.75rem; }
.mt-4 { margin-top: 2.5rem; }
.mt-5 { margin-top: 3.5rem; }
.center { text-align: center; }
.center p, .center li { margin-inline: auto; }

.label {
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.on-forest .label { color: var(--sage); }

.caption {
  font-size: var(--fs-caption);
  font-style: italic;
  color: var(--ink);
  opacity: 0.82;
}

/* Kicker seated between two brass hairlines */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  max-width: none;
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.kicker::before, .kicker::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--brass-rule);
}
.on-forest .kicker { color: var(--sage); }
.on-forest .kicker::before, .on-forest .kicker::after { background: var(--brass-rule); }

/* Folio — "— No. II —" */
.folio {
  display: block;
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
}

/* Fleuron divider: seed glyph between two rules */
.fleuron {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  color: var(--brass);
}
.fleuron::before, .fleuron::after {
  content: "";
  width: 64px;
  height: 1px;
  background: var(--brass-rule);
}
.fleuron svg { width: 18px; height: 18px; }

/* Brass text link with drawn underline */
.link {
  color: var(--brass-deep);
  text-decoration: none;
  background-image: linear-gradient(var(--brass), var(--brass));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: background-size 250ms var(--ease);
  padding-bottom: 2px;
}
.link:hover { background-size: 30% 1px; }
.on-forest .link { color: var(--cream); }

/* Underline that draws on hover (nav) */
.draw-link {
  text-decoration: none;
  background-image: linear-gradient(var(--brass), var(--brass));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: background-size 250ms var(--ease);
  padding-bottom: 3px;
}
.draw-link:hover, .draw-link[aria-current="page"] { background-size: 100% 1px; }

/* ---------- 3. The plaque frame ---------- */
.plaque-frame {
  position: fixed;
  top: var(--frame-inset);
  left: var(--frame-inset);
  right: var(--frame-inset);
  bottom: calc(var(--bar-h) + 14px);
  border: 1px solid var(--brass-rule);
  pointer-events: none;
  z-index: 90;
  /* registration ticks inside each corner */
  background-image:
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass));
  background-repeat: no-repeat;
  background-size: 12px 1px, 1px 12px, 12px 1px, 1px 12px,
                   12px 1px, 1px 12px, 12px 1px, 1px 12px;
  background-position:
    left 5px top 5px,  left 5px top 5px,
    right 5px top 5px, right 5px top 5px,
    left 5px bottom 5px,  left 5px bottom 5px,
    right 5px bottom 5px, right 5px bottom 5px;
}
html.js .plaque-frame.will-draw { opacity: 0; }
html.js .plaque-frame.is-drawn { opacity: 1; transition: opacity 900ms var(--ease); }

@media (max-width: 719px) {
  .plaque-frame {
    top: 10px; left: 12px; right: 12px; bottom: auto;
    height: 0;
    border: none;
    border-top: 1px solid var(--brass-rule);
    background: none;
  }
}

/* ---------- 4. The appointment bar (conversion law) ---------- */
.appointment-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: var(--bar-h);
  background: var(--cream);
  border-top: 1px solid var(--brass-rule);
  box-shadow: 0 -4px 0 -3px var(--rule-faint); /* second hairline: a double-rule foot */
  z-index: 95;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding-inline: clamp(0.75rem, 3vw, 2rem);
}
.appointment-bar__phone {
  display: inline-flex;
  align-items: baseline;
  gap: 0.75em;
  text-decoration: none;
  color: var(--ink);
  white-space: nowrap;
  min-height: 44px;
  align-items: center;
}
.appointment-bar__phone .label { color: var(--brass-deep); }
.appointment-bar__phone strong {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}
.appointment-bar__phone:hover strong { color: var(--forest); }
.appointment-bar__seed { color: var(--brass); flex: 0 0 auto; }
.appointment-bar__seed svg { width: 14px; height: 14px; }
.appointment-bar .btn { min-height: 44px; padding-block: 0.7em; }

@media (max-width: 719px) {
  .appointment-bar {
    gap: 0.75rem;
    justify-content: space-between;
  }
  .appointment-bar__seed { display: none; }
  .appointment-bar__phone .label { display: none; }
  .appointment-bar__phone { flex: 1; justify-content: center; border: 1px solid var(--rule); align-self: center; height: 44px; }
  .appointment-bar .btn { flex: 1; white-space: nowrap; padding-inline: 0.5em; }
}

/* ---------- 5. Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  font-family: var(--font-utility);
  font-weight: 600;
  font-size: var(--fs-button);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 1em 1.9em;
  min-height: 48px;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: var(--cream);
  cursor: pointer;
  position: relative;
  transition: background-color 200ms var(--ease), color 200ms var(--ease),
              border-color 200ms var(--ease), transform 100ms var(--ease);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(245, 239, 226, 0.4);
  pointer-events: none;
  transition: border-color 200ms var(--ease);
}
.btn:hover {
  background: var(--cream);
  color: var(--forest);
}
.btn:hover::after { border-color: rgba(30, 58, 42, 0.35); }
.btn:active { transform: translateY(1px); }

.btn--ghost {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
.btn--ghost::after { border-color: transparent; }
.btn--ghost:hover {
  background: var(--parchment);
  border-color: var(--forest);
  color: var(--forest);
}

.btn--plaque {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--forest);
  box-shadow: 0 0 0 4px transparent, 0 0 0 5px var(--brass-rule);
}
.btn--plaque::after { border-color: rgba(30, 58, 42, 0.3); }
.btn--plaque:hover {
  background: transparent;
  color: var(--cream);
  border-color: var(--cream);
}
.btn--plaque:hover::after { border-color: rgba(245, 239, 226, 0.4); }

.btn--oxblood {
  background: var(--oxblood);
  border-color: var(--oxblood);
}
.btn--oxblood:hover {
  background: var(--cream);
  color: var(--oxblood);
  border-color: var(--oxblood);
}

/* ---------- 6. Header ---------- */
.site-header {
  position: relative;
  z-index: 20;
  padding-top: clamp(2.2rem, 4.5vw, 3.2rem);
  background: var(--cream);
}
.masthead {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}
.masthead__phone { justify-self: start; }
.masthead__book { justify-self: end; }
.masthead__phone,
.masthead__book {
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-deep);
  text-decoration: none;
  padding: 0.6em 0;
}
.masthead__book {
  border: 1px solid var(--rule);
  padding: 0.85em 1.4em;
  color: var(--ink);
  transition: border-color 200ms var(--ease), color 200ms var(--ease), background-color 200ms var(--ease);
}
.masthead__book:hover { border-color: var(--forest); color: var(--forest); background: var(--parchment); }
.masthead__phone strong { font-family: var(--font-body); font-size: 1.05rem; letter-spacing: 0.02em; display: block; color: var(--ink); text-transform: none; }
.masthead__phone:hover strong { color: var(--forest); }

.crest {
  position: relative;
  width: clamp(14.5rem, 21vw, 17rem);
  padding-block: 0.4rem 0.55rem;
  border-block: 1px solid var(--brass-rule);
  text-align: center;
  text-decoration: none;
  color: var(--ink);
  display: grid;
  justify-items: center;
  transition: border-color 200ms var(--ease), background-color 200ms var(--ease);
}
.crest:hover {
  border-color: var(--brass-deep);
  background: rgba(255, 255, 255, 0.18);
}
.crest__logo {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.86;
  overflow: hidden;
  background: transparent;
}
.crest__image {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(-22.5%);
  mix-blend-mode: multiply;
}
.crest__addr {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--brass-deep);
}

.site-nav {
  margin-top: clamp(1.2rem, 2.5vw, 1.8rem);
  border-top: 1px solid var(--brass-rule);
  border-bottom: 1px solid var(--brass-rule);
}
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: clamp(1.2rem, 3vw, 2.8rem);
}
.site-nav a {
  display: inline-block;
  padding: 0.95em 0.2em;
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
}
.site-nav a[aria-current="page"] { color: var(--brass-deep); }

.nav-toggle {
  display: none;
  font-family: var(--font-utility);
  font-weight: 600;
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: none;
  border: 1px solid var(--rule);
  color: var(--ink);
  padding: 0.7em 1.1em;
  cursor: pointer;
}

@media (max-width: 899px) {
  .site-header { padding-top: 1.6rem; }
  .masthead {
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
  }
  .masthead__phone { order: 3; }
  .masthead__phone .label, .masthead__phone strong { display: none; }
  .masthead__phone::before {
    content: "";
    display: block;
    width: 22px; height: 22px;
    background-color: var(--forest);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  }
  .masthead__book { display: none; }
  .crest { justify-self: start; order: 1; }
  .crest__addr { display: none; }
  .nav-toggle { display: inline-block; order: 2; justify-self: end; }
  .masthead__phone { order: 2; justify-self: end; padding: 0.6em; }
  .nav-toggle { order: 3; }

  .site-nav { display: none; }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: center; padding-block: 0.5rem; }
  .site-nav a { padding: 0.9em 1em; }
  .site-nav li + li { border-top: 1px solid var(--rule-faint); width: 100%; text-align: center; }
}

/* ---------- 7. Section rhythm & headers ---------- */
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section--parchment { background: var(--parchment); }
.section--ruled {
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent calc(2rem - 1px),
    var(--rule-faint) calc(2rem - 1px),
    var(--rule-faint) 2rem
  );
}
.section--parchment.section--ruled {
  background-color: var(--parchment);
}

.on-forest {
  background-color: var(--forest);
  color: var(--cream);
  background-image:
    radial-gradient(ellipse at 50% 40%, rgba(245, 239, 226, 0.05), transparent 70%),
    var(--canopy);
}
.on-forest p, .on-forest li { color: var(--cream); }

.section-head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.section-head .folio { margin-bottom: 1rem; }
.section-head .kicker { margin-bottom: 1.2rem; }
.section-head h2 { margin-inline: auto; max-width: 24ch; }
.section-head .voice {
  font-style: italic;
  font-size: 1.2rem;
  margin: 1rem auto 0;
  max-width: 52ch;
  opacity: 0.85;
}
.section-head .fleuron { margin-top: 1.6rem; }

/* ---------- 8. Hero — the title page ---------- */
.hero {
  text-align: center;
  padding-block: clamp(3rem, 6vw, 5.5rem) 0;
  overflow: hidden;
}
.hero .kicker { margin-bottom: 1.6rem; }
.hero h1 {
  margin-inline: auto;
  max-width: 18ch;
}
.hero h1 em {
  font-family: var(--font-body);
  font-style: italic;
  letter-spacing: 0;
}
.hero__sub {
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.3rem);
  line-height: 1.6;
  max-width: 56ch;
  margin: 1.6rem auto 0;
  opacity: 0.88;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.1rem 1.8rem;
  margin-top: 2.2rem;
}
.hero__note {
  margin: 1.4rem auto 0;
  font-size: var(--fs-caption);
  font-style: italic;
  opacity: 0.85;
}
.hero .fleuron { margin-top: clamp(2.5rem, 5vw, 3.5rem); }

/* Bookplate stage: giant outlined 861A behind the engraving */
.bookplate-stage {
  position: relative;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.folio-861a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: var(--fs-folio);
  line-height: 1;
  letter-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(169, 139, 74, 0.45);
  user-select: none;
  pointer-events: none;
}
@supports not (-webkit-text-stroke: 1px black) {
  .folio-861a { color: rgba(169, 139, 74, 0.14); }
}
.bookplate {
  position: relative;
  width: min(560px, 88vw);
  margin-inline: auto;
  color: var(--forest);
}
.bookplate text { fill: var(--brass-deep); stroke: none; }

/* Self-draw (JS stamps pathLength=1 and adds classes) */
html.js .bookplate.will-draw :is(path, ellipse, circle, line, polyline) {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
html.js .bookplate.will-draw text { opacity: 0; }
html.js .bookplate.is-drawing :is(path, ellipse, circle, line, polyline) {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1400ms var(--ease);
  transition-delay: calc(var(--i, 0) * 14ms);
}
html.js .bookplate.is-drawing text,
html.js .bookplate.is-ready text { opacity: 1; transition: opacity 600ms var(--ease) 1200ms; }
html.js .bookplate.is-ready :is(path, ellipse, circle, line, polyline) {
  stroke-dasharray: none;
  stroke-dashoffset: 0;
}

/* Trust ledger strip closing the hero */
.trust-ledger {
  border-top: 1px solid var(--brass-rule);
  border-bottom: 1px solid var(--brass-rule);
  background: var(--cream);
  position: relative;
}
.trust-ledger__in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--container);
  margin-inline: auto;
}
.trust-ledger__item {
  text-align: center;
  padding: 1.6rem 1.25rem;
}
.trust-ledger__item + .trust-ledger__item { border-left: 1px solid var(--rule-faint); }
.trust-ledger__item .folio { margin-bottom: 0.35rem; }
.trust-ledger__item p {
  font-style: italic;
  font-size: var(--fs-caption);
  margin-inline: auto;
  max-width: 30ch;
}
@media (max-width: 719px) {
  .trust-ledger__in { grid-template-columns: 1fr; }
  .trust-ledger__item + .trust-ledger__item { border-left: none; border-top: 1px solid var(--rule-faint); }
  .trust-ledger__item { padding: 1.1rem 1.25rem; }
}

/* ---------- 9. Proof numerals ---------- */
.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}
.proof__item { padding-inline: 1rem; position: relative; }
.proof__item + .proof__item::before {
  content: "";
  position: absolute;
  left: calc(clamp(0.75rem, 2vw, 1.5rem) * -1);
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: var(--rule-faint);
}
.proof__num {
  font-family: var(--font-display);
  font-size: var(--fs-numeral);
  line-height: 1;
  color: var(--forest);
}
.proof__num .unit { font-size: 0.5em; letter-spacing: 0; }
.proof__note {
  font-style: italic;
  font-size: var(--fs-caption);
  margin: 0.9rem auto 0;
  max-width: 26ch;
}
@media (max-width: 719px) {
  .proof { grid-template-columns: 1fr; gap: 2.2rem; }
  .proof__item + .proof__item::before { display: none; }
}

/* ---------- 10. The ledger (services) ---------- */
.ledger { border-top: 1px solid var(--rule); }
.ledger-row {
  display: grid;
  grid-template-columns: 5.5rem 3.5rem 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  padding: 1.35rem 0.75rem;
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  color: var(--ink);
  transition: background-color 250ms var(--ease);
}
.ledger-row:hover { background: var(--parchment); }
.ledger-row__no {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--brass-deep);
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: color 250ms var(--ease);
}
.ledger-row:hover .ledger-row__no { color: var(--forest); }
.ledger-row__icon { color: var(--forest); }
.ledger-row__icon svg { width: 44px; height: 44px; }
.ledger-row__body { min-width: 0; }
.ledger-row__name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--fs-h4);
  line-height: 1.3;
  display: block;
}
.ledger-row__desc {
  display: block;
  font-size: var(--fs-body-sm);
  font-style: italic;
  opacity: 0.85;
  margin-top: 0.15rem;
}
.ledger-row__go {
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-deep);
  white-space: nowrap;
}
.ledger-row--oxblood .ledger-row__no,
.ledger-row--oxblood .ledger-row__icon,
.ledger-row--oxblood .ledger-row__go { color: var(--oxblood); }
.ledger-row--oxblood:hover .ledger-row__no { color: var(--oxblood); }

@media (max-width: 719px) {
  .ledger-row { grid-template-columns: 3.9rem 1fr; grid-template-rows: auto auto; row-gap: 0.2rem; padding: 1.1rem 0.25rem; }
  .ledger-row__no { grid-row: 1; font-size: 1.2rem; }
  .ledger-row__icon { display: none; }
  .ledger-row__body { grid-column: 2; }
  .ledger-row__go { grid-column: 2; grid-row: 2; justify-self: start; margin-top: 0.3rem; }
}

/* Dot-leader register (index lists, footer services) */
.register { list-style: none; padding: 0; margin: 0; }
.register a, .register .register__row {
  display: flex;
  align-items: baseline;
  gap: 0.6em;
  text-decoration: none;
  color: inherit;
  padding-block: 0.45em;
  font-size: var(--fs-body-sm);
}
.register .leader {
  flex: 1;
  min-width: 2ch;
  border-bottom: 1px dotted var(--rule-faint);
  transform: translateY(-0.25em);
}
.on-forest .register .leader { border-bottom-color: rgba(245, 239, 226, 0.3); }
.register .no {
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.1em;
  color: var(--brass-deep);
  white-space: nowrap;
}
.on-forest .register .no { color: var(--sage); }
.register a:hover span:first-child { color: var(--brass-deep); }
.on-forest .register a:hover span:first-child { color: var(--sage); }
.register--2col {
  columns: 2;
  column-gap: clamp(2rem, 5vw, 4rem);
}
.register--2col a { break-inside: avoid; }
@media (max-width: 719px) {
  .register--2col { columns: 1; }
}

/* ---------- 11. Tickets (the no-card card) ---------- */
.ticket {
  position: relative;
  border: 1px solid var(--rule);
  background: var(--cream);
  padding: clamp(1.5rem, 3vw, 2rem);
  /* brass corner ticks */
  background-image:
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass)),
    linear-gradient(var(--brass), var(--brass));
  background-repeat: no-repeat;
  background-size: 10px 1px, 1px 10px, 10px 1px, 1px 10px,
                   10px 1px, 1px 10px, 10px 1px, 1px 10px;
  background-position:
    left 4px top 4px,  left 4px top 4px,
    right 4px top 4px, right 4px top 4px,
    left 4px bottom 4px,  left 4px bottom 4px,
    right 4px bottom 4px, right 4px bottom 4px;
}
.section--parchment .ticket { background-color: var(--cream); }
.ticket--parchment { background-color: var(--parchment); }
.ticket--oxblood { border-color: var(--oxblood); }
.ticket--oxblood .folio { color: var(--oxblood); }
.ticket__ctas {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.ticket__ctas .btn { width: 100%; }

/* Consult ticket (service pages) */
.consult { position: sticky; top: 1.5rem; }
.consult h3 { font-size: var(--fs-h4); }
.consult dl { margin: 1rem 0 0; }
.consult dt {
  font-family: var(--font-utility);
  font-weight: 600;
  font-size: var(--fs-label);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--rule-faint);
}
.consult dd { margin: 0.35rem 0 0; font-size: var(--fs-body-sm); }

/* ---------- 12. Feature splits & engraved image frames ---------- */
.feature-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.feature-split--thirds { grid-template-columns: 2fr 3fr; }
@media (max-width: 899px) {
  .feature-split, .feature-split--thirds { grid-template-columns: 1fr; }
}

/* The plate frame for photography: parchment mat + offset brass keyline */
.plate {
  position: relative;
  background: var(--parchment);
  padding: 14px;
  border: 1px solid var(--rule);
}
.section--parchment .plate { background: var(--cream); }
.plate::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(9px, 9px);
  border: 1px solid var(--brass-rule);
  z-index: -1;
  pointer-events: none;
}
.plate img {
  width: 100%;
  filter: sepia(0.14) saturate(0.94);
}
.plate figcaption {
  padding-top: 0.8rem;
  text-align: center;
  font-size: var(--fs-caption);
  font-style: italic;
  opacity: 0.85;
}

/* ---------- 13. Arched portraits ---------- */
.portrait { text-align: center; }
.portrait__frame {
  position: relative;
  display: inline-block;
  background: var(--parchment);
  padding: 14px 14px 0;
  border: 1px solid var(--rule);
  border-radius: calc(50% + 14px) calc(50% + 14px) 0 0 / 40% 40% 0 0;
}
.section--parchment .portrait__frame { background: var(--cream); }
.portrait__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(9px, 9px);
  border: 1px solid var(--brass-rule);
  border-radius: inherit;
  z-index: -1;
}
.portrait__window {
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
  max-width: 320px;
}
.portrait__window img {
  width: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(0.14) contrast(0.98);
  transition: filter 400ms var(--ease);
}
.portrait__window::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--forest);
  mix-blend-mode: multiply;
  opacity: 0.28;
  transition: opacity 400ms var(--ease);
  pointer-events: none;
}
.portrait:hover .portrait__window img,
.portrait:focus-within .portrait__window img { filter: none; }
.portrait:hover .portrait__window::after,
.portrait:focus-within .portrait__window::after { opacity: 0; }

.portrait__quote {
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 34ch;
  margin: 1.4rem auto 0;
}
.portrait__quote::before { content: "“"; }
.portrait__quote::after { content: "”"; }
.portrait__rule {
  width: 64px;
  height: 1px;
  background: var(--brass-rule);
  margin: 1rem auto 0;
}
.portrait__caption {
  margin-top: 0.8rem;
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.portrait__caption small {
  display: block;
  margin-top: 0.3rem;
  font-family: var(--font-body);
  font-size: var(--fs-caption);
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  opacity: 0.8;
}

/* Thumbnail portraits (covenant band) */
.thumb-arch {
  width: 64px;
  height: 72px;
  overflow: hidden;
  border-radius: 50% 50% 0 0 / 42% 42% 0 0;
  border: 1px solid var(--brass-rule);
}
.thumb-arch img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(1) sepia(0.2);
  opacity: 0.92;
}

/* ---------- 14. Pull-quote interlude ---------- */
.pull-quote {
  text-align: center;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}
.pull-quote__stars {
  font-size: 1rem;
  letter-spacing: 0.5em;
  color: var(--brass);
  margin-bottom: 1.5rem;
}
.pull-quote blockquote {
  font-style: italic;
  font-size: var(--fs-quote);
  line-height: 1.45;
  max-width: 26ch;
  margin-inline: auto;
}
.pull-quote figcaption { margin-top: 1.6rem; }

/* ---------- 15. The Covenant ---------- */
.covenant { text-align: center; }
.covenant__in {
  max-width: 46rem;
  margin-inline: auto;
  padding-block: 0.5rem;
  border-top: 1px solid var(--brass-rule);
  border-bottom: 1px solid var(--brass-rule);
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
}
.covenant blockquote {
  font-style: italic;
  font-size: var(--fs-quote);
  line-height: 1.4;
  color: var(--cream);
  max-width: 24ch;
  margin-inline: auto;
}
.covenant__docs {
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: 2rem;
  flex-wrap: wrap;
}
.covenant__doc {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-align: left;
}
.covenant__doc .label { color: var(--sage); }

/* ---------- 16. Tables (hours, comparisons) ---------- */
.ledger-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-body-sm);
}
.ledger-table th, .ledger-table td {
  text-align: left;
  padding: 0.85em 0.5em;
  border-bottom: 1px solid var(--rule-faint);
}
.ledger-table th {
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.ledger-table td:last-child { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 719px) {
  .ledger-table th { font-size: 0.75rem; letter-spacing: 0.08em; }
}
.ledger-table tr:first-child th, .ledger-table tr:first-child td { border-top: 1px solid var(--rule); }

/* ---------- 17. FAQ ledger ---------- */
.faq { border-top: 1px solid var(--rule); }
.faq__item { border-bottom: 1px solid var(--rule); }
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 56px;
  padding: 1.1rem 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--fs-body);
  line-height: 1.45;
  color: var(--ink);
  transition: background-color 250ms var(--ease);
}
.faq__item.is-open .faq__q { background: var(--parchment); }
.faq__q .toggle {
  flex: 0 0 auto;
  width: 18px; height: 18px;
  position: relative;
  color: var(--brass-deep);
  transition: transform 250ms var(--ease);
}
.faq__q .toggle::before, .faq__q .toggle::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.faq__q .toggle::before { left: 0; right: 0; top: 8px; height: 1.5px; }
.faq__q .toggle::after { top: 0; bottom: 0; left: 8px; width: 1.5px; }
.faq__item.is-open .toggle { transform: rotate(45deg); }
.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms var(--ease);
}
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding: 0 0.5rem 1.3rem; max-width: 60ch; }

/* ---------- 18. Plan steps ---------- */
.plan { border-top: 1px solid var(--rule); counter-reset: none; }
.plan__step {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1.5rem;
  padding: 1.6rem 0.5rem;
  border-bottom: 1px solid var(--rule);
}
.plan__no {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.1;
  color: var(--brass-deep);
}
.plan__body h3 { font-size: var(--fs-h4); }
.plan__body p { margin-top: 0.4rem; }
@media (max-width: 719px) {
  .plan__step { grid-template-columns: 3rem 1fr; gap: 1rem; }
  .plan__no { font-size: 1.5rem; }
}

/* ---------- 19. Breadcrumb ---------- */
.breadcrumb {
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass-deep);
  padding-block: 1.5rem 0;
}
.breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.6em; }
.breadcrumb li + li::before { content: "·"; margin-right: 0.6em; color: var(--brass); }
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: var(--forest); }
.breadcrumb [aria-current="page"] { color: var(--ink); }

/* ---------- 20. CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { color: var(--cream); margin-inline: auto; max-width: 20ch; }
.cta-band__phone {
  display: inline-block;
  margin-top: 1.8rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid var(--brass-rule);
  padding-bottom: 0.15em;
  transition: border-color 250ms var(--ease);
}
.cta-band__phone:hover { border-color: var(--cream); }
.cta-band__hours {
  margin-top: 1.2rem;
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
}
.cta-band .btn { margin-top: 2rem; }

/* ---------- 21. Emergency strip ---------- */
.emergency-strip {
  background: var(--oxblood);
  color: var(--cream);
}
.emergency-strip__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 2rem;
  padding-block: 0.9rem;
  text-align: center;
}
.emergency-strip p {
  font-size: var(--fs-body-sm);
  font-style: italic;
  margin: 0;
}
.emergency-strip__call {
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--fs-body-sm);
  text-underline-offset: 3px;
}
.emergency-strip__more {
  font-family: var(--font-utility);
  font-weight: 500;
  font-size: var(--fs-label);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 239, 226, 0.5);
  padding-bottom: 2px;
}
.emergency-strip__more:hover { border-color: var(--cream); }
.emergency-strip :focus-visible { outline-color: var(--cream); }

/* ---------- 22. Footer ---------- */
.site-footer {
  background-color: var(--forest);
  color: var(--cream);
  background-image:
    radial-gradient(ellipse at 50% 30%, rgba(245, 239, 226, 0.04), transparent 70%),
    var(--canopy);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
}
.site-footer__seal {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.site-footer__seal svg {
  width: 150px;
  margin-inline: auto;
  color: var(--brass);
  opacity: 0.9;
}
.site-footer__seal .rule {
  width: 120px;
  height: 1px;
  background: var(--brass-rule);
  margin: 1.4rem auto 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}
.footer-col h3 {
  font-family: var(--font-utility);
  font-weight: 600;
  font-size: var(--fs-label);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.1rem;
}
.footer-col address {
  font-style: normal;
  line-height: 1.8;
}
.footer-col address a { color: var(--cream); }
.footer-hours { margin: 0; }
.footer-hours div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.35em;
  border-bottom: 1px dotted rgba(245, 239, 226, 0.25);
  font-size: var(--fs-body-sm);
}
.footer-hours dt { font-style: italic; }
.footer-hours dd { margin: 0; font-variant-numeric: tabular-nums; }
.site-footer .register a { color: var(--cream); }
.footer-foot {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  border-top: 1px solid var(--brass-rule);
  padding-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem 2rem;
}
.footer-foot p { font-size: 0.95rem; opacity: 0.85; margin: 0; }
.footer-foot a { color: var(--cream); }
.footer-foot .colophon { font-style: italic; }
@media (max-width: 899px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .footer-foot { flex-direction: column; align-items: center; text-align: center; }
}

/* ---------- 23. Emergency page accents (oxblood pathway) ---------- */
.page-emergency .breadcrumb [aria-current="page"] { color: var(--oxblood); }
.emergency-lede .folio, .emergency-lede .kicker { color: var(--oxblood); }
.emergency-lede .kicker::before, .emergency-lede .kicker::after { background: var(--oxblood); }
.emergency-phone {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4rem);
  color: var(--oxblood);
  text-decoration: none;
  border-bottom: 2px solid var(--oxblood);
}

/* ---------- 24. Reveals & motion ---------- */
html.js .reveal {
  opacity: 0;
  transform: translateY(12px);
}
html.js .reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 450ms var(--ease), transform 450ms var(--ease);
}
html.js .reveal-stagger > * {
  opacity: 0;
  transform: translateY(12px);
}
html.js .reveal-stagger.is-in > * {
  opacity: 1;
  transform: none;
  transition: opacity 450ms var(--ease), transform 450ms var(--ease);
}
html.js .reveal-stagger.is-in > *:nth-child(2) { transition-delay: 80ms; }
html.js .reveal-stagger.is-in > *:nth-child(3) { transition-delay: 160ms; }
html.js .reveal-stagger.is-in > *:nth-child(4) { transition-delay: 240ms; }
html.js .reveal-stagger.is-in > *:nth-child(5) { transition-delay: 320ms; }
html.js .reveal-stagger.is-in > *:nth-child(6) { transition-delay: 400ms; }
html.js .reveal-rule {
  transform: scaleX(0);
}
html.js .reveal-rule.is-in {
  transform: scaleX(1);
  transition: transform 700ms var(--ease);
}

/* ---------- 25. Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html.js .reveal, html.js .reveal-stagger > *, html.js .reveal-rule {
    opacity: 1;
    transform: none;
  }
  html.js .bookplate.will-draw :is(path, ellipse, circle, line, polyline) {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
  }
  html.js .bookplate.will-draw text { opacity: 1; }
  html.js .plaque-frame.will-draw { opacity: 1; }
}

/* ---------- 26. Print ---------- */
@media print {
  .plaque-frame, .appointment-bar, .emergency-strip, .nav-toggle,
  body::after, .site-nav, .masthead__book { display: none !important; }
  body { background: #fff; color: #000; padding-bottom: 0; }
  .on-forest, .site-footer, .covenant, .cta-band {
    background: #fff !important;
    color: #000 !important;
  }
  .on-forest p, .on-forest li, .cta-band h2, .covenant blockquote { color: #000 !important; }
  a { text-decoration: underline; }
}

/* Release polish for narrow screens. */
@media (max-width: 719px) {
  .page-hero::before { display: none; }
  .breadcrumb ol, .breadcrumb__list {
    gap: .35rem;
    font-size: .7rem;
    letter-spacing: .045em;
    line-height: 1.6;
  }
  .breadcrumb li + li::before { margin-right: .35rem; }
  .appointment-bar { gap: .4rem; padding-inline: .45rem; }
  .appointment-bar__phone { flex: 0 1 46%; min-width: 0; }
  .appointment-bar__phone strong { font-size: 1rem; }
  .appointment-bar .btn { flex: 0 1 54%; min-width: 0; font-size: .72rem; letter-spacing: .08em; }
}

/* ==========================================================================
   27. Mobile edition — a pocket appointment book, not a reduced broadsheet
   ========================================================================== */

@media (max-width: 899px) {
  .site-header {
    padding-top: 18px;
    border-bottom: 1px solid var(--brass-rule);
  }

  .masthead {
    grid-template-columns: minmax(0, 1fr) 48px auto;
    min-height: 104px;
    gap: 0;
    padding-inline: clamp(1.25rem, 5vw, 1.5rem);
  }

  .crest {
    align-self: center;
    justify-self: start;
    width: min(calc(100% - 0.65rem), 11.75rem);
    min-width: 0;
    min-height: 0;
    padding-block: 0.25rem;
  }

  .masthead__phone {
    display: grid;
    place-items: center;
    justify-self: stretch;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    border-left: 1px solid var(--rule-faint);
  }

  .masthead__phone::before { width: 21px; height: 21px; }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    justify-self: stretch;
    min-width: 70px;
    min-height: 48px;
    padding: 0.7rem 0.65rem;
    border-color: var(--rule);
    border-right: 0;
  }

  .site-nav {
    position: absolute;
    inset: 100% 0 auto;
    z-index: 80;
    margin: 0;
    border-top: 1px solid var(--brass-rule);
    border-bottom: 3px double var(--brass-rule);
    background: var(--parchment);
  }

  .site-nav.is-open { display: block; }

  .site-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    max-width: var(--container);
    margin-inline: auto;
    padding: 0 !important;
  }

  .site-nav li,
  .site-nav li + li {
    width: auto;
    border-top: 0;
    border-bottom: 1px solid var(--rule-faint);
    text-align: center;
  }

  .site-nav li:nth-child(odd) { border-right: 1px solid var(--rule-faint); }
  .site-nav li:nth-last-child(-n + 2) { border-bottom: 0; }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 0.8rem 0.55rem;
    background-position: 50% calc(100% - 8px);
  }

  .feature-split,
  .feature-split--thirds { gap: clamp(3rem, 8vw, 4.5rem); }

  .footer-grid { gap: 0; }

  .footer-col {
    padding-block: 2.25rem;
    border-top: 1px solid var(--brass-rule);
  }

  .footer-col:first-child { border-top: 0; padding-top: 0; }
}

@media (max-width: 719px) {
  :root {
    --fs-display: clamp(2.75rem, 12.6vw, 3.4rem);
    --fs-h2: clamp(2.5rem, 10.8vw, 2.95rem);
    --fs-quote: clamp(1.7rem, 7.4vw, 2rem);
    --fs-numeral: clamp(3.25rem, 15vw, 4.25rem);
    --fs-folio: clamp(7.25rem, 34vw, 9rem);
    --bar-h: calc(64px + env(safe-area-inset-bottom));

    /* Shared source copy uses these older names in a few inline declarations. */
    --hairline: var(--rule);
    --eucalypt: var(--brass-deep);
    --clay: var(--oxblood);
    --ink-soft: var(--ink);
  }

  html { scroll-padding-bottom: calc(var(--bar-h) + 1rem); }

  body {
    min-width: 0;
    padding-bottom: calc(var(--bar-h) + 12px);
    font-size: var(--fs-body-sm);
    line-height: 1.68;
  }

  .container { padding-inline: clamp(1.25rem, 5.5vw, 1.5rem); }

  .section { padding-block: clamp(3.75rem, 16vw, 4.5rem); }

  .section--mist:not(.section),
  .section--sand:not(.section) {
    padding-block: clamp(3.5rem, 15vw, 4.25rem);
  }

  .keyline {
    max-width: calc(100% - 2.5rem);
    margin-bottom: 2.75rem;
  }

  .label,
  .folio { line-height: 1.55; }

  .kicker {
    width: 100%;
    justify-content: center;
    gap: 0.7rem;
    line-height: 1.55;
    text-align: center;
  }

  .kicker::before,
  .kicker::after {
    flex: 1 1 24px;
    width: auto;
    max-width: 38px;
  }

  .fleuron { gap: 0.8rem; }
  .fleuron::before, .fleuron::after { width: 46px; }

  .section-head { margin-bottom: 2.6rem; }
  .section-head > .label { display: block; margin-bottom: 0.75rem; }
  .section-head .folio { margin-bottom: 0.8rem; }
  .section-head .kicker { margin-bottom: 0.9rem; }
  .section-head h2 { max-width: 16ch; }
  .section-head .voice {
    max-width: 32ch;
    margin-top: 0.9rem;
    font-size: 1.075rem;
    line-height: 1.6;
  }
  .section-head .fleuron { margin-top: 1.25rem; }

  /* A mobile title page: identity and engraving first; detail follows. */
  .hero {
    position: relative;
    padding-top: clamp(2.5rem, 11vw, 3.25rem);
  }

  .hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero .kicker { order: 1; margin-bottom: 1.15rem; }
  .hero h1 {
    order: 2;
    max-width: 12.5ch;
    text-wrap: balance;
  }

  .bookplate-stage {
    order: 3;
    width: 100%;
    margin-top: 1.35rem;
    padding-bottom: 0.5rem;
  }

  .bookplate { width: min(18rem, 82vw); }
  .folio-861a { font-size: var(--fs-folio); }

  .hero__sub {
    order: 4;
    max-width: 33ch;
    margin-top: 1.5rem;
    font-size: 1.075rem;
    line-height: 1.62;
  }

  .hero__ctas {
    order: 5;
    flex-direction: column;
    width: min(100%, 22rem);
    gap: 0.55rem;
    margin-top: 1.65rem;
  }

  .hero__ctas .btn { width: 100%; }
  .hero__ctas .link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.45rem 0 0.25rem;
  }

  .page-home .hero__ctas { display: none; }

  .hero__note {
    order: 6;
    max-width: 32ch;
    margin-top: 1rem;
    line-height: 1.55;
  }

  .trust-ledger__item {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    align-items: center;
    gap: 0.9rem;
    min-height: 74px;
    padding: 0.85rem clamp(1.25rem, 5.5vw, 1.5rem);
    text-align: left;
  }

  .trust-ledger__item .folio { margin: 0; text-align: center; }
  .trust-ledger__item p { margin: 0; max-width: none; }

  /* Internal page openers retain the ornament but shed desktop-scale ceremony. */
  .breadcrumb { padding-block: 1rem 0; }
  .breadcrumb ol, .breadcrumb__list { row-gap: 0.2rem; }

  .page-hero {
    padding-block: clamp(3rem, 13vw, 3.75rem);
  }

  .page-hero::after { bottom: -0.72rem; padding-inline: 0.8rem; }
  .page-hero__icon { width: 3.5rem; margin-bottom: 1.1rem; }
  .page-hero h1 {
    max-width: 16ch;
    margin-top: 0.65rem;
    text-wrap: balance;
  }
  .page-hero__lead {
    max-width: 34ch;
    margin-top: 1.1rem;
    font-size: 1.1rem;
    line-height: 1.58;
  }
  .emergency-phone { overflow-wrap: anywhere; }

  /* Proof is a ruled register on phone, not three detached desktop figures. */
  .proof {
    gap: 0;
    border-block: 1px solid var(--rule);
    text-align: left;
  }

  .proof__item {
    display: grid;
    grid-template-columns: 7.8rem minmax(0, 1fr);
    align-items: center;
    gap: 1.1rem;
    min-height: 104px;
    padding: 1rem 0.25rem;
  }

  .proof__item + .proof__item { border-top: 1px solid var(--rule-faint); }
  .proof__num { font-size: clamp(2.85rem, 13vw, 3.55rem); }
  .proof__note { margin: 0; max-width: 24ch; }

  /* Both the bespoke and inherited service indexes share one mobile ledger. */
  .ledger-row {
    grid-template-columns: 3.25rem minmax(0, 1fr) 44px;
    grid-template-rows: auto auto;
    column-gap: 0.85rem;
    row-gap: 0.2rem;
    min-height: 88px;
    padding: 1rem 0.25rem;
  }

  .ledger-row__no { grid-column: 1; grid-row: 1 / 3; align-self: start; padding-top: 0.15rem; }
  .ledger-row__body { grid-column: 2; grid-row: 1 / 3; }
  .ledger-row__name { font-size: 1.16rem; }
  .ledger-row__desc { margin-top: 0.25rem; font-size: 1rem; line-height: 1.45; }
  .ledger-row__go {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
  }

  .svc-row {
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    grid-template-rows: auto;
    gap: 0.75rem;
    min-height: 70px;
    padding: 0.9rem 0.25rem;
  }
  .svc-row__num { grid-column: 1; }
  .svc-row__icon { display: none; }
  .svc-row__name { grid-column: 2; font-size: 1.125rem; line-height: 1.3; }
  .svc-row__desc { display: none; }
  .svc-row__go {
    grid-column: 3;
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .register a,
  .register .register__row { min-height: 44px; padding-block: 0.55rem; }

  /* Consultation content becomes a sequence of clearly separated folios. */
  .consult-layout { gap: 3rem; }
  .card, .consult-sheet { padding: 1.4rem; }
  .card::before, .consult-sheet::before { margin-bottom: 1rem; }
  .consult-sheet { border-top: 3px double var(--brass-rule); }
  .consult-sheet h2 { font-family: var(--font-body); font-size: 1.65rem; font-weight: 700; }
  .consult-sheet dt { margin-top: 1rem; padding-top: 1rem; }
  .consult-sheet dd { font-size: 1rem; line-height: 1.58; }
  .consult-sheet__ctas { flex-direction: column; }
  .consult-sheet__ctas .btn { width: 100%; }
  .consult-plan .plan-step {
    padding-block: 1.55rem;
    border-top-color: var(--brass-rule);
  }
  .plan-step__num { margin-bottom: 0.55rem; }
  .consult-plan .plan-step h3 { font-size: 1.35rem; }
  .consult-plan .plan-step p { margin-top: 0.55rem; }

  .plan__step {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1.4rem 0.25rem;
  }

  /* Photography is cropped as a plate made for the page, not a tall source file. */
  .img-mask {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }
  .img-mask img {
    width: 100%;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover;
    object-position: center 38%;
  }
  .page-about .section:first-of-type .img-mask { aspect-ratio: 4 / 5; }
  .page-about .section:first-of-type .img-mask img { object-position: center 30%; }
  .page-about .section--sand .feature-split .img-mask { order: -1; }
  .page-contact .img-mask img { object-position: center 42%; }

  .plate { padding: 10px; }
  .plate::after { transform: translate(6px, 6px); }
  .plate img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center 35%; }

  .portrait__frame {
    width: min(88vw, 18rem);
    padding: 10px 10px 0;
  }
  .portrait__frame::after { transform: translate(6px, 6px); }
  .portrait__window { max-width: none; }
  .portrait__frame > img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5 !important;
    object-fit: cover;
    object-position: center 22%;
  }
  .portrait__quote { max-width: 27ch; margin-top: 1.25rem; font-size: 1.18rem; }
  .portrait__caption { max-width: 34ch; margin-inline: auto; line-height: 1.55; }

  /* Editorial pauses and trust bands receive stronger phone hierarchy. */
  .pull-quote { padding-inline: clamp(1.25rem, 6vw, 1.75rem); }
  .pull-quote__stars { margin-bottom: 1.15rem; letter-spacing: 0.35em; }
  .pull-quote blockquote { max-width: 20ch; }
  .pull-quote figcaption { margin-top: 1.25rem; }

  .honesty-band { padding-block: 3.75rem; }
  .honesty-band__in { align-items: center; text-align: center; }
  .honesty-band blockquote { max-width: 21ch; font-size: var(--fs-quote); }
  .honesty-band__docs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 22rem;
    gap: 1.25rem;
  }
  .honesty-band__doc { min-width: 0; text-align: center; }
  .honesty-band__doc .thumb { width: 4.5rem; margin-inline: auto; }
  .honesty-band__doc .caption { margin-top: 0.55rem; color: var(--cream); }

  .covenant__in { padding-inline: 0; }
  .covenant blockquote { max-width: 21ch; }
  .covenant__docs { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
  .covenant__doc { justify-content: center; text-align: center; }

  .cta-banner { padding-block: 4rem; text-align: center; }
  .cta-banner .arch-contours { width: 78%; opacity: 0.08; }
  .cta-banner__in { align-items: center; text-align: center; }
  .cta-banner__in > * { width: 100%; }
  .cta-banner h2 { margin-inline: auto; }
  .cta-banner__sub { margin-inline: auto; }
  .cta-banner__phone { overflow-wrap: anywhere; }
  .cta-banner .btn { width: min(100%, 22rem); }

  .cta-band__phone { margin-top: 1.45rem; font-size: clamp(2rem, 10vw, 2.65rem); }
  .cta-band__phone {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
  }
  .cta-band__hours { max-width: 27ch; margin-inline: auto; line-height: 1.6; }
  .cta-band .btn { width: min(100%, 22rem); }

  /* Tables remain true ledgers and fit without an internal horizontal scroller. */
  .chart-table { display: table; overflow: visible; font-size: 1rem; }
  .chart-table th, .chart-table td,
  .ledger-table th, .ledger-table td { padding: 0.8rem 0.25rem; }
  .chart-table th, .ledger-table th { line-height: 1.45; }
  .chart-table td:last-child,
  .ledger-table td:last-child { text-align: right; white-space: nowrap; }

  .faq__q {
    min-height: 64px;
    gap: 1rem;
    padding: 1.05rem 0.25rem;
    font-size: 1.075rem;
    line-height: 1.42;
  }
  .faq__toggle { width: 20px; height: 20px; }
  .faq__a p { padding: 0.2rem 0.25rem 1.4rem; }

  .footer-861a {
    font-family: var(--font-display);
    font-size: clamp(4.5rem, 24vw, 6.5rem);
    line-height: 0.9;
    color: transparent;
    -webkit-text-stroke: 1px var(--brass-rule);
  }

  /* The foot is an appointment ledger; every direct action is a real target. */
  .emergency-strip__in {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding-block: 1.15rem;
  }
  .emergency-strip__in p { margin-inline: auto; }
  .emergency-strip__call,
  .emergency-strip__more {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
  }

  .site-footer { padding-block: 3.5rem 2.5rem; }
  .site-footer__seal { margin-bottom: 2rem; }
  .site-footer__seal svg { width: 118px; }
  .site-footer__seal .rule { margin-top: 1rem; }
  .footer-col h3 { margin-bottom: 0.8rem; }
  .footer-col address a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .footer-hours div { min-height: 44px; align-items: center; }
  .footer-foot { align-items: flex-start; text-align: left; }

  .appointment-bar {
    height: var(--bar-h);
    gap: 0.45rem;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    align-items: center;
  }
  .appointment-bar__phone {
    flex: 0 1 45%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
  }
  .appointment-bar__phone strong {
    font-size: clamp(0.9rem, 4vw, 1rem);
    white-space: nowrap;
  }
  .appointment-bar .btn {
    flex: 0 1 55%;
    min-width: 0;
    min-height: 48px;
    padding: 0.65rem 0.35rem;
    font-size: clamp(0.67rem, 2.8vw, 0.75rem);
    letter-spacing: 0.065em;
    white-space: nowrap;
  }

  .page-404 main .hero__ctas { width: 100%; }
}

@media (max-width: 359px) {
  .container,
  .masthead { padding-inline: 1.125rem; }

  .masthead { grid-template-columns: minmax(0, 1fr) 44px 66px; }
  .crest { width: calc(100% - 0.55rem); }
  .masthead__phone { min-width: 44px; }
  .nav-toggle { min-width: 66px; font-size: 0.73rem; letter-spacing: 0.1em; }
  .site-nav a { font-size: 0.75rem; letter-spacing: 0.1em; }

  .hero h1 { font-size: 2.7rem; }
  .bookplate { width: min(16.5rem, 84vw); }
  .page-hero h1 { font-size: 2.5rem; }

  .proof__item { grid-template-columns: 7.1rem minmax(0, 1fr); gap: 0.8rem; }
  .ledger-row { grid-template-columns: 3rem minmax(0, 1fr) 42px; gap: 0.65rem; }
  .ledger-row__go { min-width: 42px; font-size: 0.75rem; letter-spacing: 0.08em; }

  .footer-hours div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.1rem;
    padding-block: 0.65rem;
  }
  .footer-hours dd { text-align: left; }

  .appointment-bar { padding-inline: 6px; gap: 0.35rem; }
  .appointment-bar__phone { flex-basis: 44%; }
  .appointment-bar .btn { flex-basis: 56%; font-size: 0.64rem; letter-spacing: 0.045em; }
}
