/* =========================================================================
   DESIGN TOKENS
   ========================================================================= */
:root {
  /* Surfaces — deep teal-blue base, layered darks. Blue and green held in one family. */
  --bg-cream:    #0E1B22;   /* page background, deep petrol */
  --bg-stone:    #0A151B;   /* alternating bands, slightly deeper */
  --bg-tan:      #13252E;   /* warm-dark utility surface */
  --bg-card:     #16282F;   /* lifted card surface */
  --bg-ink:      #081119;   /* deepest islands (about, footer) */

  /* Text — warm off-white, three tiers. Never pure white. */
  --ink:         #ECE4D6;
  --ink-soft:    #C0B9AB;
  --mute:        #87938F;
  --on-ink:      #ECE4D6;

  /* Structural teal — calm blue-green for icons, links, hover states (not an accent, the hue family) */
  --blue:        #6FA0A4;
  --blue-deep:   #8FBBBE;
  --blue-light:  #8FBBBE;
  --blue-soft:   rgba(111, 160, 164, 0.12);
  --blue-tint:   rgba(111, 160, 164, 0.06);
  --blue-glow:   rgba(111, 160, 164, 0.22);

  /* Secondary deep green */
  --teal:        #5C7E72;
  --teal-deep:   #3E5A50;
  --teal-soft:   rgba(92, 126, 114, 0.12);

  /* The one warm accent — aged brass. CTAs, dividers, key headings. */
  --clay:        #CBA361;
  --clay-deep:   #A6783A;
  --clay-soft:   rgba(203, 163, 97, 0.10);
  --sage:        #5C7E72;   /* alias to deep green for legacy refs */
  --gold:        #CBA361;   /* brass */
  --crimson:     #B5533F;

  /* Lines — light on dark */
  --line:        rgba(236, 228, 214, 0.10);
  --line-strong: rgba(236, 228, 214, 0.20);

  /* Type */
  --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Spacing scale */
  --s-1:  4px;
  --s-2:  8px;
  --s-3:  16px;
  --s-4:  24px;
  --s-5:  40px;
  --s-6:  64px;
  --s-7:  96px;
  --s-8:  128px;

  /* Radii */
  --r-1: 4px;
  --r-2: 8px;
  --r-3: 16px;
  --r-pill: 999px;

  /* Shadows — deeper on dark to carry the lifted surfaces */
  --elev-1: 0 1px 2px rgba(0,0,0,0.30), 0 1px 1px rgba(0,0,0,0.24);
  --elev-2: 0 8px 22px rgba(0,0,0,0.38), 0 3px 8px rgba(0,0,0,0.28);
  --elev-3: 0 28px 64px rgba(0,0,0,0.50), 0 10px 24px rgba(0,0,0,0.34);

  /* Layout */
  --maxw: 1200px;
  --maxw-prose: 720px;
  --nav-h: 72px;

  /* Motion */
  --t-fast: 160ms;
  --t: 240ms;
  --t-slow: 480ms;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

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

body {
  margin: 0;
  background: var(--bg-cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  overflow-x: hidden;
}

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

a { color: var(--blue); text-decoration: none; transition: color var(--t) var(--ease); }
a:hover { color: var(--blue-deep); }

button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

::selection { background: var(--gold); color: var(--bg-ink); }

/* Tabular numerals everywhere a number lives */
.num, td, .price, time { font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }

/* Skip link */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  padding: 12px 16px; background: var(--ink); color: var(--on-ink);
}
.skip:focus { left: 12px; top: 12px; }

/* =========================================================================
   ATMOSPHERE, subtle grain + warm wash
   ========================================================================= */
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  background:
    radial-gradient(900px 560px at 88% -12%, rgba(203, 163, 97, 0.10), transparent 62%),
    radial-gradient(760px 540px at -6% 28%, rgba(92, 126, 114, 0.12), transparent 62%);
}
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' seed='3'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
main, nav, footer, section { position: relative; z-index: 1; }

/* =========================================================================
   TYPOGRAPHY
   ========================================================================= */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 var(--s-3) 0;
  font-variation-settings: "opsz" 36;
}

h1 { font-size: clamp(40px, 6vw, 76px); line-height: 1.02; letter-spacing: -0.02em; font-variation-settings: "opsz" 144; }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.section-head h1 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -0.01em; }
h3 { font-size: clamp(22px, 2.4vw, 28px); line-height: 1.2; }
h4 { font-size: 18px; line-height: 1.3; }

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 var(--s-3) 0;
  display: inline-flex; align-items: center; gap: var(--s-2);
}
.eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--gold);
  display: inline-block;
}

.lead { font-size: 18px; line-height: 1.6; color: var(--ink-soft); max-width: 56ch; }
.lead-lg { font-size: 22px; line-height: 1.55; color: var(--ink-soft); max-width: 56ch; }

.italic-accent { font-style: italic; color: var(--blue); }

/* =========================================================================
   LAYOUT
   ========================================================================= */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--s-4); }
.wrap-narrow { max-width: 980px; margin: 0 auto; padding: 0 var(--s-4); }

section { padding: var(--s-7) 0; }
section.tight { padding: var(--s-6) 0; }

.section-head { margin-bottom: var(--s-6); max-width: 720px; }
.section-head .lead { margin-top: var(--s-3); }

.row { display: flex; flex-wrap: wrap; gap: var(--s-4); }
.grid { display: grid; gap: var(--s-4); }

.divider {
  height: 1px; background: var(--line); margin: 0;
}

/* =========================================================================
   BUTTONS, four states, every time
   ========================================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--s-2);
  padding: 14px 24px;
  border-radius: var(--r-pill);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background var(--t) var(--ease), color var(--t) var(--ease),
              border-color var(--t) var(--ease), transform var(--t) var(--ease),
              box-shadow var(--t) var(--ease);
  white-space: nowrap;
  min-height: 48px;
}

.btn-primary {
  background: var(--gold); color: var(--bg-ink); border: 1px solid var(--gold);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
}
.btn-primary:hover {
  background: #DCB777; border-color: #DCB777;
  color: var(--bg-ink);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(203, 163, 97, 0.28), 0 6px 10px rgba(0, 0, 0, 0.30);
}
.btn-primary:hover .btn-icon { transform: translateX(3px); }
.btn-primary .btn-icon { transition: transform var(--t) var(--ease); }
.btn-primary:active { transform: translateY(0); filter: brightness(0.92); }
.btn-primary:disabled { opacity: 0.45; cursor: not-allowed; transform: none; box-shadow: none; }

.btn-secondary {
  background: transparent; color: var(--ink); border: 1px solid var(--line-strong);
}
.btn-secondary:hover { border-color: var(--blue); background: var(--blue-soft); color: var(--blue-deep); }
.btn-secondary:active { transform: translateY(1px); }
.btn-secondary:disabled { opacity: 0.45; cursor: not-allowed; }

.btn-link {
  background: transparent; padding: 8px 0; border-radius: 0; color: var(--ink);
  border-bottom: 1px solid var(--ink); min-height: auto;
}
.btn-link:hover { color: var(--blue-deep); border-color: var(--blue-deep); }

.btn-icon { width: 18px; height: 18px; flex: none; }

.whatsapp-btn {
  background: #1F8B4C; color: #fff; border-color: #1F8B4C;
  box-shadow: 0 1px 2px rgba(31, 139, 76, 0.18);
}
.whatsapp-btn:hover {
  background: #25A85A; border-color: #25A85A; color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(31, 139, 76, 0.28), 0 6px 10px rgba(31, 139, 76, 0.16);
}
.whatsapp-btn:active { transform: translateY(0); filter: brightness(0.94); }
.whatsapp-btn .btn-icon { transition: transform var(--t) var(--ease); }
.whatsapp-btn:hover .btn-icon { transform: translateX(3px); }

/* =========================================================================
   NAV
   ========================================================================= */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14, 27, 34, 0.82);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t) var(--ease), background var(--t) var(--ease);
}
.nav.scrolled { border-bottom-color: var(--line); background: rgba(14, 27, 34, 0.95); }
.nav.menu-open {
  background: var(--bg-cream);
  border-bottom-color: var(--line);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--s-4);
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--s-4);
}

