/* ============ Tokens ============ */
:root {
  --teal-900: #084a44;
  --teal-800: #0a6157;
  --teal-700: #0e8c7f;   /* primary */
  --teal-600: #14a394;
  --teal-500: #1cb8a7;
  --teal-050: #e7f6f3;

  --gold-600: #e0ac00;
  --gold-500: #f4c21a;   /* accent */
  --gold-050: #fdf5db;

  --ink-900: #0f2926;
  --ink-700: #33534e;
  --ink-500: #5f7a75;
  --line:    #e3ece9;
  --bg:      #ffffff;
  --bg-soft: #f5faf8;

  --shadow-sm: 0 1px 2px rgba(8,74,68,.06), 0 2px 6px rgba(8,74,68,.05);
  --shadow-md: 0 8px 24px rgba(8,74,68,.09);
  --shadow-lg: 0 24px 60px rgba(8,74,68,.14);

  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
  --maxw: 1180px;

  --font-head: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

/* ============ Reset ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
/* Nothing may exceed the viewport width — kills sideways scrolling on phones */
html, body { max-width: 100%; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  color: var(--ink-700);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 { font-family: var(--font-head); color: var(--ink-900); line-height: 1.15; letter-spacing: -.02em; }
ul { list-style: none; }
section { scroll-margin-top: 96px; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: .95rem;
  padding: 14px 26px; border-radius: 999px; cursor: pointer; border: 0;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--teal-700); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--teal-800); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-gold { background: var(--gold-500); color: var(--teal-900); }
.btn-gold:hover { background: var(--gold-600); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--teal-800); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--teal-600); color: var(--teal-700); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--teal-800); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ============ Eyebrow / section head ============ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: .78rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--teal-700);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--gold-500); border-radius: 2px; }
.sec-head { max-width: 640px; margin-bottom: 52px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow::before { display: none; }
.sec-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.75rem); margin: 16px 0 14px; }
.sec-head p { font-size: 1.05rem; color: var(--ink-500); }

/* ============ Top bar ============ */
.topbar {
  background: var(--teal-900); color: rgba(255,255,255,.82);
  font-size: .82rem; font-weight: 500;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 42px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; transition: color .15s; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 15px; height: 15px; color: var(--gold-500); }
.topbar .tb-left { display: flex; gap: 24px; }
.topbar .tb-right { display: flex; gap: 18px; align-items: center; }
.topbar .tb-right .sep { width: 1px; height: 16px; background: rgba(255,255,255,.2); }

