﻿/* ============================================================
   FRISCO DENTAL HUB — Shared Stylesheet
   Covers all CSS variables, resets, and shared components
   used across every page. Page-specific CSS lives inline
   in each page template.
   ============================================================ */

/* ── CSS CUSTOM PROPERTIES ─────────────────────────────────────
   Unified variable set covering all naming aliases used
   across the site (home page uses --navy/--gold/--teal,
   service pages use --ocean/--coral/--amber — all resolve
   to the same sage/moss earth-tone palette).
   ─────────────────────────────────────────────────────────── */
:root {
  /* Primary brand greens */
  --teal: #6E8A5E;
  --teal-d: #4E5A46;
  --teal-lt: #94AD82;
  --teal-xl: #D4E2C8;
  --teal-xxl: #EBF3E4;

  /* Deep forest / authority */
  --ocean: #4E5A46;
  --ocean-d: #3A4434;
  --ocean-m: #6C7861;
  --navy: #4E5A46;
  --navy-d: #3A4434;
  --navy-m: #6C7861;
  --navy-dd: #3A4434;

  /* Warm accent (CTAs) */
  --amber: #C8C28E;
  --amber-d: #B8AC84;
  --amber-lt: #FAF9EE;
  --coral: #9A8F68;
  --coral-d: #B8AC84;
  --coral-lt: #F5F2E8;
  --gold: #B8AC84;
  --gold-d: #9A8F68;
  --gold-lt: #E6E1B4;
  --gold-xxl: #FAF9EE;

  /* Sage / mint greens */
  --sage: #B8C8A5;
  --sage-d: #94AD82;
  --sage-dd: #6E8A5E;
  --sage-lt: #D4E2C8;
  --sage-xxl: #EBF3E4;
  --mint: #94AD82;
  --mint-lt: #D4E2C8;

  /* Khaki / earth tones */
  --khaki: #D6CDA4;
  --khaki-d: #B8AC84;
  --khaki-dd: #9A8F68;
  --khaki-lt: #EAE4CA;
  --khaki-xxl: #F5F2E8;
  --butter: #E6E1B4;
  --butter-d: #C8C28E;
  --butter-lt: #F2EFD6;
  --butter-xxl: #FAF9EE;
  --beige: #E6E1B4;
  --beige-lt: #F2EFD6;

  /* Neutrals */
  --white: #fff;
  --cream: #FAF9F4;
  --pearl: #E0DCCB;
  --offwhite: #F3F0E4;
  --soft-white: #FAF9F4;
  --soft-white-lt: #FAF9F4;
  --slate: #E8EDE4;
  --moss: #8E9B83;
  --moss-d: #6C7861;
  --moss-dd: #4E5A46;
  --moss-lt: #B2BDA7;
  --moss-xxl: #E8EDE4;

  /* Text / borders */
  --gray: #7A8475;
  --gray-lt: #D6DCCC;
  --gray-d: #6C7861;
  --text: #4A5244;
  --text-soft: #6C7861;
  --border: #D6DCCC;

  /* Typography */
  --ff-h: 'Lora', Georgia, serif;
  --ff-b: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;

  /* Radii */
  --r: 10px;
  --r-md: 14px;
  --r-lg: 18px;
  --r-xl: 26px;

  /* Shadows — moss-tinted */
  --sh-sm: 0 2px 12px rgba(78, 90, 70, .08);
  --sh: 0 6px 28px rgba(78, 90, 70, .14);
  --sh-lg: 0 16px 48px rgba(78, 90, 70, .18);
  --sh-teal: 0 8px 32px rgba(110, 138, 94, .28);
  --sh-gold: 0 8px 28px rgba(184, 172, 132, .45);
  --sh-amb: 0 8px 28px rgba(184, 172, 132, .45);
  --sh-coral: 0 8px 28px rgba(154, 143, 104, .30);
  --sh-sage: 0 8px 28px rgba(184, 200, 165, .40);
  --sh-khaki: 0 8px 28px rgba(214, 205, 164, .45);

  --ease: .22s cubic-bezier(.4, 0, .2, 1);
  --ease-b: .35s cubic-bezier(.34, 1.56, .64, 1);
}

/* ── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; font-size: 16px; text-rendering: optimizeLegibility; }
body { font-family: var(--ff-b); color: var(--text); background: var(--cream); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
ul { list-style: none; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }

/* ── UTILITIES ──────────────────────────────────────────────── */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 480px) { .container { padding: 0 24px; } }
@media (min-width: 768px) { .container { padding: 0 36px; } }
section { contain: content; content-visibility: auto; contain-intrinsic-size: 0 500px; }
.tc { text-align: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 800px) { .grid-2 { grid-template-columns: 1fr; gap: 24px; } }
.sec-white { padding: 64px 0; background: var(--white); }
.sec-cream { padding: 64px 0; background: var(--cream); }
.sec-ocean { padding: 64px 0; background: var(--ocean); position: relative; overflow: hidden; }
.sec-ocean::before { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(110,138,94,.12) 0%, transparent 70%); top: -120px; right: -80px; }

