:root{
  --u-pinkbg-100:#ffecf5;
  --u-pinkbg-200:#fcdae8;
  --u-pinkbg-300:#f7c5de;
  --u-pinkbg-deep:#f4a5c8;
  --u-wisteria:#ebe7f7;
  --u-wisteria-2:#d9ddf7;

  --u-panel:#fefdff;
  --u-panel-50:#fff2f6;
  --u-panel-2:#fce8ee;

  --u-primary:#ea4f94;
  --u-primary-600:#e32d7a;
  --u-salmon:#f95b75;
  --u-salmon-2:#fc4864;
  --u-tangerine:#fb793d;
  --u-tangerine-2:#f46b27;
  --u-crush:#fe4b5d;
  --u-cornflower:#c5caf4;

  --u-foreground:#2c232f;
  --u-foreground-50:#6e6473;
  --u-muted:#9b959e;
  --u-border:#f3d9e5;

  --u-contrast:#fefdff;
  --u-base:#fefdff;
  --u-go:#2fad64;
  --u-border-50:rgba(254,253,255,.89);
  --u-panel-wash:rgba(254,253,255,.94);
  --u-scrim:rgba(44,35,47,.49);
  --u-footer-wash:#2c232f;
  --u-footer:#d7d0dd;
  --u-footer-2:#fefdff;
  --u-footer-50:#a79eaf;
  --u-footer-border:rgba(254,253,255,.12);

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

  --u-shade-sm:0 6px 16px -8px rgba(234,79,148,.35);
  --u-shade-md:0 18px 38px -18px rgba(234,79,148,.38);
  --u-shade-lg:0 30px 60px -24px rgba(227,45,122,.42);

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

  --u-maxw:1200px;
  --u-inset:24px;
  --u-section-y:clamp(56px,7vw,104px);
}

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

.quick-hook{z-index:80;border-radius:var(--u-rnd-lg);right:22px;border:1px solid var(--u-border-50);padding:20px;background:var(--u-panel);max-width:calc(100vw - 44px);box-shadow:var(--u-shade-lg);position:fixed;width:300px;bottom:22px}
.quick-dismiss{cursor:pointer;color:var(--u-foreground-50);place-items:center;border-radius:50%;background:var(--u-panel-2);border:none;width:28px;font-size:1.1rem;line-height:1;position:absolute;height:28px;top:12px;right:12px;padding:0;display:grid}
.quick-dismiss:hover{background:var(--u-primary);color:var(--u-contrast)}
.quick-label{padding-right:26px;font-family:var(--u-font-head);font-weight:800;font-size:1.04rem}
.quick-text{margin-top:4px;color:var(--u-foreground-50);font-size:.86rem;margin-bottom:14px}
.quick-launcher{border-radius:50%;z-index:80;display:none;align-items:center;right:22px;box-shadow:var(--u-shade-lg);cursor:pointer;background:linear-gradient(135deg,var(--u-primary),var(--u-salmon));width:60px;height:60px;justify-content:center;position:fixed;color:var(--u-contrast);bottom:22px;border:none}
.quick-launcher svg{height:26px;width:26px;stroke:none;fill:currentColor}

.infos{align-items:start;gap:clamp(28px,4vw,48px);display:grid;grid-template-columns:1.2fr 1fr}
.infos-facts{grid-template-columns:1fr 1fr;gap:16px;display:grid}
h1,h2,h3,h4{margin:0;font-family:var(--u-font-head);letter-spacing:-.01em;line-height:1.12;color:var(--u-foreground)}

.article-band h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.article-band h2{color:var(--u-primary-600);font-size:1.35rem;margin-top:34px;font-weight:800}
.article-band p{font-size:1.04rem;margin-top:14px;color:var(--u-foreground-50)}
.article-band p a{font-weight:600}
.article-band ul{margin-top:14px;display:grid;gap:10px}
.article-band li{position:relative;color:var(--u-foreground-50);padding-left:24px}
.article-band li::before{height:10px;position:absolute;left:0;content:"";width:10px;border-radius:50%;background:var(--u-salmon);top:.5em}
.article-qna>.wrap>h2{text-align:center;margin-bottom:28px}