/* ============ Header / nav ============ */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 24px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { height: 64px; width: auto; max-width: 100%; }
.site-header nav { position: relative; }
.nav-links { display: flex; align-items: center; gap: 7px; }
.nav-links > li > a {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-head); font-weight: 700; font-size: .86rem; color: var(--teal-800);
  padding: 8px 14px; border-radius: 999px; cursor: pointer;
  background: linear-gradient(180deg, #ffffff, #eef7f5);
  border: 1px solid var(--line);
  box-shadow:
    0 3px 0 #cfe3df,                 /* extruded edge */
    0 5px 10px rgba(8,74,68,.10),    /* cast shadow */
    inset 0 1px 0 rgba(255,255,255,.9); /* top highlight */
  transition: transform .13s ease, box-shadow .13s ease, background .15s, color .15s;
}
.nav-links > li > a:hover {
  color: var(--teal-700);
  background: linear-gradient(180deg, #ffffff, var(--teal-050));
  transform: translateY(-2px);
  box-shadow:
    0 5px 0 #cfe3df,
    0 9px 18px rgba(8,74,68,.16),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.nav-links > li > a:active {
  transform: translateY(2px);
  box-shadow:
    0 1px 0 #cfe3df,
    0 2px 5px rgba(8,74,68,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.caret { width: 12px; height: 12px; transition: transform .22s ease; flex-shrink: 0; }
.has-dropdown:hover > a .caret { transform: rotate(180deg); }

/* ---- Dropdowns (desktop) ---- */
.has-dropdown { position: relative; }
.has-dropdown::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 20px; }
.dropdown {
  position: absolute; top: calc(100% + 16px); left: 0; min-width: 220px; list-style: none;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 10px;
  box-shadow: 0 12px 26px rgba(8,74,68,.14), 0 30px 60px rgba(8,74,68,.18), inset 0 1px 0 rgba(255,255,255,.9);
  opacity: 0; visibility: hidden; transform: translateY(12px) scale(.98); transform-origin: top left;
  transition: opacity .22s ease, transform .22s ease, visibility .22s; z-index: 200;
}
.has-dropdown:hover > .dropdown { opacity: 1; visibility: visible; transform: none; }
.dropdown a {
  display: block; padding: 9px 14px; border-radius: var(--r-sm);
  font-family: var(--font-body); font-weight: 500; font-size: .9rem; color: var(--ink-700);
  transition: background .15s, color .15s, transform .13s;
}
.dropdown a:hover { background: var(--teal-050); color: var(--teal-700); transform: translateX(4px); }

/* ---- Mega menu (Services) ---- */
.nav-links > li.has-mega { position: static; }
.dropdown.mega {
  top: 100%;   /* flush under the nav — no gap, so no hover-bridge is needed */
  left: 50%; transform: translateX(-50%) translateY(12px);
  width: min(940px, calc(100vw - 48px));
  display: grid; grid-template-columns: 1.25fr 1fr 1fr .85fr; gap: 4px 22px; padding: 24px 26px;
  transform-origin: top center;
}
.has-dropdown:hover > .dropdown.mega { transform: translateX(-50%); }
/* The Services item is position:static so its mega can center under the whole nav — but that
   makes the default ::after hover-bridge span the FULL nav width, so hovering a neighbour
   (e.g. "About us") sits over it and wrongly opens the mega. Drop that bridge and instead
   sit the mega flush under the nav (top:100%) so no gap needs bridging. */
.nav-links > li.has-mega::after { display: none; }
.mega-col > h6 {
  font-family: var(--font-head); font-size: .78rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .08em; color: var(--teal-700); padding: 2px 14px 9px; margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
}
.mega-col ul { list-style: none; }
.mega-col a { font-size: .855rem; padding: 7px 14px; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
/* Drawer-only clone of the header CTA (injected by script.js) */
.nav-cta-item { display: none; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--ink-900); }
.menu-toggle svg { width: 28px; height: 28px; }

/* ============ Hero ============ */
.hero { position: relative; overflow: hidden; background: var(--bg-soft); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(60% 55% at 82% 12%, rgba(244,194,26,.16), transparent 60%),
    radial-gradient(55% 60% at 6% 88%, rgba(28,184,167,.14), transparent 60%);
  pointer-events: none;
}
.hero .wrap {
  position: relative; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 56px; align-items: center; padding-block: 72px 88px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; background: #fff;
  border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px 7px 8px;
  font-size: .82rem; font-weight: 600; color: var(--ink-700); box-shadow: var(--shadow-sm); margin-bottom: 26px;
}
.hero-badge b { display: inline-flex; align-items: center; gap: 5px; background: var(--gold-050); color: var(--gold-600); padding: 3px 10px; border-radius: 999px; font-weight: 700; }
.hero-badge b svg { width: 13px; height: 13px; }
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 3.85rem); font-weight: 800; margin-bottom: 22px; }
.hero h1 .hl { color: var(--teal-700); position: relative; white-space: nowrap; }
.hero h1 .hl::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 12px;
  background: var(--gold-500); opacity: .28; border-radius: 4px; z-index: -1;
}
.hero p.lede { font-size: 1.14rem; color: var(--ink-500); max-width: 540px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.hero-trust { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.avatars { display: flex; }
.avatars span {
  width: 40px; height: 40px; border-radius: 50%; border: 2.5px solid #fff; margin-left: -12px;
  box-shadow: var(--shadow-sm);
  display: grid; place-items: center; font-weight: 700; color: #fff; font-family: var(--font-head); font-size: .9rem;
}
.avatars span:first-child { margin-left: 0; }
.hero-trust .stars { color: var(--gold-500); font-size: .95rem; letter-spacing: 1px; }
.hero-trust small { color: var(--ink-500); font-size: .85rem; display: block; }
.hero-trust b { font-family: var(--font-head); color: var(--ink-900); }

/* Hero visual */
.hero-visual { position: relative; }
.hero-photo {
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5; background: linear-gradient(150deg, var(--teal-600), var(--teal-800));
  position: relative;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.float-card {
  position: absolute; background: #fff; border-radius: var(--r-md);
  box-shadow: var(--shadow-lg); padding: 16px 18px; display: flex; align-items: center; gap: 13px;
}
.float-card .fc-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; }
.float-card .fc-icon svg { width: 22px; height: 22px; }
.float-card b { display: block; font-family: var(--font-head); color: var(--ink-900); font-size: 1.05rem; line-height: 1.2; }
.float-card small { color: var(--ink-500); font-size: .78rem; }
.fc-1 { top: 26px; left: -28px; }
.fc-1 .fc-icon { background: var(--teal-050); color: var(--teal-700); }
.fc-2 { bottom: 30px; right: -26px; }
.fc-2 .fc-icon { background: var(--gold-050); color: var(--gold-600); }

/* ============ Trust strip ============ */
.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-block: 26px; }
.trust-item { display: flex; align-items: center; gap: 12px; color: var(--ink-700); font-weight: 600; font-family: var(--font-head); font-size: .95rem; }
.trust-item svg { width: 26px; height: 26px; color: var(--teal-700); flex-shrink: 0; }

/* ============ Services ============ */
.services { padding-block: 96px; background: var(--bg-soft); }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 0; transition: transform .22s ease, box-shadow .22s ease, border-color .22s;
  position: relative; overflow: hidden; display: flex; flex-direction: column;
}
.svc-media { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(150deg, var(--teal-500), var(--teal-800)); }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-card:hover .svc-media img { transform: scale(1.07); }
.svc-body { padding: 0 24px 28px; display: flex; flex-direction: column; flex: 1; }
.svc-card::after {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--teal-600), var(--gold-500)); transform: scaleX(0);
  transform-origin: left; transition: transform .3s ease;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-card:hover::after { transform: scaleX(1); }
