:root{
  --c-pinkbg-100:#130c0e;
  --c-pinkbg-200:#1a0e12;
  --c-pinkbg-300:#261219;
  --c-pinkbg-deep:#35121e;
  --c-wisteria:#110b14;
  --c-wisteria-2:#1c1222;

  --c-sheet:#191114;
  --c-sheet-50:#22161b;
  --c-sheet-2:#291c23;

  --c-accent:#f3337a;
  --c-accent-active:#fd2c70;
  --c-coral:#ff4e5e;
  --c-coral-2:#ff3c4c;
  --c-orange:#fe7c3d;
  --c-orange-2:#fd6a23;
  --c-crimson:#fd3a49;
  --c-cornflower:#9ba1de;

  --c-foreground:#f6eff3;
  --c-foreground-50:#b8a8af;
  --c-quiet:#857983;
  --c-edge:#392533;

  --c-ondark:#fdffff;
  --c-base:#fdffff;
  --c-valid:#35c475;
  --c-edge-50:rgba(253,255,255,.07);
  --c-sheet-bg:rgba(19,10,16,.83);
  --c-scrim:rgba(0,1,1,.62);
  --c-foot-bg:#10060a;
  --c-foot:#cabbc5;
  --c-foot-2:#f6eff3;
  --c-foot-50:#8c7b84;
  --c-foot-bd:rgba(253,255,255,.1);

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

  --c-sd-sm:0 6px 16px -8px rgba(0,1,1,.53);
  --c-sd-md:0 18px 38px -18px rgba(0,1,1,.58);
  --c-sd-lg:0 30px 60px -24px rgba(0,1,1,.65);

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

  --c-wrap:1200px;
  --c-edge-x:24px;
  --c-block-y:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  line-height:1.6;background:
    radial-gradient(1200px 700px at 85% -8%, var(--c-pinkbg-300) 0%, transparent 55%),
    radial-gradient(900px 600px at -10% 8%, var(--c-wisteria) 0%, transparent 55%),
    linear-gradient(180deg, var(--c-pinkbg-100) 0%, var(--c-sheet-50) 40%, var(--c-pinkbg-100) 100%);background-attachment:fixed;margin:0;
  color:var(--c-foreground);
  font-family:var(--c-sans);-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
.time{color:var(--c-foreground-50);font-size:.9rem;justify-content:space-between;display:flex;gap:12px}
figure{margin:0}
.about-council{padding:24px;border-radius:var(--c-rnd-lg);box-shadow:var(--c-sd-md);background:var(--c-sheet);border:1px solid var(--c-edge-50)}

.sticky-prompt{right:22px;position:fixed;bottom:22px;max-width:calc(100vw - 44px);padding:20px;border-radius:var(--c-rnd-lg);z-index:80;background:var(--c-sheet);box-shadow:var(--c-sd-lg);width:300px;border:1px solid var(--c-edge-50)}
.sticky-hide{color:var(--c-foreground-50);width:28px;border-radius:50%;position:absolute;top:12px;line-height:1;cursor:pointer;right:12px;height:28px;display:grid;font-size:1.1rem;border:none;background:var(--c-sheet-2);padding:0;place-items:center}
.sticky-hide:hover{color:var(--c-ondark);background:var(--c-accent)}
.sticky-name{font-family:var(--c-headline);font-weight:800;font-size:1.04rem;padding-right:26px}
.sticky-txt{margin-top:4px;margin-bottom:14px;color:var(--c-foreground-50);font-size:.86rem}
.sticky-opener{z-index:80;color:var(--c-ondark);width:60px;height:60px;display:none;right:22px;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--c-accent),var(--c-coral));align-items:center;bottom:22px;box-shadow:var(--c-sd-lg);position:fixed;border:none;cursor:pointer}
.sticky-opener svg{fill:currentColor;stroke:none;height:26px;width:26px}
.strong{background:linear-gradient(92deg,var(--c-accent),var(--c-coral) 60%,var(--c-orange));-webkit-background-clip:text;color:transparent;background-clip:text}

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

