/* ==========================================================================
   Aveliane — feuille de style
   Gris clair, bleus ciel, typographie géométrique.
   ========================================================================== */

:root {
    --bg: #eef0f2;
    --bg-2: #f6f7f8;
    --white: #ffffff;
    --line: #e0e5e9;
    --line-2: #d3dae0;

    --ink: #1b2733;
    --ink-2: #5d6b7a;
    --ink-3: #8b98a5;

    --sky-1: #90d5ff;
    --sky-2: #57b9ff;
    --steel: #77b1d4;
    --deep: #517891;
    --deep-2: #3f6076;

    --alert: #c9483c;
    --ok: #2f8f6d;

    --disp: 'Jost', 'DM Sans', -apple-system, sans-serif;
    --body: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    --pad: 40px;
    --max: 1200px;
    --shadow: 0 18px 40px rgba(27, 39, 51, 0.10);
    --shadow-sm: 0 6px 18px rgba(27, 39, 51, 0.07);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: clip; }

body {
    font-family: var(--body);
    background: var(--bg);
    color: var(--ink);
    font-size: 15px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }
button { font-family: var(--body); }
:focus-visible { outline: 2px solid var(--sky-2); outline-offset: 3px; }

.in { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.read { max-width: 820px; margin: 0 auto; padding: 0 var(--pad); }

.band { background: var(--white); }
.band--soft { background: var(--bg-2); }

.eyebrow {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--deep);
    margin-bottom: 14px;
}

/* ---------------- Bandeau promo + navigation ---------------- */

.promo {
    background: var(--deep);
    color: #eaf4fa;
    text-align: center;
    font-size: 0.7rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 9px var(--pad);
    line-height: 1.6;
}

.nav {
    position: sticky;
    top: 0;
    z-index: 400;
    background: rgba(238, 240, 242, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}

.nav__in {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--pad);
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mark {
    font-family: var(--disp);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 3.4px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.nav__links { display: flex; gap: 34px; }

.nav__links a {
    font-size: 0.86rem;
    color: var(--ink-2);
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: 0.18s;
}

.nav__links a:hover { color: var(--ink); border-bottom-color: var(--ink); }
.nav__links a[aria-current] { color: var(--ink); border-bottom-color: var(--ink); }

.nav__end { display: flex; align-items: center; gap: 14px; }

.bag { position: relative; display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); text-decoration: none; }
.bag svg { width: 20px; height: 20px; }

.bag__n {
    position: absolute;
    top: -2px;
    right: -3px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--sky-2);
    color: #08283d;
    font-size: 0.62rem;
    font-weight: 700;
    display: grid;
    place-items: center;
}

.hamb { display: none; width: 34px; height: 34px; background: none; border: none; cursor: pointer; color: var(--ink); }
.hamb svg { width: 20px; height: 20px; }

/* Rail vertical (clin d'œil éditorial, desktop large seulement) */
.rail {
    position: fixed;
    left: 18px;
    top: 42%;
    z-index: 300;
    display: none;
    flex-direction: column;
    gap: 26px;
}

.rail a {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.66rem;
    letter-spacing: 2.6px;
    text-transform: lowercase;
    color: var(--ink-3);
    text-decoration: none;
}

.rail a:hover { color: var(--ink); }

/* Tiroir mobile */
.scrim { display: none; position: fixed; inset: 0; background: rgba(27, 39, 51, 0.4); z-index: 800; }
.scrim.on { display: block; }

.drawer {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(84vw, 330px);
    background: var(--white);
    z-index: 900;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 22px 26px 34px;
}

.drawer.on { transform: translateX(0); }
.drawer__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.drawer__x { background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--ink); }
.drawer__nav { display: flex; flex-direction: column; }

.drawer__nav a {
    font-family: var(--disp);
    font-size: 1.35rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}

.drawer__foot { margin-top: auto; font-size: 0.78rem; color: var(--ink-3); line-height: 1.8; }

/* ---------------- Boutons ---------------- */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: 0.18s;
    font-family: var(--body);
}

.btn--fill { background: var(--sky-2); color: #08283d; }
.btn--fill:hover { background: var(--sky-1); }

.btn--dark { background: var(--deep); color: #ffffff; }
.btn--dark:hover { background: var(--deep-2); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--ink); }

.btn--wide { width: 100%; }
.btn--sm { padding: 10px 20px; font-size: 0.66rem; letter-spacing: 1.6px; }
.btn:disabled { opacity: 0.45; cursor: not-allowed; }

.textlink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    letter-spacing: 0.4px;
    color: var(--deep);
    text-decoration: none;
    border-bottom: 1px solid var(--steel);
    padding-bottom: 2px;
    transition: 0.18s;
}

