/* ======================================================
   Your Life Therapy — Shared Styles
   ====================================================== */

/* ---------- Palette tokens (default = Sage / Cream) ---------- */
:root {
  --bg: #f5f0e6;
  --bg-soft: #efe7d7;
  --paper: #fbf7ef;
  --ink: #2f3a32;
  --ink-soft: #5a6058;
  --muted: #8b8a82;
  --rule: #d9d2c2;
  --accent: #7a8e7a;
  --accent-deep: #65775f;
  --accent-soft: #b4c0a9;
  --accent-tint: rgba(122, 142, 122, 0.12);
  --gold: #c69150;
  --hero-overlay-1: rgba(20, 32, 28, 0.15);
  --hero-overlay-2: rgba(20, 32, 28, 0.55);
  --footer-bg: #2f3a32;
}

/* Palette: Ocean / Sand */
[data-palette="ocean"] {
  --bg: #f1eee5;
  --bg-soft: #e6e0d1;
  --paper: #faf7ef;
  --ink: #1f323a;
  --ink-soft: #4a5660;
  --muted: #87867f;
  --rule: #d6cfbf;
  --accent: #4f7a86;
  --accent-deep: #3c5e69;
  --accent-soft: #a4bcc4;
  --accent-tint: rgba(79, 122, 134, 0.12);
  --gold: #c69150;
  --hero-overlay-1: rgba(15, 30, 38, 0.15);
  --hero-overlay-2: rgba(15, 30, 38, 0.6);
  --footer-bg: #243842;
}

/* Palette: Terracotta / Stone */
[data-palette="terra"] {
  --bg: #f4ede2;
  --bg-soft: #ebe1d0;
  --paper: #fbf6ec;
  --ink: #3a2e26;
  --ink-soft: #6a594d;
  --muted: #948578;
  --rule: #ddd0bb;
  --accent: #c47a5a;
  --accent-deep: #a35e44;
  --accent-soft: #e3b9a3;
  --accent-tint: rgba(196, 122, 90, 0.12);
  --gold: #c69150;
  --hero-overlay-1: rgba(50, 30, 22, 0.15);
  --hero-overlay-2: rgba(50, 30, 22, 0.55);
  --footer-bg: #3a2e26;
}

/* Palette: Lavender / Mist */
[data-palette="lavender"] {
  --bg: #f1edf2;
  --bg-soft: #e4dde7;
  --paper: #faf7fb;
  --ink: #2e2937;
  --ink-soft: #574e64;
  --muted: #8a8390;
  --rule: #d8cfdc;
  --accent: #8b7aa8;
  --accent-deep: #6e5c8c;
  --accent-soft: #c1b3d3;
  --accent-tint: rgba(139, 122, 168, 0.14);
  --gold: #c69150;
  --hero-overlay-1: rgba(30, 22, 40, 0.15);
  --hero-overlay-2: rgba(30, 22, 40, 0.55);
  --footer-bg: #2e2937;
}

/* Palette: Rose / Cream */
[data-palette="rose"] {
  --bg: #f7eee9;
  --bg-soft: #efe1d9;
  --paper: #fbf6f3;
  --ink: #3a2a2c;
  --ink-soft: #6e5358;
  --muted: #998088;
  --rule: #ead4cd;
  --accent: #b87a82;
  --accent-deep: #97606a;
  --accent-soft: #ddb4ba;
  --accent-tint: rgba(184, 122, 130, 0.13);
  --gold: #c69150;
  --hero-overlay-1: rgba(50, 26, 32, 0.16);
  --hero-overlay-2: rgba(50, 26, 32, 0.55);
  --footer-bg: #3a2a2c;
}

/* Palette: Plum / Linen */
[data-palette="plum"] {
  --bg: #f1ece6;
  --bg-soft: #e3dcd1;
  --paper: #faf6f0;
  --ink: #2c2230;
  --ink-soft: #564a5f;
  --muted: #8d8489;
  --rule: #d6cdc6;
  --accent: #6f4f6e;
  --accent-deep: #563d57;
  --accent-soft: #b69cb5;
  --accent-tint: rgba(111, 79, 110, 0.13);
  --gold: #c69150;
  --hero-overlay-1: rgba(30, 20, 32, 0.18);
  --hero-overlay-2: rgba(30, 20, 32, 0.6);
  --footer-bg: #2c2230;
}