.wrap{padding-inline:var(--u-inset);max-width:var(--u-maxw);margin-inline:auto}
.head-zone{margin:0 auto 44px;max-width:640px;text-align:center}
.breadcrumb{gap:6px;justify-content:flex-start;color:var(--u-muted);font-size:.86rem;margin-bottom:14px;flex-wrap:wrap;display:flex}

.hook__zone{justify-content:space-between;overflow:hidden;position:relative;gap:30px;border-radius:var(--u-rnd-xl);color:var(--u-contrast);background:linear-gradient(100deg,var(--u-primary-600),var(--u-salmon) 60%,var(--u-tangerine));flex-wrap:wrap;display:flex;padding:clamp(38px,5vw,64px);box-shadow:var(--u-shade-lg);align-items:center}
.hook__glob{height:320px;position:absolute;right:-90px;width:320px;top:-120px;background:rgba(254,253,255,.11);border-radius:50%}
.hook__text{z-index:2;position:relative}
.hook__text h2{color:var(--u-contrast);max-width:16ch}
.hook__text p{margin-top:10px;max-width:46ch;color:rgba(254,253,255,.94)}
.hook__zone .ctl{z-index:2;position:relative}
ul{list-style:none;padding:0;margin:0}
.infos-town-hall{box-shadow:var(--u-shade-md);padding:24px;background:var(--u-panel);border-radius:var(--u-rnd-lg);border:1px solid var(--u-border-50)}
.time{justify-content:space-between;display:flex;color:var(--u-foreground-50);gap:12px;font-size:.9rem}

.profiles-cols{display:grid;gap:22px;grid-template-columns:repeat(4,1fr)}
.article-band .breadcrumb{display:flex}.article-band .breadcrumb li{padding-left:0}.article-band .breadcrumb li::before{display:none}
svg{display:block}
.notice{border-top:1px solid var(--u-footer-border);font-size:.86rem;color:var(--u-footer-50);margin-top:34px;padding-top:22px}
.sidebar-phone{padding:84px 22px 22px;top:0;overflow-y:auto;z-index:1100;width:80%;height:100vh;right:-100%;transition:right .3s ease;position:fixed;max-width:320px;background:var(--u-panel);height:100dvh;box-shadow:-6px 0 30px rgba(44,35,47,.19)}
.sidebar-phone.current{right:0}
.sidebar-phone nav{flex-direction:column;display:flex}
.sidebar-phone a:not(.ctl){border-bottom:1px solid var(--u-border);padding:14px 2px;font-weight:600;color:var(--u-foreground);font-size:15px}
.sidebar-phone a:not(.ctl):hover{color:var(--u-primary-600)}
.sidebar-phone a.ctl{margin-top:22px}

.locate-ask{background:var(--u-panel);border-radius:var(--u-rnd-pill);margin:0 auto;padding:12px;display:flex;box-shadow:var(--u-shade-md);border:1px solid var(--u-border-50);gap:12px}
.locate-ask .input{font-size:1.06rem;box-shadow:none;background:transparent;border:none}
.locate-ask .input:focus{box-shadow:none}
.locate-ask+.area{margin-top:40px}

.messaging-dot{top:-3px;padding:0 6px;display:grid;height:22px;font-size:.72rem;background:var(--u-crush);color:var(--u-contrast);min-width:22px;border-radius:var(--u-rnd-pill);position:absolute;line-height:1;box-shadow:var(--u-shade-sm);right:-3px;font-weight:800;border:2px solid var(--u-panel);place-items:center}
.messaging-dot[hidden]{display:none}
.benefits-items{margin-top:14px;display:grid;gap:10px}
.benefits-items li{color:var(--u-foreground);position:relative;padding-left:24px}
.benefits-items li::before{position:absolute;height:10px;left:0;border-radius:50%;width:10px;content:"";background:var(--u-salmon);top:.5em}

