/* ============================================================
   First Choice Women's Resource Centers — Concept Redesign
   Art direction: "Editorial Quiet"
   Warm paper + deep oxblood + marigold · Newsreader / Hanken Grotesk
   Photography-led, magazine layout, hairline rules, arch frames
   ============================================================ */

:root {
  /* Palette */
  --paper:     #f5efe3;
  --paper-2:   #efe6d6;
  --card:      #fcf8f0;
  --ink:       #221f1a;
  --ink-2:     #585044;
  --ink-3:     #8d8473;
  --oxblood:   #6e2a33;
  --oxblood-2: #531d25;
  --ochre:     #c0842a;   /* decorative only (rules, marks, underlines) */
  --ochre-br:  #dd9b3b;   /* decorative on dark backgrounds */
  --ochre-deep:#8c5d12;   /* accessible text tone for numerals & labels on paper */
  --line:      #cdbfa6;
  --line-soft: #e0d5c0;
  --white:     #fffdf9;

  --font-serif: "Newsreader", Georgia, "Times New Roman", serif;
  --font-sans:  "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --header-h: 74px;

  --shadow: 0 18px 50px -28px rgba(34,31,26,.45);
}

/* ---------- Reset ---------- */
*, *::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 {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
}

/* Paper grain overlay */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 200; pointer-events: none;
  opacity: .05; mix-blend-mode: multiply;
  background-image: 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%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
svg { display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--oxblood); color: var(--paper); }
:focus-visible { outline: 2px solid var(--oxblood); outline-offset: 3px; }

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

/* Sticky-header offset for in-page anchor jumps */
main section[id] { scroll-margin-top: calc(var(--header-h) + 24px); }

/* Typographic finishing: balanced headings, no orphans in body copy */
h1, h2, h3, .sec-title, .hero__title, .booking__title, .qband__quote, .voice__q { text-wrap: balance; }
p, .hero__standfirst, .lead, .svc__body p, .step p, .about__body > p, .dir__addr, .faq__a p { text-wrap: pretty; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 2000;
  background: var(--ink); color: var(--paper); padding: 12px 18px; font-weight: 600;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

.ico { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 400; line-height: 1.04; letter-spacing: -0.012em; color: var(--ink); }
.serif-italic, em { font-style: italic; }

/* Kicker / section label: "01 — Label" with trailing rule */
.kicker {
  display: flex; align-items: center; gap: .85rem;
  font-family: var(--font-sans); font-size: .72rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--oxblood);
  margin-bottom: 1.4rem;
}
.kicker__num { color: var(--ochre-deep); font-variant-numeric: tabular-nums; }
.kicker::after { content: ""; flex: 1; height: 1px; background: var(--line); max-width: 120px; }
.kicker--light { color: var(--ochre-br); }
.kicker--light .kicker__num { color: var(--ochre-br); }
.kicker--light::after { background: rgba(245,239,227,.35); }
.kicker--center { justify-content: center; }
.kicker--center::after { display: none; }

.lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: var(--ink-2); line-height: 1.55; }

/* ---------- Buttons / links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--font-sans); font-weight: 600; font-size: .98rem; letter-spacing: .01em;
  padding: 1.02em 1.7em; border-radius: 3px; line-height: 1; min-height: 46px;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.btn .ico { width: 1.05em; height: 1.05em; stroke-width: 2; }
.btn--solid { background: var(--oxblood); color: var(--paper); }
.btn--solid:hover { background: var(--oxblood-2); }
.btn--line { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.btn--line:hover { background: var(--ink); color: var(--paper); }
.btn--paper { background: var(--paper); color: var(--oxblood-2); }
.btn--paper:hover { background: var(--white); }
.btn--block { width: 100%; }

.arrow-link {
  display: inline-flex; align-items: center; gap: .5em;
  font-weight: 600; font-size: .98rem; color: var(--ink);
  border-bottom: 1.5px solid var(--ochre); padding-bottom: 3px;
  transition: gap .2s ease, color .2s ease, border-color .2s;
}
.arrow-link .ico { width: 1.05em; height: 1.05em; stroke-width: 2; color: var(--oxblood); }
.arrow-link:hover { gap: .85em; color: var(--oxblood); border-color: var(--oxblood); }

/* ============================================================
   Ribbon + utility bar
   ============================================================ */