/* ── TYPOGRAPHY ─────────────────────────────────────────────── */
.h1 { font-family: var(--ff-h); font-weight: 700; line-height: 1.1; letter-spacing: -.02em; }
.h2 { font-family: var(--ff-h); font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.18; font-weight: 700; color: var(--ocean); }
.h3 { font-family: var(--ff-h); font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.3; font-weight: 700; color: var(--ocean); }
.lead { font-size: clamp(.94rem, 1.8vw, 1.05rem); line-height: 1.8; color: var(--gray); }
/* ── BUTTONS ────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 13px 26px; border-radius: 50px; font-family: var(--ff-b); font-weight: 700;
  font-size: .88rem; cursor: pointer; transition: all var(--ease); border: none;
  white-space: nowrap; min-height: 48px; touch-action: manipulation; letter-spacing: .01em;
}
.btn-amber, .btn-khaki {
  background: linear-gradient(135deg, var(--amber) 0%, #B8AC84 100%);
  color: var(--ocean); box-shadow: var(--sh-amb);
}
.btn-amber:hover, .btn-khaki:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(184,172,132,.45); }
.btn-ocean, .btn-navy {
  background: var(--ocean); color: var(--white);
}
.btn-ocean:hover, .btn-navy:hover { background: var(--ocean-d); transform: translateY(-2px); box-shadow: var(--sh-lg); }
.btn-teal, .btn-sage {
  background: linear-gradient(135deg, var(--teal), var(--teal-d));
  color: var(--white); box-shadow: var(--sh-teal);
}
.btn-teal:hover, .btn-sage:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(110,138,94,.4); }
.btn-coral {
  background: linear-gradient(135deg, var(--coral), var(--coral-d));
  color: var(--white); box-shadow: var(--sh-coral);
}
.btn-coral:hover { transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--navy); box-shadow: var(--sh-gold);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(184,172,132,.6); }
.btn-ghost, .btn-ghost-dk {
  background: rgba(255,255,255,.1); color: var(--white);
  border: 2px solid rgba(255,255,255,.55); backdrop-filter: blur(6px);
}
.btn-ghost:hover, .btn-ghost-dk:hover { background: var(--white); color: var(--ocean); transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: var(--teal); border: 2px solid var(--teal);
}
.btn-outline:hover { background: var(--teal); color: var(--white); }
.btn-lg { padding: 15px 32px; font-size: .96rem; }
.btn-sm { padding: 10px 20px; font-size: .82rem; min-height: 42px; }
@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }

/* ── TOPBAR ─────────────────────────────────────────────────── */
.topbar {
  background: var(--ocean-d); color: rgba(255,255,255,.78);
  font-size: .76rem; padding: 7px 0;
}
.topbar .container, .topbar-inner {
  display: flex; justify-content: space-between; align-items: center; gap: 8px; flex-wrap: wrap;
}
.tb-l, .topbar-left { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.tb-r, .topbar-right { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; font-size: .74rem; color: rgba(255,255,255,.7); }
.topbar a { color: rgba(255,255,255,.78); transition: color var(--ease); }
.topbar a:hover, .topbar-left a:hover { color: var(--amber); }
@media (max-width: 640px) { .tb-l, .topbar-right { display: none; } }

/* ── NAVBAR ─────────────────────────────────────────────────── */
.navbar, .nav {
  background: rgba(255,255,255,.97); backdrop-filter: blur(14px);
  box-shadow: var(--sh-sm); position: sticky; top: 0; z-index: 200;
  transition: box-shadow var(--ease); border-bottom: 2px solid var(--teal-xl);
}
.navbar.scrolled, .nav.scrolled { box-shadow: var(--sh); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; gap: 12px; padding: 14px 0; }
.logo-name, .nav-brand { font-family: var(--ff-h); font-size: 1.28rem; font-weight: 700; color: var(--ocean); display: flex; align-items: center; gap: 12px; }
.logo-tag, .nav-brand-tag { font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; color: var(--coral); margin-top: 1px; display: block; font-family: var(--ff-b); font-weight: 500; }
.nav-brand-mark { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--teal), var(--navy)); display: grid; place-items: center; color: var(--white); font-weight: 800; font-size: 1.05rem; font-family: var(--ff-b); letter-spacing: -.02em; flex-shrink: 0; }
.nav-links { display: flex; gap: 4px; align-items: center; font-size: .74rem; font-weight: 600; }
.nav-links a { color: var(--text); transition: color var(--ease); padding: 8px 14px; border-radius: 8px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.active { color: var(--ocean); background: var(--teal-xxl); border-bottom-color: var(--teal); }
.nav-emg { color: var(--coral) !important; font-weight: 700 !important; }
.nav-cta { display: flex; align-items: center; gap: 10px; }

/* Hamburger */
.ham, .nav-burger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 10px; background: none; border: none; min-width: 44px; min-height: 44px;
  align-items: center; justify-content: center; border-radius: 10px;
}
.ham-line { width: 22px; height: 2px; background: var(--ocean); border-radius: 2px; transition: all var(--ease); display: block; }
.ham.open .ham-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ham.open .ham-line:nth-child(2) { opacity: 0; }
.ham.open .ham-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 960px) { .nav-links { display: none; } .ham, .nav-burger { display: flex; } }
@media (max-width: 1024px) { .nav-links { display: none; } .ham, .nav-burger { display: flex; } }

/* Mobile navigation */
.mob-nav {
  display: none; position: fixed; inset: 0;
  background: linear-gradient(160deg, var(--ocean-d), var(--ocean-m));
  z-index: 299; flex-direction: column; padding: 64px 28px 28px; overflow-y: auto;
  transform: translateX(100%); transition: transform .35s var(--ease); visibility: hidden;
}
.mob-nav.open { display: flex; transform: none; visibility: visible; }
.mob-nav a { color: rgba(255,255,255,.85); font-size: 1rem; font-weight: 600; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); display: block; min-height: 50px; transition: color var(--ease), background var(--ease); }
.mob-nav a:hover { color: var(--amber); background: rgba(255,255,255,.08); }
.mob-close, .mob-nav-close {
  position: absolute; top: 14px; right: 14px; background: rgba(255,255,255,.1);
  border: none; color: var(--white); font-size: 1.4rem; cursor: pointer;
  min-width: 44px; min-height: 44px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.mob-nav-cta { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.mob-nav h3 { font-family: var(--ff-h); font-size: .85rem; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; margin: 24px 0 10px; font-weight: 700; }

/* ── BREADCRUMB ──────────────────────────────────────────────── */
.breadcrumb { background: var(--ocean); padding: 9px 0; font-size: .73rem; }
.breadcrumb .container { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.55); flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,.65); transition: color var(--ease); }
.breadcrumb a:hover { color: var(--amber); }
.breadcrumb strong { color: rgba(255,255,255,.9); }

