/* =========================================================
   KASDOL CLINIC — Core Styles
   Palette, typography, layout & components
   ========================================================= */

:root{
  --teal-900:#0B6E69;   /* primary deep medical teal */
  --teal-600:#0E9F98;   /* secondary fresh teal */
  --teal-50:#DDF3F1;    /* soft accent */
  --bg:#F7FAFA;
  --white:#FFFFFF;
  --ink:#17252A;        /* dark text */
  --muted:#66757A;      /* secondary text */
  --border:#E2ECEB;
  --danger:#D9534F;     /* emergency accent */

  --shadow-sm:0 1px 2px rgba(23,37,42,.05), 0 2px 8px rgba(23,37,42,.04);
  --shadow-md:0 6px 18px rgba(11,110,105,.08), 0 2px 6px rgba(23,37,42,.05);
  --shadow-lg:0 18px 50px rgba(11,110,105,.14);

  --radius:14px;
  --radius-lg:22px;
  --maxw:1180px;
  --gap:clamp(1rem,2vw,1.6rem);

  --font-head:"Manrope",system-ui,sans-serif;
  --font-body:"Inter",system-ui,sans-serif;

  --ease:cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--bg);
  line-height:1.65;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
input,select,textarea{font-family:inherit;font-size:1rem}

h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);line-height:1.12;font-weight:800;letter-spacing:-.02em}
h1{font-size:clamp(2.1rem,4.6vw,3.6rem)}
h2{font-size:clamp(1.7rem,3.4vw,2.5rem)}
h3{font-size:clamp(1.15rem,1.8vw,1.35rem)}
p{color:var(--muted)}

::selection{background:var(--teal-600);color:#fff}
:focus-visible{outline:3px solid var(--teal-600);outline-offset:3px;border-radius:6px}

.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2rem)}
.section{padding:clamp(3.5rem,7vw,6rem) 0}
.section--tight{padding:clamp(2.5rem,5vw,4rem) 0}
.bg-white{background:var(--white)}
.bg-accent{background:var(--teal-50)}

