/* ==== block-57d21b2194 ==== */

/* ====================================================================
   FOOTER — symmetric, responsive
   ==================================================================== */
footer { padding: 70px 0 32px; }

/* Desktop: 5 columns balanced (brand | Services | Specialists | Clinic | Contact) */
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr;
  gap: 40px;
  margin-bottom: 48px;
}

/* Tablet landscape (1100px and below): brand goes full-width on top, then 4 equal nav columns below */
@media (max-width: 1280px) and (min-width: 901px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .footer-inner > div:first-child {
    grid-column: 1 / -1;
    max-width: 560px;
    margin-bottom: 12px;
  }
  .footer-inner > div:last-child {
    grid-column: 1 / -1;
    max-width: 100%;
  }
}

/* Tablet (820px): 2 columns; brand full width */
@media (max-width: 820px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-inner > div:first-child {
    grid-column: 1 / -1;
    max-width: 100%;
  }
}

/* Mobile (560px): single column */
@media (max-width: 560px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Column titles — underlined accent */
.footer-col-title {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color:#14181F;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent, #00A9CE);
  display: inline-block;
}

/* Footer nav lists */
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav li a {
  display: block;
  padding: 5px 0;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color:#14181F;
  text-decoration: none;
  transition: color 0.15s;
}
.footer-nav li a:hover { color: var(--accent, #00A9CE); }

/* Subgroup labels (subtle) */
.footer-nav .footer-subgroup {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color:#14181F;
  margin: 18px 0 4px;
}
.footer-nav .footer-subgroup:first-child { margin-top: 0; }

.footer-nav .footer-subgroup-spacer {
  height: 1px;
  background: rgba(0,48,135,0.1);
  margin: 14px 0 10px;
}

/* ==== block-cba74b0deb ==== */

/* ============================================================
   SITEWIDE HERO REFINEMENT — compact, editorial-grade sizing
   Overrides inline styles via !important
   ============================================================ */
.page-hero {
  padding: clamp(40px, 5vw, 64px) 0 clamp(24px, 3vw, 36px) !important;
}
.page-hero h1 {
  font-size: clamp(26px, 3vw, 38px) !important;
  line-height: 1.12 !important;
  margin: 0 0 14px !important;
  max-width: 780px !important;
  letter-spacing: -0.015em !important;
  font-weight: 400 !important;
}
.page-hero > .wrap > p,
.page-hero p.lead {
  font-size: clamp(15px, 1.2vw, 17px) !important;
  line-height: 1.55 !important;
  max-width: 640px !important;
  margin: 0 0 20px !important;
}
.page-hero .breadcrumb {
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
}
.page-hero > .wrap > span {
  font-size: 10px !important;
  letter-spacing: 0.18em !important;
  margin: 18px 0 10px !important;
}

/* Hero meta band (author / published / etc) */
.page-hero > .wrap > div:last-child {
  padding-top: 16px !important;
  gap: 16px !important;
}
.page-hero > .wrap > div:last-child div {
  font-size: 13px !important;
}

/* Mobile - even tighter */
@media (max-width: 700px) {
  .page-hero {
    padding: 32px 0 22px !important;
  }
  .page-hero h1 {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }
  .page-hero > .wrap > p,
  .page-hero p.lead {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* ==== block-641cdbbdb6 ==== */

/* ============================================================
   ACCENT ITALIC ON DARK SECTIONS — visibility fix
   ============================================================ */

/* Any section/card with dark ink background needs accent-italic in cyan */
.stats-band .accent-italic,
.concierge .accent-italic,
.cn-mhw-callout-eyebrow + p .accent-italic,
[class$="-final"] .accent-italic,
[class*="-final "] .accent-italic,
section[class*="final"] .accent-italic,
.fees-hero .accent-italic,
.wm-hero .accent-italic,
.contact-final .accent-italic,
.section-head-inverted .accent-italic {
  color: var(--cyan, #00A9CE) !important;
  font-variation-settings: "SOFT" 100, "opsz" 144;
}

/* Make sure h2/h3 in those dark sections are light (ivory), not dark ink */
[class$="-final"] h2,
[class*="-final "] h2,
section[class*="final"] h2,
.section-head-inverted h2:not([style*="color"]) {
  color: var(--ivory, #DCE7F1);
}

/* ==== block-307ceeedd9 ==== */

/* ============================================================
   FLOATING ACTION BUTTONS — Status, Register, Book, WhatsApp
   4 buttons stacked vertically on the right side, equal spacing
   ============================================================ */
.book-fab, .register-fab, .status-fab {
  position: fixed;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  z-index: 10001;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.3s ease, background 0.2s ease;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  padding: 0 20px;
  right: 20px;
}
.book-fab.is-visible,
.register-fab.is-visible,
.status-fab.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.book-fab svg, .register-fab svg, .status-fab svg {
  width: 18px; height: 18px;
  stroke: currentColor; stroke-width: 2; fill: none;
  flex-shrink: 0;
}

/* Stack positions: WhatsApp bottom: 24px height: 58px
   Book: 24+58+14 = 96
   Register: 96+52+14 = 162
   Status: 162+52+14 = 228 */
.book-fab {
  bottom: 96px;
  background: var(--ink, #003087);
  color: var(--cyan, #00A9CE);
  box-shadow: 0 8px 24px -4px rgba(0, 48, 135, 0.45), 0 4px 12px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 169, 206, 0.25);
}
.book-fab:hover {
  transform: translateY(-2px);
  box-shadow:var(--shadow-sm);
  color: var(--cyan, #00A9CE);
}
.book-fab .book-fab-pulse {
  position: absolute; inset: -3px;
  border-radius: 8px;
  background: var(--cyan, #00A9CE);
  opacity: 0; z-index: -1;
  
}
@keyframes bookFabPulse {
  0%   { opacity: 0; transform: scale(1); }
  20%  { opacity: 0.25; }
  100% { opacity: 0; transform: scale(1.12); }
}

.register-fab {
  bottom: 162px;
  background: var(--lavender-tint, #E6EFFA);
  color:#14181F;
  box-shadow: 0 8px 24px -4px rgba(0, 94, 181, 0.28), 0 4px 12px rgba(0, 48, 135, 0.08);
  border: 1px solid rgba(0, 94, 181, 0.3);
}
.register-fab:hover {
  transform: translateY(-2px);
  background: var(--lavender, #5B8FD0);
  color: #ffffff;
  box-shadow:var(--shadow-sm);
}

.status-fab {
  bottom: 228px;
  background: rgba(255, 255, 255, 0.97);
  color:#14181F;
  cursor: default;
  box-shadow: 0 8px 24px -4px rgba(0, 48, 135, 0.18), 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 48, 135, 0.1);
  padding: 0 18px;
}
.status-fab .status-dot {
  width: 10px; height: 10px;
  border-radius: 50%; flex-shrink: 0;
  background: #10B981;
  
  
}
.status-fab.is-closed .status-dot {
  background: #F59E0B;
  animation: none;
  
}
.status-fab .status-label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
  color: #059669;
}
.status-fab.is-closed .status-label {
  color: #B45309;
}
.status-fab .status-sub {
  font-weight: 500;
  font-size: 12px;
  color:#14181F;
  border-left: 1px solid rgba(0, 48, 135, 0.15);
  padding-left: 10px;
  margin-left: 2px;
}
@keyframes statusDotPulse {
  0%   {  }
  70%  {  }
  100% {  }
}

/* Near footer */
.book-fab.is-near-footer { bottom: 156px; }
.register-fab.is-near-footer { bottom: 222px; }
.status-fab.is-near-footer { bottom: 288px; }

/* Mobile */
@media (max-width: 768px) {
  .book-fab {
    bottom: 84px !important; right: 20px !important;
    height: 46px !important; padding: 0 16px !important; font-size: 13px !important;
  }
  .book-fab svg { width: 16px; height: 16px; }
  
  .register-fab {
    bottom: 142px !important; right: 20px !important;
    height: 46px !important; padding: 0 16px !important; font-size: 13px !important;
  }
  .register-fab svg { width: 16px; height: 16px; }
  
  .status-fab {
    bottom: 200px !important; right: 20px !important;
    height: 40px !important; padding: 0 14px !important;
  }
  .status-fab .status-label { font-size: 10px; }
  .status-fab .status-sub { display: none; }
  
  .book-fab.is-near-footer { bottom: 144px !important; }
  .register-fab.is-near-footer { bottom: 202px !important; }
  .status-fab.is-near-footer { bottom: 260px !important; }
}
@media (max-width: 380px) {
  .register-fab, .book-fab { padding: 0 12px !important; font-size: 12px !important; }
}

.to-top { right: auto !important; left: 20px !important; }
.mobile-action-bar { display: none !important; }
body { padding-bottom: 0 !important; }
@media (max-width: 768px) {
  .to-top { bottom: 20px !important; left: 20px !important; width: 44px !important; height: 44px !important; }
  }

/* ==== block-ccfe21ff8d ==== */

/* ============================================================
   SERVICE MENU CTA ROW — Book consultation + Register
   ============================================================ */
.nav-menu-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.nav-menu-cta-register {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: var(--lavender-tint, #E6EFFA);
  color:#14181F!important;
  border-radius: 8px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 600 !important;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 94, 181, 0.25);
}
.nav-menu-cta-register:hover {
  background: var(--lavender, #5B8FD0);
  color: #ffffff !important;
  border-color: var(--lavender, #5B8FD0);
  transform: translateY(-1px);
}
.nav-menu-cta-register svg {
  stroke: currentColor;
  flex-shrink: 0;
}

/* Mobile: stack the two CTAs vertically with full width */
@media (max-width: 640px) {
  .nav-menu-cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .nav-menu-cta-row .nav-menu-cta,
  .nav-menu-cta-row .nav-menu-cta-register {
    justify-content: center;
    text-align: center;
  }
}

/* ==== block-ef6ae948be ==== */

/* ============================================================
   LIVE ANNOUNCE BAR — Sticky, dramatic, prominent
   ============================================================ */
.announce-bar.live-bar {
  position: sticky;
  top: 0;
  z-index: 9990;
  background: linear-gradient(135deg, var(--ink, #003087) 0%, #3D1F7D 100%);
  color:#14181F;
  padding: 18px 16px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  border-bottom: 2px solid var(--cyan, #00A9CE);
  box-shadow: 0 4px 20px rgba(0, 48, 135, 0.35);
}
.live-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.live-bar .sep {
  color: var(--cyan);
  font-weight: 700;
  opacity: 0.6;
}
.live-bar .live-status {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px 6px 12px;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  border-radius: 8px;
}
.live-bar.is-closed .live-status {
  background: rgba(245, 158, 11, 0.15);
  border-color: rgba(245, 158, 11, 0.4);
}
.live-bar .live-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #10B981;
  
  
}
.live-bar.is-closed .live-dot {
  background: #F59E0B;
  animation: none;
  
}
.live-bar .live-text strong {
  color: #6EE7B7;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.92em;
}
.live-bar.is-closed .live-text strong {
  color: #FCD34D;
}
.live-bar .live-sub {
  color: rgba(220, 231, 241, 0.9);
  font-weight: 500;
  margin-left: 6px;
  font-size: 0.95em;
}
.live-bar .live-availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px 6px 12px;
  background: rgba(0, 169, 206, 0.18);
  border: 1px solid rgba(0, 169, 206, 0.5);
  border-radius: 8px;
  
}
.live-bar .live-availability::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan, #00A9CE);
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.6), 0 0 8px rgba(0, 169, 206, 0.5);
  
}
.live-bar .live-availability strong {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.08em;
  letter-spacing: 0.01em;
}
@keyframes liveAvailDotPulse {
  0%   { box-shadow: 0 0 0 0 rgba(0, 169, 206, 0.6), 0 0 8px rgba(0, 169, 206, 0.5); }
  70%  { box-shadow: 0 0 0 12px rgba(0, 169, 206, 0), 0 0 8px rgba(0, 169, 206, 0.5); }
  100% { box-shadow: 0 0 0 0 rgba(0, 169, 206, 0), 0 0 8px rgba(0, 169, 206, 0.5); }
}
@keyframes liveAvailGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 169, 206, 0); }
  50%      { box-shadow: 0 0 18px 0 rgba(0, 169, 206, 0.35); }
}
.live-bar .emerg {
  color: #FCA5A5;
  font-weight: 700;
  padding: 6px 14px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 8px;
  font-size: 0.92em;
}
@keyframes liveDotPulse {
  0%   {  }
  70%  {  }
  100% {  }
}
@media (max-width: 768px) {
  .announce-bar.live-bar { padding: 14px 12px; font-size: 0.92rem; }
  .live-bar-inner { gap: 10px; }
  .live-bar .sep { display: none; }
  .live-bar .live-status,
  .live-bar .live-availability,
  .live-bar .emerg {
    width: 100%; justify-content: center; text-align: center;
  }
  .live-bar .live-availability strong { font-size: 1.05em; }
}
@media (max-width: 480px) {
  .announce-bar.live-bar { padding: 12px 10px; font-size: 0.84rem; }
}
.hero-availability { display: none !important; }

/* ==== block-d22d2fdee8 ==== */

/* ============================================================
   MEGA-MENU — Highlighted Patient Portal link
   ============================================================ */
.nav-menu-highlight {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 14px !important;
  margin-bottom: 6px !important;
  background: var(--lavender-tint, #E6EFFA) !important;
  color:#14181F!important;
  border-radius: 8px!important;
  font-weight: 700 !important;
  font-size: 0.92rem !important;
  border: 1px solid rgba(0, 94, 181, 0.3) !important;
  transition: all 0.2s ease !important;
}
.nav-menu-highlight:hover {
  background: var(--lavender, #5B8FD0) !important;
  color: #ffffff !important;
  border-color: var(--lavender, #5B8FD0) !important;
}
.nav-menu-highlight svg {
  stroke: currentColor;
  flex-shrink: 0;
}

/* ==== block-0a923fc428 ==== */

/* ============================================================
   DESKTOP DROPDOWN — Highlighted Patient Portal link
   ============================================================ */
.nav-dropdown-highlight {
  display: flex !important;
  align-items: center !important;
  background: var(--lavender-tint, #E6EFFA) !important;
  color:#14181F!important;
  font-weight: 700 !important;
  border-radius: 8px!important;
  margin: 4px 8px 10px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(0, 94, 181, 0.3) !important;
  transition: all 0.2s ease !important;
}
.nav-dropdown-highlight:hover {
  background: var(--lavender, #5B8FD0) !important;
  color: #ffffff !important;
  border-color: var(--lavender, #5B8FD0) !important;
}
.nav-dropdown-highlight svg {
  stroke: currentColor;
  flex-shrink: 0;
}

/* ==== block-ffa4fd6ec1 ==== */

/* ============================================================
   FOOTER REFINEMENTS — tighter, more elegant
   ============================================================ */
footer { padding: 64px 0 40px !important; }
footer li { margin-bottom: 6px !important; line-height: 1.5; }
footer a { font-size: 0.9rem !important; }
footer .footer-col-title { font-size: 0.78rem !important; letter-spacing: 0.18em !important; margin-bottom: 14px !important; }
footer .footer-subgroup {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color:#14181F!important;
  opacity: 0.55;
  margin: 18px 0 8px !important;
  list-style: none;
}

/* Constrain max number of items shown per column visually - rely on spacing rather than line count */
.footer-nav { padding: 0 !important; margin: 0 !important; }

/* ==== block-890c71cfe1 ==== */

/* ============================================================
   NAV BUTTONS — FINAL CONSOLIDATED RULES
   Visible rules at the very end of <head> so they win.
   ============================================================ */

/* Base: all three nav buttons have consistent size */
.nav-right > .nav-phone,
.nav-right > .nav-cta-register,
.nav-right > .nav-cta {
  height: 44px;
  padding: 0 18px;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  line-height: 1;
  flex-shrink: 0;
}
.nav-right > .nav-phone svg,
.nav-right > .nav-cta-register svg,
.nav-right > .nav-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke-width: 2;
}

/* DEFAULT (>1100px): show long labels */
.nav-right > .nav-cta .book-long { display: inline; }
.nav-right > .nav-cta .book-short { display: none; }
.nav-cta-register .register-long { display: inline; }
.nav-cta-register .register-short { display: none; }

/* TABLET (≤1100px): use short labels */
@media (max-width: 1100px) {
  .nav-right > .nav-phone,
  .nav-right > .nav-cta-register,
  .nav-right > .nav-cta {
    padding: 0 16px;
    font-size: 0.85rem;
  }
  .nav-right > .nav-cta .book-long { display: none; }
  .nav-right > .nav-cta .book-short { display: inline; }
  .nav-cta-register .register-long { display: none; }
  .nav-cta-register .register-short { display: inline; }
}

/* BELOW 720px: hide phone pill */
@media (max-width: 720px) {
  .nav-right > .nav-phone { display: none; }
}

/* MOBILE (≤640px): compact pills, short labels */
@media (max-width: 640px) {
  .nav-right { gap: 6px; }
  
  .nav-right > .nav-cta-register,
  .nav-right > .nav-cta {
    height: 40px;
    padding: 0 12px;
    gap: 5px;
    font-size: 0.74rem;
  }
  .nav-right > .nav-cta-register svg,
  .nav-right > .nav-cta svg {
    width: 14px;
    height: 14px;
  }
  
  .nav-right > .nav-cta .book-long,
  .nav-cta-register .register-long {
    display: none;
  }
  .nav-right > .nav-cta .book-short,
  .nav-cta-register .register-short {
    display: inline;
  }
  
  .brand-logo {
    max-width: 179px;
    height: auto;
  }
  
  .nav-toggle {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .nav-toggle span { width: 18px; }
}

/* SMALL PHONES (≤420px): tighter */
@media (max-width: 420px) {
  .brand-logo { max-width: 147px; }
  .nav-right { gap: 4px; }
  .nav-right > .nav-cta-register,
  .nav-right > .nav-cta {
    padding: 0 10px;
    font-size: 0.7rem;
  }
}

/* TINY (≤360px): icons only */
@media (max-width: 360px) {
  .nav-right > .nav-cta .book-short,
  .nav-cta-register .register-short {
    display: none;
  }
  .nav-right > .nav-cta-register,
  .nav-right > .nav-cta {
    width: 40px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }
}

/* ==== block-e3f1c4e424 ==== */

/* ============================================================
   WHATSAPP FAB — clean, fast, tactile
   ============================================================ */
.whatsapp-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px -4px rgba(37, 211, 102, 0.55), 0 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: transform 0.08s ease-out, background 0.08s ease-out;
  will-change: transform;
}
.whatsapp-fab:hover {
  transform: scale(1.06);
  background: #20BD5C;
}
.whatsapp-fab:active {
  transform: scale(0.88);
  background: #1FAB54;
  transition: transform 0.04s ease-out, background 0.04s ease-out;
}
.whatsapp-fab svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
  pointer-events: none;
}
.whatsapp-fab-tooltip {
  position: absolute;
  right: 70px;
  background:var(--brandblue);
  color: white;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.78rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.whatsapp-fab:hover .whatsapp-fab-tooltip { opacity: 1; }

/* Mobile: smaller but still big enough for a finger */
@media (max-width: 768px) {
  .whatsapp-fab-tooltip { display: none; }
  .whatsapp-fab {
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-fab svg { width: 28px; height: 28px; }
}

@media (max-width: 420px) {
  .whatsapp-fab {
    width: 52px;
    height: 52px;
  }
}

/* ==== block-f875303c8b ==== */

/* When clinic is closed, mute the Same-day pill animation 
   and use a softer colour scheme */
.is-closed .live-availability {
  background: rgba(0, 94, 181, 0.15) !important;
  border-color: rgba(0, 94, 181, 0.4) !important;
  animation: none !important;
}
.is-closed .live-availability::before {
  background: #B8AEE0 !important;
  animation: none !important;
  box-shadow: 0 0 0 2px rgba(0, 94, 181, 0.2) !important;
}
.is-closed .live-availability strong {
  color: #E9E2FF !important;
}

/* ==== block-66853d55d0 ==== */

/* ============================================================
   CALL FAB — mobile-only, sits left of WhatsApp
   ============================================================ */
.call-fab {
  display: none; /* Hidden by default — only shown on mobile */
}

@media (max-width: 768px) {
  .call-fab {
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 88px; /* 20px gap + 56px WhatsApp width + 12px buffer */
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--ink, #003087);
    color: #ffffff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px -4px rgba(0, 48, 135, 0.55), 0 3px 10px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    transition: transform 0.08s ease-out, background 0.08s ease-out;
    will-change: transform;
  }
  .call-fab:active {
    transform: scale(0.88);
    background: #00214E;
    transition: transform 0.04s ease-out, background 0.04s ease-out;
  }
  .call-fab svg {
    width: 26px;
    height: 26px;
    pointer-events: none;
  }
}

@media (max-width: 420px) {
  .call-fab {
    width: 52px;
    height: 52px;
    right: 80px; /* tighter on small screens */
  }
  .call-fab svg {
    width: 24px;
    height: 24px;
  }
}

/* ==== block-3c356d5f2d ==== */

/* ============================================================
   NAV CALL PILL — MOBILE-ONLY (replaces Register in top nav <=640px)
   ============================================================ */

/* Default (desktop & tablet): hide the call pill */
.nav-cta-call {
  display: none;
}

/* Mobile (≤640px): show Call, hide Register */
@media (max-width: 640px) {
  .nav-right > .nav-cta-call {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    background: var(--ink, #003087);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.74rem;
    line-height: 1;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: transform 0.08s ease-out, background 0.08s ease-out;
  }
  .nav-right > .nav-cta-call:active {
    transform: scale(0.94);
    background: #00214E;
    transition: transform 0.04s ease-out, background 0.04s ease-out;
  }
  .nav-right > .nav-cta-call svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
  
  /* HIDE the Register pill on mobile — Call takes its place */
  .nav-right > .nav-cta-register {
    display: none !important;
  }
}

/* Below 360px: icon only */
@media (max-width: 360px) {
  .nav-right > .nav-cta-call {
    width: 40px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }
  .nav-right > .nav-cta-call span { display: none; }
}

/* ==== block-a3977c8dcb ==== */

/* ============================================================
   SKIP-TO-CONTENT LINK — WCAG 2.4.1 (Bypass Blocks)
   Invisible until focused, jumps keyboard/screen-reader users
   past the navigation to the main content.
   ============================================================ */
.skip-to-content {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--ink, #003087);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  z-index: 99999;
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  box-shadow: 0 8px 24px -4px rgba(0, 48, 135, 0.4);
  transition: top 0.2s ease-out;
}
.skip-to-content:focus,
.skip-to-content:focus-visible {
  top: 16px;
  outline: 3px solid var(--cyan, #00A9CE);
  outline-offset: 2px;
}

/* ==== block-b1e8942148 ==== */

/* ============================================================
   HIGH CONTRAST MODE — a11y toggle
   ============================================================ */
.a11y-btn-contrast {
  padding: 0 !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.a11y-btn-contrast svg {
  width: 18px;
  height: 18px;
}
.a11y-btn-contrast.active {
  background: var(--ink, #003087) !important;
  color: #ffffff !important;
}

/* High contrast mode — applied via .hc-mode on <html> */
html.hc-mode {
  filter: contrast(1.25);
}
html.hc-mode body {
  background:#BCDFF4 !important;
}
html.hc-mode * {
  text-shadow: none !important;
}
html.hc-mode a {
  text-decoration: underline !important;
}
html.hc-mode :focus-visible {
  outline: 3px solid #FFB800 !important;
  outline-offset: 2px !important;
}

/* ==== fab-unified-mobile ==== */

/* ============================================================
   UNIFIED MOBILE FAB STACK
   All 4 floating buttons → same-width pills, different colours
   Build: 20260527-3
============================================================ */
@media (max-width: 768px) {

  /* Hide labels on call/whatsapp by default (desktop keeps them icon-only) */
  .call-fab .fab-label,
  .whatsapp-fab .fab-label {
    display: inline-block !important;
    line-height: 1 !important;
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
  }

  /* Common pill geometry — all 3 buttons identical shape */
  .book-fab,
  .call-fab,
  .whatsapp-fab {
    position: fixed !important;
    right: 16px !important;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: 44px !important;
    border-radius: 8px!important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 16px !important;
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.005em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    z-index: 10000 !important;
    box-shadow: 0 4px 14px -2px rgba(0, 48, 135, 0.30), 0 2px 6px rgba(0, 0, 0, 0.10) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    overflow: hidden !important;
  }
  
  /* Transition timing — separate from base transform/opacity for hide-show */
  .book-fab, .call-fab, .whatsapp-fab {
    transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.18s ease !important;
  }
  
  /* Hidden by default until user scrolls past threshold */
  .book-fab:not(.is-visible),
  .call-fab:not(.is-visible),
  .whatsapp-fab:not(.is-visible) {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    pointer-events: none !important;
  }
  
  /* Visible state */
  .book-fab.is-visible,
  .call-fab.is-visible,
  .whatsapp-fab.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  /* Icon sizing — same for all 3 */
  .book-fab svg,
  .call-fab svg,
  .whatsapp-fab svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
  }

  /* Stacking order — bottom to top, 56px rhythm */
  .book-fab     { bottom: 16px !important; }
  .call-fab     { bottom: 72px !important; }
  .whatsapp-fab { bottom: 128px !important; }
  

  /* Distinct colours per button */
  .book-fab {
    background: linear-gradient(135deg, #003087 0%, #005EB5 100%) !important;
    color: #ffffff !important;
  }
  .call-fab {
    background: #007D8A !important;
    color: #ffffff !important;
  }
  .whatsapp-fab {
    background: #25D366 !important;
    color: #ffffff !important;
  }
  

  /* Near-footer adjustments — keep stack visible */
  .book-fab.is-near-footer  { bottom: 76px !important; }

  /* Active/tap state */
  .book-fab:active,
  .call-fab:active,
  .whatsapp-fab:active {
    transform: translateY(1px) scale(0.99) !important;
    box-shadow: 0 2px 8px -2px rgba(0, 48, 135, 0.28), 0 1px 4px rgba(0, 0, 0, 0.10) !important;
  }

  /* Pulse on book — match new shape */
  .book-fab .book-fab-pulse {
    inset: -2px !important;
    border-radius: 8px!important;
  }

  /* Hide WhatsApp tooltip on mobile */
  .whatsapp-fab-tooltip { display: none !important; }
}

/* Very small phones */
@media (max-width: 380px) {
  .book-fab,
  .call-fab,
  .whatsapp-fab {
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
    height: 42px !important;
    font-size: 12px !important;
    padding: 0 14px !important;
  }
  .book-fab     { bottom: 14px !important; }
  .call-fab     { bottom: 64px !important; }
  .whatsapp-fab { bottom: 114px !important; }
  
}

/* ==== frontage-banner-css ==== */

/* ============================================================
   FRONTAGE BANNER  —  top-of-page clinic photo
============================================================ */
.frontage-banner {
  position: relative;
  width: 100%;
  background: var(--ink, #003087);
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.frontage-banner picture,
.frontage-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center 40%;
  max-height: 420px;
}
.frontage-banner-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px 0 24px;
  background: linear-gradient(180deg, transparent 0%, rgba(31, 15, 68, 0.55) 50%, rgba(31, 15, 68, 0.88) 100%);
  color: #fff;
}
.frontage-banner-eyebrow {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan, #00A9CE);
  margin-bottom: 6px;
}
.frontage-banner-sub {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(255,255,255,0.92);
  margin: 8px 0 0;
  max-width: 62ch;
}
.frontage-banner-sub strong { color: #fff; font-weight: 700; }
@media (max-width: 640px){
  .frontage-banner-sub { font-size: 0.78rem; line-height: 1.4; }
}
.frontage-banner-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .frontage-banner picture, .frontage-banner img { max-height: 280px; }
  .frontage-banner-overlay { padding: 20px 0 16px; }
  .frontage-banner-eyebrow { font-size: 0.66rem; letter-spacing: 0.14em; }
}
@media (max-width: 480px) {
  .frontage-banner picture, .frontage-banner img { max-height: 220px; }
}

/* ==== a11y-focus-css ==== */

/* Accessibility: visible keyboard focus indicators (WCAG 2.4.7) */
:focus-visible {
  outline: 3px solid #00A9CE;
  outline-offset: 2px;
  border-radius: 8px;
}
a:focus-visible, button:focus-visible {
  outline: 3px solid #00A9CE;
  outline-offset: 3px;
}
/* Skip link visible on focus */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  background: #003087;
  color: #fff;
  padding: 12px 20px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}
.skip-link:focus-visible {
  left: 0;
}
/* Reduce motion for users who prefer it (WCAG 2.3.3) */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==== fab-compact-css ==== */

/* === Compact bottom-right FAB pair (Book + WhatsApp only) === */
/* Hide Call FAB everywhere — kept off the page */
.call-fab { display: none !important; }

/* Hide labels — these are icon-first compact buttons now */
.book-fab .fab-label,
.whatsapp-fab .fab-label { display: none !important; }

/* WhatsApp — small circular icon button, bottom-right corner */
.whatsapp-fab {
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #25D366 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.25) !important;
  z-index: 9999 !important;
}
.whatsapp-fab svg {
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
}

/* Book Now — small pill button immediately to the LEFT of WhatsApp */
.book-fab {
  position: fixed !important;
  right: 72px !important;       /* 16 (edge) + 44 (whatsapp) + 12 (gap) */
  bottom: 16px !important;
  left: auto !important;
  height: 44px !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 18px !important;
  border-radius: 8px!important;
  background: linear-gradient(135deg, #003087 0%, #005EB5 100%) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px -2px rgba(0, 48, 135, 0.35) !important;
  z-index: 9999 !important;
}
.book-fab svg {
  width: 16px !important;
  height: 16px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2 !important;
  flex-shrink: 0 !important;
}
.book-fab .book-fab-pulse { display: none !important; }

/* Show/hide on scroll: keep prior is-visible logic intact */
.book-fab,
.whatsapp-fab {
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}
.book-fab:not(.is-visible),
.whatsapp-fab:not(.is-visible) {
  opacity: 0 !important;
  transform: translateY(10px) !important;
  pointer-events: none !important;
}
.book-fab.is-visible,
.whatsapp-fab.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.book-fab:hover { transform: translateY(-1px) !important; }
.whatsapp-fab:hover { transform: translateY(-1px) !important; background: #20BD5C !important; }
.book-fab:active,
.whatsapp-fab:active { transform: translateY(0) scale(0.97) !important; }

/* Near-footer adjustments inherited from prior — neutralise so the pair stays put */
.book-fab.is-near-footer { bottom: 16px !important; }
.whatsapp-fab.is-near-footer { bottom: 16px !important; }

/* Mobile: even slightly smaller */
@media (max-width: 480px) {
  .whatsapp-fab {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    right: 12px !important;
    bottom: 12px !important;
  }
  .whatsapp-fab svg { width: 20px !important; height: 20px !important; }
  .book-fab {
    right: 64px !important;       /* 12 + 42 + 10 */
    bottom: 12px !important;
    height: 42px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }
  .book-fab svg { width: 14px !important; height: 14px !important; }
}

/* Tooltip wasn't visible anyway — keep hidden */
.whatsapp-fab-tooltip { display: none !important; }

/* ==== status-fab-removed-css ==== */
.status-fab,#statusFab{display:none!important;}
/* ==== nav-fit-css ==== */

/* R20: make the tier-2 desktop service bar fit laptop widths without horizontal scroll */
@media (min-width: 980px){
  .nav-tier2 .wrap{ overflow: visible; }
  ul.nav-primary{ flex-wrap: wrap; row-gap: 0; }
}
/* Laptop range: progressively tighten the buttons so all items fit on one row */
@media (min-width: 980px) and (max-width: 1320px){
  ul.nav-primary{ gap: 2px; }
  .nav-primary-btn{ padding: 14px 11px; font-size: 0.82rem; letter-spacing: 0.03em; gap: 5px; }
  .nav-primary-btn .dd-chev{ width: 13px; height: 13px; }
}
@media (min-width: 980px) and (max-width: 1120px){
  .nav-primary-btn{ padding: 13px 8px; font-size: 0.76rem; letter-spacing: 0.02em; }
}