/* ── PAGE HERO (shared — used by all service pages without page-specific hero CSS) ── */
/* All hero aliases share the same dark background so white text is always visible */
.hero,
.ins-hero,
.rc-hero,
.np-hero,
.svc-hero,
.implant-hero,
.blog-hero {
  background: linear-gradient(135deg, var(--ocean) 0%, var(--ocean-d) 55%, #2C352B 100%);
  color: var(--white);
  padding: 60px 0 56px;
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 80% 30%, rgba(184,200,165,.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(230,225,180,.10) 0%, transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--sage), var(--khaki), var(--butter), var(--khaki), var(--sage));
}
.hero > .container,
.hero > .container > .hero-inner { position: relative; z-index: 1; }
.hero-inner {
  display: grid;
  grid-template-columns: 1fr min(380px, 40%);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  width: 100%;
}
@media (max-width: 860px) { .hero-inner { grid-template-columns: 1fr; gap: 24px; } }

/* Decorative circle elements */
.hero-circles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hc {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(184,200,165,.12);
  animation: hc-spin 30s linear infinite;
}
.hc1 { width: 420px; height: 420px; top: -160px; right: -100px; }
.hc2 { width: 260px; height: 260px; top: 20px; right: 60px; animation-duration: 22s; animation-direction: reverse; }
.hc3 { width: 180px; height: 180px; top: 80px; right: 140px; animation-duration: 16s; }
@keyframes hc-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .hc { animation: none; } }

/* Eyebrow dark-hero variant — use on dark backgrounds */
.eyebrow.chip-hero,
.hero .eyebrow:not([class*="chip-"]) {
  background: rgba(184,200,165,.2); border: 1.5px solid rgba(184,200,165,.45);
  color: #d4e2c8;
}

/* Pulsing dot indicator */
.pdot {
  width: 7px; height: 7px;
  background: var(--butter); border-radius: 50%;
  animation: pd 2s infinite; flex-shrink: 0;
}
@keyframes pd { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(1.7); } }
@media (prefers-reduced-motion: reduce) { .pdot { animation: none; } }

/* ── FAQ ────────────────────────────────────────────────────── */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
@media (max-width: 720px) { .faq-grid { grid-template-columns: 1fr; } }
.faq-item { background: var(--white); border-radius: var(--r-lg); border: 1.5px solid var(--border); overflow: hidden; }
.faq-btn { width: 100%; text-align: left; padding: 14px 18px; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; font-family: var(--ff-b); font-size: .85rem; font-weight: 700; color: var(--ocean); transition: background var(--ease); min-height: 50px; }
.faq-btn:hover { background: var(--teal-xxl); }
.faq-arr { font-size: .8rem; transition: transform var(--ease); color: var(--teal-d); flex-shrink: 0; background: var(--teal-xl); width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.faq-btn[aria-expanded="true"] .faq-arr { transform: rotate(180deg); background: var(--teal); color: var(--white); }
.faq-body { display: none; padding: 12px 18px 14px; font-size: .83rem; color: var(--gray); line-height: 1.78; border-top: 1px solid var(--border); }
.faq-body.open { display: block; }
.faq-body a { color: var(--teal-d); font-weight: 600; }
.faq-body strong { color: var(--ocean); }

/* ── FOOTER ─────────────────────────────────────────────────── */
footer { background: var(--ocean-d); color: rgba(255,255,255,.55); padding: 36px 0; text-align: center; }
.ft-links { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; font-size: .78rem; }
.ft-links a { color: rgba(255,255,255,.55); transition: color var(--ease); }
.ft-links a:hover { color: var(--amber); }
.ft-bottom { font-size: .72rem; color: rgba(255,255,255,.3); }

/* ── MOBILE STICKY CTA ──────────────────────────────────────── */
.mob-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; background: var(--ocean); border-top: 3px solid var(--amber); padding: 10px 14px; gap: 8px; padding-bottom: env(safe-area-inset-bottom, 10px); }
@media (max-width: 700px) { .mob-cta { display: flex; } body { padding-bottom: calc(66px + env(safe-area-inset-bottom, 0px)); } }
.mob-cta .btn { flex: 1; font-size: .78rem; padding: 11px 8px; min-height: 46px; }

/* ── ANIMATIONS ─────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal-l { opacity: 0; transform: translateX(-18px); transition: opacity .45s ease, transform .45s ease; }
.reveal-l.in { opacity: 1; transform: none; }
.reveal-r { opacity: 0; transform: translateX(18px); transition: opacity .45s ease, transform .45s ease; }
.reveal-r.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal, .reveal-l, .reveal-r { opacity: 1; transform: none; transition: none; } }

/* Pulse dot */
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(184,172,132,.7); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0% { box-shadow: 0 0 0 0 rgba(184,172,132,.7); } 70% { box-shadow: 0 0 0 12px rgba(184,172,132,0); } 100% { box-shadow: 0 0 0 0 rgba(184,172,132,0); } }