/* ---------- Section heading kit ---------- */
.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-family:var(--font-head);font-weight:700;font-size:.78rem;
  letter-spacing:.14em;text-transform:uppercase;color:var(--teal-900);
  background:var(--teal-50);padding:.4rem .85rem;border-radius:999px;
}
.eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--teal-600)}
.section-head{max-width:640px;margin-bottom:clamp(2rem,4vw,3rem)}
.section-head.center{margin-inline:auto;text-align:center}
.section-head h2{margin:1rem 0 .75rem}
.section-head p{font-size:1.05rem}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--font-head);font-weight:700;font-size:.98rem;
  padding:.85rem 1.5rem;border-radius:11px;
  transition:transform .25s var(--ease),background-color .25s var(--ease),box-shadow .25s var(--ease),color .25s var(--ease);
  white-space:nowrap;
}
.btn svg{width:1.05em;height:1.05em}
.btn-primary{background:var(--teal-900);color:#fff;box-shadow:var(--shadow-md)}
.btn-primary:hover{background:var(--teal-600);transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.btn-outline{background:#fff;color:var(--teal-900);border:1.5px solid var(--border)}
.btn-outline:hover{border-color:var(--teal-600);color:var(--teal-600);transform:translateY(-2px)}
.btn-ghost{background:var(--teal-50);color:var(--teal-900)}
.btn-ghost:hover{background:var(--teal-600);color:#fff}
.btn-wa{background:#25D366;color:#0a3d1c}
.btn-wa:hover{background:#1fbe5a;transform:translateY(-2px)}
.btn-block{width:100%}
.btn-lg{padding:1rem 1.8rem;font-size:1.05rem}

/* ---------- Top bar ---------- */
.topbar{background:var(--teal-900);color:#dff5f3;font-size:.82rem}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:1rem}
.topbar-loc{display:inline-flex;align-items:center;gap:.5rem}
.topbar a{color:#fff;font-weight:600;display:inline-flex;align-items:center;gap:.45rem;transition:color .2s}
.topbar a:hover{color:var(--teal-50)}
.topbar svg{width:15px;height:15px;opacity:.85}

/* ---------- Header / Nav ---------- */
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:box-shadow .3s var(--ease)}
.site-header.scrolled{box-shadow:var(--shadow-sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:70px;gap:1rem}

.brand{display:inline-flex;align-items:center;gap:.7rem}
.brand-logo{width:42px;height:42px;border-radius:12px;background:linear-gradient(150deg,var(--teal-900),var(--teal-600));display:grid;place-items:center;box-shadow:var(--shadow-sm);flex-shrink:0}
.brand-logo svg{width:24px;height:24px}
.brand-text{font-family:var(--font-head);font-weight:800;font-size:1.22rem;letter-spacing:-.02em;color:var(--ink)}
.brand-text strong{color:var(--teal-900)}

.nav-list{display:flex;align-items:center;gap:.35rem}
.nav-list a{
  font-family:var(--font-head);font-weight:600;font-size:.96rem;color:var(--ink);
  padding:.55rem .8rem;border-radius:9px;position:relative;transition:color .2s,background-color .2s;
}
.nav-list a:hover{color:var(--teal-900);background:var(--teal-50)}
.nav-list a.active{color:var(--teal-900)}
.nav-list a.active::after{content:"";position:absolute;left:.8rem;right:.8rem;bottom:.32rem;height:2px;border-radius:2px;background:var(--teal-600)}

.header-actions{display:flex;align-items:center;gap:.75rem}
.nav-cta-mobile{display:none}
.nav-close{display:none}

.nav-toggle{display:none;width:44px;height:44px;border-radius:10px;border:1px solid var(--border);background:#fff;flex-direction:column;gap:5px;align-items:center;justify-content:center}
.nav-toggle span{width:20px;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s var(--ease),opacity .3s var(--ease)}
.nav-overlay{position:fixed;inset:0;background:rgba(11,42,42,.5);opacity:0;visibility:hidden;transition:opacity .3s var(--ease);z-index:58}
.nav-overlay.show{opacity:1;visibility:visible}

/* ---------- Hero ---------- */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,var(--bg) 100%)}
.hero::before{content:"";position:absolute;top:-120px;right:-120px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle at 30% 30%,var(--teal-50),transparent 70%);z-index:0}
.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,4vw,4rem);align-items:center;padding:clamp(3rem,6vw,5.5rem) 0;position:relative;z-index:1}
.hero-copy .eyebrow{margin-bottom:1.4rem}
.hero-copy h1{margin-bottom:1.1rem}
.hero-copy .lead{font-size:1.12rem;max-width:34rem;margin-bottom:1.9rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:1.6rem}
.hero-call{display:inline-flex;align-items:center;gap:.7rem;font-weight:600;color:var(--ink)}
.hero-call .ring{width:44px;height:44px;border-radius:50%;background:var(--teal-50);display:grid;place-items:center;color:var(--teal-900)}
.hero-call small{display:block;color:var(--muted);font-size:.78rem;font-weight:500}
.hero-call strong{font-family:var(--font-head);font-size:1.05rem}

.hero-media{position:relative}
.hero-media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:4/4.4}
.hero-badge{position:absolute;bottom:22px;left:-18px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:.9rem 1.1rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.7rem;max-width:230px}
.hero-badge .ico{width:40px;height:40px;border-radius:11px;background:var(--teal-50);color:var(--teal-900);display:grid;place-items:center;flex-shrink:0}
.hero-badge b{font-family:var(--font-head);font-size:.9rem;display:block}
.hero-badge span{font-size:.78rem;color:var(--muted)}
.hero-dots{position:absolute;top:-14px;right:14px;width:96px;height:96px;background-image:radial-gradient(var(--teal-600) 1.6px,transparent 1.6px);background-size:14px 14px;opacity:.35;z-index:-1;border-radius:12px}

/* ---------- Trust cards ---------- */
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}
.trust-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem 1.4rem;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
.trust-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.trust-card .ico{width:52px;height:52px;border-radius:13px;background:var(--teal-50);color:var(--teal-900);display:grid;place-items:center;margin-bottom:1rem}
.trust-card .ico svg{width:26px;height:26px}
.trust-card h3{font-size:1.08rem;margin-bottom:.4rem}
.trust-card p{font-size:.92rem}

/* ---------- About split ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:center}
.split--rev .split-media{order:-1}
.split-media{position:relative}
.split-media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);object-fit:cover;aspect-ratio:4/3.2}
.split-media .tag{position:absolute;right:-14px;bottom:-14px;background:var(--teal-900);color:#fff;border-radius:14px;padding:.85rem 1.1rem;box-shadow:var(--shadow-lg);font-family:var(--font-head);font-weight:700;font-size:.9rem;max-width:200px}
.feature-list{display:grid;gap:.9rem;margin:1.5rem 0 1.9rem}
.feature-list li{display:flex;gap:.75rem;align-items:flex-start;font-weight:500;color:var(--ink)}
.feature-list .chk{width:26px;height:26px;border-radius:50%;background:var(--teal-50);color:var(--teal-900);display:grid;place-items:center;flex-shrink:0;margin-top:2px}
.feature-list .chk svg{width:15px;height:15px}

/* ---------- Specialities grid ---------- */
.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}
.spec-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.7rem 1.4rem;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);position:relative;overflow:hidden}
.spec-card::after{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:var(--teal-600);transform:scaleY(0);transform-origin:top;transition:transform .3s var(--ease)}
.spec-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--teal-50)}
.spec-card:hover::after{transform:scaleY(1)}
.spec-card .ico{width:54px;height:54px;border-radius:14px;background:linear-gradient(150deg,var(--teal-50),#eef9f8);color:var(--teal-900);display:grid;place-items:center;margin-bottom:1.1rem;transition:background .3s,color .3s}
.spec-card:hover .ico{background:var(--teal-900);color:#fff}
.spec-card .ico svg{width:27px;height:27px}
.spec-card h3{font-size:1.1rem;margin-bottom:.45rem}
.spec-card p{font-size:.9rem}

/* ---------- Doctors ---------- */
.doc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}
.doc-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.doc-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease);display:flex;flex-direction:column}
.doc-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}
.doc-photo{position:relative;aspect-ratio:1/1.05;overflow:hidden;background:var(--teal-50)}
.doc-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.doc-card:hover .doc-photo img{transform:scale(1.05)}
.doc-photo .spec-chip{position:absolute;left:.75rem;bottom:.75rem;background:rgba(255,255,255,.94);color:var(--teal-900);font-family:var(--font-head);font-weight:700;font-size:.74rem;padding:.32rem .7rem;border-radius:999px;box-shadow:var(--shadow-sm)}
.doc-body{padding:1.15rem 1.2rem 1.3rem;display:flex;flex-direction:column;flex:1}
.doc-body h3{font-size:1.12rem;margin-bottom:.15rem}
.doc-role{color:var(--teal-600);font-weight:600;font-size:.88rem;font-family:var(--font-head);margin-bottom:.9rem}
.doc-meta{display:grid;gap:.5rem;margin-bottom:1.1rem}
.doc-meta div{display:flex;gap:.55rem;align-items:flex-start;font-size:.86rem;color:var(--muted)}
.doc-meta svg{width:16px;height:16px;color:var(--teal-900);flex-shrink:0;margin-top:3px}
.doc-meta b{color:var(--ink);font-weight:600}
.doc-actions{margin-top:auto;display:flex;gap:.55rem}
.doc-actions .btn{flex:1;padding:.7rem .8rem;font-size:.9rem}