.brand {
  display: inline-flex; align-items: center; gap: var(--s-3);
  color: var(--ink); text-decoration: none;
  transition: opacity var(--t) var(--ease);
}
.brand:hover { opacity: 0.75; }
.brand img {
  height: 56px; width: auto; display: block;
  /* logo art is dark navy; invert to warm off-white so it reads on the dark nav */
  filter: brightness(0) invert(1);
  opacity: 0.94;
}
.brand-sub {
  font-family: var(--sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute);
  padding-left: var(--s-3); border-left: 1px solid var(--line);
}
/* Footer brand, invert the dark logo to cream so it reads on the navy bg */
.footer .brand img {
  height: 48px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.nav-links {
  display: flex; align-items: center; gap: var(--s-5);
  list-style: none; margin: 0; padding: 0;
}
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--ink);
  position: relative; padding: 4px 0;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: left;
  transition: transform var(--t) var(--ease);
}
.nav-links a:hover::after { transform: scaleX(1); }

.nav-cta { display: flex; align-items: center; gap: var(--s-2); }
.lang-switch {
  display: inline-flex; align-items: center; gap: 3px;
  padding-right: var(--s-3); margin-right: 2px;
  border-right: 1px solid var(--line);
  font-family: var(--sans); font-size: 13.5px; font-weight: 600; letter-spacing: 0.02em;
  white-space: nowrap;
}
.lang-switch a, .lang-switch .cur { padding: 6px 3px; line-height: 1; }
.lang-switch a { color: var(--mute); transition: color var(--t) var(--ease); }
.lang-switch a:hover { color: var(--gold); }
.lang-switch .cur { color: var(--ink); }
.lang-switch .sep { color: var(--line-strong); font-weight: 400; }
@media (max-width: 880px) {
  .lang-switch { border-right: none; padding-right: 0; margin-right: 0; }
}
.nav-cta .nav-book {
  padding: 10px 18px; min-height: 40px; font-size: 14px;
  letter-spacing: 0.02em;
}
.nav-cta .nav-book .btn-icon { width: 16px; height: 16px; }

.nav-toggle { display: none; }

@media (max-width: 880px) {
  .nav-links, .nav-cta .btn-secondary { display: none; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: var(--r-pill);
    border: 1px solid var(--line);
  }
  .nav-toggle:hover { border-color: var(--ink); }
}
@media (max-width: 720px) {
  /* sticky CTA shows below 720, hide the header Book to avoid duplication */
  .nav-cta .nav-book { display: none; }
}

.mobile-panel {
  display: none;
  position: fixed; inset: var(--nav-h) 0 0 0; z-index: 45;
  background: var(--bg-cream);
  padding: var(--s-5) var(--s-4) calc(var(--s-5) + env(safe-area-inset-bottom));
  flex-direction: column; gap: var(--s-2);
  overflow-y: auto;
  box-shadow: 0 12px 32px rgba(31, 27, 22, 0.08);
}
.mobile-panel.open { display: flex; }
.mobile-panel a:not(.btn) {
  font-family: var(--serif); font-size: 28px; color: var(--ink);
  padding: var(--s-3) 0; border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.mobile-panel a:not(.btn):last-of-type { border-bottom: none; }
.mobile-panel .btn { font-family: var(--sans); font-size: 15px; margin-top: var(--s-3); }

/* =========================================================================
   HERO
   ========================================================================= */
.hero {
  padding: var(--s-7) 0 var(--s-7);
  position: relative;
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: var(--s-6); align-items: center;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: var(--s-5); }
  /* On mobile / tablet, lead with the image so the page opens with mood, not text */
  .hero-grid > div:nth-child(1) { order: 2; }
  .hero-grid > div:nth-child(2) { order: 1; }
}

.hero h1 .accent { color: var(--blue); font-style: italic; font-weight: 400; }
.hero h1 .underline {
  position: relative; display: inline-block;
}
.hero h1 .underline::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 6%;
  height: 14%; background: var(--blue-soft); z-index: -1;
}

.hero-meta {
  margin-top: var(--s-5);
  display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-5);
  font-size: 14px; color: var(--ink-soft);
}
.hero-meta > span { display: inline-flex; align-items: center; gap: var(--s-2); }
.hero-meta b { color: var(--ink); font-weight: 600; }

.hero-cta { display: flex; gap: var(--s-3); margin-top: var(--s-5); flex-wrap: wrap; }

.hero-image {
  aspect-ratio: 4 / 5;
  background: var(--bg-stone);
  border-radius: var(--r-3);
  position: relative;
  overflow: hidden;
  box-shadow: var(--elev-3);
}
.hero-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-image::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(31, 27, 22, 0.32) 100%);
  pointer-events: none;
}
.hero-image .badge {
  position: absolute; top: var(--s-4); right: var(--s-4);
  background: rgba(250, 246, 240, 0.95);
  backdrop-filter: blur(8px);
  padding: 12px 16px; border-radius: var(--r-pill);
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
  color: var(--ink); display: inline-flex; align-items: center; gap: var(--s-2);
}
.hero-image .badge .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--sage);
  box-shadow: 0 0 0 4px rgba(92,107,78,0.18);
}

/* =========================================================================
   TRUST STRIP
   ========================================================================= */
.trust {
  background: var(--bg-stone);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: var(--s-5) 0;
}
.trust-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5); align-items: center;
}
@media (max-width: 600px) { .trust-grid { grid-template-columns: 1fr; gap: var(--s-3); text-align: center; } }
@media (max-width: 600px) { .trust-item { display: flex; flex-direction: row; align-items: baseline; justify-content: center; gap: var(--s-2); } }

.trust-item {
  display: flex; flex-direction: column; gap: var(--s-1);
  font-size: 13px; color: var(--mute);
}
.trust-item strong {
  font-family: var(--serif); font-size: 22px; font-weight: 600;
  color: var(--ink); letter-spacing: -0.01em;
}
.stars { display: inline-flex; gap: 2px; color: var(--gold); font-size: 14px; }

/* =========================================================================
   AWARDS BAND
   ========================================================================= */
.awards {
  background: var(--bg-cream);
  border-bottom: 1px solid var(--line);
  padding: var(--s-6) 0;
}
.awards-inner {
  display: flex; flex-direction: column; align-items: center;
  gap: var(--s-4); text-align: center;
}
.awards .eyebrow { margin: 0; }
.awards-badges {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-6); flex-wrap: wrap;
}
.awards-badges img {
  height: 128px; width: auto; display: block;
  border-radius: 14px;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.35));
  transition: transform var(--t-2, 0.25s) ease;
}
.awards-badges img:hover { transform: translateY(-4px); }
@media (prefers-reduced-motion: reduce) {
  .awards-badges img { transition: none; }
  .awards-badges img:hover { transform: none; }
}
@media (max-width: 600px) {
  .awards { padding: var(--s-5) 0; }
  .awards-badges { gap: var(--s-4); }
  .awards-badges img { height: 96px; }
}

