:root{
  --u-pinkbg-100:#ffedf2;
  --u-pinkbg-200:#fcdaeb;
  --u-pinkbg-300:#fac7da;
  --u-pinkbg-deep:#f6a9c8;
  --u-lilac:#eae7f8;
  --u-lilac-strong:#d9ddf4;

  --u-card:#fdfefe;
  --u-card-50:#fcf4f7;
  --u-card-strong:#fde9ef;

  --u-rose:#ec4d98;
  --u-rose-dark:#e32d7d;
  --u-red:#f95b76;
  --u-red-strong:#f94865;
  --u-orange:#fc783d;
  --u-orange-strong:#f46b26;
  --u-love:#fd4b5c;
  --u-cornflower:#c8ccf1;

  --u-copy:#292332;
  --u-copy-50:#6a6672;
  --u-faint:#99929e;
  --u-rule:#f1d8e5;

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

  --u-shadow-sm:0 6px 16px -8px rgba(236,77,152,.34);
  --u-shadow-md:0 18px 38px -18px rgba(236,77,152,.39);
  --u-shadow-lg:0 30px 60px -24px rgba(227,45,125,.44);

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

  --u-container:1200px;
  --u-edge-x:24px;
  --u-section-y:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  line-height:1.6;color:var(--u-copy);background:
    radial-gradient(1200px 700px at 85% -8%, var(--u-pinkbg-300) 0%, rgba(250,199,218,0) 55%),
    radial-gradient(900px 600px at -10% 8%, var(--u-lilac) 0%, rgba(234,231,248,0) 55%),
    linear-gradient(180deg, var(--u-pinkbg-100) 0%, var(--u-card-50) 40%, var(--u-pinkbg-100) 100%);font-family:var(--u-type);
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;margin:0;
}
img{max-width:100%;display:block}