/* Pulse button (emergency CTA) */
.pulse-btn { animation: pb 2s infinite; }
@keyframes pb { 0%, 100% { box-shadow: var(--sh-coral); } 50% { box-shadow: 0 0 0 8px rgba(154,143,104,0); } }
@media (prefers-reduced-motion: reduce) { .pulse-btn, .pulse-dot { animation: none; } }

/* ============================================================
   NAVIGATION SYSTEM
   skip-link · util-bar · main-nav · dropdowns ·
   mega-menu · mobile drawer
   ============================================================ */

/* ── Skip link ──────────────────────────────────────────────── */
.skip-link {
  position: fixed; top: -100%; left: 16px; z-index: 9999;
  background: var(--amber); color: var(--ocean);
  padding: 10px 20px; border-radius: 0 0 8px 8px;
  font-weight: 700; font-size: .88rem;
  transition: top .2s ease; text-decoration: none;
}
.skip-link:focus { top: 0; }

/* ── Utility bar ────────────────────────────────────────────── */
.util-bar {
  background: var(--ocean-d);
  color: rgba(255,255,255,.72);
  font-size: .73rem;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.util-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 24px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; flex-wrap: wrap;
}
.util-left { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.util-right { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; color: rgba(255,255,255,.6); }
.util-phone {
  color: var(--amber); font-weight: 700; font-size: .78rem;
  display: flex; align-items: center; gap: 5px;
  transition: color var(--ease); text-decoration: none;
}
.util-phone:hover { color: #d4c87e; }
.util-link {
  color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 5px;
  transition: color var(--ease); text-decoration: none;
}
.util-link:hover { color: var(--amber); }
.util-sep { color: rgba(255,255,255,.25); padding: 0 2px; }
@media (max-width: 860px) { .util-right { display: none; } }
@media (max-width: 520px) { .util-bar { display: none; } }

/* ── Anchor scroll offset for sticky header ─────────────────── */
[id] { scroll-margin-top: 92px; }

/* ── Site header (sticky wrapper) ───────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(78,90,70,.06);
  transition: box-shadow .25s ease;
}
.site-header.scrolled {
  box-shadow: 0 4px 24px rgba(78,90,70,.14);
}

/* ── Main nav inner ─────────────────────────────────────────── */
.main-nav { width: 100%; }
.nav-wrap {
  max-width: 1240px; margin: 0 auto; padding: 18px 24px;
  min-height: 88px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}

/* ── Logo ───────────────────────────────────────────────────── */
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.logo-mark { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Real logo image in navbar */
.nav-logo-img {
  height: 80px; width: auto;
  object-fit: contain; object-position: center;
  flex-shrink: 0; display: block;
}

/* Tagline only (no separate name text — it's in the logo image) */
.logo-tag-only {
  font-size: .58rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--coral); font-family: var(--ff-b); font-weight: 600;
  line-height: 1.4; max-width: 160px;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-name {
  font-family: var(--ff-h); font-size: 1.28rem; font-weight: 700;
  color: var(--ocean); letter-spacing: -.01em;
}
.logo-tag {
  font-size: .6rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--coral); font-family: var(--ff-b); font-weight: 600;
}

/* ── Desktop menu list ──────────────────────────────────────── */
.nav-menu {
  display: flex; align-items: center; list-style: none;
  margin: 0; padding: 0; gap: 2px; flex: 1; justify-content: center;
}

/* ── Nav link (shared for <a> and <button>) ─────────────────── */
.nav-link {
  display: flex; align-items: center; gap: 4px;
  font-family: var(--ff-b); font-size: .8rem; font-weight: 600;
  color: var(--text); padding: 7px 11px; border-radius: 7px;
  background: none; border: none; cursor: pointer;
  transition: color .18s ease, background .18s ease;
  white-space: nowrap; text-decoration: none;
  line-height: 1; letter-spacing: .01em;
}
.nav-link:hover { color: var(--ocean); background: var(--teal-xxl); }
.nav-link--active { color: var(--ocean); background: var(--teal-xxl); }
.nav-link--active::after {
  content: ''; position: absolute; bottom: -1px; left: 12px; right: 12px;
  height: 2px; background: var(--teal); border-radius: 2px;
}
.nav-menu > li { position: relative; }
.nav-menu > li > .nav-link--active { position: relative; }

/* Chevron animation */
.drop-chevron { flex-shrink: 0; transition: transform .22s ease; }
.has-drop:hover .drop-chevron,
.has-drop.is-open .drop-chevron,
.has-mega:hover .drop-chevron,
.has-mega.is-open .drop-chevron { transform: rotate(180deg); }

/* ── Simple dropdown (About / New Patients / Contact) ──────── */
.drop-menu {
  position: absolute; top: calc(100% + 10px); left: 50%;
  transform: translateX(-50%);
  min-width: 240px; width: max-content;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-top: 3px solid var(--teal);
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  box-shadow: 0 16px 48px rgba(78,90,70,.18);
  padding: 6px 0; list-style: none; z-index: 300;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
/* Arrow pointer */
.drop-menu::before {
  content: ''; position: absolute; top: -9px; left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: var(--teal);
  border-top: 0;
}
/* Open states — hover (desktop) or .is-open (JS) */
.has-drop:hover .drop-menu,
.has-drop.is-open .drop-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.drop-item {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 16px; text-decoration: none; color: var(--text);
  transition: background .15s ease; border-radius: 0;
}
.drop-item:hover { background: var(--teal-xxl); }
.drop-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; line-height: 1.2; }
.drop-text { display: flex; flex-direction: column; gap: 2px; }
.drop-text strong { font-size: .82rem; font-weight: 700; color: var(--ocean); line-height: 1.2; }
.drop-text em { font-size: .72rem; color: var(--gray); font-style: normal; line-height: 1.3; }

/* ── Mega menu ──────────────────────────────────────────────── */
.mega-menu {
  position: absolute; top: calc(100% + 10px);
  left: 50%; transform: translateX(-50%);
  width: min(880px, calc(100vw - 48px));
  background: var(--white);
  border: 1.5px solid var(--border);
  border-top: 3px solid var(--teal);
  border-radius: 0 0 var(--r-xl) var(--r-xl);
  box-shadow: 0 20px 60px rgba(78,90,70,.20);
  z-index: 300;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}
.mega-menu::before {
  content: ''; position: absolute; top: -9px; left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: var(--teal);
  border-top: 0;
}
.has-mega:hover .mega-menu,
.has-mega.is-open .mega-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; padding: 20px 20px 0;
}
.mega-col { padding: 0 12px 16px; border-right: 1px solid var(--teal-xl); }
.mega-col:last-child { border-right: none; }
.mega-col:first-child { padding-left: 0; }

/* Category header inside mega menu */
.mega-cat {
  display: flex; align-items: center; gap: 7px;
  font-size: .63rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--teal-d);
  margin: 12px 0 7px; padding-bottom: 6px;
  border-bottom: 1.5px solid var(--teal-xl);
}
.mega-cat:first-child { margin-top: 0; }
.mega-cat svg { color: var(--teal); flex-shrink: 0; }