.status-tag{padding:8px 16px;gap:8px;letter-spacing:.06em;background:var(--c-sheet);align-items:center;font-weight:700;box-shadow:var(--c-sd-sm);display:inline-flex;font-size:.82rem;border:1px solid var(--c-edge);color:var(--c-accent);border-radius:var(--c-rnd-pill)}
.status-tag svg{width:16px;height:16px;color:var(--c-coral)}

.prompt__zone{justify-content:space-between;align-items:center;padding:clamp(38px,5vw,64px);flex-wrap:wrap;display:flex;border-radius:var(--c-rnd-xl);background:linear-gradient(100deg,var(--c-accent-active),var(--c-coral) 60%,var(--c-orange));overflow:hidden;box-shadow:var(--c-sd-lg);gap:30px;color:var(--c-ondark);position:relative}
.prompt__glob{border-radius:50%;width:320px;position:absolute;right:-90px;background:rgba(253,255,255,.11);height:320px;top:-120px}
.prompt__txt{z-index:2;position:relative}
.prompt__txt h2{color:var(--c-ondark);max-width:16ch}
.prompt__txt p{color:rgba(253,255,255,.93);margin-top:10px;max-width:46ch}
.prompt__zone .btn{position:relative;z-index:2}
.sidebar-mobile{position:fixed;z-index:1100;height:100vh;top:0;right:-100%;background:var(--c-sheet);max-width:320px;padding:84px 22px 22px;transition:right .3s ease;height:100dvh;overflow-y:auto;width:80%;box-shadow:-6px 0 30px rgba(40,36,46,.18)}
.sidebar-mobile.shown{right:0}
.sidebar-mobile nav{flex-direction:column;display:flex}
.sidebar-mobile a:not(.btn){border-bottom:1px solid var(--c-edge);font-weight:600;padding:14px 2px;color:var(--c-foreground);font-size:15px}
.sidebar-mobile a:not(.btn):hover{color:var(--c-accent-active)}
.sidebar-mobile a.btn{margin-top:22px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{font-family:inherit;width:100%;transition:border-color .16s,box-shadow .16s;border-radius:var(--c-rnd-sm);color:var(--c-foreground);padding:13px 16px;background:var(--c-sheet-50);font-size:1rem;border:1.5px solid var(--c-edge)}
.field:focus{outline:none;box-shadow:0 0 0 3px rgba(238,78,151,.15);border-color:var(--c-accent)}
textarea.field{resize:vertical;min-height:140px}

.wrap{padding-inline:var(--c-edge-x);margin-inline:auto;max-width:var(--c-wrap)}
.trail{gap:6px;flex-wrap:wrap;color:var(--c-quiet);font-size:.86rem;justify-content:flex-start;display:flex;margin-bottom:14px}
.profile__glint{border-radius:50%;box-shadow:var(--c-sd-sm);transition:transform .16s,background .16s,color .16s;background:var(--c-sheet-bg);width:36px;border:none;display:grid;position:absolute;top:12px;place-items:center;z-index:2;height:36px;color:var(--c-coral);right:12px;cursor:pointer}
.profile__glint svg{width:18px;height:18px}
.profile__glint:hover{transform:scale(1.08)}
.profile__glint.on{background:var(--c-coral);color:var(--c-ondark)}
.profile__glint.on svg{fill:currentColor}
.profile-shot__glint{top:14px;right:14px;height:46px;width:46px}
.profile-shot__glint svg{width:21px;height:21px}
.profile__in{padding:16px 18px}
.profile__name{font-family:var(--c-headline);font-weight:800;font-size:1.12rem}
.profile__name a{color:inherit;text-decoration:none;outline-offset:3px}
.profile__name a::after{inset:0;content:"";position:absolute;z-index:1}
.profile__name span{font-weight:600;color:var(--c-quiet)}
.profile__loc{margin-top:4px;gap:6px;display:flex;font-size:.88rem;color:var(--c-foreground-50);align-items:center}
.profile__loc .locator svg{width:14px;height:14px;color:var(--c-accent)}
.profile__dm{color:var(--c-ondark);align-items:center;z-index:2;position:relative;background:linear-gradient(135deg,var(--c-accent),var(--c-coral));margin-top:12px;font-weight:700;border-radius:var(--c-rnd-pill);padding:9px 14px;justify-content:center;transition:transform .16s ease,box-shadow .16s ease;font-size:.9rem;width:100%;box-shadow:var(--c-sd-sm);display:inline-flex;gap:7px}
.profile__dm svg{width:16px;height:16px}
.profile__dm:hover{transform:translateY(-1px);box-shadow:var(--c-sd-md)}
.profile-cols{gap:clamp(24px,4vw,52px);grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid;align-items:start;margin-top:22px}
.profile-column{min-width:0}
.profile-shot{box-shadow:var(--c-sd-md);background:linear-gradient(160deg,var(--c-pinkbg-200),var(--c-wisteria-2));position:relative;border-radius:var(--c-rnd-lg);overflow:hidden;margin:0}
.profile-shot img{height:auto;object-fit:cover;aspect-ratio:4/5;display:block;width:100%}
.profile-nav{width:44px;place-items:center;position:absolute;border-radius:50%;cursor:pointer;background:var(--c-sheet-bg);transform:translateY(-50%);color:var(--c-accent-active);z-index:2;top:50%;border:none;box-shadow:var(--c-sd-md);transition:transform .15s ease,background .15s ease;display:grid;height:44px}
.profile-nav:hover{background:var(--c-sheet-bg);transform:translateY(-50%) scale(1.07)}
.profile-nav svg{height:22px;width:22px}
.profile-left{left:12px}
.profile-fwd{right:12px}
.profile-band{flex-wrap:wrap;margin-top:12px;gap:10px;display:flex}
.profile-cell{transition:transform .15s ease,border-color .15s ease;background:var(--c-sheet-2);border:2px solid transparent;aspect-ratio:3/4;flex:0 0 auto;padding:0;overflow:hidden;width:72px;box-shadow:var(--c-sd-sm);border-radius:var(--c-rnd-sm);cursor:pointer}
.profile-cell img{object-fit:cover;height:100%;display:block;width:100%}
.profile-cell:hover{transform:translateY(-2px)}
.profile-cell.on{border-color:var(--c-accent)}
.profile-column [hidden]{display:none!important}
.profile-film{height:auto;display:block;width:100%;max-height:70vh;object-fit:contain;background:#000101}
.profile-cell--film{position:relative}

.screen-top{padding-block:clamp(40px,6vw,80px) 20px}
.screen-top h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.screen-top p{color:var(--c-foreground-50);font-size:1.08rem;margin:16px auto 0}
.body-menu{display:flex;align-items:center;margin-left:auto;gap:8px}
ul{list-style:none;margin:0;padding:0}
.blog__txt .btn{margin-top:26px}
.ic-on svg{stroke:none;fill:currentColor}
.council-name{font-family:var(--c-headline);font-weight:800;margin-bottom:14px}
.council-row{margin-top:10px;font-size:.94rem;display:flex;align-items:flex-start;gap:10px;color:var(--c-foreground-50)}
.council-row .locator{color:var(--c-accent);flex:none}
.council-row .locator svg{height:16px;width:16px}
.topline{margin-bottom:10px;color:var(--c-accent);font-weight:800;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem}
.ask-small{font-weight:700}
.ask-small--on{color:var(--c-valid)}
.ask-small--hidden{color:var(--c-accent-active)}

.blog-section h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.blog-section h2{margin-top:34px;font-size:1.35rem;font-weight:800;color:var(--c-accent-active)}
.blog-section p{font-size:1.04rem;margin-top:14px;color:var(--c-foreground-50)}
.blog-section p a{font-weight:600}
.blog-section ul{margin-top:14px;gap:10px;display:grid}
.blog-section li{position:relative;padding-left:24px;color:var(--c-foreground-50)}
.blog-section li::before{left:0;top:.5em;content:"";background:var(--c-coral);border-radius:50%;height:10px;position:absolute;width:10px}
.blog-questions>.wrap>h2{margin-bottom:28px;text-align:center}
:focus-visible{border-radius:6px;outline:3px solid var(--c-accent);outline-offset:2px}
.questions-cell{box-shadow:var(--c-sd-sm);background:var(--c-sheet);border-radius:var(--c-rnd-md);border:1px solid var(--c-edge);margin-bottom:14px;overflow:hidden}
.questions-cell summary{padding:20px 22px;justify-content:space-between;list-style:none;display:flex;font-family:var(--c-headline);font-weight:800;align-items:center;gap:16px;font-size:1.05rem;cursor:pointer;color:var(--c-foreground)}
.questions-cell summary::-webkit-details-marker{display:none}
.questions-cell summary::after{transition:transform .25s ease;color:var(--c-accent);width:30px;flex:none;display:grid;place-items:center;height:30px;font-size:1.2rem;border-radius:50%;background:var(--c-sheet-2);content:"+"}
.questions-cell[open] summary::after{background:var(--c-accent);transform:rotate(45deg);color:var(--c-ondark)}
.questions-a{color:var(--c-foreground-50);padding:0 22px 20px}

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

.btn{
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;gap:9px;white-space:nowrap;justify-content:center;
  align-items:center;padding:14px 26px;font-weight:700;border:1.5px solid transparent;
  border-radius:var(--c-rnd-pill);display:inline-flex;cursor:pointer;font-size:1rem;
  text-align:center;
}
.btn svg{height:18px;width:18px}
.btn--sm{padding:10px 18px;font-size:.9rem}
.btn--large{padding:17px 32px;font-size:1.06rem}
.btn--block{width:100%}
.btn--cta{color:var(--c-ondark);box-shadow:0 14px 26px -12px rgba(248,72,97,.76);background:linear-gradient(95deg,var(--c-orange),var(--c-coral) 55%,var(--c-accent))}
.btn--cta:hover{transform:translateY(-2px);box-shadow:0 20px 34px -12px rgba(248,72,97,.87);color:var(--c-ondark)}
.btn--ghost{color:var(--c-accent);border-color:var(--c-edge);background:var(--c-sheet)}
.btn--ghost:hover{color:var(--c-accent-active);background:var(--c-sheet-2);transform:translateY(-2px)}
.btn--clear{background:var(--c-base);color:var(--c-accent-active)}
.btn--clear:hover{color:var(--c-accent-active);transform:translateY(-2px);box-shadow:var(--c-sd-md)}

.ask-wrap{max-width:640px}
.ask-placeholder{position:absolute;overflow:hidden;width:1px;left:-9999px;height:1px}

.ask{background:var(--c-sheet);border-radius:var(--c-rnd-lg);border:1px solid var(--c-edge-50);padding:clamp(24px,3vw,40px);box-shadow:var(--c-sd-md)}
.ask-cell{gap:7px;margin-bottom:18px;display:grid}
.ask-cell label{font-weight:700;font-size:.92rem}
.blog-section .trail{display:flex}.blog-section .trail li{padding-left:0}.blog-section .trail li::before{display:none}
.trail li:not(:last-child)::after{content:"\00203a";color:var(--c-quiet);margin-left:6px}
.trail a{color:var(--c-foreground-50)}
button{font-family:inherit}
.hook{color:var(--c-foreground-50);font-size:1.06rem;margin-top:14px}
.menu-veil{visibility:hidden;inset:0;position:fixed;z-index:1090;transition:opacity .3s ease;opacity:0;background:var(--c-scrim)}
.menu-veil.shown{visibility:visible;opacity:1}
::selection{background:rgba(238,78,151,.23)}
.spot-tile{position:relative;box-shadow:var(--c-sd-md);overflow:hidden;background:var(--c-wisteria);aspect-ratio:4/3;border-radius:var(--c-rnd-lg);border:1px solid var(--c-edge-50)}
.spot-tile.spot-defer{cursor:pointer}
.spot-placeholder{position:absolute;display:grid;text-align:center;place-items:center;background:linear-gradient(160deg,var(--c-wisteria-2),var(--c-sheet-2));inset:0;padding:20px;gap:10px}
.spot-placeholder p{font-weight:700;color:var(--c-foreground)}
.spot-locator{filter:drop-shadow(0 10px 12px rgba(248,72,97,.51));color:var(--c-coral)}
.spot-locator svg{width:40px;fill:currentColor;stroke:none;height:40px}
.spot-tile iframe{border:0;width:100%;inset:0;position:absolute;height:100%}
.spot-tile.loaded .spot-placeholder{display:none}

.placeholder{padding-block:clamp(60px,10vw,140px);text-align:center}
.placeholder__idx{font-family:var(--c-headline);font-weight:800;font-size:clamp(6rem,20vw,13rem);line-height:.9}
.placeholder__group{justify-content:center;margin-top:30px;flex-wrap:wrap;gap:14px;display:flex}
.opening{gap:4px;display:grid;margin-top:10px}
p{margin:0}
.bullet{color:var(--c-valid);line-height:1;font-size:.6rem}

.dm-status{position:absolute;font-size:.72rem;border-radius:var(--c-rnd-pill);min-width:22px;line-height:1;height:22px;padding:0 6px;color:var(--c-ondark);box-shadow:var(--c-sd-sm);top:-3px;display:grid;background:var(--c-crimson);border:2px solid var(--c-sheet);place-items:center;right:-3px;font-weight:800}
.dm-status[hidden]{display:none}
svg{display:block}

.filter-ask{border-radius:var(--c-rnd-pill);margin:0 auto;box-shadow:var(--c-sd-md);border:1px solid var(--c-edge-50);padding:12px;gap:12px;display:flex;background:var(--c-sheet)}
.filter-ask .field{font-size:1.06rem;box-shadow:none;border:none;background:transparent}
.filter-ask .field:focus{box-shadow:none}
.filter-ask+.towns{margin-top:40px}

.about{display:grid;gap:clamp(28px,4vw,48px);align-items:start;grid-template-columns:1.2fr 1fr}
.about-stats{grid-template-columns:1fr 1fr;display:grid;gap:16px}
.profile-tile{overflow:hidden;border-radius:var(--c-rnd-lg);box-shadow:var(--c-sd-md);transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--c-edge-50);position:relative;background:var(--c-sheet)}
.profile-tile:hover{transform:translateY(-6px);box-shadow:var(--c-sd-lg)}
.profile__avatar{background:linear-gradient(160deg,var(--c-pinkbg-200),var(--c-wisteria-2));aspect-ratio:1/1;overflow:hidden;position:relative}
.profile__avatar img{object-fit:cover;display:block;width:100%;height:100%}
.profile__status{gap:6px;align-items:center;background:var(--c-sheet-bg);top:12px;display:inline-flex;left:12px;color:var(--c-valid);border-radius:var(--c-rnd-pill);position:absolute;z-index:2;font-weight:700;box-shadow:var(--c-sd-sm);font-size:.72rem;padding:5px 10px}
.profile-film-watch{top:50%;position:absolute;padding-left:6px;border-radius:50%;color:#fdffff;width:78px;line-height:1;display:grid;left:50%;font-size:1.9rem;transition:transform .15s ease,background .15s ease;background:rgba(0,1,1,.51);box-shadow:var(--c-sd-md);cursor:pointer;height:78px;place-items:center;border:none;transform:translate(-50%,-50%);z-index:3}
.profile-film-watch:hover{transform:translate(-50%,-50%) scale(1.07);background:rgba(0,1,1,.69)}
.profile-sidebar{top:96px;position:sticky}
.profile-header{margin-top:14px;flex-wrap:wrap;display:flex;align-items:center;gap:12px}
.profile-header .status-tag{flex:none}
.profile-hook{font-family:var(--c-headline);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem);line-height:1.1}
.profile-hook span{color:var(--c-quiet);font-weight:600;font-size:.62em}
.profile-small{margin-top:10px;align-items:center;font-size:1.02rem;color:var(--c-foreground-50);gap:7px;display:flex}
.profile-small .locator svg{width:18px;height:18px;color:var(--c-accent)}
.profile-small a{border-bottom:1px solid transparent;text-decoration:none;font-weight:600;transition:border-color .15s ease;color:var(--c-accent-active)}
.profile-small a:hover{border-bottom-color:currentColor}
.profile-stats{display:flex;margin-top:16px;flex-wrap:wrap;gap:8px}
.profile-sidebar .hook{margin-top:18px}
.profile-set{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}
.ground-cols{grid-template-columns:1.6fr 1fr 1fr;gap:40px;display:grid}
.ground-wordmark{display:flex;margin-bottom:12px;align-items:center;font-family:var(--c-headline);font-weight:800;font-size:1.2rem;gap:10px;color:var(--c-foot-2)}
.ground-column>p:not(.ground-name){font-size:.94rem;color:var(--c-foot-50);max-width:34ch}
.ground-name{font-size:1rem;font-weight:800;color:var(--c-foot-2);margin-bottom:14px}
.ground-list{font-size:.94rem;display:grid;gap:10px}
.notice{font-size:.86rem;padding-top:22px;margin-top:34px;border-top:1px solid var(--c-foot-bd);color:var(--c-foot-50)}
.wordmark{display:flex;font-family:var(--c-headline);align-items:center;font-weight:800;letter-spacing:-.02em;gap:11px;font-size:1.28rem;color:var(--c-foreground)}
.wordmark:hover{color:var(--c-foreground)}
.wordmark__logo{box-shadow:0 8px 18px -8px rgba(238,78,151,.81);color:var(--c-ondark);justify-content:center;flex-shrink:0;background:linear-gradient(135deg,var(--c-accent),var(--c-coral) 55%,var(--c-orange));width:42px;align-items:center;display:inline-flex;height:42px;border-radius:14px}
.wordmark__logo svg{width:22px;height:22px}
.section{padding-block:var(--c-block-y)}
.section--second{background:var(--c-sheet-2)}
.section-head{max-width:640px;margin:0 auto 44px;text-align:center}
.h2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
.trail a:hover{color:var(--c-accent-active)}
.why-set{margin-top:14px;gap:10px;display:grid}
.why-set li{color:var(--c-foreground);position:relative;padding-left:24px}
.why-set li::before{left:0;height:10px;position:absolute;background:var(--c-coral);top:.5em;width:10px;content:"";border-radius:50%}

.app-ground{color:var(--c-foot);background:var(--c-foot-bg)}
.app-ground .wrap{padding-block:56px 22px}
.app-ground a{color:var(--c-foot)}
.app-ground a:hover{color:var(--c-foot-2)}

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

.towns{display:flex;gap:32px;flex-direction:column}
.towns-group h2{margin-bottom:16px;font-size:1.15rem;font-weight:800;color:var(--c-foreground)}
.towns-list{gap:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.towns-list a{gap:10px;border:1px solid var(--c-edge);font-size:.92rem;padding:13px 16px;background:var(--c-sheet);box-shadow:var(--c-sd-sm);display:flex;justify-content:space-between;border-radius:var(--c-rnd-md);color:var(--c-foreground);align-items:center;transition:transform .14s,box-shadow .14s,color .14s;font-weight:600}
.towns-list a:hover{transform:translateY(-3px);color:var(--c-accent-active);box-shadow:var(--c-sd-md)}
.towns-list a .locator{flex:none;color:var(--c-accent);display:grid;place-items:center}
.towns-list a .locator svg{width:16px;height:16px}
.menu-link{border-radius:var(--c-rnd-pill);color:var(--c-foreground);transition:background .18s,color .18s;font-weight:600;padding:9px 14px;font-size:.96rem}
.menu-link:hover{background:var(--c-sheet-2);color:var(--c-accent-active)}
.menu-glint{font-weight:600;align-items:center;background:none;border:none;transition:background .18s ease,color .18s ease;gap:7px;cursor:pointer;position:relative;color:var(--c-foreground);display:inline-flex;padding:9px 12px;text-decoration:none;font-size:.96rem;border-radius:var(--c-rnd-pill)}
.menu-glint:hover{background:var(--c-sheet-2);color:var(--c-accent-active)}
.menu-glint svg{height:20px;width:20px;color:var(--c-accent)}
.menu-glint:hover svg{color:var(--c-accent-active)}
.menu-glint__txt{white-space:nowrap}
.menu-glint .dm-status{position:static;top:auto;right:auto}
.menu-glint-mobile{align-items:center;border:none;gap:9px;padding:14px 2px;cursor:pointer;text-align:left;text-decoration:none;color:var(--c-foreground);font-weight:600;width:100%;border-bottom:1px solid var(--c-edge);display:flex;background:none;font-size:15px}
.menu-glint-mobile:hover{color:var(--c-accent-active)}
.menu-glint-mobile svg{color:var(--c-accent);width:18px;height:18px}

.menu-btn{cursor:pointer;padding:6px;display:none;z-index:1105;gap:5px;background:none;flex-direction:column;border:none}
.menu-btn span{height:3px;border-radius:2px;width:26px;background:var(--c-foreground);transition:transform .3s ease,opacity .3s ease;display:block}
.menu-btn.shown span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.menu-btn.shown span:nth-child(2){opacity:0}
.menu-btn.shown span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
h1,h2,h3,h4{color:var(--c-foreground);letter-spacing:-.01em;margin:0;line-height:1.12;font-family:var(--c-headline)}
.film-shot{pointer-events:none;display:block;object-fit:cover;background:#000101;width:100%;height:100%}
.film-bullet{line-height:1;border-radius:50%;transform:translate(-50%,-50%);font-size:.64rem;background:rgba(0,1,1,.53);color:#fdffff;box-shadow:var(--c-sd-sm);display:grid;width:28px;position:absolute;padding-left:2px;place-items:center;top:50%;left:50%;pointer-events:none;height:28px}
.film-status{font-weight:700;bottom:12px;left:12px;align-items:center;box-shadow:var(--c-sd-sm);position:absolute;color:#fdffff;display:inline-flex;gap:4px;font-size:.7rem;z-index:2;background:rgba(0,1,1,.62);letter-spacing:.02em;border-radius:var(--c-rnd-pill);padding:5px 9px}
.wordmark,.menu-link,.sidebar-mobile a,.btn,.trail a,.app-ground a,.towns-list a,.profile__dm{text-decoration:none}
.stat{gap:12px;padding:14px 16px;display:flex;border-radius:var(--c-rnd-md);align-items:center;border:1px solid var(--c-edge-50);box-shadow:var(--c-sd-sm);background:var(--c-sheet)}
.stat-ic{color:var(--c-accent);border-radius:12px;width:40px;flex:none;background:var(--c-sheet-2);height:40px;place-items:center;display:grid}
.stat-ic svg{width:18px;height:18px}
.stat-txt dt{font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:var(--c-quiet)}
.stat-txt dd{font-family:var(--c-headline);font-weight:800;margin:2px 0 0;font-size:.98rem}

@media (max-width:980px){
  .profiles-cols{grid-template-columns:repeat(3,1fr)}
  .profile-cols{grid-template-columns:1fr}
  .profile-shot{width:100%;max-width:380px;justify-self:start}
  .profile-sidebar{position:static}
  .blog,.about{grid-template-columns:1fr}
  .ground-cols{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .body-menu{display:none}
  .menu-btn{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .sidebar-mobile,.menu-veil{display:none}
}
@media (max-width:600px){
  :root{--c-block-y:clamp(30px,7vw,48px)}
  .ground-cols,.field-row{grid-template-columns:1fr}
  .profiles-cols{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile__in{padding:16px 10px}
  .prompt__zone{flex-direction:column;align-items:stretch;padding:32px 24px}
  .prompt__zone .btn{width:100%;white-space:normal}
  .filter-ask{flex-direction:column;border-radius:var(--c-rnd-lg)}
  .filter-ask .btn{width:100%}
  .section--profile{padding-top:0}
  .profile-shot img{aspect-ratio:1/1;max-height:46vh}
  .profile-cols{margin-top:0}
  .profile-sidebar{display:flex;flex-direction:column;margin-top:14px}
  .profile-header{order:1;margin-top:0}
  .profile-small{order:2}
  .profile-set{order:3;margin-top:16px;gap:10px}
  .profile-set .btn{flex:1 1 auto}
  .profile-band{display:none}
  .profile-stats{order:4}
  .profile-sidebar .hook{order:5}
  .about-stats{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .stat{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .stat-ic{width:34px;height:34px}
  .stat-txt{min-width:0}
  .stat-txt dd{font-size:.92rem;overflow-wrap:anywhere}
}