.textlink:hover { color: var(--ink); border-bottom-color: var(--ink); }

/* ---------------- Accueil : hero ---------------- */

.hero {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 50px;
    align-items: center;
    padding: 56px 0 10px;
}

.shots { position: relative; height: 420px; }

.shots img {
    position: absolute;
    width: 208px;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 26px 46px rgba(27, 39, 51, 0.22);
}

.shots img:nth-child(1) { left: 4%; top: 6%; transform: rotate(-9deg); z-index: 1; }
.shots img:nth-child(2) { left: 30%; top: 0; transform: rotate(-2deg); z-index: 3; }
.shots img:nth-child(3) { left: 56%; top: 9%; transform: rotate(7deg); z-index: 2; }

.hero__note p { color: var(--ink-2); font-size: 0.94rem; line-height: 1.9; margin-bottom: 26px; max-width: 340px; }

.bigtitle {
    font-family: var(--disp);
    font-weight: 300;
    font-size: clamp(2.1rem, 6vw, 4.2rem);
    line-height: 1.15;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 26px 0 70px;
}

/* ---------------- Garanties ---------------- */

.trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 34px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.trust__i { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.trust__i svg { width: 34px; height: 34px; stroke: var(--deep); fill: none; stroke-width: 1.2; }
.trust__i p { font-size: 0.8rem; line-height: 1.6; color: var(--ink-2); max-width: 190px; }
.trust__i b { display: block; color: var(--ink); font-weight: 600; }

/* ---------------- Section : entête ---------------- */

.head { margin-bottom: 34px; }

.head h2 {
    font-family: var(--disp);
    font-weight: 400;
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    letter-spacing: 0.4px;
    margin-bottom: 8px;
}

.head p { color: var(--ink-2); font-size: 0.92rem; max-width: 560px; }
.head--center { text-align: center; }
.head--center p { margin: 0 auto; }

.pad { padding: 82px 0; }
.pad--sm { padding: 56px 0; }

/* ---------------- Mise en avant ---------------- */

.spot { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

.spot__vis {
    background: var(--bg-2);
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
    padding: 44px;
    min-height: 380px;
}

.spot__vis img { width: 218px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow); }

.spot h2 { font-family: var(--disp); font-weight: 400; font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 14px; }
.spot p { color: var(--ink-2); font-size: 0.94rem; line-height: 1.9; margin-bottom: 20px; }

.price-lg { font-family: var(--disp); font-size: 1.9rem; color: var(--deep); margin-bottom: 22px; }

.spot__acts { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------------- Grille produits ---------------- */

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.card {
    background: var(--white);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    transition: 0.22s;
}

.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }

.card__vis {
    background: var(--bg-2);
    display: grid;
    place-items: center;
    padding: 30px 20px;
    border-bottom: 1px solid var(--line);
}

.card__vis img {
    width: 150px;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease;
}

.card:hover .card__vis img { transform: translateY(-4px); }

.card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }

.card__angle { font-size: 0.64rem; letter-spacing: 2px; text-transform: uppercase; color: var(--steel); margin-bottom: 8px; }

.card__name { font-family: var(--disp); font-size: 1.12rem; font-weight: 500; line-height: 1.3; margin-bottom: 8px; }
.card__name a { text-decoration: none; }
.card__name a:hover { color: var(--deep); }

.card__desc { font-size: 0.83rem; color: var(--ink-2); line-height: 1.7; margin-bottom: 18px; }

.card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card__price { font-family: var(--disp); font-size: 1.25rem; color: var(--deep); }

/* ---------------- Chiffres ---------------- */

.facts { display: grid; grid-template-columns: 1fr 1.1fr; gap: 0; align-items: stretch; }

.facts__vis { background: var(--bg-2); display: grid; place-items: center; padding: 40px; }
.facts__vis img { width: 190px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow); }

.facts__list { background: var(--sky-1); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; padding: 34px 20px; }
.facts__i { text-align: center; padding: 6px 10px; }
.facts__i b { display: block; font-family: var(--disp); font-size: 1.9rem; font-weight: 400; color: #10394f; }
.facts__i span { font-size: 0.72rem; letter-spacing: 1.4px; text-transform: uppercase; color: #2b5670; }

/* ---------------- FAQ ---------------- */

.faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 40px; }

.faq details {
    background: var(--white);
    border: 1px solid var(--line);
    padding: 4px 20px;
}

.faq summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 0;
    font-size: 0.92rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--steel); font-size: 1.2rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq p { font-size: 0.87rem; color: var(--ink-2); line-height: 1.8; padding: 0 0 18px; }