.doc-intro{padding-block:clamp(40px,6vw,80px) 20px}
.doc-intro h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.doc-intro p{margin:16px auto 0;font-size:1.08rem;color:var(--u-foreground-50)}
.article__text .ctl{margin-top:26px}
::selection{background:rgba(234,79,148,.23)}
.lead{font-size:1.06rem;margin-top:14px;color:var(--u-foreground-50)}
.town-hall-label{font-family:var(--u-font-head);margin-bottom:14px;font-weight:800}
.town-hall-entry{margin-top:10px;color:var(--u-foreground-50);font-size:.94rem;align-items:flex-start;display:flex;gap:10px}
.town-hall-entry .marker{flex:none;color:var(--u-primary)}
.town-hall-entry .marker svg{width:16px;height:16px}
.profile-teaser-play{position:absolute;color:#fefdff;font-size:1.9rem;display:grid;padding-left:6px;top:50%;width:78px;transition:transform .15s ease,background .15s ease;box-shadow:var(--u-shade-md);background:rgba(2,0,1,.49);line-height:1;z-index:3;border-radius:50%;height:78px;left:50%;transform:translate(-50%,-50%);place-items:center;cursor:pointer;border:none}
.profile-teaser-play:hover{transform:translate(-50%,-50%) scale(1.07);background:rgba(2,0,1,.7)}
.profile-sidebar{top:96px;position:sticky}
.profile-header{margin-top:14px;align-items:center;gap:12px;display:flex;flex-wrap:wrap}
.profile-header .dot-pill{flex:none}
.profile-lead{font-family:var(--u-font-head);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem);line-height:1.1}
.profile-lead span{color:var(--u-muted);font-weight:600;font-size:.62em}
.profile-note{display:flex;color:var(--u-foreground-50);margin-top:10px;font-size:1.02rem;gap:7px;align-items:center}
.profile-note .marker svg{height:18px;width:18px;color:var(--u-primary)}
.profile-note a{font-weight:600;color:var(--u-primary-600);transition:border-color .15s ease;text-decoration:none;border-bottom:1px solid transparent}
.profile-note a:hover{border-bottom-color:currentColor}
.profile-facts{gap:8px;flex-wrap:wrap;display:flex;margin-top:16px}
.profile-sidebar .lead{margin-top:18px}
.profile-items{flex-wrap:wrap;display:flex;margin-top:24px;gap:12px}
p{margin:0}
.heading-2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
:focus-visible{outline:3px solid var(--u-primary);border-radius:6px;outline-offset:2px}
.times{gap:4px;display:grid;margin-top:10px}
.sym-lit svg{fill:currentColor;stroke:none}

