:root{
  --u-blush-100:#fdf0f3;
  --u-blush-200:#f9dcea;
  --u-blush-300:#f7c4de;
  --u-blush-deep:#f2a5ca;
  --u-lilac:#e7e5f5;
  --u-lilac-alt:#dadbf6;

  --u-surface:#fdfffd;
  --u-surface-light:#fff6f9;
  --u-surface-alt:#feeaf0;

  --u-accent:#ec4e97;
  --u-accent-600:#e32d7e;
  --u-flush:#fd5d74;
  --u-flush-alt:#f94b61;
  --u-amber:#fb7a3a;
  --u-amber-alt:#f36a27;
  --u-heart:#ff4d5d;
  --u-indigo:#c6cef3;

  --u-copy:#2c2632;
  --u-copy-light:#6a6270;
  --u-quiet:#9993a1;
  --u-edge:#f4d6e6;

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

  --u-elev-sm:0 6px 16px -8px rgba(236,78,151,.37);
  --u-elev-md:0 18px 38px -18px rgba(236,78,151,.41);
  --u-elev-lg:0 30px 60px -24px rgba(227,45,126,.43);

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

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

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--u-ff);background:
    radial-gradient(1200px 700px at 85% -8%, var(--u-blush-300) 0%, rgba(247,196,222,.01) 55%),
    radial-gradient(900px 600px at -10% 8%, var(--u-lilac) 0%, rgba(231,229,245,.01) 55%),
    linear-gradient(180deg, var(--u-blush-100) 0%, var(--u-surface-light) 40%, var(--u-blush-100) 100%);background-attachment:fixed;margin:0;
  color:var(--u-copy);
  line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
.figure{display:flex;box-shadow:var(--u-elev-sm);padding:14px 16px;align-items:center;gap:12px;border-radius:var(--u-rnd-md);border:1px solid rgba(253,255,253,.92);background:var(--u-surface)}
.figure-ic{color:var(--u-accent);flex:none;place-items:center;display:grid;border-radius:12px;width:40px;height:40px;background:var(--u-surface-alt)}
.figure-ic svg{height:18px;width:18px}
.figure-para dt{text-transform:uppercase;font-size:.78rem;color:var(--u-quiet);letter-spacing:.05em}
.figure-para dd{font-family:var(--u-font-display);font-weight:800;margin:2px 0 0;font-size:.98rem}
.title-2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}

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