/* ---------------- Pied de page ---------------- */

.foot { background: var(--white); border-top: 1px solid var(--line); padding: 60px 0 26px; }

.foot__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; padding-bottom: 40px; }

.foot__brand .mark { font-size: 1rem; display: inline-block; margin-bottom: 14px; }
.foot__brand p { font-size: 0.84rem; color: var(--ink-2); line-height: 1.8; max-width: 300px; }

.foot h4 { font-size: 0.68rem; letter-spacing: 2.2px; text-transform: uppercase; color: var(--ink-3); margin-bottom: 16px; }
.foot ul { display: flex; flex-direction: column; gap: 10px; }
.foot ul a { font-size: 0.84rem; color: var(--ink-2); text-decoration: none; }
.foot ul a:hover { color: var(--ink); }

.foot__bar {
    border-top: 1px solid var(--line);
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 0.74rem;
    color: var(--ink-3);
    line-height: 1.9;
}

/* ---------------- Fiche ebook ---------------- */

.sheet { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; padding: 46px 0 20px; }

.sheet__vis { background: var(--bg-2); border: 1px solid var(--line); display: grid; place-items: center; padding: 48px; }
.sheet__vis img { width: min(290px, 62vw); aspect-ratio: 2 / 3; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow); }

.sheet h1 { font-family: var(--disp); font-weight: 400; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.2; margin: 10px 0 14px; }
.sheet__price { font-family: var(--disp); font-size: 1.8rem; color: var(--deep); margin-bottom: 22px; }
.sheet__lede { color: var(--ink-2); font-size: 0.96rem; line-height: 1.9; margin-bottom: 26px; }

.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-2); background: var(--white); border-radius: 3px; }
.qty button { width: 40px; height: 46px; background: none; border: none; cursor: pointer; font-size: 1rem; color: var(--ink); }
.qty button:hover { color: var(--deep); }
.qty input { width: 42px; height: 46px; text-align: center; border: none; border-left: 1px solid var(--line-2); border-right: 1px solid var(--line-2); background: none; font-family: var(--body); font-size: 0.92rem; color: var(--ink); }
.qty input:focus { outline: none; }

.buy { display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; margin-bottom: 12px; }
.buy .btn { flex: 1; min-width: 170px; }

.flash { display: none; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--ok); margin-bottom: 18px; }
.flash.on { display: flex; }

