:root{
  --ui-blush-100:#fceff3;
  --ui-blush-200:#fbdee7;
  --ui-blush-300:#fac5db;
  --ui-blush-deep:#f3a7c7;
  --ui-wisteria:#ebe6f7;
  --ui-wisteria-strong:#dbddf8;

  --ui-card:#fffeff;
  --ui-card-tint:#fef6fa;
  --ui-card-strong:#feeaf1;

  --ui-rose:#ee5097;
  --ui-rose-deep:#e02e7c;
  --ui-salmon:#fb5d76;
  --ui-salmon-strong:#f84c62;
  --ui-amber:#fd7b3c;
  --ui-amber-strong:#f66c26;
  --ui-crimson:#ff4c5e;
  --ui-periwinkle:#c5ccf3;

  --ui-copy:#2b2730;
  --ui-copy-tint:#6a6470;
  --ui-muted:#9b93a0;
  --ui-divider:#f4d7e2;

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

  --ui-shade-sm:0 6px 16px -8px rgba(238,80,151,.33);
  --ui-shade-md:0 18px 38px -18px rgba(238,80,151,.4);
  --ui-shade-lg:0 30px 60px -24px rgba(224,46,124,.43);

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

  --ui-container:1200px;
  --ui-inset:24px;
  --ui-sy:clamp(56px,7vw,104px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:var(--ui-type);color:var(--ui-copy);background:
    radial-gradient(1200px 700px at 85% -8%, var(--ui-blush-300) 0%, rgba(250,197,219,.01) 55%),
    radial-gradient(900px 600px at -10% 8%, var(--ui-wisteria) 0%, rgba(235,230,247,.01) 55%),
    linear-gradient(180deg, var(--ui-blush-100) 0%, var(--ui-card-tint) 40%, var(--ui-blush-100) 100%);margin:0;
  -webkit-font-smoothing:antialiased;
  line-height:1.6;background-attachment:fixed;
}
img{max-width:100%;display:block}
.copyright{margin-top:34px;border-top:1px solid rgba(255,254,255,.08);font-size:.86rem;color:#aa9daf;padding-top:22px}
.faq-cell{background:var(--ui-card);box-shadow:var(--ui-shade-sm);border-radius:var(--ui-ro-md);margin-bottom:14px;border:1px solid var(--ui-divider);overflow:hidden}
.faq-cell summary{cursor:pointer;padding:20px 22px;gap:16px;font-family:var(--ui-display);align-items:center;color:var(--ui-copy);font-weight:800;list-style:none;display:flex;font-size:1.05rem;justify-content:space-between}
.faq-cell summary::-webkit-details-marker{display:none}
.faq-cell summary::after{transition:transform .25s ease;border-radius:50%;flex:none;font-size:1.2rem;width:30px;content:"+";height:30px;display:grid;place-items:center;color:var(--ui-rose);background:var(--ui-card-strong)}
.faq-cell[open] summary::after{color:#fffeff;transform:rotate(45deg);background:var(--ui-rose)}
.faq-reply{padding:0 22px 20px;color:var(--ui-copy-tint)}
.nav-entry{transition:background .18s,color .18s;padding:9px 14px;font-weight:600;color:var(--ui-copy);border-radius:var(--ui-ro-pill);font-size:.96rem}
.nav-entry:hover{color:var(--ui-rose-deep);background:var(--ui-card-strong)}
.nav-shine{background:none;align-items:center;border:none;border-radius:var(--ui-ro-pill);transition:background .18s ease,color .18s ease;cursor:pointer;text-decoration:none;gap:7px;color:var(--ui-copy);display:inline-flex;font-weight:600;font-size:.96rem;position:relative;padding:9px 12px}
.nav-shine:hover{color:var(--ui-rose-deep);background:var(--ui-card-strong)}
.nav-shine svg{width:20px;color:var(--ui-rose);height:20px}
.nav-shine:hover svg{color:var(--ui-rose-deep)}
.nav-shine__text{white-space:nowrap}
.nav-shine .thread-marker{top:auto;right:auto;position:static}
.nav-shine-mobile{display:flex;font-weight:600;color:var(--ui-copy);padding:14px 2px;text-align:left;border:none;text-decoration:none;font-size:15px;width:100%;border-bottom:1px solid var(--ui-divider);align-items:center;gap:9px;cursor:pointer;background:none}
.nav-shine-mobile:hover{color:var(--ui-rose-deep)}
.nav-shine-mobile svg{width:18px;color:var(--ui-rose);height:18px}

.profiles-row{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.town-hall-heading{font-family:var(--ui-display);font-weight:800;margin-bottom:14px}
.town-hall-line{color:var(--ui-copy-tint);margin-top:10px;gap:10px;align-items:flex-start;font-size:.94rem;display:flex}
.town-hall-line .locator{flex:none;color:var(--ui-rose)}
.town-hall-line .locator svg{height:16px;width:16px}

.float-call{position:fixed;box-shadow:var(--ui-shade-lg);z-index:80;border-radius:var(--ui-ro-lg);border:1px solid rgba(255,254,255,.9);background:#fffeff;right:22px;max-width:calc(100vw - 44px);padding:20px;bottom:22px;width:300px}
.float-close{color:var(--ui-copy-tint);background:var(--ui-card-strong);position:absolute;width:28px;top:12px;place-items:center;height:28px;cursor:pointer;display:grid;right:12px;line-height:1;font-size:1.1rem;padding:0;border-radius:50%;border:none}
.float-close:hover{background:var(--ui-rose);color:#fffeff}
.float-heading{font-family:var(--ui-display);font-weight:800;font-size:1.04rem;padding-right:26px}
.float-text{font-size:.86rem;color:var(--ui-copy-tint);margin-top:4px;margin-bottom:14px}
.float-trigger{box-shadow:var(--ui-shade-lg);color:#fffeff;z-index:80;position:fixed;right:22px;width:60px;bottom:22px;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--ui-rose),var(--ui-salmon));border-radius:50%;display:none;height:60px;border:none;cursor:pointer}
.float-trigger svg{height:26px;stroke:none;fill:currentColor;width:26px}
.intro-head{max-width:640px;margin:0 auto 44px;text-align:center}
.profile-panel{box-shadow:var(--ui-shade-md);transition:transform .2s ease,box-shadow .2s ease;background:var(--ui-card);position:relative;overflow:hidden;border-radius:var(--ui-ro-lg);border:1px solid rgba(255,254,255,.9)}
.profile-panel:hover{box-shadow:var(--ui-shade-lg);transform:translateY(-6px)}
.profile__face{aspect-ratio:1/1;overflow:hidden;position:relative;background:linear-gradient(160deg,var(--ui-blush-200),var(--ui-wisteria-strong))}
.profile__face img{width:100%;display:block;object-fit:cover;height:100%}
.profile__marker{display:inline-flex;background:rgba(255,254,255,.93);align-items:center;gap:6px;top:12px;position:absolute;z-index:2;padding:5px 10px;box-shadow:var(--ui-shade-sm);font-weight:700;left:12px;color:#2daf67;font-size:.72rem;border-radius:var(--ui-ro-pill)}
p{margin:0}
.opening{gap:4px;display:grid;margin-top:10px}
::selection{background:rgba(238,80,151,.23)}
.sidebar-mobile{top:0;background:var(--ui-card);right:-100%;position:fixed;width:80%;max-width:320px;box-shadow:-6px 0 30px rgba(43,39,48,.19);z-index:1100;height:100vh;height:100dvh;padding:84px 22px 22px;overflow-y:auto;transition:right .3s ease}
.sidebar-mobile.active{right:0}
.sidebar-mobile nav{display:flex;flex-direction:column}
.sidebar-mobile a:not(.press){color:var(--ui-copy);font-weight:600;padding:14px 2px;font-size:15px;border-bottom:1px solid var(--ui-divider)}
.sidebar-mobile a:not(.press):hover{color:var(--ui-rose-deep)}
.sidebar-mobile a.press{margin-top:22px}
figure{margin:0}
button{font-family:inherit}
.profile__shine{display:grid;transition:transform .16s,background .16s,color .16s;border-radius:50%;color:var(--ui-salmon);box-shadow:var(--ui-shade-sm);background:rgba(255,254,255,.93);z-index:2;place-items:center;position:absolute;height:36px;cursor:pointer;top:12px;right:12px;width:36px;border:none}
.profile__shine svg{height:18px;width:18px}
.profile__shine:hover{transform:scale(1.08)}
.profile__shine.on{color:#fffeff;background:var(--ui-salmon)}
.profile__shine.on svg{fill:currentColor}
.profile-frame__shine{height:46px;top:14px;right:14px;width:46px}
.profile-frame__shine svg{width:21px;height:21px}
.profile__core{padding:16px 18px}
.profile__heading{font-family:var(--ui-display);font-weight:800;font-size:1.12rem}
.profile__heading a{text-decoration:none;outline-offset:3px;color:inherit}
.profile__heading a::after{inset:0;z-index:1;content:"";position:absolute}
.profile__heading span{color:var(--ui-muted);font-weight:600}
.profile__addr{margin-top:4px;align-items:center;gap:6px;color:var(--ui-copy-tint);font-size:.88rem;display:flex}
.profile__addr .locator svg{width:14px;height:14px;color:var(--ui-rose)}
.profile__thread{transition:transform .16s ease,box-shadow .16s ease;border-radius:var(--ui-ro-pill);font-weight:700;font-size:.9rem;margin-top:12px;padding:9px 14px;color:#fffeff;display:inline-flex;align-items:center;background:linear-gradient(135deg,var(--ui-rose),var(--ui-salmon));gap:7px;box-shadow:var(--ui-shade-sm);position:relative;z-index:2;justify-content:center;width:100%}
.profile__thread svg{width:16px;height:16px}
.profile__thread:hover{box-shadow:var(--ui-shade-md);transform:translateY(-1px)}
.profile-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,52px);align-items:start;margin-top:22px}
.profile-side{min-width:0}
.profile-frame{position:relative;background:linear-gradient(160deg,var(--ui-blush-200),var(--ui-wisteria-strong));box-shadow:var(--ui-shade-md);overflow:hidden;border-radius:var(--ui-ro-lg);margin:0}
.profile-frame img{object-fit:cover;aspect-ratio:4/5;display:block;width:100%;height:auto}
.profile-arrows{border-radius:50%;cursor:pointer;color:var(--ui-rose-deep);position:absolute;transition:transform .15s ease,background .15s ease;box-shadow:var(--ui-shade-md);display:grid;z-index:2;transform:translateY(-50%);width:44px;border:none;place-items:center;top:50%;height:44px;background:rgba(255,254,255,.93)}
.profile-arrows:hover{transform:translateY(-50%) scale(1.07);background:#fffeff}
.profile-arrows svg{width:22px;height:22px}
.profile-left{left:12px}
.profile-fwd{right:12px}
.profile-band{gap:10px;margin-top:12px;flex-wrap:wrap;display:flex}
.profile-cell{box-shadow:var(--ui-shade-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,border-color .15s ease;width:72px;border-radius:var(--ui-ro-sm);padding:0;background:var(--ui-card-strong);aspect-ratio:3/4;flex:0 0 auto}
.profile-cell img{object-fit:cover;height:100%;display:block;width:100%}
.profile-cell:hover{transform:translateY(-2px)}
.profile-cell.on{border-color:var(--ui-rose)}
.profile-sidebar{position:sticky;top:96px}
.profile-head{gap:12px;flex-wrap:wrap;margin-top:14px;display:flex;align-items:center}
.profile-head .marker-tag{flex:none}
.profile-lead{font-family:var(--ui-display);font-weight:800;line-height:1.1;font-size:clamp(1.7rem,3.2vw,2.3rem)}
.profile-lead span{font-weight:600;font-size:.62em;color:var(--ui-muted)}
.profile-mention{margin-top:10px;align-items:center;gap:7px;font-size:1.02rem;display:flex;color:var(--ui-copy-tint)}
.profile-mention .locator svg{height:18px;color:var(--ui-rose);width:18px}
.profile-mention a{text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:border-color .15s ease;color:var(--ui-rose-deep)}
.profile-mention a:hover{border-bottom-color:currentColor}
.profile-metrics{gap:8px;flex-wrap:wrap;margin-top:16px;display:flex}
.profile-sidebar .lead{margin-top:18px}
.profile-set{flex-wrap:wrap;margin-top:24px;display:flex;gap:12px}
.metric{display:flex;background:var(--ui-card);box-shadow:var(--ui-shade-sm);border-radius:var(--ui-ro-md);padding:14px 16px;gap:12px;align-items:center;border:1px solid rgba(255,254,255,.9)}
.metric-ic{border-radius:12px;width:40px;color:var(--ui-rose);display:grid;background:var(--ui-card-strong);place-items:center;flex:none;height:40px}
.metric-ic svg{width:18px;height:18px}
.metric-text dt{font-size:.78rem;letter-spacing:.05em;color:var(--ui-muted);text-transform:uppercase}
.metric-text dd{font-family:var(--ui-display);font-weight:800;font-size:.98rem;margin:2px 0 0}

.content{align-items:center;gap:clamp(28px,4vw,56px);display:grid;grid-template-columns:1fr 1fr}
.content__text>p:not(.pretitle){margin-top:16px;color:var(--ui-copy-tint);font-size:1.04rem}
.content__deck{font-family:var(--ui-display);margin-top:22px;color:var(--ui-rose-deep);font-size:1.1rem;font-weight:800}
.assets-set{gap:10px;display:grid;margin-top:14px}
.assets-set li{color:var(--ui-copy);padding-left:24px;position:relative}
.assets-set li::before{content:"";left:0;background:var(--ui-salmon);border-radius:50%;top:.5em;height:10px;position:absolute;width:10px}
.breadcrumb{font-size:.86rem;margin-bottom:14px;color:var(--ui-muted);gap:6px;display:flex;flex-wrap:wrap;justify-content:flex-start}

.container{margin-inline:auto;padding-inline:var(--ui-inset);max-width:var(--ui-container)}
ul{margin:0;padding:0;list-style:none}
.when{gap:12px;color:var(--ui-copy-tint);display:flex;font-size:.9rem;justify-content:space-between}
.pretitle{font-weight:800;letter-spacing:.1em;font-size:.8rem;margin-bottom:10px;color:var(--ui-rose);text-transform:uppercase}
svg{display:block}
.pop{background:linear-gradient(92deg,var(--ui-rose),var(--ui-salmon) 60%,var(--ui-amber));-webkit-background-clip:text;background-clip:text;color:transparent}
.specs-town-hall{border-radius:var(--ui-ro-lg);border:1px solid rgba(255,254,255,.9);background:var(--ui-card);padding:24px;box-shadow:var(--ui-shade-md)}
.body-nav{margin-left:auto;align-items:center;display:flex;gap:8px}

.marker-tag{background:var(--ui-card);border:1px solid var(--ui-divider);letter-spacing:.06em;font-weight:700;display:inline-flex;border-radius:var(--ui-ro-pill);font-size:.82rem;align-items:center;padding:8px 16px;box-shadow:var(--ui-shade-sm);color:var(--ui-rose);gap:8px}
.marker-tag svg{color:var(--ui-salmon);width:16px;height:16px}

.specs{display:grid;gap:clamp(28px,4vw,48px);grid-template-columns:1.2fr 1fr;align-items:start}
.specs-metrics{grid-template-columns:1fr 1fr;display:grid;gap:16px}
.zone{padding-block:var(--ui-sy)}
.zone--inv{background:var(--ui-card-strong)}

.view-intro{padding-block:clamp(40px,6vw,80px) 20px}
.view-intro h1{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:800}
.view-intro p{color:var(--ui-copy-tint);margin:16px auto 0;font-size:1.08rem}

.content-zone h1{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800}
.content-zone h2{color:var(--ui-rose-deep);font-size:1.35rem;margin-top:34px;font-weight:800}
.content-zone p{color:var(--ui-copy-tint);font-size:1.04rem;margin-top:14px}
.content-zone p a{font-weight:600}
.content-zone ul{gap:10px;margin-top:14px;display:grid}
.content-zone li{padding-left:24px;color:var(--ui-copy-tint);position:relative}
.content-zone li::before{background:var(--ui-salmon);position:absolute;height:10px;width:10px;content:"";border-radius:50%;left:0;top:.5em}
.content-faq>.container>h2{margin-bottom:28px;text-align:center}
.ic-on svg{stroke:none;fill:currentColor}
.content__text .press{margin-top:26px}

.burger{display:none;padding:6px;z-index:1105;border:none;background:none;flex-direction:column;gap:5px;cursor:pointer}
.burger span{border-radius:2px;width:26px;height:3px;display:block;background:var(--ui-copy);transition:transform .3s ease,opacity .3s ease}
.burger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}
h1,h2,h3,h4{color:var(--ui-copy);letter-spacing:-.01em;line-height:1.12;font-family:var(--ui-display);margin:0}

.site-topbar{position:sticky;background:var(--ui-card);z-index:60;border-bottom:1px solid var(--ui-divider);top:0}
.site-topbar__core{padding-block:12px;align-items:center;min-height:74px;display:flex;justify-content:space-between;gap:20px}
.lead{font-size:1.06rem;margin-top:14px;color:var(--ui-copy-tint)}
.title,.nav-entry,.sidebar-mobile a,.press,.breadcrumb a,.site-foot a,.around-links a,.profile__thread{text-decoration:none}

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

.around{gap:32px;flex-direction:column;display:flex}
.around-group h2{color:var(--ui-copy);font-size:1.15rem;margin-bottom:16px;font-weight:800}
.around-links{gap:12px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));display:grid}
.around-links a{transition:transform .14s,box-shadow .14s,color .14s;gap:10px;font-size:.92rem;color:var(--ui-copy);font-weight:600;border:1px solid var(--ui-divider);padding:13px 16px;align-items:center;justify-content:space-between;background:var(--ui-card);border-radius:var(--ui-ro-md);box-shadow:var(--ui-shade-sm);display:flex}
.around-links a:hover{color:var(--ui-rose-deep);transform:translateY(-3px);box-shadow:var(--ui-shade-md)}
.around-links a .locator{flex:none;display:grid;color:var(--ui-rose);place-items:center}
.around-links a .locator svg{width:16px;height:16px}
.nav-screen{visibility:hidden;opacity:0;inset:0;transition:opacity .3s ease;position:fixed;background:rgba(43,39,48,.48);z-index:1090}
.nav-screen.active{visibility:visible;opacity:1}
.title{letter-spacing:-.02em;gap:11px;font-family:var(--ui-display);align-items:center;font-weight:800;display:flex;font-size:1.28rem;color:var(--ui-copy)}
.title:hover{color:var(--ui-copy)}
.title__logo{align-items:center;background:linear-gradient(135deg,var(--ui-rose),var(--ui-salmon) 55%,var(--ui-amber));width:42px;justify-content:center;border-radius:14px;display:inline-flex;flex-shrink:0;color:#fffeff;box-shadow:0 8px 18px -8px rgba(238,80,151,.8);height:42px}
.title__logo svg{width:22px;height:22px}
:focus-visible{outline:3px solid var(--ui-rose);border-radius:6px;outline-offset:2px}

.call__panel{overflow:hidden;color:#fffeff;position:relative;gap:30px;align-items:center;background:linear-gradient(100deg,var(--ui-rose-deep),var(--ui-salmon) 60%,var(--ui-amber));border-radius:var(--ui-ro-xl);justify-content:space-between;display:flex;padding:clamp(38px,5vw,64px);flex-wrap:wrap;box-shadow:var(--ui-shade-lg)}
.call__glob{border-radius:50%;position:absolute;height:320px;right:-90px;top:-120px;width:320px;background:rgba(255,254,255,.13)}
.call__text{position:relative;z-index:2}
.call__text h2{color:#fffeff;max-width:16ch}
.call__text p{margin-top:10px;max-width:46ch;color:rgba(255,254,255,.93)}
.call__panel .press{position:relative;z-index:2}
.foot-row{grid-template-columns:1.6fr 1fr 1fr;display:grid;gap:40px}
.foot-title{margin-bottom:12px;font-family:var(--ui-display);display:flex;align-items:center;gap:10px;color:#fffeff;font-weight:800;font-size:1.2rem}
.foot-side>p:not(.foot-heading){color:#aa9daf;max-width:34ch;font-size:.94rem}
.foot-heading{margin-bottom:14px;font-size:1rem;font-weight:800;color:#fffeff}
.foot-links{display:grid;font-size:.94rem;gap:10px}

.press{
  cursor:pointer;font-weight:700;text-align:center;font-size:1rem;
  white-space:nowrap;border:1.5px solid transparent;display:inline-flex;padding:14px 26px;
  border-radius:var(--ui-ro-pill);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;align-items:center;gap:9px;
  justify-content:center;
}
.press svg{height:18px;width:18px}
.press--small{padding:10px 18px;font-size:.9rem}
.press--large{font-size:1.06rem;padding:17px 32px}
.press--wide{width:100%}
.press--main{color:#fffeff;background:linear-gradient(95deg,var(--ui-amber),var(--ui-salmon) 55%,var(--ui-rose));box-shadow:0 14px 26px -12px rgba(248,76,98,.73)}
.press--main:hover{color:#fffeff;box-shadow:0 20px 34px -12px rgba(248,76,98,.84);transform:translateY(-2px)}
.press--light{color:var(--ui-rose);border-color:var(--ui-divider);background:var(--ui-card)}
.press--light:hover{background:var(--ui-card-strong);color:var(--ui-rose-deep);transform:translateY(-2px)}
.press--white{color:var(--ui-rose-deep);background:#fffeff}
.press--white:hover{box-shadow:var(--ui-shade-md);transform:translateY(-2px);color:var(--ui-rose-deep)}
.dot{line-height:1;color:#2daf67;font-size:.6rem}

.site-foot{background:#2b2730;color:#d7d2dd}
.site-foot .container{padding-block:56px 22px}
.site-foot a{color:#d7d2dd}
.site-foot a:hover{color:#fffeff}
.breadcrumb a:hover{color:var(--ui-rose-deep)}
.zone-panel{box-shadow:var(--ui-shade-md);border-radius:var(--ui-ro-lg);overflow:hidden;aspect-ratio:4/3;border:1px solid rgba(255,254,255,.9);position:relative;background:var(--ui-wisteria)}
.zone-panel.zone-defer{cursor:pointer}
.zone-ghost{text-align:center;display:grid;padding:20px;place-items:center;inset:0;background:linear-gradient(160deg,var(--ui-wisteria-strong),var(--ui-card-strong));position:absolute;gap:10px}
.zone-ghost p{font-weight:700;color:var(--ui-copy)}
.zone-locator{filter:drop-shadow(0 10px 12px rgba(248,76,98,.48));color:var(--ui-salmon)}
.zone-locator svg{stroke:none;height:40px;width:40px;fill:currentColor}
.zone-panel iframe{border:0;position:absolute;height:100%;width:100%;inset:0}
.zone-panel.is-live .zone-ghost{display:none}
.heading-2{font-size:clamp(1.9rem,3.6vw,3rem);font-weight:800}
/* Fil d'Ariane robot placé dans l'article SEO : neutraliser les styles de liste de l'article (grille, retrait, puce). */
.content-zone .breadcrumb{display:flex}.content-zone .breadcrumb li{padding-left:0}.content-zone .breadcrumb li::before{display:none}
.breadcrumb li:not(:last-child)::after{content:"\00203a";margin-left:6px;color:var(--ui-muted)}
.breadcrumb a{color:var(--ui-copy-tint)}

.form{background:#fffeff;border-radius:var(--ui-ro-lg);box-shadow:var(--ui-shade-md);border:1px solid rgba(255,254,255,.9);padding:clamp(24px,3vw,40px)}
.form-cell{display:grid;gap:7px;margin-bottom:18px}
.form-cell label{font-weight:700;font-size:.92rem}
.entry-line{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.entry{width:100%;padding:13px 16px;border-radius:var(--ui-ro-sm);border:1.5px solid var(--ui-divider);background:var(--ui-card-tint);font-family:inherit;font-size:1rem;color:var(--ui-copy);transition:border-color .16s,box-shadow .16s}
.entry:focus{outline:none;border-color:var(--ui-rose);box-shadow:0 0 0 3px rgba(238,80,151,.13)}
textarea.entry{min-height:140px;resize:vertical}
.form-mention{font-weight:700}
.form-mention--on{color:#2daf67}
.form-mention--off{color:var(--ui-rose-deep)}

.seek-form{margin:0 auto;display:flex;gap:12px;background:#fffeff;padding:12px;border-radius:var(--ui-ro-pill);box-shadow:var(--ui-shade-md);border:1px solid rgba(255,254,255,.9)}
.seek-form .entry{border:none;background:transparent;box-shadow:none;font-size:1.06rem}
.seek-form .entry:focus{box-shadow:none}
.seek-form+.around{margin-top:40px}

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

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

@media (max-width:980px){
  .profiles-row{grid-template-columns:repeat(3,1fr)}
  .profile-row{grid-template-columns:1fr}
  .profile-frame{width:100%;max-width:380px;justify-self:start}
  .profile-sidebar{position:static}
  .content,.specs{grid-template-columns:1fr}
  .foot-row{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  .body-nav{display:none}
  .burger{display:flex;position:fixed;top:22px;right:18px}
}
@media (min-width:861px){
  .sidebar-mobile,.nav-screen{display:none}
}
@media (max-width:600px){
  :root{--ui-sy:clamp(30px,7vw,48px)}
  .foot-row,.entry-line{grid-template-columns:1fr}
  .profiles-row{grid-template-columns:repeat(2,1fr);gap:12px}
  .profile__core{padding:16px 10px}
  .call__panel{flex-direction:column;align-items:stretch;padding:32px 24px}
  .call__panel .press{width:100%;white-space:normal}
  .seek-form{flex-direction:column;border-radius:var(--ui-ro-lg)}
  .seek-form .press{width:100%}
  .zone--profile{padding-top:0}
  .profile-frame img{aspect-ratio:1/1;max-height:46vh}
  .profile-row{margin-top:0}
  .profile-sidebar{display:flex;flex-direction:column;margin-top:14px}
  .profile-head{order:1;margin-top:0}
  .profile-mention{order:2}
  .profile-set{order:3;margin-top:16px;gap:10px}
  .profile-set .press{flex:1 1 auto}
  .profile-band{display:none}
  .profile-metrics{order:4}
  .profile-sidebar .lead{order:5}
  .specs-metrics{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
  .metric{padding:11px 12px;gap:8px;flex-direction:column;align-items:flex-start}
  .metric-ic{width:34px;height:34px}
  .metric-text{min-width:0}
  .metric-text dd{font-size:.92rem;overflow-wrap:anywhere}
}