/* Palette: Amethyst (Atelier default) */
[data-palette="amethyst"] {
  --bg: #f6f1f4;
  --bg-soft: #ebe1e9;
  --paper: #fcf8fb;
  --ink: #2a1f33;
  --ink-soft: #5a4a66;
  --muted: #8e8295;
  --rule: #e3d8e2;
  --accent: #6b4d8c;
  --accent-deep: #4c2f6b;
  --accent-soft: #b8a3d1;
  --accent-tint: rgba(107, 77, 140, 0.12);
  --gold: #b89265;
  --hero-overlay-1: rgba(42, 31, 51, 0.20);
  --hero-overlay-2: rgba(42, 31, 51, 0.65);
  --footer-bg: #2a1f33;
}

/* ---------- Dark mode (applies to all palettes) ---------- */
[data-mode="dark"] {
  --bg: #1a1c1d;
  --bg-soft: #232527;
  --paper: #252729;
  --ink: #f0ece4;
  --ink-soft: #c8c2b6;
  --muted: #8d8a82;
  --rule: #353739;
  --hero-overlay-1: rgba(0, 0, 0, 0.35);
  --hero-overlay-2: rgba(0, 0, 0, 0.7);
  --footer-bg: #131415;
}
[data-mode="dark"][data-palette="ocean"] {
  --accent: #6c9aa6; --accent-deep: #8db7c2; --accent-soft: #4f7a86;
  --accent-tint: rgba(108, 154, 166, 0.18);
}
[data-mode="dark"][data-palette="terra"] {
  --accent: #d8927a; --accent-deep: #e9a98f; --accent-soft: #a35e44;
  --accent-tint: rgba(216, 146, 122, 0.18);
}
[data-mode="dark"][data-palette="lavender"] {
  --accent: #ad9bcb; --accent-deep: #c5b3e0; --accent-soft: #6e5c8c;
  --accent-tint: rgba(173, 155, 203, 0.18);
}
[data-mode="dark"][data-palette="rose"] {
  --accent: #d29aa3; --accent-deep: #e2b6bd; --accent-soft: #97606a;
  --accent-tint: rgba(210, 154, 163, 0.18);
}
[data-mode="dark"][data-palette="plum"] {
  --accent: #9b779b; --accent-deep: #b893b8; --accent-soft: #563d57;
  --accent-tint: rgba(155, 119, 155, 0.18);
}
[data-mode="dark"][data-palette="amethyst"] {
  --accent: #b89cd9; --accent-deep: #d1bfe7; --accent-soft: #4c2f6b;
  --accent-tint: rgba(184, 156, 217, 0.18);
}
[data-mode="dark"][data-palette="sage"],
[data-mode="dark"]:not([data-palette]) {
  --accent: #98ad96; --accent-deep: #b3c5b1; --accent-soft: #65775f;
  --accent-tint: rgba(152, 173, 150, 0.18);
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
p { text-wrap: pretty; margin: 0 0 14px; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}
.btn-primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--accent);
}
.btn-ghost:hover { background: var(--accent); color: #fff; }
.btn-light {
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  border-color: rgba(255,255,255,0.92);
}
.btn-light:hover { background: #fff; }
.btn-lg { padding: 16px 36px; font-size: 14px; }
.btn-arrow svg { width: 14px; height: 14px; transition: transform 0.25s; }
.btn-arrow:hover svg { transform: translateX(4px); }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
}
@supports (backdrop-filter: blur(10px)) {
  .nav { background: color-mix(in srgb, var(--paper) 88%, transparent); }
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img {
  height: 52px;
  width: auto;
  display: block;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  padding: 4px 0;
}
.nav-links a:hover { color: var(--accent-deep); }
.nav-links a.active { color: var(--accent-deep); }
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--accent);
}
.nav-cta { margin-left: 8px; padding: 11px 22px !important; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  color: var(--ink);
}
.nav-mobile {
  display: none; /* fix: hidden by default at all widths */
  flex-direction: column;
  padding: 12px 32px 20px;
  border-top: 1px solid var(--rule);
  gap: 4px;
  background: var(--paper);
}
.nav-mobile a {
  padding: 12px 0;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--rule);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-mobile a:last-child { border-bottom: none; }