.specs { border-top: 1px solid var(--line); margin-top: 8px; }
.specs__row { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.specs__row dt { font-size: 0.68rem; letter-spacing: 1.8px; text-transform: uppercase; color: var(--ink-3); padding-top: 3px; }
.specs__row dd { font-size: 0.88rem; color: var(--ink-2); }
.specs__row dd a { color: var(--deep); }

.longtext { color: var(--ink-2); font-size: 0.96rem; line-height: 1.95; }

/* ---------------- Panier ---------------- */

.pagetop { padding: 44px 0 22px; }
.pagetop h1 { font-family: var(--disp); font-weight: 400; font-size: clamp(1.8rem, 4vw, 2.5rem); margin: 8px 0 6px; }
.pagetop p { color: var(--ink-2); font-size: 0.9rem; }

.back { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; color: var(--ink-3); text-decoration: none; margin-bottom: 16px; }
.back:hover { color: var(--ink); }

.lines { background: var(--white); border: 1px solid var(--line); margin-bottom: 24px; }

.line { display: grid; grid-template-columns: 74px 1fr auto; gap: 20px; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.line:last-child { border-bottom: none; }
.line__vis { width: 74px; aspect-ratio: 2 / 3; overflow: hidden; border-radius: 3px; box-shadow: var(--shadow-sm); }
.line__vis img { width: 100%; height: 100%; object-fit: cover; }
.line__angle { font-size: 0.62rem; letter-spacing: 1.8px; text-transform: uppercase; color: var(--steel); margin-bottom: 5px; }
.line__name { font-family: var(--disp); font-size: 1.1rem; font-weight: 500; margin-bottom: 8px; }
.line__x { background: none; border: none; padding: 0; font-size: 0.76rem; color: var(--ink-3); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.line__x:hover { color: var(--alert); }
.line__end { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.line__sum { font-family: var(--disp); font-size: 1.2rem; }

.void { background: var(--white); border: 1px solid var(--line); text-align: center; padding: 60px 24px; }
.void p { color: var(--ink-2); margin-bottom: 20px; }

.total { background: var(--white); border: 1px solid var(--line); padding: 24px; }
.total h2 { font-family: var(--disp); font-weight: 400; font-size: 1.25rem; margin-bottom: 16px; }
.total__row { display: flex; justify-content: space-between; gap: 16px; font-size: 0.88rem; color: var(--ink-2); padding: 6px 0; }
.total__row--big { border-top: 1px solid var(--line); margin-top: 10px; padding-top: 14px; color: var(--ink); font-size: 1rem; }
.total__row--big b { font-family: var(--disp); font-size: 1.5rem; font-weight: 400; color: var(--deep); }
.total .btn { margin-top: 18px; }

.secure { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.74rem; color: var(--ink-3); margin-top: 12px; }

/* ---------------- Commande ---------------- */

.order { max-width: 640px; margin: 0 auto; padding: 0 var(--pad) 80px; }

.mini { display: flex; align-items: center; gap: 15px; background: var(--white); border: 1px solid var(--line); padding: 15px 18px; margin-bottom: 24px; }
.mini__vis { width: 48px; aspect-ratio: 2 / 3; overflow: hidden; border-radius: 3px; flex-shrink: 0; box-shadow: var(--shadow-sm); }
.mini__vis img { width: 100%; height: 100%; object-fit: cover; }
.mini__b { flex: 1; min-width: 0; }
.mini__name { font-family: var(--disp); font-size: 1.05rem; font-weight: 500; }
.mini__meta { font-size: 0.68rem; letter-spacing: 1.6px; text-transform: uppercase; color: var(--steel); }
.mini__sum { font-family: var(--disp); font-size: 1.3rem; color: var(--deep); white-space: nowrap; }

.step { margin-bottom: 26px; }
.step__t { display: flex; align-items: center; gap: 11px; font-size: 0.68rem; letter-spacing: 2.2px; text-transform: uppercase; color: var(--ink-3); margin-bottom: 15px; }
.step__t i { width: 22px; height: 22px; display: grid; place-items: center; background: var(--deep); color: #fff; font-style: normal; font-size: 0.68rem; border-radius: 2px; }

.f { margin-bottom: 13px; }
.f label { display: block; font-size: 0.76rem; color: var(--ink-2); margin-bottom: 6px; }

.f input[type="text"],
.f input[type="email"] {
    width: 100%;
    padding: 13px 15px;
    background: var(--white);
    border: 1px solid var(--line-2);
    border-radius: 3px;
    color: var(--ink);
    /* 16px : empêche le zoom automatique d'iOS Safari */
    font-size: 16px;
    font-family: var(--body);
    transition: 0.18s;
}

.f input:focus { outline: none; border-color: var(--sky-2); }
.f input::placeholder { color: var(--ink-3); }

.paybox { background: var(--white); border: 1px solid var(--line); padding: 18px; }
.paybox .f:last-child { margin-bottom: 0; }

/* Champ de carte Square — simple point de montage : le cadre, le fond, la
   bordure de focus et les messages d'erreur sont dessinés par Square à
   l'intérieur, à partir de l'objet de style que boutique.js lui passe. Rien
   ne peut être stylé d'ici : le champ vit dans un cadre isolé, c'est ce qui
   évite au site de toucher au numéro de carte.

   Square réserve en permanence, sous son champ, une ligne destinée à ses
   propres messages — vide la plupart du temps, mais elle occupe la place et
   creusait un trou visible avant le nom du porteur. Elle vit dans ce cadre
   isolé, hors d'atteinte de cette feuille de style : la seule prise possible
   est de remonter ce qui suit. C'est le seul chiffre à ajuster si l'écart
   n'est pas juste — moins négatif l'agrandit, plus négatif le réduit.

   Les erreurs de carte restent visibles : la bordure du champ passe au rouge
   (.input-container.is-error, réglé depuis boutique.js) et le message complet
   s'affiche dans .ferr juste en dessous. */
.square-card { margin-bottom: -24px; }

.ferr { display: none; margin-top: 5px; font-size: 0.74rem; color: var(--alert); }
.ferr.on { display: block; }

.agree { display: flex; align-items: flex-start; gap: 11px; margin: 18px 0 4px; padding: 15px; background: var(--white); border: 1px solid var(--line); }
.agree input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--sky-2); flex-shrink: 0; }
.agree label { font-size: 0.8rem; color: var(--ink-2); line-height: 1.65; }
.agree a { color: var(--deep); }

.oops { display: none; margin-top: 15px; padding: 13px 15px; border: 1px solid var(--alert); background: #fbeceb; color: #93332a; font-size: 0.84rem; }
.oops.on { display: block; }

.turn { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(8, 40, 61, 0.3); border-top-color: #08283d; border-radius: 50%; animation: sp 0.6s linear infinite; }
@keyframes sp { to { transform: rotate(360deg); } }

/* ---------------- Confirmation ---------------- */

.done { max-width: 560px; margin: 0 auto; padding: 60px var(--pad) 86px; text-align: center; }
.done__ok { width: 60px; height: 60px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--sky-1); color: #10394f; font-size: 1.6rem; }
.done h1 { font-family: var(--disp); font-weight: 400; font-size: 2.1rem; margin: 8px 0 12px; }
.done > p { color: var(--ink-2); margin-bottom: 28px; }
.done__steps { background: var(--white); border: 1px solid var(--line); text-align: left; padding: 4px 20px; }
.done__s { display: flex; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.done__s:last-child { border-bottom: none; }
.done__s em { flex-shrink: 0; width: 26px; height: 26px; display: grid; place-items: center; background: var(--sky-1); color: #10394f; font-style: normal; font-size: 0.72rem; font-weight: 700; border-radius: 2px; }
.done__s b { display: block; font-size: 0.9rem; margin-bottom: 2px; }
.done__s span { font-size: 0.84rem; color: var(--ink-2); line-height: 1.6; }

/* ---------------- Pages légales ---------------- */

.legal { padding: 10px 0 80px; }
.legal section { margin-bottom: 34px; }
.legal h2 { font-family: var(--disp); font-weight: 500; font-size: 1.25rem; margin-bottom: 10px; }
.legal p, .legal li { color: var(--ink-2); font-size: 0.93rem; margin-bottom: 10px; }
.legal ul { list-style: disc; padding-left: 20px; }
.legal strong { color: var(--ink); }
.legal a { color: var(--deep); }

.idbox { background: var(--white); border: 1px solid var(--line); padding: 24px; margin-bottom: 20px; }
.idbox dl { display: grid; grid-template-columns: minmax(150px, auto) 1fr; gap: 9px 24px; }
.idbox dt { font-size: 0.68rem; letter-spacing: 1.4px; text-transform: uppercase; color: var(--ink-3); }
.idbox dd { font-size: 0.9rem; }

/* ---------------- Responsive ---------------- */

@media (min-width: 1320px) { .rail { display: flex; } }

@media (max-width: 1000px) {
    :root { --pad: 26px; }
    .nav__links { display: none; }
    .hamb { display: grid; place-items: center; }

    .hero { grid-template-columns: 1fr; gap: 26px; padding-top: 34px; }
    .shots { height: 320px; max-width: 460px; margin: 0 auto; width: 100%; }
    .shots img { width: 168px; }
    .hero__note { text-align: center; }
    .hero__note p { margin: 0 auto 22px; }
    .bigtitle { padding: 16px 0 46px; letter-spacing: 1.2px; }

    .trust { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }

    .grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .spot { grid-template-columns: 1fr; gap: 28px; }
    .spot__vis { min-height: 300px; padding: 34px; }
    .facts { grid-template-columns: 1fr; }
    .faq { grid-template-columns: 1fr; gap: 12px; }

    .sheet { grid-template-columns: 1fr; gap: 28px; padding-top: 28px; }
    .sheet__vis { padding: 32px; }

    .foot__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .foot__brand { grid-column: 1 / -1; }

    .pad { padding: 56px 0; }
}

@media (max-width: 620px) {
    :root { --pad: 22px; }

    .promo { font-size: 0.62rem; letter-spacing: 1px; }
    .mark { font-size: 0.8rem; letter-spacing: 2.6px; }
    .nav__in { height: 60px; }

    .shots { height: 250px; }
    .shots img { width: 118px; }
    .shots img:nth-child(1) { left: 3%; }
    .shots img:nth-child(2) { left: 30%; }
    .shots img:nth-child(3) { left: 57%; }

    .grid { grid-template-columns: 1fr; }
    .card__vis { padding: 26px; }
    .card__vis img { width: 168px; }

    .trust { grid-template-columns: 1fr 1fr; }
    .trust__i p { font-size: 0.74rem; }

    .facts__list { grid-template-columns: 1fr; gap: 4px; padding: 26px 16px; }
    .facts__i { display: flex; align-items: baseline; justify-content: center; gap: 10px; }

    .buy .btn { min-width: 0; width: 100%; flex: none; }
    .qty { align-self: center; }
    .specs__row { grid-template-columns: 1fr; gap: 3px; }

    .line { grid-template-columns: 60px 1fr; gap: 15px; padding: 18px; }
    .line__vis { width: 60px; }
    .line__end { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 13px; }

    .foot__grid { grid-template-columns: 1fr; gap: 26px; }
    .idbox dl { grid-template-columns: 1fr; gap: 2px 0; }
    .idbox dd { margin-bottom: 10px; }
}
