/*
  strom-berlin-bernhardt.de — shared design language (elektro-volt, re-themed navy/yellow)
  Composable primitives only — no page copy baked in. Colours/type come from theme.json
  presets (var(--wp--preset--color--*), var(--wp--preset--font-size--*)); radius/shadow/
  container/motion tokens live here because theme.json core has no preset list for them.
*/

:root{
  --r:0px; --r-sm:3px; --r-card:10px; --pill:999px;
  --sh-card:0 0 50px rgba(5,5,5,.08); --sh-card-h:0 0 50px rgba(5,5,5,.17);
  --sh-soft:0 3px 15px rgba(0,0,0,.10); --sh-lift:0 18px 40px rgba(0,37,74,.20);
  --c:1320px; --ease:cubic-bezier(.22,.61,.36,1);
  --callbar-h:74px;
}

/* ---------- reset + base ---------- */
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
main{display:block}
:focus-visible{outline:3px solid var(--wp--preset--color--focus);outline-offset:2px}
.vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.skip{position:absolute;left:-9999px;top:0;background:var(--wp--preset--color--primary);color:#fff;padding:12px 18px;z-index:400;font-weight:700}
.skip:focus{left:8px;top:8px;color:#fff}
.wrap{width:min(100% - 36px,var(--c));margin-inline:auto}
.wrap--narrow{width:min(100% - 36px,860px);margin-inline:auto}
body.no-scroll{overflow:hidden}

/* ---------- primitives: eyebrow / section titles ---------- */
.eyebrow{display:inline-block;position:relative;font-size:var(--wp--preset--font-size--xs);font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--wp--preset--color--primary);border:3px solid var(--wp--preset--color--border);padding:3px 22px;line-height:26px;margin-bottom:16px;background:#fff}
.eyebrow .bolt{position:absolute;top:-11px;left:50%;transform:translateX(-50%);width:18px;height:18px;background:#fff;padding:0 2px}
.eyebrow.left{padding-left:56px;border:0;background:transparent;line-height:1.5}
.eyebrow.left::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:43px;height:5px;border-radius:5px;background:var(--wp--preset--color--primary)}
.eyebrow.on-dark{color:#fff;border-color:var(--wp--preset--color--dark-line);background:transparent}
.eyebrow.on-dark .bolt{background:transparent}
.eyebrow.left.on-dark::before{background:var(--wp--preset--color--cta)}
.stitle{font-size:var(--wp--preset--font-size--xl);line-height:1.16;letter-spacing:-.01em;color:var(--wp--preset--color--head);font-weight:800;max-width:20ch}
.stitle.on-dark{color:#fff}
.lead{margin-top:14px;max-width:62ch;color:var(--wp--preset--color--text);font-size:1.0625rem}
.lead.on-dark{color:var(--wp--preset--color--dark-muted)}
.section{padding:clamp(56px,8vw,104px) 0}
.section--tint{background:var(--wp--preset--color--tint)}
.section--tint2{background:var(--wp--preset--color--tint2)}
.section--dark{background:var(--wp--preset--color--dark);color:var(--wp--preset--color--dark-muted)}
.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}
.section--navy{background:var(--wp--preset--color--primary);color:#cfe0f2}
.section--navy h1,.section--navy h2,.section--navy h3{color:#fff}
.shead{margin-bottom:44px}
.shead.center{text-align:center;display:flex;flex-direction:column;align-items:center}
.shead.center .stitle{max-width:24ch}
.shead.split{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:end}

/* ---------- buttons (sharp — the signature) ---------- */
.btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:10px;border:0;border-radius:var(--r);
  padding:19px 44px;font-family:inherit;font-size:.875rem;font-weight:700;letter-spacing:.7px;text-transform:uppercase;
  cursor:pointer;transition:color .4s var(--ease),box-shadow .4s var(--ease);z-index:0;min-height:44px;text-decoration:none!important}
.btn span{position:relative;z-index:2;display:inline-flex;align-items:center;gap:10px}
.btn::before{content:"";position:absolute;inset:0;z-index:1;transform:scaleX(0);transform-origin:right;transition:transform .45s var(--ease)}
.btn:hover::before{transform:scaleX(1);transform-origin:left}
.btn svg{width:17px;height:17px;flex:none}
.btn--accent{background:var(--wp--preset--color--cta);color:var(--wp--preset--color--on-cta)}
.btn--accent::before{background:var(--wp--preset--color--primary)}
.btn--accent:hover{color:#fff;box-shadow:var(--sh-lift)}
.btn--brand{background:var(--wp--preset--color--primary);color:#fff}
.btn--brand::before{background:var(--wp--preset--color--cta)}
.btn--brand:hover{color:var(--wp--preset--color--on-cta)}
.btn--ghost{background:transparent;color:#fff;box-shadow:inset 0 0 0 2px rgba(255,255,255,.55)}
.btn--ghost::before{background:#fff}
.btn--ghost:hover{color:var(--wp--preset--color--primary)}
.btn--sm{padding:13px 28px;font-size:.8125rem}
.btn--block{width:100%;justify-content:center}

/* ---------- icon badges ---------- */
.ibadge{display:grid;place-items:center;width:75px;height:75px;flex:none;transition:.35s var(--ease);color:var(--wp--preset--color--primary)}
.ibadge svg{width:34px;height:34px}
.ibadge--bordered{border:3px solid var(--wp--preset--color--border)}
.ibadge--round{border-radius:50%}
.ibadge--fill{background:var(--wp--preset--color--cta);color:var(--wp--preset--color--on-cta)}
.ibadge--navy{background:var(--wp--preset--color--primary);color:var(--wp--preset--color--cta)}
.ibadge--danger{background:var(--wp--preset--color--danger);color:#fff}
.ibadge--sm{width:50px;height:50px}.ibadge--sm svg{width:22px;height:22px}
.ibadge--lg{width:90px;height:90px}.ibadge--lg svg{width:44px;height:44px}

/* ---------- topbar + header + nav (mega dropdowns) ---------- */
.topbar{background:var(--wp--preset--color--primary-dark);color:#b9cee4;font-size:.84375rem}
.topbar .wrap{display:flex;gap:26px;align-items:center;justify-content:space-between;min-height:44px;flex-wrap:wrap}
.topbar ul{display:flex;gap:24px;list-style:none;padding:0;margin:0;flex-wrap:wrap}
.topbar li{display:flex;align-items:center;gap:8px}
.topbar svg{width:14px;height:14px;color:var(--wp--preset--color--cta);flex:none}
.topbar a{color:#dbe8f6;text-decoration:none}
.topbar a[href^="tel:"]{display:inline-flex;align-items:center;min-height:44px;font-weight:700}
.topbar a:hover{color:var(--wp--preset--color--cta)}

.site-header{position:sticky;top:0;z-index:220;background:#fff;border-bottom:1px solid var(--wp--preset--color--border);transition:box-shadow .3s}
.site-header.stuck{box-shadow:0 10px 30px rgba(5,5,5,.09)}
.nav{display:flex;align-items:center;gap:22px;min-height:82px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.1875rem;color:var(--wp--preset--color--head);letter-spacing:-.01em;line-height:1.15;text-decoration:none}
.brand .mk{display:grid;place-items:center;width:44px;height:44px;background:var(--wp--preset--color--primary);color:var(--wp--preset--color--cta);flex:none}
.brand .mk svg{width:24px;height:24px}
.brand small{display:block;font-size:.71875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--wp--preset--color--text-muted)}
.menu{display:flex;gap:6px;list-style:none;padding:0;margin:0 0 0 auto;align-items:center}
.menu>li{position:relative}
.menu>li>a,.menu>li>button{font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--wp--preset--color--head);position:relative;padding:12px 12px;display:inline-flex;align-items:center;gap:6px;background:none;border:0;cursor:pointer;font-family:inherit;text-decoration:none}
.menu>li>a::after{content:"";position:absolute;left:12px;right:12px;bottom:6px;height:3px;width:0;background:var(--wp--preset--color--cta);transition:width .3s var(--ease)}
.menu>li>a:hover::after,.menu>li>a[aria-current]::after{width:calc(100% - 24px)}
.menu>li>button .chev{width:11px;height:11px;transition:transform .25s var(--ease)}
.menu>li.open>button .chev{transform:rotate(180deg)}

.dropdown{position:absolute;top:100%;left:0;background:#fff;box-shadow:var(--sh-card-h);border-top:3px solid var(--wp--preset--color--cta);padding:20px;min-width:280px;
  opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .22s var(--ease),transform .22s var(--ease),visibility .22s;z-index:200}
.menu>li.open .dropdown,.menu>li:hover .dropdown{opacity:1;visibility:visible;transform:none}
.dropdown.cols2{min-width:460px;columns:2;column-gap:24px}
.dropdown.cols3{min-width:640px;columns:3;column-gap:24px}
.dropdown a{display:block;break-inside:avoid;padding:9px 10px;font-size:.875rem;font-weight:600;color:var(--wp--preset--color--head);text-transform:none;letter-spacing:0;text-decoration:none;border-radius:0}
.dropdown a:hover{background:var(--wp--preset--color--tint);color:var(--wp--preset--color--primary)}
.dropdown .dhub{display:block;margin-top:10px;padding-top:12px;border-top:1px solid var(--wp--preset--color--border);font-size:.8125rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--wp--preset--color--primary)}

.nav-phone{display:flex;align-items:center;gap:12px;text-decoration:none;min-height:44px}
/* Inline mid-sentence tel: mentions (e.g. "Ein Anruf klärt es — 0176 …") — grows the tap
   target to 44px without breaking the surrounding line via padding + a compensating
   negative margin, rather than switching display (which would wreck two-line .callrow links). */
.tel-inline{display:inline-block;padding:11px 3px;margin:-11px -3px}
.nav-phone .ic{display:grid;place-items:center;width:46px;height:46px;background:var(--wp--preset--color--tint);color:var(--wp--preset--color--primary);flex:none}
.nav-phone .ic svg{width:20px;height:20px}
.nav-phone b{display:block;font-size:1.125rem;color:var(--wp--preset--color--head);letter-spacing:-.01em;line-height:1.25}
.nav-phone span{display:block;font-size:.71875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--wp--preset--color--text-muted)}
.burger{display:none;place-items:center;width:46px;height:46px;background:var(--wp--preset--color--primary);color:#fff;border:0;cursor:pointer;flex:none}
.burger svg{width:22px;height:22px}

/* mobile drawer */
.drawer{position:fixed;inset:0;z-index:260;display:none}
.drawer.open{display:block}
.drawer__scrim{position:absolute;inset:0;background:rgba(11,18,32,.55)}
.drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(88vw,380px);background:#fff;overflow-y:auto;padding:18px}
.drawer__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--wp--preset--color--border);margin-bottom:8px}
.drawer__close{width:44px;height:44px;display:grid;place-items:center;background:var(--wp--preset--color--tint);border:0;cursor:pointer}
.drawer ul{list-style:none;padding:0;margin:0}
.drawer a{display:block;padding:14px 4px;border-bottom:1px solid var(--wp--preset--color--border);font-weight:600;text-transform:uppercase;font-size:.875rem;color:var(--wp--preset--color--head);text-decoration:none;min-height:44px}
.drawer details summary{list-style:none;cursor:pointer;padding:14px 4px;border-bottom:1px solid var(--wp--preset--color--border);font-weight:600;text-transform:uppercase;font-size:.875rem;color:var(--wp--preset--color--head);display:flex;justify-content:space-between;align-items:center}
.drawer details summary::-webkit-details-marker{display:none}
.drawer details[open] summary{color:var(--wp--preset--color--primary)}
.drawer details .sub{padding:4px 0 10px 12px}
.drawer details .sub a{border-bottom:0;padding:9px 4px;font-weight:500;text-transform:none;font-size:.9375rem}
.drawer .btn{margin-top:14px}

/* ---------- hero variants ---------- */
.hero{position:relative;background:var(--wp--preset--color--primary);color:#cfe0f2;overflow:hidden}
.hero::after{content:"";position:absolute;right:-140px;top:-140px;width:520px;height:520px;border:60px solid rgba(255,255,255,.035);border-radius:50%;pointer-events:none}
.hero .grid{display:grid;grid-template-columns:1.08fr .92fr;gap:52px;align-items:center;padding:clamp(52px,6.5vw,92px) 0 0}
/* Grid items default to min-width:auto, so a long unbroken word in the H1 (e.g. a compound
   service name glued to "Berlin" with no space) inflates the text column's min-content past
   its fr share and starves the image column down to a sliver. Reset it so `fr` actually rules,
   and let the display heading wrap/break instead of stretching the track. */
.hero .grid > *{min-width:0}
.hero .display,.hero--split .stitle,.hero--emergency .stitle{overflow-wrap:break-word;word-break:break-word}
.hero .display{font-size:var(--wp--preset--font-size--display);line-height:.94;font-weight:900;letter-spacing:-.025em;text-transform:uppercase;color:#fff;margin:6px 0 0}
.hero .display em{display:block;font-style:normal;color:var(--wp--preset--color--cta);overflow-wrap:break-word}
.hero .display--long{font-size:clamp(1.875rem,4.9vw,4.25rem)}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px;align-items:center}
.hero-note{display:flex;align-items:center;gap:9px;font-size:.84375rem;color:#a9c3dd}
.hero-note svg{width:16px;height:16px;color:var(--wp--preset--color--cta);flex:none}
.hero-media{position:relative}
.hero-media img{width:100%;aspect-ratio:9/10;object-fit:cover}
.hero-media .tag{position:absolute;left:-26px;bottom:38px;background:var(--wp--preset--color--cta);color:var(--wp--preset--color--on-cta);padding:18px 26px;max-width:230px;box-shadow:var(--sh-lift)}
.hero-media .tag b{display:block;font-size:1.875rem;font-weight:900;line-height:1}
.hero-media .tag span{display:block;font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-top:5px}
.hero-rail{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--wp--preset--color--dark-line);margin-top:clamp(40px,5vw,70px)}
.hero-rail div{background:var(--wp--preset--color--primary-dark);padding:26px 24px;display:flex;gap:14px;align-items:center}
.hero-rail svg{width:26px;height:26px;color:var(--wp--preset--color--cta);flex:none}
.hero-rail b{display:block;color:#fff;font-size:.9375rem;line-height:1.35}
.hero-rail span{display:block;font-size:.8125rem;color:#9bb6d3}

/* split hero + emergency-bar hero + local-context hero + solid-panel hero */
.hero--split{background:#fff;color:var(--wp--preset--color--text)}
.hero--split .grid{align-items:center}
.hero--split .stitle{color:var(--wp--preset--color--head);font-size:var(--wp--preset--font-size--display);max-width:none;text-transform:uppercase;font-weight:900;line-height:.98}
.hero--split .stitle em{display:block;font-style:normal;color:var(--wp--preset--color--primary)}
.hero--split .hero-note{color:var(--wp--preset--color--text-muted)}
.hero--split .hero-note svg{color:var(--wp--preset--color--primary)}
.hero--emergency{background:var(--wp--preset--color--dark);color:#fff;text-align:center}
.hero--emergency .stitle{color:#fff;max-width:none;font-size:var(--wp--preset--font-size--display);text-transform:uppercase}
.hero--emergency .stitle em{color:var(--wp--preset--color--cta);font-style:normal}
.hero--emergency .hero-cta{justify-content:center}
.hero--emergency .lead{margin-inline:auto}
.hero--solid{background:var(--wp--preset--color--primary-subtle);color:var(--wp--preset--color--text)}
.hero--solid .stitle{color:var(--wp--preset--color--head)}
.hero--local{background:var(--wp--preset--color--tint)}
.hero--local .eyebrow{background:var(--wp--preset--color--tint)}

/* ---------- trust strip ---------- */
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.trust .it{display:flex;gap:16px;align-items:flex-start}
.trust h3{font-size:1.0625rem;margin-bottom:4px}
.trust p{font-size:.96875rem;line-height:1.7;color:var(--wp--preset--color--text-muted)}

/* ---------- card grids ---------- */
.g2{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.scard{background:#fff;box-shadow:var(--sh-card);transition:box-shadow .4s var(--ease),transform .4s var(--ease);position:relative;text-decoration:none;display:block;color:inherit}
.scard:hover{box-shadow:var(--sh-card-h);transform:translateY(-6px)}
.scard .bd{padding:30px 28px 30px}
.scard .ibadge{margin-bottom:16px}
.scard h3{font-size:1.25rem;margin-bottom:9px}
.scard p{font-size:1rem;line-height:1.75;color:var(--wp--preset--color--text)}
.scard .more{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-size:.8125rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--wp--preset--color--primary)}
.scard .more svg{width:15px;height:15px;transition:transform .3s var(--ease)}
.scard:hover .more svg{transform:translateX(5px)}

/* ---------- icon-list (symptoms / factors / benefits) ---------- */
.ilist{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.ilist--3{grid-template-columns:repeat(3,1fr)}
.ilitem{display:flex;gap:16px;align-items:flex-start;background:#fff;padding:22px 24px;box-shadow:var(--sh-card);transition:.35s var(--ease)}
.ilitem:hover{box-shadow:var(--sh-card-h);transform:translateX(4px)}
.ilitem h3{font-size:1.0625rem;margin-bottom:5px}
.ilitem p{font-size:.9375rem;line-height:1.68;color:var(--wp--preset--color--text)}
.checks{list-style:none;padding:0;margin:26px 0 0;display:grid;gap:14px}
.checks li{display:flex;gap:13px;align-items:flex-start;font-size:.96875rem;color:var(--wp--preset--color--text)}
.checks svg{width:22px;height:22px;flex:none;color:var(--wp--preset--color--primary);margin-top:3px}
.checks b{color:var(--wp--preset--color--head)}

/* ---------- split / feature-split ---------- */
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:56px;align-items:center}
.split.rev{grid-template-columns:1.05fr .95fr}
.split.rev .media{order:2}
.split .media{position:relative}
.split .media .badge{position:absolute;right:-22px;bottom:-22px;background:var(--wp--preset--color--primary);color:#fff;padding:26px 30px;max-width:240px;box-shadow:var(--sh-lift)}
.split .media .badge b{display:block;font-size:2.125rem;font-weight:900;color:var(--wp--preset--color--cta);line-height:1}
.split .media .badge span{display:block;font-size:.8125rem;margin-top:6px;color:#c3d8ee;line-height:1.5}

/* ---------- contrast-pair ---------- */
.contrast{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--wp--preset--color--border);align-items:stretch}
.cpanel{background:#fff;padding:32px 30px;color:var(--wp--preset--color--text)}
.cpanel--accent{background:var(--wp--preset--color--primary);color:#cfe0f2}
.cpanel--accent h3{color:#fff}
.cpanel h3{font-size:1.1875rem;margin-bottom:10px;display:flex;align-items:center;gap:12px}
.cpanel p{font-size:.9375rem;line-height:1.7}
.cpanel ul{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:8px;font-size:.9375rem}
.cpanel li{padding-left:20px;position:relative}
.cpanel li::before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background:var(--wp--preset--color--cta)}

/* ---------- stats (ghost numerals) ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}
.stat{position:relative;padding-top:34px}
.stat .ghost{position:absolute;top:0;left:0;right:0;font-size:6rem;line-height:.8;font-weight:900;color:rgba(255,255,255,.06);letter-spacing:-.04em;pointer-events:none;user-select:none}
.stat b{position:relative;display:block;font-size:2.875rem;font-weight:900;color:var(--wp--preset--color--cta);line-height:1.05;letter-spacing:-.02em}
.stat span{position:relative;display:block;margin-top:8px;font-size:.875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff}
.stat small{position:relative;display:block;margin-top:6px;font-size:.84375rem;color:var(--wp--preset--color--dark-muted);letter-spacing:0;text-transform:none;font-weight:400}
.stat-rail{position:relative;z-index:2;margin-top:-58px;background:var(--wp--preset--color--primary-dark);box-shadow:var(--sh-lift)}
.stat-rail .stats{padding:34px clamp(20px,4vw,48px)}

/* ---------- process steps ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative}
.steps::before{content:"";position:absolute;top:37px;left:11%;right:11%;height:3px;background:repeating-linear-gradient(90deg,#d5dae4 0 14px,transparent 14px 26px)}
.steps--3{grid-template-columns:repeat(3,1fr)}
.steps--5{grid-template-columns:repeat(5,1fr)}
.step{position:relative;text-align:center}
.step .no{position:relative;display:grid;place-items:center;width:74px;height:74px;margin:0 auto 20px;background:var(--wp--preset--color--cta);color:var(--wp--preset--color--on-cta);font-size:1.5625rem;font-weight:900;box-shadow:0 0 0 10px var(--wp--preset--color--bg);transition:.35s var(--ease)}
.step:hover .no{background:var(--wp--preset--color--primary);color:var(--wp--preset--color--cta)}
.step h3{font-size:1.125rem;margin-bottom:8px}
.step p{font-size:.96875rem;line-height:1.72}
.section--dark .steps::before,.section--dark .step .no{box-shadow:0 0 0 10px var(--wp--preset--color--dark)}

/* ---------- notice band (safety / legal) ---------- */
.notice{border:3px solid var(--wp--preset--color--danger);background:#fdf1f0}
.notice .in{display:flex;gap:22px;align-items:flex-start;padding:28px 30px}
.notice svg.ic{width:40px;height:40px;flex:none;color:var(--wp--preset--color--danger)}
.notice h2,.notice h3{font-size:1.25rem;color:var(--wp--preset--color--danger);line-height:1.28;margin-bottom:6px}
.notice p{font-size:.9375rem;color:var(--wp--preset--color--head)}
.notice p+p{margin-top:8px}
.notice--fill{background:var(--wp--preset--color--danger);border-color:var(--wp--preset--color--danger)}
.notice--fill h2,.notice--fill h3,.notice--fill p{color:#fff}
.notice--fill svg.ic{color:#fff}

/* ---------- why-us / usp rows ---------- */
.rows{display:grid;gap:24px}
.row{display:flex;gap:20px;align-items:flex-start;background:#fff;padding:26px 28px;box-shadow:var(--sh-card);transition:.35s var(--ease)}
.section--dark .row,.section--navy .row{background:rgba(255,255,255,.05);box-shadow:none;border:1px solid var(--wp--preset--color--dark-line)}
.row:hover{box-shadow:var(--sh-card-h);transform:translateX(6px)}
.row:hover .ibadge{background:var(--wp--preset--color--primary);color:var(--wp--preset--color--cta);border-color:var(--wp--preset--color--primary)}
.row h3{font-size:1.125rem;margin-bottom:6px}
.section--dark .row h3,.section--navy .row h3{color:#fff}
.row p{font-size:.96875rem;line-height:1.72}

/* ---------- FAQ accordion ---------- */
.faqgrid{display:grid;grid-template-columns:1fr 1fr;gap:20px 30px;align-items:start}
.faq{background:#fff;border:1px solid var(--wp--preset--color--border);margin-bottom:0;transition:.3s var(--ease)}
.faq[open]{box-shadow:var(--sh-card);border-color:transparent}
.faq summary{list-style:none;cursor:pointer;display:flex;gap:16px;align-items:center;padding:20px 22px;font-weight:700;font-size:1.03125rem;color:var(--wp--preset--color--head);line-height:1.45}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";flex:none;margin-left:auto;width:24px;height:24px;background:var(--wp--preset--color--primary);clip-path:polygon(43% 0,57% 0,57% 43%,100% 43%,100% 57%,57% 57%,57% 100%,43% 100%,43% 57%,0 57%,0 43%,43% 43%);transition:transform .3s var(--ease),background .3s}
.faq[open] summary::after{transform:rotate(135deg);background:var(--wp--preset--color--cta)}
.faq .ans{padding:0 22px 22px;font-size:1rem;line-height:1.8;color:var(--wp--preset--color--text)}

/* ---------- chip cluster (coverage / topics) ---------- */
.chips{display:flex;flex-wrap:wrap;gap:11px;margin-top:8px}
.chip{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;background:#fff;border:1px solid var(--wp--preset--color--border);font-size:.875rem;color:var(--wp--preset--color--head);transition:.3s var(--ease);text-decoration:none;min-height:44px}
.chip::before{content:"";width:7px;height:7px;background:var(--wp--preset--color--cta);flex:none}
.chip:hover{background:var(--wp--preset--color--primary);color:#fff;border-color:var(--wp--preset--color--primary)}
.section--dark .chip,.section--navy .chip{background:transparent;border-color:var(--wp--preset--color--dark-line);color:#fff}

/* ---------- closing CTA band ---------- */
.cta-band{position:relative;background:var(--wp--preset--color--primary);overflow:hidden}
.cta-band::before{content:"";position:absolute;left:-90px;bottom:-160px;width:420px;height:420px;border:56px solid rgba(255,255,255,.04);border-radius:50%}
.cta-band .wrap{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;padding:clamp(52px,6vw,86px) 0}
.cta-band h2{font-size:clamp(1.6875rem,3.6vw,2.75rem);color:#fff;line-height:1.2}
.cta-band p{color:#bed3e9;margin-top:14px;max-width:56ch}
.cta-band .box{background:var(--wp--preset--color--primary-dark);padding:34px;text-align:center;box-shadow:var(--sh-lift)}
.cta-band .box>span{display:block;font-size:.75rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--wp--preset--color--cta)}
.cta-band .box b{display:block;font-size:clamp(1.5625rem,3vw,2.125rem);color:#fff;margin:10px 0 4px;letter-spacing:-.01em}
.cta-band .box small{display:block;font-size:.84375rem;color:#a9c3dd;margin-bottom:20px}
/* The bold phone number inside the closing CTA box is itself a tel: link at small mobile
   widths its single text line can fall under the 44px tap-target floor — grow the hit area
   without touching the visible type size. Used on every page's closing cta-band. */
.cta-band .box b a[href^="tel:"]{display:inline-block;min-height:44px;padding-block:8px}

/* ---------- phone-block (free-consultation) ---------- */
.phoneblock{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--wp--preset--color--border);align-items:stretch}
.phoneblock .tx{background:#fff;padding:34px 32px}
.phoneblock .tx h2{font-size:1.5rem;margin-bottom:10px}
.phoneblock .tx p{font-size:.9375rem;line-height:1.72;color:var(--wp--preset--color--text)}
.phoneblock .call{background:var(--wp--preset--color--primary);padding:34px 32px;display:flex;flex-direction:column;justify-content:center;gap:16px}
.callrow{display:flex;align-items:center;gap:18px}
.callrow .ic{display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:var(--wp--preset--color--cta);color:var(--wp--preset--color--on-cta);flex:none;transition:.35s var(--ease)}
.callrow:hover .ic{background:#fff;color:var(--wp--preset--color--primary)}
.callrow .ic svg{width:24px;height:24px}
.callrow span{display:block;font-size:.84375rem;color:#a9c3dd}
.callrow b{display:block;font-size:clamp(1.25rem,2.3vw,1.75rem);color:#fff;letter-spacing:-.01em;line-height:1.25;text-decoration:none}
.callrow a{text-decoration:none;color:inherit}
.phoneblock .note{font-size:.8125rem;color:#a9c3dd;display:flex;gap:8px;align-items:flex-start}
.phoneblock .note svg{width:15px;height:15px;color:var(--wp--preset--color--cta);flex:none;margin-top:2px}

/* ---------- imgph (photo slot placeholder — replace once a real photo exists) ---------- */
.imgph{position:relative;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;
  border:2px dashed #d5dae4;padding:24px;color:var(--wp--preset--color--text-muted);
  background:repeating-linear-gradient(-45deg,#fff 0 11px,var(--wp--preset--color--tint) 11px 22px)}
.imgph svg{width:48px;height:48px;color:#d5dae4}
.imgph b{font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--wp--preset--color--text-muted)}
.imgph small{font-size:.8125rem;line-height:1.55;max-width:30ch}
.imgph--portrait{aspect-ratio:3/4}
.imgph--wide{aspect-ratio:16/10}
.imgph--square{aspect-ratio:1/1}

/* Real self-hosted photos replacing an .imgph slot — same aspect-ratio family, cover-fit. */
.imgph-img{width:100%;height:auto;display:block;object-fit:cover;background:var(--wp--preset--color--tint)}
.imgph-img--portrait{aspect-ratio:3/4}
.imgph-img--wide{aspect-ratio:16/10}
.imgph-img--square{aspect-ratio:1/1}

/* ---------- footer ---------- */
.site-footer{background:var(--wp--preset--color--dark);color:var(--wp--preset--color--dark-muted);font-size:1rem;padding-bottom:var(--callbar-h)}
.fgrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;padding:clamp(52px,6vw,84px) 0 46px}
.site-footer h3{font-size:1rem;color:#fff;margin-bottom:20px;position:relative;padding-bottom:14px}
.site-footer h3::after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;background:var(--wp--preset--color--cta)}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:11px}
.site-footer a{color:var(--wp--preset--color--dark-muted);text-decoration:none}
.site-footer a:hover{color:var(--wp--preset--color--cta)}
.fbrand{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:#fff;font-weight:800;font-size:1.1875rem}
.fbrand .mk{display:grid;place-items:center;width:44px;height:44px;background:var(--wp--preset--color--primary);color:var(--wp--preset--color--cta);flex:none}
.fbrand .mk svg{width:24px;height:24px}
.fcontact li{display:flex;gap:12px;align-items:flex-start}
.fcontact svg{width:17px;height:17px;color:var(--wp--preset--color--cta);flex:none;margin-top:5px}
.fcontact b{display:block;color:#fff;font-size:1.0625rem}
.fcontact a[href^="tel:"]{display:inline-flex;align-items:center;min-height:44px;font-weight:700}
.fbar{border-top:1px solid var(--wp--preset--color--dark-line);padding:22px 0;display:flex;gap:18px;justify-content:space-between;flex-wrap:wrap;font-size:.84375rem}
.fbar ul{display:flex;gap:20px;list-style:none;padding:0;margin:0}

/* ---------- fixed UI: sticky call bar + scroll-to-top ---------- */
.callbar{position:fixed;left:0;right:0;bottom:0;z-index:250;background:#fff;border-top:1px solid var(--wp--preset--color--border);box-shadow:0 -6px 22px rgba(5,5,5,.13);padding:10px 14px;display:none}
.callbar .in{display:flex;align-items:center;gap:12px;max-width:640px;margin-inline:auto}
.callbar a.btn{flex:1}
.callbar .mini{font-size:.75rem;color:var(--wp--preset--color--text-muted);white-space:nowrap}
.toTop{position:fixed;right:20px;bottom:22px;z-index:230;width:50px;height:50px;border-radius:50%;border:0;cursor:pointer;background:var(--wp--preset--color--primary);color:var(--wp--preset--color--cta);display:grid;place-items:center;
  box-shadow:0 7px 30px rgba(0,0,0,.3);opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .3s var(--ease),transform .3s var(--ease),background .3s}
.toTop.show{opacity:1;transform:none;pointer-events:auto}
.toTop:hover{background:var(--wp--preset--color--cta);color:var(--wp--preset--color--on-cta)}
.toTop svg{width:22px;height:22px}

/* ---------- reveal-on-scroll ---------- */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.09s}.reveal.d2{transition-delay:.18s}.reveal.d3{transition-delay:.27s}.reveal.d4{transition-delay:.36s}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}

/* ---------- responsive ---------- */
@media (max-width:1080px){
  .hero .grid{grid-template-columns:1fr;gap:38px}
  .hero-media{max-width:520px}
  .hero-media .tag{left:auto;right:18px}
  .g4,.stats,.hero-rail,.trust{grid-template-columns:1fr 1fr}
  .cutout{min-height:360px}
  .steps{grid-template-columns:1fr 1fr}.steps::before{display:none}
  .g3,.ilist--3{grid-template-columns:1fr 1fr}
  .split,.split.rev,.faqgrid,.contrast,.phoneblock{grid-template-columns:1fr;gap:28px}
  .split.rev .media{order:0}
  .split .media .badge{right:14px;bottom:-16px}
  .cta-band .wrap{grid-template-columns:1fr}
  .fgrid{grid-template-columns:1fr 1fr}
  .shead.split{grid-template-columns:1fr;align-items:start}
  .dropdown.cols2,.dropdown.cols3{columns:2;min-width:420px}
}
@media (max-width:760px){
  .topbar{display:none}
  .menu,.nav-phone{display:none}
  .burger{display:grid;margin-left:auto}
  .callbar{display:block}
  .toTop{bottom:calc(var(--callbar-h) + 14px);right:14px}
  .g2,.g3,.g4,.ilist,.ilist--3,.stats,.hero-rail,.trust,.steps,.steps--3,.steps--5,.fgrid{grid-template-columns:1fr}
  .hero .display,.hero--split .stitle,.hero--emergency .stitle{letter-spacing:-.015em}
  .btn{width:100%;justify-content:center;padding:17px 26px}
  .hero-cta{gap:11px}
  .notice .in{flex-direction:column}
  .split .media .badge{position:static;max-width:none;margin-top:-4px}
  .stat-rail{margin-top:26px}
  .dropdown.cols2,.dropdown.cols3{columns:1;min-width:0}
}