.mega-link {
  display: block; font-size: .79rem; color: var(--text);
  padding: 4px 6px 4px 2px; border-radius: 5px;
  text-decoration: none; line-height: 1.35;
  transition: color .15s ease, background .15s ease, padding-left .15s ease;
}
.mega-link:hover {
  color: var(--teal-d); background: var(--teal-xxl);
  padding-left: 8px;
}

.mega-divider { height: 1px; background: var(--teal-xl); margin: 12px 0 4px; }

/* Mega footer bar */
.mega-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px 10px 8px;
  background: var(--teal-xxl);
  border-top: 1.5px solid var(--teal-xl);
  border-radius: 0 0 var(--r-xl) var(--r-xl);
  gap: 12px; flex-wrap: wrap;
}
.mega-footer-left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.mega-emg {
  display: flex; align-items: center; gap: 6px;
  font-size: .76rem; font-weight: 700; color: #c0392b;
  text-decoration: none; padding: 5px 10px; border-radius: 50px;
  transition: background .15s ease;
}
.mega-emg:hover { background: rgba(192,57,43,.08); }
.mega-footer-sep { color: var(--border); }
.mega-footer-link {
  font-size: .76rem; font-weight: 600; color: var(--ocean);
  text-decoration: none; display: flex; align-items: center; gap: 5px;
  padding: 5px 10px; border-radius: 50px;
  transition: background .15s ease;
}
.mega-footer-link:hover { background: rgba(78,90,70,.06); }
.mega-view-all {
  display: flex; align-items: center; gap: 6px;
  font-size: .76rem; font-weight: 700; color: var(--white);
  background: var(--teal); padding: 7px 16px; border-radius: 50px;
  text-decoration: none; transition: background .15s ease, transform .15s ease;
  white-space: nowrap;
}
.mega-view-all:hover { background: var(--teal-d); transform: translateX(2px); }

/* ── Book Appointment CTA button ────────────────────────────── */
.btn-book {
  display: inline-flex; align-items: center; gap: 7px;
  background: linear-gradient(135deg, var(--amber), #A89A6C);
  color: var(--ocean); font-family: var(--ff-b); font-weight: 700;
  font-size: .78rem; padding: 9px 16px; border-radius: 50px;
  text-decoration: none; white-space: nowrap; border: none; cursor: pointer;
  box-shadow: 0 4px 16px rgba(184,172,132,.45);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  flex-shrink: 0; letter-spacing: .01em;
}
.btn-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(184,172,132,.55);
  background: linear-gradient(135deg, #C8BE8E, #B0A474);
}

/* ── Hamburger button ───────────────────────────────────────── */
.hamburger {
  display: none; flex-direction: column; justify-content: center;
  align-items: center; gap: 5px;
  width: 44px; height: 44px; padding: 0;
  background: none; border: 1.5px solid var(--border); border-radius: 8px;
  cursor: pointer; transition: border-color .18s ease, background .18s ease;
}
.hamburger:hover { border-color: var(--teal); background: var(--teal-xxl); }
.ham-bar {
  display: block; width: 20px; height: 2px;
  background: var(--ocean); border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.hamburger.is-open .ham-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open .ham-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.is-open .ham-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Nav actions container ──────────────────────────────────── */
.nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* ── Responsive breakpoint ──────────────────────────────────── */
@media (max-width: 1080px) {
  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .btn-book { font-size: .74rem; padding: 8px 14px; }
}
@media (max-width: 480px) {
  .btn-book span:not(.sr-only) { display: none; }
}

/* ── Mobile Drawer ──────────────────────────────────────────── */
.drawer-backdrop {
  position: fixed; inset: 0; z-index: 400;
  background: rgba(26,36,24,.55); backdrop-filter: blur(3px);
  opacity: 0; visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }

.mobile-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(360px, 92vw); z-index: 500;
  background: var(--ocean-d);
  transform: translateX(100%);
  transition: transform .32s cubic-bezier(.32,0,.67,0);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.mobile-drawer.is-open { transform: translateX(0); }

/* Drawer header */
.drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.15);
  flex-shrink: 0;
}
.drawer-logo { text-decoration: none; }
.drawer-logo .logo-name { color: var(--white); }
.drawer-close {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  color: var(--white); cursor: pointer; display: grid; place-items: center;
  transition: background .15s ease;
}
.drawer-close:hover { background: rgba(255,255,255,.2); }

