/* ── RESET & BASE ─────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; color: #0D1117; background: #fff; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
h1,h2,h3 { font-family: 'Fraunces', serif; line-height: 1.1; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 900; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; }

/* ── COLOURS ──────────────────────────────────── */
/* Navy: #38b7ff  Gold: #38b7ff  Off-white: #F7F5F1 */

/* ── NAV ──────────────────────────────────────────── */
.site-nav {
  background: #fff;
  border-bottom: 1px solid #E8ECF0;
  box-shadow: 0 1px 12px rgba(0,0,0,0.06);
  position: sticky; top: 0; z-index: 200;
}
.nav-inner {
  max-width: 1320px; margin: 0 auto;
  padding: 0 48px; height: 66px;
  display: flex; align-items: center; gap: 32px;
}
/* Logo */
.nav-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.logo-mark {
  width: 36px; height: 36px; border-radius: 8px;
  background: #38b7ff; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-weight: 900; font-size: 0.95rem; color: #fff;
}
.logo-text { line-height: 1.2; white-space: nowrap; }
.logo-name { display: block; font-size: 0.9rem; font-weight: 800; color: #111827; }
.logo-tag  { display: block; font-size: 0.58rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: #9CA3AF; }
/* Nav links */
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin-right: auto; margin-left: 16px; }
.nav-link { color: #4B5563; font-size: 0.82rem; font-weight: 500; padding: 7px 13px; border-radius: 6px; text-decoration: none; transition: all 0.15s; white-space: nowrap; display: block; }
.nav-link:hover, .nav-link.active { color: #111827; background: #F3F4F6; }
/* Dropdown */
.nav-drop { position: relative; }
.nav-drop:hover .drop-panel { display: block !important; }
.drop-panel { display: none; position: absolute; top: calc(100% + 8px); left: -12px; background: #fff; border: 1px solid #E4E0D8; border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,0.12); padding: 10px; z-index: 400; }
.drop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; min-width: 460px; }
.drop-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 8px; color: #111827; text-decoration: none; transition: background 0.15s; }
.drop-item:hover { background: #F9FAFB; }
.drop-dot { width: 6px; height: 6px; background: #38b7ff; border-radius: 50%; flex-shrink: 0; }
.drop-label { font-weight: 600; font-size: 0.82rem; color: #111827; }
.drop-price { font-size: 0.7rem; color: #9CA3AF; margin-top: 1px; }
/* Nav actions */
.nav-actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.nav-tel { font-size: 0.82rem; font-weight: 600; color: #4B5563; display: flex; align-items: center; gap: 7px; text-decoration: none; white-space: nowrap; }
.nav-tel-dot { width: 7px; height: 7px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 8px rgba(34,197,94,0.6); display: inline-block; flex-shrink: 0; }
.nav-book { background: #38b7ff; color: #fff; border: none; padding: 9px 20px; border-radius: 6px; font-family: 'Manrope', sans-serif; font-size: 0.82rem; font-weight: 700; cursor: pointer; text-decoration: none; white-space: nowrap; }
.nav-book:hover { background: #1aa3f0; }
/* Hamburger */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; margin-left: auto; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: #111827; border-radius: 2px; transition: all 0.3s; }

/* ── NAV RESPONSIVE ─────────────────────────────── */
@media (max-width: 900px) {
  .nav-inner { padding: 0 16px; gap: 0; }
  .nav-links, .nav-actions { display: none; }
  .nav-hamburger { display: flex; }
  .nav-logo { margin-right: auto; }
}
@media (max-width: 380px) {
  .logo-tag { display: none; }
  .logo-name { font-size: 0.82rem; }
}

/* ── HERO ─────────────────────────────────────── */
.hero {
  background: linear-gradient(160deg, #EBF7FF 0%, #ffffff 55%);
  padding: 80px 0 70px;
  position: relative; overflow: hidden;
  min-height: calc(100vh - 66px);
  display: flex; align-items: center;
}
.hero::before {
  content: ''; position: absolute; right: 0; top: 0; width: 50%; height: 100%;
  background: linear-gradient(to left, rgba(56,183,255,0.07), transparent);
  pointer-events: none;
}

.hero-grid {
  max-width: 1320px; margin: 0 auto; padding: 0 48px; width: 100%;
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 60px; align-items: start;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: #38b7ff; margin-bottom: 18px;
}
.hero-eyebrow::before { content: ''; width: 22px; height: 2px; background: #38b7ff; }
.hero h1 { color: #111827; margin-bottom: 20px; }
.hero h1 em { color: #38b7ff; font-style: italic; }
.hero-desc { color: rgba(255,255,255,0.55); font-size: 1rem; line-height: 1.72; max-width: 480px; margin-bottom: 32px; }
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 48px; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: 0.875rem; font-weight: 700; cursor: pointer; border: none; transition: all 0.2s; }
.btn-gold { background: #38b7ff; color: #fff; }
.btn-gold:hover { background: #1aa3f0; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: #111827; border: 1.5px solid #D1D5DB; }
.btn-ghost:hover { border-color: #9CA3AF; color: #111827; background: #F9FAFB; }
.btn-lg { padding: 14px 28px; font-size: 0.9rem; }
.hero-stats { display: flex; border: 1px solid #E8ECF0; background: #fff; border-radius: 10px; overflow: hidden; width: fit-content; }
.hero-stat { padding: 18px 26px; border-right: 1px solid #E8ECF0; text-align: center; }
.hero-stat:last-child { border-right: none; }
.stat-n { font-family: 'Fraunces', serif; font-size: 1.5rem; font-weight: 900; color: #38b7ff; line-height: 1; margin-bottom: 3px; }
.stat-l { font-size: 0.62rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: #9CA3AF; }

/* ── BOOKING APP ──────────────────────────────── */
.book-app {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
  overflow: hidden;
  position: sticky; top: 80px;
}
.book-head {
  background: #EBF7FF;
  padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.book-head-title { font-family: 'Fraunces', serif; font-size: 1rem; font-weight: 700; color: #111827; }
.deposit-pill {
  background: rgba(56,183,255,0.2); border: 1px solid rgba(56,183,255,0.35);
  border-radius: 50px; padding: 4px 12px;
  font-size: 0.7rem; font-weight: 700; color: #38b7ff;
}
/* Progress */
.book-prog { display: flex; padding: 14px 24px 0; gap: 4px; }
.prog-dot { flex: 1; height: 3px; background: #E8E5DF; border-radius: 2px; transition: background 0.3s; }
.prog-dot.done, .prog-dot.active { background: #38b7ff; }
.book-step-lbl { padding: 8px 24px 14px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6B7380; }
.book-step-lbl span { color: #38b7ff; }
/* Panels — critical: all hidden except .active */
.book-panel { padding: 0 24px 24px; display: none; }
.book-panel.active { display: block; }

/* Service grid in booking app */
.app-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 16px; }
.app-svc-btn {
  border: 1.5px solid #E4E0D8; border-radius: 8px;
  padding: 10px 6px; cursor: pointer; text-align: center;
  background: #fff; font-family: 'Manrope', sans-serif;
  transition: all 0.15s;
}
.app-svc-btn:hover { border-color: #38b7ff; background: #EAF6FF; }
.app-svc-btn.sel { border-color: #38b7ff; background: #EAF6FF; }
.app-svc-mark {
  width: 28px; height: 28px; background: #F7F5F1; border-radius: 6px;
  margin: 0 auto 5px; display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-size: 0.8rem; font-weight: 900; color: #38b7ff;
  transition: all 0.15s;
}
.app-svc-btn.sel .app-svc-mark { background: #38b7ff; color: #fff; }
.app-svc-name-s { font-size: 0.68rem; font-weight: 700; color: #0D1117; line-height: 1.3; }
.app-svc-price-s { font-size: 0.62rem; color: #6B7380; margin-top: 1px; }

/* City toggle */
.city-toggle { display: flex; background: #F7F5F1; border-radius: 6px; padding: 3px; gap: 3px; margin-bottom: 10px; }
.city-opt { flex: 1; padding: 8px; border: none; background: transparent; border-radius: 5px; font-family: 'Manrope', sans-serif; font-size: 0.78rem; font-weight: 600; color: #6B7380; cursor: pointer; transition: all 0.18s; }
.city-opt.active { background: #fff; color: #0D1117; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }

/* App form fields */
.app-field { margin-bottom: 10px; }
.app-label { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #6B7380; margin-bottom: 5px; }
.app-input, .app-select { width: 100%; padding: 10px 12px; border: 1.5px solid #E4E0D8; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: 0.84rem; color: #0D1117; outline: none; background: #fff; transition: border-color 0.2s; }
.app-input:focus, .app-select:focus { border-color: #38b7ff; box-shadow: 0 0 0 3px rgba(56,183,255,0.12); }
.app-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.postcode-row { display: flex; gap: 7px; }
.postcode-row .app-input { flex: 1; }
.check-btn { padding: 10px 14px; background: #38b7ff; color: #fff; border: none; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: 0.74rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.pc-msg { font-size: 0.72rem; padding: 7px 10px; border-radius: 6px; margin-top: 6px; font-weight: 600; }
.pc-ok { background: #f0fdf4; color: #15803d; border: 1px solid #86efac; }
.pc-err { background: #fef2f2; color: #dc2626; border: 1px solid #fca5a5; }

/* Calendar */
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.cal-lbl { font-size: 0.8rem; font-weight: 700; }
.cal-nav-btn { background: none; border: 1.5px solid #E4E0D8; border-radius: 5px; padding: 4px 8px; cursor: pointer; font-size: 0.75rem; color: #6B7380; }
.cal-nav-btn:hover { border-color: #38b7ff; color: #38b7ff; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; margin-bottom: 12px; }
.cal-hdr { text-align: center; font-size: 0.58rem; font-weight: 700; color: #6B7380; padding: 2px 0; }
.cal-d { text-align: center; padding: 6px 2px; border-radius: 5px; font-size: 0.72rem; cursor: pointer; font-weight: 500; transition: all 0.12s; }
.cal-d:hover:not(.dis):not(.emp) { background: #EAF6FF; color: #38b7ff; }
.cal-d.sel { background: #38b7ff; color: #fff !important; }
.cal-d.dis { color: #d1d5db; cursor: not-allowed; text-decoration: line-through; }
.cal-d.today { font-weight: 800; }
.cal-d.emp { cursor: default; }

/* Time slots */
.time-slots { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.t-slot { padding: 5px 10px; border: 1.5px solid #E4E0D8; border-radius: 5px; font-size: 0.72rem; font-weight: 600; cursor: pointer; transition: all 0.12s; background: #fff; font-family: 'Manrope', sans-serif; }
.t-slot:hover:not(.unavail) { border-color: #38b7ff; color: #38b7ff; }
.t-slot.sel { background: #38b7ff; border-color: #38b7ff; color: #fff; }
.t-slot.unavail { background: #F7F5F1; color: #d1d5db; cursor: not-allowed; }

/* Summary */
.sum-box { background: #F7F5F1; border-radius: 8px; padding: 14px; margin-bottom: 14px; }
.sum-row { display: flex; justify-content: space-between; font-size: 0.75rem; padding: 4px 0; border-bottom: 1px solid #E4E0D8; }
.sum-row:last-child { border: none; padding-top: 8px; }
.sum-k { color: #6B7380; }
.sum-v { font-weight: 700; }
.sum-row.tot .sum-k { font-weight: 700; font-size: 0.8rem; color: #0D1117; }
.sum-row.tot .sum-v { color: #38b7ff; font-size: 0.9rem; }
.dep-box { background: #111827; border-radius: 8px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.dep-num { font-family: 'Fraunces', serif; font-size: 1.6rem; font-weight: 900; color: #38b7ff; line-height: 1; flex-shrink: 0; }
.dep-txt { font-size: 0.72rem; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* Book navigation buttons */
.book-nav { display: flex; justify-content: flex-end; gap: 8px; margin-top: 12px; }
.book-back { background: none; border: 1.5px solid #E4E0D8; border-radius: 6px; padding: 9px 16px; font-family: 'Manrope', sans-serif; font-size: 0.78rem; font-weight: 600; color: #6B7380; cursor: pointer; }
.book-back:hover { border-color: #0D1117; color: #0D1117; }
.book-next { background: #38b7ff; color: #fff; border: none; border-radius: 6px; padding: 9px 20px; font-family: 'Manrope', sans-serif; font-size: 0.78rem; font-weight: 700; cursor: pointer; }
.book-next:hover { background: #1aa3f0; }
.book-pay { width: 100%; background: #38b7ff; color: #fff; border: none; border-radius: 8px; padding: 12px; font-family: 'Manrope', sans-serif; font-size: 0.84rem; font-weight: 700; cursor: pointer; }
.book-pay:hover { background: #1a9fe8; }

/* Success */
.book-success { padding: 32px 24px; text-align: center; }
.success-icon { width: 60px; height: 60px; background: #38b7ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 16px; animation: pop 0.4s cubic-bezier(0.175,0.885,0.32,1.275); }
.success-ref { display: inline-block; background: #EAF6FF; border: 1px solid rgba(56,183,255,0.3); color: #38b7ff; font-weight: 800; font-size: 0.9rem; padding: 7px 18px; border-radius: 6px; letter-spacing: 0.1em; margin-bottom: 10px; }
@keyframes pop { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ── TICKER ───────────────────────────────────── */
.ticker { background: #38b7ff; padding: 12px 0; overflow: hidden; }
.ticker-track { display: flex; gap: 48px; animation: ticker 28s linear infinite; width: max-content; }
.tick-item { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 700; color: #fff; white-space: nowrap; }
.tick-item::before { content: '◆'; font-size: 0.5rem; opacity: 0.7; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SERVICES SECTION ─────────────────────────── */
.services-section { background: #F7F5F1; padding: 100px 0; }
.inner { max-width: 1320px; margin: 0 auto; padding: 0 48px; }
.sec-eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #38b7ff; margin-bottom: 8px; display: block; }
.sec-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.btn-outline { background: transparent; color: #0D1117; border: 1.5px solid #E4E0D8; border-radius: 8px; padding: 10px 20px; font-family: 'Manrope', sans-serif; font-size: 0.82rem; font-weight: 700; cursor: pointer; }
.btn-outline:hover { border-color: #0D1117; }
/* Option B two-column grid */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.svc-item { display: flex; align-items: center; gap: 16px; padding: 22px 24px; background: #fff; cursor: pointer; transition: all 0.2s; border: 1px solid transparent; border-radius: 3px; text-decoration: none; color: inherit; }
.svc-item:hover { background: #EAF6FF; border-color: rgba(56,183,255,0.25); transform: translateX(4px); }
.svc-lm { width: 46px; height: 46px; background: #F7F5F1; border: 1px solid #E4E0D8; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 900; color: #38b7ff; transition: all 0.2s; }
.svc-item:hover .svc-lm { background: #38b7ff; border-color: #38b7ff; color: #fff; }
.svc-body { flex: 1; }
.svc-name { font-size: 0.88rem; font-weight: 700; color: #0D1117; margin-bottom: 2px; }
.svc-desc { font-size: 0.74rem; color: #6B7380; line-height: 1.45; }
.svc-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; flex-shrink: 0; }
.svc-price { font-size: 0.8rem; font-weight: 700; color: #0D1117; white-space: nowrap; }
.badge { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; padding: 2px 7px; border-radius: 3px; }
.badge-pop { background: #DBEAFE; color: #1E40AF; border: 1px solid #93C5FD; }
.badge-com { background: #EFF6FF; color: #1D4ED8; border: 1px solid #BFDBFE; }

/* ── WHY SECTION ──────────────────────────────── */
.why-section { background: #fff; padding: 100px 0; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.why-item { background: #F9FAFB; border: 1px solid #E8ECF0; border-radius: 16px; padding: 32px; transition: all 0.2s; }
.why-item:hover { border-color: #38b7ff; box-shadow: 0 4px 20px rgba(56,183,255,0.1); }
.why-n { font-family: 'Fraunces', serif; font-size: 0.75rem; font-style: italic; color: #38b7ff; margin-bottom: 16px; display: block; }
.why-item h3 { color: #111827; font-size: 1.1rem; margin-bottom: 10px; }
.why-item p { color: #6B7280; font-size: 0.86rem; line-height: 1.7; }

/* ── REVIEWS ──────────────────────────────────── */
.reviews-section { padding: 100px 0; }
.review-main { background: #F7F5F1; border-radius: 20px; padding: 52px; position: relative; margin-bottom: 20px; }
.review-main::before { content: '\201C'; position: absolute; top: -14px; left: 36px; font-family: 'Fraunces', serif; font-size: 8rem; line-height: 1; color: #38b7ff; opacity: 0.15; pointer-events: none; }
.review-quote { font-family: 'Fraunces', serif; font-size: clamp(1.1rem, 2vw, 1.5rem); font-style: italic; color: #0D1117; line-height: 1.55; margin-bottom: 24px; position: relative; z-index: 1; }
.review-foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.rev-avatar { width: 40px; height: 40px; border-radius: 50%; background: #38b7ff; display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-weight: 700; font-size: 0.95rem; color: #fff; }
.rev-name { font-size: 0.86rem; font-weight: 700; }
.rev-service { font-size: 0.75rem; color: #6B7380; }
.stars { color: #38b7ff; font-size: 0.85rem; }
.reviews-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rev-mini { background: #fff; border: 1px solid #E4E0D8; border-radius: 14px; padding: 22px; }
.rev-mini .stars { margin-bottom: 10px; font-size: 0.78rem; }
.rev-mini p { font-size: 0.83rem; font-style: italic; color: #0D1117; line-height: 1.6; margin-bottom: 14px; }

/* ── AREAS ────────────────────────────────────── */
.areas-section { background: #EBF7FF; padding: 80px 0; }
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 44px; }
.area-panel { background: #fff; border: 1px solid rgba(56,183,255,0.2); border-radius: 16px; padding: 32px; }
.area-city { font-family: 'Fraunces', serif; font-size: 1.6rem; font-weight: 900; color: #111827; margin-bottom: 6px; }
.area-post { font-size: 0.72rem; color: #9CA3AF; margin-bottom: 18px; letter-spacing: 0.05em; }
.area-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.area-tag { background: #EBF7FF; border: 1px solid rgba(56,183,255,0.25); color: #0369A1; padding: 4px 11px; border-radius: 50px; font-size: 0.74rem; font-weight: 500; }

/* ── CTA ──────────────────────────────────────── */
.cta-strip { background: #38b7ff; padding: 80px 0; }
.cta-inner { max-width: 1320px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-strip h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.cta-strip p { color: rgba(255,255,255,0.8); margin-top: 6px; }
.cta-btns { display: flex; gap: 12px; flex-shrink: 0; }
.btn-dark { background: #111827; color: #fff; border: none; padding: 14px 28px; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: 0.9rem; font-weight: 700; cursor: pointer; }
.btn-dark:hover { background: #1f2937; transform: translateY(-1px); }
.btn-white { background: #fff; color: #38b7ff; border: none; padding: 14px 28px; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: 0.9rem; font-weight: 700; cursor: pointer; }
.btn-white:hover { background: #f0f0f0; }

/* ── FOOTER ───────────────────────────────────── */
footer { background: #111827; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 56px; margin-bottom: 56px; }
.footer-about { color: rgba(255,255,255,0.5); font-size: 0.85rem; line-height: 1.75; margin: 14px 0 20px; }
.fc { display: flex; align-items: center; gap: 9px; font-size: 0.84rem; margin-bottom: 9px; }
.fc-dot { width: 5px; height: 5px; background: #38b7ff; border-radius: 50%; }
.fc a, .fc span { color: rgba(255,255,255,0.5); }
.fc a:hover { color: #38b7ff; }
.ft { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.28); margin-bottom: 16px; }
.fl { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.fl a { font-size: 0.84rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.fl a:hover { color: #38b7ff; }
.footer-badge { margin-top: 22px; background: rgba(56,183,255,0.1); border: 1px solid rgba(56,183,255,0.2); border-radius: 10px; padding: 14px; }
.fb-title { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #38b7ff; margin-bottom: 3px; }
.fb-text { font-size: 0.8rem; color: rgba(255,255,255,0.48); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 0.76rem; color: rgba(255,255,255,0.22); flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: rgba(255,255,255,0.22); }
.footer-bottom a:hover { color: #38b7ff; }

/* ── RESPONSIVE ───────────────────────────────── */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .book-app { display: none; }
}
@media (max-width: 800px) {
  .inner { padding: 0 20px; }
  .nav-inner { padding: 0 20px; }
  .hero-grid { padding: 0 20px; }
  .cta-inner { padding: 0 20px; }
  .svc-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .reviews-mini { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .cta-strip { padding: 56px 0; }
  .cta-btns { flex-direction: column; width: 100%; }
}
/* ── ADDITIONAL PAGE STYLES ─────────────────────── */

/* Breadcrumb — hidden */
.breadcrumb { background: #F7F5F1; border-bottom: 1px solid #E4E0D8; padding: 13px 0; }
.bc { max-width: 1320px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; gap: 7px; font-size: 0.78rem; color: #6B7380; }
.bc a { color: #0D1117; font-weight: 600; }
.bc a:hover { color: #38b7ff; }

/* Page hero (inner pages) */
.page-hero { background: linear-gradient(160deg, #EBF7FF 0%, #fff 60%); padding: 72px 0; position: relative; overflow: hidden; }
.page-hero::before { display: none; }
.page-hero-inner { max-width: 1320px; margin: 0 auto; padding: 0 48px; position: relative; z-index: 1; }
.page-eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #38b7ff; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.page-eyebrow::before { content: ''; width: 18px; height: 2px; background: #38b7ff; }
.page-hero h1 { color: #111827; font-size: clamp(1.8rem, 4vw, 3.2rem); margin-bottom: 14px; }
.page-hero p { color: #6B7280; font-size: 1rem; max-width: 580px; margin-bottom: 26px; }
.from-pill { display: inline-flex; align-items: baseline; gap: 5px; background: rgba(56,183,255,0.15); border: 1px solid rgba(56,183,255,0.3); color: #38b7ff; padding: 7px 16px; border-radius: 50px; font-weight: 700; font-size: 0.95rem; margin-bottom: 24px; }
.from-pill small { font-size: 0.7rem; opacity: 0.6; font-weight: 400; }

/* Service page layout */
.service-layout { display: grid; grid-template-columns: 1fr 340px; gap: 56px; max-width: 1320px; margin: 0 auto; padding: 72px 48px; align-items: start; }
.sec-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #38b7ff; margin-bottom: 8px; display: block; }
.includes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 18px 0 28px; }
.include-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.875rem; line-height: 1.5; }
.include-tick { width: 20px; height: 20px; border-radius: 50%; background: #0D1117; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.55rem; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.faq-item { border-bottom: 1px solid #E4E0D8; }
.faq-btn { width: 100%; background: none; border: none; text-align: left; padding: 18px 0; font-family: 'Manrope', sans-serif; font-size: 0.92rem; font-weight: 600; color: #0D1117; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-icon { color: #38b7ff; font-size: 1rem; transition: transform 0.2s; flex-shrink: 0; }
.faq-btn.open .faq-icon { transform: rotate(45deg); }
.faq-ans { display: none; padding-bottom: 18px; font-size: 0.875rem; color: #6B7380; line-height: 1.7; }
.faq-ans.open { display: block; }
.sidebar { display: flex; flex-direction: column; gap: 14px; }
.sidebar-box { background: #F7F5F1; border: 1px solid #E4E0D8; border-radius: 14px; padding: 24px; }
.sidebar-box h3 { font-size: 1.05rem; color: #38b7ff; margin-bottom: 7px; }
.sidebar-box p { font-size: 0.83rem; color: #6B7380; margin-bottom: 16px; line-height: 1.6; }
.sidebar-gold { background: #EAF6FF; border-color: rgba(56,183,255,0.25); }
.sidebar-links { list-style: none; display: flex; flex-direction: column; gap: 0; }
.sidebar-links a { font-size: 0.82rem; color: #0D1117; display: flex; align-items: center; gap: 8px; padding: 9px 0; border-bottom: 1px solid #E4E0D8; transition: color 0.15s; }
.sidebar-links a:hover { color: #38b7ff; }
.sidebar-links li:last-child a { border-bottom: none; }

/* Full booking page */
.book-page { background: #F7F5F1; min-height: calc(100vh - 66px); padding: 56px 0 80px; }
.book-page-wrap { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.book-page-hdr { text-align: center; margin-bottom: 40px; }
.book-page-hdr h1 { font-size: 2.2rem; color: #38b7ff; margin-bottom: 8px; }
.book-page-hdr p { color: #6B7380; }
.book-card { background: #fff; border: 1px solid #E4E0D8; border-radius: 20px; padding: 36px; margin-bottom: 14px; }
.step-eyebrow { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #38b7ff; margin-bottom: 5px; display: block; }
.step-title { font-size: 1.4rem; font-family: 'Fraunces', serif; color: #38b7ff; margin-bottom: 4px; }
.step-sub { font-size: 0.84rem; color: #6B7380; margin-bottom: 22px; }
.svc-sel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 22px; }
.svc-opt { border: 1.5px solid #E4E0D8; border-radius: 8px; padding: 14px 10px; cursor: pointer; text-align: center; transition: all 0.18s; background: #fff; position: relative; }
.svc-opt:hover { border-color: #38b7ff; background: #EAF6FF; }
.svc-opt.sel { border-color: #38b7ff; background: #EAF6FF; }
.svc-opt-mark { width: 34px; height: 34px; background: #F7F5F1; border-radius: 8px; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 0.9rem; font-weight: 900; color: #38b7ff; transition: all 0.18s; }
.svc-opt.sel .svc-opt-mark { background: #38b7ff; color: #fff; }
.svc-opt-name { font-size: 0.75rem; font-weight: 700; color: #0D1117; }
.svc-opt-price { font-size: 0.68rem; color: #6B7380; margin-top: 2px; }
.form-field { margin-bottom: 14px; }
.form-label { display: block; font-size: 0.76rem; font-weight: 700; color: #0D1117; margin-bottom: 5px; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 11px 14px; border: 1.5px solid #E4E0D8; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: 0.875rem; color: #0D1117; outline: none; background: #fff; transition: border-color 0.2s; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: #38b7ff; box-shadow: 0 0 0 3px rgba(56,183,255,0.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-alert { padding: 10px 14px; border-radius: 8px; font-size: 0.82rem; font-weight: 600; margin-top: 7px; }
.alert-ok { background: #f0fdf4; color: #15803d; border: 1px solid #86efac; }
.alert-err { background: #fef2f2; color: #dc2626; border: 1px solid #fca5a5; }
.dep-box-full { background: #111827; border-radius: 14px; padding: 22px; margin-bottom: 16px; display: flex; align-items: center; gap: 16px; }
.dep-num-full { font-family: 'Fraunces', serif; font-size: 2.4rem; font-weight: 900; color: #38b7ff; line-height: 1; flex-shrink: 0; }
.dep-txt-full { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.step-btns { display: flex; justify-content: flex-end; gap: 8px; margin-top: 16px; }
.btn-back-s { background: none; border: 1.5px solid #E4E0D8; border-radius: 6px; padding: 10px 18px; font-family: 'Manrope', sans-serif; font-size: 0.82rem; font-weight: 600; color: #6B7380; cursor: pointer; }
.btn-back-s:hover { border-color: #0D1117; color: #0D1117; }
.btn-next-s { background: #38b7ff; color: #fff; border: none; border-radius: 6px; padding: 10px 22px; font-family: 'Manrope', sans-serif; font-size: 0.82rem; font-weight: 700; cursor: pointer; }
.btn-next-s:hover { background: #1aa3f0; }
.btn-pay-full { width: 100%; background: #38b7ff; color: #fff; border: none; border-radius: 8px; padding: 14px; font-family: 'Manrope', sans-serif; font-size: 0.9rem; font-weight: 700; cursor: pointer; transition: background 0.15s; }
.btn-pay-full:hover { background: #1a9fe8; }
.book-success-full { text-align: center; padding: 20px 0; }
.success-circle { width: 72px; height: 72px; background: #38b7ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 20px; box-shadow: 0 8px 32px rgba(56,183,255,0.35); animation: pop 0.5s cubic-bezier(0.175,0.885,0.32,1.275); }
.success-ref-full { display: inline-block; background: #EAF6FF; border: 1px solid rgba(56,183,255,0.3); color: #38b7ff; font-weight: 800; font-size: 1.1rem; padding: 10px 24px; border-radius: 8px; letter-spacing: 0.1em; margin-bottom: 24px; }
.next-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; text-align: left; max-width: 500px; margin: 0 auto; }
.ns { background: #F7F5F1; border-radius: 10px; padding: 16px; }
.ns-icon { font-size: 1.2rem; margin-bottom: 6px; }
.ns-title { font-weight: 700; font-size: 0.85rem; margin-bottom: 3px; }
.ns-text { font-size: 0.78rem; color: #6B7380; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.cp { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.cp-icon { width: 42px; height: 42px; background: #EAF6FF; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.cp-lbl { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #6B7380; margin-bottom: 2px; }
.cp-val { font-weight: 700; color: #0D1117; font-size: 0.95rem; }
.cp-sub { font-size: 0.78rem; color: #6B7380; }

/* Location page */
.loc-areas { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.loc-tag { background: #EAF6FF; border: 1px solid rgba(56,183,255,0.25); color: #1E40AF; padding: 5px 14px; border-radius: 50px; font-size: 0.78rem; font-weight: 600; }

/* Admin */
.admin-wrap { max-width: 1200px; margin: 36px auto; padding: 0 22px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.84rem; }
.admin-table th { background: #38b7ff; color: #fff; padding: 12px 14px; text-align: left; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; }
.admin-table td { padding: 12px 14px; border-bottom: 1px solid #E4E0D8; }
.admin-table tr:hover td { background: #F7F5F1; }
.badge { display: inline-block; padding: 3px 9px; border-radius: 50px; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; }
.badge-pending { background: #fef3c7; color: #1E40AF; }
.badge-paid { background: #d1fae5; color: #065f46; }
.badge-confirmed { background: #dbeafe; color: #1e40af; }
.badge-completed { background: #f3f4f6; color: #374151; }
.badge-cancelled { background: #fee2e2; color: #991b1b; }

/* Footer */
footer { background: #111827; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 56px; margin-bottom: 56px; }
.footer-about { color: rgba(255,255,255,0.5); font-size: 0.85rem; line-height: 1.75; margin: 14px 0 20px; }
.fc { display: flex; align-items: center; gap: 9px; font-size: 0.84rem; margin-bottom: 9px; }
.fc-dot { width: 5px; height: 5px; background: #38b7ff; border-radius: 50%; }
.fc a, .fc span { color: rgba(255,255,255,0.5); }
.fc a:hover { color: #38b7ff; }
.ft { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.28); margin-bottom: 16px; }
.fl { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.fl a { font-size: 0.84rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.fl a:hover { color: #38b7ff; }
.footer-badge { margin-top: 22px; background: rgba(56,183,255,0.1); border: 1px solid rgba(56,183,255,0.2); border-radius: 10px; padding: 14px; }
.fb-title { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #38b7ff; margin-bottom: 3px; }
.fb-text { font-size: 0.8rem; color: rgba(255,255,255,0.48); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 0.76rem; color: rgba(255,255,255,0.22); flex-wrap: wrap; gap: 12px; }
.footer-bottom a { color: rgba(255,255,255,0.22); }
.footer-bottom a:hover { color: #38b7ff; }

/* Utility */
.hidden { display: none !important; }
@keyframes pop { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* Responsive additions */
@media (max-width: 800px) {
  .service-layout { grid-template-columns: 1fr; padding: 48px 20px; }
  .sidebar { position: static; }
  .includes-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .next-steps { grid-template-columns: 1fr; }
  .book-card { padding: 24px 20px; }
  .svc-sel-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .bc { padding: 0 20px; }
  .page-hero-inner { padding: 0 20px; }
}
.breadcrumb { display: none !important; }

/* ══════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — Complete
   ══════════════════════════════════════════════════════════ */

/* ── MOBILE NAV PANEL ──────────────────────────────────── */
.mobile-nav-panel {
  display: none;
  position: fixed; top: 66px; left: 0; right: 0; bottom: 0;
  background: #fff; z-index: 190; overflow-y: auto;
  padding: 24px 20px 40px;
  border-top: 1px solid #E8ECF0;
  flex-direction: column;
  gap: 0;
}
.mobile-nav-panel.open { display: flex; }
.mobile-nav-link {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0; border-bottom: 1px solid #F3F4F6;
  font-size: 1rem; font-weight: 600; color: #111827;
  text-decoration: none;
}
.mobile-nav-link:last-of-type { border-bottom: none; }
.mobile-nav-section { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #9CA3AF; padding: 20px 0 10px; }
.mobile-nav-sub { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid #F3F4F6; text-decoration: none; }
.mobile-nav-sub-dot { width: 5px; height: 5px; background: #38b7ff; border-radius: 50%; flex-shrink: 0; }
.mobile-nav-sub-name { font-size: 0.9rem; font-weight: 500; color: #374151; }
.mobile-nav-sub-price { font-size: 0.75rem; color: #9CA3AF; margin-left: auto; }
.mobile-nav-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.mobile-btn-book { background: #38b7ff; color: #fff; border: none; border-radius: 10px; padding: 15px; font-family: 'Manrope', sans-serif; font-size: 1rem; font-weight: 700; cursor: pointer; text-align: center; text-decoration: none; display: block; }
.mobile-btn-call { background: #F9FAFB; color: #111827; border: 1.5px solid #E8ECF0; border-radius: 10px; padding: 14px; font-family: 'Manrope', sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; text-align: center; text-decoration: none; display: block; }

@media (max-width: 900px) {
  /* Hide desktop nav, show hamburger */
  .nav-links, .nav-actions { display: none !important; }
  #navToggle { display: flex !important; }

  /* Nav layout on mobile */
  nav > div, .nav-inner {
    padding: 0 16px !important;
    justify-content: space-between;
  }
}

/* ── GLOBAL MOBILE ─────────────────────────────────────── */
@media (max-width: 768px) {

  /* Typography scaling */
  h1 { font-size: clamp(2rem, 8vw, 2.8rem) !important; }
  h2 { font-size: clamp(1.5rem, 6vw, 2rem) !important; }

  /* Inner padding */
  .inner { padding: 0 16px !important; }
  .cta-inner { padding: 0 16px !important; }

  /* ── HERO ── */
  .hero { padding: 48px 0 56px; min-height: auto; }
  .hero-grid {
    grid-template-columns: 1fr !important;
    padding: 0 16px !important;
    gap: 40px;
  }
  .hero-eyebrow { font-size: 0.62rem; }
  .hero-desc { font-size: 0.92rem; margin-bottom: 24px; }
  .hero-btns { flex-direction: column; gap: 10px; }
  .hero-btns .btn { width: 100%; justify-content: center; padding: 14px 20px; font-size: 0.95rem; }
  .hero-stats {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
  }
  .hero-stat { padding: 16px 12px; border-right: 1px solid #E8ECF0 !important; }
  .hero-stat:nth-child(2) { border-right: none !important; }
  .hero-stat:nth-child(3) { border-right: 1px solid #E8ECF0 !important; border-top: 1px solid #E8ECF0; }
  .hero-stat:nth-child(4) { border-top: 1px solid #E8ECF0; }
  .stat-n { font-size: 1.3rem; }

  /* Hide desktop booking widget */
  .book-app, .hero .book-app { display: none !important; }

  /* Mobile booking CTA instead */
  .mobile-book-cta {
    background: #EBF7FF; border: 1px solid rgba(56,183,255,0.2);
    border-radius: 14px; padding: 20px; margin-top: 8px;
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
  }
  .mobile-book-cta-text { font-size: 0.9rem; font-weight: 600; color: #111827; }
  .mobile-book-cta-sub { font-size: 0.75rem; color: #6B7280; margin-top: 2px; }
  .mobile-book-cta a { background: #38b7ff; color: #fff; border: none; border-radius: 8px; padding: 11px 20px; font-family: 'Manrope', sans-serif; font-size: 0.85rem; font-weight: 700; cursor: pointer; white-space: nowrap; text-decoration: none; display: inline-block; }

  /* ── TICKER ── */
  .ticker { padding: 10px 0; }
  .tick-item { font-size: 0.72rem; }

  /* ── SERVICES ── */
  .services-section, .svc-section { padding: 56px 0; }
  .svc-grid, .svc-grid-main { grid-template-columns: 1fr !important; gap: 2px; }
  .svc-item, .svc-row { padding: 16px; }
  .sec-header, .sec-hdr {
    flex-direction: column; align-items: flex-start;
    gap: 14px; margin-bottom: 24px;
  }
  .btn-outline, .view-all { width: 100%; text-align: center; padding: 12px; }

  /* ── WHY SECTION ── */
  .why-section { padding: 56px 0; }
  .why-grid { grid-template-columns: 1fr !important; gap: 12px; margin-top: 28px; }
  .why-item { padding: 22px; }
  .why-item h3 { font-size: 1rem; }

  /* ── REVIEWS ── */
  .reviews-section { padding: 56px 0; }
  .review-main { padding: 28px 20px; }
  .review-quote { font-size: 1rem !important; }
  .review-foot { flex-direction: column; gap: 10px; }
  .reviews-mini { grid-template-columns: 1fr !important; gap: 12px; }

  /* ── AREAS ── */
  .areas-section { padding: 56px 0; }
  .areas-grid { grid-template-columns: 1fr !important; gap: 12px; margin-top: 24px; }
  .area-panel { padding: 22px; }
  .area-city { font-size: 1.3rem; }

  /* ── CTA STRIP ── */
  .cta-strip { padding: 48px 0; }
  .cta-inner { flex-direction: column; gap: 24px; text-align: center; }
  .cta-btns, .cta-inner > div:last-child {
    display: flex !important; flex-direction: column;
    gap: 10px; width: 100%;
  }
  .btn-dark, .btn-cta-dark, .btn-white, .btn-cta-white {
    width: 100%; text-align: center; padding: 14px !important;
  }

  /* ── FOOTER ── */
  footer { padding: 48px 0 24px; }
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px; margin-bottom: 36px;
  }
  .footer-bottom {
    flex-direction: column; align-items: flex-start; gap: 10px;
    font-size: 0.72rem;
  }
  .footer-bottom > div:last-child { flex-wrap: wrap; gap: 12px; }

  /* ── PAGE HERO ── */
  .page-hero { padding: 48px 0; }
  .page-hero-inner { padding: 0 16px !important; }
  .from-pill { font-size: 0.85rem; }
  .hero-btns a, .hero-btns button { width: 100%; }

  /* ── SERVICE PAGE ── */
  .service-layout {
    grid-template-columns: 1fr !important;
    padding: 40px 16px !important;
    gap: 36px;
  }
  .includes-grid { grid-template-columns: 1fr !important; }
  .sidebar { order: -1; }
  .sidebar-box { padding: 18px; }

  /* ── BOOKING PAGE ── */
  .book-page { padding: 32px 0 60px; }
  .book-page-wrap { padding: 0 16px; }
  .book-card { padding: 20px 16px; border-radius: 14px; }
  .book-page-hdr h1 { font-size: 1.6rem; }
  .svc-sel-grid { grid-template-columns: repeat(2,1fr) !important; gap: 7px; }
  #bookProg { gap: 0; overflow-x: auto; padding-bottom: 4px; }

  /* ── CONTACT ── */
  .contact-grid { grid-template-columns: 1fr !important; gap: 36px; }

  /* ── ADMIN ── */
  .admin-wrap { padding: 0 14px; margin: 20px auto; }
  .admin-table { font-size: 0.74rem; }
  .admin-table th, .admin-table td { padding: 8px; }

  /* ── COOKIE BANNER ── */
  #cookieBanner {
    left: 12px !important; right: 12px !important;
    bottom: 12px !important; width: auto !important;
  }

  /* ── BOOKING WIDGET STEP LABEL ── */
  .book-step-lbl { padding: 6px 16px 10px; font-size: 0.62rem; }

  /* Utility */
  .hidden-mobile { display: none !important; }
}

/* ── SMALL MOBILE ─────────────────────────────────────── */
@media (max-width: 420px) {
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .svc-sel-grid { grid-template-columns: 1fr 1fr !important; }
  .why-grid { grid-template-columns: 1fr !important; }
  .reviews-mini { grid-template-columns: 1fr !important; }
  .next-steps { grid-template-columns: 1fr !important; }
  .drop-grid { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: 1fr !important; }
  .form-row { grid-template-columns: 1fr !important; }
  .book-page-hdr h1 { font-size: 1.4rem; }
}

@media (max-width: 768px) {
  .mobile-book-cta { display: flex !important; }
}

/* ── ABOUT PAGE ─────────────────────────────────────────── */
.about-story-section { padding: 80px 0; }

/* Two-column layout: story + stats */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 72px;
}
.about-h2 { font-size: 1.8rem; margin: 8px 0 18px; color: #111827; }
.about-p { color: #6B7280; line-height: 1.8; margin-bottom: 14px; }

/* Stats box */
.about-stats-box {
  background: #38b7ff;
  border-radius: 20px;
  padding: 8px;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 14px;
  overflow: hidden;
}
.about-stat {
  background: #38b7ff;
  padding: 32px 20px;
  text-align: center;
  /* Visible white borders as dividers */
  border: 1px solid rgba(255,255,255,0.25);
}
.about-stat-n {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem; font-weight: 900;
  color: #fff; line-height: 1; margin-bottom: 6px;
}
.about-stat-l {
  font-size: 0.65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.7);
}

/* Values row */
.about-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.about-value {
  background: #F9FAFB;
  border: 1px solid #E8ECF0;
  border-radius: 14px;
  padding: 24px 20px;
  transition: all 0.2s;
}
.about-value:hover { border-color: #38b7ff; box-shadow: 0 4px 16px rgba(56,183,255,0.1); }
.about-value-icon { font-size: 1.5rem; margin-bottom: 10px; }
.about-value-title { font-family: 'Fraunces', serif; font-size: 1rem; color: #111827; margin-bottom: 6px; }
.about-value-text { font-size: 0.82rem; color: #6B7280; line-height: 1.6; }

/* ── ABOUT MOBILE ───────────────────────────────────────── */
@media (max-width: 768px) {
  .about-story-section { padding: 48px 0; }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 40px;
  }
  .about-h2 { font-size: 1.5rem; }

  /* Stats box on mobile — smaller padding */
  .about-stats-box { padding: 6px; }
  .about-stat { padding: 22px 12px; }
  .about-stat-n { font-size: 1.7rem; }

  /* Values: 2 columns on tablet, 1 on phone */
  .about-values { grid-template-columns: 1fr 1fr; gap: 12px; }
  .about-value { padding: 18px 14px; }
}

@media (max-width: 480px) {
  .about-values { grid-template-columns: 1fr; }
  .about-stat-n { font-size: 1.5rem; }
}

/* Blocked calendar dates */
.cal-d.blocked {
  background: #FEF2F2 !important;
  color: #FCA5A5 !important;
  text-decoration: line-through;
  cursor: not-allowed !important;
  position: relative;
}
.cal-d.blocked::after {
  content: '✕';
  position: absolute;
  top: -3px; right: 0;
  font-size: 0.45rem;
  color: #EF4444;
}
