/* ============================================================
   The Marshall Method
   site by PlainBlack Creative
   ============================================================ */

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/custom/the-marshall-method/assets/fonts/figtree-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/custom/the-marshall-method/assets/fonts/cormorant-garamond-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Charcoal page, porcelain text, peach-orange accent. Matches the original Squarespace aesthetic. */
  --bg: #282d30;
  --bg-deep: #1d2124;
  --surface: #323840;
  --surface-2: #3a414a;
  --ink: #f3ede0;
  --ink-soft: #b8b1a4;
  --ink-faint: #9a948a;
  --accent: #f48847;
  --accent-hover: #e07330;
  --accent-soft: rgba(244, 136, 71, 0.18);
  --border: rgba(243, 237, 224, 0.12);
  --border-strong: rgba(243, 237, 224, 0.22);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.4);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --container: 1200px;
  --section-y: clamp(4rem, 8vw, 7rem);
  --gutter: clamp(1.25rem, 5vw, 2.5rem);
  --duration: 280ms;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: 'Figtree', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, picture, svg { max-width: 100%; height: auto; display: block; }
img { border: 0; }
a:has(img) { display: inline-flex; line-height: 0; }

a { color: var(--accent); text-decoration: none; transition: color var(--duration) var(--ease); }
a:hover { color: var(--accent-hover); }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 3px;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 0.6em;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.25rem, 5.5vw, 3.75rem); }
h2 { font-size: clamp(1.875rem, 4vw, 2.75rem); }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.625rem); }

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

ul, ol { padding-left: 1.25rem; margin: 0 0 1em; }
li { margin-bottom: 0.4em; }