.ribbon {
  background: var(--ink); color: var(--paper);
  font-family: var(--font-sans); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase;
  text-align: center; padding: 8px 16px; display: flex; align-items: center; justify-content: center; gap: .6em;
}
.ribbon .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ochre-br); }

.util { border-bottom: 1px solid var(--line-soft); font-size: .82rem; background: var(--paper); }
.util__in { display: flex; align-items: center; justify-content: space-between; min-height: 40px; gap: 1rem; }
.util__msg { display: flex; align-items: center; gap: .5em; color: var(--ink-2); letter-spacing: .02em; }
.util__msg .ico { color: var(--oxblood); width: .95rem; height: .95rem; stroke-width: 2.4; }
.util__msg strong { color: var(--ink); font-weight: 600; }
.util__links { display: flex; align-items: center; gap: 1rem; }
.util__links a { color: var(--ink-2); transition: color .18s; }
.util__links a strong { color: var(--ink); }
.util__links a:hover { color: var(--oxblood); }
.util__sep { width: 1px; height: 14px; background: var(--line); }

/* ============================================================
   Masthead / header
   ============================================================ */
.masthead { position: sticky; top: 0; z-index: 100; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.masthead.is-stuck { border-color: var(--line-soft); box-shadow: 0 1px 0 rgba(34,31,26,.04), 0 10px 30px -22px rgba(34,31,26,.4); }
.masthead__in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--header-h); }

.brand { display: inline-flex; align-items: center; gap: .7rem; }
.brand__mark { width: 40px; height: 46px; flex: none; color: var(--oxblood); }
.brand__mark svg { width: 100%; height: 100%; }
.brand__word { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-serif); font-size: 1.42rem; font-weight: 500; letter-spacing: -.01em; color: var(--ink); }
.brand__sub { font-family: var(--font-sans); font-size: .6rem; letter-spacing: .26em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; margin-top: 4px; }

.mainnav { display: flex; gap: 1.7rem; margin-left: auto; }
.mainnav a { font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); padding: .4em 0; position: relative; transition: color .18s; white-space: nowrap; }
.mainnav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1.5px; background: var(--oxblood); transition: right .25s ease; }
.mainnav a:hover { color: var(--ink); }
.mainnav a:hover::after { right: 0; }
.mainnav a.is-current { color: var(--ink); }
.mainnav a.is-current::after { right: 0; background: var(--ochre); }

.masthead__actions { display: flex; align-items: center; gap: 1.2rem; }
.masthead__phone { font-weight: 600; font-size: .92rem; color: var(--ink); display: inline-flex; align-items: center; gap: .45em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.masthead__phone .ico { color: var(--oxblood); width: 1rem; height: 1rem; stroke-width: 2; }
.masthead__phone:hover { color: var(--oxblood); }

.nav-toggle { display: none; width: 46px; height: 46px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; box-shadow: inset 0 0 0 1.5px var(--ink); border-radius: 3px; }
.nav-toggle span { width: 20px; height: 1.5px; background: var(--ink); transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mnav { display: none; flex-direction: column; padding: 8px var(--gutter) 26px; background: var(--paper); border-top: 1px solid var(--line-soft); }
.mnav a { padding: .95em .2em; font-family: var(--font-serif); font-size: 1.5rem; color: var(--ink); border-bottom: 1px solid var(--line-soft); }
.mnav .btn { margin-top: 1.1rem; color: var(--paper); }

/* ============================================================
   Hero
   ============================================================ */
.hero { padding: clamp(2.4rem, 5vw, 4.6rem) 0 clamp(2.6rem, 5vw, 4rem); }
.hero__in { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero__title { font-size: clamp(2.9rem, 6.4vw, 5.3rem); font-weight: 400; letter-spacing: -.022em; margin-bottom: 1.6rem; }
.hero__title em { color: var(--oxblood); }
.hero__standfirst { font-size: clamp(1.08rem, 1.5vw, 1.3rem); color: var(--ink-2); max-width: 34ch; margin-bottom: 2.1rem; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem; margin-bottom: 2.4rem; }

.facts { display: flex; flex-wrap: wrap; gap: .55rem 1.5rem; padding-top: 1.7rem; border-top: 1px solid var(--line); }
.facts li { list-style: none; display: inline-flex; align-items: center; gap: .5em; font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }
.facts .ico { color: var(--oxblood); width: .9rem; height: .9rem; stroke-width: 2.6; }

/* Arch photo frame */
.frame { position: relative; }
.frame__img { position: relative; overflow: hidden; border-radius: 240px 240px 6px 6px; box-shadow: var(--shadow); }
.frame__img::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(34,31,26,.12); pointer-events: none; }
.frame__img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4.1; }
.hero__media .frame__img img { aspect-ratio: 3/4; }
.frame__cap {
  position: absolute; left: -14px; bottom: 28px; z-index: 2;
  background: var(--paper); padding: .55rem .9rem; box-shadow: var(--shadow);
  font-size: .64rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--oxblood);
}
.frame__est {
  position: absolute; right: -16px; top: 40px; z-index: 2; background: var(--oxblood); color: var(--paper);
  width: 86px; height: 86px; border-radius: 50%; display: grid; place-content: center; text-align: center;
  font-family: var(--font-serif); line-height: 1;
}
.frame__est b { font-size: 1.7rem; display: block; }
.frame__est span { font-size: .54rem; font-family: var(--font-sans); letter-spacing: .18em; text-transform: uppercase; margin-top: 4px; display: block; }