/* ---------- Generic section ---------- */
section { padding: 48px 36px; }
.container { max-width: 1200px; margin: 0 auto; }
.container-narrow { max-width: 820px; margin: 0 auto; }

/* ---------- Split page hero: copy left, photo bleeding off the right ----------
   Only the copy column is padded; the figure runs to the viewport edge. The
   copy's left padding matches .container's gutter so headings line up with the
   sections below. Heroes carrying a .hero-figure opt in via :has(). */
.hero-copy-pad {
  padding-left: max(36px, calc((100vw - 1200px) / 2));
  padding-right: clamp(28px, 4vw, 64px);
}
.hero-figure { margin: 0; align-self: stretch; }
.hero-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 34vw, 520px);
  max-height: clamp(420px, 42vw, 600px); /* cap so tall photos don't stretch the band */
  object-fit: cover;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
}
.section-title {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  margin-bottom: 22px;
  letter-spacing: -0.005em;
}
.section-title em { font-style: italic; color: var(--accent-deep); }
.section-lead {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ---------- Shared editorial blocks (about, services, service pages) ---------- */
.hair { display: block; width: 62px; height: 1px; background: var(--rule); margin: 28px 0; }
.label { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-soft); }

.split { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 60px; align-items: start; }
.split h2 { font-size: clamp(30px, 3.4vw, 42px); line-height: 1.18; margin-top: 16px; }
.split p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.8; margin-bottom: 20px; }
.split p:last-child { margin-bottom: 0; }

/* Icon tile grid — women's health, individual therapy, mentoring */
.tiles-title { font-size: 27px; margin-bottom: 22px; }
.tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.tile {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 22px 10px 18px;
  text-align: center;
  transition: border-color 0.25s, transform 0.25s;
}
.tile:hover { border-color: var(--accent); transform: translateY(-2px); }
.tile svg { display: block; width: 32px; height: 32px; margin: 0 auto 14px; fill: none; stroke: var(--accent); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.tile span { display: block; font-size: 13px; line-height: 1.4; color: var(--ink-soft); }
@media (max-width: 1080px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .tiles { grid-template-columns: 1fr 1fr; } }

.close-cta { background: var(--bg-soft); text-align: center; }
.close-cta h2 { font-size: clamp(27px, 3.1vw, 38px); line-height: 1.32; max-width: 620px; margin: 0 auto 16px; }
.close-cta p { color: var(--ink-soft); max-width: 560px; margin: 0 auto 30px; line-height: 1.8; }

@media (max-width: 960px) {
  .split { grid-template-columns: 1fr; gap: 34px; }
}

/* ---------- Page header (interior pages) ---------- */
.page-header {
  position: relative;
  padding: 48px 36px 40px;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
.page-header::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--accent-tint);
  filter: blur(40px);
  pointer-events: none;
}
.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header h1 {
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.page-header h1 em { font-style: italic; color: var(--accent-deep); }
.page-header .lead {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 580px;
  line-height: 1.6;
  margin: 0;
}
.crumbs {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 26px;
}
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--accent-deep); }
.crumbs span { color: var(--ink); }