/* =========================================================================
   SERVICE CARDS
   ========================================================================= */
.services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: var(--s-4);
}
@media (max-width: 880px) { .services-grid { grid-template-columns: 1fr; } }

.svc-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  padding: var(--s-5);
  display: flex; flex-direction: column;
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
  position: relative;
  overflow: hidden;
}
.svc-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--elev-2); }
.svc-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--blue); transform: scaleX(0); transform-origin: left;
  transition: transform var(--t-slow) var(--ease);
}
.svc-card:hover::before { transform: scaleX(1); }

.svc-icon {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-pill);
  background: var(--blue-soft);
  color: var(--blue);
  margin-bottom: var(--s-4);
}
.svc-card h3 { margin-bottom: var(--s-2); }
.svc-card p { color: var(--ink-soft); margin: 0 0 var(--s-4) 0; flex: 1; }
.svc-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: var(--s-3); border-top: 1px solid var(--line);
  margin-bottom: var(--s-3);
}
.svc-meta .duration { font-size: 13px; color: var(--mute); }
.svc-meta .price { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--ink); }
.svc-meta .price small { font-family: var(--sans); font-size: 12px; font-weight: 500; color: var(--mute); margin-right: 4px; }

/* =========================================================================
   CONDITIONS
   ========================================================================= */
.conditions {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
  align-items: start;
}
@media (max-width: 880px) { .conditions { grid-template-columns: repeat(2, 1fr); } }

.cond {
  display: block;
  padding: var(--s-3) var(--s-4);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-2);
  cursor: pointer;
  transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease), background var(--t) var(--ease);
  text-align: left; width: 100%;
}
.cond:hover { border-color: var(--blue); box-shadow: var(--elev-1); }
.cond-header {
  display: flex; align-items: center; gap: var(--s-3);
  font-size: 14px; font-weight: 500; color: var(--ink);
}
.cond-icon {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-pill);
  background: var(--blue-soft); color: var(--blue);
  flex: none;
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.cond-icon svg { width: 18px; height: 18px; }
.cond-title { flex: 1; line-height: 1.3; }
.cond-plus {
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--mute); flex: none;
  transition: transform var(--t) var(--ease), color var(--t) var(--ease);
}
.cond-plus svg { width: 12px; height: 12px; }
.cond-body {
  max-height: 0; overflow: hidden;
  font-size: 13px; color: var(--ink-soft); line-height: 1.6;
  transition: max-height var(--t-slow) var(--ease), padding-top var(--t-slow) var(--ease), margin-top var(--t-slow) var(--ease);
}
.cond.open { border-color: var(--blue); background: var(--blue-tint); }
.cond.open .cond-icon { background: var(--blue); color: var(--on-ink); }
.cond.open .cond-plus { transform: rotate(45deg); color: var(--blue); }
.cond.open .cond-body {
  max-height: 240px;
  padding-top: var(--s-3);
  margin-top: var(--s-2);
  border-top: 1px solid var(--line);
}

/* =========================================================================
   PACKAGES, the revenue layer
   ========================================================================= */
.packages-section { background: var(--bg-stone); }

.pkg-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
}
@media (max-width: 980px) { .pkg-grid { grid-template-columns: 1fr; } }

.pkg {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  padding: var(--s-5);
  position: relative;
  display: flex; flex-direction: column;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.pkg:hover { transform: translateY(-4px); box-shadow: var(--elev-2); }

.pkg.featured {
  border-color: var(--gold);
  background:
    linear-gradient(160deg, rgba(203,163,97,0.10) 0%, transparent 55%),
    var(--bg-tan);
  color: var(--on-ink);
  box-shadow: var(--elev-3), 0 0 0 1px rgba(203,163,97,0.30) inset;
}
.pkg.featured h3, .pkg.featured .pkg-price { color: var(--on-ink); }
.pkg.featured .pkg-tag {
  position: absolute; top: -12px; left: var(--s-4);
  background: var(--gold); color: var(--bg-ink);
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--r-pill);
}
.pkg.featured ul { color: rgba(250,246,240,0.9); }
.pkg.featured ul li { color: rgba(250,246,240,0.9); }
.pkg.featured ul li::before { background: var(--gold); }
.pkg.featured .pkg-save { color: var(--gold); }
.pkg.featured .btn-secondary {
  border-color: rgba(250,246,240,0.3); color: var(--on-ink);
}
.pkg.featured .btn-secondary:hover {
  border-color: var(--on-ink); background: rgba(250,246,240,0.08);
}

.pkg h3 { margin-bottom: var(--s-2); }
.pkg-sub { font-size: 14px; color: var(--mute); margin-bottom: var(--s-4); }
.pkg.featured .pkg-sub { color: rgba(250,246,240,0.82); }
.pkg-price {
  font-family: var(--serif); font-size: 44px; font-weight: 600;
  color: var(--ink); line-height: 1; margin-bottom: var(--s-2);
  letter-spacing: -0.02em;
}
.pkg-price small { font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--mute); margin-left: 4px; }
.pkg.featured .pkg-price small { color: rgba(250,246,240,0.5); }
.pkg-save {
  font-size: 13px; font-weight: 600; color: var(--sage);
  margin-bottom: var(--s-4);
}

.pkg ul { list-style: none; padding: 0; margin: 0 0 var(--s-5) 0; flex: 1; }
.pkg ul li {
  position: relative; padding-left: 24px; padding-bottom: var(--s-2);
  font-size: 14px; color: var(--ink-soft); line-height: 1.5;
}
.pkg ul li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 12px; height: 1px; background: var(--blue);
}

/* Root / Flow / Way layout */
.pkg .btn { margin-top: auto; }
.pkg-tagline {
  font-family: var(--serif); font-style: italic; font-size: 15px;
  color: var(--gold); margin: 0 0 var(--s-2) 0; line-height: 1.2;
}
.pkg-en {
  font-family: var(--sans); font-size: 0.5em; font-weight: 500;
  color: var(--mute); letter-spacing: 0.04em; margin-left: 6px; vertical-align: middle;
}
.pkg.featured .pkg-en { color: rgba(236,228,214,0.55); }
.pkg-validity {
  font-size: 13px; font-weight: 500; color: var(--mute);
  margin: 0 0 var(--s-4) 0; letter-spacing: 0.01em;
}
.pkg.featured .pkg-validity { color: rgba(236,228,214,0.6); }
.pkg-desc {
  font-size: 14px; color: var(--ink-soft); line-height: 1.6;
  margin: 0 0 var(--s-5) 0;
}
.pkg.featured .pkg-desc { color: rgba(236,228,214,0.86); }