/* Drawer body (scrollable) */
.drawer-body { flex: 1; overflow-y: auto; padding-bottom: 24px; }
.drawer-body::-webkit-scrollbar { width: 4px; }
.drawer-body::-webkit-scrollbar-thumb { background: rgba(255,255,255,.15); border-radius: 2px; }

/* Drawer CTA row */
.drawer-cta-row {
  display: flex; gap: 8px; padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.drawer-book { flex: 1; justify-content: center; }
.drawer-call {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: var(--white); font-size: .78rem; font-weight: 700;
  padding: 9px 16px; border-radius: 50px; text-decoration: none;
  display: flex; align-items: center; gap: 5px;
  transition: background .15s ease;
}
.drawer-call:hover { background: rgba(255,255,255,.18); }

/* Drawer nav list */
.drawer-nav { list-style: none; margin: 0; padding: 6px 0; }

.drawer-link {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 12px 18px;
  color: rgba(255,255,255,.88); font-size: .9rem; font-weight: 600;
  background: none; border: none; cursor: pointer; text-align: left;
  text-decoration: none; letter-spacing: .01em;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .15s ease, color .15s ease;
}
.drawer-link:hover { background: rgba(255,255,255,.07); color: var(--white); }
.drawer-link--emg { color: #ff9090 !important; font-weight: 700 !important; }
.drawer-link--toggle { padding-right: 14px; }

/* Drawer chevron */
.drawer-chevron { flex-shrink: 0; transition: transform .25s ease; color: rgba(255,255,255,.4); }
.drawer-has-sub.is-open > .drawer-link--toggle .drawer-chevron { transform: rotate(180deg); color: var(--amber); }

/* Drawer sub-menu (accordion) */
.drawer-sub {
  list-style: none; margin: 0; padding: 0;
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease;
  background: rgba(0,0,0,.2);
}
.drawer-has-sub.is-open .drawer-sub { max-height: 1200px; }

.drawer-sub-cat {
  padding: 8px 20px 4px;
  font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--amber); margin-top: 4px;
}
.drawer-sub-link {
  display: block; padding: 8px 20px 8px 28px;
  color: rgba(255,255,255,.72); font-size: .82rem;
  text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.04);
  transition: color .15s ease, background .15s ease;
}
.drawer-sub-link:hover { color: var(--white); background: rgba(255,255,255,.06); }
.drawer-sub-link::before { content: '—'; margin-right: 8px; color: rgba(255,255,255,.25); font-size: .7rem; }

/* Drawer footer */
.drawer-footer {
  padding: 16px 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .74rem; color: rgba(255,255,255,.45);
  line-height: 1.8;
}
.drawer-footer strong { color: rgba(255,255,255,.7); display: block; margin-bottom: 2px; }

/* ── Focus management for keyboard users ────────────────────── */
.mobile-drawer a:focus,
.mobile-drawer button:focus { outline: 2px solid var(--amber); outline-offset: -2px; }
.nav-menu button:focus-visible,
.nav-menu a:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }

/* ── Prevent background scroll when drawer is open ──────────── */
body.drawer-open { overflow: hidden; }

/* ============================================================
   SITE FOOTER
   ============================================================ */

/* ── Container ──────────────────────────────────────────────── */
.ft-container {
  max-width: 1240px; margin: 0 auto; padding: 0 24px;
}

/* ── Main grid section ──────────────────────────────────────── */
.ft-main {
  background: var(--ocean-d);
  padding: 56px 0 40px;
  border-top: 4px solid var(--teal);
}
.ft-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.4fr 1fr;
  gap: 40px;
}
@media (max-width: 1060px) { .ft-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 600px)  { .ft-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ── Brand column ───────────────────────────────────────────── */
.ft-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; margin-bottom: 16px;
}
.ft-logo-mark { flex-shrink: 0; display: flex; align-items: center; }

/* Real logo image in footer — white rounded background so it shows on dark */
.ft-logo-img {
  height: 120px; width: auto;
  object-fit: contain; object-position: center;
  border-radius: 14px;
  background: var(--white);
  padding: 8px 12px;
  display: block;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

/* Footer brand layout adjusts when full logo used */
.ft-logo { align-items: center; margin-bottom: 14px; }
.ft-logo-text { display: flex; flex-direction: column; gap: 2px; }
.ft-logo-name {
  font-family: var(--ff-h); font-size: 1.1rem; font-weight: 700;
  color: var(--white); line-height: 1.2;
}
.ft-logo-tag {
  font-size: .55rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--amber); font-family: var(--ff-b);
}

.ft-desc {
  font-size: .82rem; color: rgba(255,255,255,.65); line-height: 1.78;
  margin-bottom: 16px;
}
.ft-desc strong { color: rgba(255,255,255,.88); font-weight: 600; }

/* Badges */
.ft-badge-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.ft-new-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(110,138,94,.25); border: 1px solid rgba(110,138,94,.5);
  color: #a8d8a8; font-size: .68rem; font-weight: 700;
  padding: 5px 12px; border-radius: 50px; letter-spacing: .04em;
}
.ft-rating-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(184,172,132,.15); border: 1px solid rgba(184,172,132,.3);
  color: var(--amber); font-size: .68rem; font-weight: 700;
  padding: 5px 12px; border-radius: 50px;
}