/* ============================================================
   Where to begin (quick help)
   ============================================================ */
.begin { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-2); }
.begin__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.begin__item { display: flex; flex-direction: column; gap: .5rem; padding: 2.3rem clamp(1rem,2.5vw,2.2rem); border-left: 1px solid var(--line); transition: background .2s; }
.begin__item:first-child { border-left: none; }
.begin__item:hover { background: var(--paper); }
.begin__num { font-family: var(--font-serif); font-style: italic; font-size: 1.1rem; color: var(--ochre-deep); }
.begin__item h3 { font-size: 1.55rem; }
.begin__item p { font-size: .92rem; color: var(--ink-2); }
.begin__item .arrow-link { margin-top: auto; padding-top: 1rem; border: none; align-self: flex-start; }
.begin__item .arrow-link { border-bottom: 1.5px solid transparent; padding-bottom: 0; }
.begin__item:hover .arrow-link { border-color: var(--ochre); }

/* ============================================================
   Section scaffolding
   ============================================================ */
.section { padding: clamp(3.6rem, 7vw, 6.5rem) 0; }
.sec-head { max-width: 30ch; }
.sec-head--wide { max-width: 46ch; }
.sec-title { font-size: clamp(2rem, 4.2vw, 3.4rem); }
.sec-title em { color: var(--oxblood); }

/* Services — editorial list */
.services__top { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: end; margin-bottom: clamp(2rem,4vw,3.4rem); }
.services__note { font-size: .95rem; color: var(--ink-2); max-width: 42ch; }
.services__note b { color: var(--oxblood); font-weight: 600; }
.svc-list { border-top: 1px solid var(--line); }
.svc {
  display: grid; grid-template-columns: 3rem 1fr auto; gap: 1.4rem; align-items: baseline;
  padding: 1.9rem 0; border-bottom: 1px solid var(--line);
  transition: padding-left .25s ease;
}
.svc:hover { padding-left: .6rem; }
.svc__num { font-family: var(--font-serif); font-size: 1.05rem; color: var(--ochre-deep); font-variant-numeric: tabular-nums; }
.svc__body h3 { font-size: 1.7rem; margin-bottom: .35rem; }
.svc__body h3 .svc__live { font-family: var(--font-sans); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--oxblood); vertical-align: middle; margin-left: .8rem; background: var(--paper-2); padding: .3em .6em; border-radius: 2px; }
.svc__body p { color: var(--ink-2); max-width: 60ch; font-size: 1rem; }
.svc__tag { font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }

/* ============================================================
   Quote band (full-bleed photo)
   ============================================================ */
.qband { position: relative; color: var(--paper); isolation: isolate; }
.qband__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.qband__bg img { width: 100%; height: 100%; object-fit: cover; }
.qband__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--oxblood-2) 12%, color-mix(in srgb, var(--oxblood-2) 78%, transparent) 60%, color-mix(in srgb, var(--oxblood-2) 42%, transparent)); }
.qband__in { padding: clamp(4rem, 9vw, 8rem) 0; max-width: 30ch; }
.qband__mark { font-family: var(--font-serif); font-size: 5rem; line-height: .4; color: var(--ochre-br); display: block; height: 2.4rem; }
.qband__quote { font-family: var(--font-serif); font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.14; font-weight: 400; }
.qband__quote em { color: var(--ochre-br); }
.qband__cite { margin-top: 1.6rem; font-size: .8rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: rgba(245,239,227,.82); }