.ask{padding:clamp(24px,3vw,40px);background:var(--u-panel);border-radius:var(--u-rnd-lg);border:1px solid var(--u-border-50);box-shadow:var(--u-shade-md)}
.ask-unit{gap:7px;display:grid;margin-bottom:18px}
.ask-unit label{font-weight:700;font-size:.92rem}
.area-panel{aspect-ratio:4/3;border-radius:var(--u-rnd-lg);background:var(--u-wisteria);border:1px solid var(--u-border-50);box-shadow:var(--u-shade-md);position:relative;overflow:hidden}
.area-panel.area-later{cursor:pointer}
.area-holder{padding:20px;inset:0;gap:10px;position:absolute;background:linear-gradient(160deg,var(--u-wisteria-2),var(--u-panel-2));place-items:center;display:grid;text-align:center}
.area-holder p{color:var(--u-foreground);font-weight:700}
.area-marker{color:var(--u-salmon);filter:drop-shadow(0 10px 12px rgba(252,72,100,.49))}
.area-marker svg{fill:currentColor;width:40px;height:40px;stroke:none}
.area-panel iframe{border:0;inset:0;width:100%;height:100%;position:absolute}
.area-panel.is-ready .area-holder{display:none}
.qna-unit{margin-bottom:14px;overflow:hidden;border-radius:var(--u-rnd-md);background:var(--u-panel);border:1px solid var(--u-border);box-shadow:var(--u-shade-sm)}
.qna-unit summary{justify-content:space-between;display:flex;font-family:var(--u-font-head);padding:20px 22px;cursor:pointer;gap:16px;font-weight:800;align-items:center;list-style:none;color:var(--u-foreground);font-size:1.05rem}
.qna-unit summary::-webkit-details-marker{display:none}
.qna-unit summary::after{border-radius:50%;background:var(--u-panel-2);content:"+";display:grid;place-items:center;color:var(--u-primary);font-size:1.2rem;transition:transform .25s ease;height:30px;flex:none;width:30px}
.qna-unit[open] summary::after{transform:rotate(45deg);background:var(--u-primary);color:var(--u-contrast)}
.qna-a{color:var(--u-foreground-50);padding:0 22px 20px}
.nav-veil{position:fixed;transition:opacity .3s ease;z-index:1090;background:var(--u-scrim);visibility:hidden;opacity:0;inset:0}
.nav-veil.current{visibility:visible;opacity:1}
.nav-link{font-weight:600;padding:9px 14px;border-radius:var(--u-rnd-pill);color:var(--u-foreground);transition:background .18s,color .18s;font-size:.96rem}
.nav-link:hover{color:var(--u-primary-600);background:var(--u-panel-2)}
.nav-twinkle{border:none;display:inline-flex;position:relative;align-items:center;transition:background .18s ease,color .18s ease;color:var(--u-foreground);font-weight:600;font-size:.96rem;padding:9px 12px;cursor:pointer;text-decoration:none;border-radius:var(--u-rnd-pill);background:none;gap:7px}
.nav-twinkle:hover{background:var(--u-panel-2);color:var(--u-primary-600)}
.nav-twinkle svg{height:20px;color:var(--u-primary);width:20px}
.nav-twinkle:hover svg{color:var(--u-primary-600)}
.nav-twinkle__text{white-space:nowrap}
.nav-twinkle .messaging-dot{position:static;top:auto;right:auto}
.nav-twinkle-phone{width:100%;border:none;text-align:left;align-items:center;background:none;font-weight:600;display:flex;cursor:pointer;text-decoration:none;padding:14px 2px;border-bottom:1px solid var(--u-border);color:var(--u-foreground);font-size:15px;gap:9px}
.nav-twinkle-phone:hover{color:var(--u-primary-600)}
.nav-twinkle-phone svg{height:18px;width:18px;color:var(--u-primary)}

