/* ============================================================
   Dr. Nand Kishore Homeopathy Clinic — Global Stylesheet
   Palette: Blue & White
   ============================================================ */

:root {
  --blue-900: #072b5f;
  --blue-800: #0a3d82;
  --blue-700: #0b4fae;
  --blue-600: #0d63d6;
  --blue-500: #1a75e8;
  --blue-400: #4d97f0;
  --blue-200: #b9d6fa;
  --blue-100: #e3eefc;
  --blue-50:  #f2f7fe;
  --sky:      #eaf3ff;

  --ink:      #12233d;
  --body:     #3f5069;
  --muted:    #6c7c92;
  --line:     #e2e9f2;
  --white:    #ffffff;

  --green:    #17a673;

  --radius:   16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(13, 60, 130, .06);
  --shadow:   0 12px 34px rgba(13, 60, 130, .10);
  --shadow-lg: 0 22px 60px rgba(10, 61, 130, .16);
  --maxw:     1180px;

  --font: "Poppins", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  font-family: var(--font);
  color: var(--body);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; font-weight: 700; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.section { padding: 84px 0; }
.section--tint { background: var(--blue-50); }
.section--blue {
  background: linear-gradient(135deg, var(--blue-800), var(--blue-600));
  color: #dbe8fb;
}
.section--blue h2, .section--blue h3 { color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 26px; border-radius: 40px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  border: 2px solid transparent; transition: .25s ease;
  font-family: var(--font);
}
.btn--primary { background: var(--blue-600); color: #fff; box-shadow: 0 10px 24px rgba(13,99,214,.32); }
.btn--primary:hover { background: var(--blue-700); transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--blue-700); }
.btn--white:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--ghost { border-color: rgba(255,255,255,.6); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--outline { border-color: var(--blue-200); color: var(--blue-700); background: #fff; }
.btn--outline:hover { border-color: var(--blue-600); }
.btn--green { background: var(--green); color: #fff; }
.btn--green:hover { background: #128a5f; transform: translateY(-2px); }

/* ---------- Section heading ---------- */
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: 2px;
  font-size: 12.5px; font-weight: 700; color: var(--blue-600);
  background: var(--blue-100); padding: 6px 15px; border-radius: 40px;
  margin-bottom: 16px;
}
.section--blue .eyebrow { background: rgba(255,255,255,.16); color: #fff; }
.head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.head h2 { font-size: clamp(28px, 4vw, 40px); }
.head p { margin-top: 14px; color: var(--muted); font-size: 16px; }
.section--blue .head p { color: #cfe0fa; }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar {
  background: var(--blue-900); color: #cfe0fa; font-size: 13.5px;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 42px; flex-wrap: wrap; }
.topbar a { color: #cfe0fa; transition: .2s; }
.topbar a:hover { color: #fff; }
.topbar .tb-left, .topbar .tb-right { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 15px; height: 15px; fill: var(--blue-400); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 100; background: #fff;
  box-shadow: 0 2px 18px rgba(13,60,130,.07);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .logo {
  width: 48px; height: 48px; border-radius: 12px; flex: none;
  background: linear-gradient(135deg, var(--blue-600), var(--blue-800));
  display: grid; place-items: center;
}
.brand .logo svg { width: 27px; height: 27px; fill: #fff; }
.brand .b-text b { display: block; color: var(--ink); font-size: 18px; font-weight: 700; line-height: 1.1; }
.brand .b-text span { font-size: 12px; color: var(--blue-600); letter-spacing: .5px; font-weight: 600; }

.menu { display: flex; align-items: center; gap: 4px; }
.menu a {
  padding: 10px 15px; font-weight: 500; font-size: 15px; color: var(--ink);
  border-radius: 8px; transition: .2s;
}
.menu a:hover, .menu a.active { color: var(--blue-600); background: var(--blue-50); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 3px; transition: .3s; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(1100px 600px at 90% -10%, #dcebff 0%, transparent 55%), var(--blue-50);
  padding: 70px 0 80px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: #fff;
  padding: 8px 16px; border-radius: 40px; box-shadow: var(--shadow-sm);
  font-size: 13.5px; font-weight: 600; color: var(--blue-700); margin-bottom: 22px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(23,166,115,.18); }
.hero h1 { font-size: clamp(32px, 5vw, 54px); letter-spacing: -.5px; }
.hero h1 .grad {
  background: linear-gradient(120deg, var(--blue-600), var(--blue-400));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p.lead { font-size: 18px; color: var(--body); margin: 22px 0 30px; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust .t { display: flex; flex-direction: column; }
.hero-trust .t b { font-size: 26px; color: var(--blue-700); }
.hero-trust .t span { font-size: 13px; color: var(--muted); }

.hero-visual { position: relative; }
.hero-visual .photo {
  border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg);
  border: 6px solid #fff; aspect-ratio: 4/5; background: var(--blue-100);
}
.hero-visual .photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-float {
  position: absolute; background: #fff; border-radius: 14px; padding: 14px 18px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px;
}
.hero-float .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--blue-100); display: grid; place-items: center; flex: none; }
.hero-float .ic svg { width: 22px; height: 22px; fill: var(--blue-600); }
.hero-float b { display: block; font-size: 17px; color: var(--ink); line-height: 1; }
.hero-float span { font-size: 12px; color: var(--muted); }
.hero-float.f1 { top: 30px; left: -26px; }
.hero-float.f2 { bottom: 30px; right: -22px; }

/* ============================================================
   FEATURE STRIP (values)
   ============================================================ */
.values { margin-top: -46px; position: relative; z-index: 5; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card {
  background: #fff; border-radius: var(--radius); padding: 26px 22px;
  box-shadow: var(--shadow); border: 1px solid var(--line); transition: .25s;
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.value-card .ic { width: 52px; height: 52px; border-radius: 13px; background: var(--blue-100); display: grid; place-items: center; margin-bottom: 16px; }
.value-card .ic svg { width: 27px; height: 27px; fill: var(--blue-600); }
.value-card h3 { font-size: 17px; margin-bottom: 7px; }
.value-card p { font-size: 14px; color: var(--muted); }

/* ============================================================
   ABOUT / SPLIT
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.rev .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; aspect-ratio: 5/4; }
.split-media .exp {
  position: absolute; right: -18px; bottom: -18px; background: var(--blue-600); color: #fff;
  padding: 20px 24px; border-radius: 16px; box-shadow: var(--shadow-lg); text-align: center;
}
.split-media .exp b { font-size: 34px; display: block; line-height: 1; }
.split-media .exp span { font-size: 12.5px; opacity: .9; }
.split-copy h2 { font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 18px; }
.split-copy p { margin-bottom: 16px; }
.ticks { margin: 22px 0 28px; display: grid; gap: 12px; }
.ticks li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink); font-weight: 500; }
.ticks .tk { width: 24px; height: 24px; border-radius: 50%; background: var(--blue-100); display: grid; place-items: center; flex: none; margin-top: 2px; }
.ticks .tk svg { width: 13px; height: 13px; fill: var(--blue-600); }

/* ============================================================
   SPECIALITIES GRID
   ============================================================ */
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.spec-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 20px; text-align: center; transition: .25s; position: relative; overflow: hidden;
}
.spec-card::before {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--blue-600), var(--blue-800));
  opacity: 0; transition: .25s; z-index: 0;
}
.spec-card > * { position: relative; z-index: 1; }
.spec-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.spec-card:hover::before { opacity: 1; }
.spec-card:hover h3, .spec-card:hover p { color: #fff; }
.spec-card:hover .ic { background: rgba(255,255,255,.16); }
.spec-card:hover .ic svg { fill: #fff; }
.spec-card .ic { width: 60px; height: 60px; border-radius: 16px; background: var(--blue-100); display: grid; place-items: center; margin: 0 auto 16px; transition: .25s; }
.spec-card .ic svg { width: 30px; height: 30px; fill: var(--blue-600); transition: .25s; }
.spec-card h3 { font-size: 16px; margin-bottom: 6px; transition: .25s; }
.spec-card p { font-size: 13px; color: var(--muted); transition: .25s; }

/* ============================================================
   STATS
   ============================================================ */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center; }
.stat b { font-size: clamp(32px, 5vw, 48px); color: #fff; font-weight: 800; line-height: 1; }
.stat span { display: block; margin-top: 10px; font-size: 15px; color: #cfe0fa; }
.stat .plus { color: var(--blue-200); }

/* ============================================================
   PROCESS
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { text-align: center; position: relative; padding: 0 10px; }
.step .num {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px;
  background: #fff; border: 2px dashed var(--blue-200); display: grid; place-items: center;
  font-size: 22px; font-weight: 800; color: var(--blue-600);
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tst-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm); transition: .25s;
}
.tst-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.tst-card .stars { color: #f6b900; margin-bottom: 14px; font-size: 16px; letter-spacing: 2px; }
.tst-card p { font-style: italic; color: var(--body); margin-bottom: 20px; }
.tst-who { display: flex; align-items: center; gap: 13px; }
.tst-who .av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--blue-400), var(--blue-700)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 17px; }
.tst-who b { color: var(--ink); font-size: 15px; display: block; line-height: 1.2; }
.tst-who span { font-size: 13px; color: var(--muted); }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta {
  background: linear-gradient(120deg, var(--blue-700), var(--blue-500));
  border-radius: 24px; padding: 54px; color: #fff; text-align: center; position: relative; overflow: hidden;
}
.cta::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.08); top: -120px; right: -80px; }
.cta h2 { color: #fff; font-size: clamp(26px, 3.6vw, 38px); position: relative; }
.cta p { max-width: 560px; margin: 14px auto 26px; color: #e4eefc; position: relative; }
.cta .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ============================================================
   CONTACT / APPOINTMENT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 44px; align-items: stretch; }
.contact-info { display: grid; gap: 18px; align-content: start; }
.ci-card {
  display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); transition: .2s;
}
.ci-card:hover { box-shadow: var(--shadow); }
.ci-card .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--blue-100); display: grid; place-items: center; flex: none; }
.ci-card .ic svg { width: 23px; height: 23px; fill: var(--blue-600); }
.ci-card h4 { font-size: 16px; margin-bottom: 4px; }
.ci-card p, .ci-card a { font-size: 14.5px; color: var(--body); }
.ci-card a:hover { color: var(--blue-600); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-card h3 { font-size: 22px; margin-bottom: 6px; }
.form-card > p { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--font); font-size: 14.5px; color: var(--ink); background: var(--blue-50); transition: .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue-500); background: #fff; box-shadow: 0 0 0 4px rgba(26,117,232,.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; text-align: center; }

.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 6px solid #fff; margin-top: 46px; }
.map-wrap iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--blue-900); color: #a9c3ea; padding: 66px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; }
.footer h4 { color: #fff; font-size: 16px; margin-bottom: 20px; letter-spacing: .5px; }
.footer .brand .b-text b { color: #fff; }
.footer .brand .b-text span { color: var(--blue-400); }
.footer p { font-size: 14px; margin: 18px 0; color: #9fbbe6; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: 14px; color: #a9c3ea; transition: .2s; }
.footer-links a:hover { color: #fff; padding-left: 5px; }
.foot-contact li { display: flex; gap: 11px; font-size: 14px; margin-bottom: 13px; color: #a9c3ea; align-items: flex-start; }
.foot-contact svg { width: 17px; height: 17px; fill: var(--blue-400); flex: none; margin-top: 3px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: .2s; }
.socials a:hover { background: var(--blue-600); }
.socials svg { width: 18px; height: 18px; fill: #cfe0fa; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding: 22px 0; text-align: center; font-size: 13px; color: #86a4d4; }
.footer-bottom a { color: var(--blue-400); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
  background: linear-gradient(120deg, var(--blue-800), var(--blue-600));
  color: #fff; padding: 66px 0; text-align: center; position: relative; overflow: hidden;
}
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,.06); top: -160px; right: -60px; }
.page-hero h1 { color: #fff; font-size: clamp(30px, 5vw, 46px); position: relative; }
.page-hero .crumbs { margin-top: 14px; font-size: 14px; color: #cfe0fa; position: relative; }
.page-hero .crumbs a:hover { color: #fff; }

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
.floaters { position: fixed; right: 20px; bottom: 22px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.floaters a { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow); transition: .2s; }
.floaters a:hover { transform: scale(1.08); }
.floaters svg { width: 27px; height: 27px; fill: #fff; }
.fl-wa { background: #25d366; }
.fl-call { background: var(--blue-600); animation: ring 2.2s infinite; }
@keyframes ring { 0%,100% { box-shadow: 0 0 0 0 rgba(13,99,214,.5); } 50% { box-shadow: 0 0 0 12px rgba(13,99,214,0); } }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal--left { transform: translateX(-42px); }
.reveal--right { transform: translateX(42px); }
.reveal--zoom { transform: scale(.9); }
.reveal--left.in, .reveal--right.in, .reveal--zoom.in { transform: none; }
.r-d1 { transition-delay: .08s; } .r-d2 { transition-delay: .16s; }
.r-d3 { transition-delay: .24s; } .r-d4 { transition-delay: .32s; }
.r-d5 { transition-delay: .40s; } .r-d6 { transition-delay: .48s; }

/* floating / blob keyframes */
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes floaty2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(12px); } }
@keyframes blob { 0%,100% { border-radius: 42% 58% 60% 40% / 45% 45% 55% 55%; } 50% { border-radius: 60% 40% 42% 58% / 55% 55% 45% 45%; } }
@keyframes spin-slow { to { transform: rotate(360deg); } }
@keyframes pulse-soft { 0%,100% { transform: scale(1); opacity: .5; } 50% { transform: scale(1.08); opacity: .8; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
}
@media (max-width: 860px) {
  .menu { position: fixed; inset: 76px 0 auto 0; background: #fff; flex-direction: column;
    align-items: stretch; padding: 14px 22px 24px; gap: 4px; box-shadow: var(--shadow);
    transform: translateY(-140%); transition: .35s; }
  .menu.open { transform: none; }
  .menu a { padding: 13px 12px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .hamburger { display: block; }
  .nav-cta .btn:not(.hamburger) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 420px; margin: 0 auto; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split.rev .split-media { order: 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .tst-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .cta { padding: 40px 24px; }
}
@media (max-width: 560px) {
  .section { padding: 60px 0; }
  .values-grid, .spec-grid, .stats-grid, .steps { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .topbar .tb-left { display: none; }
  .topbar .container { justify-content: center; }
  .hero-float { display: none; }
}
@media (max-width: 400px) {
  .values-grid, .spec-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   HERO VISUAL — blobs & decorative (no doctor photo)
   ============================================================ */
.hero-visual { position: relative; }
.hero-art { position: relative; display: grid; place-items: center; min-height: 460px; }
.hero-blob {
  position: absolute; width: 420px; height: 420px; max-width: 92%;
  background: linear-gradient(135deg, var(--blue-500), var(--blue-800));
  animation: blob 9s ease-in-out infinite, floaty 7s ease-in-out infinite;
  box-shadow: 0 30px 70px rgba(11,79,174,.34);
}
.hero-art .hero-pic {
  position: relative; z-index: 2; width: 84%; border-radius: 22px; overflow: hidden;
  border: 6px solid #fff; box-shadow: var(--shadow-lg); background: var(--blue-100); aspect-ratio: 1/1;
}
.hero-art .hero-pic img { width: 100%; height: 100%; object-fit: cover; }
.hero-ring {
  position: absolute; z-index: 1; width: 300px; height: 300px; border-radius: 50%;
  border: 2px dashed rgba(255,255,255,.6); animation: spin-slow 26s linear infinite;
}
.hero-dot { position: absolute; border-radius: 50%; background: var(--blue-400); opacity: .4; animation: pulse-soft 4s ease-in-out infinite; }

/* ============================================================
   MARQUEE strip
   ============================================================ */
.marquee { background: var(--blue-800); overflow: hidden; padding: 15px 0; white-space: nowrap; }
.marquee-track { display: inline-flex; gap: 42px; animation: marquee 26s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span { color: #cfe0fa; font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 42px; }
.marquee span::after { content: "\2726"; color: var(--blue-400); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   APPROACH / TIMELINE cards with images
   ============================================================ */
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.approach-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: .3s; position: relative;
}
.approach-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.approach-card .img { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.approach-card .img img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.approach-card:hover .img img { transform: scale(1.07); }
.approach-card .step-tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--blue-600); color: #fff; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-weight: 800; box-shadow: var(--shadow); }
.approach-card .body { padding: 24px 22px; }
.approach-card h3 { font-size: 19px; margin-bottom: 8px; }
.approach-card p { font-size: 14.5px; color: var(--muted); }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 1/1; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.gallery-item:hover img { transform: scale(1.09); }
.gallery-item .cap {
  position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 18px;
  background: linear-gradient(to top, rgba(7,43,95,.82), transparent 60%);
  color: #fff; font-weight: 600; opacity: 0; transition: .35s;
}
.gallery-item:hover .cap { opacity: 1; }
.gallery-item .cap span { transform: translateY(10px); transition: .35s; }
.gallery-item:hover .cap span { transform: none; }

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq-wrap { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm); overflow: hidden; transition: .2s;
}
.faq.open { box-shadow: var(--shadow); border-color: var(--blue-200); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 22px; cursor: pointer; font-weight: 600; color: var(--ink); font-size: 16px;
}
.faq-q .ico { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--blue-100); display: grid; place-items: center; transition: .3s; }
.faq-q .ico svg { width: 15px; height: 15px; fill: var(--blue-600); transition: .3s; }
.faq.open .faq-q .ico { background: var(--blue-600); transform: rotate(180deg); }
.faq.open .faq-q .ico svg { fill: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .38s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--muted); font-size: 14.5px; }

/* ============================================================
   BLOG cards
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: .3s; display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.blog-card .thumb { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.blog-card:hover .thumb img { transform: scale(1.07); }
.blog-card .tag { position: absolute; top: 14px; left: 14px; background: #fff; color: var(--blue-700); font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 40px; box-shadow: var(--shadow-sm); }
.blog-card .body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.blog-card .meta { font-size: 12.5px; color: var(--muted); margin-bottom: 10px; display: flex; gap: 14px; }
.blog-card h3 { font-size: 18px; margin-bottom: 10px; line-height: 1.35; }
.blog-card p { font-size: 14px; color: var(--muted); margin-bottom: 16px; flex: 1; }
.blog-card .more { font-weight: 600; color: var(--blue-600); font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.blog-card .more svg { width: 15px; height: 15px; fill: var(--blue-600); transition: .2s; }
.blog-card:hover .more svg { transform: translateX(4px); }

/* ---- single post ---- */
.post { max-width: 820px; margin: 0 auto; }
.post-hero-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 30px; }
.post-body h2 { font-size: 26px; margin: 32px 0 14px; }
.post-body h3 { font-size: 20px; margin: 24px 0 10px; }
.post-body p { margin-bottom: 16px; }
.post-body ul { margin: 0 0 18px; padding-left: 4px; display: grid; gap: 10px; }
.post-body ul li { display: flex; gap: 11px; align-items: flex-start; }
.post-body ul li::before { content: ""; width: 18px; height: 18px; border-radius: 50%; flex: none; margin-top: 4px; background-color: var(--blue-100); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230d63d6'%3E%3Cpath d='M20.3 4.3l-11 11-4.6-4.6-1.4 1.4 6 6 12.4-12.4z'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; }
.post-body blockquote { border-left: 4px solid var(--blue-600); background: var(--blue-50); padding: 16px 22px; border-radius: 8px; font-style: italic; color: var(--ink); margin: 22px 0; }
.post-share { display: flex; gap: 10px; align-items: center; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }

/* ============================================================
   BOOKING — multi-step
   ============================================================ */
.booking-shell { max-width: 900px; margin: 0 auto; }
.steps-bar { display: flex; justify-content: space-between; margin-bottom: 38px; position: relative; }
.steps-bar::before { content: ""; position: absolute; top: 22px; left: 8%; right: 8%; height: 3px; background: var(--line); z-index: 0; }
.steps-bar .prog { position: absolute; top: 22px; left: 8%; height: 3px; background: var(--blue-600); z-index: 1; width: 0; transition: width .4s ease; }
.step-dot { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 1; }
.step-dot .circle { width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 3px solid var(--line); display: grid; place-items: center; font-weight: 700; color: var(--muted); transition: .3s; }
.step-dot .lbl { font-size: 12.5px; color: var(--muted); font-weight: 600; text-align: center; }
.step-dot.active .circle { border-color: var(--blue-600); color: var(--blue-600); box-shadow: 0 0 0 5px rgba(13,99,214,.14); }
.step-dot.done .circle { background: var(--blue-600); border-color: var(--blue-600); color: #fff; }
.step-dot.active .lbl, .step-dot.done .lbl { color: var(--blue-700); }

.booking-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.bk-panel { display: none; animation: fadeUp .4s ease; }
.bk-panel.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.bk-panel h3 { font-size: 22px; margin-bottom: 6px; }
.bk-panel > p.sub { color: var(--muted); font-size: 14px; margin-bottom: 22px; }

.opt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.opt {
  border: 2px solid var(--line); border-radius: 12px; padding: 16px 14px; cursor: pointer;
  text-align: center; transition: .2s; font-weight: 600; font-size: 14px; color: var(--ink); background: var(--blue-50);
}
.opt:hover { border-color: var(--blue-200); }
.opt.sel { border-color: var(--blue-600); background: #fff; box-shadow: 0 0 0 4px rgba(13,99,214,.12); color: var(--blue-700); }
.opt .oi { width: 40px; height: 40px; margin: 0 auto 8px; border-radius: 10px; background: var(--blue-100); display: grid; place-items: center; }
.opt.sel .oi { background: var(--blue-600); }
.opt .oi svg { width: 22px; height: 22px; fill: var(--blue-600); }
.opt.sel .oi svg { fill: #fff; }

.slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.slot { border: 2px solid var(--line); border-radius: 10px; padding: 11px; text-align: center; cursor: pointer; font-weight: 600; font-size: 13.5px; background: var(--blue-50); transition: .2s; }
.slot:hover { border-color: var(--blue-200); }
.slot.sel { border-color: var(--blue-600); background: var(--blue-600); color: #fff; }
.slot-head { font-size: 13px; font-weight: 700; color: var(--blue-700); margin: 18px 0 10px; text-transform: uppercase; letter-spacing: 1px; }

.summary { display: grid; gap: 12px; background: var(--blue-50); border-radius: 12px; padding: 22px; margin-bottom: 8px; }
.summary .row { display: flex; justify-content: space-between; gap: 14px; font-size: 14.5px; border-bottom: 1px dashed var(--blue-200); padding-bottom: 10px; }
.summary .row:last-child { border-bottom: 0; padding-bottom: 0; }
.summary .row b { color: var(--ink); }
.summary .row span { color: var(--body); text-align: right; }

.bk-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }
.bk-err { color: #d1435b; font-size: 13px; margin-top: 10px; display: none; }
.bk-err.show { display: block; }

/* ============================================================
   FLOATERS — enhanced with labels + back-to-top
   ============================================================ */
.floaters a { position: relative; }
.floaters a .fl-label {
  position: absolute; right: 66px; top: 50%; transform: translateY(-50%) translateX(8px);
  background: var(--ink); color: #fff; font-size: 12.5px; font-weight: 600; padding: 7px 12px;
  border-radius: 8px; white-space: nowrap; opacity: 0; pointer-events: none; transition: .25s; box-shadow: var(--shadow);
}
.floaters a .fl-label::after { content: ""; position: absolute; right: -5px; top: 50%; transform: translateY(-50%); border: 5px solid transparent; border-left-color: var(--ink); }
.floaters a:hover .fl-label { opacity: 1; transform: translateY(-50%) translateX(0); }
.fl-top { background: var(--blue-800); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .3s; }
.fl-top.show { opacity: 1; visibility: visible; transform: none; }

/* ============================================================
   CONTENT BAND / mini-cards
   ============================================================ */
.band { background: var(--blue-50); }
.mini-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 8px; }
.mini-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); transition:.25s; }
.mini-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.mini-card .ic { width:48px; height:48px; border-radius:12px; background:var(--blue-100); display:grid; place-items:center; margin-bottom:14px; }
.mini-card .ic svg { width:24px; height:24px; fill:var(--blue-600); }
.mini-card h3 { font-size:17px; margin-bottom:7px; }
.mini-card p { font-size:14px; color:var(--muted); }

/* ============================================================
   RESPONSIVE — new components
   ============================================================ */
@media (max-width: 1024px) {
  .approach-grid, .blog-grid, .mini-cards { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .opt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .approach-grid, .blog-grid, .mini-cards { grid-template-columns: 1fr; }
  .hero-art { min-height: 380px; }
  .slot-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .opt-grid { grid-template-columns: 1fr 1fr; }
  .slot-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-card { padding: 22px 18px; }
  .step-dot .lbl { display: none; }
  .steps-bar { margin-bottom: 26px; }
  .bk-actions { flex-direction: column-reverse; }
  .bk-actions .btn { width: 100%; justify-content: center; }
}

/* ============================================================
   MOBILE POLISH — super-responsive tuning
   ============================================================ */

/* Book button inside the mobile slide-down menu */
.menu-book { display: none; }

@media (max-width: 860px) {
  .menu { padding-bottom: 20px; }
  .menu-book {
    display: block; margin: 10px 12px 2px; background: var(--blue-600); color: #fff;
    text-align: center; border-radius: 10px; padding: 14px; font-weight: 700; font-size: 15px;
    box-shadow: 0 8px 20px rgba(13,99,214,.28);
  }
  .menu-book:hover, .menu-book:active { background: var(--blue-700); color: #fff; }
  .nav { min-height: 66px; }
  .brand .logo { width: 42px; height: 42px; }
  .brand .b-text b { font-size: 16px; }
  .brand .b-text span { font-size: 11px; }
}

@media (max-width: 600px) {
  .container { padding: 0 16px; }
  .section { padding: 52px 0; }
  .head { margin-bottom: 34px; }
  .head p { font-size: 15px; }

  /* hero */
  .hero { padding: 34px 0 50px; }
  .hero-grid { gap: 30px; }
  .hero h1 { font-size: clamp(27px, 8.5vw, 40px); line-height: 1.15; }
  .hero p.lead { font-size: 15.5px; margin: 16px 0 24px; }
  .hero-badge { font-size: 12px; padding: 7px 13px; margin-bottom: 16px; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { flex: 1 1 100%; justify-content: center; }
  .hero-trust { gap: 0; justify-content: space-between; margin-top: 26px; }
  .hero-trust .t { flex: 1; }
  .hero-trust .t b { font-size: 21px; }
  .hero-trust .t span { font-size: 11.5px; }
  .hero-visual { max-width: 300px; }
  .hero-art { min-height: 320px; }
  .hero-blob { width: 300px; height: 300px; }
  .hero-ring { width: 220px; height: 220px; }

  /* buttons + type */
  .btn { padding: 12px 22px; font-size: 14.5px; }
  .head h2, .split-copy h2 { font-size: clamp(23px, 6.5vw, 34px); }
  .eyebrow { font-size: 11.5px; letter-spacing: 1.5px; }

  /* values overlap smaller */
  .values { margin-top: -26px; }
  .value-card { padding: 22px 18px; }

  /* split sections */
  .split { gap: 30px; }
  .split-media .exp { padding: 13px 17px; right: 12px; bottom: -14px; }
  .split-media .exp b { font-size: 25px; }
  .ticks li { font-size: 14.5px; }

  /* marquee */
  .marquee { padding: 12px 0; }
  .marquee span { font-size: 13px; gap: 28px; }
  .marquee-track { gap: 28px; }

  /* stats */
  .stat b { font-size: clamp(28px, 9vw, 44px); }
  .stat span { font-size: 13px; }

  /* gallery / blog / approach */
  .gallery-grid { gap: 12px; }
  .blog-card h3 { font-size: 17px; }
  .approach-card .body { padding: 20px 18px; }

  /* testimonials */
  .tst-card { padding: 26px 22px; }

  /* faq */
  .faq-q { padding: 17px 18px; font-size: 15px; gap: 12px; }

  /* cta */
  .cta { padding: 36px 20px; border-radius: 20px; }
  .cta h2 { font-size: clamp(22px, 6.5vw, 32px); }
  .cta p { font-size: 15px; }
  .cta .cta-actions { flex-direction: column; }
  .cta .cta-actions .btn { width: 100%; justify-content: center; }

  /* contact */
  .form-card { padding: 26px 20px; }
  .map-wrap iframe { height: 300px; }

  /* page hero */
  .page-hero { padding: 46px 0; }

  /* footer */
  .footer { padding: 52px 0 0; }
  .footer-grid { gap: 30px; }

  /* floaters slightly smaller, tighter */
  .floaters { right: 14px; bottom: 16px; gap: 10px; }
  .floaters a { width: 50px; height: 50px; }
  .floaters svg { width: 25px; height: 25px; }
  .floaters a .fl-label { display: none; }

  /* topbar */
  .topbar { font-size: 12px; }
  .topbar .container { min-height: 38px; }
}

@media (max-width: 400px) {
  .hero h1 { font-size: 25px; }
  .hero-trust .t b { font-size: 19px; }
  .stat b { font-size: 30px; }
  .btn { padding: 11px 18px; }
  .brand .b-text b { font-size: 15px; }
}

/* ============================================================
   MOBILE HERO CAROUSEL + TOPBAR CONTACT TICKER
   ============================================================ */
.hero-carousel { display: none; }
.tb-ticker { display: none; }

/* Mobile hero carousel (replaces decorative art) */
@media (max-width: 860px) {
  .hero-visual { display: none; }
  .hero-carousel {
    display: block; position: relative; width: 100%; max-width: 460px; margin: 16px 0 6px;
    border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); border: 5px solid #fff;
  }
  .hc-viewport { overflow: hidden; }
  .hc-track { display: flex; transition: transform .55s cubic-bezier(.4,0,.2,1); }
  .hc-slide { min-width: 100%; position: relative; aspect-ratio: 4 / 3; background: var(--blue-100); }
  .hc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .hc-cap {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 16px;
    background: linear-gradient(to top, rgba(7,43,95,.9), rgba(7,43,95,.25) 55%, transparent);
    color: #fff; font-weight: 600; font-size: 15px; letter-spacing: .2px;
  }
  .hc-dots { position: absolute; left: 0; right: 0; bottom: 13px; display: flex; justify-content: center; gap: 7px; z-index: 3; }
  .hc-dot { width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: .3s; }
  .hc-dot.active { background: #fff; width: 22px; border-radius: 10px; }
}

/* Topbar contact ticker (replaces two-column bar on small screens) */
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 600px) {
  .topbar > .container { display: none; }
  .tb-ticker { display: block; overflow: hidden; white-space: nowrap; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
  .tb-ticker-track { display: inline-flex; align-items: center; padding: 9px 0; animation: ticker 24s linear infinite; }
  .tb-ticker .ti { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: #cfe0fa; padding: 0 22px; }
  .tb-ticker .ti svg { width: 13px; height: 13px; fill: var(--blue-400); flex: none; }
}

/* ============================================================
   MOBILE BOTTOM NAVIGATION BAR
   ============================================================ */
.bottom-nav { display: none; }

@media (max-width: 860px) {
  body { padding-bottom: 70px; }

  .bottom-nav {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 96;
    background: #fff; border-top: 1px solid var(--line);
    box-shadow: 0 -6px 22px rgba(13,60,130,.13);
    justify-content: space-around; align-items: flex-end;
    padding: 7px 4px calc(7px + env(safe-area-inset-bottom, 0px));
  }
  .bn-item {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px;
    padding: 4px 2px; color: var(--muted); font-size: 10.5px; font-weight: 600;
    line-height: 1; text-align: center; min-width: 0;
  }
  .bn-item svg { width: 22px; height: 22px; fill: var(--muted); transition: .2s; }
  .bn-item.active { color: var(--blue-600); }
  .bn-item.active svg { fill: var(--blue-600); }
  .bn-item:active { transform: translateY(1px); }

  /* WhatsApp brand colour */
  .bn-wa { color: #14a44a; }
  .bn-wa svg { fill: #25d366; }

  /* Elevated centre "Book" button */
  .bn-book { color: var(--blue-700); position: relative; }
  .bn-book .bn-book-ic {
    width: 54px; height: 54px; border-radius: 50%; background: var(--blue-600);
    display: grid; place-items: center; margin-top: -30px; margin-bottom: 2px;
    border: 4px solid #fff; box-shadow: 0 8px 20px rgba(13,99,214,.42);
  }
  .bn-book .bn-book-ic svg { width: 25px; height: 25px; fill: #fff; }
  .bn-book:active .bn-book-ic { transform: translateY(1px); }

  /* right-side floaters redundant on mobile — the bar covers Call/WhatsApp */
  .floaters { display: none; }
}

/* ============================================================
   MOBILE NAV — right-side drawer (overrides top-slide menu)
   ============================================================ */
.menu-head { display: none; }
.menu-backdrop {
  position: fixed; inset: 0; z-index: 150; background: rgba(8,25,55,.55);
  opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s;
}
.menu-backdrop.show { opacity: 1; visibility: visible; }

@media (max-width: 860px) {
  /* drawer panel */
  .menu {
    top: 0; right: 0; left: auto; bottom: auto;
    height: 100dvh; width: min(330px, 86vw);
    padding: 0 0 22px; gap: 0;
    background: #fff; box-shadow: -22px 0 60px rgba(10,37,80,.30);
    transform: translateX(105%);
    transition: transform .4s cubic-bezier(.33,0,.12,1);
    z-index: 200; overflow-y: auto; -webkit-overflow-scrolling: touch;
  }
  .menu.open { transform: none; }

  /* drawer header */
  .menu-head {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 18px 20px; position: sticky; top: 0; z-index: 2;
    background: linear-gradient(135deg, var(--blue-800), var(--blue-600)); color: #fff;
  }
  .mh-brand { font-weight: 700; font-size: 16px; letter-spacing: .3px; }
  .menu-close {
    flex: none; width: 36px; height: 36px; border: 0; cursor: pointer; color: #fff;
    background: rgba(255,255,255,.16); border-radius: 10px; display: grid; place-items: center;
  }
  .menu-close svg { width: 20px; height: 20px; stroke: #fff; }
  .menu-close:active { background: rgba(255,255,255,.32); }

  /* drawer links */
  .menu a:not(.menu-book) {
    padding: 15px 22px; border-bottom: 1px solid var(--line); border-radius: 0;
    font-size: 15.5px; font-weight: 500; color: var(--ink);
    display: flex; align-items: center; justify-content: space-between; gap: 10px; transition: .18s;
  }
  .menu a:not(.menu-book)::after {
    content: ""; width: 7px; height: 7px; flex: none;
    border-right: 2px solid var(--blue-200); border-top: 2px solid var(--blue-200);
    transform: rotate(45deg); transition: .18s;
  }
  .menu a:not(.menu-book):hover,
  .menu a:not(.menu-book).active {
    background: var(--blue-50); color: var(--blue-600); box-shadow: inset 4px 0 0 var(--blue-600);
  }
  .menu a:not(.menu-book).active::after,
  .menu a:not(.menu-book):hover::after { border-color: var(--blue-600); }

  /* Book button inside drawer */
  .menu-book { margin: 20px 20px 4px; font-size: 15.5px; padding: 15px; }

  /* hamburger morphs into an X */
  .hamburger span { transition: transform .3s ease, opacity .2s ease; transform-origin: center; }
  .hamburger.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .hamburger.active span:nth-child(2) { opacity: 0; }
  .hamburger.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}

/* ============================================================
   SPECIALITIES — two cards per row on mobile
   ============================================================ */
@media (max-width: 640px) {
  .spec-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }
  .spec-card { padding: 22px 12px; }
  .spec-card h3 { font-size: 14.5px; }
  .spec-card p { font-size: 12px; }
  .spec-card .ic { width: 50px; height: 50px; margin-bottom: 12px; }
  .spec-card .ic svg { width: 26px; height: 26px; }
}

/* Lift the sticky header (which holds the drawer) above the backdrop while the menu is open,
   so the drawer isn't covered/tinted by the dark overlay. */
body.nav-open .header { z-index: 200; }