/* ============================================================
   Steps (how it works)
   ============================================================ */
.how { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.4rem,3vw,3rem); margin-top: clamp(2rem,4vw,3rem); }
.step { padding-top: 1.6rem; border-top: 2px solid var(--oxblood); }
.step__num { font-family: var(--font-serif); font-size: 2.6rem; color: var(--oxblood); line-height: 1; display: block; margin-bottom: .8rem; }
.step h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.step p { color: var(--ink-2); font-size: .98rem; }

/* ============================================================
   About / mission
   ============================================================ */
.about__in { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2.2rem,5vw,5rem); align-items: center; }
.about__body > p { font-size: 1.12rem; color: var(--ink-2); margin: 0 0 1.8rem; }
.values { list-style: none; padding: 0; }
.values li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid var(--line); }
.values li:last-child { border-bottom: 1px solid var(--line); }
.values__n { font-family: var(--font-serif); font-style: italic; color: var(--ochre-deep); font-size: 1.1rem; }
.values h4 { font-family: var(--font-sans); font-size: 1.02rem; font-weight: 700; color: var(--ink); margin-bottom: .15rem; letter-spacing: 0; }
.values p { font-size: .96rem; color: var(--ink-2); }

/* ============================================================
   Locations directory
   ============================================================ */
.dir { border-top: 1px solid var(--line); }
.dir__grid { display: grid; grid-template-columns: 1fr 1fr; }
.dir__item { padding: 2rem clamp(1rem,3vw,2.6rem) 2rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1.1fr 1fr; gap: 1rem 1.6rem; align-items: start; }
.dir__grid > .dir__item:nth-child(odd) { border-right: 1px solid var(--line); padding-right: clamp(1.6rem,3vw,3rem); }
.dir__grid > .dir__item:nth-child(even) { padding-left: clamp(1.6rem,3vw,2.6rem); }
.dir__name { font-size: 1.55rem; margin-bottom: .4rem; }
.dir__addr { font-size: .92rem; color: var(--ink-2); line-height: 1.45; }
.dir__phone { display: inline-block; margin-top: .7rem; font-weight: 600; color: var(--oxblood); font-variant-numeric: tabular-nums; font-size: .95rem; }
.dir__phone:hover { text-decoration: underline; }
.dir__hours { margin: 0; }
.dir__hours div { display: flex; justify-content: space-between; gap: .8rem; padding: .28em 0; font-size: .85rem; border-bottom: 1px dotted var(--line); }
.dir__hours dt { color: var(--ink-3); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .72rem; }
.dir__hours dd { font-variant-numeric: tabular-nums; color: var(--ink); }
.dir__dir { margin-top: .8rem; display: inline-flex; align-items: center; gap: .4em; font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }
.dir__dir .ico { width: .95rem; height: .95rem; color: var(--oxblood); }
.dir__dir:hover { color: var(--oxblood); }
.dir__help { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.8rem 0; }
.dir__help p { font-family: var(--font-serif); font-size: 1.35rem; font-style: italic; color: var(--ink); }

/* ============================================================
   Voices (testimonials) — editorial
   ============================================================ */
.voices { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: clamp(1.5rem,3vw,2.5rem); }
.voice { padding: 0 clamp(1.2rem,2.5vw,2.2rem); border-left: 1px solid var(--line); }
.voice:first-child { border-left: none; padding-left: 0; }
.voice__q { font-family: var(--font-serif); font-size: clamp(1.25rem,1.8vw,1.55rem); line-height: 1.3; color: var(--ink); margin-bottom: 1.1rem; }
.voice__q::before { content: "\201C"; color: var(--ochre); }
.voice__q::after { content: "\201D"; color: var(--ochre); }
.voice cite { font-style: normal; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--oxblood); }
.voices__note { margin-top: 2rem; font-size: .76rem; color: var(--ink-3); letter-spacing: .04em; }

/* ============================================================
   Reads (resources) — editorial index w/ feature
   ============================================================ */
