:root{
  --c-rose-100:#feedf6;
  --c-rose-200:#f9dae9;
  --c-rose-300:#fac8de;
  --c-rose-deep:#f3a6c6;
  --c-lav:#e8e7f7;
  --c-lav-2:#d7daf8;

  --c-sheet:#fdfdff;
  --c-sheet-50:#fff6f8;
  --c-sheet-2:#fdebf1;

  --c-accent:#eb4d96;
  --c-accent-600:#e3317a;
  --c-warm:#f95b73;
  --c-warm-2:#fb4964;
  --c-amber:#fd7b3b;
  --c-amber-2:#f66b25;
  --c-crush:#ff4c5e;
  --c-peri:#c8cef0;

  --c-foreground:#292631;
  --c-foreground-50:#6e6274;
  --c-faint:#9c92a2;
  --c-divider:#f4dae4;

  --c-invert:#fdfdff;
  --c-pure:#fdfdff;
  --c-green:#31af68;
  --c-divider-50:rgba(253,253,255,.9);
  --c-sheet-wash:rgba(253,253,255,.94);
  --c-backdrop:rgba(41,38,49,.48);
  --c-bottom-wash:#292631;
  --c-bottom:#d9d2df;
  --c-bottom-2:#fdfdff;
  --c-bottom-50:#a89daf;
  --c-bottom-bd:rgba(253,253,255,.11);

  --c-rad-sm:14px;
  --c-rad-md:20px;
  --c-rad-lg:28px;
  --c-rad-xl:36px;
  --c-rad-pill:999px;

  --c-shade-sm:0 6px 16px -8px rgba(235,77,150,.35);
  --c-shade-md:0 18px 38px -18px rgba(235,77,150,.42);
  --c-shade-lg:0 30px 60px -24px rgba(227,49,122,.41);

  --c-display:"Trebuchet MS","Segoe UI",system-ui,-apple-system,"Helvetica Neue",sans-serif;
  --c-font:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;

  --c-container:1200px;
  --c-inset:24px;
  --c-section-pad:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(1200px 700px at 85% -8%, var(--c-rose-300) 0%, transparent 55%),
    radial-gradient(900px 600px at -10% 8%, var(--c-lav) 0%, transparent 55%),
    linear-gradient(180deg, var(--c-rose-100) 0%, var(--c-sheet-50) 40%, var(--c-rose-100) 100%);color:var(--c-foreground);font-family:var(--c-font);background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
  margin:0;line-height:1.6;
}
img{display:block;max-width:100%}

.form-holder{max-width:640px}
.form-empty{height:1px;position:absolute;width:1px;overflow:hidden;left:-9999px}
.metric{align-items:center;padding:14px 16px;gap:12px;border-radius:var(--c-rad-md);background:var(--c-sheet);display:flex;border:1px solid var(--c-divider-50);box-shadow:var(--c-shade-sm)}
.metric-icon{height:40px;flex:none;background:var(--c-sheet-2);display:grid;color:var(--c-accent);border-radius:12px;width:40px;place-items:center}
.metric-icon svg{width:18px;height:18px}
.metric-body dt{letter-spacing:.05em;text-transform:uppercase;color:var(--c-faint);font-size:.78rem}
.metric-body dd{font-family:var(--c-display);font-weight:800;margin:2px 0 0;font-size:.98rem}
ul{padding:0;list-style:none;margin:0}
.hour{justify-content:space-between;gap:12px;font-size:.9rem;display:flex;color:var(--c-foreground-50)}

