:root{
  --base-pinkbg-100:#130a0d;
  --base-pinkbg-200:#181012;
  --base-pinkbg-300:#270e1c;
  --base-pinkbg-deep:#38121e;
  --base-lavender:#130a12;
  --base-lavender-x:#1c1121;

  --base-card:#1c1116;
  --base-card-pale:#21151c;
  --base-card-x:#281a22;

  --base-rose:#f53079;
  --base-rose-active:#fe2e6e;
  --base-warm:#fe4b60;
  --base-warm-x:#fe384f;
  --base-orange:#fd7a3c;
  --base-orange-x:#fd6c23;
  --base-love:#ff3d48;
  --base-peri:#9aa2e1;

  --base-ink:#f4eff1;
  --base-ink-pale:#b6a8af;
  --base-faint:#877b83;
  --base-divider:#3c2931;

  --base-inverse:#fdffff;
  --base-base:#fdffff;
  --base-valid:#35c473;
  --base-divider-pale:rgba(253,255,255,.07);
  --base-card-bg:rgba(18,8,17,.82);
  --base-overlay:rgba(0,1,1,.63);
  --base-ft-bg:#0c090a;
  --base-ft:#c9bbc5;
  --base-ft-x:#f4eff1;
  --base-ft-pale:#8b7e84;
  --base-ft-ring:rgba(253,255,255,.08);

  --base-radius-sm:14px;
  --base-radius-md:20px;
  --base-radius-lg:28px;
  --base-radius-xl:36px;
  --base-radius-pill:999px;

  --base-sh-sm:0 6px 16px -8px rgba(0,1,1,.53);
  --base-sh-md:0 18px 38px -18px rgba(0,1,1,.59);
  --base-sh-lg:0 30px 60px -24px rgba(0,1,1,.68);

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

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

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  line-height:1.6;margin:0;background:
    radial-gradient(1200px 700px at 85% -8%, var(--base-pinkbg-300) 0%, transparent 55%),
    radial-gradient(900px 600px at -10% 8%, var(--base-lavender) 0%, transparent 55%),
    linear-gradient(180deg, var(--base-pinkbg-100) 0%, var(--base-card-pale) 40%, var(--base-pinkbg-100) 100%);color:var(--base-ink);
  font-family:var(--base-sans);
  background-attachment:fixed;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
.legal{color:var(--base-ft-pale);padding-top:22px;border-top:1px solid var(--base-ft-ring);font-size:.86rem;margin-top:34px}

.thread-label{font-size:.72rem;border-radius:var(--base-radius-pill);box-shadow:var(--base-sh-sm);display:grid;position:absolute;height:22px;border:2px solid var(--base-card);background:var(--base-love);min-width:22px;top:-3px;color:var(--base-inverse);font-weight:800;place-items:center;right:-3px;padding:0 6px;line-height:1}
.thread-label[hidden]{display:none}
.assets-set{margin-top:14px;display:grid;gap:10px}
.assets-set li{padding-left:24px;color:var(--base-ink);position:relative}
.assets-set li::before{width:10px;position:absolute;left:0;border-radius:50%;top:.5em;height:10px;content:"";background:var(--base-warm)}
.slot{display:flex;font-size:.9rem;gap:12px;color:var(--base-ink-pale);justify-content:space-between}
.pop{background:linear-gradient(92deg,var(--base-rose),var(--base-warm) 60%,var(--base-orange));-webkit-background-clip:text;background-clip:text;color:transparent}

.profiles-row{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}
.zone{padding-block:var(--base-section-pad)}
.zone-inv{background:var(--base-card-x)}

.container{max-width:var(--base-container);margin-inline:auto;padding-inline:var(--base-gutter)}
:focus-visible{outline:3px solid var(--base-rose);outline-offset:2px;border-radius:6px}
.entry-line{grid-template-columns:1fr 1fr;display:grid;gap:18px}
.entry{color:var(--base-ink);border-radius:var(--base-radius-sm);padding:13px 16px;font-family:inherit;width:100%;font-size:1rem;transition:border-color .16s,box-shadow .16s;background:var(--base-card-pale);border:1.5px solid var(--base-divider)}
.entry:focus{box-shadow:0 0 0 3px rgba(234,77,150,.17);border-color:var(--base-rose);outline:none}
textarea.entry{resize:vertical;min-height:140px}
.bottom-row{grid-template-columns:1.6fr 1fr 1fr;gap:40px;display:grid}
.bottom-id{font-family:var(--base-font-display);color:var(--base-ft-x);gap:10px;font-weight:800;display:flex;font-size:1.2rem;margin-bottom:12px;align-items:center}
.bottom-col>p:not(.bottom-heading){color:var(--base-ft-pale);font-size:.94rem;max-width:34ch}
.bottom-heading{margin-bottom:14px;font-size:1rem;font-weight:800;color:var(--base-ft-x)}
.bottom-links{gap:10px;font-size:.94rem;display:grid}
h1,h2,h3,h4{color:var(--base-ink);font-family:var(--base-font-display);margin:0;letter-spacing:-.01em;line-height:1.12}
.kicker{font-weight:800;margin-bottom:10px;letter-spacing:.1em;color:var(--base-rose);font-size:.8rem;text-transform:uppercase}

.form-box{max-width:640px}
.form-skeleton{overflow:hidden;left:-9999px;width:1px;position:absolute;height:1px}

.ctl{
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;cursor:pointer;text-align:center;display:inline-flex;
  padding:14px 26px;align-items:center;white-space:nowrap;border:1.5px solid transparent;
  justify-content:center;gap:9px;font-weight:700;border-radius:var(--base-radius-pill);
  font-size:1rem;
}
.ctl svg{height:18px;width:18px}
.ctl-xs{padding:10px 18px;font-size:.9rem}
.ctl-xl{padding:17px 32px;font-size:1.06rem}
.ctl-wide{width:100%}
.ctl-main{box-shadow:0 14px 26px -12px rgba(251,74,98,.76);background:linear-gradient(95deg,var(--base-orange),var(--base-warm) 55%,var(--base-rose));color:var(--base-inverse)}
.ctl-main:hover{color:var(--base-inverse);transform:translateY(-2px);box-shadow:0 20px 34px -12px rgba(251,74,98,.84)}
.ctl-soft{border-color:var(--base-divider);color:var(--base-rose);background:var(--base-card)}
.ctl-soft:hover{transform:translateY(-2px);background:var(--base-card-x);color:var(--base-rose-active)}
.ctl-clear{background:var(--base-base);color:var(--base-rose-active)}
.ctl-clear:hover{box-shadow:var(--base-sh-md);transform:translateY(-2px);color:var(--base-rose-active)}
.fact{padding:14px 16px;box-shadow:var(--base-sh-sm);background:var(--base-card);border-radius:var(--base-radius-md);border:1px solid var(--base-divider-pale);display:flex;align-items:center;gap:12px}
.fact-sym{flex:none;color:var(--base-rose);place-items:center;background:var(--base-card-x);height:40px;border-radius:12px;display:grid;width:40px}
.fact-sym svg{width:18px;height:18px}
.fact-para dt{font-size:.78rem;color:var(--base-faint);letter-spacing:.05em;text-transform:uppercase}
.fact-para dd{font-family:var(--base-font-display);margin:2px 0 0;font-weight:800;font-size:.98rem}
.menu-link{font-weight:600;font-size:.96rem;padding:9px 14px;border-radius:var(--base-radius-pill);transition:background .18s,color .18s;color:var(--base-ink)}
.menu-link:hover{background:var(--base-card-x);color:var(--base-rose-active)}
.menu-twinkle{font-weight:600;cursor:pointer;border:none;background:none;border-radius:var(--base-radius-pill);padding:9px 12px;align-items:center;display:inline-flex;color:var(--base-ink);transition:background .18s ease,color .18s ease;gap:7px;font-size:.96rem;position:relative;text-decoration:none}
.menu-twinkle:hover{color:var(--base-rose-active);background:var(--base-card-x)}
.menu-twinkle svg{height:20px;width:20px;color:var(--base-rose)}
.menu-twinkle:hover svg{color:var(--base-rose-active)}
.menu-twinkle-para{white-space:nowrap}
.menu-twinkle .thread-label{top:auto;right:auto;position:static}
.menu-twinkle-mob{gap:9px;font-weight:600;border:none;font-size:15px;width:100%;background:none;text-align:left;text-decoration:none;border-bottom:1px solid var(--base-divider);cursor:pointer;align-items:center;color:var(--base-ink);padding:14px 2px;display:flex}
.menu-twinkle-mob:hover{color:var(--base-rose-active)}
.menu-twinkle-mob svg{width:18px;height:18px;color:var(--base-rose)}
.form-note{font-weight:700}
.form-note-ticked{color:var(--base-valid)}
.form-note-shut{color:var(--base-rose-active)}

.hamburger{border:none;flex-direction:column;gap:5px;z-index:1105;padding:6px;background:none;display:none;cursor:pointer}
.hamburger span{background:var(--base-ink);width:26px;height:3px;border-radius:2px;display:block;transition:transform .3s ease,opacity .3s ease}
.hamburger.shown span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.hamburger.shown span:nth-child(2){opacity:0}
.hamburger.shown span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
p{margin:0}
.round{font-size:.6rem;line-height:1;color:var(--base-valid)}
.id{display:flex;align-items:center;gap:11px;font-family:var(--base-font-display);font-weight:800;letter-spacing:-.02em;font-size:1.28rem;color:var(--base-ink)}
.id:hover{color:var(--base-ink)}
.id-pic{align-items:center;color:var(--base-inverse);justify-content:center;height:42px;width:42px;flex-shrink:0;display:inline-flex;background:linear-gradient(135deg,var(--base-rose),var(--base-warm) 55%,var(--base-orange));box-shadow:0 8px 18px -8px rgba(234,77,150,.82);border-radius:14px}
.id-pic svg{width:22px;height:22px}
.profile-twinkle{height:36px;border-radius:50%;background:var(--base-card-bg);color:var(--base-warm);width:36px;cursor:pointer;z-index:2;display:grid;top:12px;right:12px;box-shadow:var(--base-sh-sm);transition:transform .16s,background .16s,color .16s;place-items:center;border:none;position:absolute}
.profile-twinkle svg{width:18px;height:18px}
.profile-twinkle:hover{transform:scale(1.08)}
.profile-twinkle.ticked{background:var(--base-warm);color:var(--base-inverse)}
.profile-twinkle.ticked svg{fill:currentColor}
.profile-view-twinkle{width:46px;height:46px;top:14px;right:14px}
.profile-view-twinkle svg{height:21px;width:21px}
.profile-in{padding:16px 18px}
.profile-heading{font-family:var(--base-font-display);font-weight:800;font-size:1.12rem}
.profile-heading a{text-decoration:none;outline-offset:3px;color:inherit}
.profile-heading a::after{content:"";inset:0;position:absolute;z-index:1}
.profile-heading span{font-weight:600;color:var(--base-faint)}
.profile-loc{display:flex;color:var(--base-ink-pale);gap:6px;font-size:.88rem;align-items:center;margin-top:4px}
.profile-loc .needle svg{width:14px;height:14px;color:var(--base-rose)}
.profile-thread{border-radius:var(--base-radius-pill);box-shadow:var(--base-sh-sm);display:inline-flex;align-items:center;font-weight:700;position:relative;font-size:.9rem;width:100%;z-index:2;color:var(--base-inverse);transition:transform .16s ease,box-shadow .16s ease;margin-top:12px;background:linear-gradient(135deg,var(--base-rose),var(--base-warm));padding:9px 14px;justify-content:center;gap:7px}
.profile-thread svg{width:16px;height:16px}
.profile-thread:hover{box-shadow:var(--base-sh-md);transform:translateY(-1px)}
.profile-row{margin-top:22px;gap:clamp(24px,4vw,52px);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;display:grid}
.profile-col{min-width:0}
.profile-view{overflow:hidden;box-shadow:var(--base-sh-md);margin:0;border-radius:var(--base-radius-lg);position:relative;background:linear-gradient(160deg,var(--base-pinkbg-200),var(--base-lavender-x))}
.profile-view img{aspect-ratio:4/5;object-fit:cover;height:auto;width:100%;display:block}
.profile-ctrl{width:44px;border-radius:50%;transition:transform .15s ease,background .15s ease;background:var(--base-card-bg);color:var(--base-rose-active);cursor:pointer;position:absolute;transform:translateY(-50%);box-shadow:var(--base-sh-md);top:50%;place-items:center;height:44px;z-index:2;display:grid;border:none}
.profile-ctrl:hover{transform:translateY(-50%) scale(1.07);background:var(--base-card-bg)}
.profile-ctrl svg{width:22px;height:22px}
.profile-left{left:12px}
.profile-right{right:12px}
.profile-rail{flex-wrap:wrap;display:flex;margin-top:12px;gap:10px}
.profile-item{border:2px solid transparent;flex:0 0 auto;box-shadow:var(--base-sh-sm);padding:0;transition:transform .15s ease,border-color .15s ease;background:var(--base-card-x);cursor:pointer;aspect-ratio:3/4;border-radius:var(--base-radius-sm);width:72px;overflow:hidden}
.profile-item img{height:100%;width:100%;object-fit:cover;display:block}
.profile-item:hover{transform:translateY(-2px)}
.profile-item.ticked{border-color:var(--base-rose)}
.profile-col [hidden]{display:none!important}
.profile-reel{width:100%;max-height:70vh;object-fit:contain;background:#000101;height:auto;display:block}
.profile-item-reel{position:relative}
figure{margin:0}
button{font-family:inherit}
::selection{background:rgba(234,77,150,.23)}
.faq-item{overflow:hidden;margin-bottom:14px;border-radius:var(--base-radius-md);box-shadow:var(--base-sh-sm);border:1px solid var(--base-divider);background:var(--base-card)}
.faq-item summary{align-items:center;padding:20px 22px;font-family:var(--base-font-display);justify-content:space-between;gap:16px;color:var(--base-ink);display:flex;list-style:none;font-weight:800;font-size:1.05rem;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{height:30px;background:var(--base-card-x);flex:none;content:"+";border-radius:50%;width:30px;transition:transform .25s ease;place-items:center;display:grid;font-size:1.2rem;color:var(--base-rose)}
.faq-item[open] summary::after{background:var(--base-rose);transform:rotate(45deg);color:var(--base-inverse)}
.faq-reply{color:var(--base-ink-pale);padding:0 22px 20px}

.app-topbar{z-index:60;top:0;position:sticky;border-bottom:1px solid var(--base-divider);background:var(--base-card)}
.app-topbar-in{min-height:74px;justify-content:space-between;gap:20px;display:flex;padding-block:12px;align-items:center}
.breadcrumb a:hover{color:var(--base-rose-active)}
.profile-box{box-shadow:var(--base-sh-md);border-radius:var(--base-radius-lg);border:1px solid var(--base-divider-pale);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden;position:relative;background:var(--base-card)}
.profile-box:hover{transform:translateY(-6px);box-shadow:var(--base-sh-lg)}
.profile-avatar{position:relative;aspect-ratio:1/1;background:linear-gradient(160deg,var(--base-pinkbg-200),var(--base-lavender-x));overflow:hidden}
.profile-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.profile-label{padding:5px 10px;display:inline-flex;box-shadow:var(--base-sh-sm);font-weight:700;align-items:center;position:absolute;font-size:.72rem;top:12px;border-radius:var(--base-radius-pill);left:12px;background:var(--base-card-bg);z-index:2;gap:6px;color:var(--base-valid)}
.reel-view{object-fit:cover;height:100%;background:#000101;pointer-events:none;width:100%;display:block}
.reel-round{background:rgba(0,1,1,.53);top:50%;border-radius:50%;line-height:1;pointer-events:none;transform:translate(-50%,-50%);display:grid;padding-left:2px;width:28px;color:#fdffff;position:absolute;height:28px;left:50%;place-items:center;box-shadow:var(--base-sh-sm);font-size:.64rem}
.reel-label{font-weight:700;gap:4px;bottom:12px;padding:5px 9px;color:#fdffff;border-radius:var(--base-radius-pill);background:rgba(0,1,1,.63);align-items:center;z-index:2;box-shadow:var(--base-sh-sm);display:inline-flex;position:absolute;letter-spacing:.02em;left:12px;font-size:.7rem}

.editorial-zone h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.editorial-zone h2{margin-top:34px;font-size:1.35rem;font-weight:800;color:var(--base-rose-active)}
.editorial-zone p{font-size:1.04rem;color:var(--base-ink-pale);margin-top:14px}
.editorial-zone p a{font-weight:600}
.editorial-zone ul{gap:10px;margin-top:14px;display:grid}
.editorial-zone li{color:var(--base-ink-pale);position:relative;padding-left:24px}
.editorial-zone li::before{border-radius:50%;position:absolute;left:0;background:var(--base-warm);height:10px;content:"";width:10px;top:.5em}
.editorial-faq>.container>h2{margin-bottom:28px;text-align:center}

.finder-form{background:var(--base-card);gap:12px;border-radius:var(--base-radius-pill);padding:12px;box-shadow:var(--base-sh-md);margin:0 auto;display:flex;border:1px solid var(--base-divider-pale)}
.finder-form .entry{background:transparent;border:none;font-size:1.06rem;box-shadow:none}
.finder-form .entry:focus{box-shadow:none}
.finder-form+.towns{margin-top:40px}
.about-town-hall{border-radius:var(--base-radius-lg);box-shadow:var(--base-sh-md);padding:24px;background:var(--base-card);border:1px solid var(--base-divider-pale)}
.schedule{margin-top:10px;gap:4px;display:grid}
svg{display:block}
.main-menu{display:flex;margin-left:auto;gap:8px;align-items:center}

.editorial{display:grid;align-items:center;gap:clamp(28px,4vw,56px);grid-template-columns:1fr 1fr}
.editorial-para>p:not(.kicker){font-size:1.04rem;margin-top:16px;color:var(--base-ink-pale)}
.editorial-deck{font-family:var(--base-font-display);margin-top:22px;font-size:1.1rem;font-weight:800;color:var(--base-rose-active)}

.app-bottom{background:var(--base-ft-bg);color:var(--base-ft)}
.app-bottom .container{padding-block:56px 22px}
.app-bottom a{color:var(--base-ft)}
.app-bottom a:hover{color:var(--base-ft-x)}
.profile-reel-play{border-radius:50%;padding-left:6px;height:78px;z-index:3;place-items:center;transition:transform .15s ease,background .15s ease;border:none;position:absolute;width:78px;background:rgba(0,1,1,.52);display:grid;color:#fdffff;top:50%;transform:translate(-50%,-50%);box-shadow:var(--base-sh-md);cursor:pointer;left:50%;line-height:1;font-size:1.9rem}
.profile-reel-play:hover{transform:translate(-50%,-50%) scale(1.07);background:rgba(0,1,1,.72)}
.profile-drawer{position:sticky;top:96px}
.profile-header{flex-wrap:wrap;margin-top:14px;align-items:center;gap:12px;display:flex}
.profile-header .label-chip{flex:none}
.profile-tagline{font-family:var(--base-font-display);font-weight:800;line-height:1.1;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.profile-tagline span{font-weight:600;color:var(--base-faint);font-size:.62em}
.profile-note{gap:7px;color:var(--base-ink-pale);display:flex;font-size:1.02rem;margin-top:10px;align-items:center}
.profile-note .needle svg{width:18px;height:18px;color:var(--base-rose)}
.profile-note a{transition:border-color .15s ease;font-weight:600;color:var(--base-rose-active);text-decoration:none;border-bottom:1px solid transparent}
.profile-note a:hover{border-bottom-color:currentColor}
.profile-facts{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}
.profile-drawer .tagline{margin-top:18px}
.profile-set{gap:12px;margin-top:24px;flex-wrap:wrap;display:flex}

.quick-banner{border-radius:var(--base-radius-lg);position:fixed;z-index:80;max-width:calc(100vw - 44px);background:var(--base-card);border:1px solid var(--base-divider-pale);right:22px;bottom:22px;padding:20px;box-shadow:var(--base-sh-lg);width:300px}
.quick-dismiss{place-items:center;font-size:1.1rem;height:28px;background:var(--base-card-x);border-radius:50%;line-height:1;cursor:pointer;top:12px;position:absolute;width:28px;display:grid;right:12px;padding:0;color:var(--base-ink-pale);border:none}
.quick-dismiss:hover{color:var(--base-inverse);background:var(--base-rose)}
.quick-heading{font-family:var(--base-font-display);font-weight:800;padding-right:26px;font-size:1.04rem}
.quick-para{font-size:.86rem;color:var(--base-ink-pale);margin-top:4px;margin-bottom:14px}
.quick-trigger{justify-content:center;box-shadow:var(--base-sh-lg);align-items:center;border-radius:50%;color:var(--base-inverse);display:none;background:linear-gradient(135deg,var(--base-rose),var(--base-warm));right:22px;bottom:22px;position:fixed;z-index:80;width:60px;height:60px;border:none;cursor:pointer}
.quick-trigger svg{height:26px;fill:currentColor;width:26px;stroke:none}

.towns{gap:32px;flex-direction:column;display:flex}
.towns-group h2{color:var(--base-ink);margin-bottom:16px;font-size:1.15rem;font-weight:800}
.towns-links{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.towns-links a{background:var(--base-card);gap:10px;border:1px solid var(--base-divider);font-size:.92rem;transition:transform .14s,box-shadow .14s,color .14s;font-weight:600;justify-content:space-between;align-items:center;box-shadow:var(--base-sh-sm);display:flex;padding:13px 16px;border-radius:var(--base-radius-md);color:var(--base-ink)}
.towns-links a:hover{box-shadow:var(--base-sh-md);color:var(--base-rose-active);transform:translateY(-3px)}
.towns-links a .needle{display:grid;place-items:center;color:var(--base-rose);flex:none}
.towns-links a .needle svg{width:16px;height:16px}

.form{border-radius:var(--base-radius-lg);background:var(--base-card);padding:clamp(24px,3vw,40px);border:1px solid var(--base-divider-pale);box-shadow:var(--base-sh-md)}
.form-item{margin-bottom:18px;gap:7px;display:grid}
.form-item label{font-weight:700;font-size:.92rem}
.section-head{max-width:640px;text-align:center;margin:0 auto 44px}
.id,.menu-link,.drawer-mob a,.ctl,.breadcrumb a,.app-bottom a,.towns-links a,.profile-thread{text-decoration:none}

.skeleton{padding-block:clamp(60px,10vw,140px);text-align:center}
.skeleton-rank{font-family:var(--base-font-display);line-height:.9;font-weight:800;font-size:clamp(6rem,20vw,13rem)}
.skeleton-group{gap:14px;margin-top:30px;display:flex;justify-content:center;flex-wrap:wrap}
.h2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}

.banner-panel{align-items:center;justify-content:space-between;color:var(--base-inverse);flex-wrap:wrap;gap:30px;display:flex;overflow:hidden;padding:clamp(38px,5vw,64px);background:linear-gradient(100deg,var(--base-rose-active),var(--base-warm) 60%,var(--base-orange));box-shadow:var(--base-sh-lg);border-radius:var(--base-radius-xl);position:relative}
.banner-shape{right:-90px;top:-120px;border-radius:50%;position:absolute;width:320px;background:rgba(253,255,255,.12);height:320px}
.banner-para{z-index:2;position:relative}
.banner-para h2{color:var(--base-inverse);max-width:16ch}
.banner-para p{max-width:46ch;color:rgba(253,255,255,.92);margin-top:10px}
.banner-panel .ctl{position:relative;z-index:2}
.locate-box{border-radius:var(--base-radius-lg);border:1px solid var(--base-divider-pale);background:var(--base-lavender);position:relative;overflow:hidden;aspect-ratio:4/3;box-shadow:var(--base-sh-md)}
.locate-box.locate-async{cursor:pointer}
.locate-skeleton{gap:10px;background:linear-gradient(160deg,var(--base-lavender-x),var(--base-card-x));text-align:center;place-items:center;inset:0;display:grid;padding:20px;position:absolute}
.locate-skeleton p{font-weight:700;color:var(--base-ink)}
.locate-needle{color:var(--base-warm);filter:drop-shadow(0 10px 12px rgba(251,74,98,.52))}
.locate-needle svg{stroke:none;height:40px;fill:currentColor;width:40px}
.locate-box iframe{inset:0;position:absolute;width:100%;border:0;height:100%}
.locate-box.ready .locate-skeleton{display:none}
.editorial-para .ctl{margin-top:26px}
.editorial-zone .breadcrumb{display:flex}.editorial-zone .breadcrumb li{padding-left:0}.editorial-zone .breadcrumb li::before{display:none}
.tagline{color:var(--base-ink-pale);margin-top:14px;font-size:1.06rem}
.drawer-mob{overflow-y:auto;max-width:320px;position:fixed;height:100vh;box-shadow:-6px 0 30px rgba(42,36,46,.18);padding:84px 22px 22px;top:0;transition:right .3s ease;background:var(--base-card);z-index:1100;width:80%;height:100dvh;right:-100%}
.drawer-mob.shown{right:0}
.drawer-mob nav{display:flex;flex-direction:column}
.drawer-mob a:not(.ctl){padding:14px 2px;border-bottom:1px solid var(--base-divider);color:var(--base-ink);font-weight:600;font-size:15px}
.drawer-mob a:not(.ctl):hover{color:var(--base-rose-active)}
.drawer-mob a.ctl{margin-top:22px}

.label-chip{padding:8px 16px;font-weight:700;display:inline-flex;color:var(--base-rose);letter-spacing:.06em;background:var(--base-card);align-items:center;font-size:.82rem;border:1px solid var(--base-divider);border-radius:var(--base-radius-pill);gap:8px;box-shadow:var(--base-sh-sm)}
.label-chip svg{height:16px;color:var(--base-warm);width:16px}
.breadcrumb li:not(:last-child)::after{content:"\00203a";margin-left:6px;color:var(--base-faint)}
.breadcrumb a{color:var(--base-ink-pale)}
ul{list-style:none;padding:0;margin:0}

.about{display:grid;grid-template-columns:1.2fr 1fr;align-items:start;gap:clamp(28px,4vw,48px)}
.about-facts{gap:16px;grid-template-columns:1fr 1fr;display:grid}
.sym-ticked svg{stroke:none;fill:currentColor}
.menu-screen{opacity:0;visibility:hidden;transition:opacity .3s ease;inset:0;position:fixed;background:var(--base-overlay);z-index:1090}
.menu-screen.shown{opacity:1;visibility:visible}
.breadcrumb{flex-wrap:wrap;color:var(--base-faint);gap:6px;margin-bottom:14px;display:flex;justify-content:flex-start;font-size:.86rem}

.page-lead{padding-block:clamp(40px,6vw,80px) 20px}
.page-lead h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.page-lead p{font-size:1.08rem;margin:16px auto 0;color:var(--base-ink-pale)}
.town-hall-heading{margin-bottom:14px;font-family:var(--base-font-display);font-weight:800}
.town-hall-line{gap:10px;margin-top:10px;font-size:.94rem;display:flex;color:var(--base-ink-pale);align-items:flex-start}
.town-hall-line .needle{color:var(--base-rose);flex:none}
.town-hall-line .needle svg{width:16px;height:16px}

@media (max-width:980px){
  .profiles-row{grid-template-columns:repeat(3,1fr)}
  .profile-row{grid-template-columns:1fr}
  .profile-view{width:100%;max-width:380px;justify-self:start}
  .profile-drawer{position:static}
  .editorial,.about{grid-template-columns:1fr}
  .bottom-row{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .main-menu{display:none}
  .hamburger{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .drawer-mob,.menu-screen{display:none}
}
@media (max-width:600px){
  :root{--base-section-pad:clamp(30px,7vw,48px)}
  .bottom-row,.entry-line{grid-template-columns:1fr}
  .profiles-row{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile-in{padding:16px 10px}
  .banner-panel{flex-direction:column;align-items:stretch;padding:32px 24px}
  .banner-panel .ctl{width:100%;white-space:normal}
  .finder-form{flex-direction:column;border-radius:var(--base-radius-lg)}
  .finder-form .ctl{width:100%}
  .zone-profile{padding-top:0}
  .profile-view img{aspect-ratio:1/1;max-height:46vh}
  .profile-row{margin-top:0}
  .profile-drawer{display:flex;flex-direction:column;margin-top:14px}
  .profile-header{order:1;margin-top:0}
  .profile-note{order:2}
  .profile-set{order:3;margin-top:16px;gap:10px}
  .profile-set .ctl{flex:1 1 auto}
  .profile-rail{display:none}
  .profile-facts{order:4}
  .profile-drawer .tagline{order:5}
  .about-facts{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .fact{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .fact-sym{width:34px;height:34px}
  .fact-para{min-width:0}
  .fact-para dd{font-size:.92rem;overflow-wrap:anywhere}
}
