:root{
  --bg-pink-100:#feecf6;
  --bg-pink-200:#f9dee7;
  --bg-pink-300:#f7c6dc;
  --bg-pink-deep:#f4a6ca;
  --wisteria:#e9e7f9;
  --wisteria-x:#d8dcf7;

  --surface:#fdffff;
  --surface-light:#fcf5fa;
  --surface-x:#ffe8ef;

  --rose:#eb4e97;
  --rose-deep:#e32d7a;
  --warm:#fa5b74;
  --warm-x:#f94c62;
  --amber:#fc7c3c;
  --amber-x:#f46a23;
  --crush:#ff4b60;
  --blueviolet:#c7caf1;

  --fg:#2a242e;
  --fg-light:#6b6671;
  --faint:#9a949e;
  --edge:#f3dae3;

  --ondark:#fdffff;
  --base:#fdffff;
  --green:#2eaf65;
  --edge-light:rgba(253,255,255,.92);
  --surface-back:rgba(253,255,255,.91);
  --shroud:rgba(42,36,46,.52);
  --foot-back:#2a242e;
  --foot:#dad4de;
  --foot-x:#fdffff;
  --foot-light:#aba0b0;
  --foot-ring:rgba(253,255,255,.11);

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

  --sd-sm:0 6px 16px -8px rgba(235,78,151,.33);
  --sd-md:0 18px 38px -18px rgba(235,78,151,.4);
  --sd-lg:0 30px 60px -24px rgba(227,45,122,.43);

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

  --container:1200px;
  --inset:24px;
  --block-y:clamp(56px,7vw,104px);
}

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

