/* Mossi, kokedama par Vegetalika : thème boutique */
:root {
  --fond: #FDFBF7;
  --ivoire: #F5EFE6;
  --brun: #2E1F14;
  --mousse: #4A6741;
  --mousse-fonce: #3a5233;
  --terracotta: #B5603A;
  --or: #C49A3C;
  --sauge: #9DAF8E;
  --sauge-pale: #E7EBDF;
  --ligne: rgba(46, 31, 20, .12);
  --texte-doux: rgba(46, 31, 20, .66);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', 'Futura', system-ui, sans-serif;
  --max: 1320px;
  --rayon: 14px;
  --entete: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--entete) + 10px); }
body { margin: 0; background: var(--fond); color: var(--brun); font: 400 1rem/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
body.bloque { overflow: hidden; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: 3px; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--mousse); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { font-family: var(--sans); font-weight: 500; letter-spacing: -.02em; line-height: 1.1; margin: 0; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 clamp(1rem, 3.5vw, 2.5rem); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.evitement { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--brun); color: #fff; padding: .6rem 1rem; }
.evitement:focus { left: 1rem; }
svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* Boutons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font: 500 .98rem var(--sans); text-decoration: none; cursor: pointer;
  padding: .95rem 1.8rem; border-radius: 999px; border: 1.5px solid transparent;
  transition: background .2s, color .2s, border-color .2s;
}
.btn-plein { background: var(--brun); color: var(--fond); }
.btn-plein:hover { background: #000; }
.btn-plein:disabled { opacity: .5; cursor: not-allowed; }
.btn-contour { border-color: currentColor; color: var(--brun); background: transparent; }
.btn-contour:hover { background: var(--brun); color: var(--fond); border-color: var(--brun); }
.btn-clair { background: var(--fond); color: var(--brun); }
.btn-clair:hover { background: #fff; }
.btn.large { width: 100%; }
.icone-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 0; background: none; border-radius: 999px; cursor: pointer; color: var(--brun); position: relative; }
.icone-btn:hover { background: rgba(46, 31, 20, .06); }
.icone-btn svg { width: 22px; height: 22px; }

/* Bandeau d'annonce */
.annonce { background: var(--mousse); color: var(--fond); font-size: .84rem; overflow: hidden; white-space: nowrap; }
.annonce-piste { display: inline-flex; gap: 3.5rem; padding: .55rem 0; animation: defile 38s linear infinite; }
.annonce-piste span { display: inline-flex; align-items: center; }
.annonce-piste span::after { content: ""; width: 6px; height: 6px; margin-left: 3.5rem; border-radius: 50%; background: var(--or); }
.annonce-piste b { font-weight: 500; margin-left: .3em; }
@keyframes defile { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* En-tête */
.entete { position: sticky; top: 0; z-index: 30; background: rgba(253, 251, 247, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--ligne); }
.entete-grille { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--entete); }
.nav-principale { display: flex; gap: 1.8rem; font-size: .95rem; }
.nav-principale a { text-decoration: none; padding: .3rem 0; background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .25s; }
.nav-principale a:hover { background-size: 100% 1px; }
.logo { font-family: var(--serif); font-weight: 600; font-size: 2rem; line-height: .85; text-decoration: none; text-align: center; }
.logo span { display: block; font-family: var(--sans); font-size: .7rem; font-weight: 400; letter-spacing: .04em; color: var(--mousse); margin-top: .15rem; }
.entete-actions { display: flex; justify-content: flex-end; gap: .25rem; }
.menu-btn { display: none; }
.compteur { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px; background: var(--terracotta); color: #fff; font-size: .7rem; font-weight: 600; display: grid; place-items: center; }
.compteur[hidden] { display: none; }
.compteur.pulse { animation: pulse .5s ease; }
@keyframes pulse { 50% { transform: scale(1.35); } }
.menu-mobile { border-top: 1px solid var(--ligne); padding: .5rem clamp(1rem, 3.5vw, 2.5rem) 1rem; display: grid; }
.menu-mobile[hidden] { display: none; }
.menu-mobile a { padding: .85rem 0; border-bottom: 1px solid var(--ligne); text-decoration: none; font-size: 1.05rem; }

/* Bannière */
.hero { position: relative; min-height: min(78svh, 720px); display: flex; align-items: flex-end; overflow: hidden; background: linear-gradient(120deg, var(--sauge-pale) 0%, #d5ddc8 55%, #c3cfb3 100%); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-illustration { position: absolute; top: 0; bottom: 0; right: 8%; display: flex; justify-content: center; }
.hero-illustration img { height: 92%; width: auto; transform-origin: 50% 0; }
.balance { animation: balance 7s ease-in-out infinite alternate; }
@keyframes balance { from { transform: rotate(-1.8deg); } to { transform: rotate(1.8deg); } }
.hero-contenu { position: relative; z-index: 1; width: 100%; padding-top: 4rem; padding-bottom: clamp(3rem, 7vw, 5.5rem); }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); line-height: 1; letter-spacing: -.035em; max-width: 13ch; margin-bottom: 1.2rem; }
.hero p { font-size: clamp(1.05rem, 1.5vw, 1.2rem); max-width: 42ch; margin: 0 0 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
/* Avec une vraie photo : texte clair sur voile sombre */
.hero.avec-photo .hero-illustration { display: none; }
.hero.avec-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20, 14, 9, .62) 0%, rgba(20, 14, 9, .15) 55%, transparent 100%); }
.hero.avec-photo .hero-contenu { color: #fff; }
.hero.avec-photo .btn-plein { background: #fff; color: var(--brun); }
.hero.avec-photo .btn-contour { color: #fff; }
.hero.avec-photo .btn-contour:hover { background: #fff; color: var(--brun); border-color: #fff; }

/* Atouts */
.atouts { border-bottom: 1px solid var(--ligne); }
.atouts-grille { display: grid; grid-template-columns: repeat(4, 1fr); }
.atout { display: flex; gap: .9rem; align-items: center; padding: 1.5rem 1rem; }
.atout + .atout { border-left: 1px solid var(--ligne); }
.atout svg { width: 30px; height: 30px; flex: none; color: var(--mousse); }
.atout strong { display: block; font-weight: 500; font-size: .95rem; }
.atout span { display: block; font-size: .84rem; color: var(--texte-doux); line-height: 1.35; }

/* Sections */
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.section-teintee { background: var(--ivoire); }
.titre-centre { text-align: center; max-width: 620px; margin: 0 auto 3rem; }
.titre-centre p { color: var(--texte-doux); margin: 1rem 0 0; font-size: 1.05rem; }

/* Collection */
.collection-tete { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 1.4rem; }
.collection-compte { color: var(--texte-doux); font-size: .92rem; margin: 0; }
.filtres { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: .3rem; margin-bottom: 2rem; scrollbar-width: none; }
.filtres::-webkit-scrollbar { display: none; }
.filtres button { flex: none; font-size: .9rem; padding: .55rem 1.1rem; border-radius: 999px; border: 1px solid var(--ligne); background: #fff; cursor: pointer; transition: border-color .2s; }
.filtres button:hover { border-color: var(--brun); }
.filtres button[aria-pressed="true"] { background: var(--brun); color: var(--fond); border-color: var(--brun); }

.grille { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2.5rem 1.4rem; }
.carte-media { position: relative; aspect-ratio: 4 / 5; border-radius: var(--rayon); overflow: hidden; background: var(--sauge-pale); }
.carte-media > [data-voir] { display: block; width: 100%; height: 100%; border: 0; padding: 0; background: none; cursor: pointer; }
.carte-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.carte:hover .carte-media img { transform: scale(1.045); }
.carte.indispo .carte-media img { filter: grayscale(.5); opacity: .75; }
.badges { position: absolute; top: .8rem; left: .8rem; display: flex; flex-direction: column; gap: .35rem; align-items: flex-start; pointer-events: none; }
.badge { font-size: .74rem; font-weight: 500; padding: .28rem .65rem; border-radius: 999px; background: var(--fond); color: var(--brun); }
.badge-alerte { background: var(--terracotta); color: #fff; }
.badge-sombre { background: var(--brun); color: #fff; }
.ajout-rapide {
  position: absolute; left: .8rem; right: .8rem; bottom: .8rem;
  display: flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .75rem; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(253, 251, 247, .95); color: var(--brun); font-size: .9rem; font-weight: 500;
  opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s, background .2s;
}
.ajout-rapide svg { width: 18px; height: 18px; }
.ajout-rapide:hover { background: var(--brun); color: #fff; }
.carte:hover .ajout-rapide, .ajout-rapide:focus-visible { opacity: 1; transform: none; }
.carte-info { padding-top: .9rem; }
.carte-titre { display: block; width: 100%; text-align: left; border: 0; background: none; padding: 0; cursor: pointer; font-size: 1.05rem; font-weight: 500; }
.carte-titre:hover { text-decoration: underline; }
.carte-latin { font-size: .86rem; color: var(--texte-doux); font-style: italic; margin: .1rem 0 .35rem; }
.carte-prix { font-size: 1rem; margin: 0; }
.vide { color: var(--texte-doux); grid-column: 1 / -1; }

/* Étapes */
.etapes { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.etapes li { background: var(--fond); border-radius: var(--rayon); padding: 1.8rem 1.5rem; }
.etape-num { display: inline-grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--sauge-pale); color: var(--mousse); font-weight: 600; margin-bottom: 1.2rem; }
.etapes h3 { font-size: 1.15rem; margin-bottom: .45rem; }
.etapes p { margin: 0; color: var(--texte-doux); font-size: .95rem; }

/* Bandeau ateliers */
.bandeau-atelier { display: grid; grid-template-columns: 1fr 1fr; background: var(--mousse); color: var(--fond); border-radius: calc(var(--rayon) + 6px); overflow: hidden; padding: 0; }
.bandeau-visuel { background: #3e5937; display: grid; place-items: center; min-height: 340px; }
.bandeau-visuel img { width: min(70%, 300px); }
.bandeau-texte { padding: clamp(2rem, 5vw, 4rem); align-self: center; }
.bandeau-texte p { margin: 1rem 0 2rem; opacity: .9; max-width: 44ch; font-size: 1.05rem; }

/* FAQ */
.faq-grille { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 5rem); }
.faq-contact { color: var(--texte-doux); margin: 1rem 0 0; }
.faq details { border-bottom: 1px solid var(--ligne); }
.faq details:first-child { border-top: 1px solid var(--ligne); }
.faq summary { list-style: none; cursor: pointer; padding: 1.2rem 2.5rem 1.2rem 0; position: relative; font-weight: 500; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: .3rem; top: 50%; width: 10px; height: 10px; border-right: 1.6px solid; border-bottom: 1.6px solid; transform: translateY(-70%) rotate(45deg); transition: transform .25s; }
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details p { margin: 0 0 1.3rem; color: var(--texte-doux); max-width: 60ch; }

/* Pied de page */
.pied { background: var(--brun); color: rgba(253, 251, 247, .75); padding-top: 4rem; font-size: .93rem; }
.pied-grille { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 3rem; }
.logo-clair { color: var(--fond); text-align: left; display: inline-block; }
.logo-clair span { color: var(--sauge); }
.pied-marque p { max-width: 30ch; margin: 1rem 0 0; }
.pied h3 { color: var(--fond); font-size: .95rem; margin-bottom: 1rem; letter-spacing: 0; }
.pied ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.pied a { text-decoration: none; }
.pied a:hover { color: var(--fond); text-decoration: underline; }
.pied address { font-style: normal; line-height: 1.8; }
.pied-bas { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(253, 251, 247, .14); padding-top: 1.4rem; padding-bottom: 1.6rem; }
.pied-bas p { margin: 0; }
.paiements { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.paiements li { font-size: .72rem; font-weight: 500; padding: .3rem .6rem; border-radius: 6px; background: rgba(253, 251, 247, .1); color: var(--fond); }
.paiements.petit { justify-content: center; margin-top: .9rem; }
.paiements.petit li { background: var(--ivoire); color: var(--texte-doux); }

/* Panier */
.voile { position: fixed; inset: 0; z-index: 40; background: rgba(20, 14, 9, .4); opacity: 0; transition: opacity .3s; }
.voile.visible { opacity: 1; }
.panier {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 50; width: min(440px, 100%);
  background: var(--fond); display: flex; flex-direction: column;
  transform: translateX(100%); visibility: hidden;
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), visibility 0s linear .35s;
}
.panier.ouvert { transform: none; visibility: visible; transition: transform .35s cubic-bezier(.2, .7, .2, 1); box-shadow: -20px 0 60px rgba(20, 14, 9, .15); }
.panier-tete { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; border-bottom: 1px solid var(--ligne); }
.panier-tete h2 { font-size: 1.3rem; letter-spacing: -.01em; }
#panier-nb { color: var(--texte-doux); font-weight: 400; }
.progression { padding: 1rem 1.5rem; background: var(--ivoire); }
.progression[hidden] { display: none; }
.progression p { margin: 0 0 .55rem; font-size: .9rem; }
.barre { height: 6px; background: rgba(46, 31, 20, .1); border-radius: 999px; overflow: hidden; }
.barre span { display: block; height: 100%; width: 0; background: var(--mousse); border-radius: 999px; transition: width .5s ease; }
.panier-corps { flex: 1; overflow-y: auto; padding: 0 1.5rem; }
.ligne { display: grid; grid-template-columns: 76px 1fr auto; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--ligne); }
.ligne img { width: 76px; height: 95px; object-fit: cover; border-radius: 10px; background: var(--sauge-pale); }
.ligne-nom { font-weight: 500; margin: 0; line-height: 1.3; }
.ligne-latin { font-size: .82rem; color: var(--texte-doux); font-style: italic; margin: 0 0 .6rem; }
.ligne-droite { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.ligne-droite .prix { font-weight: 500; }
.qte { display: inline-flex; align-items: center; border: 1px solid var(--ligne); border-radius: 999px; }
.qte button { width: 34px; height: 34px; border: 0; background: none; cursor: pointer; font-size: 1.05rem; border-radius: 999px; }
.qte button:hover:not(:disabled) { background: rgba(46, 31, 20, .06); }
.qte button:disabled { opacity: .3; cursor: not-allowed; }
.qte span { min-width: 1.6rem; text-align: center; font-size: .92rem; }
.retirer { font-size: .8rem; background: none; border: 0; padding: 0; color: var(--texte-doux); text-decoration: underline; cursor: pointer; }
.panier-vide { text-align: center; padding: 4rem 0 2rem; }
.panier-vide svg { width: 48px; height: 48px; color: var(--sauge); margin: 0 auto 1rem; }
.panier-vide p { margin: 0 0 1.5rem; font-size: 1.05rem; }
.suggestion:empty { display: none; }
.suggestion { padding: 1.4rem 0; }
.suggestion h3 { font-size: .95rem; margin-bottom: .8rem; letter-spacing: 0; }
.suggestion-carte { display: grid; grid-template-columns: 56px 1fr auto; gap: .9rem; align-items: center; background: var(--ivoire); border-radius: 12px; padding: .7rem; }
.suggestion-carte img { width: 56px; height: 70px; object-fit: cover; border-radius: 8px; }
.suggestion-carte p { margin: 0; font-size: .92rem; }
.suggestion-carte .petit-btn { font-size: .82rem; font-weight: 500; padding: .5rem .9rem; border-radius: 999px; border: 1px solid var(--brun); background: none; cursor: pointer; }
.suggestion-carte .petit-btn:hover { background: var(--brun); color: #fff; }
.panier-pied { padding: 1.2rem 1.5rem calc(1.2rem + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--ligne); }
.panier-pied[hidden] { display: none; }
.mode { border: 0; margin: 0 0 1rem; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ivoire); border-radius: 999px; }
.mode label { cursor: pointer; }
.mode input { position: absolute; opacity: 0; }
.mode span { display: block; text-align: center; padding: .55rem; border-radius: 999px; font-size: .9rem; transition: background .2s; }
.mode input:checked + span { background: #fff; box-shadow: 0 1px 4px rgba(46, 31, 20, .12); font-weight: 500; }
.mode input:focus-visible + span { outline: 2px solid var(--mousse); }
.totaux { margin: 0 0 1rem; font-size: .95rem; }
.totaux div { display: flex; justify-content: space-between; padding: .15rem 0; }
.totaux dt, .totaux dd { margin: 0; }
.totaux .total { font-size: 1.15rem; font-weight: 500; padding-top: .5rem; }
.erreur { background: #f6e4dc; color: #7a3a1f; padding: .7rem .9rem; border-radius: 10px; font-size: .9rem; margin: 0 0 1rem; }

/* Aperçu produit */
.fiche { border: 0; padding: 0; background: transparent; width: min(1000px, calc(100% - 2rem)); max-width: none; max-height: calc(100svh - 2rem); }
.fiche::backdrop { background: rgba(20, 14, 9, .45); }
.fiche[open] { animation: apparition .3s ease; }
@keyframes apparition { from { opacity: 0; transform: translateY(12px); } }
.fiche-cadre { position: relative; background: var(--fond); border-radius: calc(var(--rayon) + 4px); overflow: hidden; }
.fiche-fermer { position: absolute; top: .8rem; right: .8rem; z-index: 2; background: var(--fond); }
.fiche-grille { display: grid; grid-template-columns: 1fr 1fr; }
.fiche-visuel { aspect-ratio: 4 / 5; background: var(--sauge-pale); }
.fiche-visuel img { width: 100%; height: 100%; object-fit: cover; }
.fiche-texte { padding: clamp(1.5rem, 4vw, 2.8rem); display: flex; flex-direction: column; }
.fiche-texte h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); padding-right: 2.5rem; }
.fiche-latin { color: var(--texte-doux); font-style: italic; margin: .2rem 0 .9rem; }
.fiche-prix { font-size: 1.4rem; margin: 0 0 .4rem; }
.fiche-stock { font-size: .88rem; margin: 0 0 1.2rem; display: flex; align-items: center; gap: .45rem; }
.fiche-stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mousse); }
.fiche-stock.bas::before { background: var(--terracotta); }
.fiche-stock.nul::before { background: rgba(46, 31, 20, .3); }
.fiche-description { margin: 0 0 1.5rem; color: var(--texte-doux); }
.fiche-achat { display: flex; gap: .7rem; margin-bottom: 1.5rem; }
.fiche-achat .qte { flex: none; }
.fiche-achat .qte button { width: 42px; height: 48px; }
.fiche-achat .btn { flex: 1; }
.fiche .faq summary { font-size: .98rem; padding: 1rem 2rem 1rem 0; }
.fiche .faq dl { margin: 0 0 1rem; }
.fiche .faq dl div { display: grid; grid-template-columns: 6.5rem 1fr; gap: 1rem; padding: .3rem 0; font-size: .93rem; }
.fiche .faq dt { color: var(--texte-doux); }
.fiche .faq dd { margin: 0; }

/* Notification */
.toast { position: fixed; left: 50%; bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)); z-index: 60; transform: translate(-50%, 1rem); opacity: 0; pointer-events: none; background: var(--brun); color: var(--fond); padding: .8rem 1.3rem; border-radius: 999px; font-size: .92rem; transition: opacity .3s, transform .3s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

/* Tablette */
@media (max-width: 1000px) {
  .grille { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .atouts-grille { grid-template-columns: repeat(2, 1fr); }
  .atout:nth-child(3) { border-left: 0; }
  .atout:nth-child(n+3) { border-top: 1px solid var(--ligne); }
  .etapes { grid-template-columns: repeat(2, 1fr); }
  .pied-grille { grid-template-columns: 1fr 1fr; }
}

/* Mobile */
@media (max-width: 760px) {
  :root { --entete: 62px; }
  .nav-principale, .cache-mobile { display: none; }
  .menu-btn { display: inline-grid; }
  .entete-grille { grid-template-columns: 44px 1fr 44px; }
  .logo { font-size: 1.75rem; }
  .hero { min-height: 82svh; }
  .hero-illustration { right: 50%; transform: translateX(50%); opacity: .55; }
  .hero-illustration img { height: 62%; }
  .grille { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem .8rem; }
  .ajout-rapide { opacity: 1; transform: none; left: auto; right: .5rem; bottom: .5rem; width: 38px; height: 38px; padding: 0; }
  .ajout-rapide span { display: none; }
  .badges { top: .5rem; left: .5rem; }
  .atouts-grille { grid-template-columns: 1fr 1fr; }
  .atout { flex-direction: column; align-items: flex-start; gap: .5rem; padding: 1.2rem .6rem; }
  .etapes { grid-template-columns: 1fr; }
  .bandeau-atelier, .faq-grille, .fiche-grille { grid-template-columns: 1fr; }
  .bandeau-visuel { min-height: 220px; }
  .pied-grille { grid-template-columns: 1fr 1fr; }
  .pied-marque { grid-column: 1 / -1; }
  .fiche { width: 100%; max-height: 100svh; margin: auto 0 0; }
  .fiche-cadre { border-radius: 20px 20px 0 0; max-height: 92svh; overflow-y: auto; }
  .fiche-visuel { aspect-ratio: 1; }
  .fiche-achat { position: sticky; bottom: 0; background: var(--fond); padding: .8rem 0 calc(.8rem + env(safe-area-inset-bottom, 0px)); margin: 0 0 .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .balance, .annonce-piste { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Pages secondaires et administration */
header.site { position: sticky; top: 0; z-index: 30; background: rgba(253, 251, 247, .94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--ligne); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: var(--entete); }
header.site .logo { text-align: left; }
.logo small { display: block; font-family: var(--sans); font-size: .7rem; font-weight: 400; letter-spacing: .04em; color: var(--mousse); margin-top: .15rem; }
.etroit { max-width: 780px; }
.latin { font-style: italic; color: var(--texte-doux); margin: 0; }
.btn-primaire { display: inline-flex; align-items: center; justify-content: center; font: 500 .98rem var(--sans); text-decoration: none; cursor: pointer; padding: .9rem 1.7rem; border-radius: 999px; border: 0; background: var(--brun); color: var(--fond); }
.btn-primaire:hover { background: #000; color: var(--fond); }
.btn-primaire.large { width: 100%; }
.btn-ajout { font: 500 .9rem var(--sans); padding: .6rem 1.1rem; border-radius: 999px; border: 1.5px solid var(--brun); background: transparent; color: var(--brun); cursor: pointer; }
.btn-ajout:hover { background: var(--brun); color: var(--fond); }