.reads__in { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem,5vw,4.5rem); align-items: start; }
.reads__feature .frame__img { border-radius: 6px; }
.reads__feature .frame__img img { aspect-ratio: 4/3.4; }
.reads__feature figcaption { margin-top: 1rem; font-size: .82rem; color: var(--ink-2); font-style: italic; font-family: var(--font-serif); }
.reads__list { border-top: 1px solid var(--line); }
.read { display: grid; grid-template-columns: 1fr auto; gap: .4rem 1rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--line); transition: padding-left .25s; }
.read:hover { padding-left: .5rem; }
.read__cat { grid-column: 1 / -1; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ochre-deep); }
.read h3 { font-size: 1.4rem; line-height: 1.15; }
.read .ico { width: 1.3rem; height: 1.3rem; color: var(--oxblood); stroke-width: 1.8; transition: transform .2s; }
.read:hover .ico { transform: translate(3px,-3px); }

/* ============================================================
   FAQ
   ============================================================ */
.faq__in { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,5vw,4.5rem); align-items: start; }
.faq__intro { position: sticky; top: calc(var(--header-h) + 24px); }
.faq__intro .btn { margin-top: 1.6rem; color: var(--paper); }
.faq__list { border-top: 1px solid var(--ink); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; padding: 1.35rem 0; font-family: var(--font-serif); font-size: 1.35rem; color: var(--ink); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__sign { flex: none; width: 16px; height: 16px; position: relative; align-self: center; }
.faq__sign::before, .faq__sign::after { content: ""; position: absolute; background: var(--oxblood); transition: transform .25s, opacity .25s; }
.faq__sign::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq__sign::after { left: 7px; top: 0; width: 2px; height: 16px; }
.faq__item[open] .faq__sign::after { transform: scaleY(0); }
.faq__a { padding: 0 0 1.5rem; }
.faq__a p { color: var(--ink-2); max-width: 62ch; }

/* ============================================================
   Booking
   ============================================================ */
.booking { background: var(--oxblood); color: var(--paper); }
.booking__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.2rem,5vw,5rem); align-items: center; }
.booking__title { color: var(--white); font-size: clamp(2.1rem,4vw,3.2rem); margin-bottom: 1.2rem; }
.booking__title em { color: var(--ochre-br); }
.booking__text { color: rgba(245,239,227,.85); font-size: 1.12rem; margin-bottom: 2rem; max-width: 38ch; }
.booking__direct { display: flex; flex-direction: column; gap: 1px; background: rgba(245,239,227,.18); border: 1px solid rgba(245,239,227,.2); }
.booking__line { display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.3rem; background: var(--oxblood); transition: background .2s; }
.booking__line:hover { background: var(--oxblood-2); }
.booking__line .ico { color: var(--ochre-br); width: 1.3rem; height: 1.3rem; stroke-width: 2; }
.booking__line span { display: flex; flex-direction: column; line-height: 1.3; }
.booking__line small { font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(245,239,227,.6); font-weight: 600; }
.booking__line b { font-size: 1.16rem; font-weight: 600; color: var(--white); font-variant-numeric: tabular-nums; }