/* Flow card — CSS-only session toggle (5 / 10) */
.flow-radio { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.flow-tabs {
  display: inline-flex; gap: var(--s-1); padding: var(--s-1);
  background: var(--blue-tint); border: 1px solid var(--line);
  border-radius: var(--r-pill); margin-bottom: var(--s-4); align-self: flex-start;
}
.flow-tabs label {
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  padding: 8px 18px; border-radius: var(--r-pill); color: var(--mute);
  cursor: pointer; min-height: 40px; display: inline-flex; align-items: center;
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.flow-tabs label:hover { color: var(--ink); }
#flow-5:checked ~ .flow-tabs label[for="flow-5"],
#flow-10:checked ~ .flow-tabs label[for="flow-10"] {
  background: var(--blue); color: var(--bg-ink);
}
.flow-radio:focus-visible ~ .flow-tabs { outline: 2px solid var(--blue); outline-offset: 3px; }
.flow-panel { display: none; }
#flow-5:checked ~ .flow-panel-5,
#flow-10:checked ~ .flow-panel-10 { display: block; }
@media (prefers-reduced-motion: reduce) {
  .flow-tabs label { transition: none; }
}
@media (max-width: 600px) {
  .flow-tabs label { min-height: 44px; }
}

/* =========================================================================
   ATMOSPHERIC IMAGE BREAK
   ========================================================================= */
.image-break {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  position: relative;
}
.image-break img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
@media (max-width: 720px) {
  .image-break { aspect-ratio: 4 / 3; }
}

/* =========================================================================
   GALLERY / SLIDESHOW, the space
   ========================================================================= */
.gallery-section { padding: var(--s-7) 0; background: var(--bg-stone); }

.slideshow {
  margin: var(--s-6) auto 0;
  max-width: 1040px;
  position: relative;
}
.slides {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-3);
  overflow: hidden;
  background: var(--bg-ink);
  box-shadow: var(--elev-2);
  border: 1px solid var(--line);
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}
.slide.active { opacity: 1; pointer-events: auto; }
.slide img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

/* Prev / next arrows */
.slide-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(8, 17, 25, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line-strong);
  color: var(--ink);
  cursor: pointer;
  z-index: 3;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.slide-nav:hover { background: rgba(8, 17, 25, 0.8); border-color: var(--clay); }
.slide-nav:active { transform: translateY(-50%) scale(0.94); }
.slide-nav:focus-visible { outline: 2px solid var(--clay); outline-offset: 2px; }
.slide-nav.prev { left: var(--s-3); }
.slide-nav.next { right: var(--s-3); }
.slide-nav svg { width: 22px; height: 22px; }

/* Dots */
.slide-dots {
  display: flex; justify-content: center; align-items: center; gap: 6px;
  margin-top: var(--s-4);
}
.slide-dot {
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--line-strong);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, width 0.25s ease;
}
.slide-dot:hover { background: var(--blue); }
.slide-dot.active { width: 18px; background: var(--clay); }
.slide-dot:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

/* Count badge */
.slide-count {
  position: absolute;
  bottom: var(--s-3); right: var(--s-3);
  z-index: 3;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--ink);
  background: rgba(8, 17, 25, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 5px 12px;
}
.slide-count .num { font-variant-numeric: tabular-nums; }

@media (max-width: 720px) {
  .slides { aspect-ratio: 4 / 3; }
  .slide-nav { width: 40px; height: 40px; }
  .slide-nav.prev { left: var(--s-2); }
  .slide-nav.next { right: var(--s-2); }
}

/* =========================================================================
   ROOTS, philosophy + influences
   ========================================================================= */
.roots-section { padding: var(--s-7) 0; }

.roots-image {
  margin: var(--s-6) auto;
  max-width: 980px;
  border-radius: var(--r-3);
  overflow: hidden;
  background: var(--bg-stone);
  aspect-ratio: 16 / 9;
  box-shadow: var(--elev-2);
}
.roots-image img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

.roots-quote {
  max-width: 760px; margin: var(--s-6) auto var(--s-7);
  text-align: center;
  font-family: var(--serif); font-style: italic;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25; letter-spacing: -0.01em;
  color: var(--ink);
  position: relative;
  font-variation-settings: "opsz" 60;
}
.roots-quote::before, .roots-quote::after {
  font-family: var(--serif); color: var(--blue);
  font-size: 1.4em; line-height: 0; position: relative; top: 0.18em;
}
.roots-quote::before { content: "\201C"; margin-right: 0.1em; }
.roots-quote::after  { content: "\201D"; margin-left: 0.05em; }
.roots-attr {
  display: block; margin-top: var(--s-4);
  font-family: var(--sans); font-style: normal;
  font-size: 12px; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--blue);
}

.roots-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--s-4);
}
@media (max-width: 980px) { .roots-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .roots-grid { grid-template-columns: 1fr; } }

.root-card {
  padding: var(--s-5) var(--s-4);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  display: flex; flex-direction: column; gap: var(--s-3);
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.root-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--elev-2); }
.root-card .root-icon {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-pill);
  background: var(--blue-soft); color: var(--blue);
}
.root-card .root-icon svg { width: 22px; height: 22px; }
.root-card h3 {
  font-size: 18px; line-height: 1.25; margin: 0;
  font-variation-settings: "opsz" 24;
}
.root-card p { font-size: 14px; line-height: 1.6; color: var(--ink-soft); margin: 0; }

/* =========================================================================
   PRACTITIONER
   ========================================================================= */
.practitioner-grid {
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: var(--s-6); align-items: center;
}
@media (max-width: 980px) { .practitioner-grid { grid-template-columns: 1fr; } }

.practitioner-img {
  aspect-ratio: 4 / 5;
  background: var(--bg-ink);
  border-radius: var(--r-3);
  position: relative;
  box-shadow: var(--elev-3);
  overflow: hidden;
}
.practitioner-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.creds {
  display: flex; flex-wrap: wrap; gap: var(--s-2);
  margin-top: var(--s-4);
}
.cred {
  font-size: 12px; font-weight: 500; letter-spacing: 0.04em;
  padding: 6px 12px; border-radius: var(--r-pill);
  background: var(--bg-card); border: 1px solid var(--line); color: var(--ink-soft);
}

/* Practitioner section, navy treatment, two-card layout */
#about {
  background: var(--bg-ink);
  padding: var(--s-7) 0;
  color: var(--on-ink);
}
#about > .wrap > .section-head { margin-bottom: var(--s-6); }
#about > .wrap > .section-head h2 { color: var(--on-ink); }
#about > .wrap > .section-head .italic-accent { color: var(--gold); }
#about > .wrap > .section-head .eyebrow { color: var(--gold); }
#about > .wrap > .section-head .eyebrow::before { background: var(--gold); }
#about > .wrap > .section-head .lead { color: rgba(250, 246, 240, 0.82); margin: var(--s-3) auto 0; }

.practitioner-cards {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: var(--s-5);
}
@media (max-width: 880px) { .practitioner-cards { grid-template-columns: 1fr; } }

.p-card {
  background: var(--bg-card);
  border-radius: var(--r-3);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--elev-2);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.p-card:hover { transform: translateY(-4px); box-shadow: var(--elev-3); }

.p-card .p-photo {
  aspect-ratio: 1 / 1;
  background: var(--bg-stone);
  overflow: hidden;
  position: relative;
}
.p-card .p-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
  display: block;
}
.p-card .p-photo.placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: var(--s-2);
  background:
    radial-gradient(ellipse at 30% 20%, rgba(200,150,79,0.16) 0%, transparent 55%),
    linear-gradient(160deg, var(--blue-deep) 0%, var(--blue) 60%, var(--teal-deep) 100%);
  color: rgba(250, 246, 240, 0.78);
  position: relative;
}
.p-card .p-photo.placeholder .ph-monogram {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: 96px; line-height: 1; color: rgba(250, 246, 240, 0.9);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
}
.p-card .p-photo.placeholder .ph-label {
  font-family: var(--sans); font-size: 10px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
}