/* CTA buttons */
.ft-cta-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.ft-btn {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--ff-b); font-weight: 700; font-size: .78rem;
  padding: 9px 16px; border-radius: 50px; text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.ft-btn-primary {
  background: linear-gradient(135deg, var(--amber), #A89A6C);
  color: var(--ocean); box-shadow: 0 4px 16px rgba(184,172,132,.35);
}
.ft-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(184,172,132,.5); }
.ft-btn-ghost {
  background: rgba(255,255,255,.08); color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.2);
}
.ft-btn-ghost:hover { background: rgba(255,255,255,.15); transform: translateY(-2px); }

/* Social icons */
.ft-social { display: flex; gap: 8px; margin-top: 4px; }
.ft-social-link {
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.65);
  display: grid; place-items: center;
  transition: background .18s ease, color .18s ease, transform .18s ease;
  text-decoration: none;
}
.ft-social-link:hover { background: var(--teal); color: var(--white); transform: translateY(-2px); }

/* ── Column shared styles ───────────────────────────────────── */
.ft-col { }
.ft-heading {
  font-family: var(--ff-b); font-size: .62rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 14px;
  padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.08);
}

/* ── Footer links ───────────────────────────────────────────── */
.ft-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.ft-link {
  display: flex; align-items: center; gap: 6px;
  font-size: .80rem; color: rgba(255,255,255,.62);
  text-decoration: none; line-height: 1.4;
  transition: color .15s ease, padding-left .15s ease;
  padding: 2px 0;
}
.ft-link::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: var(--teal); flex-shrink: 0; opacity: .5;
  transition: opacity .15s ease, background .15s ease;
}
.ft-link:hover { color: var(--white); padding-left: 4px; }
.ft-link:hover::before { opacity: 1; background: var(--amber); }
.ft-link-emg { color: rgba(255,150,150,.8) !important; }
.ft-link-emg:hover { color: #ffb3b3 !important; }

/* Special offer badge */
.ft-link-badge {
  font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  background: var(--teal); color: var(--white);
  padding: 2px 6px; border-radius: 4px; margin-right: 2px;
}

/* ── Services column ────────────────────────────────────────── */
.ft-svc-group { margin-bottom: 14px; }
.ft-svc-cat {
  font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin: 0 0 6px;
}
.ft-all-services {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 10px; font-size: .75rem; font-weight: 700;
  color: var(--teal-lt); text-decoration: none;
  transition: color .15s ease, gap .15s ease;
}
.ft-all-services:hover { color: var(--amber); gap: 10px; }

/* ── Contact / address column ───────────────────────────────── */
.ft-address { font-style: normal; }
.ft-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 10px; font-size: .8rem; color: rgba(255,255,255,.65); line-height: 1.6;
}
.ft-contact-icon { color: var(--teal-lt); flex-shrink: 0; margin-top: 2px; }
.ft-contact-link {
  color: var(--amber); text-decoration: none; font-weight: 600;
  transition: color .15s ease;
}
.ft-contact-link:hover { color: #d4c87e; }

/* Hours */
.ft-hours { margin: 14px 0; }
.ft-hours-title {
  display: flex; align-items: center; gap: 6px;
  font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: 8px;
}
.ft-hours-grid {
  display: grid; grid-template-columns: auto 1fr;
  gap: 4px 16px; font-size: .78rem; color: rgba(255,255,255,.6);
}
.ft-hours-open  { color: #a8d8a8; font-weight: 600; }
.ft-hours-appt  { color: var(--amber); font-weight: 600; }
.ft-hours-closed { color: rgba(255,255,255,.3); }
.ft-emg-note {
  display: flex; align-items: center; gap: 6px;
  font-size: .72rem; color: rgba(255,150,150,.75); margin-top: 8px;
}

/* Map link */
.ft-map-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .75rem; font-weight: 600; color: var(--teal-lt);
  text-decoration: none; margin-top: 10px;
  padding: 7px 12px; border-radius: 8px;
  background: rgba(110,138,94,.15); border: 1px solid rgba(110,138,94,.25);
  transition: background .15s ease, color .15s ease;
}
.ft-map-link:hover { background: rgba(110,138,94,.28); color: var(--white); }

/* ── Areas We Serve ─────────────────────────────────────────── */
.ft-areas {
  background: rgba(0,0,0,.2);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 14px 0;
}
.ft-areas-inner {
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px;
}
.ft-areas-label {
  display: flex; align-items: center; gap: 6px;
  font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.35); white-space: nowrap; margin: 0;
}
.ft-areas-list {
  display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0;
}
.ft-area-link {
  font-size: .74rem; color: rgba(255,255,255,.5); text-decoration: none;
  padding: 4px 10px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.1);
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}
.ft-area-link:hover {
  color: var(--white); border-color: rgba(110,138,94,.5);
  background: rgba(110,138,94,.12);
}

/* ── Trust signals ──────────────────────────────────────────── */
.ft-trust {
  background: rgba(0,0,0,.15);
  padding: 20px 0;
}
.ft-trust-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
}
.ft-trust-badges { display: flex; flex-wrap: wrap; gap: 14px; }
.ft-trust-badge {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-lg);
}
.ft-trust-stars { color: var(--amber); font-size: 1rem; letter-spacing: 1px; }
.ft-trust-icon { font-size: 1.15rem; }
.ft-trust-label {
  font-size: .72rem; color: rgba(255,255,255,.7); line-height: 1.4; font-weight: 600;
}
.ft-trust-label small { display: block; color: rgba(255,255,255,.4); font-weight: 400; font-size: .65rem; }

/* Insurance */
.ft-insurance { }
.ft-ins-label {
  font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.35); margin: 0 0 8px;
}
.ft-ins-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.ft-ins-tag {
  font-size: .68rem; font-weight: 600; color: rgba(255,255,255,.55);
  padding: 3px 9px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04);
  transition: color .15s ease, border-color .15s ease;
}
.ft-ins-tag:hover { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.2); }
.ft-ins-tag--alt {
  color: rgba(184,172,132,.7); border-color: rgba(184,172,132,.2);
  background: rgba(184,172,132,.06);
}