.press{
  padding:14px 26px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;text-align:center;justify-content:center;
  display:inline-flex;font-weight:700;border:1.5px solid transparent;cursor:pointer;
  white-space:nowrap;align-items:center;border-radius:var(--u-r-pill);font-size:1rem;
  gap:9px;
}
.press svg{height:18px;width:18px}
.pressMini{font-size:.9rem;padding:10px 18px}
.pressLarge{font-size:1.06rem;padding:17px 32px}
.pressFull{width:100%}
.pressCta{background:linear-gradient(95deg,var(--u-orange),var(--u-red) 55%,var(--u-rose));box-shadow:0 14px 26px -12px rgba(249,72,101,.75);color:#fdfefe}
.pressCta:hover{transform:translateY(-2px);color:#fdfefe;box-shadow:0 20px 34px -12px rgba(249,72,101,.85)}
.pressSoft{color:var(--u-rose);background:var(--u-card);border-color:var(--u-rule)}
.pressSoft:hover{color:var(--u-rose-dark);background:var(--u-card-strong);transform:translateY(-2px)}
.pressWhite{color:var(--u-rose-dark);background:#fdfefe}
.pressWhite:hover{transform:translateY(-2px);box-shadow:var(--u-shadow-md);color:var(--u-rose-dark)}
.drawerMobile{max-width:320px;height:100vh;height:100dvh;z-index:1100;transition:right .3s ease;box-shadow:-6px 0 30px rgba(41,35,50,.18);background:var(--u-card);padding:84px 22px 22px;top:0;position:fixed;overflow-y:auto;width:80%;right:-100%}
.drawerMobile.open{right:0}
.drawerMobile nav{flex-direction:column;display:flex}
.drawerMobile a:not(.press){font-weight:600;border-bottom:1px solid var(--u-rule);padding:14px 2px;color:var(--u-copy);font-size:15px}
.drawerMobile a:not(.press):hover{color:var(--u-rose-dark)}
.drawerMobile a.press{margin-top:22px}

.labelChip{font-weight:700;align-items:center;box-shadow:var(--u-shadow-sm);gap:8px;padding:8px 16px;display:inline-flex;border:1px solid var(--u-rule);font-size:.82rem;letter-spacing:.06em;color:var(--u-rose);background:var(--u-card);border-radius:var(--u-r-pill)}
.labelChip svg{height:16px;color:var(--u-red);width:16px}
.councilName{margin-bottom:14px;font-family:var(--u-display);font-weight:800}
.councilRow{font-size:.94rem;display:flex;align-items:flex-start;color:var(--u-copy-50);gap:10px;margin-top:10px}
.councilRow .locator{color:var(--u-rose);flex:none}
.councilRow .locator svg{width:16px;height:16px}
.eyebrow{text-transform:uppercase;color:var(--u-rose);font-weight:800;font-size:.8rem;margin-bottom:10px;letter-spacing:.1em}
.storyPara .press{margin-top:26px}
.dot{color:#31ad68;line-height:1;font-size:.6rem}

.inner{max-width:var(--u-container);padding-inline:var(--u-edge-x);margin-inline:auto}

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

.profilesCols{gap:22px;display:grid;grid-template-columns:repeat(4,1fr)}
.title{font-family:var(--u-display);font-weight:800;align-items:center;font-size:1.28rem;display:flex;gap:11px;color:var(--u-copy);letter-spacing:-.02em}
.title:hover{color:var(--u-copy)}
.titlePic{box-shadow:0 8px 18px -8px rgba(236,77,152,.79);display:inline-flex;align-items:center;border-radius:14px;flex-shrink:0;color:#fdfefe;justify-content:center;width:42px;height:42px;background:linear-gradient(135deg,var(--u-rose),var(--u-red) 55%,var(--u-orange))}
.titlePic svg{height:22px;width:22px}

.hookZone{display:flex;justify-content:space-between;position:relative;overflow:hidden;color:#fdfefe;align-items:center;padding:clamp(38px,5vw,64px);background:linear-gradient(100deg,var(--u-rose-dark),var(--u-red) 60%,var(--u-orange));border-radius:var(--u-r-xl);gap:30px;flex-wrap:wrap;box-shadow:var(--u-shadow-lg)}
.hookDeco{border-radius:50%;width:320px;background:rgba(253,254,254,.12);height:320px;position:absolute;right:-90px;top:-120px}
.hookPara{z-index:2;position:relative}
.hookPara h2{color:#fdfefe;max-width:16ch}
.hookPara p{color:rgba(253,254,254,.93);margin-top:10px;max-width:46ch}
.hookZone .press{position:relative;z-index:2}
.bodyNav{align-items:center;margin-left:auto;display:flex;gap:8px}
.hour{font-size:.9rem;gap:12px;justify-content:space-between;color:var(--u-copy-50);display:flex}
figure{margin:0}
h1,h2,h3,h4{font-family:var(--u-display);margin:0;line-height:1.12;color:var(--u-copy);letter-spacing:-.01em}

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

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

.mainColophon{color:#dad3dd;background:#292332}
.mainColophon .inner{padding-block:56px 22px}
.mainColophon a{color:#dad3dd}
.mainColophon a:hover{color:#fdfefe}

.info{grid-template-columns:1.2fr 1fr;display:grid;gap:clamp(28px,4vw,48px);align-items:start}
.infoMetrics{display:grid;gap:16px;grid-template-columns:1fr 1fr}
.hours{margin-top:10px;display:grid;gap:4px}
.profileTwinkle{transition:transform .16s,background .16s,color .16s;background:rgba(253,254,254,.93);cursor:pointer;box-shadow:var(--u-shadow-sm);border-radius:50%;top:12px;right:12px;display:grid;border:none;width:36px;z-index:2;position:absolute;place-items:center;color:var(--u-red);height:36px}
.profileTwinkle svg{height:18px;width:18px}
.profileTwinkle:hover{transform:scale(1.08)}
.profileTwinkle.ticked{color:#fdfefe;background:var(--u-red)}
.profileTwinkle.ticked svg{fill:currentColor}
.profileViewTwinkle{height:46px;top:14px;width:46px;right:14px}
.profileViewTwinkle svg{height:21px;width:21px}
.profileBody{padding:16px 18px}
.profileName{font-family:var(--u-display);font-weight:800;font-size:1.12rem}
.profileName a{color:inherit;text-decoration:none;outline-offset:3px}
.profileName a::after{inset:0;position:absolute;z-index:1;content:""}
.profileName span{font-weight:600;color:var(--u-faint)}
.profileLoc{margin-top:4px;color:var(--u-copy-50);display:flex;align-items:center;font-size:.88rem;gap:6px}
.profileLoc .locator svg{width:14px;color:var(--u-rose);height:14px}
.profileDm{color:#fdfefe;width:100%;padding:9px 14px;display:inline-flex;align-items:center;box-shadow:var(--u-shadow-sm);transition:transform .16s ease,box-shadow .16s ease;gap:7px;z-index:2;border-radius:var(--u-r-pill);font-weight:700;background:linear-gradient(135deg,var(--u-rose),var(--u-red));margin-top:12px;position:relative;justify-content:center;font-size:.9rem}
.profileDm svg{width:16px;height:16px}
.profileDm:hover{box-shadow:var(--u-shadow-md);transform:translateY(-1px)}
.profileCols{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;margin-top:22px;display:grid;gap:clamp(24px,4vw,52px)}
.profilePart{min-width:0}
.profileView{box-shadow:var(--u-shadow-md);margin:0;background:linear-gradient(160deg,var(--u-pinkbg-200),var(--u-lilac-strong));border-radius:var(--u-r-lg);overflow:hidden;position:relative}
.profileView img{width:100%;display:block;object-fit:cover;aspect-ratio:4/5;height:auto}
.profileCtrl{cursor:pointer;width:44px;transition:transform .15s ease,background .15s ease;place-items:center;border-radius:50%;border:none;box-shadow:var(--u-shadow-md);transform:translateY(-50%);z-index:2;height:44px;color:var(--u-rose-dark);position:absolute;top:50%;background:rgba(253,254,254,.93);display:grid}
.profileCtrl:hover{transform:translateY(-50%) scale(1.07);background:#fdfefe}
.profileCtrl svg{width:22px;height:22px}
.profilePrev{left:12px}
.profileRight{right:12px}
.profileTrack{display:flex;margin-top:12px;flex-wrap:wrap;gap:10px}
.profileItem{overflow:hidden;transition:transform .15s ease,border-color .15s ease;aspect-ratio:3/4;width:72px;flex:0 0 auto;background:var(--u-card-strong);padding:0;border:2px solid transparent;cursor:pointer;box-shadow:var(--u-shadow-sm);border-radius:var(--u-r-sm)}
.profileItem img{height:100%;width:100%;display:block;object-fit:cover}
.profileItem:hover{transform:translateY(-2px)}
.profileItem.ticked{border-color:var(--u-rose)}
.profileDrawer{position:sticky;top:96px}
.profileHeader{gap:12px;margin-top:14px;flex-wrap:wrap;display:flex;align-items:center}
.profileHeader .labelChip{flex:none}
.profileIntro{line-height:1.1;font-family:var(--u-display);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.profileIntro span{color:var(--u-faint);font-weight:600;font-size:.62em}
.profileSmall{align-items:center;font-size:1.02rem;display:flex;color:var(--u-copy-50);gap:7px;margin-top:10px}
.profileSmall .locator svg{width:18px;color:var(--u-rose);height:18px}
.profileSmall a{transition:border-color .15s ease;color:var(--u-rose-dark);font-weight:600;text-decoration:none;border-bottom:1px solid transparent}
.profileSmall a:hover{border-bottom-color:currentColor}
.profileMetrics{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}
.profileDrawer .intro{margin-top:18px}
.profileItems{display:flex;flex-wrap:wrap;margin-top:24px;gap:12px}
.picTicked svg{stroke:none;fill:currentColor}
.navBackdrop{z-index:1090;transition:opacity .3s ease;background:rgba(41,35,50,.49);opacity:0;visibility:hidden;position:fixed;inset:0}
.navBackdrop.open{visibility:visible;opacity:1}
.strong{background:linear-gradient(92deg,var(--u-rose),var(--u-red) 60%,var(--u-orange));-webkit-background-clip:text;color:transparent;background-clip:text}
svg{display:block}
.metric{display:flex;background:var(--u-card);align-items:center;border-radius:var(--u-r-md);padding:14px 16px;gap:12px;border:1px solid rgba(253,254,254,.9);box-shadow:var(--u-shadow-sm)}
.metricPic{display:grid;place-items:center;width:40px;height:40px;flex:none;color:var(--u-rose);background:var(--u-card-strong);border-radius:12px}
.metricPic svg{width:18px;height:18px}
.metricPara dt{letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;color:var(--u-faint)}
.metricPara dd{margin:2px 0 0;font-family:var(--u-display);font-weight:800;font-size:.98rem}
.blockHead{max-width:640px;text-align:center;margin:0 auto 44px}
.intro{margin-top:14px;font-size:1.06rem;color:var(--u-copy-50)}
.section{padding-block:var(--u-section-y)}
.sectionSecond{background:var(--u-card-strong)}
.h2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}

.story{grid-template-columns:1fr 1fr;display:grid;align-items:center;gap:clamp(28px,4vw,56px)}
.storyPara>p:not(.eyebrow){color:var(--u-copy-50);font-size:1.04rem;margin-top:16px}
.storySubtitle{font-family:var(--u-display);font-size:1.1rem;color:var(--u-rose-dark);font-weight:800;margin-top:22px}
p{margin:0}
.plusItems{margin-top:14px;display:grid;gap:10px}
.plusItems li{padding-left:24px;position:relative;color:var(--u-copy)}
.plusItems li::before{left:0;width:10px;content:"";background:var(--u-red);top:.5em;border-radius:50%;position:absolute;height:10px}
.profilePanel{transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--u-shadow-md);position:relative;background:var(--u-card);border-radius:var(--u-r-lg);overflow:hidden;border:1px solid rgba(253,254,254,.9)}
.profilePanel:hover{box-shadow:var(--u-shadow-lg);transform:translateY(-6px)}
.profileAvatar{background:linear-gradient(160deg,var(--u-pinkbg-200),var(--u-lilac-strong));aspect-ratio:1/1;position:relative;overflow:hidden}
.profileAvatar img{object-fit:cover;width:100%;height:100%;display:block}
.profileLabel{display:inline-flex;z-index:2;align-items:center;color:#31ad68;background:rgba(253,254,254,.93);border-radius:var(--u-r-pill);font-weight:700;position:absolute;padding:5px 10px;top:12px;left:12px;box-shadow:var(--u-shadow-sm);font-size:.72rem;gap:6px}

.places{gap:32px;flex-direction:column;display:flex}
.placesBlock h2{color:var(--u-copy);margin-bottom:16px;font-size:1.15rem;font-weight:800}
.placesMenu{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px}
.placesMenu a{align-items:center;transition:transform .14s,box-shadow .14s,color .14s;border:1px solid var(--u-rule);box-shadow:var(--u-shadow-sm);padding:13px 16px;justify-content:space-between;gap:10px;background:var(--u-card);color:var(--u-copy);font-size:.92rem;display:flex;font-weight:600;border-radius:var(--u-r-md)}
.placesMenu a:hover{transform:translateY(-3px);box-shadow:var(--u-shadow-md);color:var(--u-rose-dark)}
.placesMenu a .locator{flex:none;display:grid;place-items:center;color:var(--u-rose)}
.placesMenu a .locator svg{width:16px;height:16px}
.navA{font-weight:600;color:var(--u-copy);border-radius:var(--u-r-pill);padding:9px 14px;font-size:.96rem;transition:background .18s,color .18s}
.navA:hover{background:var(--u-card-strong);color:var(--u-rose-dark)}
.navTwinkle{border:none;text-decoration:none;align-items:center;font-weight:600;font-size:.96rem;padding:9px 12px;background:none;transition:background .18s ease,color .18s ease;cursor:pointer;display:inline-flex;position:relative;color:var(--u-copy);border-radius:var(--u-r-pill);gap:7px}
.navTwinkle:hover{background:var(--u-card-strong);color:var(--u-rose-dark)}
.navTwinkle svg{height:20px;color:var(--u-rose);width:20px}
.navTwinkle:hover svg{color:var(--u-rose-dark)}
.navTwinklePara{white-space:nowrap}
.navTwinkle .dmLabel{top:auto;position:static;right:auto}
.navTwinkleMobile{align-items:center;border:none;padding:14px 2px;width:100%;border-bottom:1px solid var(--u-rule);color:var(--u-copy);gap:9px;text-align:left;cursor:pointer;font-weight:600;background:none;text-decoration:none;display:flex;font-size:15px}
.navTwinkleMobile:hover{color:var(--u-rose-dark)}
.navTwinkleMobile svg{width:18px;height:18px;color:var(--u-rose)}

.mainNavbar{border-bottom:1px solid var(--u-rule);z-index:60;position:sticky;background:var(--u-card);top:0}
.mainNavbarBody{padding-block:12px;align-items:center;gap:20px;display:flex;justify-content:space-between;min-height:74px}

.docCover{padding-block:clamp(40px,6vw,80px) 20px}
.docCover h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.docCover p{margin:16px auto 0;color:var(--u-copy-50);font-size:1.08rem}
.trail{font-size:.86rem;margin-bottom:14px;display:flex;color:var(--u-faint);gap:6px;justify-content:flex-start;flex-wrap:wrap}
::selection{background:rgba(236,77,152,.24)}
.placePanel{background:var(--u-lilac);border-radius:var(--u-r-lg);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--u-shadow-md);position:relative;border:1px solid rgba(253,254,254,.9)}
.placePanel.placeDefer{cursor:pointer}
.placeSkeleton{display:grid;padding:20px;inset:0;place-items:center;position:absolute;text-align:center;background:linear-gradient(160deg,var(--u-lilac-strong),var(--u-card-strong));gap:10px}
.placeSkeleton p{font-weight:700;color:var(--u-copy)}
.placeLocator{filter:drop-shadow(0 10px 12px rgba(249,72,101,.49));color:var(--u-red)}
.placeLocator svg{stroke:none;width:40px;height:40px;fill:currentColor}
.placePanel iframe{height:100%;position:absolute;inset:0;border:0;width:100%}
.placePanel.isOn .placeSkeleton{display:none}
:focus-visible{border-radius:6px;outline:3px solid var(--u-rose);outline-offset:2px}
.title,.navA,.drawerMobile a,.press,.trail a,.mainColophon a,.placesMenu a,.profileDm{text-decoration:none}

.cornerHook{border-radius:var(--u-r-lg);position:fixed;border:1px solid rgba(253,254,254,.9);right:22px;bottom:22px;box-shadow:var(--u-shadow-lg);z-index:80;background:#fdfefe;max-width:calc(100vw - 44px);width:300px;padding:20px}
.cornerX{padding:0;top:12px;border-radius:50%;position:absolute;border:none;right:12px;color:var(--u-copy-50);place-items:center;background:var(--u-card-strong);height:28px;display:grid;font-size:1.1rem;cursor:pointer;width:28px;line-height:1}
.cornerX:hover{background:var(--u-rose);color:#fdfefe}
.cornerName{font-family:var(--u-display);font-weight:800;padding-right:26px;font-size:1.04rem}
.cornerPara{margin-top:4px;margin-bottom:14px;font-size:.86rem;color:var(--u-copy-50)}
.cornerOpener{width:60px;border-radius:50%;height:60px;justify-content:center;background:linear-gradient(135deg,var(--u-rose),var(--u-red));display:none;cursor:pointer;z-index:80;border:none;color:#fdfefe;right:22px;bottom:22px;align-items:center;box-shadow:var(--u-shadow-lg);position:fixed}
.cornerOpener svg{height:26px;stroke:none;fill:currentColor;width:26px}
.questionsItem{border-radius:var(--u-r-md);box-shadow:var(--u-shadow-sm);overflow:hidden;border:1px solid var(--u-rule);background:var(--u-card);margin-bottom:14px}
.questionsItem summary{font-family:var(--u-display);font-weight:800;list-style:none;align-items:center;display:flex;padding:20px 22px;color:var(--u-copy);justify-content:space-between;font-size:1.05rem;gap:16px;cursor:pointer}
.questionsItem summary::-webkit-details-marker{display:none}
.questionsItem summary::after{width:30px;display:grid;height:30px;place-items:center;transition:transform .25s ease;border-radius:50%;content:"+";color:var(--u-rose);font-size:1.2rem;background:var(--u-card-strong);flex:none}
.questionsItem[open] summary::after{color:#fdfefe;transform:rotate(45deg);background:var(--u-rose)}
.questionsResp{padding:0 22px 20px;color:var(--u-copy-50)}
.infoCouncil{padding:24px;background:var(--u-card);box-shadow:var(--u-shadow-md);border-radius:var(--u-r-lg);border:1px solid rgba(253,254,254,.9)}
ul{list-style:none;padding:0;margin:0}
.trail a:hover{color:var(--u-rose-dark)}
.colophonCols{grid-template-columns:1.6fr 1fr 1fr;gap:40px;display:grid}
.colophonTitle{align-items:center;font-family:var(--u-display);font-weight:800;margin-bottom:12px;gap:10px;color:#fdfefe;font-size:1.2rem;display:flex}
.colophonPart>p:not(.colophonName){color:#a7a1b0;max-width:34ch;font-size:.94rem}
.colophonName{font-size:1rem;margin-bottom:14px;color:#fdfefe;font-weight:800}
.colophonMenu{display:grid;gap:10px;font-size:.94rem}
button{font-family:inherit}
.notice{font-size:.86rem;color:#a7a1b0;border-top:1px solid rgba(253,254,254,.11);margin-top:34px;padding-top:22px}
/* Fil d'Ariane robot placé dans l'article SEO : neutraliser les styles de liste de l'article (grille, retrait, puce). */
.storySection .trail{display:flex}.storySection .trail li{padding-left:0}.storySection .trail li::before{display:none}
.trail li:not(:last-child)::after{content:"\00203a";margin-left:6px;color:var(--u-faint)}
.trail a{color:var(--u-copy-50)}

.contact{background:#fdfefe;border-radius:var(--u-r-lg);box-shadow:var(--u-shadow-md);border:1px solid rgba(253,254,254,.9);padding:clamp(24px,3vw,40px)}
.contactItem{display:grid;gap:7px;margin-bottom:18px}
.contactItem label{font-weight:700;font-size:.92rem}
.fldRow{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fld{width:100%;padding:13px 16px;border-radius:var(--u-r-sm);border:1.5px solid var(--u-rule);background:var(--u-card-50);font-family:inherit;font-size:1rem;color:var(--u-copy);transition:border-color .16s,box-shadow .16s}
.fld:focus{outline:none;border-color:var(--u-rose);box-shadow:0 0 0 3px rgba(236,77,152,.16)}
textarea.fld{min-height:140px;resize:vertical}
.contactSmall{font-weight:700}
.contactSmallTicked{color:#31ad68}
.contactSmallShut{color:var(--u-rose-dark)}

.browseContact{margin:0 auto;display:flex;gap:12px;background:#fdfefe;padding:12px;border-radius:var(--u-r-pill);box-shadow:var(--u-shadow-md);border:1px solid rgba(253,254,254,.9)}
.browseContact .fld{border:none;background:transparent;box-shadow:none;font-size:1.06rem}
.browseContact .fld:focus{box-shadow:none}
.browseContact+.places{margin-top:40px}

.contactWrap{max-width:640px}
.contactSkeleton{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

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

@media (max-width:980px){
  .profilesCols{grid-template-columns:repeat(3,1fr)}
  .profileCols{grid-template-columns:1fr}
  .profileView{width:100%;max-width:380px;justify-self:start}
  .profileDrawer{position:static}
  .story,.info{grid-template-columns:1fr}
  .colophonCols{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .bodyNav{display:none}
  .toggle{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .drawerMobile,.navBackdrop{display:none}
}
@media (max-width:600px){
  :root{--u-section-y:clamp(30px,7vw,48px)}
  .colophonCols,.fldRow{grid-template-columns:1fr}
  .profilesCols{grid-template-columns:repeat(2,1fr);gap:12px}
  .profileBody{padding:16px 10px}
  .hookZone{flex-direction:column;align-items:stretch;padding:32px 24px}
  .hookZone .press{width:100%;white-space:normal}
  .browseContact{flex-direction:column;border-radius:var(--u-r-lg)}
  .browseContact .press{width:100%}
  .sectionProfile{padding-top:0}
  .profileView img{aspect-ratio:1/1;max-height:46vh}
  .profileCols{margin-top:0}
  .profileDrawer{display:flex;flex-direction:column;margin-top:14px}
  .profileHeader{order:1;margin-top:0}
  .profileSmall{order:2}
  .profileItems{order:3;margin-top:16px;gap:10px}
  .profileItems .press{flex:1 1 auto}
  .profileTrack{display:none}
  .profileMetrics{order:4}
  .profileDrawer .intro{order:5}
  .infoMetrics{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .metric{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .metricPic{width:34px;height:34px}
  .metricPara{min-width:0}
  .metricPara dd{font-size:.92rem;overflow-wrap:anywhere}
}