/* Fa's brand crest — an intentional design tile, not a missing-photo placeholder */
.p-card .p-photo.emblem { gap: 0; padding: var(--s-4); }
.p-card .p-photo.emblem::before {
  content: ""; position: absolute; inset: 14px;
  border: 1px solid rgba(203,163,97,0.28); border-radius: var(--r-2);
  pointer-events: none;
}
.p-card .p-photo.emblem .emblem-motif { color: var(--gold); opacity: 0.55; line-height: 0; margin-bottom: var(--s-3); }
.p-card .p-photo.emblem .emblem-motif svg { width: 76px; height: 76px; }
.p-card .p-photo.emblem .emblem-name {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: 68px; line-height: 1; color: rgba(236, 228, 214, 0.94);
  font-variation-settings: "opsz" 144; letter-spacing: -0.02em;
}
.p-card .p-photo.emblem .emblem-label {
  font-family: var(--sans); font-size: 10px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  margin-top: var(--s-3); text-align: center;
}

.p-card .p-body { padding: var(--s-5); flex: 1; display: flex; flex-direction: column; }
.p-card h3 {
  font-size: 28px; line-height: 1.1; margin: 0;
  color: var(--ink); letter-spacing: -0.01em;
  font-variation-settings: "opsz" 40;
}
.p-card h3 .italic-accent { color: var(--blue); }
.p-card .p-role {
  font-family: var(--sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blue); margin: var(--s-2) 0 var(--s-3);
}
.p-card p { font-size: 14px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 var(--s-3); }
.p-card .creds { margin-top: 0; margin-bottom: var(--s-4); }
.p-card .cred {
  background: var(--bg-stone); border-color: var(--line);
  color: var(--ink-soft);
}
.p-card .btn { align-self: flex-start; margin-top: auto; }

/* =========================================================================
   YOUR FIRST VISIT, 4-step journey
   ========================================================================= */
.first-visit-section { padding: var(--s-7) 0; }

.first-visit-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--s-4);
  margin-top: var(--s-6);
}
@media (max-width: 980px) { .first-visit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .first-visit-grid { grid-template-columns: 1fr; } }

.step-card {
  padding: var(--s-5) var(--s-4);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  position: relative;
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.step-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--elev-2); }
.step-num {
  font-family: var(--serif); font-weight: 600;
  font-size: 56px; line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--blue);
  opacity: 0.22;
  margin-bottom: var(--s-3);
  font-variation-settings: "opsz" 96;
}
.step-card h3 {
  font-size: 18px; line-height: 1.25; margin: 0 0 var(--s-2);
  font-variation-settings: "opsz" 24;
}
.step-card p {
  font-size: 14px; line-height: 1.6;
  color: var(--ink-soft); margin: 0;
}

/* =========================================================================
   REVIEWS
   ========================================================================= */
.reviews-section { background: var(--bg-stone); }

.review-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
}
@media (max-width: 880px) { .review-grid { grid-template-columns: 1fr; } }

.review {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  padding: var(--s-5);
  display: flex; flex-direction: column; gap: var(--s-3);
}
.review .stars { font-size: 16px; }
.review blockquote {
  font-family: var(--serif); font-size: 19px; line-height: 1.45;
  color: var(--ink); margin: 0; font-weight: 400;
}
.review blockquote::before { content: "\201C"; color: var(--blue); margin-right: 4px; }
.review blockquote::after { content: "\201D"; color: var(--blue); margin-left: 2px; }
.review-author {
  display: flex; align-items: center; gap: var(--s-3);
  margin-top: auto; padding-top: var(--s-3); border-top: 1px solid var(--line);
}
.review-author .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: var(--on-ink); font-family: var(--serif); font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; flex: none;
}
.review-author .name { font-weight: 600; font-size: 14px; color: var(--ink); }
.review-author .role { font-size: 12px; color: var(--mute); }

/* =========================================================================
   INSURANCE
   ========================================================================= */
.insurance-band {
  display: grid; grid-template-columns: 0.7fr 1.3fr;
  gap: var(--s-6); align-items: center;
}
@media (max-width: 880px) { .insurance-band { grid-template-columns: 1fr; gap: var(--s-4); } }

.insurance-logos {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--s-3);
}
@media (max-width: 600px) { .insurance-logos { grid-template-columns: repeat(2, 1fr); } }

.ins-logo {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-2);
  padding: var(--s-4) var(--s-3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 600; font-size: 18px;
  color: var(--ink-soft);
  letter-spacing: -0.01em;
  min-height: 64px;
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease);
}
.ins-logo:hover { border-color: var(--blue); color: var(--ink); }

/* =========================================================================
   CORPORATE
   ========================================================================= */
.corporate {
  background: var(--bg-ink);
  color: var(--on-ink);
  padding: var(--s-6) var(--s-5);
  border-radius: var(--r-3);
  display: grid; grid-template-columns: 1.4fr 0.6fr;
  gap: var(--s-5); align-items: center;
  position: relative; overflow: hidden;
}
@media (max-width: 880px) { .corporate { grid-template-columns: 1fr; } }
.corporate::before {
  content: ""; position: absolute; right: -120px; top: -120px;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,150,79,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.corporate h2 { color: var(--on-ink); }
.corporate .lead { color: rgba(250,246,240,0.78); }
.corporate .eyebrow { color: var(--gold); }
.corporate .eyebrow::before { background: var(--gold); }
.corporate .btn-primary {
  background: var(--on-ink); color: var(--ink); border-color: var(--on-ink);
}
.corporate .btn-primary:hover { background: var(--clay); border-color: var(--clay); color: var(--on-ink); }

/* =========================================================================
   FAQ
   ========================================================================= */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
  width: 100%; padding: var(--s-4) 0;
  font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--ink);
  text-align: left;
  transition: color var(--t) var(--ease);
}
.faq-q:hover { color: var(--blue-deep); }
.faq-q .plus {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: inline-flex; align-items: center; justify-content: center;
  flex: none; transition: transform var(--t) var(--ease), background var(--t) var(--ease), border-color var(--t) var(--ease);
}
.faq-q .plus svg { width: 12px; height: 12px; color: var(--ink); }
.faq-item.open .faq-q .plus { transform: rotate(45deg); background: var(--blue); border-color: var(--blue); }
.faq-item.open .faq-q .plus svg { color: var(--on-ink); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height var(--t-slow) var(--ease), padding var(--t-slow) var(--ease);
  color: var(--ink-soft); font-size: 16px; line-height: 1.65;
  max-width: 70ch;
}
.faq-item.open .faq-a { max-height: 400px; padding-bottom: var(--s-4); }

/* =========================================================================
   BOOKING / CONTACT
   ========================================================================= */
.booking-band {
  background: var(--bg-stone);
  padding: var(--s-7) 0;
  text-align: center;
}
.booking-band .lead { margin: 0 auto; }
.booking-band h2 { font-size: clamp(36px, 5vw, 60px); }

.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: var(--s-6);
}
@media (max-width: 980px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  padding: var(--s-5);
}
.contact-card h3 { margin-bottom: var(--s-3); }
.contact-row {
  display: flex; gap: var(--s-3); padding: var(--s-3) 0;
  border-bottom: 1px solid var(--line);
}
.contact-row:last-child { border-bottom: 0; }
.contact-row .label {
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mute); width: 120px; flex: none;
}
.contact-row .val { color: var(--ink); font-size: 15px; }
.contact-row .val a { color: var(--ink); border-bottom: 1px solid var(--line); }
.contact-row .val a:hover { color: var(--blue-deep); border-color: var(--blue-deep); }

