:root{
  --pinkbg-100:#ffecf4;
  --pinkbg-200:#fcdbe9;
  --pinkbg-300:#f6c5db;
  --pinkbg-deep:#f4a6c7;
  --lilac:#eae4f7;
  --lilac-strong:#dbdef6;

  --sheet:#fffffe;
  --sheet-soft:#fdf3f8;
  --sheet-strong:#ffeaee;

  --rose:#ee4c94;
  --rose-hover:#e1317e;
  --warm:#f95c72;
  --warm-strong:#f84b65;
  --orange:#fb7b3b;
  --orange-strong:#f76824;
  --like:#ff4b5e;
  --periwinkle:#c7cdf2;

  --copy:#2b232f;
  --copy-soft:#6c6471;
  --muted:#98939e;
  --edge:#f1d9e2;

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

  --sh-sm:0 6px 16px -8px rgba(238,76,148,.34);
  --sh-md:0 18px 38px -18px rgba(238,76,148,.39);
  --sh-lg:0 30px 60px -24px rgba(225,49,126,.41);

  --font-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;

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

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(1200px 700px at 85% -8%, var(--pinkbg-300) 0%, rgba(246,197,219,.02) 55%),
    radial-gradient(900px 600px at -10% 8%, var(--lilac) 0%, rgba(234,228,247,.02) 55%),
    linear-gradient(180deg, var(--pinkbg-100) 0%, var(--sheet-soft) 40%, var(--pinkbg-100) 100%);margin:0;font-family:var(--font);color:var(--copy);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;background-attachment:fixed;
}
img{display:block;max-width:100%}