.eyebrow {
  display: inline-block;
  font-family: 'Figtree', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.lede {
  font-size: 1.1875rem;
  color: var(--ink-soft);
  max-width: 60ch;
}

.skip {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: #fff;
  transform: translateY(-110%);
  z-index: 200;
}
.skip:focus { transform: translateY(0); color: #fff; }

/* ============================================================
   Layout
   ============================================================ */

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

section { padding-block: var(--section-y); }
section.tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
section.surface { background: var(--surface); }

.section-head { max-width: 60ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; text-align: center; }

/* ============================================================
   Header
   ============================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 84px;
}

.brand img { width: auto; height: 56px; display: block; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.nav-toggle svg { width: 22px; height: 22px; color: var(--ink); }

.nav { display: flex; align-items: center; gap: 1.75rem; }
.nav a {
  color: var(--ink);
  font-weight: 500;
  font-size: 0.9375rem;
  position: relative;
  padding: 0.25rem 0;
}
.nav a[aria-current="page"] { color: var(--accent); }
.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  inset: auto 0 -2px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.nav a:hover { color: var(--accent); }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* ============================================================
   Buttons
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 0.95rem 1.4rem;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--accent);
  background: var(--accent);
  color: #1d2124;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--duration) var(--ease), border-color var(--duration) var(--ease), transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
  box-shadow: var(--shadow-sm);
}
.btn:hover { background: var(--accent-hover); border-color: var(--accent-hover); color: #1d2124; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--border-strong); }
.btn--ghost:hover { background: var(--surface); color: var(--ink); border-color: var(--accent); }

.btn--small { padding: 0.625rem 1rem; font-size: 0.875rem; }

.tel-link {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  color: var(--ink);
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.tel-link:hover { color: var(--accent); }

/* ============================================================
   Hero
   ============================================================ */

.hero {
  position: relative;
  padding-block: clamp(5rem, 11vw, 9rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 78% 10%, rgba(244, 136, 71, 0.20) 0%, transparent 55%),
    radial-gradient(ellipse at 8% 100%, rgba(244, 136, 71, 0.08) 0%, transparent 55%),
    linear-gradient(180deg, #1d2124 0%, #282d30 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(243, 237, 224, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 237, 224, 0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, transparent 75%);
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

.hero .container { position: relative; }

.hero h1 {
  max-width: 14ch;
  margin-bottom: 1.25rem;
}

.hero .lede { font-size: clamp(1.0625rem, 1.6vw, 1.25rem); }

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.hero-trust {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: var(--ink-soft);
  max-width: 50ch;
}

/* ============================================================
   Numeric trust strip
   ============================================================ */

.trust-strip {
  border-block: 1px solid var(--border);
  background: var(--surface);
  padding-block: 1.75rem;
}

.trust-strip ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 2rem;
  align-items: end;
}
.trust-strip li { margin: 0; text-align: center; }
.trust-strip strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.trust-strip span {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ============================================================
   Service grid
   ============================================================ */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.service-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.75rem 1.5rem;
  transition: transform var(--duration) var(--ease), border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
  display: flex;
  flex-direction: column;
}
.service-card:hover { transform: translateY(-3px); border-color: var(--border-strong); box-shadow: var(--shadow-md); }

.service-card .icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.service-card .icon svg { width: 22px; height: 22px; }

.service-card h3 { margin-bottom: 0.5rem; }
.service-card p { color: var(--ink-soft); font-size: 0.9375rem; flex: 1; }
.service-card a {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

/* ============================================================
   Comparison panel (90 minute differentiator)
   ============================================================ */

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.compare > div { background: var(--surface); padding: 1.75rem; }
.compare h3 { margin-bottom: 1rem; }
.compare ul { list-style: none; padding: 0; margin: 0; }
.compare li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9375rem;
  margin-bottom: 0.6rem;
}
.compare li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ink-faint);
  margin-top: 0.6em;
  flex: 0 0 auto;
}
.compare .ours { background: linear-gradient(180deg, rgba(244, 136, 71, 0.12) 0%, var(--surface) 100%); }
.compare .ours li::before { background: var(--accent); }

/* ============================================================
   Meet William band
   ============================================================ */

.meet {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.meet img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* ============================================================
   FAQ
   ============================================================ */

.faq {
  max-width: 820px;
  margin: 0 auto;
}
.faq details {
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}
.faq details:first-of-type { border-top: 1px solid var(--border); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--ink);
  padding-right: 0.5rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin-left: auto;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f48847' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform var(--duration) var(--ease);
}
.faq details[open] summary::after { transform: rotate(180deg); }
.faq details > *:not(summary) {
  margin-top: 0.75rem;
  color: var(--ink-soft);
  font-size: 0.9875rem;
  max-width: 70ch;
}

/* ============================================================
   Reveal animation
   ============================================================ */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   Footer
   ============================================================ */

.site-footer {
  margin-top: var(--section-y);
  background: var(--bg-deep);
  color: var(--ink-soft);
  padding-block: clamp(3rem, 6vw, 4.5rem);
  font-size: 0.9375rem;
  border-top: 1px solid var(--border);
}
.site-footer .footer-heading {
  color: var(--ink);
  font-family: 'Figtree', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  line-height: 1.4;
}
.site-footer a { color: var(--ink); }
.site-footer a:hover { color: var(--accent); }

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer-grid p { color: var(--ink-soft); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 0.5rem; }

.site-footer .brand img { height: 36px; margin-bottom: 1rem; filter: none; }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  font-size: 0.8125rem;
  color: var(--ink-faint);
}
.footer-bottom a { color: var(--ink-soft); text-decoration: underline; text-decoration-color: var(--border); text-underline-offset: 3px; }
.footer-bottom a:hover { color: var(--accent); }

/* ============================================================
   Concierge widget
   ============================================================ */

.cc-launcher {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 80;
  background: var(--accent);
  color: #1d2124;
  border: 0;
  padding: 0.85rem 1.15rem 0.85rem 1rem;
  border-radius: 999px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(244, 136, 71, 0.4);
  transition: transform var(--duration) var(--ease), background var(--duration) var(--ease);
}
.cc-launcher:hover { background: var(--accent-hover); transform: translateY(-2px); }
.cc-launcher svg { width: 18px; height: 18px; }
.cc-launcher[hidden] { display: none; }