.nav-toggle{display:none;z-index:1105;border:none;gap:5px;cursor:pointer;background:none;padding:6px;flex-direction:column}
.nav-toggle span{background:var(--u-foreground);border-radius:2px;width:26px;height:3px;transition:transform .3s ease,opacity .3s ease;display:block}
.nav-toggle.current span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.nav-toggle.current span:nth-child(2){opacity:0}
.nav-toggle.current span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
.pop{color:transparent;background:linear-gradient(92deg,var(--u-primary),var(--u-salmon) 60%,var(--u-tangerine));-webkit-background-clip:text;background-clip:text}
.band{padding-block:var(--u-section-y)}
.band--other{background:var(--u-panel-2)}
.teaser-shot{height:100%;width:100%;object-fit:cover;display:block;background:#020001;pointer-events:none}
.teaser-bullet{display:grid;top:50%;position:absolute;pointer-events:none;box-shadow:var(--u-shade-sm);border-radius:50%;place-items:center;font-size:.64rem;width:28px;color:#fefdff;height:28px;left:50%;line-height:1;background:rgba(2,0,1,.54);transform:translate(-50%,-50%);padding-left:2px}
.teaser-dot{border-radius:var(--u-rnd-pill);font-weight:700;bottom:12px;letter-spacing:.02em;position:absolute;padding:5px 9px;display:inline-flex;box-shadow:var(--u-shade-sm);left:12px;font-size:.7rem;align-items:center;z-index:2;background:rgba(2,0,1,.6);gap:4px;color:#fefdff}
.logo,.nav-link,.sidebar-phone a,.ctl,.breadcrumb a,.site-ground a,.area-nav a,.profile__messaging{text-decoration:none}
.fact{gap:12px;box-shadow:var(--u-shade-sm);padding:14px 16px;background:var(--u-panel);display:flex;border-radius:var(--u-rnd-md);align-items:center;border:1px solid var(--u-border-50)}
.fact-sym{color:var(--u-primary);height:40px;flex:none;place-items:center;background:var(--u-panel-2);width:40px;border-radius:12px;display:grid}
.fact-sym svg{height:18px;width:18px}
.fact-text dt{letter-spacing:.05em;font-size:.78rem;text-transform:uppercase;color:var(--u-muted)}
.fact-text dd{font-family:var(--u-font-head);margin:2px 0 0;font-weight:800;font-size:.98rem}
figure{margin:0}

.site-ground{color:var(--u-footer);background:var(--u-footer-wash)}
.site-ground .wrap{padding-block:56px 22px}
.site-ground a{color:var(--u-footer)}
.site-ground a:hover{color:var(--u-footer-2)}
.breadcrumb a:hover{color:var(--u-primary-600)}
.core-nav{gap:8px;align-items:center;margin-left:auto;display:flex}
.ask-note{font-weight:700}
.ask-note--lit{color:var(--u-go)}
.ask-note--shut{color:var(--u-primary-600)}
.profile__twinkle{width:36px;display:grid;height:36px;z-index:2;background:var(--u-panel-wash);top:12px;box-shadow:var(--u-shade-sm);right:12px;border-radius:50%;transition:transform .16s,background .16s,color .16s;border:none;cursor:pointer;color:var(--u-salmon);place-items:center;position:absolute}
.profile__twinkle svg{height:18px;width:18px}
.profile__twinkle:hover{transform:scale(1.08)}
.profile__twinkle.lit{background:var(--u-salmon);color:var(--u-contrast)}
.profile__twinkle.lit svg{fill:currentColor}
.profile-shot__twinkle{top:14px;right:14px;width:46px;height:46px}
.profile-shot__twinkle svg{height:21px;width:21px}
.profile__in{padding:16px 18px}
.profile__label{font-family:var(--u-font-head);font-weight:800;font-size:1.12rem}
.profile__label a{color:inherit;text-decoration:none;outline-offset:3px}
.profile__label a::after{position:absolute;content:"";inset:0;z-index:1}
.profile__label span{color:var(--u-muted);font-weight:600}
.profile__addr{align-items:center;gap:6px;font-size:.88rem;color:var(--u-foreground-50);display:flex;margin-top:4px}
.profile__addr .marker svg{height:14px;color:var(--u-primary);width:14px}
.profile__messaging{justify-content:center;box-shadow:var(--u-shade-sm);border-radius:var(--u-rnd-pill);position:relative;display:inline-flex;align-items:center;z-index:2;transition:transform .16s ease,box-shadow .16s ease;font-weight:700;background:linear-gradient(135deg,var(--u-primary),var(--u-salmon));width:100%;font-size:.9rem;color:var(--u-contrast);padding:9px 14px;margin-top:12px;gap:7px}
.profile__messaging svg{height:16px;width:16px}
.profile__messaging:hover{box-shadow:var(--u-shade-md);transform:translateY(-1px)}
.profile-cols{grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:22px;gap:clamp(24px,4vw,52px);align-items:start;display:grid}
.profile-side{min-width:0}
.profile-shot{border-radius:var(--u-rnd-lg);overflow:hidden;margin:0;position:relative;box-shadow:var(--u-shade-md);background:linear-gradient(160deg,var(--u-pinkbg-200),var(--u-wisteria-2))}
.profile-shot img{object-fit:cover;display:block;height:auto;width:100%;aspect-ratio:4/5}
.profile-arrows{cursor:pointer;z-index:2;color:var(--u-primary-600);height:44px;background:var(--u-panel-wash);transform:translateY(-50%);position:absolute;border-radius:50%;display:grid;top:50%;transition:transform .15s ease,background .15s ease;border:none;place-items:center;box-shadow:var(--u-shade-md);width:44px}
.profile-arrows:hover{background:var(--u-panel-wash);transform:translateY(-50%) scale(1.07)}
.profile-arrows svg{height:22px;width:22px}
.profile-left{left:12px}
.profile-fwd{right:12px}
.profile-band{gap:10px;margin-top:12px;display:flex;flex-wrap:wrap}
.profile-unit{padding:0;aspect-ratio:3/4;cursor:pointer;background:var(--u-panel-2);overflow:hidden;transition:transform .15s ease,border-color .15s ease;flex:0 0 auto;border:2px solid transparent;border-radius:var(--u-rnd-sm);box-shadow:var(--u-shade-sm);width:72px}
.profile-unit img{object-fit:cover;width:100%;height:100%;display:block}
.profile-unit:hover{transform:translateY(-2px)}
.profile-unit.lit{border-color:var(--u-primary)}
.profile-side [hidden]{display:none!important}
.profile-teaser{display:block;height:auto;width:100%;object-fit:contain;background:#020001;max-height:70vh}
.profile-unit--teaser{position:relative}

.ctl{
  border:1.5px solid transparent;padding:14px 26px;font-weight:700;justify-content:center;
  font-size:1rem;gap:9px;cursor:pointer;align-items:center;
  border-radius:var(--u-rnd-pill);text-align:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap;
  display:inline-flex;
}
.ctl svg{width:18px;height:18px}
.ctl--xs{padding:10px 18px;font-size:.9rem}
.ctl--big{padding:17px 32px;font-size:1.06rem}
.ctl--stretch{width:100%}
.ctl--cta{color:var(--u-contrast);background:linear-gradient(95deg,var(--u-tangerine),var(--u-salmon) 55%,var(--u-primary));box-shadow:0 14px 26px -12px rgba(252,72,100,.76)}
.ctl--cta:hover{transform:translateY(-2px);color:var(--u-contrast);box-shadow:0 20px 34px -12px rgba(252,72,100,.83)}
.ctl--light{border-color:var(--u-border);color:var(--u-primary);background:var(--u-panel)}
.ctl--light:hover{transform:translateY(-2px);color:var(--u-primary-600);background:var(--u-panel-2)}
.ctl--clear{background:var(--u-base);color:var(--u-primary-600)}
.ctl--clear:hover{box-shadow:var(--u-shade-md);transform:translateY(-2px);color:var(--u-primary-600)}
.profile-panel{overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--u-shade-md);position:relative;border-radius:var(--u-rnd-lg);background:var(--u-panel);border:1px solid var(--u-border-50)}
.profile-panel:hover{transform:translateY(-6px);box-shadow:var(--u-shade-lg)}
.profile__pic{overflow:hidden;aspect-ratio:1/1;position:relative;background:linear-gradient(160deg,var(--u-pinkbg-200),var(--u-wisteria-2))}
.profile__pic img{display:block;width:100%;object-fit:cover;height:100%}
.profile__dot{position:absolute;border-radius:var(--u-rnd-pill);display:inline-flex;gap:6px;top:12px;z-index:2;left:12px;color:var(--u-go);background:var(--u-panel-wash);font-weight:700;font-size:.72rem;box-shadow:var(--u-shade-sm);padding:5px 10px;align-items:center}
.kicker{color:var(--u-primary);margin-bottom:10px;text-transform:uppercase;font-weight:800;letter-spacing:.1em;font-size:.8rem}

.site-masthead{top:0;z-index:60;position:sticky;border-bottom:1px solid var(--u-border);background:var(--u-panel)}
.site-masthead__in{gap:20px;align-items:center;display:flex;padding-block:12px;min-height:74px;justify-content:space-between}
.logo{color:var(--u-foreground);align-items:center;letter-spacing:-.02em;font-family:var(--u-font-head);font-weight:800;display:flex;font-size:1.28rem;gap:11px}
.logo:hover{color:var(--u-foreground)}
.logo__pic{align-items:center;height:42px;box-shadow:0 8px 18px -8px rgba(234,79,148,.79);width:42px;color:var(--u-contrast);display:inline-flex;flex-shrink:0;border-radius:14px;background:linear-gradient(135deg,var(--u-primary),var(--u-salmon) 55%,var(--u-tangerine));justify-content:center}
.logo__pic svg{height:22px;width:22px}
.input-entry{gap:18px;grid-template-columns:1fr 1fr;display:grid}
.input{padding:13px 16px;transition:border-color .16s,box-shadow .16s;background:var(--u-panel-50);color:var(--u-foreground);width:100%;font-family:inherit;font-size:1rem;border-radius:var(--u-rnd-sm);border:1.5px solid var(--u-border)}
.input:focus{border-color:var(--u-primary);box-shadow:0 0 0 3px rgba(234,79,148,.13);outline:none}
textarea.input{resize:vertical;min-height:140px}

.article{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px);align-items:center}
.article__text>p:not(.kicker){margin-top:16px;font-size:1.04rem;color:var(--u-foreground-50)}
.article__tagline{font-family:var(--u-font-head);color:var(--u-primary-600);margin-top:22px;font-size:1.1rem;font-weight:800}

.dot-pill{gap:8px;letter-spacing:.06em;border:1px solid var(--u-border);display:inline-flex;align-items:center;font-weight:700;box-shadow:var(--u-shade-sm);font-size:.82rem;background:var(--u-panel);color:var(--u-primary);border-radius:var(--u-rnd-pill);padding:8px 16px}
.dot-pill svg{color:var(--u-salmon);height:16px;width:16px}
button{font-family:inherit}

.holder{text-align:center;padding-block:clamp(60px,10vw,140px)}
.holder__idx{line-height:.9;font-family:var(--u-font-head);font-weight:800;font-size:clamp(6rem,20vw,13rem)}
.holder__part{flex-wrap:wrap;justify-content:center;display:flex;gap:14px;margin-top:30px}
.breadcrumb li:not(:last-child)::after{margin-left:6px;content:"\00203a";color:var(--u-muted)}
.breadcrumb a{color:var(--u-foreground-50)}
.ground-cols{grid-template-columns:1.6fr 1fr 1fr;gap:40px;display:grid}
.ground-logo{font-family:var(--u-font-head);font-weight:800;gap:10px;font-size:1.2rem;color:var(--u-footer-2);margin-bottom:12px;display:flex;align-items:center}
.ground-side>p:not(.ground-label){max-width:34ch;color:var(--u-footer-50);font-size:.94rem}
.ground-label{font-size:1rem;color:var(--u-footer-2);margin-bottom:14px;font-weight:800}
.ground-nav{font-size:.94rem;gap:10px;display:grid}

.ask-wrap{max-width:640px}
.ask-holder{left:-9999px;width:1px;overflow:hidden;position:absolute;height:1px}
.bullet{color:var(--u-go);line-height:1;font-size:.6rem}

.area{gap:32px;display:flex;flex-direction:column}
.area-part h2{font-size:1.15rem;color:var(--u-foreground);font-weight:800;margin-bottom:16px}
.area-nav{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));display:grid;gap:12px}
.area-nav a{padding:13px 16px;transition:transform .14s,box-shadow .14s,color .14s;color:var(--u-foreground);font-size:.92rem;border:1px solid var(--u-border);justify-content:space-between;display:flex;background:var(--u-panel);gap:10px;font-weight:600;border-radius:var(--u-rnd-md);box-shadow:var(--u-shade-sm);align-items:center}
.area-nav a:hover{color:var(--u-primary-600);box-shadow:var(--u-shade-md);transform:translateY(-3px)}
.area-nav a .marker{flex:none;display:grid;color:var(--u-primary);place-items:center}
.area-nav a .marker svg{width:16px;height:16px}

@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}
  .article,.infos{grid-template-columns:1fr}
  .ground-cols{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .core-nav{display:none}
  .nav-toggle{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .sidebar-phone,.nav-veil{display:none}
}
@media (max-width:600px){
  :root{--u-section-y:clamp(30px,7vw,48px)}
  .ground-cols,.input-entry{grid-template-columns:1fr}
  .profiles-cols{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile__in{padding:16px 10px}
  .hook__zone{flex-direction:column;align-items:stretch;padding:32px 24px}
  .hook__zone .ctl{width:100%;white-space:normal}
  .locate-ask{flex-direction:column;border-radius:var(--u-rnd-lg)}
  .locate-ask .ctl{width:100%}
  .band--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-note{order:2}
  .profile-items{order:3;margin-top:16px;gap:10px}
  .profile-items .ctl{flex:1 1 auto}
  .profile-band{display:none}
  .profile-facts{order:4}
  .profile-sidebar .lead{order:5}
  .infos-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-text{min-width:0}
  .fact-text dd{font-size:.92rem;overflow-wrap:anywhere}
}