.main-header{position:sticky;background:var(--sheet);border-bottom:1px solid var(--edge);z-index:60;top:0}
.main-header-in{min-height:74px;align-items:center;gap:20px;justify-content:space-between;display:flex;padding-block:12px}
.profile-shine{color:var(--warm);z-index:2;width:36px;transition:transform .16s,background .16s,color .16s;height:36px;position:absolute;top:12px;box-shadow:var(--sh-sm);background:rgba(255,255,254,.91);place-items:center;border-radius:50%;cursor:pointer;border:none;right:12px;display:grid}
.profile-shine svg{width:18px;height:18px}
.profile-shine:hover{transform:scale(1.08)}
.profile-shine.done{background:var(--warm);color:#fffffe}
.profile-shine.done svg{fill:currentColor}
.profile-window-shine{top:14px;height:46px;right:14px;width:46px}
.profile-window-shine svg{width:21px;height:21px}
.profile-in{padding:16px 18px}
.profile-title{font-family:var(--font-display);font-weight:800;font-size:1.12rem}
.profile-title a{outline-offset:3px;text-decoration:none;color:inherit}
.profile-title a::after{inset:0;z-index:1;position:absolute;content:""}
.profile-title span{color:var(--muted);font-weight:600}
.profile-loc{align-items:center;gap:6px;display:flex;margin-top:4px;font-size:.88rem;color:var(--copy-soft)}
.profile-loc .needle svg{height:14px;color:var(--rose);width:14px}
.profile-chat{color:#fffffe;gap:7px;box-shadow:var(--sh-sm);z-index:2;transition:transform .16s ease,box-shadow .16s ease;font-weight:700;font-size:.9rem;background:linear-gradient(135deg,var(--rose),var(--warm));align-items:center;padding:9px 14px;position:relative;display:inline-flex;border-radius:var(--radius-pill);margin-top:12px;justify-content:center;width:100%}
.profile-chat svg{width:16px;height:16px}
.profile-chat:hover{transform:translateY(-1px);box-shadow:var(--sh-md)}
.profile-layout{gap:clamp(24px,4vw,52px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:22px;align-items:start}
.profile-part{min-width:0}
.profile-window{box-shadow:var(--sh-md);margin:0;overflow:hidden;background:linear-gradient(160deg,var(--pinkbg-200),var(--lilac-strong));border-radius:var(--radius-lg);position:relative}
.profile-window img{height:auto;aspect-ratio:4/5;object-fit:cover;width:100%;display:block}
.profile-pager{top:50%;box-shadow:var(--sh-md);transform:translateY(-50%);color:var(--rose-hover);cursor:pointer;border-radius:50%;position:absolute;border:none;width:44px;z-index:2;background:rgba(255,255,254,.91);height:44px;display:grid;place-items:center;transition:transform .15s ease,background .15s ease}
.profile-pager:hover{transform:translateY(-50%) scale(1.07);background:#fffffe}
.profile-pager svg{width:22px;height:22px}
.profile-prev{left:12px}
.profile-next{right:12px}
.profile-rail{gap:10px;flex-wrap:wrap;display:flex;margin-top:12px}
.profile-unit{box-shadow:var(--sh-sm);overflow:hidden;width:72px;padding:0;transition:transform .15s ease,border-color .15s ease;border:2px solid transparent;flex:0 0 auto;aspect-ratio:3/4;border-radius:var(--radius-sm);cursor:pointer;background:var(--sheet-strong)}
.profile-unit img{height:100%;width:100%;display:block;object-fit:cover}
.profile-unit:hover{transform:translateY(-2px)}
.profile-unit.done{border-color:var(--rose)}
.profile-sidebar{top:96px;position:sticky}
.profile-intro{align-items:center;display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
.profile-intro .tag-pill{flex:none}
.profile-tagline{font-family:var(--font-display);font-weight:800;line-height:1.1;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.profile-tagline span{font-weight:600;color:var(--muted);font-size:.62em}
.profile-mention{gap:7px;align-items:center;margin-top:10px;color:var(--copy-soft);display:flex;font-size:1.02rem}
.profile-mention .needle svg{height:18px;color:var(--rose);width:18px}
.profile-mention a{color:var(--rose-hover);transition:border-color .15s ease;font-weight:600;border-bottom:1px solid transparent;text-decoration:none}
.profile-mention a:hover{border-bottom-color:currentColor}
.profile-infos{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}
.profile-sidebar .tagline{margin-top:18px}
.profile-list{gap:12px;display:flex;flex-wrap:wrap;margin-top:24px}
figure{margin:0}

.page-band h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.page-band h2{font-size:1.35rem;font-weight:800;margin-top:34px;color:var(--rose-hover)}
.page-band p{color:var(--copy-soft);font-size:1.04rem;margin-top:14px}
.page-band p a{font-weight:600}
.page-band ul{display:grid;gap:10px;margin-top:14px}
.page-band li{padding-left:24px;color:var(--copy-soft);position:relative}
.page-band li::before{border-radius:50%;position:absolute;content:"";left:0;height:10px;width:10px;background:var(--warm);top:.5em}
.page-answers>.container>h2{margin-bottom:28px;text-align:center}
.strengths-list{display:grid;margin-top:14px;gap:10px}
.strengths-list li{color:var(--copy);padding-left:24px;position:relative}
.strengths-list li::before{content:"";width:10px;border-radius:50%;height:10px;position:absolute;left:0;top:.5em;background:var(--warm)}
.title-2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
svg{display:block}
.em{background:linear-gradient(92deg,var(--rose),var(--warm) 60%,var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent}
.nav-backdrop{opacity:0;position:fixed;background:rgba(43,35,47,.51);z-index:1090;visibility:hidden;inset:0;transition:opacity .3s ease}
.nav-backdrop.current{visibility:visible;opacity:1}

.popup-action{border-radius:var(--radius-lg);border:1px solid rgba(255,255,254,.9);z-index:80;background:#fffffe;padding:20px;right:22px;box-shadow:var(--sh-lg);width:300px;position:fixed;bottom:22px;max-width:calc(100vw - 44px)}
.popup-dismiss{cursor:pointer;height:28px;top:12px;background:var(--sheet-strong);border-radius:50%;border:none;place-items:center;width:28px;padding:0;display:grid;right:12px;color:var(--copy-soft);font-size:1.1rem;position:absolute;line-height:1}
.popup-dismiss:hover{background:var(--rose);color:#fffffe}
.popup-title{font-family:var(--font-display);padding-right:26px;font-weight:800;font-size:1.04rem}
.popup-para{margin-top:4px;color:var(--copy-soft);margin-bottom:14px;font-size:.86rem}
.popup-tab{box-shadow:var(--sh-lg);background:linear-gradient(135deg,var(--rose),var(--warm));position:fixed;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;width:60px;right:22px;border:none;color:#fffffe;z-index:80;display:none;height:60px;bottom:22px}
.popup-tab svg{width:26px;stroke:none;fill:currentColor;height:26px}

.notes{grid-template-columns:1.2fr 1fr;display:grid;gap:clamp(28px,4vw,48px);align-items:start}
.notes-infos{grid-template-columns:1fr 1fr;display:grid;gap:16px}
.path{display:flex;margin-bottom:14px;justify-content:flex-start;font-size:.86rem;color:var(--muted);flex-wrap:wrap;gap:6px}

.screen-hero{padding-block:clamp(40px,6vw,80px) 20px}
.screen-hero h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.screen-hero p{margin:16px auto 0;font-size:1.08rem;color:var(--copy-soft)}
.profile-box{border-radius:var(--radius-lg);border:1px solid rgba(255,255,254,.9);box-shadow:var(--sh-md);background:var(--sheet);overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}
.profile-box:hover{box-shadow:var(--sh-lg);transform:translateY(-6px)}
.profile-avatar{position:relative;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(160deg,var(--pinkbg-200),var(--lilac-strong))}
.profile-avatar img{width:100%;object-fit:cover;height:100%;display:block}
.profile-tag{color:#30ae66;top:12px;box-shadow:var(--sh-sm);align-items:center;position:absolute;font-weight:700;background:rgba(255,255,254,.91);padding:5px 10px;font-size:.72rem;display:inline-flex;gap:6px;left:12px;z-index:2;border-radius:var(--radius-pill)}

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

.hamburger{cursor:pointer;padding:6px;border:none;background:none;gap:5px;z-index:1105;flex-direction:column;display:none}
.hamburger span{border-radius:2px;display:block;background:var(--copy);height:3px;width:26px;transition:transform .3s ease,opacity .3s ease}
.hamburger.current span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.hamburger.current span:nth-child(2){opacity:0}
.hamburger.current span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
.page-para .press{margin-top:26px}
:focus-visible{border-radius:6px;outline:3px solid var(--rose);outline-offset:2px}
button{font-family:inherit}

.page{display:grid;align-items:center;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px)}
.page-para>p:not(.pretitle){margin-top:16px;color:var(--copy-soft);font-size:1.04rem}
.page-deck{color:var(--rose-hover);margin-top:22px;font-family:var(--font-display);font-size:1.1rem;font-weight:800}
.moment{color:var(--copy-soft);font-size:.9rem;gap:12px;justify-content:space-between;display:flex}
.info{border-radius:var(--radius-md);padding:14px 16px;background:var(--sheet);gap:12px;border:1px solid rgba(255,255,254,.9);box-shadow:var(--sh-sm);display:flex;align-items:center}
.info-icon{flex:none;width:40px;border-radius:12px;color:var(--rose);height:40px;place-items:center;display:grid;background:var(--sheet-strong)}
.info-icon svg{height:18px;width:18px}
.info-para dt{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.78rem}
.info-para dd{margin:2px 0 0;font-family:var(--font-display);font-weight:800;font-size:.98rem}
.spot-box{border-radius:var(--radius-lg);border:1px solid rgba(255,255,254,.9);aspect-ratio:4/3;box-shadow:var(--sh-md);background:var(--lilac);position:relative;overflow:hidden}
.spot-box.spot-later{cursor:pointer}
.spot-ghost{display:grid;background:linear-gradient(160deg,var(--lilac-strong),var(--sheet-strong));inset:0;padding:20px;gap:10px;text-align:center;place-items:center;position:absolute}
.spot-ghost p{font-weight:700;color:var(--copy)}
.spot-needle{color:var(--warm);filter:drop-shadow(0 10px 12px rgba(248,75,101,.51))}
.spot-needle svg{stroke:none;fill:currentColor;height:40px;width:40px}
.spot-box iframe{position:absolute;width:100%;inset:0;border:0;height:100%}
.spot-box.is-live .spot-ghost{display:none}
::selection{background:rgba(238,76,148,.23)}
.block-head{margin:0 auto 44px;text-align:center;max-width:640px}

.region{flex-direction:column;gap:32px;display:flex}
.region-set h2{color:var(--copy);margin-bottom:16px;font-size:1.15rem;font-weight:800}
.region-links{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;display:grid}
.region-links a{border:1px solid var(--edge);transition:transform .14s,box-shadow .14s,color .14s;box-shadow:var(--sh-sm);display:flex;color:var(--copy);font-size:.92rem;padding:13px 16px;border-radius:var(--radius-md);background:var(--sheet);font-weight:600;align-items:center;justify-content:space-between;gap:10px}
.region-links a:hover{color:var(--rose-hover);transform:translateY(-3px);box-shadow:var(--sh-md)}
.region-links a .needle{flex:none;color:var(--rose);place-items:center;display:grid}
.region-links a .needle svg{height:16px;width:16px}
.id{display:flex;letter-spacing:-.02em;color:var(--copy);font-family:var(--font-display);gap:11px;font-weight:800;font-size:1.28rem;align-items:center}
.id:hover{color:var(--copy)}
.id-icon{align-items:center;display:inline-flex;box-shadow:0 8px 18px -8px rgba(238,76,148,.78);justify-content:center;flex-shrink:0;width:42px;color:#fffffe;height:42px;background:linear-gradient(135deg,var(--rose),var(--warm) 55%,var(--orange));border-radius:14px}
.id-icon svg{height:22px;width:22px}
.bottombar-layout{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px}
.bottombar-id{gap:10px;font-family:var(--font-display);color:#fffffe;align-items:center;font-weight:800;margin-bottom:12px;display:flex;font-size:1.2rem}
.bottombar-part>p:not(.bottombar-title){font-size:.94rem;max-width:34ch;color:#ab9db0}
.bottombar-title{font-size:1rem;color:#fffffe;margin-bottom:14px;font-weight:800}
.bottombar-links{display:grid;gap:10px;font-size:.94rem}
.tagline{margin-top:14px;color:var(--copy-soft);font-size:1.06rem}

.press{
  font-weight:700;display:inline-flex;font-size:1rem;gap:9px;
  border:1.5px solid transparent;align-items:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;cursor:pointer;
  justify-content:center;text-align:center;padding:14px 26px;border-radius:var(--radius-pill);
  white-space:nowrap;
}
.press svg{width:18px;height:18px}
.press-xs{padding:10px 18px;font-size:.9rem}
.press-lg{padding:17px 32px;font-size:1.06rem}
.press-full{width:100%}
.press-primary{background:linear-gradient(95deg,var(--orange),var(--warm) 55%,var(--rose));color:#fffffe;box-shadow:0 14px 26px -12px rgba(248,75,101,.77)}
.press-primary:hover{color:#fffffe;transform:translateY(-2px);box-shadow:0 20px 34px -12px rgba(248,75,101,.85)}
.press-ghost{border-color:var(--edge);background:var(--sheet);color:var(--rose)}
.press-ghost:hover{color:var(--rose-hover);transform:translateY(-2px);background:var(--sheet-strong)}
.press-pale{background:#fffffe;color:var(--rose-hover)}
.press-pale:hover{transform:translateY(-2px);box-shadow:var(--sh-md);color:var(--rose-hover)}
.round{color:#30ae66;font-size:.6rem;line-height:1}
.id,.nav-a,.sidebar-mobile a,.press,.path a,.main-bottombar a,.region-links a,.profile-chat{text-decoration:none}

.chat-tag{display:grid;place-items:center;padding:0 6px;font-size:.72rem;border-radius:var(--radius-pill);line-height:1;top:-3px;right:-3px;background:var(--like);color:#fffffe;height:22px;min-width:22px;box-shadow:var(--sh-sm);border:2px solid var(--sheet);font-weight:800;position:absolute}
.chat-tag[hidden]{display:none}
.legal{font-size:.86rem;padding-top:22px;margin-top:34px;color:#ab9db0;border-top:1px solid rgba(255,255,254,.12)}
h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;color:var(--copy);line-height:1.12;margin:0}

.action-panel{box-shadow:var(--sh-lg);overflow:hidden;border-radius:var(--radius-xl);align-items:center;position:relative;background:linear-gradient(100deg,var(--rose-hover),var(--warm) 60%,var(--orange));justify-content:space-between;display:flex;padding:clamp(38px,5vw,64px);color:#fffffe;flex-wrap:wrap;gap:30px}
.action-blob{right:-90px;position:absolute;height:320px;border-radius:50%;background:rgba(255,255,254,.14);top:-120px;width:320px}
.action-para{z-index:2;position:relative}
.action-para h2{color:#fffffe;max-width:16ch}
.action-para p{margin-top:10px;color:rgba(255,255,254,.91);max-width:46ch}
.action-panel .press{position:relative;z-index:2}
.answers-unit{box-shadow:var(--sh-sm);border-radius:var(--radius-md);overflow:hidden;margin-bottom:14px;border:1px solid var(--edge);background:var(--sheet)}
.answers-unit summary{align-items:center;list-style:none;color:var(--copy);gap:16px;padding:20px 22px;font-family:var(--font-display);cursor:pointer;font-weight:800;display:flex;font-size:1.05rem;justify-content:space-between}
.answers-unit summary::-webkit-details-marker{display:none}
.answers-unit summary::after{width:30px;content:"+";transition:transform .25s ease;display:grid;font-size:1.2rem;border-radius:50%;place-items:center;color:var(--rose);background:var(--sheet-strong);flex:none;height:30px}
.answers-unit[open] summary::after{transform:rotate(45deg);color:#fffffe;background:var(--rose)}
.answers-resp{color:var(--copy-soft);padding:0 22px 20px}
.pretitle{margin-bottom:10px;color:var(--rose);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}
.nav-a{padding:9px 14px;font-weight:600;transition:background .18s,color .18s;font-size:.96rem;color:var(--copy);border-radius:var(--radius-pill)}
.nav-a:hover{background:var(--sheet-strong);color:var(--rose-hover)}
.nav-shine{align-items:center;display:inline-flex;font-weight:600;background:none;cursor:pointer;transition:background .18s ease,color .18s ease;position:relative;text-decoration:none;gap:7px;border:none;font-size:.96rem;border-radius:var(--radius-pill);color:var(--copy);padding:9px 12px}
.nav-shine:hover{background:var(--sheet-strong);color:var(--rose-hover)}
.nav-shine svg{height:20px;width:20px;color:var(--rose)}
.nav-shine:hover svg{color:var(--rose-hover)}
.nav-shine-para{white-space:nowrap}
.nav-shine .chat-tag{top:auto;right:auto;position:static}
.nav-shine-mobile{border:none;color:var(--copy);gap:9px;font-weight:600;align-items:center;background:none;font-size:15px;cursor:pointer;border-bottom:1px solid var(--edge);padding:14px 2px;width:100%;display:flex;text-align:left;text-decoration:none}
.nav-shine-mobile:hover{color:var(--rose-hover)}
.nav-shine-mobile svg{height:18px;width:18px;color:var(--rose)}

.tag-pill{border:1px solid var(--edge);letter-spacing:.06em;font-weight:700;box-shadow:var(--sh-sm);padding:8px 16px;color:var(--rose);border-radius:var(--radius-pill);background:var(--sheet);font-size:.82rem;align-items:center;gap:8px;display:inline-flex}
.tag-pill svg{height:16px;width:16px;color:var(--warm)}
.sidebar-mobile{max-width:320px;position:fixed;z-index:1100;background:var(--sheet);top:0;transition:right .3s ease;height:100vh;width:80%;right:-100%;box-shadow:-6px 0 30px rgba(43,35,47,.19);height:100dvh;padding:84px 22px 22px;overflow-y:auto}
.sidebar-mobile.current{right:0}
.sidebar-mobile nav{flex-direction:column;display:flex}
.sidebar-mobile a:not(.press){border-bottom:1px solid var(--edge);color:var(--copy);font-weight:600;font-size:15px;padding:14px 2px}
.sidebar-mobile a:not(.press):hover{color:var(--rose-hover)}
.sidebar-mobile a.press{margin-top:22px}

.main-bottombar{background:#2b232f;color:#d8d3de}
.main-bottombar .container{padding-block:56px 22px}
.main-bottombar a{color:#d8d3de}
.main-bottombar a:hover{color:#fffffe}
.band{padding-block:var(--section-y)}
.band-second{background:var(--sheet-strong)}

.container{max-width:var(--shell);padding-inline:var(--inset);margin-inline:auto}
.path a:hover{color:var(--rose-hover)}
.core-nav{margin-left:auto;gap:8px;display:flex;align-items:center}
.cityhall-title{font-family:var(--font-display);font-weight:800;margin-bottom:14px}
.cityhall-entry{align-items:flex-start;color:var(--copy-soft);gap:10px;font-size:.94rem;display:flex;margin-top:10px}
.cityhall-entry .needle{flex:none;color:var(--rose)}
.cityhall-entry .needle svg{height:16px;width:16px}
ul{list-style:none;margin:0;padding:0}
.notes-cityhall{border-radius:var(--radius-lg);box-shadow:var(--sh-md);padding:24px;border:1px solid rgba(255,255,254,.9);background:var(--sheet)}
.icon-done svg{stroke:none;fill:currentColor}
.schedule{margin-top:10px;display:grid;gap:4px}
p{margin:0}
/* Fil d'Ariane robot placé dans l'article SEO : neutraliser les styles de liste de l'article (grille, retrait, puce). */
.page-band .path{display:flex}.page-band .path li{padding-left:0}.page-band .path li::before{display:none}
.path li:not(:last-child)::after{content:"\00203a";margin-left:6px;color:var(--muted)}
.path a{color:var(--copy-soft)}

.request{background:#fffffe;border-radius:var(--radius-lg);box-shadow:var(--sh-md);border:1px solid rgba(255,255,254,.9);padding:clamp(24px,3vw,40px)}
.request-unit{display:grid;gap:7px;margin-bottom:18px}
.request-unit label{font-weight:700;font-size:.92rem}
.fld-entry{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.fld{width:100%;padding:13px 16px;border-radius:var(--radius-sm);border:1.5px solid var(--edge);background:var(--sheet-soft);font-family:inherit;font-size:1rem;color:var(--copy);transition:border-color .16s,box-shadow .16s}
.fld:focus{outline:none;border-color:var(--rose);box-shadow:0 0 0 3px rgba(238,76,148,.15)}
textarea.fld{min-height:140px;resize:vertical}
.request-mention{font-weight:700}
.request-mention-done{color:#30ae66}
.request-mention-closed{color:var(--rose-hover)}

.search-request{margin:0 auto;display:flex;gap:12px;background:#fffffe;padding:12px;border-radius:var(--radius-pill);box-shadow:var(--sh-md);border:1px solid rgba(255,255,254,.9)}
.search-request .fld{border:none;background:transparent;box-shadow:none;font-size:1.06rem}
.search-request .fld:focus{box-shadow:none}
.search-request+.region{margin-top:40px}

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

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

@media (max-width:980px){
  .profiles-layout{grid-template-columns:repeat(3,1fr)}
  .profile-layout{grid-template-columns:1fr}
  .profile-window{width:100%;max-width:380px;justify-self:start}
  .profile-sidebar{position:static}
  .page,.notes{grid-template-columns:1fr}
  .bottombar-layout{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .core-nav{display:none}
  .hamburger{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .sidebar-mobile,.nav-backdrop{display:none}
}
@media (max-width:600px){
  :root{--section-y:clamp(30px,7vw,48px)}
  .bottombar-layout,.fld-entry{grid-template-columns:1fr}
  .profiles-layout{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile-in{padding:16px 10px}
  .action-panel{flex-direction:column;align-items:stretch;padding:32px 24px}
  .action-panel .press{width:100%;white-space:normal}
  .search-request{flex-direction:column;border-radius:var(--radius-lg)}
  .search-request .press{width:100%}
  .band-profile{padding-top:0}
  .profile-window img{aspect-ratio:1/1;max-height:46vh}
  .profile-layout{margin-top:0}
  .profile-sidebar{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 .press{flex:1 1 auto}
  .profile-rail{display:none}
  .profile-infos{order:4}
  .profile-sidebar .tagline{order:5}
  .notes-infos{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .info{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .info-icon{width:34px;height:34px}
  .info-para{min-width:0}
  .info-para dd{font-size:.92rem;overflow-wrap:anywhere}
}
