:root{
  --rose-100:#120810;
  --rose-200:#190f16;
  --rose-300:#240f1c;
  --rose-deep:#37151e;
  --wisteria:#150c13;
  --wisteria-alt:#1b111f;

  --paper:#1b0e13;
  --paper-pale:#22141c;
  --paper-alt:#2c1825;

  --rose:#f53179;
  --rose-600:#ff2f6e;
  --flush:#ff4b5e;
  --flush-alt:#ff3b4d;
  --peach:#ff7a3d;
  --peach-alt:#ff6c27;
  --love:#ff394a;
  --periwinkle:#98a0de;

  --copy:#f2ecf2;
  --copy-pale:#b6aab3;
  --subtle:#867983;
  --border:#3c2534;

  --flip:#fffdff;
  --light:#fffdff;
  --green:#36c775;
  --border-pale:rgba(255,253,255,.05);
  --paper-back:rgba(20,8,15,.82);
  --overlay:rgba(2,0,2,.6);
  --footer-back:#0c0709;
  --footer:#c8bcc2;
  --footer-alt:#f2ecf2;
  --footer-pale:#8a7f86;
  --footer-border:rgba(255,253,255,.08);

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

  --sh-sm:0 6px 16px -8px rgba(2,0,2,.56);
  --sh-md:0 18px 38px -18px rgba(2,0,2,.62);
  --sh-lg:0 30px 60px -24px rgba(2,0,2,.67);

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

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

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(1200px 700px at 85% -8%, var(--rose-300) 0%, transparent 55%),
    radial-gradient(900px 600px at -10% 8%, var(--wisteria) 0%, transparent 55%),
    linear-gradient(180deg, var(--rose-100) 0%, var(--paper-pale) 40%, var(--rose-100) 100%);color:var(--copy);font-family:var(--font);background-attachment:fixed;
  margin:0;
  line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
.benefitsItems{display:grid;margin-top:14px;gap:10px}
.benefitsItems li{color:var(--copy);position:relative;padding-left:24px}
.benefitsItems li::before{content:"";position:absolute;left:0;top:.5em;width:10px;background:var(--flush);height:10px;border-radius:50%}
.round{line-height:1;font-size:.6rem;color:var(--green)}
.breadcrumb{color:var(--subtle);font-size:.86rem;gap:6px;display:flex;justify-content:flex-start;margin-bottom:14px;flex-wrap:wrap}

.request{box-shadow:var(--sh-md);background:var(--paper);border-radius:var(--r-lg);border:1px solid var(--border-pale);padding:clamp(24px,3vw,40px)}
.requestUnit{margin-bottom:18px;gap:7px;display:grid}
.requestUnit label{font-weight:700;font-size:.92rem}

.profilesGrid{display:grid;gap:22px;grid-template-columns:repeat(4,1fr)}
.figure{display:flex;padding:14px 16px;box-shadow:var(--sh-sm);align-items:center;background:var(--paper);border-radius:var(--r-md);gap:12px;border:1px solid var(--border-pale)}
.figureIcon{width:40px;display:grid;place-items:center;color:var(--rose);background:var(--paper-alt);flex:none;height:40px;border-radius:12px}
.figureIcon svg{width:18px;height:18px}
.figureBody dt{color:var(--subtle);text-transform:uppercase;font-size:.78rem;letter-spacing:.05em}
.figureBody dd{font-family:var(--display);font-weight:800;font-size:.98rem;margin:2px 0 0}
.profileTile{border-radius:var(--r-lg);box-shadow:var(--sh-md);background:var(--paper);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden;border:1px solid var(--border-pale);position:relative}
.profileTile:hover{box-shadow:var(--sh-lg);transform:translateY(-6px)}
.profilePortrait{position:relative;aspect-ratio:1/1;background:linear-gradient(160deg,var(--rose-200),var(--wisteria-alt));overflow:hidden}
.profilePortrait img{width:100%;display:block;height:100%;object-fit:cover}
.profileBadge{box-shadow:var(--sh-sm);gap:6px;align-items:center;padding:5px 10px;top:12px;left:12px;font-weight:700;position:absolute;color:var(--green);background:var(--paper-back);display:inline-flex;font-size:.72rem;border-radius:var(--r-pill);z-index:2}
.iconLit svg{fill:currentColor;stroke:none}
.infoTownHall{border-radius:var(--r-lg);padding:24px;border:1px solid var(--border-pale);background:var(--paper);box-shadow:var(--sh-md)}
.breadcrumb li:not(:last-child)::after{color:var(--subtle);content:"\00203a";margin-left:6px}
.breadcrumb a{color:var(--copy-pale)}
.linksVeil{opacity:0;position:fixed;background:var(--overlay);visibility:hidden;transition:opacity .3s ease;z-index:1090;inset:0}
.linksVeil.open{opacity:1;visibility:visible}
.contentBand .breadcrumb{display:flex}.contentBand .breadcrumb li{padding-left:0}.contentBand .breadcrumb li::before{display:none}
.hours{margin-top:10px;display:grid;gap:4px}
.heading2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
.linksEntry{transition:background .18s,color .18s;color:var(--copy);padding:9px 14px;border-radius:var(--r-pill);font-weight:600;font-size:.96rem}
.linksEntry:hover{color:var(--rose-600);background:var(--paper-alt)}
.linksTwinkle{position:relative;text-decoration:none;cursor:pointer;color:var(--copy);font-weight:600;align-items:center;gap:7px;transition:background .18s ease,color .18s ease;font-size:.96rem;border:none;background:none;border-radius:var(--r-pill);padding:9px 12px;display:inline-flex}
.linksTwinkle:hover{color:var(--rose-600);background:var(--paper-alt)}
.linksTwinkle svg{width:20px;color:var(--rose);height:20px}
.linksTwinkle:hover svg{color:var(--rose-600)}
.linksTwinkleBody{white-space:nowrap}
.linksTwinkle .threadBadge{position:static;top:auto;right:auto}
.linksTwinkleMob{background:none;gap:9px;font-weight:600;text-align:left;display:flex;border:none;width:100%;font-size:15px;padding:14px 2px;align-items:center;cursor:pointer;text-decoration:none;color:var(--copy);border-bottom:1px solid var(--border)}
.linksTwinkleMob:hover{color:var(--rose-600)}
.linksTwinkleMob svg{width:18px;color:var(--rose);height:18px}
.eyebrow{font-weight:800;margin-bottom:10px;letter-spacing:.1em;font-size:.8rem;color:var(--rose);text-transform:uppercase}
.drawerMob{max-width:320px;top:0;height:100vh;z-index:1100;height:100dvh;position:fixed;right:-100%;transition:right .3s ease;box-shadow:-6px 0 30px rgba(44,37,49,.18);width:80%;overflow-y:auto;background:var(--paper);padding:84px 22px 22px}
.drawerMob.open{right:0}
.drawerMob nav{display:flex;flex-direction:column}
.drawerMob a:not(.button){padding:14px 2px;font-weight:600;border-bottom:1px solid var(--border);color:var(--copy);font-size:15px}
.drawerMob a:not(.button):hover{color:var(--rose-600)}
.drawerMob a.button{margin-top:22px}
.accent{color:transparent;background:linear-gradient(92deg,var(--rose),var(--flush) 60%,var(--peach));-webkit-background-clip:text;background-clip:text}
figure{margin:0}

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

.content{gap:clamp(28px,4vw,56px);display:grid;align-items:center;grid-template-columns:1fr 1fr}
.contentBody>p:not(.eyebrow){font-size:1.04rem;margin-top:16px;color:var(--copy-pale)}
.contentSecond{font-family:var(--display);margin-top:22px;font-size:1.1rem;color:var(--rose-600);font-weight:800}
h1,h2,h3,h4{font-family:var(--display);color:var(--copy);line-height:1.12;margin:0;letter-spacing:-.01em}

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

.lookupRequest{border-radius:var(--r-pill);border:1px solid var(--border-pale);display:flex;margin:0 auto;background:var(--paper);gap:12px;box-shadow:var(--sh-md);padding:12px}
.lookupRequest .entry{border:none;background:transparent;font-size:1.06rem;box-shadow:none}
.lookupRequest .entry:focus{box-shadow:none}
.lookupRequest+.nearby{margin-top:40px}

.promoPanel{flex-wrap:wrap;box-shadow:var(--sh-lg);border-radius:var(--r-xl);padding:clamp(38px,5vw,64px);align-items:center;display:flex;overflow:hidden;justify-content:space-between;background:linear-gradient(100deg,var(--rose-600),var(--flush) 60%,var(--peach));color:var(--flip);gap:30px;position:relative}
.promoBlob{right:-90px;border-radius:50%;height:320px;width:320px;background:rgba(255,253,255,.11);top:-120px;position:absolute}
.promoBody{position:relative;z-index:2}
.promoBody h2{max-width:16ch;color:var(--flip)}
.promoBody p{color:rgba(255,253,255,.93);margin-top:10px;max-width:46ch}
.promoPanel .button{z-index:2;position:relative}
.requestMention{font-weight:700}
.requestMentionLit{color:var(--green)}
.requestMentionShut{color:var(--rose-600)}
.helpUnit{box-shadow:var(--sh-sm);margin-bottom:14px;background:var(--paper);border-radius:var(--r-md);overflow:hidden;border:1px solid var(--border)}
.helpUnit summary{padding:20px 22px;display:flex;list-style:none;justify-content:space-between;color:var(--copy);cursor:pointer;gap:16px;font-family:var(--display);align-items:center;font-weight:800;font-size:1.05rem}
.helpUnit summary::-webkit-details-marker{display:none}
.helpUnit summary::after{font-size:1.2rem;border-radius:50%;flex:none;display:grid;background:var(--paper-alt);place-items:center;content:"+";color:var(--rose);transition:transform .25s ease;height:30px;width:30px}
.helpUnit[open] summary::after{transform:rotate(45deg);background:var(--rose);color:var(--flip)}
.helpAns{padding:0 22px 20px;color:var(--copy-pale)}

.contentBand h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.contentBand h2{color:var(--rose-600);margin-top:34px;font-size:1.35rem;font-weight:800}
.contentBand p{color:var(--copy-pale);margin-top:14px;font-size:1.04rem}
.contentBand p a{font-weight:600}
.contentBand ul{margin-top:14px;gap:10px;display:grid}
.contentBand li{padding-left:24px;color:var(--copy-pale);position:relative}
.contentBand li::before{position:absolute;border-radius:50%;height:10px;width:10px;left:0;top:.5em;content:"";background:var(--flush)}
.contentHelp>.wrapper>h2{text-align:center;margin-bottom:28px}
::selection{background:rgba(236,80,148,.22)}

.info{grid-template-columns:1.2fr 1fr;display:grid;gap:clamp(28px,4vw,48px);align-items:start}
.infoFigures{grid-template-columns:1fr 1fr;gap:16px;display:grid}
.entryRow{gap:18px;grid-template-columns:1fr 1fr;display:grid}
.entry{color:var(--copy);padding:13px 16px;border-radius:var(--r-sm);font-family:inherit;border:1.5px solid var(--border);font-size:1rem;width:100%;transition:border-color .16s,box-shadow .16s;background:var(--paper-pale)}
.entry:focus{outline:none;box-shadow:0 0 0 3px rgba(236,80,148,.16);border-color:var(--rose)}
textarea.entry{min-height:140px;resize:vertical}
ul{margin:0;list-style:none;padding:0}

.screenIntro{padding-block:clamp(40px,6vw,80px) 20px}
.screenIntro h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.screenIntro p{font-size:1.08rem;margin:16px auto 0;color:var(--copy-pale)}
.zoneTile{background:var(--wisteria);border-radius:var(--r-lg);aspect-ratio:4/3;overflow:hidden;box-shadow:var(--sh-md);border:1px solid var(--border-pale);position:relative}
.zoneTile.zoneAsync{cursor:pointer}
.zoneGhost{inset:0;gap:10px;background:linear-gradient(160deg,var(--wisteria-alt),var(--paper-alt));padding:20px;display:grid;text-align:center;place-items:center;position:absolute}
.zoneGhost p{color:var(--copy);font-weight:700}
.zonePin{filter:drop-shadow(0 10px 12px rgba(248,76,101,.52));color:var(--flush)}
.zonePin svg{fill:currentColor;stroke:none;height:40px;width:40px}
.zoneTile iframe{inset:0;border:0;width:100%;position:absolute;height:100%}
.zoneTile.isLive .zoneGhost{display:none}
.contentBody .button{margin-top:26px}
p{margin:0}
:focus-visible{outline:3px solid var(--rose);outline-offset:2px;border-radius:6px}
.bottomGrid{grid-template-columns:1.6fr 1fr 1fr;gap:40px;display:grid}
.bottomIdentity{display:flex;font-family:var(--display);font-weight:800;margin-bottom:12px;gap:10px;align-items:center;font-size:1.2rem;color:var(--footer-alt)}
.bottomColumn>p:not(.bottomHeading){color:var(--footer-pale);max-width:34ch;font-size:.94rem}
.bottomHeading{font-size:1rem;margin-bottom:14px;font-weight:800;color:var(--footer-alt)}
.bottomMenu{gap:10px;font-size:.94rem;display:grid}
.identity{font-family:var(--display);font-weight:800;align-items:center;letter-spacing:-.02em;color:var(--copy);font-size:1.28rem;gap:11px;display:flex}
.identity:hover{color:var(--copy)}
.identityLogo{flex-shrink:0;display:inline-flex;box-shadow:0 8px 18px -8px rgba(236,80,148,.79);justify-content:center;background:linear-gradient(135deg,var(--rose),var(--flush) 55%,var(--peach));height:42px;color:var(--flip);align-items:center;border-radius:14px;width:42px}
.identityLogo svg{height:22px;width:22px}
.profileTwinkle{transition:transform .16s,background .16s,color .16s;display:grid;color:var(--flush);width:36px;box-shadow:var(--sh-sm);top:12px;z-index:2;right:12px;border-radius:50%;place-items:center;border:none;background:var(--paper-back);cursor:pointer;position:absolute;height:36px}
.profileTwinkle svg{width:18px;height:18px}
.profileTwinkle:hover{transform:scale(1.08)}
.profileTwinkle.lit{background:var(--flush);color:var(--flip)}
.profileTwinkle.lit svg{fill:currentColor}
.profileShotTwinkle{top:14px;width:46px;right:14px;height:46px}
.profileShotTwinkle svg{width:21px;height:21px}
.profileCore{padding:16px 18px}
.profileHeading{font-family:var(--display);font-weight:800;font-size:1.12rem}
.profileHeading a{text-decoration:none;outline-offset:3px;color:inherit}
.profileHeading a::after{content:"";position:absolute;z-index:1;inset:0}
.profileHeading span{font-weight:600;color:var(--subtle)}
.profileLoc{align-items:center;display:flex;color:var(--copy-pale);font-size:.88rem;gap:6px;margin-top:4px}
.profileLoc .pin svg{color:var(--rose);height:14px;width:14px}
.profileThread{color:var(--flip);margin-top:12px;z-index:2;gap:7px;position:relative;border-radius:var(--r-pill);box-shadow:var(--sh-sm);width:100%;justify-content:center;padding:9px 14px;transition:transform .16s ease,box-shadow .16s ease;display:inline-flex;background:linear-gradient(135deg,var(--rose),var(--flush));font-weight:700;font-size:.9rem;align-items:center}
.profileThread svg{width:16px;height:16px}
.profileThread:hover{transform:translateY(-1px);box-shadow:var(--sh-md)}
.profileGrid{align-items:start;margin-top:22px;gap:clamp(24px,4vw,52px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.profileColumn{min-width:0}
.profileShot{background:linear-gradient(160deg,var(--rose-200),var(--wisteria-alt));margin:0;position:relative;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-md)}
.profileShot img{object-fit:cover;width:100%;display:block;height:auto;aspect-ratio:4/5}
.profileArrows{height:44px;box-shadow:var(--sh-md);transition:transform .15s ease,background .15s ease;border-radius:50%;display:grid;transform:translateY(-50%);place-items:center;top:50%;position:absolute;cursor:pointer;z-index:2;border:none;color:var(--rose-600);width:44px;background:var(--paper-back)}
.profileArrows:hover{background:var(--paper-back);transform:translateY(-50%) scale(1.07)}
.profileArrows svg{width:22px;height:22px}
.profileLeft{left:12px}
.profileRight{right:12px}
.profileTrack{flex-wrap:wrap;display:flex;gap:10px;margin-top:12px}
.profileUnit{background:var(--paper-alt);cursor:pointer;box-shadow:var(--sh-sm);overflow:hidden;width:72px;flex:0 0 auto;border:2px solid transparent;transition:transform .15s ease,border-color .15s ease;border-radius:var(--r-sm);padding:0;aspect-ratio:3/4}
.profileUnit img{object-fit:cover;height:100%;display:block;width:100%}
.profileUnit:hover{transform:translateY(-2px)}
.profileUnit.lit{border-color:var(--rose)}
.profileColumn [hidden]{display:none!important}
.profileMovie{display:block;background:#020002;max-height:70vh;height:auto;width:100%;object-fit:contain}
.profileUnitMovie{position:relative}
svg{display:block}

.siteHeader{border-bottom:1px solid var(--border);z-index:60;top:0;background:var(--paper);position:sticky}
.siteHeaderCore{min-height:74px;display:flex;align-items:center;padding-block:12px;justify-content:space-between;gap:20px}
.breadcrumb a:hover{color:var(--rose-600)}

.nearby{display:flex;flex-direction:column;gap:32px}
.nearbyPart h2{margin-bottom:16px;font-size:1.15rem;color:var(--copy);font-weight:800}
.nearbyMenu{gap:12px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));display:grid}
.nearbyMenu a{padding:13px 16px;font-size:.92rem;align-items:center;gap:10px;color:var(--copy);background:var(--paper);font-weight:600;border:1px solid var(--border);justify-content:space-between;display:flex;border-radius:var(--r-md);transition:transform .14s,box-shadow .14s,color .14s;box-shadow:var(--sh-sm)}
.nearbyMenu a:hover{transform:translateY(-3px);color:var(--rose-600);box-shadow:var(--sh-md)}
.nearbyMenu a .pin{color:var(--rose);place-items:center;flex:none;display:grid}
.nearbyMenu a .pin svg{height:16px;width:16px}
.profileMoviePlay{border-radius:50%;line-height:1;display:grid;position:absolute;top:50%;transition:transform .15s ease,background .15s ease;padding-left:6px;z-index:3;background:rgba(2,0,2,.52);width:78px;box-shadow:var(--sh-md);font-size:1.9rem;place-items:center;border:none;left:50%;color:#fffdff;cursor:pointer;transform:translate(-50%,-50%);height:78px}
.profileMoviePlay:hover{background:rgba(2,0,2,.7);transform:translate(-50%,-50%) scale(1.07)}
.profileDrawer{top:96px;position:sticky}
.profileHeader{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px}
.profileHeader .badgePill{flex:none}
.profileHook{line-height:1.1;font-family:var(--display);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.profileHook span{font-weight:600;color:var(--subtle);font-size:.62em}
.profileMention{margin-top:10px;gap:7px;color:var(--copy-pale);align-items:center;display:flex;font-size:1.02rem}
.profileMention .pin svg{height:18px;width:18px;color:var(--rose)}
.profileMention a{color:var(--rose-600);text-decoration:none;transition:border-color .15s ease;border-bottom:1px solid transparent;font-weight:600}
.profileMention a:hover{border-bottom-color:currentColor}
.profileFigures{gap:8px;flex-wrap:wrap;margin-top:16px;display:flex}
.profileDrawer .hook{margin-top:18px}
.profileItems{display:flex;margin-top:24px;flex-wrap:wrap;gap:12px}

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

.siteBottom{background:var(--footer-back);color:var(--footer)}
.siteBottom .wrapper{padding-block:56px 22px}
.siteBottom a{color:var(--footer)}
.siteBottom a:hover{color:var(--footer-alt)}
.mainLinks{gap:8px;margin-left:auto;display:flex;align-items:center}

.button{
  justify-content:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;cursor:pointer;padding:14px 26px;
  gap:9px;text-align:center;border:1.5px solid transparent;font-weight:700;
  font-size:1rem;border-radius:var(--r-pill);display:inline-flex;white-space:nowrap;
  align-items:center;
}
.button svg{height:18px;width:18px}
.buttonXs{padding:10px 18px;font-size:.9rem}
.buttonXl{font-size:1.06rem;padding:17px 32px}
.buttonStretch{width:100%}
.buttonMain{color:var(--flip);box-shadow:0 14px 26px -12px rgba(248,76,101,.74);background:linear-gradient(95deg,var(--peach),var(--flush) 55%,var(--rose))}
.buttonMain:hover{color:var(--flip);transform:translateY(-2px);box-shadow:0 20px 34px -12px rgba(248,76,101,.83)}
.buttonSecondary{border-color:var(--border);color:var(--rose);background:var(--paper)}
.buttonSecondary:hover{background:var(--paper-alt);transform:translateY(-2px);color:var(--rose-600)}
.buttonClear{background:var(--light);color:var(--rose-600)}
.buttonClear:hover{transform:translateY(-2px);color:var(--rose-600);box-shadow:var(--sh-md)}
.hook{margin-top:14px;color:var(--copy-pale);font-size:1.06rem}
button{font-family:inherit}

.wrapper{max-width:var(--container);padding-inline:var(--gap);margin-inline:auto}
.movieShot{width:100%;background:#020002;pointer-events:none;display:block;object-fit:cover;height:100%}
.movieRound{box-shadow:var(--sh-sm);width:28px;background:rgba(2,0,2,.56);place-items:center;pointer-events:none;height:28px;top:50%;position:absolute;color:#fffdff;display:grid;transform:translate(-50%,-50%);font-size:.64rem;border-radius:50%;line-height:1;padding-left:2px;left:50%}
.movieBadge{display:inline-flex;font-weight:700;background:rgba(2,0,2,.6);align-items:center;letter-spacing:.02em;font-size:.7rem;bottom:12px;gap:4px;z-index:2;left:12px;position:absolute;padding:5px 9px;box-shadow:var(--sh-sm);color:#fffdff;border-radius:var(--r-pill)}
.blockHead{text-align:center;margin:0 auto 44px;max-width:640px}
.moment{display:flex;justify-content:space-between;font-size:.9rem;color:var(--copy-pale);gap:12px}
.identity,.linksEntry,.drawerMob a,.button,.breadcrumb a,.siteBottom a,.nearbyMenu a,.profileThread{text-decoration:none}

.floatPromo{border-radius:var(--r-lg);right:22px;background:var(--paper);width:300px;position:fixed;box-shadow:var(--sh-lg);border:1px solid var(--border-pale);z-index:80;bottom:22px;max-width:calc(100vw - 44px);padding:20px}
.floatX{top:12px;color:var(--copy-pale);font-size:1.1rem;cursor:pointer;position:absolute;place-items:center;width:28px;height:28px;line-height:1;display:grid;border-radius:50%;right:12px;background:var(--paper-alt);padding:0;border:none}
.floatX:hover{background:var(--rose);color:var(--flip)}
.floatHeading{font-family:var(--display);font-weight:800;padding-right:26px;font-size:1.04rem}
.floatBody{color:var(--copy-pale);margin-top:4px;margin-bottom:14px;font-size:.86rem}
.floatOpener{justify-content:center;border-radius:50%;width:60px;background:linear-gradient(135deg,var(--rose),var(--flush));height:60px;color:var(--flip);right:22px;align-items:center;z-index:80;position:fixed;cursor:pointer;display:none;box-shadow:var(--sh-lg);border:none;bottom:22px}
.floatOpener svg{fill:currentColor;stroke:none;height:26px;width:26px}

.requestBox{max-width:640px}
.requestGhost{overflow:hidden;position:absolute;left:-9999px;width:1px;height:1px}
.notice{color:var(--footer-pale);border-top:1px solid var(--footer-border);font-size:.86rem;padding-top:22px;margin-top:34px}
.townHallHeading{font-family:var(--display);font-weight:800;margin-bottom:14px}
.townHallRow{font-size:.94rem;margin-top:10px;align-items:flex-start;gap:10px;color:var(--copy-pale);display:flex}
.townHallRow .pin{color:var(--rose);flex:none}
.townHallRow .pin svg{width:16px;height:16px}

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

@media (max-width:980px){
  .profilesGrid{grid-template-columns:repeat(3,1fr)}
  .profileGrid{grid-template-columns:1fr}
  .profileShot{width:100%;max-width:380px;justify-self:start}
  .profileDrawer{position:static}
  .content,.info{grid-template-columns:1fr}
  .bottomGrid{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .mainLinks{display:none}
  .burger{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .drawerMob,.linksVeil{display:none}
}
@media (max-width:600px){
  :root{--section-pad:clamp(30px,7vw,48px)}
  .bottomGrid,.entryRow{grid-template-columns:1fr}
  .profilesGrid{grid-template-columns:repeat(2,1fr);gap:12px}
  .profileCore{padding:16px 10px}
  .promoPanel{flex-direction:column;align-items:stretch;padding:32px 24px}
  .promoPanel .button{width:100%;white-space:normal}
  .lookupRequest{flex-direction:column;border-radius:var(--r-lg)}
  .lookupRequest .button{width:100%}
  .bandProfile{padding-top:0}
  .profileShot img{aspect-ratio:1/1;max-height:46vh}
  .profileGrid{margin-top:0}
  .profileDrawer{display:flex;flex-direction:column;margin-top:14px}
  .profileHeader{order:1;margin-top:0}
  .profileMention{order:2}
  .profileItems{order:3;margin-top:16px;gap:10px}
  .profileItems .button{flex:1 1 auto}
  .profileTrack{display:none}
  .profileFigures{order:4}
  .profileDrawer .hook{order:5}
  .infoFigures{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .figure{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .figureIcon{width:34px;height:34px}
  .figureBody{min-width:0}
  .figureBody dd{font-size:.92rem;overflow-wrap:anywhere}
}
