/* Shared storefront foundation — values come exclusively from css/tokens.css. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--creme); color: var(--encre); font-family: var(--corps); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.rs { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--ardoise); outline-offset: 3px; border-radius: var(--rayon-xs); }
.conteneur { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: clamp(16px, 5vw, 48px); }
section[id] { scroll-margin-top: calc(var(--entete-h) + 16px); }
.titre { font-family: var(--titre); font-weight: 800; letter-spacing: -.01em; line-height: 1.08; }
.suptitre { display: inline-flex; align-items: center; gap: 8px; font-family: var(--titre); font-weight: 800; font-size: .9rem; color: var(--tomette-btn); margin-bottom: 12px; }
.suptitre::before { content: ""; width: 22px; height: 3px; border-radius: 3px; background: var(--abricot); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--titre); font-weight: 800; font-size: 1rem; padding: 14px 22px; min-height: 52px; border-radius: 999px; text-decoration: none; border: 3px solid transparent; transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn--plein { background: var(--tomette-btn); color: var(--blanc); box-shadow: var(--ombre-s); }
.btn--plein:hover { background: var(--tomette-btn-h); }
.btn--contour { background: var(--blanc); color: var(--encre); border-color: var(--encre); }
.btn--contour:hover { background: var(--creme-2); }
.btn--xl { padding: 17px 28px; min-height: 60px; font-size: 1.08rem; }

.entete { position: sticky; top: 0; z-index: 100; height: var(--entete-h); background: rgba(255, 248, 238, .94); backdrop-filter: saturate(1.2) blur(8px); -webkit-backdrop-filter: saturate(1.2) blur(8px); border-bottom: 2px solid var(--abricot); }
.entete__barre { height: 100%; max-width: var(--max); margin-inline: auto; padding-inline: clamp(14px, 4vw, 40px); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.marque { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--encre); min-width: 0; }
.marque svg { width: 38px; height: 38px; flex: none; }
.marque__nom { font-family: var(--titre); font-weight: 800; font-size: 1.02rem; line-height: 1; }
.marque__nom small { display: block; font-size: .68rem; font-weight: 700; color: var(--tomette-btn); margin-top: 3px; }
.entete__actions { display: flex; align-items: center; gap: 10px; flex: none; }
.entete .btn { padding: 11px 18px; min-height: 44px; font-size: .95rem; }

.frise { width: 100%; height: clamp(74px, 12vw, 104px); color: var(--creme); }
.frise svg { width: 100%; height: 100%; }
.pied { background: var(--ardoise-fonce); color: var(--creme); padding-block: clamp(28px, 5vw, 44px) 20px; }
.pied__grille { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
@media (min-width: 720px) { .pied__grille { grid-template-columns: 1.3fr 1fr 1fr; } }
.pied__marque { display: flex; align-items: center; gap: 12px; }
.pied__marque svg { width: 52px; height: 52px; flex: none; }
.pied__marque h2 { font-family: var(--titre); font-weight: 800; font-size: 1.4rem; }
.pied__marque small { display: block; font-size: .82rem; font-weight: 700; color: var(--abricot); margin-top: 2px; }
.pied p, .pied li { color: rgba(255, 248, 238, .9); line-height: 1.7; }
.pied h3 { font-family: var(--titre); font-weight: 800; font-size: 1rem; margin-bottom: 8px; color: var(--abricot); }
.pied a { color: var(--creme); text-decoration: underline; text-underline-offset: 3px; }
.pied a:hover { color: var(--abricot); }
.pied__bas { max-width: var(--max); margin: 24px auto 0; padding-top: 18px; border-top: 1px solid rgba(255, 248, 238, .22); display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; justify-content: space-between; font-size: .82rem; color: rgba(255, 248, 238, .75); }