.map-frame {
  border-radius: var(--r-3);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  background: var(--bg-tan);
  position: relative;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-frame .map-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--ink-soft); gap: var(--s-2);
  background:
    linear-gradient(135deg, transparent 24%, rgba(154,107,63,0.08) 25%, rgba(154,107,63,0.08) 26%, transparent 27%),
    linear-gradient(45deg, transparent 24%, rgba(92,107,78,0.08) 25%, rgba(92,107,78,0.08) 26%, transparent 27%),
    var(--bg-tan);
  background-size: 32px 32px;
}

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer {
  background: var(--bg-ink); color: var(--on-ink);
  padding: var(--s-6) 0 var(--s-5);
  margin-top: var(--s-6);
}
.footer .wrap { padding-top: 0; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: var(--s-5);
  padding-bottom: var(--s-5);
  border-bottom: 1px solid rgba(250,246,240,0.12);
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

.footer h4 {
  font-family: var(--sans); color: var(--on-ink);
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: var(--s-3);
}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer a { color: rgba(250,246,240,0.78); font-size: 14px; }
.footer a:hover { color: var(--on-ink); }
.footer .brand { color: var(--on-ink); font-size: 24px; }
.footer .brand-mark { color: var(--gold); }
.footer .brand-sub { color: rgba(250,246,240,0.5); }
.footer .blurb { color: rgba(250,246,240,0.6); font-size: 14px; max-width: 32ch; margin-top: var(--s-3); }

.newsletter {
  display: flex; gap: var(--s-2); margin-top: var(--s-3);
}
.newsletter input {
  flex: 1; min-width: 0;
  background: rgba(250,246,240,0.06);
  border: 1px solid rgba(250,246,240,0.18);
  color: var(--on-ink);
  padding: 12px 14px;
  border-radius: var(--r-pill);
  font: 14px var(--sans);
  transition: border-color var(--t) var(--ease), background var(--t) var(--ease);
}
.newsletter input::placeholder { color: rgba(250,246,240,0.5); }
.newsletter input:focus {
  outline: none; border-color: var(--gold); background: rgba(250,246,240,0.10);
}
.newsletter button {
  background: var(--on-ink); color: var(--ink);
  border-radius: var(--r-pill); padding: 0 18px;
  font: 600 13px var(--sans); letter-spacing: 0.04em;
  transition: background var(--t) var(--ease);
}
.newsletter button:hover { background: var(--gold); color: var(--ink); }

.footer-base {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: var(--s-4); flex-wrap: wrap; gap: var(--s-3);
  font-size: 12px; color: rgba(250,246,240,0.5);
}
.socials { display: flex; gap: var(--s-3); }
.socials a {
  width: 36px; height: 36px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(250,246,240,0.18);
  color: rgba(250,246,240,0.78);
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease), background var(--t) var(--ease);
}
.socials a:hover { border-color: var(--gold); color: var(--gold); background: rgba(200,150,79,0.08); }

/* =========================================================================
   STICKY MOBILE CTA
   ========================================================================= */
.mobile-cta {
  display: none;
  position: fixed; left: var(--s-3); right: var(--s-3); bottom: var(--s-3);
  z-index: 30;
  gap: var(--s-2);
  padding: var(--s-2);
  background: var(--bg-card);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  box-shadow: var(--elev-3);
}
.mobile-cta .btn { flex: 1; min-height: 44px; padding: 10px 16px; font-size: 14px; }
@media (max-width: 720px) { .mobile-cta { display: flex; } body { padding-bottom: 80px; } }

/* =========================================================================
   SCROLL REVEAL
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================================
   ACCESSIBILITY
   ========================================================================= */
:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: var(--r-1);
}

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

/* =========================================================================
   MOBILE REFINEMENTS, final-pass overrides
   ========================================================================= */

/* Tablet & below, tighten spacing globally */
@media (max-width: 880px) {
  section { padding: var(--s-6) 0; }
  section.tight { padding: var(--s-5) 0; }
  .section-head { margin-bottom: var(--s-5); }
  h1 { font-size: clamp(38px, 8vw, 64px); }
  h2 { font-size: clamp(28px, 5vw, 42px); }
  .lead-lg { font-size: 19px; }

  /* Hide brand sub-tag on small nav to free horizontal room */
  .nav .brand-sub { display: none; }
  .nav .brand img { height: 48px; }
}

/* Phone, the primary mobile pass */
@media (max-width: 720px) {
  body { padding-bottom: 88px; }   /* clears sticky CTA */

  .wrap, .wrap-narrow { padding: 0 var(--s-3); }

  section { padding: var(--s-5) 0; }
  section.tight { padding: var(--s-4) 0; }
  .section-head { margin-bottom: var(--s-4); }

  /* HERO */
  .hero { padding: var(--s-4) 0 var(--s-5); }
  .hero h1 { font-size: clamp(36px, 9.5vw, 48px); line-height: 1.05; }
  .hero .lead-lg { font-size: 17px; margin-top: var(--s-3); }
  .hero-cta { gap: var(--s-2); margin-top: var(--s-4); }
  .hero-cta .btn { flex: 1 1 auto; min-width: 0; padding: 14px 18px; font-size: 14px; }
  .hero-meta { gap: var(--s-2) var(--s-3); font-size: 13px; margin-top: var(--s-4); }
  .hero-meta > span { width: 100%; }   /* one fact per line, easier to scan */
  .hero-image { aspect-ratio: 4 / 3; }
  .hero-image .badge { font-size: 11px; padding: 8px 12px; top: var(--s-3); right: var(--s-3); }

  /* TRUST */
  .trust { padding: var(--s-4) 0; }
  .trust-grid { gap: var(--s-3); }
  .trust-item strong { font-size: 18px; }
  .trust-item { font-size: 12px; }

  /* SERVICES */
  .svc-card { padding: var(--s-4); }
  .svc-meta .price { font-size: 20px; }

  /* CONDITIONS */
  .conditions { gap: var(--s-2); }
  .cond { padding: 12px 14px; font-size: 13px; }

  /* PACKAGES */
  .pkg { padding: var(--s-4); }
  .pkg-price { font-size: 36px; }
  .pkg.featured .pkg-tag { left: var(--s-3); top: -10px; }

  /* PRACTITIONER */
  .practitioner-img { aspect-ratio: 4 / 3; }
  .creds { gap: 6px; }
  .cred { font-size: 11px; padding: 5px 10px; }

  /* REVIEWS, fix the side-by-side header that breaks at small widths */
  #reviews .section-head {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: var(--s-3) !important;
  }
  #reviews .section-head > div:last-child { text-align: left !important; }
  .review { padding: var(--s-4); }
  .review blockquote { font-size: 17px; }

  /* INSURANCE */
  .ins-logo { font-size: 16px; min-height: 56px; padding: var(--s-3); }

  /* CORPORATE */
  .corporate { padding: var(--s-5) var(--s-4); gap: var(--s-4); }
  .corporate .btn { width: 100%; }

  /* FAQ */
  .faq-q { font-size: 18px; padding: var(--s-3) 0; gap: var(--s-2); }
  .faq-q .plus { width: 24px; height: 24px; }
  .faq-a { font-size: 15px; }

  /* BOOKING BAND */
  .booking-band { padding: var(--s-6) 0; }
  .booking-band h2 { font-size: clamp(30px, 7vw, 44px); }

  /* CONTACT, labels on their own line on mobile */
  .contact-card { padding: var(--s-4); }
  .contact-row { flex-direction: column; gap: 4px; padding: var(--s-3) 0; }
  .contact-row .label { width: auto; }
  .contact-row .val { font-size: 15px; }
  .map-frame { aspect-ratio: 1 / 1; }

  /* FOOTER */
  .footer { padding: var(--s-5) 0 var(--s-4); margin-top: var(--s-5); }
  .footer-grid { gap: var(--s-4); padding-bottom: var(--s-4); }
  .newsletter { flex-direction: column; gap: var(--s-2); }
  .newsletter input,
  .newsletter button { width: 100%; min-height: 48px; }
  .newsletter button { padding: 0 24px; }

  /* Section-head centred utilities, keep eyebrow legible */
  .section-head .eyebrow { font-size: 11px; }
}