.bform { background: var(--card); color: var(--ink); padding: clamp(1.6rem,3vw,2.6rem); box-shadow: var(--shadow); }
.bform__title { font-family: var(--font-serif); font-size: 1.7rem; margin-bottom: 1.6rem; }
.field { margin-bottom: 1.5rem; }
.field label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); margin-bottom: .5rem; }
.req { color: var(--oxblood); }
.field__opt { font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--ink-3); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 1rem; width: 100%; color: var(--ink);
  background: transparent; border: none; border-bottom: 1.5px solid var(--line);
  border-radius: 0; padding: .6em 0; transition: border-color .18s;
}
.field textarea { resize: vertical; min-height: 2.6em; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--oxblood); }
.field input.invalid, .field select.invalid { border-color: #b3322a; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field__error { color: #a02b22; font-size: .8rem; margin-top: .4rem; }
.bform .btn { color: var(--paper); margin-top: .4rem; }
.bform__privacy { display: flex; align-items: center; gap: .5em; font-size: .82rem; color: var(--ink-3); margin-top: 1rem; }
.bform__privacy .ico { color: var(--oxblood); width: 1rem; height: 1rem; }
.bform__success { margin-top: 1.2rem; padding: 1.1rem 1.2rem; background: var(--paper-2); border-left: 3px solid var(--oxblood); display: flex; gap: .8rem; align-items: flex-start; }
.bform__success .ico { color: var(--oxblood); width: 1.5rem; height: 1.5rem; stroke-width: 2; flex: none; }
.bform__success p { font-size: .9rem; color: var(--ink); }

/* ============================================================
   Give (support)
   ============================================================ */
.give__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: clamp(2rem,4vw,3rem); }
.give__item { padding: 2.4rem clamp(1.2rem,2.5vw,2.4rem); border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: .6rem; }
.give__item:first-child { border-left: none; }
.give__n { font-family: var(--font-serif); font-style: italic; font-size: 1.1rem; color: var(--ochre-deep); }
.give__item h3 { font-size: 1.7rem; }
.give__item p { font-size: .96rem; color: var(--ink-2); flex: 1; }
.give__item .arrow-link { align-self: flex-start; margin-top: .6rem; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--ink); color: rgba(245,239,227,.66); padding: clamp(3rem,6vw,4.5rem) 0 2rem; }
.footer__top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(245,239,227,.14); }
.footer .brand__name { color: var(--paper); }
.footer .brand__mark { color: var(--ochre-br); }
.footer__mission { margin: 1.2rem 0; font-size: .95rem; max-width: 34ch; }
.footer__contact { display: flex; flex-direction: column; gap: .35rem; }
.footer__contact a { color: var(--ochre-br); font-weight: 600; width: fit-content; font-variant-numeric: tabular-nums; }
.footer__contact a:hover { color: var(--paper); }
.footer__col h4 { font-family: var(--font-sans); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--paper); margin-bottom: 1.1rem; }
.footer__col a { display: block; padding: .34em 0; font-size: .94rem; transition: color .18s; }
.footer__col a:hover { color: var(--paper); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; padding-top: 1.8rem; font-size: .82rem; color: rgba(245,239,227,.5); }

/* ============================================================
   Mobile action bar
   ============================================================ */
.actionbar { display: none; }

/* ============================================================
   Reveal
   ============================================================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { scroll-behavior: auto; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .hero__in { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__media { max-width: 440px; }
  .about__in, .reads__in, .faq__in, .booking__in { grid-template-columns: 1fr; }
  .faq__intro { position: static; }
  .dir__grid { grid-template-columns: 1fr; }
  .dir__grid > .dir__item:nth-child(odd) { border-right: none; padding-right: 0; }
  .dir__grid > .dir__item:nth-child(even) { padding-left: 0; }
}

@media (max-width: 860px) {
  .mainnav, .masthead__phone { display: none; }
  .nav-toggle { display: flex; }
  .masthead.nav-open .mnav { display: flex; }
  .util { display: none; }
  .begin__grid, .steps, .voices__grid, .give__grid { grid-template-columns: 1fr; }
  .begin__item, .voice, .give__item { border-left: none; border-top: 1px solid var(--line); }
  .begin__item:first-child, .voice:first-child, .give__item:first-child { border-top: none; }
  .voice:first-child { padding-left: var(--gutter); }
  .voice { padding: 1.6rem var(--gutter); }
  .services__top { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .masthead__actions .btn--solid { display: none; }
  .field-row { grid-template-columns: 1fr; }
  .svc { grid-template-columns: 2rem 1fr; }
  .svc__tag { grid-column: 2; }
  .dir__item { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
  .frame__est { width: 72px; height: 72px; right: 6px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  /* action bar */
  .actionbar { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 0; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
    background: color-mix(in srgb, var(--paper) 96%, transparent); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
    padding-bottom: env(safe-area-inset-bottom); }
  .actionbar a { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 56px;
    font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); border-left: 1px solid var(--line); }
  .actionbar a:first-child { border-left: none; }
  .actionbar a .ico { width: 1.15rem; height: 1.15rem; color: var(--oxblood); stroke-width: 2; }
  .actionbar__primary { flex-direction: row !important; gap: .5rem !important; background: var(--oxblood); color: var(--paper) !important; }
  .actionbar__primary .ico { color: var(--paper) !important; }
  body { padding-bottom: 58px; }
}

@media (max-width: 380px) {
  .footer__top { grid-template-columns: 1fr; }
}
