/* ==========================================================================
   EMERGENCIES PAGE — components not already covered by theme.css/sections.css.
   Uses the same design tokens (--red/--ink/--line/--radius/etc.) and the
   same .nd-home safety-scoping as everything else, so a bare class here
   can't lose to the .nd-home *{margin:0;padding:0} universal reset.
   ========================================================================== */

/* ---- breadcrumb ---- */
.nd-home .nd-crumb{background:#fff;border-bottom:1px solid var(--line);padding:14px 0}
.nd-home .nd-crumb-in{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-soft)}
.nd-home .nd-crumb-in a{color:var(--ink-soft);transition:color .15s}
.nd-home .nd-crumb-in a:hover{color:var(--red)}
.nd-home .nd-crumb-in .sep{color:var(--line)}
.nd-home .nd-crumb-in .current{color:var(--ink);font-weight:600}

/* ---- illustration hero (no embedded booking card, booking is its own section) ---- */
.nd-home .nd-em-hero{background:#fff;padding:0}
.nd-home .nd-em-hero-in{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;padding-top:56px;padding-bottom:48px}
.nd-home .nd-em-hero .nd-hero-open{background:#f4f4f4;border:1px solid var(--line);color:var(--ink)}
.nd-home .nd-em-hero-copy h1{color:var(--ink);font-size:clamp(38px,4.6vw,58px);line-height:1.04;letter-spacing:-.02em;margin:20px 0 0}
.nd-home .nd-em-hero-copy h1 .hl{color:var(--red)}
.nd-home .nd-em-hero-copy p{color:var(--ink-soft);font-size:18px;margin:18px 0 22px;max-width:480px}
.nd-home .nd-em-hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.nd-home .nd-em-hero-trust{display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-family:'Sora','Segoe UI',system-ui,sans-serif;font-weight:600;font-size:15px;color:var(--ink)}
.nd-home .nd-em-hero-trust .stars{color:#f5a623;font-size:17px;letter-spacing:1.5px}
.nd-home .nd-em-hero-trust span{display:inline-flex;align-items:center;gap:8px}
.nd-home .nd-em-hero-trust .check svg{width:15px;height:15px;stroke:var(--red);fill:none;flex-shrink:0}
.nd-home .nd-em-hero-image{border-radius:20px;overflow:hidden;position:relative;padding-top:78%;background:#e9e4dc}
.nd-home .nd-em-hero-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
@media(max-width:960px){
  .nd-home .nd-em-hero-in{grid-template-columns:1fr;gap:32px;padding-top:40px;padding-bottom:36px}
}

/* ---- emergency type grid (CPT-powered) ---- */
.nd-home .nd-em-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nd-home .nd-em-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px 22px;transition:transform .18s ease,box-shadow .18s ease;display:block}
.nd-home .nd-em-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}
.nd-home .nd-em-card .ic{width:40px;height:40px;border-radius:10px;background:var(--red-tint);display:flex;align-items:center;justify-content:center;color:var(--red);margin-bottom:14px;flex-shrink:0}
.nd-home .nd-em-card .ic svg{width:20px;height:20px}
.nd-home .nd-em-card h3{font-size:16px;font-weight:700;margin-bottom:6px}
.nd-home .nd-em-card p{font-size:13.5px;color:var(--ink-soft);line-height:1.55}
@media(max-width:900px){.nd-home .nd-em-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.nd-home .nd-em-grid{grid-template-columns:1fr}}

/* ---- 4-step process ---- */
.nd-home .nd-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.nd-home .nd-step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px}
.nd-home .nd-step .ic{width:38px;height:38px;border-radius:10px;background:var(--red-tint);color:var(--red);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.nd-home .nd-step .ic svg{width:18px;height:18px}
.nd-home .nd-step .num{font-family:'Sora','Segoe UI',system-ui,sans-serif;font-weight:800;font-size:13px;letter-spacing:.08em;color:var(--red);margin-bottom:12px;display:block}
.nd-home .nd-step h3{font-size:17px;font-weight:700;margin-bottom:8px}
.nd-home .nd-step p{font-size:13.5px;color:var(--ink-soft);line-height:1.55}
@media(max-width:900px){.nd-home .nd-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.nd-home .nd-steps{grid-template-columns:1fr}}

/* ---- light content + image blocks (2 used, one reversed) ---- */
.nd-home .nd-content-block{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.nd-home .nd-content-block.reverse .nd-content-media{order:-1}
.nd-home .nd-content-block h2{font-size:clamp(32px,4.2vw,48px);margin-top:14px}
.nd-home .nd-content-block p{color:var(--ink-soft);font-size:17px;line-height:1.6;margin:16px 0 20px;max-width:480px}
.nd-home .nd-content-checklist{display:flex;flex-direction:column;gap:11px}
.nd-home .nd-content-checklist li{display:flex;align-items:flex-start;gap:11px;font-size:15px;color:var(--ink);line-height:1.5}
.nd-home .nd-content-checklist .chk{width:22px;height:22px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.nd-home .nd-content-checklist .chk svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:3}
.nd-home .nd-content-media{border-radius:var(--radius);overflow:hidden;position:relative;padding-top:78%;background:#e9e4dc}
.nd-home .nd-content-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
@media(max-width:900px){
  .nd-home .nd-content-block{grid-template-columns:1fr;gap:32px}
  .nd-home .nd-content-block.reverse .nd-content-media{order:0}
}

/* ---- simple stat/pricing cards (3, no feature lists/buttons - just headline stats) ---- */
.nd-home .nd-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nd-home .nd-stat-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px 26px;text-align:center}
.nd-home .nd-stat-card .val{font-family:'Sora','Segoe UI',system-ui,sans-serif;font-weight:800;font-size:38px;color:var(--red);line-height:1}
.nd-home .nd-stat-card .lbl{font-family:'Sora','Segoe UI',system-ui,sans-serif;font-weight:700;font-size:15px;color:var(--ink);margin-top:10px}
.nd-home .nd-stat-card .desc{font-size:13.5px;color:var(--ink-soft);margin-top:8px;line-height:1.5}
@media(max-width:900px){.nd-home .nd-stat-grid{grid-template-columns:1fr}}

/* ==========================================================================
   SINGLE EMERGENCY PAGE — hero photo variant (with floating booking
   badge) and simple review cards. Content block, video, FAQ, areas,
   final CTA all reuse existing components directly.
   ========================================================================== */
.nd-home .nd-sp-hero-image{border-radius:20px;overflow:hidden;position:relative;padding-top:78%;background:#e9e4dc}
.nd-home .nd-sp-hero-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.nd-home .nd-sp-hero-image .nd-sp-hero-map{position:absolute;inset:0}
.nd-home .nd-sp-hero-image .nd-sp-hero-map iframe{width:100%;height:100%;border:0;display:block}
.nd-home .nd-sp-hero-badge{position:absolute;left:16px;bottom:16px;background:#fff;border-radius:12px;padding:10px 14px;box-shadow:var(--shadow-soft);display:flex;align-items:center;gap:9px;z-index:2}
.nd-home .nd-sp-hero-badge .dot{width:8px;height:8px;border-radius:50%;background:var(--wa-green);flex-shrink:0}
.nd-home .nd-sp-hero-badge strong{display:block;font-size:12.5px;font-weight:700;color:var(--ink)}
.nd-home .nd-sp-hero-badge span{display:block;font-size:11px;color:var(--ink-soft)}

.nd-home .nd-sp-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nd-home .nd-sp-review-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px}
.nd-home .nd-sp-review-card .stars{color:#f5a623;font-size:14px;letter-spacing:2px;margin-bottom:12px;display:block}
.nd-home .nd-sp-review-card p{font-size:14px;color:var(--ink-soft);line-height:1.6}
.nd-home .nd-sp-review-card .who{margin-top:16px}
.nd-home .nd-sp-review-card .who strong{display:block;font-size:14px;font-weight:700;color:var(--ink)}
.nd-home .nd-sp-review-card .who span{display:block;font-size:12.5px;color:var(--ink-soft)}
@media(max-width:900px){.nd-home .nd-sp-review-grid{grid-template-columns:1fr}}

/* ==========================================================================
   TREATMENTS PAGE — before/after slider (clip-path technique, distinct
   from the homepage's .nd-ba-* component to avoid any naming/JS collision)
   ========================================================================== */
.nd-home .nd-tr-ba-wrap{max-width:900px;margin:0 auto}
.nd-home .nd-tr-ba{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/10;user-select:none;touch-action:none}
.nd-home .nd-tr-ba img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.nd-home .nd-tr-ba .after{clip-path:inset(0 0 0 var(--pos,50%))}
.nd-home .nd-tr-ba .tag{position:absolute;top:16px;padding:6px 12px;border-radius:100px;font-family:'Sora','Segoe UI',system-ui,sans-serif;font-weight:700;font-size:12px;letter-spacing:.05em;color:#fff;z-index:3}
.nd-home .nd-tr-ba .tag.b{left:16px;background:rgba(20,20,20,.7)}
.nd-home .nd-tr-ba .tag.a{right:16px;background:var(--red)}
.nd-home .nd-tr-ba-handle{position:absolute;top:0;bottom:0;left:var(--pos,50%);width:3px;background:#fff;transform:translateX(-50%);z-index:4;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.nd-home .nd-tr-ba-handle::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:var(--shadow);display:block}
.nd-home .nd-tr-ba-handle .arrows{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;font-size:15px;color:var(--ink);font-weight:800;letter-spacing:-2px;pointer-events:none}
.nd-home .nd-tr-ba-range{width:100%;margin-top:18px;accent-color:var(--red)}
.nd-home .nd-tr-ba-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:18px}
.nd-home .nd-tr-ba-chips .chip{border:1.5px solid var(--line);background:#fff;border-radius:100px;padding:10px 18px;font-family:'Sora','Segoe UI',system-ui,sans-serif;font-weight:600;font-size:14px;color:var(--ink-soft);cursor:pointer;transition:.15s}
.nd-home .nd-tr-ba-chips .chip:hover{border-color:var(--ink)}
.nd-home .nd-tr-ba-chips .chip.active{background:var(--red);border-color:var(--red);color:#fff}
.nd-home .nd-tr-ba-note{text-align:center;font-size:13px;color:var(--ink-soft);margin-top:14px}

/* ==========================================================================
   SINGLE TREATMENT PAGE — stat band (dark, 4 static stats). Replaces the
   scrolling trust strip on single detail pages, per that page's reference.
   ========================================================================== */
.nd-home .nd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.nd-home .nd-stat{text-align:center}
.nd-home .nd-stat .num{font-family:'Sora','Segoe UI',system-ui,sans-serif;font-weight:800;font-size:clamp(34px,4vw,48px);color:#fff}
.nd-home .nd-stat .lbl{color:rgba(255,255,255,.7);font-size:14px;margin-top:6px}
.nd-home .nd-stat .num.red{color:var(--red-soft)}
.nd-home .nd-sec.ink{background:var(--ink)}
.nd-home .nd-sec.ink .nd-eyebrow{color:var(--red-soft)}
@media(max-width:760px){.nd-home .nd-stats{grid-template-columns:1fr 1fr;gap:32px 24px}}