/* Small phones (≤480px), final tighten */
@media (max-width: 480px) {
  .wrap, .wrap-narrow { padding: 0 var(--s-3); }
  .nav-inner { padding: 0 var(--s-3); height: 64px; gap: var(--s-2); }
  :root { --nav-h: 64px; }

  .brand img { height: 40px; }
  .footer .brand img { height: 40px; }

  .hero h1 { font-size: 36px; }
  .hero-image { aspect-ratio: 1 / 1; }
  .hero-image .badge { font-size: 10px; }

  /* Stack hero buttons vertically on narrowest screens */
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; flex: none; }

  .trust-grid { grid-template-columns: 1fr; gap: var(--s-3); }

  .conditions { grid-template-columns: 1fr; }

  .insurance-logos { grid-template-columns: 1fr 1fr; }

  /* Pkg featured tag, keep visible at narrow widths */
  .pkg.featured { margin-top: var(--s-3); }

  .footer-grid { grid-template-columns: 1fr; }
  .footer .brand { font-size: 20px; }

  .review blockquote { font-size: 16px; }
  .pkg-price { font-size: 32px; }

  /* Mobile sticky CTA, pad inner buttons more so labels never truncate */
  .mobile-cta .btn { font-size: 13px; padding: 10px 12px; }
}

/* Touch input: ensure form fields hit 44px min */
input, button, textarea, select { min-height: 44px; }
.btn, .nav-toggle, .faq-q { min-height: 44px; }
.contact-row .val a { padding: 2px 0; display: inline-block; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg-cream); }
::-webkit-scrollbar-thumb { background: rgba(236,228,214,0.18); border-radius: 5px; border: 2px solid var(--bg-cream); }
::-webkit-scrollbar-thumb:hover { background: var(--clay); }

/* Print */
@media print {
  .nav, .mobile-cta, .footer { display: none; }
}

/* =========================================================================
   IMAGERY — grade photographic blocks into the dark palette
   ========================================================================= */
.hero-image img, .image-break img, .roots-image img {
  filter: saturate(0.88) brightness(0.9) contrast(1.03);
}
.image-break { position: relative; }
.image-break::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8,17,25,0.40) 0%, rgba(8,17,25,0.10) 35%, rgba(8,17,25,0.55) 100%),
    radial-gradient(120% 80% at 85% 10%, rgba(203,163,97,0.10), transparent 60%);
  mix-blend-mode: multiply;
}
.roots-image { position: relative; }
.roots-image::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8,17,25,0.30), rgba(8,17,25,0.30)),
    radial-gradient(120% 90% at 50% 0%, rgba(203,163,97,0.08), transparent 65%);
  mix-blend-mode: multiply;
}

/* =========================================================================
   WHAT WE SEE — six-category accordion
   ========================================================================= */
.cats {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: var(--s-4); align-items: start;
}
@media (max-width: 820px) { .cats { grid-template-columns: 1fr; } }

.cat {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--r-3); overflow: hidden;
  transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.cat:hover { border-color: var(--gold); box-shadow: var(--elev-1); }
.cat.open { border-color: var(--gold); box-shadow: var(--elev-2); }

.cat-head {
  display: grid; grid-template-columns: auto 1fr auto; gap: var(--s-3);
  align-items: start; width: 100%; text-align: left;
  padding: var(--s-4);
}
/* On the 2-col grid, give every collapsed card an equal floor so titles that
   wrap to two lines don't make one card taller than its neighbours. */
@media (min-width: 821px) { .cat-head { min-height: 140px; } }
.cat-icon {
  width: 44px; height: 44px; border-radius: var(--r-pill);
  background: var(--blue-soft); color: var(--blue);
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.cat-icon svg { width: 22px; height: 22px; }
.cat.open .cat-icon { background: var(--gold); color: var(--bg-ink); }
.cat-titles { min-width: 0; }
.cat-titles h3 { font-size: 19px; margin: 0 0 4px; line-height: 1.22; font-variation-settings: "opsz" 24; }
.cat-frame { font-size: 13px; color: var(--ink-soft); line-height: 1.5; margin: 0; }
.cat-plus {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  color: var(--ink); margin-top: 2px;
  transition: transform var(--t) var(--ease), background var(--t) var(--ease), border-color var(--t) var(--ease), color var(--t) var(--ease);
}
.cat-plus svg { width: 12px; height: 12px; }
.cat.open .cat-plus { transform: rotate(45deg); background: var(--gold); border-color: var(--gold); color: var(--bg-ink); }

.cat-body { max-height: 0; overflow: hidden; transition: max-height var(--t-slow) var(--ease); }
.cat.open .cat-body { max-height: 600px; }
.cat-body-inner { padding: 0 var(--s-4) var(--s-4); }
.cat-list {
  font-size: 13.5px; color: var(--ink-soft); line-height: 1.7;
  margin: 0 0 var(--s-3); padding-top: var(--s-3); border-top: 1px solid var(--line);
}
.cat-cta {
  font-size: 13px; font-weight: 600; color: var(--gold);
  display: inline-flex; align-items: center; gap: 6px;
}
.cat-cta:hover { color: #DCB777; }
.cat-combo { font-size: 12px; color: var(--mute); margin: var(--s-2) 0 0; font-style: italic; }
.cats-footer {
  text-align: center; max-width: 60ch; margin: var(--s-5) auto 0;
  font-size: 14px; color: var(--ink-soft);
}

/* =========================================================================
   SESSION STEPS — how a Thai Bone Setting session works
   ========================================================================= */
.session-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4); margin-top: var(--s-5);
}
@media (max-width: 820px) { .session-steps { grid-template-columns: 1fr; } }
.session-note {
  max-width: 60ch; margin: var(--s-4) auto 0; text-align: center;
  font-size: 14px; color: var(--ink-soft);
}
.session-note b { color: var(--gold); font-weight: 600; }

/* =========================================================================
   PHILOSOPHY PROSE
   ========================================================================= */
.prose-block { max-width: var(--maxw-prose); margin: 0 auto; }
.prose-block p {
  font-size: 17px; line-height: 1.7; color: var(--ink-soft);
  margin: 0 0 var(--s-3);
}
.prose-block p:last-child { margin-bottom: 0; }
.prose-block .italic-accent { font-style: italic; color: var(--gold); }

/* =========================================================================
   CREDENTIALS AT A GLANCE
   ========================================================================= */
.creds-glance {
  display: grid; gap: 10px;
  margin: var(--s-3) 0 var(--s-4); padding-top: var(--s-3);
  border-top: 1px solid var(--line);
}
.creds-glance .cg-row { display: flex; gap: var(--s-3); font-size: 13px; line-height: 1.45; }
.creds-glance .cg-k {
  color: var(--gold); font-weight: 600; min-width: 96px; flex: none;
  letter-spacing: 0.02em;
}
.creds-glance .cg-v { color: var(--ink-soft); }

/* =========================================================================
   INSURANCE LOGO GRID (inside FAQ)
   ========================================================================= */