.web-navbar{z-index:60;border-bottom:1px solid var(--edge);background:var(--surface);top:0;position:sticky}
.web-navbar__body{min-height:74px;justify-content:space-between;align-items:center;gap:20px;padding-block:12px;display:flex}
.profile__shine{top:12px;box-shadow:var(--sd-sm);border-radius:50%;place-items:center;border:none;height:36px;display:grid;background:var(--surface-back);z-index:2;transition:transform .16s,background .16s,color .16s;cursor:pointer;color:var(--warm);width:36px;position:absolute;right:12px}
.profile__shine svg{width:18px;height:18px}
.profile__shine:hover{transform:scale(1.08)}
.profile__shine.on{background:var(--warm);color:var(--ondark)}
.profile__shine.on svg{fill:currentColor}
.profile-shot__shine{width:46px;height:46px;top:14px;right:14px}
.profile-shot__shine svg{height:21px;width:21px}
.profile__body{padding:16px 18px}
.profile__title{font-family:var(--headline);font-weight:800;font-size:1.12rem}
.profile__title a{color:inherit;text-decoration:none;outline-offset:3px}
.profile__title a::after{z-index:1;inset:0;content:"";position:absolute}
.profile__title span{font-weight:600;color:var(--faint)}
.profile__addr{font-size:.88rem;margin-top:4px;gap:6px;align-items:center;display:flex;color:var(--fg-light)}
.profile__addr .locator svg{height:14px;color:var(--rose);width:14px}
.profile__dm{width:100%;transition:transform .16s ease,box-shadow .16s ease;align-items:center;z-index:2;border-radius:var(--radius-pill);font-weight:700;color:var(--ondark);display:inline-flex;position:relative;background:linear-gradient(135deg,var(--rose),var(--warm));box-shadow:var(--sd-sm);gap:7px;font-size:.9rem;justify-content:center;padding:9px 14px;margin-top:12px}
.profile__dm svg{width:16px;height:16px}
.profile__dm:hover{box-shadow:var(--sd-md);transform:translateY(-1px)}
.profile-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid;gap:clamp(24px,4vw,52px);margin-top:22px;align-items:start}
.profile-column{min-width:0}
.profile-shot{box-shadow:var(--sd-md);border-radius:var(--radius-lg);position:relative;overflow:hidden;margin:0;background:linear-gradient(160deg,var(--bg-pink-200),var(--wisteria-x))}
.profile-shot img{height:auto;width:100%;aspect-ratio:4/5;object-fit:cover;display:block}
.profile-pager{cursor:pointer;width:44px;display:grid;position:absolute;top:50%;background:var(--surface-back);border-radius:50%;transition:transform .15s ease,background .15s ease;transform:translateY(-50%);color:var(--rose-deep);box-shadow:var(--sd-md);height:44px;z-index:2;border:none;place-items:center}
.profile-pager:hover{background:var(--surface-back);transform:translateY(-50%) scale(1.07)}
.profile-pager svg{height:22px;width:22px}
.profile-left{left:12px}
.profile-right{right:12px}
.profile-rail{flex-wrap:wrap;margin-top:12px;display:flex;gap:10px}
.profile-unit{box-shadow:var(--sd-sm);flex:0 0 auto;cursor:pointer;overflow:hidden;border:2px solid transparent;padding:0;background:var(--surface-x);width:72px;transition:transform .15s ease,border-color .15s ease;border-radius:var(--radius-sm);aspect-ratio:3/4}
.profile-unit img{display:block;width:100%;height:100%;object-fit:cover}
.profile-unit:hover{transform:translateY(-2px)}
.profile-unit.on{border-color:var(--rose)}
.profile-column [hidden]{display:none!important}
.profile-film{width:100%;display:block;height:auto;object-fit:contain;background:#010201;max-height:70vh}
.profile-unit--film{position:relative}
.tagline{color:var(--fg-light);margin-top:14px;font-size:1.06rem}
.breadcrumb li:not(:last-child)::after{content:"\00203a";margin-left:6px;color:var(--faint)}
.breadcrumb a{color:var(--fg-light)}
.textbox-line{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.textbox{transition:border-color .16s,box-shadow .16s;color:var(--fg);background:var(--surface-light);border-radius:var(--radius-sm);font-family:inherit;font-size:1rem;width:100%;border:1.5px solid var(--edge);padding:13px 16px}
.textbox:focus{box-shadow:0 0 0 3px rgba(235,78,151,.17);outline:none;border-color:var(--rose)}
textarea.textbox{resize:vertical;min-height:140px}
p{margin:0}
svg{display:block}
.em{background:linear-gradient(92deg,var(--rose),var(--warm) 60%,var(--amber));-webkit-background-clip:text;color:transparent;background-clip:text}

.label-chip{font-weight:700;letter-spacing:.06em;color:var(--rose);align-items:center;display:inline-flex;box-shadow:var(--sd-sm);border:1px solid var(--edge);font-size:.82rem;padding:8px 16px;background:var(--surface);gap:8px;border-radius:var(--radius-pill)}
.label-chip svg{width:16px;height:16px;color:var(--warm)}

.story-block h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.story-block h2{font-size:1.35rem;font-weight:800;margin-top:34px;color:var(--rose-deep)}
.story-block p{font-size:1.04rem;margin-top:14px;color:var(--fg-light)}
.story-block p a{font-weight:600}
.story-block ul{gap:10px;display:grid;margin-top:14px}
.story-block li{color:var(--fg-light);position:relative;padding-left:24px}
.story-block li::before{position:absolute;height:10px;background:var(--warm);left:0;width:10px;content:"";border-radius:50%;top:.5em}
.story-answers>.inner>h2{margin-bottom:28px;text-align:center}
.links-screen{inset:0;z-index:1090;background:var(--shroud);visibility:hidden;transition:opacity .3s ease;position:fixed;opacity:0}
.links-screen.current{visibility:visible;opacity:1}
.pretitle{letter-spacing:.1em;font-weight:800;color:var(--rose);text-transform:uppercase;font-size:.8rem;margin-bottom:10px}
.hour{justify-content:space-between;display:flex;gap:12px;font-size:.9rem;color:var(--fg-light)}
.mark{font-family:var(--headline);color:var(--fg);align-items:center;font-weight:800;font-size:1.28rem;gap:11px;display:flex;letter-spacing:-.02em}
.mark:hover{color:var(--fg)}
.mark__logo{width:42px;align-items:center;height:42px;border-radius:14px;display:inline-flex;color:var(--ondark);flex-shrink:0;box-shadow:0 8px 18px -8px rgba(235,78,151,.8);justify-content:center;background:linear-gradient(135deg,var(--rose),var(--warm) 55%,var(--amber))}
.mark__logo svg{width:22px;height:22px}
h1,h2,h3,h4{font-family:var(--headline);color:var(--fg);line-height:1.12;margin:0;letter-spacing:-.01em}
.geo-panel{overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--edge-light);box-shadow:var(--sd-md);aspect-ratio:4/3;background:var(--wisteria);position:relative}
.geo-panel.geo-async{cursor:pointer}
.geo-placeholder{padding:20px;gap:10px;place-items:center;inset:0;text-align:center;display:grid;position:absolute;background:linear-gradient(160deg,var(--wisteria-x),var(--surface-x))}
.geo-placeholder p{color:var(--fg);font-weight:700}
.geo-locator{filter:drop-shadow(0 10px 12px rgba(249,76,98,.52));color:var(--warm)}
.geo-locator svg{stroke:none;width:40px;height:40px;fill:currentColor}
.geo-panel iframe{height:100%;position:absolute;width:100%;border:0;inset:0}
.geo-panel.is-live .geo-placeholder{display:none}
.story__txt .ctl{margin-top:26px}

.toggle{gap:5px;border:none;flex-direction:column;display:none;background:none;z-index:1105;padding:6px;cursor:pointer}
.toggle span{transition:transform .3s ease,opacity .3s ease;display:block;background:var(--fg);width:26px;height:3px;border-radius:2px}
.toggle.current span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.toggle.current span:nth-child(2){opacity:0}
.toggle.current span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
.film-shot{height:100%;width:100%;display:block;object-fit:cover;background:#010201;pointer-events:none}
.film-round{line-height:1;border-radius:50%;transform:translate(-50%,-50%);box-shadow:var(--sd-sm);position:absolute;place-items:center;color:#fdffff;top:50%;font-size:.64rem;pointer-events:none;display:grid;background:rgba(1,2,1,.57);width:28px;left:50%;height:28px;padding-left:2px}
.film-label{bottom:12px;z-index:2;gap:4px;letter-spacing:.02em;display:inline-flex;border-radius:var(--radius-pill);box-shadow:var(--sd-sm);color:#fdffff;font-weight:700;padding:5px 9px;align-items:center;background:rgba(1,2,1,.63);left:12px;font-size:.7rem;position:absolute}
.rights{margin-top:34px;border-top:1px solid var(--foot-ring);font-size:.86rem;padding-top:22px;color:var(--foot-light)}
.intro-head{text-align:center;margin:0 auto 44px;max-width:640px}
.body-links{gap:8px;margin-left:auto;display:flex;align-items:center}
.story-block .breadcrumb{display:flex}.story-block .breadcrumb li{padding-left:0}.story-block .breadcrumb li::before{display:none}

.explore-request{border-radius:var(--radius-pill);gap:12px;margin:0 auto;display:flex;padding:12px;background:var(--surface);box-shadow:var(--sd-md);border:1px solid var(--edge-light)}
.explore-request .textbox{background:transparent;border:none;font-size:1.06rem;box-shadow:none}
.explore-request .textbox:focus{box-shadow:none}
.explore-request+.places{margin-top:40px}

.story{display:grid;gap:clamp(28px,4vw,56px);grid-template-columns:1fr 1fr;align-items:center}
.story__txt>p:not(.pretitle){margin-top:16px;font-size:1.04rem;color:var(--fg-light)}
.story__deck{font-family:var(--headline);margin-top:22px;font-size:1.1rem;color:var(--rose-deep);font-weight:800}

.ctl{
  text-align:center;padding:14px 26px;border:1.5px solid transparent;justify-content:center;
  display:inline-flex;font-weight:700;gap:9px;white-space:nowrap;
  border-radius:var(--radius-pill);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;cursor:pointer;font-size:1rem;
  align-items:center;
}
.ctl svg{width:18px;height:18px}
.ctl--xs{padding:10px 18px;font-size:.9rem}
.ctl--xl{padding:17px 32px;font-size:1.06rem}
.ctl--wide{width:100%}
.ctl--cta{box-shadow:0 14px 26px -12px rgba(249,76,98,.74);color:var(--ondark);background:linear-gradient(95deg,var(--amber),var(--warm) 55%,var(--rose))}
.ctl--cta:hover{transform:translateY(-2px);color:var(--ondark);box-shadow:0 20px 34px -12px rgba(249,76,98,.83)}
.ctl--secondary{background:var(--surface);border-color:var(--edge);color:var(--rose)}
.ctl--secondary:hover{color:var(--rose-deep);transform:translateY(-2px);background:var(--surface-x)}
.ctl--clear{color:var(--rose-deep);background:var(--base)}
.ctl--clear:hover{box-shadow:var(--sd-md);transform:translateY(-2px);color:var(--rose-deep)}
.request-mention{font-weight:700}
.request-mention--on{color:var(--green)}
.request-mention--closed{color:var(--rose-deep)}

.profiles-row{gap:22px;display:grid;grid-template-columns:repeat(4,1fr)}
.drawer-mobile{box-shadow:-6px 0 30px rgba(42,36,46,.18);top:0;height:100vh;transition:right .3s ease;overflow-y:auto;padding:84px 22px 22px;max-width:320px;z-index:1100;width:80%;position:fixed;background:var(--surface);right:-100%;height:100dvh}
.drawer-mobile.current{right:0}
.drawer-mobile nav{display:flex;flex-direction:column}
.drawer-mobile a:not(.ctl){padding:14px 2px;color:var(--fg);border-bottom:1px solid var(--edge);font-weight:600;font-size:15px}
.drawer-mobile a:not(.ctl):hover{color:var(--rose-deep)}
.drawer-mobile a.ctl{margin-top:22px}
.profile-panel{position:relative;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--sd-md);background:var(--surface);transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--edge-light)}
.profile-panel:hover{box-shadow:var(--sd-lg);transform:translateY(-6px)}
.profile__avatar{aspect-ratio:1/1;background:linear-gradient(160deg,var(--bg-pink-200),var(--wisteria-x));position:relative;overflow:hidden}
.profile__avatar img{object-fit:cover;width:100%;height:100%;display:block}
.profile__label{color:var(--green);font-weight:700;position:absolute;display:inline-flex;top:12px;background:var(--surface-back);box-shadow:var(--sd-sm);left:12px;padding:5px 10px;gap:6px;align-items:center;border-radius:var(--radius-pill);z-index:2;font-size:.72rem}

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

.data{display:grid;align-items:start;grid-template-columns:1.2fr 1fr;gap:clamp(28px,4vw,48px)}
.data-facts{gap:16px;grid-template-columns:1fr 1fr;display:grid}
.data-council{border-radius:var(--radius-lg);padding:24px;background:var(--surface);box-shadow:var(--sd-md);border:1px solid var(--edge-light)}

.request{border-radius:var(--radius-lg);border:1px solid var(--edge-light);box-shadow:var(--sd-md);background:var(--surface);padding:clamp(24px,3vw,40px)}
.request-unit{margin-bottom:18px;display:grid;gap:7px}
.request-unit label{font-weight:700;font-size:.92rem}
.links-entry{transition:background .18s,color .18s;padding:9px 14px;font-weight:600;color:var(--fg);border-radius:var(--radius-pill);font-size:.96rem}
.links-entry:hover{color:var(--rose-deep);background:var(--surface-x)}
.links-shine{border:none;text-decoration:none;font-weight:600;padding:9px 12px;align-items:center;gap:7px;transition:background .18s ease,color .18s ease;cursor:pointer;position:relative;background:none;display:inline-flex;border-radius:var(--radius-pill);font-size:.96rem;color:var(--fg)}
.links-shine:hover{background:var(--surface-x);color:var(--rose-deep)}
.links-shine svg{color:var(--rose);height:20px;width:20px}
.links-shine:hover svg{color:var(--rose-deep)}
.links-shine__txt{white-space:nowrap}
.links-shine .dm-label{position:static;top:auto;right:auto}
.links-shine-mobile{text-align:left;color:var(--fg);gap:9px;width:100%;cursor:pointer;align-items:center;background:none;font-weight:600;font-size:15px;display:flex;border:none;padding:14px 2px;text-decoration:none;border-bottom:1px solid var(--edge)}
.links-shine-mobile:hover{color:var(--rose-deep)}
.links-shine-mobile svg{width:18px;height:18px;color:var(--rose)}
.round{color:var(--green);line-height:1;font-size:.6rem}

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

.cta__panel{border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(100deg,var(--rose-deep),var(--warm) 60%,var(--amber));flex-wrap:wrap;align-items:center;gap:30px;justify-content:space-between;position:relative;color:var(--ondark);padding:clamp(38px,5vw,64px);display:flex;box-shadow:var(--sd-lg)}
.cta__splash{background:rgba(253,255,255,.12);right:-90px;width:320px;position:absolute;top:-120px;height:320px;border-radius:50%}
.cta__txt{position:relative;z-index:2}
.cta__txt h2{max-width:16ch;color:var(--ondark)}
.cta__txt p{max-width:46ch;margin-top:10px;color:rgba(253,255,255,.91)}
.cta__panel .ctl{position:relative;z-index:2}
.breadcrumb{font-size:.86rem;margin-bottom:14px;flex-wrap:wrap;color:var(--faint);justify-content:flex-start;display:flex;gap:6px}

.web-foot-bar{background:var(--foot-back);color:var(--foot)}
.web-foot-bar .inner{padding-block:56px 22px}
.web-foot-bar a{color:var(--foot)}
.web-foot-bar a:hover{color:var(--foot-x)}
.breadcrumb a:hover{color:var(--rose-deep)}
button{font-family:inherit}
:focus-visible{outline:3px solid var(--rose);border-radius:6px;outline-offset:2px}
.hours{margin-top:10px;gap:4px;display:grid}
.profile-film-run{cursor:pointer;color:#fdffff;font-size:1.9rem;position:absolute;width:78px;transform:translate(-50%,-50%);top:50%;padding-left:6px;z-index:3;background:rgba(1,2,1,.52);left:50%;line-height:1;box-shadow:var(--sd-md);border-radius:50%;transition:transform .15s ease,background .15s ease;height:78px;place-items:center;display:grid;border:none}
.profile-film-run:hover{background:rgba(1,2,1,.68);transform:translate(-50%,-50%) scale(1.07)}
.profile-drawer{top:96px;position:sticky}
.profile-intro{flex-wrap:wrap;margin-top:14px;display:flex;gap:12px;align-items:center}
.profile-intro .label-chip{flex:none}
.profile-tagline{font-family:var(--headline);line-height:1.1;font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.profile-tagline span{font-weight:600;color:var(--faint);font-size:.62em}
.profile-mention{color:var(--fg-light);gap:7px;font-size:1.02rem;display:flex;margin-top:10px;align-items:center}
.profile-mention .locator svg{color:var(--rose);width:18px;height:18px}
.profile-mention a{border-bottom:1px solid transparent;font-weight:600;text-decoration:none;color:var(--rose-deep);transition:border-color .15s ease}
.profile-mention a:hover{border-bottom-color:currentColor}
.profile-facts{flex-wrap:wrap;margin-top:16px;gap:8px;display:flex}
.profile-drawer .tagline{margin-top:18px}
.profile-list{flex-wrap:wrap;margin-top:24px;gap:12px;display:flex}

.places{display:flex;flex-direction:column;gap:32px}
.places-block h2{color:var(--fg);font-size:1.15rem;font-weight:800;margin-bottom:16px}
.places-nav{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;display:grid}
.places-nav a{padding:13px 16px;align-items:center;background:var(--surface);box-shadow:var(--sd-sm);transition:transform .14s,box-shadow .14s,color .14s;font-size:.92rem;border:1px solid var(--edge);border-radius:var(--radius-md);color:var(--fg);font-weight:600;justify-content:space-between;display:flex;gap:10px}
.places-nav a:hover{transform:translateY(-3px);color:var(--rose-deep);box-shadow:var(--sd-md)}
.places-nav a .locator{display:grid;color:var(--rose);place-items:center;flex:none}
.places-nav a .locator svg{width:16px;height:16px}
.ic-on svg{fill:currentColor;stroke:none}
.title-2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
::selection{background:rgba(235,78,151,.22)}
.block{padding-block:var(--block-y)}
.block--other{background:var(--surface-x)}
.gains-list{display:grid;margin-top:14px;gap:10px}
.gains-list li{position:relative;color:var(--fg);padding-left:24px}
.gains-list li::before{left:0;background:var(--warm);content:"";top:.5em;position:absolute;height:10px;width:10px;border-radius:50%}
ul{list-style:none;padding:0;margin:0}

.inner{max-width:var(--container);padding-inline:var(--inset);margin-inline:auto}
figure{margin:0}

.view-hero{padding-block:clamp(40px,6vw,80px) 20px}
.view-hero h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.view-hero p{margin:16px auto 0;color:var(--fg-light);font-size:1.08rem}

.placeholder{padding-block:clamp(60px,10vw,140px);text-align:center}
.placeholder__rank{font-family:var(--headline);font-weight:800;line-height:.9;font-size:clamp(6rem,20vw,13rem)}
.placeholder__block{margin-top:30px;justify-content:center;gap:14px;flex-wrap:wrap;display:flex}
.answers-unit{margin-bottom:14px;box-shadow:var(--sd-sm);overflow:hidden;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--edge)}
.answers-unit summary{gap:16px;font-family:var(--headline);list-style:none;padding:20px 22px;color:var(--fg);font-weight:800;font-size:1.05rem;cursor:pointer;justify-content:space-between;align-items:center;display:flex}
.answers-unit summary::-webkit-details-marker{display:none}
.answers-unit summary::after{display:grid;height:30px;content:"+";flex:none;width:30px;place-items:center;border-radius:50%;transition:transform .25s ease;color:var(--rose);font-size:1.2rem;background:var(--surface-x)}
.answers-unit[open] summary::after{transform:rotate(45deg);color:var(--ondark);background:var(--rose)}
.answers-reply{padding:0 22px 20px;color:var(--fg-light)}
.mark,.links-entry,.drawer-mobile a,.ctl,.breadcrumb a,.web-foot-bar a,.places-nav a,.profile__dm{text-decoration:none}
.foot-bar-row{grid-template-columns:1.6fr 1fr 1fr;gap:40px;display:grid}
.foot-bar-mark{color:var(--foot-x);display:flex;font-family:var(--headline);gap:10px;margin-bottom:12px;font-weight:800;font-size:1.2rem;align-items:center}
.foot-bar-column>p:not(.foot-bar-title){font-size:.94rem;color:var(--foot-light);max-width:34ch}
.foot-bar-title{font-size:1rem;font-weight:800;margin-bottom:14px;color:var(--foot-x)}
.foot-bar-nav{gap:10px;display:grid;font-size:.94rem}
.council-title{font-family:var(--headline);margin-bottom:14px;font-weight:800}
.council-line{margin-top:10px;gap:10px;color:var(--fg-light);font-size:.94rem;align-items:flex-start;display:flex}
.council-line .locator{color:var(--rose);flex:none}
.council-line .locator svg{width:16px;height:16px}

.float-cta{z-index:80;position:fixed;width:300px;border-radius:var(--radius-lg);right:22px;bottom:22px;max-width:calc(100vw - 44px);border:1px solid var(--edge-light);padding:20px;box-shadow:var(--sd-lg);background:var(--surface)}
.float-hide{border-radius:50%;width:28px;padding:0;display:grid;line-height:1;border:none;cursor:pointer;top:12px;background:var(--surface-x);color:var(--fg-light);font-size:1.1rem;position:absolute;height:28px;place-items:center;right:12px}
.float-hide:hover{color:var(--ondark);background:var(--rose)}
.float-title{padding-right:26px;font-family:var(--headline);font-weight:800;font-size:1.04rem}
.float-txt{font-size:.86rem;color:var(--fg-light);margin-top:4px;margin-bottom:14px}
.float-opener{box-shadow:var(--sd-lg);width:60px;right:22px;position:fixed;color:var(--ondark);height:60px;align-items:center;display:none;cursor:pointer;border-radius:50%;z-index:80;justify-content:center;bottom:22px;border:none;background:linear-gradient(135deg,var(--rose),var(--warm))}
.float-opener svg{width:26px;stroke:none;height:26px;fill:currentColor}
.fact{display:flex;background:var(--surface);gap:12px;align-items:center;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--edge-light);box-shadow:var(--sd-sm)}
.fact-ic{border-radius:12px;width:40px;background:var(--surface-x);height:40px;flex:none;display:grid;place-items:center;color:var(--rose)}
.fact-ic svg{height:18px;width:18px}
.fact-txt dt{color:var(--faint);text-transform:uppercase;font-size:.78rem;letter-spacing:.05em}
.fact-txt dd{margin:2px 0 0;font-family:var(--headline);font-weight:800;font-size:.98rem}

@media (max-width:980px){
  .profiles-row{grid-template-columns:repeat(3,1fr)}
  .profile-row{grid-template-columns:1fr}
  .profile-shot{width:100%;max-width:380px;justify-self:start}
  .profile-drawer{position:static}
  .story,.data{grid-template-columns:1fr}
  .foot-bar-row{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .body-links{display:none}
  .toggle{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .drawer-mobile,.links-screen{display:none}
}
@media (max-width:600px){
  :root{--block-y:clamp(30px,7vw,48px)}
  .foot-bar-row,.textbox-line{grid-template-columns:1fr}
  .profiles-row{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile__body{padding:16px 10px}
  .cta__panel{flex-direction:column;align-items:stretch;padding:32px 24px}
  .cta__panel .ctl{width:100%;white-space:normal}
  .explore-request{flex-direction:column;border-radius:var(--radius-lg)}
  .explore-request .ctl{width:100%}
  .block--profile{padding-top:0}
  .profile-shot img{aspect-ratio:1/1;max-height:46vh}
  .profile-row{margin-top:0}
  .profile-drawer{display:flex;flex-direction:column;margin-top:14px}
  .profile-intro{order:1;margin-top:0}
  .profile-mention{order:2}
  .profile-list{order:3;margin-top:16px;gap:10px}
  .profile-list .ctl{flex:1 1 auto}
  .profile-rail{display:none}
  .profile-facts{order:4}
  .profile-drawer .tagline{order:5}
  .data-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-ic{width:34px;height:34px}
  .fact-txt{min-width:0}
  .fact-txt dd{font-size:.92rem;overflow-wrap:anywhere}
}