/* ---------- Filters ---------- */
.filters{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem;box-shadow:var(--shadow-sm);margin-bottom:2rem}
.filters-row{display:flex;flex-wrap:wrap;gap:1.4rem;align-items:flex-end}
.filter-group{flex:1;min-width:200px}
.filter-group>span{display:block;font-family:var(--font-head);font-weight:700;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem}
.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}
.chip{border:1.5px solid var(--border);background:#fff;color:var(--ink);font-family:var(--font-head);font-weight:600;font-size:.85rem;padding:.5rem .95rem;border-radius:999px;transition:all .2s var(--ease)}
.chip:hover{border-color:var(--teal-600);color:var(--teal-900)}
.chip.active{background:var(--teal-900);border-color:var(--teal-900);color:#fff}
.filter-reset{color:var(--teal-900);font-family:var(--font-head);font-weight:700;font-size:.85rem;display:inline-flex;align-items:center;gap:.4rem}
.no-results{text-align:center;padding:3rem 1rem;color:var(--muted);font-weight:500;grid-column:1/-1;display:none}

/* ---------- Schedule table ---------- */
.sched-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}
.table-scroll{overflow-x:auto}
.sched-table{width:100%;border-collapse:collapse;min-width:560px}
.sched-table th,.sched-table td{text-align:left;padding:.95rem 1.15rem;border-bottom:1px solid var(--border);font-size:.92rem}
.sched-table thead th{background:var(--teal-900);color:#fff;font-family:var(--font-head);font-weight:700;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}
.sched-table tbody tr{transition:background .2s}
.sched-table tbody tr:hover{background:var(--teal-50)}
.sched-table tbody tr.today{background:#f0faf9}
.sched-table td b{font-weight:700;color:var(--ink)}
.sched-day{font-family:var(--font-head);font-weight:700;color:var(--teal-900)}
.pill-spec{display:inline-block;background:var(--teal-50);color:var(--teal-900);font-weight:600;font-size:.78rem;padding:.25rem .65rem;border-radius:999px}
.today-flag{display:inline-block;margin-left:.5rem;background:var(--teal-600);color:#fff;font-size:.62rem;font-weight:800;padding:.15rem .45rem;border-radius:5px;letter-spacing:.06em;vertical-align:middle}

/* ---------- Page hero ---------- */
.page-hero{background:linear-gradient(160deg,var(--teal-900),#0a5651);color:#fff;position:relative;overflow:hidden}
.page-hero::after{content:"";position:absolute;right:-90px;top:-90px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.09),transparent 70%)}
.page-hero .container{position:relative;z-index:1;padding-block:clamp(3rem,6vw,4.6rem)}
.page-hero .eyebrow{background:rgba(255,255,255,.14);color:#fff}
.page-hero .eyebrow::before{background:var(--teal-50)}
.page-hero h1{color:#fff;margin:1rem 0 .8rem}
.page-hero p{color:#d5efed;max-width:620px;font-size:1.08rem}
.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.85rem;color:#bfe6e3;margin-top:1.4rem;font-weight:500}
.breadcrumb a:hover{color:#fff}
.breadcrumb span{opacity:.6}

/* ---------- Services ---------- */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
.svc-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.7rem 1.5rem;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease);display:flex;flex-direction:column}
.svc-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.svc-card .ico{width:56px;height:56px;border-radius:14px;background:var(--teal-50);color:var(--teal-900);display:grid;place-items:center;margin-bottom:1.15rem}
.svc-card .ico svg{width:28px;height:28px}
.svc-card h3{font-size:1.12rem;margin-bottom:.5rem}
.svc-card p{font-size:.92rem;margin-bottom:1.2rem}
.svc-card .svc-link{margin-top:auto;font-family:var(--font-head);font-weight:700;font-size:.9rem;color:var(--teal-900);display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s}
.svc-card .svc-link:hover{gap:.7rem;color:var(--teal-600)}

/* ---------- Facilities ---------- */
.fac-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
.fac-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
.fac-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.fac-media{aspect-ratio:16/10;overflow:hidden}
.fac-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.fac-card:hover .fac-media img{transform:scale(1.06)}
.fac-body{padding:1.3rem 1.4rem 1.5rem}
.fac-body h3{font-size:1.1rem;margin-bottom:.5rem}
.fac-body p{font-size:.92rem}

/* ---------- Why choose (about) ---------- */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
.why-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem 1.4rem;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease)}
.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.why-card .ico{width:48px;height:48px;border-radius:12px;background:var(--teal-50);color:var(--teal-900);display:grid;place-items:center;margin-bottom:.9rem}
.why-card .ico svg{width:24px;height:24px}
.why-card h3{font-size:1.05rem;margin-bottom:.35rem}
.why-card p{font-size:.9rem}

/* ---------- Quick contact band ---------- */
.cta-band{background:linear-gradient(150deg,var(--teal-900),var(--teal-600));border-radius:var(--radius-lg);padding:clamp(2.2rem,5vw,3.4rem);color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}
.cta-band::before{content:"";position:absolute;right:-60px;bottom:-60px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08)}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative;z-index:1}
.cta-band h2{color:#fff;margin-bottom:.5rem}
.cta-band p{color:#d8f2f0;max-width:34rem}
.cta-band .phone-big{font-family:var(--font-head);font-weight:800;font-size:clamp(1.5rem,3vw,2rem);color:#fff;display:inline-flex;align-items:center;gap:.6rem;margin-top:.4rem}
.cta-band-actions{display:flex;flex-direction:column;gap:.75rem;min-width:210px}
.cta-band .btn-primary{background:#fff;color:var(--teal-900)}
.cta-band .btn-primary:hover{background:var(--teal-50)}
.cta-band .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.cta-band .btn-outline:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff}

/* ---------- Appointment / Contact forms ---------- */
.form-layout{display:grid;grid-template-columns:1.4fr .9fr;gap:clamp(1.6rem,3vw,2.6rem);align-items:start}
.form-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(1.6rem,3vw,2.4rem);box-shadow:var(--shadow-md)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.field{display:flex;flex-direction:column;gap:.45rem}
.field.full{grid-column:1/-1}
.field label{font-family:var(--font-head);font-weight:600;font-size:.88rem;color:var(--ink)}
.field label .req{color:var(--danger)}
.field input,.field select,.field textarea{
  padding:.8rem .95rem;border:1.5px solid var(--border);border-radius:10px;background:#fcfefe;color:var(--ink);
  transition:border-color .2s,box-shadow .2s;width:100%;
}
.field textarea{resize:vertical;min-height:110px}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--teal-600);box-shadow:0 0 0 3px rgba(14,159,152,.15)}
.field .err{color:var(--danger);font-size:.78rem;font-weight:600;display:none}
.field.invalid input,.field.invalid select,.field.invalid textarea{border-color:var(--danger);background:#fdf6f6}
.field.invalid .err{display:block}
.form-note{font-size:.82rem;color:var(--muted);margin-top:1rem}
.form-success{display:none;background:#eefaf8;border:1px solid var(--teal-50);border-radius:12px;padding:1rem 1.2rem;color:var(--teal-900);font-weight:600;margin-bottom:1.3rem;align-items:flex-start;gap:.6rem}
.form-success.show{display:flex}
.form-success svg{width:22px;height:22px;flex-shrink:0;color:var(--teal-600);margin-top:2px}

.side-card{background:var(--teal-900);color:#fff;border-radius:var(--radius-lg);padding:clamp(1.6rem,3vw,2.2rem);box-shadow:var(--shadow-md)}
.side-card h3{color:#fff;margin-bottom:.4rem}
.side-card p{color:#cdeeeb;font-size:.92rem;margin-bottom:1.4rem}
.contact-line{display:flex;gap:.85rem;align-items:flex-start;padding:.95rem 0;border-top:1px solid rgba(255,255,255,.14)}
.contact-line:first-of-type{border-top:none}
.contact-line .ico{width:42px;height:42px;border-radius:11px;background:rgba(255,255,255,.12);display:grid;place-items:center;flex-shrink:0;color:#fff}
.contact-line .ico svg{width:20px;height:20px}
.contact-line small{display:block;color:#a9ddd9;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-bottom:.1rem}
.contact-line b,.contact-line a{font-family:var(--font-head);font-weight:700;font-size:1rem;color:#fff}
.contact-line a:hover{color:var(--teal-50)}
.side-actions{display:grid;gap:.7rem;margin-top:1.5rem}
.side-card .btn-primary{background:#fff;color:var(--teal-900)}
.side-card .btn-primary:hover{background:var(--teal-50)}

/* ---------- Map placeholder ---------- */
.map-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}
.map-visual{position:relative;height:clamp(260px,40vw,420px);background:
  linear-gradient(rgba(11,110,105,.04),rgba(11,110,105,.04)),
  repeating-linear-gradient(0deg,#eef6f5 0 39px,#e2ecec 39px 40px),
  repeating-linear-gradient(90deg,#eef6f5 0 39px,#e2ecec 39px 40px);
  display:grid;place-items:center}
.map-visual::before{content:"";position:absolute;top:18%;left:-10%;width:130%;height:8px;background:var(--teal-50);transform:rotate(-8deg)}
.map-visual::after{content:"";position:absolute;bottom:24%;left:-10%;width:130%;height:14px;background:#d3ebe8;transform:rotate(5deg)}
.map-pin{position:relative;z-index:2;text-align:center}
.map-pin .dot{width:64px;height:64px;margin:0 auto .8rem;border-radius:50% 50% 50% 0;background:var(--danger);transform:rotate(-45deg);display:grid;place-items:center;box-shadow:var(--shadow-lg);animation:pinBob 2.6s var(--ease) infinite}
.map-pin .dot svg{transform:rotate(45deg);color:#fff;width:26px;height:26px}
.map-pin b{font-family:var(--font-head);background:#fff;padding:.5rem 1rem;border-radius:999px;box-shadow:var(--shadow-md);color:var(--ink);font-size:.95rem}
@keyframes pinBob{0%,100%{transform:rotate(-45deg) translateY(0)}50%{transform:rotate(-45deg) translateY(-8px)}}
.map-foot{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.4rem;flex-wrap:wrap}
.map-foot b{font-family:var(--font-head)}
.map-foot span{color:var(--muted);font-size:.9rem}

/* ---------- Hours list ---------- */
.hours-list{display:grid;gap:.2rem}
.hours-list li{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid var(--border);font-size:.95rem}
.hours-list li:last-child{border-bottom:none}
.hours-list b{font-family:var(--font-head)}
.hours-list .closed{color:var(--danger);font-weight:700}
.hours-list .open{color:var(--teal-900);font-weight:700}

/* ---------- Prose (about/intro) ---------- */
.prose p{font-size:1.05rem;margin-bottom:1.1rem;color:var(--muted)}
.prose p strong{color:var(--ink)}

/* ---------- Footer ---------- */
.site-footer{background:#0a2a2a;color:#bcd6d4;padding-top:clamp(3rem,6vw,4.5rem)}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-brand .brand-text{color:#fff}
.footer-brand p{color:#9fc4c1;margin:1rem 0 1.3rem;max-width:26rem;font-size:.95rem}
.footer-contact{display:grid;gap:.65rem}
.footer-contact li{display:flex;gap:.6rem;align-items:flex-start;font-size:.92rem;color:#bcd6d4}
.footer-contact svg{width:17px;height:17px;color:var(--teal-600);flex-shrink:0;margin-top:3px}
.footer-contact a:hover{color:#fff}
.site-footer h4{color:#fff;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.1rem}
.footer-links{display:grid;gap:.6rem}
.footer-links a{font-size:.92rem;color:#a9c9c6;transition:color .2s,padding-left .2s}
.footer-links a:hover{color:#fff;padding-left:4px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.4rem 0;font-size:.85rem;color:#87aeaa}
.footer-bottom .demo-note{background:rgba(255,255,255,.06);padding:.35rem .8rem;border-radius:999px;font-size:.76rem}

/* ---------- Mobile bottom bar ---------- */
.mobile-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:55;background:#fff;border-top:1px solid var(--border);box-shadow:0 -6px 20px rgba(23,37,42,.08);padding:.4rem;grid-template-columns:repeat(3,1fr);gap:.35rem}
.mobile-bar a{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem;border-radius:10px;font-family:var(--font-head);font-weight:700;font-size:.72rem;color:var(--ink);transition:background .2s}
.mobile-bar a svg{width:20px;height:20px;color:var(--teal-900)}
.mobile-bar a.appt{background:var(--teal-900);color:#fff}
.mobile-bar a.appt svg{color:#fff}
.mobile-bar a.wa svg{color:#25D366}

/* ---------- Animations ---------- */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.in{opacity:1;transform:none}
[data-delay="1"]{transition-delay:.08s}
[data-delay="2"]{transition-delay:.16s}
[data-delay="3"]{transition-delay:.24s}
[data-delay="4"]{transition-delay:.32s}

@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}