.faq-ins-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: var(--s-2); margin-top: var(--s-3);
}
@media (max-width: 720px) { .faq-ins-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 420px) { .faq-ins-grid { grid-template-columns: repeat(2, 1fr); } }
.ins-chip {
  background: rgba(236, 228, 214, 0.04);
  border: 1px solid var(--line); border-radius: var(--r-2);
  min-height: 48px; padding: 8px 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--mute); text-align: center; line-height: 1.2;
  transition: color var(--t) var(--ease), border-color var(--t) var(--ease);
}
.ins-chip:hover { color: var(--ink-soft); border-color: var(--line-strong); }
.faq-item.has-grid.open .faq-a { max-height: 900px; }

/* =========================================================================
   WHAT TO EXPECT — full-width accordion variant of .cats
   ========================================================================= */
.cats.expect {
  grid-template-columns: 1fr; gap: var(--s-3);
  max-width: 900px; margin: var(--s-5) auto 0;
}
.cats.expect .cat-head { align-items: center; }
@media (min-width: 821px) { .cats.expect .cat-head { min-height: auto; } }
.cats.expect .cat-titles h3 { font-size: 21px; margin: 0; }
.cats.expect .cat.open .cat-body { max-height: 1600px; }
.cats.expect .session-steps { margin-top: var(--s-2); }

/* Between-sessions teaser — contextual link under "What to expect" */
.between-teaser {
  display: flex; align-items: center; gap: var(--s-4);
  max-width: 900px; margin: var(--s-4) auto 0;
  padding: var(--s-4) var(--s-5);
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--r-3);
  transition: border-color var(--t) var(--ease), box-shadow var(--t) var(--ease), transform var(--t) var(--ease);
}
.between-teaser:hover { border-color: var(--gold); box-shadow: var(--elev-2); transform: translateY(-2px); }
.between-teaser .bt-icon {
  width: 44px; height: 44px; border-radius: var(--r-pill); flex: none;
  background: var(--blue-soft); color: var(--blue);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--t) var(--ease), color var(--t) var(--ease);
}
.between-teaser:hover .bt-icon { background: var(--gold); color: var(--bg-ink); }
.between-teaser .bt-icon svg { width: 22px; height: 22px; }
.between-teaser .bt-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.between-teaser .bt-text strong {
  font-family: var(--serif); font-size: 18px; font-weight: 600;
  color: var(--ink); line-height: 1.25;
}
.between-teaser .bt-text span { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
.between-teaser .bt-arrow {
  margin-left: auto; color: var(--gold); flex: none;
  display: inline-flex; transition: transform var(--t) var(--ease);
}
.between-teaser:hover .bt-arrow { transform: translateX(4px); }
@media (max-width: 560px) {
  .between-teaser { gap: var(--s-3); padding: var(--s-4); }
  .between-teaser .bt-arrow { display: none; }
}

/* =========================================================================
   MODAL — Between sessions
   ========================================================================= */
.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: block; }
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(6, 12, 16, 0.72); backdrop-filter: blur(5px);
  opacity: 0; transition: opacity var(--t) var(--ease);
}
.modal.open .modal-backdrop { opacity: 1; }
.modal-dialog {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -46%);
  width: min(640px, calc(100vw - var(--s-4) * 2));
  max-height: min(86vh, 760px); overflow-y: auto;
  background: var(--bg-card); border: 1px solid var(--line-strong);
  border-radius: var(--r-3); box-shadow: var(--elev-2);
  padding: var(--s-6);
  opacity: 0;
  transition: opacity var(--t) var(--ease), transform var(--t) var(--ease);
}
.modal.open .modal-dialog { transform: translate(-50%, -50%); opacity: 1; }
.modal-dialog .eyebrow { justify-content: flex-start; }
.modal-dialog h2 { font-size: clamp(24px, 4vw, 30px); margin: var(--s-2) 0 0; }
.modal-dialog .prose-block { margin-top: var(--s-4); }
.modal-dialog .prose-block p { font-size: 16px; }
.modal-close {
  position: absolute; top: var(--s-3); right: var(--s-3);
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--line-strong); background: transparent;
  color: var(--ink); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: border-color var(--t) var(--ease), color var(--t) var(--ease), background var(--t) var(--ease);
}
.modal-close:hover { border-color: var(--gold); color: var(--gold); }
.modal-close svg { width: 16px; height: 16px; }
@media (prefers-reduced-motion: reduce) {
  .modal-backdrop, .modal-dialog { transition: opacity var(--t) var(--ease); }
  .modal-dialog { transform: translate(-50%, -50%); }
}
@media (max-width: 560px) { .modal-dialog { padding: var(--s-5) var(--s-4); } }

/* Two-pillar practice grid */
.roots-grid.two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 820px; margin-left: auto; margin-right: auto;
}
@media (max-width: 640px) { .roots-grid.two { grid-template-columns: 1fr; } }

/* =========================================================================
   LATEST WRITING — homepage teaser strip
   ========================================================================= */
/* Sits between reviews (--bg-stone) and the FAQ (default surface), so it takes
   the default to alternate against reviews above it. Padding comes from the
   base `section` rule. */
.writing-section { background: var(--bg-cream); }

/* =========================================================================
   BLOG — listing grid, post cards, article body
   ========================================================================= */
.post-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4); align-items: stretch;
}
@media (max-width: 900px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .post-grid { grid-template-columns: 1fr; } }

.post-card {
  display: flex; flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  overflow: hidden;
  text-decoration: none;
  transition: border-color var(--t) var(--ease), transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.post-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--elev-2); }
.post-card:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

.post-card-media {
  aspect-ratio: 16 / 9;
  background: var(--bg-stone);
  overflow: hidden;
}
.post-card-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  filter: saturate(0.88) brightness(0.9) contrast(1.03);
  transition: transform var(--t) var(--ease);
}
.post-card:hover .post-card-media img { transform: scale(1.03); }

.post-card-body {
  padding: var(--s-4);
  display: flex; flex-direction: column; gap: var(--s-2);
  flex: 1;
}
.post-card-body h3 {
  font-family: var(--serif); color: var(--ink);
  font-size: 21px; line-height: 1.25; margin: 0;
}
.post-card:hover .post-card-body h3 { color: var(--blue-deep); }
.post-card-body p {
  font-size: 15px; line-height: 1.65; color: var(--ink-soft); margin: 0;
}

/* Dates are numeric — tabular figures so they align down the column. */
.post-meta {
  font-family: var(--sans);
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mute);
  font-variant-numeric: tabular-nums;
}

/* Article body. Wider rhythm than .prose-block since posts run long. */
.post-body { max-width: var(--maxw-prose); margin: 0 auto; }
.post-body p {
  font-size: 17px; line-height: 1.75; color: var(--ink-soft);
  margin: 0 0 var(--s-4);
}
.post-body h2 {
  font-family: var(--serif); color: var(--ink);
  font-size: clamp(22px, 2.6vw, 28px); line-height: 1.25;
  margin: var(--s-6) 0 var(--s-3);
}
.post-body a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; }
.post-body a:hover { color: var(--clay); }
.post-body img { width: 100%; height: auto; border-radius: var(--r-3); display: block; }

/* 16:9 responsive wrapper for YouTube embeds. */
.post-embed {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  border-radius: var(--r-3); overflow: hidden;
  background: var(--bg-stone); border: 1px solid var(--line);
  margin: 0 0 var(--s-5);
}
.post-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.post-figure { margin: 0 0 var(--s-5); }
.post-figure figcaption {
  font-size: 13px; color: var(--mute); margin-top: var(--s-2); text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .post-card, .post-card-media img { transition: none; }
  .post-card:hover { transform: none; }
  .post-card:hover .post-card-media img { transform: none; }
}