.cc-panel {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 81;
  width: min(380px, calc(100vw - 2rem));
  max-height: min(640px, calc(100vh - 6rem));
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cc-panel[hidden] { display: none; }
.cc-head {
  background: linear-gradient(135deg, #f48847 0%, #d56e2e 100%);
  color: #fff;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.cc-head h2 { font-size: 1rem; color: #fff; margin: 0 0 0.15rem; font-family: 'Cormorant Garamond', Georgia, serif; line-height: 1.25; }
.cc-head p { font-size: 0.8125rem; color: rgba(255,255,255,0.85); margin: 0; }
.cc-head button {
  margin-left: auto;
  background: rgba(255,255,255,0.15);
  border: 0;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cc-head button:hover { background: rgba(255,255,255,0.25); }

.cc-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.cc-msg {
  padding: 0.7rem 0.9rem;
  border-radius: var(--radius-md);
  max-width: 85%;
}
.cc-msg.bot { background: var(--surface-2); color: var(--ink); border: 1px solid var(--border); align-self: flex-start; }
.cc-msg.user { background: var(--accent); color: #1d2124; align-self: flex-end; border-radius: var(--radius-md) var(--radius-md) 4px var(--radius-md); }
.cc-msg.bot.typing { color: var(--ink-soft); font-style: italic; }
.cc-disclaimer { font-size: 0.75rem; color: var(--ink-faint); padding: 0 0.25rem; }

.cc-form {
  border-top: 1px solid var(--border);
  padding: 0.75rem;
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  background: var(--surface);
}
.cc-form textarea {
  flex: 1;
  resize: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0.65rem 0.8rem;
  font: inherit;
  font-size: 0.9375rem;
  font-family: 'Figtree', sans-serif;
  line-height: 1.4;
  color: var(--ink);
  min-height: 72px;
  max-height: 160px;
  background: var(--bg);
}
.cc-form textarea::placeholder { color: var(--ink-faint); }
.cc-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 0; border-color: var(--accent); }
.cc-form button {
  background: var(--accent);
  color: #1d2124;
  border: 0;
  padding: 0 0.85rem;
  border-radius: var(--radius-md);
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}
.cc-form button:hover { background: var(--accent-hover); }
.cc-form button:disabled { opacity: 0.5; cursor: not-allowed; }
.cc-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0 1rem 0.75rem;
}
.cc-quick button {
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--accent);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font: inherit;
  font-size: 0.8125rem;
  cursor: pointer;
}
.cc-quick button:hover { background: var(--accent-soft); border-color: var(--accent); }

/* ============================================================
   Page-specific
   ============================================================ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.contact-grid dt { font-weight: 600; font-size: 0.8125rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); margin-top: 1.25rem; margin-bottom: 0.25rem; }
.contact-grid dt:first-child { margin-top: 0; }
.contact-grid dd { margin: 0; font-size: 1.0625rem; }

.map-frame {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.policy article { max-width: 720px; margin: 0 auto; }
.policy article h2 { margin-top: 2rem; }
.policy article p, .policy article li { color: var(--ink-soft); }

.about-portrait img {
  width: 100%;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.service-detail {
  border-top: 1px solid var(--border);
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
.service-detail:first-of-type { border-top: 0; padding-top: 0; }
.service-detail h2 { margin-bottom: 1rem; }
.service-detail .lede { margin-bottom: 1.5rem; }

.callout-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  font-size: 0.9375rem;
  color: var(--ink-soft);
  margin-block: 1.5rem;
}
.callout-box strong { color: var(--ink); }

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .meet { grid-template-columns: 1fr; }
  .meet img { max-width: 280px; }
  .split { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .compare { grid-template-columns: 1fr; }
  .trust-strip ul { grid-template-columns: repeat(2, 1fr); }
}

.nav-close { display: none; }
.nav-backdrop { display: none; }

@media (max-width: 768px) {
  .nav-toggle { display: inline-flex; color: var(--ink); border-color: var(--border-strong); }
  .nav-toggle:hover { background: rgba(243, 237, 224, 0.06); }
  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 109;
  }
  .nav-backdrop[hidden] { display: none; }
  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 110;
    background: #1d2124;
    background: var(--bg-deep);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 4.25rem 1.5rem 2rem;
    gap: 0.25rem;
    transform: translateX(100%);
    transition: transform var(--duration) var(--ease);
    border-left: 1px solid var(--border);
    width: min(320px, 90vw);
    box-shadow: -16px 0 48px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
  }
  .nav[data-open="true"] { transform: translateX(0); }
  .nav a {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--border);
    color: var(--ink);
  }
  .nav a:hover, .nav a[aria-current="page"] { color: var(--accent); }
  .nav a[aria-current="page"]::after { display: none; }
  .nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--ink);
    cursor: pointer;
    padding: 0;
  }
  .nav-close:hover { background: rgba(243, 237, 224, 0.06); border-color: var(--border-strong); }
  .header-cta .btn { display: none; }
  .header-cta .tel-link span { display: none; }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero { padding-block: 4rem; }
  .trust-strip ul { gap: 1rem; }
  .cc-launcher { padding: 0.7rem 0.95rem; font-size: 0.875rem; }
  .cc-panel { bottom: 0.5rem; right: 0.5rem; left: 0.5rem; width: auto; }
}

/* Small print used inline in footer brand block */
.muted { color: var(--ink-faint); font-size: 0.8125rem; }

/* ============================================================
   Booking modal (Square Appointments in a lightbox)
   ============================================================ */

.book-dialog {
  border: 0;
  padding: 0;
  background: var(--surface);
  border-radius: var(--radius-lg);
  width: min(960px, calc(100vw - 2rem));
  height: min(720px, calc(100vh - 2rem));
  max-height: 96vh;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6);
  color: var(--ink);
}
.book-dialog::backdrop {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.book-dialog[open] {
  display: flex;
  flex-direction: column;
}
.book-dialog__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg-deep);
  flex: 0 0 auto;
}
.book-dialog__head strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ink);
  margin-right: auto;
}
.book-dialog__newtab {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--accent);
  white-space: nowrap;
}
.book-dialog__newtab::after { content: " ↗"; }
.book-dialog__close {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: var(--ink);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.book-dialog__close:hover { background: var(--surface); }
.book-dialog__body {
  flex: 1;
  position: relative;
  background: var(--surface);
  display: flex;
  flex-direction: column;
}
.book-dialog__iframe {
  flex: 1;
  width: 100%;
  border: 0;
  background: #fff;
}
.book-dialog__loading,
.book-dialog__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
  background: var(--surface);
}
.book-dialog__loading {
  color: var(--ink-soft);
  font-size: 0.9375rem;
}
.book-dialog__fallback h3 { margin: 0; }
.book-dialog__fallback p {
  max-width: 50ch;
  color: var(--ink-soft);
  margin: 0;
}