/* ── AI content block ───────────────────────────────────────── */
.ft-ai-block {
  background: rgba(0,0,0,.25);
  border-top: 1px solid rgba(255,255,255,.05);
  padding: 16px 0;
}
.ft-ai-text {
  font-size: .74rem; color: rgba(255,255,255,.38); line-height: 1.85; margin: 0;
}
.ft-ai-text strong { color: rgba(255,255,255,.55); font-weight: 600; }
.ft-ai-text a { color: rgba(184,172,132,.6); text-decoration: none; }
.ft-ai-text a:hover { color: var(--amber); }

/* ── Bottom bar ─────────────────────────────────────────────── */
.ft-bottom {
  background: rgba(0,0,0,.35);
  padding: 14px 0;
}
.ft-bottom-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.ft-copyright {
  font-size: .72rem; color: rgba(255,255,255,.3); margin: 0;
}
.ft-copyright strong { color: rgba(255,255,255,.5); }
.ft-bottom-link {
  color: rgba(255,255,255,.45); text-decoration: none;
  transition: color .15s ease;
}
.ft-bottom-link:hover { color: var(--amber); }

.ft-legal-links { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.ft-legal-link {
  font-size: .7rem; color: rgba(255,255,255,.3); text-decoration: none;
  transition: color .15s ease;
}
.ft-legal-link:hover { color: rgba(255,255,255,.65); }
.ft-legal-sep { color: rgba(255,255,255,.15); font-size: .7rem; }

/* ── Mobile sticky CTA bar ──────────────────────────────────── */
.mobile-cta-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 300;
  background: var(--ocean-d);
  border-top: 2px solid var(--teal);
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  gap: 8px;
}
@media (max-width: 768px) { .mobile-cta-bar { display: flex; } }
@media (max-width: 768px) { body { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); } }

.mcta-btn {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 3px;
  padding: 8px 6px; border-radius: 10px;
  text-decoration: none; font-family: var(--ff-b);
  font-size: .62rem; font-weight: 700; letter-spacing: .04em;
  transition: transform .15s ease, opacity .15s ease;
  min-height: 52px;
}
.mcta-btn:hover { transform: translateY(-1px); }
.mcta-btn:active { transform: scale(.97); }
.mcta-btn svg { flex-shrink: 0; }

.mcta-call {
  background: rgba(110,138,94,.2); color: var(--teal-lt);
  border: 1px solid rgba(110,138,94,.3);
}
.mcta-call:hover { background: rgba(110,138,94,.3); }

.mcta-book {
  background: linear-gradient(135deg, var(--amber), #A89A6C);
  color: var(--ocean); border: none;
  box-shadow: 0 2px 12px rgba(184,172,132,.3);
}
.mcta-book:hover { box-shadow: 0 4px 18px rgba(184,172,132,.5); }

.mcta-emg {
  background: rgba(192,57,43,.18); color: #ff9090;
  border: 1px solid rgba(192,57,43,.3);
}
.mcta-emg:hover { background: rgba(192,57,43,.28); }

/* ── SERVICES MEGA-DROPDOWN ─────────────────────────────────── */
.has-dropdown { position: relative; }
.has-dropdown > a { display: flex; align-items: center; gap: 4px; }
.has-dropdown > a .dd-arrow { font-size: .6rem; transition: transform var(--ease); display: inline-block; }
.has-dropdown:hover > a .dd-arrow,
.has-dropdown:focus-within > a .dd-arrow { transform: rotate(180deg); }

.nav-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 660px;
  background: var(--white);
  border-radius: var(--r-xl);
  box-shadow: 0 20px 60px rgba(78,90,70,.22);
  border: 1.5px solid var(--border);
  border-top: 3px solid var(--teal);
  padding: 20px 20px 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  transform: translateX(-50%) translateY(6px);
  z-index: 300;
}
.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown,
.has-dropdown .nav-dropdown.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Triangle pointer */
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--teal);
}

.dd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 20px; }
.dd-col h4 {
  font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
  color: var(--teal-d); margin-bottom: 8px; padding-bottom: 6px;
  border-bottom: 1.5px solid var(--teal-xl);
}
.dd-col a {
  display: flex; align-items: center; gap: 6px;
  font-size: .78rem; color: var(--text); padding: 5px 6px; border-radius: 6px;
  transition: all var(--ease); text-decoration: none; line-height: 1.3;
}
.dd-col a:hover { color: var(--teal-d); background: var(--teal-xxl); }
.dd-col a .dd-icon { font-size: .9rem; flex-shrink: 0; width: 18px; text-align: center; }
.dd-footer {
  border-top: 1.5px solid var(--border); margin-top: 14px; padding-top: 12px;
  display: flex; justify-content: space-between; align-items: center;
}
.dd-footer a {
  font-size: .78rem; font-weight: 700; color: var(--teal-d);
  display: flex; align-items: center; gap: 6px; padding: 6px 10px;
  border-radius: var(--r); transition: all var(--ease);
}
.dd-footer a:hover { background: var(--teal-xxl); }
.dd-view-all {
  background: var(--teal); color: var(--white) !important;
  padding: 7px 16px !important; border-radius: 50px !important;
}
.dd-view-all:hover { background: var(--teal-d) !important; }

/* Keep dropdown open when hovering over it */
.nav-dropdown:hover { opacity: 1; visibility: visible; pointer-events: auto; }

@media (max-width: 1024px) { .nav-dropdown { display: none; } }