.push-zone{justify-content:space-between;color:var(--c-invert);position:relative;gap:30px;display:flex;box-shadow:var(--c-shade-lg);border-radius:var(--c-rad-xl);background:linear-gradient(100deg,var(--c-accent-600),var(--c-warm) 60%,var(--c-amber));align-items:center;overflow:hidden;padding:clamp(38px,5vw,64px);flex-wrap:wrap}
.push-shape{position:absolute;width:320px;height:320px;right:-90px;border-radius:50%;background:rgba(253,253,255,.14);top:-120px}
.push-body{position:relative;z-index:2}
.push-body h2{color:var(--c-invert);max-width:16ch}
.push-body p{margin-top:10px;max-width:46ch;color:rgba(253,253,255,.94)}
.push-zone .button{position:relative;z-index:2}
.ttl{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
.band{padding-block:var(--c-section-pad)}
.band-inv{background:var(--c-sheet-2)}
.editorial-body .button{margin-top:26px}
.town-hall-heading{font-family:var(--c-display);font-weight:800;margin-bottom:14px}
.town-hall-entry{align-items:flex-start;gap:10px;display:flex;margin-top:10px;color:var(--c-foreground-50);font-size:.94rem}
.town-hall-entry .locator{color:var(--c-accent);flex:none}
.town-hall-entry .locator svg{height:16px;width:16px}
.teaser-frame{background:#010000;height:100%;display:block;object-fit:cover;width:100%;pointer-events:none}
.teaser-bullet{height:28px;position:absolute;font-size:.64rem;border-radius:50%;top:50%;pointer-events:none;color:#fdfdff;transform:translate(-50%,-50%);background:rgba(1,0,0,.55);width:28px;left:50%;box-shadow:var(--c-shade-sm);padding-left:2px;place-items:center;line-height:1;display:grid}
.teaser-marker{gap:4px;background:rgba(1,0,0,.64);border-radius:var(--c-rad-pill);bottom:12px;font-weight:700;left:12px;font-size:.7rem;display:inline-flex;align-items:center;position:absolute;z-index:2;color:#fdfdff;letter-spacing:.02em;box-shadow:var(--c-shade-sm);padding:5px 9px}
.pretitle{color:var(--c-accent);font-weight:800;text-transform:uppercase;font-size:.8rem;letter-spacing:.1em;margin-bottom:10px}
:focus-visible{border-radius:6px;outline:3px solid var(--c-accent);outline-offset:2px}
button{font-family:inherit}
.identity,.menu-link,.aside-phone a,.button,.crumbs a,.app-foot a,.local-nav a,.profile-dm{text-decoration:none}
.input-entry{display:grid;gap:18px;grid-template-columns:1fr 1fr}
.input{font-family:inherit;border-radius:var(--c-rad-sm);width:100%;color:var(--c-foreground);transition:border-color .16s,box-shadow .16s;background:var(--c-sheet-50);padding:13px 16px;font-size:1rem;border:1.5px solid var(--c-divider)}
.input:focus{border-color:var(--c-accent);outline:none;box-shadow:0 0 0 3px rgba(235,77,150,.16)}
textarea.input{min-height:140px;resize:vertical}
p{margin:0}

.view-showcase{padding-block:clamp(40px,6vw,80px) 20px}
.view-showcase h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.view-showcase p{font-size:1.08rem;color:var(--c-foreground-50);margin:16px auto 0}
.times{display:grid;margin-top:10px;gap:4px}
.editorial-band .crumbs{display:flex}.editorial-band .crumbs li{padding-left:0}.editorial-band .crumbs li::before{display:none}

.marker-tag{padding:8px 16px;border:1px solid var(--c-divider);align-items:center;gap:8px;letter-spacing:.06em;background:var(--c-sheet);display:inline-flex;font-weight:700;box-shadow:var(--c-shade-sm);font-size:.82rem;color:var(--c-accent);border-radius:var(--c-rad-pill)}
.marker-tag svg{width:16px;height:16px;color:var(--c-warm)}
.profile-twinkle{color:var(--c-warm);transition:transform .16s,background .16s,color .16s;background:var(--c-sheet-wash);position:absolute;display:grid;top:12px;height:36px;box-shadow:var(--c-shade-sm);place-items:center;border-radius:50%;width:36px;right:12px;cursor:pointer;z-index:2;border:none}
.profile-twinkle svg{width:18px;height:18px}
.profile-twinkle:hover{transform:scale(1.08)}
.profile-twinkle.ticked{color:var(--c-invert);background:var(--c-warm)}
.profile-twinkle.ticked svg{fill:currentColor}
.profile-frame-twinkle{width:46px;top:14px;right:14px;height:46px}
.profile-frame-twinkle svg{width:21px;height:21px}
.profile-core{padding:16px 18px}
.profile-heading{font-family:var(--c-display);font-weight:800;font-size:1.12rem}
.profile-heading a{color:inherit;text-decoration:none;outline-offset:3px}
.profile-heading a::after{position:absolute;inset:0;content:"";z-index:1}
.profile-heading span{color:var(--c-faint);font-weight:600}
.profile-place{margin-top:4px;display:flex;color:var(--c-foreground-50);gap:6px;font-size:.88rem;align-items:center}
.profile-place .locator svg{height:14px;color:var(--c-accent);width:14px}
.profile-dm{padding:9px 14px;transition:transform .16s ease,box-shadow .16s ease;margin-top:12px;font-weight:700;font-size:.9rem;color:var(--c-invert);background:linear-gradient(135deg,var(--c-accent),var(--c-warm));z-index:2;align-items:center;display:inline-flex;border-radius:var(--c-rad-pill);justify-content:center;box-shadow:var(--c-shade-sm);width:100%;position:relative;gap:7px}
.profile-dm svg{width:16px;height:16px}
.profile-dm:hover{box-shadow:var(--c-shade-md);transform:translateY(-1px)}
.profile-layout{margin-top:22px;align-items:start;display:grid;gap:clamp(24px,4vw,52px);grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.profile-col{min-width:0}
.profile-frame{background:linear-gradient(160deg,var(--c-rose-200),var(--c-lav-2));overflow:hidden;margin:0;position:relative;box-shadow:var(--c-shade-md);border-radius:var(--c-rad-lg)}
.profile-frame img{aspect-ratio:4/5;object-fit:cover;height:auto;width:100%;display:block}
.profile-pager{width:44px;display:grid;box-shadow:var(--c-shade-md);height:44px;top:50%;position:absolute;place-items:center;z-index:2;transition:transform .15s ease,background .15s ease;background:var(--c-sheet-wash);cursor:pointer;border-radius:50%;border:none;color:var(--c-accent-600);transform:translateY(-50%)}
.profile-pager:hover{transform:translateY(-50%) scale(1.07);background:var(--c-sheet-wash)}
.profile-pager svg{width:22px;height:22px}
.profile-back{left:12px}
.profile-fwd{right:12px}
.profile-rail{margin-top:12px;gap:10px;flex-wrap:wrap;display:flex}
.profile-item{cursor:pointer;padding:0;border:2px solid transparent;transition:transform .15s ease,border-color .15s ease;flex:0 0 auto;border-radius:var(--c-rad-sm);width:72px;overflow:hidden;background:var(--c-sheet-2);aspect-ratio:3/4;box-shadow:var(--c-shade-sm)}
.profile-item img{display:block;width:100%;object-fit:cover;height:100%}
.profile-item:hover{transform:translateY(-2px)}
.profile-item.ticked{border-color:var(--c-accent)}
.profile-col [hidden]{display:none!important}
.profile-teaser{max-height:70vh;object-fit:contain;display:block;background:#010000;height:auto;width:100%}
.profile-item-teaser{position:relative}
.block-head{max-width:640px;margin:0 auto 44px;text-align:center}

.inner{max-width:var(--c-container);margin-inline:auto;padding-inline:var(--c-inset)}
.facts-town-hall{box-shadow:var(--c-shade-md);background:var(--c-sheet);padding:24px;border-radius:var(--c-rad-lg);border:1px solid var(--c-divider-50)}
.crumbs a:hover{color:var(--c-accent-600)}
.page-menu{display:flex;align-items:center;gap:8px;margin-left:auto}
.support-item{margin-bottom:14px;border-radius:var(--c-rad-md);border:1px solid var(--c-divider);background:var(--c-sheet);overflow:hidden;box-shadow:var(--c-shade-sm)}
.support-item summary{align-items:center;cursor:pointer;font-family:var(--c-display);padding:20px 22px;color:var(--c-foreground);font-weight:800;display:flex;list-style:none;font-size:1.05rem;justify-content:space-between;gap:16px}
.support-item summary::-webkit-details-marker{display:none}
.support-item summary::after{display:grid;width:30px;height:30px;border-radius:50%;transition:transform .25s ease;flex:none;content:"+";place-items:center;color:var(--c-accent);font-size:1.2rem;background:var(--c-sheet-2)}
.support-item[open] summary::after{background:var(--c-accent);transform:rotate(45deg);color:var(--c-invert)}
.support-reply{padding:0 22px 20px;color:var(--c-foreground-50)}
.menu-backdrop{transition:opacity .3s ease;opacity:0;inset:0;visibility:hidden;z-index:1090;position:fixed;background:var(--c-backdrop)}
.menu-backdrop.open{opacity:1;visibility:visible}
.foot-layout{gap:40px;grid-template-columns:1.6fr 1fr 1fr;display:grid}
.foot-identity{font-family:var(--c-display);gap:10px;margin-bottom:12px;font-weight:800;display:flex;color:var(--c-bottom-2);font-size:1.2rem;align-items:center}
.foot-col>p:not(.foot-heading){max-width:34ch;color:var(--c-bottom-50);font-size:.94rem}
.foot-heading{color:var(--c-bottom-2);font-size:1rem;margin-bottom:14px;font-weight:800}
.foot-nav{gap:10px;display:grid;font-size:.94rem}

.empty{text-align:center;padding-block:clamp(60px,10vw,140px)}
.empty-no{line-height:.9;font-family:var(--c-display);font-weight:800;font-size:clamp(6rem,20vw,13rem)}
.empty-set{gap:14px;flex-wrap:wrap;margin-top:30px;justify-content:center;display:flex}

.facts{align-items:start;gap:clamp(28px,4vw,48px);display:grid;grid-template-columns:1.2fr 1fr}
.facts-metrics{gap:16px;display:grid;grid-template-columns:1fr 1fr}
svg{display:block}
.accent{background:linear-gradient(92deg,var(--c-accent),var(--c-warm) 60%,var(--c-amber));color:transparent;-webkit-background-clip:text;background-clip:text}

.editorial-band h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.editorial-band h2{margin-top:34px;color:var(--c-accent-600);font-size:1.35rem;font-weight:800}
.editorial-band p{font-size:1.04rem;margin-top:14px;color:var(--c-foreground-50)}
.editorial-band p a{font-weight:600}
.editorial-band ul{gap:10px;display:grid;margin-top:14px}
.editorial-band li{position:relative;padding-left:24px;color:var(--c-foreground-50)}
.editorial-band li::before{background:var(--c-warm);height:10px;left:0;top:.5em;border-radius:50%;content:"";position:absolute;width:10px}
.editorial-support>.inner>h2{text-align:center;margin-bottom:28px}
h1,h2,h3,h4{letter-spacing:-.01em;color:var(--c-foreground);margin:0;line-height:1.12;font-family:var(--c-display)}
.crumbs{margin-bottom:14px;font-size:.86rem;display:flex;color:var(--c-faint);gap:6px;justify-content:flex-start;flex-wrap:wrap}
.profile-box{overflow:hidden;border-radius:var(--c-rad-lg);position:relative;transition:transform .2s ease,box-shadow .2s ease;background:var(--c-sheet);border:1px solid var(--c-divider-50);box-shadow:var(--c-shade-md)}
.profile-box:hover{transform:translateY(-6px);box-shadow:var(--c-shade-lg)}
.profile-portrait{overflow:hidden;aspect-ratio:1/1;background:linear-gradient(160deg,var(--c-rose-200),var(--c-lav-2));position:relative}
.profile-portrait img{width:100%;height:100%;display:block;object-fit:cover}
.profile-marker{color:var(--c-green);top:12px;align-items:center;padding:5px 10px;box-shadow:var(--c-shade-sm);left:12px;border-radius:var(--c-rad-pill);gap:6px;display:inline-flex;position:absolute;z-index:2;font-weight:700;font-size:.72rem;background:var(--c-sheet-wash)}
.menu-link{transition:background .18s,color .18s;padding:9px 14px;font-weight:600;border-radius:var(--c-rad-pill);color:var(--c-foreground);font-size:.96rem}
.menu-link:hover{background:var(--c-sheet-2);color:var(--c-accent-600)}
.menu-twinkle{gap:7px;background:none;display:inline-flex;border:none;transition:background .18s ease,color .18s ease;color:var(--c-foreground);position:relative;align-items:center;text-decoration:none;font-weight:600;cursor:pointer;font-size:.96rem;padding:9px 12px;border-radius:var(--c-rad-pill)}
.menu-twinkle:hover{color:var(--c-accent-600);background:var(--c-sheet-2)}
.menu-twinkle svg{color:var(--c-accent);width:20px;height:20px}
.menu-twinkle:hover svg{color:var(--c-accent-600)}
.menu-twinkle-body{white-space:nowrap}
.menu-twinkle .dm-marker{position:static;top:auto;right:auto}
.menu-twinkle-phone{border:none;display:flex;background:none;text-align:left;gap:9px;cursor:pointer;width:100%;border-bottom:1px solid var(--c-divider);font-weight:600;font-size:15px;color:var(--c-foreground);padding:14px 2px;align-items:center;text-decoration:none}
.menu-twinkle-phone:hover{color:var(--c-accent-600)}
.menu-twinkle-phone svg{height:18px;color:var(--c-accent);width:18px}

.menu-btn{z-index:1105;padding:6px;background:none;display:none;flex-direction:column;border:none;cursor:pointer;gap:5px}
.menu-btn span{background:var(--c-foreground);border-radius:2px;transition:transform .3s ease,opacity .3s ease;height:3px;display:block;width:26px}
.menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.menu-btn.open span:nth-child(2){opacity:0}
.menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}

.button{
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;cursor:pointer;align-items:center;white-space:nowrap;
  text-align:center;font-weight:700;font-size:1rem;border:1.5px solid transparent;
  display:inline-flex;padding:14px 26px;justify-content:center;gap:9px;
  border-radius:var(--c-rad-pill);
}
.button svg{width:18px;height:18px}
.button-xs{padding:10px 18px;font-size:.9rem}
.button-xl{font-size:1.06rem;padding:17px 32px}
.button-stretch{width:100%}
.button-cta{box-shadow:0 14px 26px -12px rgba(251,73,100,.75);background:linear-gradient(95deg,var(--c-amber),var(--c-warm) 55%,var(--c-accent));color:var(--c-invert)}
.button-cta:hover{transform:translateY(-2px);box-shadow:0 20px 34px -12px rgba(251,73,100,.85);color:var(--c-invert)}
.button-secondary{color:var(--c-accent);border-color:var(--c-divider);background:var(--c-sheet)}
.button-secondary:hover{transform:translateY(-2px);background:var(--c-sheet-2);color:var(--c-accent-600)}
.button-plain{color:var(--c-accent-600);background:var(--c-pure)}
.button-plain:hover{transform:translateY(-2px);color:var(--c-accent-600);box-shadow:var(--c-shade-md)}

.app-foot{background:var(--c-bottom-wash);color:var(--c-bottom)}
.app-foot .inner{padding-block:56px 22px}
.app-foot a{color:var(--c-bottom)}
.app-foot a:hover{color:var(--c-bottom-2)}

.form{padding:clamp(24px,3vw,40px);border-radius:var(--c-rad-lg);border:1px solid var(--c-divider-50);background:var(--c-sheet);box-shadow:var(--c-shade-md)}
.form-item{gap:7px;display:grid;margin-bottom:18px}
.form-item label{font-weight:700;font-size:.92rem}
::selection{background:rgba(235,77,150,.21)}
figure{margin:0}

.popup-push{padding:20px;box-shadow:var(--c-shade-lg);width:300px;border-radius:var(--c-rad-lg);right:22px;bottom:22px;border:1px solid var(--c-divider-50);z-index:80;background:var(--c-sheet);position:fixed;max-width:calc(100vw - 44px)}
.popup-x{padding:0;border-radius:50%;background:var(--c-sheet-2);font-size:1.1rem;top:12px;display:grid;border:none;place-items:center;color:var(--c-foreground-50);position:absolute;width:28px;line-height:1;cursor:pointer;right:12px;height:28px}
.popup-x:hover{color:var(--c-invert);background:var(--c-accent)}
.popup-heading{padding-right:26px;font-family:var(--c-display);font-weight:800;font-size:1.04rem}
.popup-body{margin-top:4px;margin-bottom:14px;color:var(--c-foreground-50);font-size:.86rem}
.popup-tab{width:60px;right:22px;bottom:22px;justify-content:center;cursor:pointer;background:linear-gradient(135deg,var(--c-accent),var(--c-warm));height:60px;display:none;border-radius:50%;align-items:center;z-index:80;box-shadow:var(--c-shade-lg);position:fixed;border:none;color:var(--c-invert)}
.popup-tab svg{height:26px;stroke:none;fill:currentColor;width:26px}
.form-note{font-weight:700}
.form-note-ticked{color:var(--c-green)}
.form-note-shut{color:var(--c-accent-600)}
.icon-ticked svg{fill:currentColor;stroke:none}

.finder-form{gap:12px;box-shadow:var(--c-shade-md);border-radius:var(--c-rad-pill);margin:0 auto;background:var(--c-sheet);display:flex;padding:12px;border:1px solid var(--c-divider-50)}
.finder-form .input{background:transparent;box-shadow:none;font-size:1.06rem;border:none}
.finder-form .input:focus{box-shadow:none}
.finder-form+.local{margin-top:40px}

.dm-marker{line-height:1;font-size:.72rem;height:22px;min-width:22px;background:var(--c-crush);color:var(--c-invert);font-weight:800;top:-3px;display:grid;position:absolute;box-shadow:var(--c-shade-sm);right:-3px;border-radius:var(--c-rad-pill);place-items:center;padding:0 6px;border:2px solid var(--c-sheet)}
.dm-marker[hidden]{display:none}
.bullet{color:var(--c-green);font-size:.6rem;line-height:1}
.geo-box{position:relative;background:var(--c-lav);overflow:hidden;box-shadow:var(--c-shade-md);border-radius:var(--c-rad-lg);aspect-ratio:4/3;border:1px solid var(--c-divider-50)}
.geo-box.geo-async{cursor:pointer}
.geo-empty{place-items:center;display:grid;gap:10px;inset:0;padding:20px;background:linear-gradient(160deg,var(--c-lav-2),var(--c-sheet-2));position:absolute;text-align:center}
.geo-empty p{font-weight:700;color:var(--c-foreground)}
.geo-locator{filter:drop-shadow(0 10px 12px rgba(251,73,100,.48));color:var(--c-warm)}
.geo-locator svg{fill:currentColor;stroke:none;width:40px;height:40px}
.geo-box iframe{inset:0;position:absolute;height:100%;border:0;width:100%}
.geo-box.ready .geo-empty{display:none}
.identity{color:var(--c-foreground);letter-spacing:-.02em;gap:11px;display:flex;align-items:center;font-family:var(--c-display);font-weight:800;font-size:1.28rem}
.identity:hover{color:var(--c-foreground)}
.identity-mark{background:linear-gradient(135deg,var(--c-accent),var(--c-warm) 55%,var(--c-amber));justify-content:center;border-radius:14px;height:42px;color:var(--c-invert);display:inline-flex;width:42px;flex-shrink:0;align-items:center;box-shadow:0 8px 18px -8px rgba(235,77,150,.79)}
.identity-mark svg{width:22px;height:22px}
.aside-phone{top:0;box-shadow:-6px 0 30px rgba(41,38,49,.19);width:80%;position:fixed;transition:right .3s ease;padding:84px 22px 22px;z-index:1100;height:100vh;max-width:320px;height:100dvh;background:var(--c-sheet);right:-100%;overflow-y:auto}
.aside-phone.open{right:0}
.aside-phone nav{display:flex;flex-direction:column}
.aside-phone a:not(.button){border-bottom:1px solid var(--c-divider);font-weight:600;font-size:15px;color:var(--c-foreground);padding:14px 2px}
.aside-phone a:not(.button):hover{color:var(--c-accent-600)}
.aside-phone a.button{margin-top:22px}
.legal{margin-top:34px;font-size:.86rem;border-top:1px solid var(--c-bottom-bd);color:var(--c-bottom-50);padding-top:22px}

.app-header{position:sticky;border-bottom:1px solid var(--c-divider);z-index:60;background:var(--c-sheet);top:0}
.app-header-core{align-items:center;padding-block:12px;display:flex;min-height:74px;gap:20px;justify-content:space-between}

.profiles-layout{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}

.editorial{grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);display:grid;align-items:center}
.editorial-body>p:not(.pretitle){font-size:1.04rem;margin-top:16px;color:var(--c-foreground-50)}
.editorial-second{font-family:var(--c-display);margin-top:22px;font-size:1.1rem;color:var(--c-accent-600);font-weight:800}

.local{gap:32px;display:flex;flex-direction:column}
.local-set h2{color:var(--c-foreground);margin-bottom:16px;font-size:1.15rem;font-weight:800}
.local-nav{gap:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.local-nav a{background:var(--c-sheet);justify-content:space-between;gap:10px;display:flex;border:1px solid var(--c-divider);box-shadow:var(--c-shade-sm);padding:13px 16px;color:var(--c-foreground);transition:transform .14s,box-shadow .14s,color .14s;border-radius:var(--c-rad-md);font-size:.92rem;font-weight:600;align-items:center}
.local-nav a:hover{transform:translateY(-3px);box-shadow:var(--c-shade-md);color:var(--c-accent-600)}
.local-nav a .locator{place-items:center;color:var(--c-accent);flex:none;display:grid}
.local-nav a .locator svg{width:16px;height:16px}
.profile-teaser-start{top:50%;cursor:pointer;padding-left:6px;width:78px;font-size:1.9rem;z-index:3;line-height:1;transition:transform .15s ease,background .15s ease;height:78px;position:absolute;border-radius:50%;border:none;color:#fdfdff;left:50%;place-items:center;display:grid;transform:translate(-50%,-50%);box-shadow:var(--c-shade-md);background:rgba(1,0,0,.48)}
.profile-teaser-start:hover{transform:translate(-50%,-50%) scale(1.07);background:rgba(1,0,0,.68)}
.profile-aside{top:96px;position:sticky}
.profile-header{align-items:center;flex-wrap:wrap;gap:12px;display:flex;margin-top:14px}
.profile-header .marker-tag{flex:none}
.profile-hook{font-family:var(--c-display);line-height:1.1;font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.profile-hook span{color:var(--c-faint);font-weight:600;font-size:.62em}
.profile-note{font-size:1.02rem;gap:7px;display:flex;color:var(--c-foreground-50);margin-top:10px;align-items:center}
.profile-note .locator svg{color:var(--c-accent);height:18px;width:18px}
.profile-note a{transition:border-color .15s ease;color:var(--c-accent-600);border-bottom:1px solid transparent;font-weight:600;text-decoration:none}
.profile-note a:hover{border-bottom-color:currentColor}
.profile-metrics{margin-top:16px;gap:8px;flex-wrap:wrap;display:flex}
.profile-aside .hook{margin-top:18px}
.profile-items{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.hook{margin-top:14px;color:var(--c-foreground-50);font-size:1.06rem}
.crumbs li:not(:last-child)::after{color:var(--c-faint);margin-left:6px;content:"\00203a"}
.crumbs a{color:var(--c-foreground-50)}
.benefits-items{gap:10px;margin-top:14px;display:grid}
.benefits-items li{color:var(--c-foreground);position:relative;padding-left:24px}
.benefits-items li::before{position:absolute;left:0;height:10px;border-radius:50%;top:.5em;background:var(--c-warm);content:"";width:10px}

@media (max-width:980px){
  .profiles-layout{grid-template-columns:repeat(3,1fr)}
  .profile-layout{grid-template-columns:1fr}
  .profile-frame{width:100%;max-width:380px;justify-self:start}
  .profile-aside{position:static}
  .editorial,.facts{grid-template-columns:1fr}
  .foot-layout{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .page-menu{display:none}
  .menu-btn{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .aside-phone,.menu-backdrop{display:none}
}
@media (max-width:600px){
  :root{--c-section-pad:clamp(30px,7vw,48px)}
  .foot-layout,.input-entry{grid-template-columns:1fr}
  .profiles-layout{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile-core{padding:16px 10px}
  .push-zone{flex-direction:column;align-items:stretch;padding:32px 24px}
  .push-zone .button{width:100%;white-space:normal}
  .finder-form{flex-direction:column;border-radius:var(--c-rad-lg)}
  .finder-form .button{width:100%}
  .band-profile{padding-top:0}
  .profile-frame img{aspect-ratio:1/1;max-height:46vh}
  .profile-layout{margin-top:0}
  .profile-aside{display:flex;flex-direction:column;margin-top:14px}
  .profile-header{order:1;margin-top:0}
  .profile-note{order:2}
  .profile-items{order:3;margin-top:16px;gap:10px}
  .profile-items .button{flex:1 1 auto}
  .profile-rail{display:none}
  .profile-metrics{order:4}
  .profile-aside .hook{order:5}
  .facts-metrics{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .metric{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .metric-icon{width:34px;height:34px}
  .metric-body{min-width:0}
  .metric-body dd{font-size:.92rem;overflow-wrap:anywhere}
}