.widget-push{right:22px;border-radius:var(--u-rnd-lg);padding:20px;max-width:calc(100vw - 44px);z-index:80;box-shadow:var(--u-elev-lg);bottom:22px;background:#fdfffd;position:fixed;border:1px solid rgba(253,255,253,.92);width:300px}
.widget-close{padding:0;border-radius:50%;place-items:center;top:12px;right:12px;height:28px;color:var(--u-copy-light);border:none;display:grid;font-size:1.1rem;cursor:pointer;background:var(--u-surface-alt);line-height:1;position:absolute;width:28px}
.widget-close:hover{color:#fdfffd;background:var(--u-accent)}
.widget-label{font-family:var(--u-font-display);font-weight:800;font-size:1.04rem;padding-right:26px}
.widget-para{margin-top:4px;color:var(--u-copy-light);font-size:.86rem;margin-bottom:14px}
.widget-tab{border-radius:50%;cursor:pointer;border:none;background:linear-gradient(135deg,var(--u-accent),var(--u-flush));justify-content:center;display:none;box-shadow:var(--u-elev-lg);height:60px;z-index:80;width:60px;position:fixed;align-items:center;color:#fdfffd;right:22px;bottom:22px}
.widget-tab svg{height:26px;stroke:none;width:26px;fill:currentColor}
.profile-box{transition:transform .2s ease,box-shadow .2s ease;border-radius:var(--u-rnd-lg);overflow:hidden;position:relative;box-shadow:var(--u-elev-md);border:1px solid rgba(253,255,253,.92);background:var(--u-surface)}
.profile-box:hover{box-shadow:var(--u-elev-lg);transform:translateY(-6px)}
.profile-face{aspect-ratio:1/1;overflow:hidden;position:relative;background:linear-gradient(160deg,var(--u-blush-200),var(--u-lilac-alt))}
.profile-face img{object-fit:cover;height:100%;width:100%;display:block}
.profile-status{padding:5px 10px;gap:6px;font-weight:700;display:inline-flex;top:12px;box-shadow:var(--u-elev-sm);background:rgba(253,255,253,.92);z-index:2;left:12px;font-size:.72rem;color:#31ad67;align-items:center;border-radius:var(--u-rnd-pill);position:absolute}
.lead{font-size:1.06rem;color:var(--u-copy-light);margin-top:14px}

.push-box{color:#fdfffd;box-shadow:var(--u-elev-lg);display:flex;justify-content:space-between;overflow:hidden;flex-wrap:wrap;position:relative;background:linear-gradient(100deg,var(--u-accent-600),var(--u-flush) 60%,var(--u-amber));align-items:center;border-radius:var(--u-rnd-xl);gap:30px;padding:clamp(38px,5vw,64px)}
.push-shape{right:-90px;background:rgba(253,255,253,.13);top:-120px;position:absolute;height:320px;width:320px;border-radius:50%}
.push-para{z-index:2;position:relative}
.push-para h2{max-width:16ch;color:#fdfffd}
.push-para p{margin-top:10px;color:rgba(253,255,253,.92);max-width:46ch}
.push-box .action{z-index:2;position:relative}

.editorial{align-items:center;display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,4vw,56px)}
.editorial-para>p:not(.topline){font-size:1.04rem;margin-top:16px;color:var(--u-copy-light)}
.editorial-subtitle{font-family:var(--u-font-display);color:var(--u-accent-600);font-size:1.1rem;margin-top:22px;font-weight:800}
.profile-twinkle{cursor:pointer;border-radius:50%;width:36px;transition:transform .16s,background .16s,color .16s;z-index:2;height:36px;place-items:center;top:12px;position:absolute;right:12px;color:var(--u-flush);display:grid;border:none;box-shadow:var(--u-elev-sm);background:rgba(253,255,253,.92)}
.profile-twinkle svg{height:18px;width:18px}
.profile-twinkle:hover{transform:scale(1.08)}
.profile-twinkle.lit{background:var(--u-flush);color:#fdfffd}
.profile-twinkle.lit svg{fill:currentColor}
.profile-view-twinkle{height:46px;top:14px;width:46px;right:14px}
.profile-view-twinkle svg{height:21px;width:21px}
.profile-body{padding:16px 18px}
.profile-label{font-family:var(--u-font-display);font-weight:800;font-size:1.12rem}
.profile-label a{color:inherit;outline-offset:3px;text-decoration:none}
.profile-label a::after{inset:0;position:absolute;content:"";z-index:1}
.profile-label span{font-weight:600;color:var(--u-quiet)}
.profile-place{color:var(--u-copy-light);margin-top:4px;align-items:center;font-size:.88rem;display:flex;gap:6px}
.profile-place .tack svg{color:var(--u-accent);height:14px;width:14px}
.profile-thread{display:inline-flex;margin-top:12px;width:100%;position:relative;transition:transform .16s ease,box-shadow .16s ease;color:#fdfffd;box-shadow:var(--u-elev-sm);justify-content:center;gap:7px;align-items:center;padding:9px 14px;background:linear-gradient(135deg,var(--u-accent),var(--u-flush));font-weight:700;z-index:2;border-radius:var(--u-rnd-pill);font-size:.9rem}
.profile-thread svg{height:16px;width:16px}
.profile-thread:hover{transform:translateY(-1px);box-shadow:var(--u-elev-md)}
.profile-layout{margin-top:22px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(24px,4vw,52px);display:grid}
.profile-side{min-width:0}
.profile-view{margin:0;background:linear-gradient(160deg,var(--u-blush-200),var(--u-lilac-alt));position:relative;border-radius:var(--u-rnd-lg);box-shadow:var(--u-elev-md);overflow:hidden}
.profile-view img{aspect-ratio:4/5;display:block;object-fit:cover;height:auto;width:100%}
.profile-arrows{color:var(--u-accent-600);background:rgba(253,255,253,.92);border-radius:50%;box-shadow:var(--u-elev-md);cursor:pointer;top:50%;transform:translateY(-50%);transition:transform .15s ease,background .15s ease;place-items:center;z-index:2;width:44px;border:none;display:grid;position:absolute;height:44px}
.profile-arrows:hover{transform:translateY(-50%) scale(1.07);background:#fdfffd}
.profile-arrows svg{width:22px;height:22px}
.profile-back{left:12px}
.profile-right{right:12px}
.profile-rail{margin-top:12px;gap:10px;flex-wrap:wrap;display:flex}
.profile-cell{aspect-ratio:3/4;border:2px solid transparent;box-shadow:var(--u-elev-sm);flex:0 0 auto;background:var(--u-surface-alt);overflow:hidden;width:72px;border-radius:var(--u-rnd-sm);transition:transform .15s ease,border-color .15s ease;padding:0;cursor:pointer}
.profile-cell img{width:100%;height:100%;display:block;object-fit:cover}
.profile-cell:hover{transform:translateY(-2px)}
.profile-cell.lit{border-color:var(--u-accent)}
.profile-sidebar{position:sticky;top:96px}
.profile-top{display:flex;margin-top:14px;align-items:center;gap:12px;flex-wrap:wrap}
.profile-top .status-pill{flex:none}
.profile-lead{font-family:var(--u-font-display);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.3rem);line-height:1.1}
.profile-lead span{font-weight:600;font-size:.62em;color:var(--u-quiet)}
.profile-small{color:var(--u-copy-light);gap:7px;margin-top:10px;align-items:center;font-size:1.02rem;display:flex}
.profile-small .tack svg{color:var(--u-accent);width:18px;height:18px}
.profile-small a{text-decoration:none;font-weight:600;color:var(--u-accent-600);border-bottom:1px solid transparent;transition:border-color .15s ease}
.profile-small a:hover{border-bottom-color:currentColor}
.profile-figures{gap:8px;flex-wrap:wrap;display:flex;margin-top:16px}
.profile-sidebar .lead{margin-top:18px}
.profile-items{gap:12px;flex-wrap:wrap;display:flex;margin-top:24px}
.title,.links-a,.sidebar-mob a,.action,.breadcrumb a,.app-tail a,.local-links a,.profile-thread{text-decoration:none}
.times{margin-top:10px;display:grid;gap:4px}
.links-a{color:var(--u-copy);font-weight:600;padding:9px 14px;font-size:.96rem;transition:background .18s,color .18s;border-radius:var(--u-rnd-pill)}
.links-a:hover{color:var(--u-accent-600);background:var(--u-surface-alt)}
.links-twinkle{text-decoration:none;font-weight:600;display:inline-flex;gap:7px;align-items:center;border:none;border-radius:var(--u-rnd-pill);cursor:pointer;background:none;position:relative;font-size:.96rem;transition:background .18s ease,color .18s ease;padding:9px 12px;color:var(--u-copy)}
.links-twinkle:hover{background:var(--u-surface-alt);color:var(--u-accent-600)}
.links-twinkle svg{height:20px;width:20px;color:var(--u-accent)}
.links-twinkle:hover svg{color:var(--u-accent-600)}
.links-twinkle-para{white-space:nowrap}
.links-twinkle .thread-status{top:auto;right:auto;position:static}
.links-twinkle-mob{color:var(--u-copy);align-items:center;font-weight:600;display:flex;background:none;cursor:pointer;width:100%;gap:9px;border:none;border-bottom:1px solid var(--u-edge);text-align:left;padding:14px 2px;text-decoration:none;font-size:15px}
.links-twinkle-mob:hover{color:var(--u-accent-600)}
.links-twinkle-mob svg{color:var(--u-accent);height:18px;width:18px}

.profiles-layout{grid-template-columns:repeat(4,1fr);display:grid;gap:22px}
button{font-family:inherit}
.title{color:var(--u-copy);gap:11px;font-family:var(--u-font-display);align-items:center;letter-spacing:-.02em;display:flex;font-weight:800;font-size:1.28rem}
.title:hover{color:var(--u-copy)}
.title-icon{display:inline-flex;border-radius:14px;justify-content:center;width:42px;flex-shrink:0;background:linear-gradient(135deg,var(--u-accent),var(--u-flush) 55%,var(--u-amber));box-shadow:0 8px 18px -8px rgba(236,78,151,.8);align-items:center;color:#fdfffd;height:42px}
.title-icon svg{width:22px;height:22px}

.thread-status{line-height:1;font-size:.72rem;top:-3px;height:22px;right:-3px;font-weight:800;color:#fdfffd;box-shadow:var(--u-elev-sm);padding:0 6px;min-width:22px;display:grid;border-radius:var(--u-rnd-pill);background:var(--u-heart);place-items:center;position:absolute;border:2px solid var(--u-surface)}
.thread-status[hidden]{display:none}
.body-links{align-items:center;margin-left:auto;display:flex;gap:8px}

.page-feature{padding-block:clamp(40px,6vw,80px) 20px}
.page-feature h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.page-feature p{margin:16px auto 0;font-size:1.08rem;color:var(--u-copy-light)}
.hl{background:linear-gradient(92deg,var(--u-accent),var(--u-flush) 60%,var(--u-amber));-webkit-background-clip:text;color:transparent;background-clip:text}
h1,h2,h3,h4{margin:0;letter-spacing:-.01em;color:var(--u-copy);line-height:1.12;font-family:var(--u-font-display)}

.inner{margin-inline:auto;max-width:var(--u-maxw);padding-inline:var(--u-gutter)}
.breadcrumb a:hover{color:var(--u-accent-600)}
.breadcrumb{color:var(--u-quiet);margin-bottom:14px;display:flex;font-size:.86rem;justify-content:flex-start;flex-wrap:wrap;gap:6px}

.local{gap:32px;display:flex;flex-direction:column}
.local-set h2{margin-bottom:16px;font-size:1.15rem;color:var(--u-copy);font-weight:800}
.local-links{gap:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}
.local-links a{border:1px solid var(--u-edge);align-items:center;background:var(--u-surface);box-shadow:var(--u-elev-sm);border-radius:var(--u-rnd-md);color:var(--u-copy);padding:13px 16px;gap:10px;font-size:.92rem;justify-content:space-between;display:flex;transition:transform .14s,box-shadow .14s,color .14s;font-weight:600}
.local-links a:hover{transform:translateY(-3px);box-shadow:var(--u-elev-md);color:var(--u-accent-600)}
.local-links a .tack{color:var(--u-accent);display:grid;flex:none;place-items:center}
.local-links a .tack svg{width:16px;height:16px}
p{margin:0}
.round{font-size:.6rem;color:#31ad67;line-height:1}

.app-tail{background:#2c2632;color:#d6d0dd}
.app-tail .inner{padding-block:56px 22px}
.app-tail a{color:#d6d0dd}
.app-tail a:hover{color:#fdfffd}
.section{padding-block:var(--u-block-y)}
.section-second{background:var(--u-surface-alt)}
.section-head{text-align:center;max-width:640px;margin:0 auto 44px}
svg{display:block}
.topline{font-weight:800;font-size:.8rem;margin-bottom:10px;letter-spacing:.1em;color:var(--u-accent);text-transform:uppercase}

.action{
  justify-content:center;text-align:center;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
  align-items:center;border:1.5px solid transparent;padding:14px 26px;cursor:pointer;
  border-radius:var(--u-rnd-pill);font-size:1rem;white-space:nowrap;gap:9px;
  display:inline-flex;
}
.action svg{height:18px;width:18px}
.action-mini{padding:10px 18px;font-size:.9rem}
.action-big{font-size:1.06rem;padding:17px 32px}
.action-wide{width:100%}
.action-cta{box-shadow:0 14px 26px -12px rgba(249,75,97,.73);color:#fdfffd;background:linear-gradient(95deg,var(--u-amber),var(--u-flush) 55%,var(--u-accent))}
.action-cta:hover{box-shadow:0 20px 34px -12px rgba(249,75,97,.83);color:#fdfffd;transform:translateY(-2px)}
.action-secondary{border-color:var(--u-edge);background:var(--u-surface);color:var(--u-accent)}
.action-secondary:hover{transform:translateY(-2px);color:var(--u-accent-600);background:var(--u-surface-alt)}
.action-plain{background:#fdfffd;color:var(--u-accent-600)}
.action-plain:hover{transform:translateY(-2px);box-shadow:var(--u-elev-md);color:var(--u-accent-600)}

.hamburger{cursor:pointer;flex-direction:column;padding:6px;display:none;border:none;z-index:1105;background:none;gap:5px}
.hamburger span{height:3px;background:var(--u-copy);display:block;border-radius:2px;width:26px;transition:transform .3s ease,opacity .3s ease}
.hamburger.shown span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.hamburger.shown span:nth-child(2){opacity:0}
.hamburger.shown span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
.benefits-items{gap:10px;display:grid;margin-top:14px}
.benefits-items li{color:var(--u-copy);padding-left:24px;position:relative}
.benefits-items li::before{left:0;height:10px;top:.5em;border-radius:50%;position:absolute;content:"";background:var(--u-flush);width:10px}
.geo-box{overflow:hidden;border-radius:var(--u-rnd-lg);box-shadow:var(--u-elev-md);aspect-ratio:4/3;position:relative;border:1px solid rgba(253,255,253,.92);background:var(--u-lilac)}
.geo-box.geo-lazy{cursor:pointer}
.geo-placeholder{position:absolute;background:linear-gradient(160deg,var(--u-lilac-alt),var(--u-surface-alt));inset:0;place-items:center;padding:20px;text-align:center;gap:10px;display:grid}
.geo-placeholder p{font-weight:700;color:var(--u-copy)}
.geo-tack{filter:drop-shadow(0 10px 12px rgba(249,75,97,.49));color:var(--u-flush)}
.geo-tack svg{stroke:none;width:40px;fill:currentColor;height:40px}
.geo-box iframe{position:absolute;height:100%;width:100%;inset:0;border:0}
.geo-box.is-live .geo-placeholder{display:none}
:focus-visible{outline:3px solid var(--u-accent);outline-offset:2px;border-radius:6px}
.editorial-para .action{margin-top:26px}
figure{margin:0}
.tail-layout{gap:40px;grid-template-columns:1.6fr 1fr 1fr;display:grid}
.tail-title{font-family:var(--u-font-display);display:flex;gap:10px;color:#fdfffd;font-weight:800;margin-bottom:12px;align-items:center;font-size:1.2rem}
.tail-side>p:not(.tail-label){font-size:.94rem;color:#ab9daf;max-width:34ch}
.tail-label{color:#fdfffd;margin-bottom:14px;font-size:1rem;font-weight:800}
.tail-links{font-size:.94rem;display:grid;gap:10px}

.editorial-section h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.editorial-section h2{font-size:1.35rem;margin-top:34px;color:var(--u-accent-600);font-weight:800}
.editorial-section p{margin-top:14px;color:var(--u-copy-light);font-size:1.04rem}
.editorial-section p a{font-weight:600}
.editorial-section ul{display:grid;margin-top:14px;gap:10px}
.editorial-section li{position:relative;color:var(--u-copy-light);padding-left:24px}
.editorial-section li::before{border-radius:50%;background:var(--u-flush);content:"";width:10px;position:absolute;height:10px;left:0;top:.5em}
.editorial-help>.inner>h2{text-align:center;margin-bottom:28px}
::selection{background:rgba(236,78,151,.24)}
.credits{font-size:.86rem;margin-top:34px;border-top:1px solid rgba(253,255,253,.08);padding-top:22px;color:#ab9daf}
.when{display:flex;gap:12px;font-size:.9rem;justify-content:space-between;color:var(--u-copy-light)}

.app-banner{z-index:60;background:var(--u-surface);position:sticky;border-bottom:1px solid var(--u-edge);top:0}
.app-banner-body{align-items:center;justify-content:space-between;display:flex;padding-block:12px;min-height:74px;gap:20px}
.town-hall-label{font-family:var(--u-font-display);font-weight:800;margin-bottom:14px}
.town-hall-row{margin-top:10px;color:var(--u-copy-light);display:flex;align-items:flex-start;gap:10px;font-size:.94rem}
.town-hall-row .tack{flex:none;color:var(--u-accent)}
.town-hall-row .tack svg{height:16px;width:16px}

.info{display:grid;align-items:start;gap:clamp(28px,4vw,48px);grid-template-columns:1.2fr 1fr}
.info-figures{grid-template-columns:1fr 1fr;gap:16px;display:grid}
.ic-lit svg{stroke:none;fill:currentColor}
.help-cell{box-shadow:var(--u-elev-sm);overflow:hidden;border-radius:var(--u-rnd-md);background:var(--u-surface);border:1px solid var(--u-edge);margin-bottom:14px}
.help-cell summary{font-family:var(--u-font-display);display:flex;padding:20px 22px;color:var(--u-copy);list-style:none;cursor:pointer;align-items:center;font-weight:800;justify-content:space-between;gap:16px;font-size:1.05rem}
.help-cell summary::-webkit-details-marker{display:none}
.help-cell summary::after{background:var(--u-surface-alt);display:grid;border-radius:50%;font-size:1.2rem;width:30px;place-items:center;height:30px;flex:none;content:"+";transition:transform .25s ease;color:var(--u-accent)}
.help-cell[open] summary::after{color:#fdfffd;transform:rotate(45deg);background:var(--u-accent)}
.help-reply{padding:0 22px 20px;color:var(--u-copy-light)}
ul{margin:0;list-style:none;padding:0}
.links-veil{z-index:1090;transition:opacity .3s ease;position:fixed;visibility:hidden;inset:0;opacity:0;background:rgba(44,38,50,.49)}
.links-veil.shown{visibility:visible;opacity:1}
.sidebar-mob{box-shadow:-6px 0 30px rgba(44,38,50,.19);width:80%;padding:84px 22px 22px;position:fixed;height:100vh;transition:right .3s ease;z-index:1100;top:0;right:-100%;background:var(--u-surface);height:100dvh;overflow-y:auto;max-width:320px}
.sidebar-mob.shown{right:0}
.sidebar-mob nav{display:flex;flex-direction:column}
.sidebar-mob a:not(.action){padding:14px 2px;font-weight:600;border-bottom:1px solid var(--u-edge);font-size:15px;color:var(--u-copy)}
.sidebar-mob a:not(.action):hover{color:var(--u-accent-600)}
.sidebar-mob a.action{margin-top:22px}
.info-town-hall{box-shadow:var(--u-elev-md);border-radius:var(--u-rnd-lg);background:var(--u-surface);border:1px solid rgba(253,255,253,.92);padding:24px}
/* Fil d'Ariane robot placé dans l'article SEO : neutraliser les styles de liste de l'article (grille, retrait, puce). */
.editorial-section .breadcrumb{display:flex}.editorial-section .breadcrumb li{padding-left:0}.editorial-section .breadcrumb li::before{display:none}
.breadcrumb li:not(:last-child)::after{content:"\00203a";margin-left:6px;color:var(--u-quiet)}
.breadcrumb a{color:var(--u-copy-light)}

.contact{background:#fdfffd;border-radius:var(--u-rnd-lg);box-shadow:var(--u-elev-md);border:1px solid rgba(253,255,253,.92);padding:clamp(24px,3vw,40px)}
.contact-cell{display:grid;gap:7px;margin-bottom:18px}
.contact-cell label{font-weight:700;font-size:.92rem}
.input-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.input{width:100%;padding:13px 16px;border-radius:var(--u-rnd-sm);border:1.5px solid var(--u-edge);background:var(--u-surface-light);font-family:inherit;font-size:1rem;color:var(--u-copy);transition:border-color .16s,box-shadow .16s}
.input:focus{outline:none;border-color:var(--u-accent);box-shadow:0 0 0 3px rgba(236,78,151,.15)}
textarea.input{min-height:140px;resize:vertical}
.contact-small{font-weight:700}
.contact-small-lit{color:#31ad67}
.contact-small-off{color:var(--u-accent-600)}

.seek-contact{margin:0 auto;display:flex;gap:12px;background:#fdfffd;padding:12px;border-radius:var(--u-rnd-pill);box-shadow:var(--u-elev-md);border:1px solid rgba(253,255,253,.92)}
.seek-contact .input{border:none;background:transparent;box-shadow:none;font-size:1.06rem}
.seek-contact .input:focus{box-shadow:none}
.seek-contact+.local{margin-top:40px}

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

.placeholder{text-align:center;padding-block:clamp(60px,10vw,140px)}
.placeholder-rank{font-family:var(--u-font-display);font-weight:800;font-size:clamp(6rem,20vw,13rem);line-height:.9}
.placeholder-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-view{width:100%;max-width:380px;justify-self:start}
  .profile-sidebar{position:static}
  .editorial,.info{grid-template-columns:1fr}
  .tail-layout{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .body-links{display:none}
  .hamburger{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .sidebar-mob,.links-veil{display:none}
}
@media (max-width:600px){
  :root{--u-block-y:clamp(30px,7vw,48px)}
  .tail-layout,.input-row{grid-template-columns:1fr}
  .profiles-layout{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile-body{padding:16px 10px}
  .push-box{flex-direction:column;align-items:stretch;padding:32px 24px}
  .push-box .action{width:100%;white-space:normal}
  .seek-contact{flex-direction:column;border-radius:var(--u-rnd-lg)}
  .seek-contact .action{width:100%}
  .section-profile{padding-top:0}
  .profile-view img{aspect-ratio:1/1;max-height:46vh}
  .profile-layout{margin-top:0}
  .profile-sidebar{display:flex;flex-direction:column;margin-top:14px}
  .profile-top{order:1;margin-top:0}
  .profile-small{order:2}
  .profile-items{order:3;margin-top:16px;gap:10px}
  .profile-items .action{flex:1 1 auto}
  .profile-rail{display:none}
  .profile-figures{order:4}
  .profile-sidebar .lead{order:5}
  .info-figures{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .figure{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .figure-ic{width:34px;height:34px}
  .figure-para{min-width:0}
  .figure-para dd{font-size:.92rem;overflow-wrap:anywhere}
}