/* ---------- Image placeholders ---------- */
.placeholder {
  position: relative;
  background: linear-gradient(135deg, var(--accent-soft), var(--bg-soft));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: rgba(255,255,255,0.92);
}
.placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.06) 0 14px,
    rgba(0,0,0,0.04) 14px 28px
  );
}
.placeholder span {
  position: relative;
  background: rgba(20,32,28,0.55);
  padding: 8px 14px;
  border-radius: 2px;
  font-family: "JetBrains Mono", "SF Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ---------- Footer ---------- */
footer {
  background: var(--footer-bg);
  color: #d8d4c5;
  padding: 64px 36px 32px;
  font-size: 13px;
}
.foot-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}
footer h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
footer p { color: rgba(216,212,197,0.72); line-height: 1.7; margin: 0 0 8px; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { padding: 5px 0; color: rgba(216,212,197,0.78); }
footer ul a { color: rgba(216,212,197,0.78); transition: color 0.2s; }
footer ul a:hover { color: #fff; }
.foot-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-style: italic;
  color: #f3e6d4;
  margin-bottom: 6px;
}
.foot-bottom {
  max-width: 1200px;
  margin: 48px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(216,212,197,0.5);
  font-size: 12px;
}

/* ---------- Forms ---------- */
.form {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 3px;
  padding: 40px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}
.field label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}
.field input,
.field textarea,
.field select {
  font: inherit;
  width: 100%;
  min-width: 0;
  font-size: 15px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 13px 15px;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.field textarea {
  resize: vertical;
  min-height: 140px;
  font-family: inherit;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-tint);
}
.field.error input,
.field.error textarea,
.field.error select {
  border-color: #b8624a;
  background: #fbf3ef;
}
.field .err-msg {
  font-size: 12px;
  color: #b8624a;
  min-height: 14px;
}
.form-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.privacy {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  max-width: 320px;
  margin: 0;
}
.form-success {
  text-align: center;
  padding: 24px 12px;
}
.form-success .check {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.form-success h3 { font-size: 30px; margin-bottom: 10px; }
.form-success p { color: var(--ink-soft); margin: 0 0 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-mobile.open { display: flex; }
  section { padding: 36px 24px; }
  .page-header { padding: 40px 24px 32px; }
  .foot-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .form { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .foot-inner { grid-template-columns: 1fr; }
  .nav-inner { padding: 12px 20px; }
  .brand img { height: 44px; }
}


/* ─── Booking calendar ────────────────────────────────────────── */
.ghl-cal { font-family: inherit; color: var(--ink); }
.ghl-cal-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-bottom: 22px; margin-bottom: 24px;
  border-bottom: 1px solid var(--rule);
}
.ghl-cal-head .title {
  font-family: "Cormorant Garamond", serif; font-size: 30px;
  font-style: italic; color: var(--accent-deep);
}
.ghl-cal-head .cal-pick { display: flex; align-items: center; gap: 12px; }
.ghl-cal-head .cal-pick label {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted);
}
.ghl-cal-head .cal-pick select {
  appearance: none; -webkit-appearance: none; background: var(--bg);
  border: 1px solid var(--rule); border-radius: 3px;
  padding: 10px 36px 10px 14px; font: inherit; font-size: 14px;
  color: var(--ink); cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='none' stroke='%23859078' stroke-width='1.4' d='M1 1l4 4 4-4'/></svg>");
  background-repeat: no-repeat; background-position: right 12px center;
}
.ghl-cal-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px;
  align-items: start;
}
.ghl-cal-month .mhead {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.ghl-cal-month .mhead span {
  font-family: "Cormorant Garamond", serif; font-size: 22px;
  font-style: italic; color: var(--accent-deep);
}
.ghl-cal-month .mnav { display: flex; gap: 6px; }
.ghl-cal-month .mnav button {
  width: 34px; height: 34px; border: 1px solid var(--rule);
  background: var(--bg); border-radius: 50%; cursor: pointer;
  font-size: 16px; color: var(--accent-deep);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.15s, border-color 0.15s;
}
.ghl-cal-month .mnav button:hover:not([disabled]) {
  background: var(--accent-soft); border-color: var(--accent);
}
.ghl-cal-month .mnav button[disabled] { opacity: 0.35; cursor: not-allowed; }
.ghl-cal-dow {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.ghl-cal-dow span { text-align: center; padding: 6px 0; }
.ghl-cal-days {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
}
.ghl-cal-days .day {
  aspect-ratio: 1; border: 1px solid transparent; background: transparent;
  border-radius: 50%; font: inherit; font-size: 14px; color: var(--ink);
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.ghl-cal-days .day.muted { color: var(--rule); cursor: default; }
.ghl-cal-days .day.unavail { color: var(--muted); cursor: not-allowed; opacity: 0.5; }
.ghl-cal-days .day.avail { border-color: var(--accent-soft); color: var(--accent-deep); }
.ghl-cal-days .day.avail:hover { background: var(--accent-soft); border-color: var(--accent); }
.ghl-cal-days .day.selected { background: var(--accent); color: #fff; border-color: var(--accent); }
.ghl-cal-slots {
  background: var(--bg); border: 1px solid var(--rule); border-radius: 3px;
  padding: 22px;
}
.ghl-cal-slots .slots-head {
  font-family: "Cormorant Garamond", serif; font-size: 22px;
  font-style: italic; color: var(--accent-deep); margin-bottom: 4px;
}
.ghl-cal-slots .slots-sub {
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 18px;
}
.slots-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.slots-grid .slot {
  padding: 12px 14px; border: 1px solid var(--rule); background: var(--paper);
  font: inherit; font-size: 14px; color: var(--ink);
  border-radius: 2px; cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.slots-grid .slot:hover { background: var(--accent-soft); border-color: var(--accent); }
.slots-grid .slot.selected { background: var(--accent); border-color: var(--accent); color: #fff; }
.slots-empty {
  color: var(--muted); font-style: italic;
  font-family: "Cormorant Garamond", serif; font-size: 17px;
  padding: 20px 0;
}
.ghl-cal-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; margin-top: 28px; padding-top: 22px;
  border-top: 1px solid var(--rule);
}
.ghl-cal-foot .hint { font-size: 13px; color: var(--ink-soft); max-width: 60ch; }
.ghl-cal-foot .btn[disabled] { opacity: 0.45; cursor: not-allowed; }
.ghl-cal-loading {
  text-align: center; padding: 60px 24px; color: var(--ink-soft);
}
.ghl-cal-loading .spinner {
  width: 28px; height: 28px; border: 2px solid var(--rule);
  border-top-color: var(--accent); border-radius: 50%;
  margin: 0 auto 14px; animation: ghl-cal-spin 0.8s linear infinite;
}
@keyframes ghl-cal-spin { to { transform: rotate(360deg); } }
.ghl-cal-error {
  padding: 28px; border: 1px solid var(--rule); border-radius: 3px;
  background: var(--paper); color: var(--ink);
}
.ghl-cal-error strong {
  display: block; font-family: "Cormorant Garamond", serif;
  font-size: 22px; font-style: italic; color: var(--accent-deep);
  margin-bottom: 8px; font-weight: 500;
}
.ghl-cal-confirmed {
  padding: 40px 32px; text-align: center; border: 1px solid var(--accent-soft);
  border-radius: 3px; background: var(--bg);
}
.ghl-cal-confirmed h3 {
  font-family: "Cormorant Garamond", serif; font-size: 32px;
  font-style: italic; color: var(--accent-deep); margin: 0 0 12px;
}
.ghl-cal-details {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px;
  padding: 8px 0;
}
.ghl-cal-details .full { grid-column: 1 / -1; }
.ghl-cal-details label {
  display: block; font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 6px;
}
.ghl-cal-details input, .ghl-cal-details textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--rule);
  border-radius: 2px; background: var(--paper); font: inherit;
  font-size: 14px; color: var(--ink);
}
.ghl-cal-details input:focus, .ghl-cal-details textarea:focus {
  outline: none; border-color: var(--accent);
}
.ghl-cal-summary {
  background: var(--accent-soft); border-radius: 3px; padding: 18px 20px;
  margin-bottom: 22px;
}
.ghl-cal-summary .when {
  font-family: "Cormorant Garamond", serif; font-size: 22px;
  font-style: italic; color: var(--accent-deep);
}
@media (max-width: 800px) {
  .ghl-cal-grid { grid-template-columns: 1fr; gap: 32px; }
  .ghl-cal-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .slots-grid { grid-template-columns: 1fr 1fr 1fr; }
  .ghl-cal-details { grid-template-columns: 1fr; }
  .ghl-cal-foot { flex-direction: column; align-items: stretch; }
}