@media (max-width: 640px) {
  .book-dialog {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }
}

/* ============================================================
   Page-specific photo bands
   ============================================================ */

.reach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}
.reach-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}
.reach-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.reach-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--accent);
}
.reach-card h3 { margin: 0; font-size: 1.5rem; }
.reach-card p { color: var(--ink-soft); font-size: 0.9375rem; flex: 1; margin: 0; }
.reach-card .btn { margin-top: 0.5rem; }

.session-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
.session-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}
.session-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.session-tag {
  align-self: flex-start;
  font-family: 'Figtree', sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}
.session-card h3 { margin: 0; font-size: 1.375rem; }
.session-card p { color: var(--ink-soft); font-size: 0.9375rem; flex: 1; margin: 0; }
.session-meta {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding-block: 0.6rem 0.4rem;
  border-top: 1px solid var(--border);
  margin-top: 0.5rem;
}
.session-meta strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink);
}
.session-meta span { color: var(--ink-soft); font-size: 0.875rem; }
.session-card .btn--small { align-self: flex-start; margin-top: 0.25rem; }

.figure-band {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.figure-band picture {
  display: block;
  width: 100%;
  height: 100%;
}
.figure-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
}
.figure-band--hero {
  aspect-ratio: 16 / 9;
}
.figure-band--portrait {
  aspect-ratio: 4 / 5;
}
.figure-band--square {
  aspect-ratio: 1 / 1;
}
.figure-band figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem;
  background: linear-gradient(180deg, transparent 0%, rgba(15, 28, 50, 0.7) 100%);
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