.svc-ico { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: var(--teal-050); }
.svc-ico svg { width: 30px; height: 30px; }
.svc-body .svc-ico { margin-top: -50px; margin-bottom: 16px; border: 3px solid #fff; box-shadow: var(--shadow-sm); position: relative; z-index: 2; }

/* Colorful icon tints (shared by service cards & IV drips) */
.ico-red    { background: #ffecec; }
.ico-blue   { background: #e7f4fe; }
.ico-pink   { background: #fcecfb; }
.ico-green  { background: #e6f9f0; }
.ico-teal   { background: #e2f5f1; }
.ico-gold   { background: #fdf4d6; }
.ico-orange { background: #fff0e2; }
.ico-purple { background: #efeafe; }
.svc-card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.svc-card p { font-size: .93rem; color: var(--ink-500); margin-bottom: 18px; }
.svc-card .more { font-family: var(--font-head); font-weight: 700; font-size: .87rem; color: var(--teal-700); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }
.svc-card .more svg { width: 15px; height: 15px; transition: transform .2s; }
.svc-card:hover .more svg { transform: translateX(4px); }

/* ============ IV Menu ============ */
.iv-menu { padding-block: 96px; }
.iv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.iv-card {
  border: 1px solid var(--line); border-radius: var(--r-md); padding: 0; overflow: hidden;
  display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s;
  background: #fff;
}
.iv-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.iv-media { aspect-ratio: 16/9; overflow: hidden; background: linear-gradient(150deg, var(--teal-500), var(--teal-800)); }
.iv-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.iv-card:hover .iv-media img { transform: scale(1.07); }
.iv-body { padding: 0 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.iv-card .iv-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: -26px; margin-bottom: 2px; position: relative; z-index: 2; }
.iv-drip { width: 46px; height: 46px; border-radius: 13px; background: var(--teal-050); display: grid; place-items: center; border: 3px solid #fff; box-shadow: var(--shadow-sm); }
.iv-drip svg { width: 25px; height: 25px; }
.iv-price { font-family: var(--font-head); font-weight: 800; color: var(--teal-800); font-size: 1.02rem; background: #fff; padding: 7px 13px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.iv-price small { font-weight: 500; color: var(--ink-500); font-size: .72rem; }
.iv-card h4 { font-size: 1.12rem; margin-top: 4px; }
.iv-card p { font-size: .88rem; color: var(--ink-500); }
.iv-note { text-align: center; margin-top: 36px; color: var(--ink-500); font-size: .92rem; }

/* ============ About ============ */
.about { padding-block: 96px; background: var(--bg-soft); }
.about .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-media { position: relative; }
.about-media .a-main { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 5/4; background: linear-gradient(150deg, var(--teal-500), var(--teal-800)); }
.about-media .a-main img { width: 100%; height: 100%; object-fit: cover; }
.about-stat {
  position: absolute; bottom: -26px; left: -26px; background: var(--teal-900); color: #fff;
  border-radius: var(--r-md); padding: 22px 26px; box-shadow: var(--shadow-lg); text-align: center;
}
.about-stat b { font-family: var(--font-head); font-size: 2.4rem; font-weight: 800; color: var(--gold-500); display: block; line-height: 1; }
.about-stat small { font-size: .8rem; opacity: .85; }
.about-list { display: grid; gap: 18px; margin: 28px 0 34px; }
.about-list li { display: flex; gap: 14px; align-items: flex-start; }
.about-list .chk { width: 26px; height: 26px; border-radius: 50%; background: var(--teal-050); color: var(--teal-700); display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.about-list .chk svg { width: 15px; height: 15px; }
.about-list b { font-family: var(--font-head); color: var(--ink-900); display: block; }
.about-list span { font-size: .92rem; color: var(--ink-500); }

/* ============ Stats band ============ */
.stats { background: var(--teal-800); color: #fff; padding-block: 64px; position: relative; overflow: hidden; }
.stats::before { content:""; position:absolute; inset:0; background: radial-gradient(50% 120% at 90% 0%, rgba(244,194,26,.18), transparent 55%); }
.stats .wrap { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat b { font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 800; color: #fff; display: block; }
.stat b .u { color: var(--gold-500); }
.stat span { opacity: .82; font-size: .92rem; }

/* ============ Steps ============ */
.steps { padding-block: 96px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.step { text-align: center; padding: 0 12px; }
.step .num {
  width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 50%;
  background: #fff; border: 2px solid var(--teal-050); color: var(--teal-700);
  display: grid; place-items: center; font-family: var(--font-head); font-weight: 800; font-size: 1.4rem;
  box-shadow: var(--shadow-sm); position: relative; z-index: 2;
}
.step h4 { font-size: 1.18rem; margin-bottom: 10px; }
.step p { font-size: .93rem; color: var(--ink-500); max-width: 300px; margin-inline: auto; }

/* ============ Testimonials ============ */
.testi { padding-block: 96px; background: var(--bg-soft); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 30px; box-shadow: var(--shadow-sm); }
.testi-card .stars { color: var(--gold-500); letter-spacing: 2px; margin-bottom: 14px; }
.testi-card p { font-size: 1rem; color: var(--ink-700); margin-bottom: 22px; }
.testi-who { display: flex; align-items: center; gap: 13px; }
.testi-who .ava { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 1rem; }
.testi-who b { font-family: var(--font-head); color: var(--ink-900); display: block; font-size: .98rem; }
.testi-who small { color: var(--ink-500); font-size: .82rem; }

/* ============ CTA band ============ */
.cta { padding-block: 40px 96px; }
.cta-box {
  background: linear-gradient(135deg, var(--teal-800), var(--teal-900));
  border-radius: var(--r-lg); padding: 64px 56px; position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
}
.cta-box::before { content:""; position:absolute; right:-60px; top:-60px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(244,194,26,.22), transparent 65%); }
.cta-box h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: 12px; position: relative; }
.cta-box p { color: rgba(255,255,255,.82); position: relative; max-width: 460px; }
.cta-actions { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; position: relative; }

/* ============ Footer ============ */
.footer { background: var(--teal-900); color: rgba(255,255,255,.72); padding-block: 64px 28px; font-size: .92rem; }
.footer .cols { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.3fr); gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
/* long, unbreakable strings (email address) must not blow out the grid track */
.footer .contact-li span, .footer .contact-li a { overflow-wrap: anywhere; min-width: 0; }
.footer .brand-f img { height: 44px; filter: brightness(0) invert(1); opacity: .96; margin-bottom: 18px; }
.footer .brand-f p { max-width: 300px; margin-bottom: 20px; }
.footer h5 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.footer li { margin-bottom: 11px; }
.footer a:hover { color: var(--gold-500); }
.footer .contact-li { display: flex; gap: 10px; align-items: flex-start; }
.footer .contact-li svg { width: 17px; height: 17px; color: var(--gold-500); flex-shrink: 0; margin-top: 3px; }
.footer .socials { display: flex; gap: 10px; }
.footer .socials a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); display: grid; place-items: center; transition: all .18s; }
.footer .socials a:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--teal-900); }
.footer .socials svg { width: 18px; height: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: .84rem; opacity: .78; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .iv-grid, .testi-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .hero .wrap { gap: 40px; }
}
@media (max-width: 1100px) {
  .topbar { display: none; }
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  /* nav has zero width once the links are hidden, so it cannot be the containing
     block for the drawer — anchor the drawer to .site-header (sticky) instead. */
  .site-header nav { position: static; }
  .nav-links.open {
    display: flex; position: absolute; top: calc(100% - 6px); right: 16px; left: auto;
    width: min(320px, calc(100vw - 32px));
    max-height: calc(100vh - 100px); overflow-y: auto;
    flex-direction: column; gap: 4px;
    background: linear-gradient(180deg, #ffffff, #f8fcfb);
    padding: 14px; border: 1px solid var(--line); border-radius: var(--r-md);
    transform-origin: top right;
    box-shadow:
      0 2px 4px rgba(8,74,68,.10),
      0 12px 24px rgba(8,74,68,.16),
      0 28px 60px rgba(8,74,68,.22),
      inset 0 1px 0 rgba(255,255,255,.9);
    animation: menuIn .28s cubic-bezier(.2,.8,.25,1) both;
  }
  @keyframes menuIn {
    from { opacity: 0; transform: perspective(800px) rotateX(-14deg) translateY(-10px); }
    to   { opacity: 1; transform: perspective(800px) rotateX(0) translateY(0); }
  }
  .nav-links.open > li { width: 100%; }
  .nav-links.open > li > a {
    display: block; border-radius: var(--r-sm); font-size: 1rem; padding: 13px 16px;
    background: linear-gradient(180deg, #ffffff, #eef7f5);
    border: 1px solid var(--line);
    box-shadow:
      0 3px 0 #cfe3df,
      0 5px 10px rgba(8,74,68,.10),
      inset 0 1px 0 rgba(255,255,255,.9);
    transition: transform .13s ease, background .15s, box-shadow .13s, color .15s;
  }
  .nav-links.open > li > a:hover {
    transform: translateY(-2px); color: var(--teal-700);
    background: linear-gradient(180deg, #ffffff, var(--teal-050));
    box-shadow:
      0 5px 0 #cfe3df,
      0 9px 18px rgba(8,74,68,.16),
      inset 0 1px 0 rgba(255,255,255,.95);
  }
  .nav-links.open > li > a:active {
    transform: translateY(2px);
    box-shadow:
      0 1px 0 #cfe3df,
      0 2px 5px rgba(8,74,68,.12),
      inset 0 1px 0 rgba(255,255,255,.9);
  }
  @media (prefers-reduced-motion: reduce) { .nav-links.open { animation: none; } }

  /* Mobile accordion dropdowns */
  .nav-links.open .has-dropdown { position: static; }
  .nav-links.open .has-dropdown::after { display: none; }
  .nav-links.open li.has-mega { position: static; }
  .nav-links.open .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    width: auto; min-width: 0; display: none; box-shadow: none; border: none;
    background: transparent; padding: 4px 0 6px 8px; margin: 2px 0 4px;
    border-left: 2px solid var(--teal-050); border-radius: 0; grid-template-columns: 1fr; gap: 0;
  }
  .nav-links.open .has-dropdown.expanded > .dropdown { display: block; }
  .nav-links.open .has-dropdown.expanded > a .caret { transform: rotate(180deg); }
  .nav-links.open .dropdown a {
    background: transparent; border: none; box-shadow: none; padding: 9px 10px;
    font-size: .9rem; font-weight: 500; color: var(--ink-700);
  }
  .nav-links.open .dropdown a:hover { transform: none; background: var(--teal-050); }
  .nav-links.open .mega-col > h6 {
    padding: 12px 10px 5px; margin: 0; border-bottom: none; color: var(--teal-700); font-size: .72rem;
  }
  .hero .wrap { grid-template-columns: 1fr; padding-block: 48px 64px; }
  .hero-visual { max-width: 440px; margin-inline: auto; width: 100%; }
  .about .wrap { grid-template-columns: 1fr; gap: 56px; }
  .cta-box { grid-template-columns: 1fr; text-align: center; padding: 48px 32px; }
  .cta-actions { justify-content: center; }
  .cta-box p { margin-inline: auto; }
  .stats .wrap { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
}
@media (max-width: 640px) {
  /* Keep the logo readable and the header row from overflowing on phones */
  /* Header carries only the logo + hamburger; the Book Appointment CTA lives in
     the drawer instead, so the logo gets the space it needs to read clearly. */
  .nav { min-height: 78px; gap: 12px; }
  .brand img { height: 58px; }
  .nav-cta > .btn { display: none; }
  .nav-links.open .nav-cta-item { display: block; margin-top: 8px; }
  .nav-links.open .nav-cta-item .btn {
    width: 100%; justify-content: center; padding: 15px 18px; font-size: .95rem;
    /* gold reads louder than teal against the white drawer, and matches the hero CTA */
    background: var(--gold-500); color: var(--teal-900);
    box-shadow: 0 3px 0 #d9a900, 0 6px 14px rgba(8,74,68,.18);
  }
  .nav-links.open .nav-cta-item .btn:hover { background: var(--gold-600); }
  .nav-links.open .nav-cta-item .btn svg { width: 18px; height: 18px; }
}
@media (max-width: 560px) {
  .svc-grid, .iv-grid, .testi-grid, .steps-grid { grid-template-columns: 1fr; }
  .fc-1 { left: 8px; } .fc-2 { right: 8px; }
  .footer .cols { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero-actions .btn { flex: 1; justify-content: center; }
}

/* ============ Booking form (hero) ============ */
.hero-form-wrap { position: relative; }
.book-form {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px 30px 26px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.book-form::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: linear-gradient(90deg, var(--teal-600), var(--gold-500));
}
.bf-head { margin-bottom: 22px; }
.bf-badge {
  display: inline-flex; align-items: center; gap: 7px; background: var(--teal-050); color: var(--teal-700);
  font-family: var(--font-head); font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 999px; margin-bottom: 14px;
}
.bf-badge svg { width: 14px; height: 14px; }
.bf-head h2 { font-size: 1.62rem; margin-bottom: 6px; }
.bf-head p { font-size: .92rem; color: var(--ink-500); }
.bf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
.bf-field { display: flex; flex-direction: column; gap: 6px; }
.bf-field.bf-col-2 { grid-column: 1 / -1; }
.bf-field > span { font-family: var(--font-head); font-weight: 600; font-size: .8rem; color: var(--ink-700); }
.bf-field input, .bf-field select {
  font-family: var(--font-body); font-size: .92rem; color: var(--ink-900);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fbfdfc;
  transition: border-color .15s, box-shadow .15s, background .15s; width: 100%;
}
.bf-field input::placeholder { color: #a7bcb7; }
.bf-field input:focus, .bf-field select:focus {
  outline: none; border-color: var(--teal-600); box-shadow: 0 0 0 3px rgba(20,163,148,.15); background: #fff;
}
.bf-submit { width: 100%; justify-content: center; font-size: 1rem; padding: 15px; }
.bf-note { text-align: center; font-size: .85rem; color: var(--ink-500); margin-top: 14px; }
.bf-note a { color: var(--teal-700); font-weight: 700; }
.bf-success {
  margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--teal-050); color: var(--teal-800); font-weight: 600; font-size: .9rem;
  padding: 14px; border-radius: var(--r-sm); text-align: center;
}
.bf-success[hidden] { display: none; }   /* only show after the form is submitted */
.bf-success svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ============ Gallery ============ */
.gallery { padding-block: 96px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-grid a {
  position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 1; display: block;
  background: linear-gradient(150deg, var(--teal-500), var(--teal-800)); box-shadow: var(--shadow-sm);
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid a:hover img { transform: scale(1.08); }
.gallery-grid a::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,74,68,.6), transparent 55%);
  opacity: 0; transition: opacity .3s;
}
.gallery-grid a:hover::after { opacity: 1; }
.gallery-grid .g-plus {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(.7);
  width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--teal-700);
  display: grid; place-items: center; opacity: 0; transition: all .3s; z-index: 2;
}
.gallery-grid a:hover .g-plus { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.gallery-grid .g-plus svg { width: 20px; height: 20px; }

/* ============ Team ============ */
.team { padding-block: 96px; background: var(--bg-soft); }
/* Flex rather than grid: the roster is an odd count, so the final row centres
   itself instead of leaving a gap where the missing columns would be. */
.team-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }
.team-card {
  flex: 0 1 265px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden;
  text-align: center; transition: transform .2s, box-shadow .2s;
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.team-photo {
  aspect-ratio: 1; background: linear-gradient(150deg, var(--teal-500), var(--teal-800));
  display: grid; place-items: center; position: relative; overflow: hidden;
}
.team-photo::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 50% 20%, rgba(244,194,26,.22), transparent 60%);
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.team-photo .initials { font-family: var(--font-head); font-weight: 800; font-size: 2.6rem; color: #fff; position: relative; z-index: 1; }
.team-body { padding: 20px 18px 24px; }
.team-body h4 { font-size: 1.1rem; margin-bottom: 4px; }
.team-body span { font-size: .85rem; color: var(--teal-700); font-weight: 600; font-family: var(--font-head); }
.team-socials { display: flex; justify-content: center; gap: 8px; margin-top: 14px; }
.team-socials a {
  width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--ink-500); transition: all .15s;
}
.team-socials a:hover { background: var(--teal-700); border-color: var(--teal-700); color: #fff; }
.team-socials svg { width: 16px; height: 16px; }

/* ============ FAQ ============ */
.faq { padding-block: 96px; }
.faq .wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.faq .sec-head { margin-bottom: 0; }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.faq-item.open { box-shadow: var(--shadow-md); border-color: transparent; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; color: var(--ink-900);
}
.faq-q .fq-ico {
  width: 28px; height: 28px; border-radius: 50%; background: var(--teal-050); color: var(--teal-700);
  display: grid; place-items: center; flex-shrink: 0; transition: transform .25s, background .2s, color .2s;
}
.faq-q .fq-ico svg { width: 16px; height: 16px; }
.faq-item.open .fq-ico { background: var(--teal-700); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--ink-500); font-size: .95rem; }

/* ============ Blog ============ */
.blog { padding-block: 96px; background: var(--bg-soft); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.blog-thumb { aspect-ratio: 16/10; background: linear-gradient(150deg, var(--teal-500), var(--teal-800)); overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-body { padding: 22px 22px 26px; }
.blog-date { font-size: .78rem; font-weight: 700; color: var(--teal-700); font-family: var(--font-head); text-transform: uppercase; letter-spacing: .06em; }
.blog-body h4 { font-size: 1.12rem; margin: 8px 0 10px; }
.blog-body p { font-size: .9rem; color: var(--ink-500); margin-bottom: 16px; }
.read-more { font-family: var(--font-head); font-weight: 700; font-size: .87rem; color: var(--teal-700); display: inline-flex; align-items: center; gap: 6px; }
.read-more svg { width: 15px; height: 15px; transition: transform .2s; }
.read-more:hover svg { transform: translateX(4px); }

/* ============ Responsive — new sections ============ */
@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .faq .wrap { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .bf-grid { grid-template-columns: 1fr; }
  .book-form { padding: 26px 22px 22px; }
}
@media (max-width: 400px) {
  .team-card { flex: 1 1 100%; max-width: 320px; }
  .wrap { padding-inline: 16px; }
  .brand img { height: 50px; }
}

/* ============================================================
   INTERNAL PAGES
   ============================================================ */

/* Page banner */
.page-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--teal-800), var(--teal-900)); color: #fff; padding: 66px 0 74px; }
.page-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(45% 120% at 88% 0%, rgba(244,194,26,.20), transparent 55%), radial-gradient(40% 100% at 4% 100%, rgba(28,184,167,.28), transparent 60%); }
.page-hero .wrap { position: relative; }
.page-hero h1 { color:#fff; font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 800; }
.page-hero p { color: rgba(255,255,255,.82); max-width: 580px; margin-top: 12px; font-size: 1.05rem; }
.breadcrumb { display:flex; align-items:center; gap:9px; font-size:.88rem; color: rgba(255,255,255,.72); margin-bottom: 18px; font-family: var(--font-head); font-weight:600; }
.breadcrumb a:hover { color: var(--gold-500); }
.breadcrumb .sep { width:5px; height:5px; border-radius:50%; background: rgba(255,255,255,.4); }
.breadcrumb .current { color: var(--gold-500); }

/* Active nav item */
.nav-links > li > a.active { background: linear-gradient(180deg, var(--teal-700), var(--teal-800)); color:#fff; border-color: transparent; box-shadow: 0 3px 0 #063f39, 0 5px 10px rgba(8,74,68,.18), inset 0 1px 0 rgba(255,255,255,.18); }
.nav-links > li > a.active:hover { color:#fff; }

/* Generic section */
.section { padding-block: 88px; }
.section.soft { background: var(--bg-soft); }
.prose { max-width: 760px; }
.prose p { margin-bottom: 16px; color: var(--ink-500); }

/* Split intro */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items:center; }
.split-media { border-radius: var(--r-lg); overflow:hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; background: linear-gradient(150deg, var(--teal-500), var(--teal-800)); position: relative; }
.split-media img { width:100%; height:100%; object-fit:cover; }
.split-media .badge-float { position:absolute; bottom:-24px; left:-24px; background: var(--teal-900); color:#fff; border-radius: var(--r-md); padding: 20px 24px; box-shadow: var(--shadow-lg); text-align:center; }
.split-media .badge-float b { font-family: var(--font-head); font-size:2.2rem; font-weight:800; color: var(--gold-500); display:block; line-height:1; }
.split-media .badge-float small { font-size:.78rem; opacity:.85; }

/* Feature / value / info cards */
.feature-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-grid.cols-2 { grid-template-columns: repeat(2,1fr); }
.feature-grid.cols-4 { grid-template-columns: repeat(4,1fr); }
.feature-card { background:#fff; border:1px solid var(--line); border-radius: var(--r-md); padding: 28px 26px; transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature-card .f-ico { width:52px; height:52px; border-radius:14px; display:grid; place-items:center; margin-bottom:16px; background: var(--teal-050); color: var(--teal-700); }
.feature-card .f-ico svg { width:26px; height:26px; }
.feature-card h3 { font-size:1.15rem; margin-bottom:8px; }
.feature-card p { font-size:.92rem; color: var(--ink-500); }

/* Contact */
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items:start; }
.contact-info { display:flex; flex-direction:column; gap: 14px; }
.contact-row { display:flex; gap:16px; align-items:flex-start; background:#fff; border:1px solid var(--line); border-radius: var(--r-md); padding: 20px 22px; }
.contact-row .c-ico { width:46px; height:46px; border-radius:12px; background: var(--teal-050); color: var(--teal-700); display:grid; place-items:center; flex-shrink:0; }
.contact-row .c-ico svg { width:22px; height:22px; }
.contact-row h4 { font-size:1.02rem; margin-bottom:3px; }
.contact-row p, .contact-row a { font-size:.93rem; color: var(--ink-500); }
.contact-row a:hover { color: var(--teal-700); }
.map-embed { border-radius: var(--r-md); overflow:hidden; border:1px solid var(--line); aspect-ratio: 16/9; }
.map-embed iframe { width:100%; height:100%; border:0; display:block; }

/* Textarea for forms */
.bf-field textarea { font-family: var(--font-body); font-size:.92rem; color: var(--ink-900); padding:12px 14px; border:1.5px solid var(--line); border-radius: var(--r-sm); background:#fbfdfc; width:100%; resize: vertical; min-height: 120px; transition: border-color .15s, box-shadow .15s; }
.bf-field textarea::placeholder { color:#a7bcb7; }
.bf-field textarea:focus { outline:none; border-color: var(--teal-600); box-shadow: 0 0 0 3px rgba(20,163,148,.15); background:#fff; }

/* Insurance plans */
.plans-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.plan-chip { background:#fff; border:1px solid var(--line); border-radius: var(--r-md); padding: 20px; text-align:center; font-family: var(--font-head); font-weight:700; color: var(--ink-700); display:flex; align-items:center; justify-content:center; gap:10px; min-height: 82px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.plan-chip:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.plan-chip svg { width:20px; height:20px; color: var(--teal-600); flex-shrink:0; }

/* Numbered list */
.num-list { display:grid; gap: 16px; }
.num-list li { display:flex; gap:16px; align-items:flex-start; background:#fff; border:1px solid var(--line); border-radius: var(--r-md); padding: 22px 24px; }
.num-list .n { width:36px; height:36px; border-radius:50%; background: var(--teal-700); color:#fff; font-family: var(--font-head); font-weight:800; display:grid; place-items:center; flex-shrink:0; }
.num-list h4 { font-size:1.05rem; margin-bottom:4px; }
.num-list p { font-size:.92rem; color: var(--ink-500); }

/* Gallery page */
.gallery-page .gallery-grid { grid-template-columns: repeat(3, 1fr); }

@media (max-width:1024px){
  .split{grid-template-columns:1fr;gap:44px}
  .feature-grid,.feature-grid.cols-4{grid-template-columns:repeat(2,1fr)}
  .plans-grid{grid-template-columns:repeat(3,1fr)}
  .contact-grid{grid-template-columns:1fr;gap:36px}
  .gallery-page .gallery-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .feature-grid,.feature-grid.cols-2,.feature-grid.cols-4{grid-template-columns:1fr}
  .plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .plan-chip{padding:16px 12px;font-size:.9rem;min-height:70px;gap:7px}
  .split-media .badge-float{left:8px}
}
@media (max-width:400px){
  .plans-grid{grid-template-columns:1fr}
}

/* Staff page */
.team-body .bio { font-size:.9rem; color: var(--ink-500); margin-top:10px; }
.staff-lead .split { margin-bottom: 64px; }
.staff-lead .split:last-child { margin-bottom: 0; }
.staff-role { font-size: clamp(1.5rem,3vw,2rem); margin: 10px 0 14px; }
@media (max-width:1024px){ .staff-lead .split .split-media { order: -1; } }

/* ============ Services listing ============ */
.slist-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.slist-card { background:#fff; border:1px solid var(--line); border-radius:var(--r-md); overflow:hidden; display:flex; flex-direction:column; transition:transform .2s, box-shadow .2s; }
.slist-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-md); }
.slist-media { aspect-ratio:16/10; overflow:hidden; background:linear-gradient(150deg,var(--teal-500),var(--teal-800)); position:relative; }
.slist-media img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.slist-card:hover .slist-media img { transform:scale(1.06); }
.slist-media .tag { position:absolute; top:12px; left:12px; background:#fff; color:var(--teal-700); font-family:var(--font-head); font-weight:700; font-size:.68rem; letter-spacing:.05em; text-transform:uppercase; padding:5px 12px; border-radius:999px; box-shadow:var(--shadow-sm); }
.slist-body { padding:22px 24px 26px; display:flex; flex-direction:column; flex:1; }
.slist-body h3 { font-size:1.18rem; margin-bottom:8px; }
.slist-body p { font-size:.92rem; color:var(--ink-500); margin-bottom:16px; }
.slist-body .read-more { margin-top:auto; }

/* ============ Service detail ============ */
.detail-price { display:inline-flex; align-items:baseline; gap:6px; font-family:var(--font-head); font-weight:800; color:var(--teal-800); font-size:1.6rem; margin:6px 0; }
.detail-price small { font-size:.85rem; font-weight:500; color:var(--ink-500); }
.chip-row { display:flex; flex-wrap:wrap; gap:10px; margin:16px 0 26px; }
.chip-row .chip { display:inline-flex; align-items:center; gap:7px; background:var(--teal-050); color:var(--teal-800); font-family:var(--font-head); font-weight:600; font-size:.85rem; padding:8px 14px; border-radius:999px; }
.chip-row .chip svg { width:15px; height:15px; color:var(--teal-600); }

@media (max-width:1024px){ .slist-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .slist-grid{grid-template-columns:1fr;} }

/* ============ Patients — portal preview card ============ */
.portal-card { background:#fff; border:1px solid var(--line); border-radius:var(--r-lg); box-shadow:var(--shadow-lg); padding:12px; }
.portal-top { display:flex; align-items:center; gap:10px; padding:12px 14px 14px; border-bottom:1px solid var(--line); margin-bottom:6px; }
.portal-top .dots { display:flex; gap:6px; }
.portal-top .dots i { width:10px; height:10px; border-radius:50%; background:var(--line); display:block; }
.portal-top .dots i:first-child { background:#ff8787; }
.portal-top .dots i:nth-child(2) { background:var(--gold-500); }
.portal-top .dots i:nth-child(3) { background:var(--teal-500); }
.portal-top b { font-family:var(--font-head); font-size:.9rem; color:var(--ink-700); margin-left:4px; }
.portal-row { display:flex; align-items:center; gap:14px; padding:13px 14px; border-radius:var(--r-md); transition:background .15s; cursor:default; }
.portal-row:hover { background:var(--bg-soft); }
.portal-row .pr-ico { width:42px; height:42px; border-radius:12px; display:grid; place-items:center; flex-shrink:0; }
.portal-row .pr-ico svg { width:20px; height:20px; }
.portal-row .pr-txt b { font-family:var(--font-head); font-size:.96rem; color:var(--ink-900); display:block; line-height:1.2; }
.portal-row .pr-txt small { font-size:.82rem; color:var(--ink-500); }
.portal-row .pr-go { margin-left:auto; color:var(--teal-600); flex-shrink:0; }
.portal-row .pr-go svg { width:18px; height:18px; }

/* ============ Contact page ============ */
.map-full { border-radius:var(--r-lg); overflow:hidden; border:1px solid var(--line); height:440px; box-shadow:var(--shadow-md); }
.map-full iframe { width:100%; height:100%; border:0; display:block; }
.info-aside { background:linear-gradient(150deg, var(--teal-700), var(--teal-900)); color:#fff; border-radius:var(--r-lg); padding:34px 32px; box-shadow:var(--shadow-lg); position:relative; overflow:hidden; }
.info-aside::before { content:""; position:absolute; right:-50px; top:-50px; width:200px; height:200px; border-radius:50%; background:radial-gradient(circle, rgba(244,194,26,.22), transparent 65%); }
.info-aside > * { position:relative; }
.info-aside h3 { color:#fff; font-size:1.35rem; margin-bottom:10px; }
.info-aside .ia-intro { color:rgba(255,255,255,.82); font-size:.92rem; margin-bottom:12px; }
.info-aside .ia-row { display:flex; gap:13px; align-items:flex-start; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.12); }
.info-aside .ia-row:last-of-type { border-bottom:0; }
.info-aside .ia-ico { width:42px; height:42px; border-radius:12px; background:rgba(255,255,255,.12); color:var(--gold-500); display:grid; place-items:center; flex-shrink:0; }
.info-aside .ia-ico svg { width:20px; height:20px; }
.info-aside .ia-row b { font-family:var(--font-head); display:block; font-size:.98rem; color:#fff; }
.info-aside .ia-row small { color:rgba(255,255,255,.8); font-size:.86rem; }
.info-aside .ia-row a { color:#fff; }
.info-aside .ia-row a:hover { color:var(--gold-500); }
.info-aside .ia-socials { display:flex; gap:10px; margin-top:22px; }
.info-aside .ia-socials a { width:40px; height:40px; border-radius:50%; border:1px solid rgba(255,255,255,.22); display:grid; place-items:center; color:#fff; transition:all .15s; }
.info-aside .ia-socials a:hover { background:var(--gold-500); border-color:var(--gold-500); color:var(--teal-900); }
.info-aside .ia-socials svg { width:18px; height:18px; }

/* ============ Provider cards (staff) ============ */
.prov-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.prov-card { background:#fff; border:1px solid var(--line); border-radius:var(--r-md); padding:28px 24px; text-align:center; display:flex; flex-direction:column; transition:transform .2s, box-shadow .2s; }
.prov-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-md); }
.prov-avatar { width:96px; height:96px; border-radius:50%; margin:0 auto 16px; background:linear-gradient(150deg,var(--teal-500),var(--teal-800)); display:grid; place-items:center; overflow:hidden; box-shadow:var(--shadow-sm); }
.prov-avatar img { width:100%; height:100%; object-fit:cover; }
.prov-avatar span { font-family:var(--font-head); font-weight:800; font-size:1.85rem; color:#fff; }
.prov-card h3 { font-size:1.12rem; margin-bottom:4px; }
.prov-cred { font-family:var(--font-head); font-weight:700; font-size:.78rem; color:var(--teal-700); letter-spacing:.05em; text-transform:uppercase; }
.prov-title { font-size:.9rem; color:var(--ink-500); margin-top:5px; }
.prov-rating { display:inline-flex; align-items:center; gap:6px; margin:13px auto 0; background:var(--gold-050); color:var(--ink-900); font-family:var(--font-head); font-weight:700; font-size:.85rem; padding:6px 13px; border-radius:999px; }
.prov-rating .star { color:var(--gold-500); }
.prov-rating small { font-weight:500; color:var(--ink-500); }
.prov-bio { font-size:.88rem; color:var(--ink-500); margin:14px 0 12px; }
.prov-chips { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin-bottom:12px; }
.prov-chips span { display:inline-flex; align-items:center; gap:6px; background:var(--teal-050); color:var(--teal-800); font-size:.78rem; font-weight:600; font-family:var(--font-head); padding:6px 11px; border-radius:999px; }
.prov-chips svg { width:13px; height:13px; }
.prov-new { display:inline-flex; align-items:center; justify-content:center; gap:6px; font-size:.82rem; font-weight:600; color:var(--teal-700); margin-bottom:18px; }
.prov-new svg { width:15px; height:15px; }
.prov-card .btn { margin-top:auto; justify-content:center; }
@media (max-width:1024px){ .prov-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .prov-grid{grid-template-columns:1fr;} }

/* ============ Overflow / cropping fixes ============ */
/* Badges used to sit outside their image (left:-24px), which pushed layout past the
   viewport edge and made the badge and the adjacent text look cropped. Keep them inside. */
.split-media .badge-float { bottom: 18px; left: 18px; }
.about-media .about-stat { bottom: 18px; left: 18px; }
body { overflow-x: hidden; }

/* Staff leadership headshots are square (600x600) — a 4/3 frame cropped heads/shoulders.
   Show them square, anchored to the top so faces are never cut. */
.staff-lead .split-media { aspect-ratio: 1 / 1; }
.staff-lead .split-media img { object-position: center top; }

/* Honeypot: hidden from people, visible to bots that fill in every field.
   Kept off-screen rather than display:none so naive bots still see it. */
.bf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* Inline error shown when the form fails to send. */
.bf-error {
  margin: 0 0 14px;
  padding: 12px 16px;
  border: 1px solid #f3c7c2;
  border-left: 4px solid #d9534f;
  border-radius: 10px;
  background: #fdf3f2;
  color: #8f2d29;
  font-size: .93rem;
  line-height: 1.55;
}
