/* ==========================================================================
   Les Décanteurs — feuille de style du site
   S'appuie sur les tokens du design system (/ds/styles.css).
   ========================================================================== */

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface-page);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-normal);
  -webkit-font-smoothing: antialiased;
}
[id] { scroll-margin-top: 88px; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; }

.container {
  width: min(var(--container), calc(100% - 2 * var(--container-gutter)));
  margin-inline: auto;
}
.txt-brand { color: var(--brand); }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--surface-dark); color: #fff; padding: 10px 16px;
  border-radius: 0 0 var(--radius-sm) 0; font-family: var(--font-display); font-weight: 700;
}
.skip-link:focus { left: 0; }

.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- Eyebrow / kicker ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: var(--fs-kicker); font-weight: var(--fw-extrabold);
  letter-spacing: var(--ls-kicker); text-transform: uppercase; color: var(--decant-vert-menthe-ink);
}
.eyebrow__tick { width: 28px; height: 3px; border-radius: 99px; background: var(--brand); }
.eyebrow--on-brand { color: rgba(255,255,255,.85); }
.eyebrow--on-brand .eyebrow__tick { background: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: var(--fw-extrabold); font-size: .9rem;
  line-height: 1; padding: 16px 22px; border-radius: var(--radius-sm); border: 1px solid transparent;
  cursor: pointer; white-space: nowrap; text-decoration: none;
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease);
}
.btn:hover { transform: var(--lift); }
.btn--sm { padding: 11px 16px; font-size: .78rem; }
.btn--lg { padding: 19px 30px; font-size: 1rem; }
.btn--primary { background: var(--brand); color: var(--brand-contrast); box-shadow: var(--shadow-brand); }
.btn--primary:hover { background: var(--brand-hover); }
.btn--secondary { background: transparent; color: var(--decant-bleu-nuit); border: 1.5px solid var(--brand); }
.btn--dark { background: var(--surface-dark); color: var(--text-on-dark); }
.btn--light { background: var(--decant-ivoire); color: var(--decant-bleu-nuit); box-shadow: 0 10px 26px rgba(23,42,58,.12); }
.btn--ghost { background: rgba(255,255,255,.7); color: var(--decant-bleu-nuit); border: 1px solid var(--line); }
.btn__arrow {
  display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,.18); color: #fff; font-size: .8rem;
}
.btn--light .btn__arrow, .btn--ghost .btn__arrow, .btn--secondary .btn__arrow { background: var(--brand); }

.icon-btn {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  font-size: 1.05rem; line-height: 1; border: 1px solid transparent;
  transition: transform var(--dur) var(--ease);
}
.icon-btn--dark { background: var(--surface-dark); color: #fff; }

/* ---------- Badges ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 13px;
  border-radius: var(--radius-pill); font-family: var(--font-display); font-weight: var(--fw-extrabold);
  font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; line-height: 1; white-space: nowrap;
}
.badge--coral { background: var(--brand); color: #fff; }
.badge--mint { background: var(--accent-mint); color: var(--decant-bleu-nuit); }
.badge--navy { background: var(--surface-dark); color: #fff; }
.badge--ivory { background: var(--decant-ivoire); color: var(--decant-bleu-nuit); }
.badge--mintsoft { background: var(--surface-mint-soft); color: var(--decant-vert-menthe-ink); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 90;
  background: rgba(250,247,240,.82); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23,42,58,.08);
}
.nav__inner {
  width: min(var(--container), calc(100% - 2 * var(--container-gutter)));
  margin-inline: auto; display: flex; align-items: center; gap: 30px; padding: 14px 0;
}
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: var(--text-body); }
.brand__mark {
  width: 32px; height: 32px; border-radius: 11px; background: var(--surface-dark);
  position: relative; transform: rotate(-6deg); display: inline-block; flex: 0 0 auto;
}
.brand__mark::after {
  content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%;
  background: var(--brand); right: 5px; bottom: 5px;
}
.brand__mark--light { background: #fff; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; letter-spacing: -.05em; }
.nav__links { flex: 1; display: flex; justify-content: center; gap: 26px; }
.nav__links a {
  font-family: var(--font-body); font-weight: 700; font-size: .88rem;
  color: var(--decant-bleu-nuit-2); text-decoration: none;
}
.nav__links a:hover { color: var(--brand); }
.nav__actions { display: flex; gap: 10px; }
.nav__burger {
  display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px;
  align-items: center; justify-content: center; background: transparent; border: 1px solid var(--line);
  border-radius: var(--radius-sm); cursor: pointer;
}
.nav__burger span { width: 20px; height: 2px; background: var(--decant-bleu-nuit); border-radius: 2px; transition: transform var(--dur) var(--ease), opacity var(--dur); }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile {
  display: none; flex-direction: column; gap: 4px; padding: 12px var(--container-gutter) 20px;
  border-top: 1px solid var(--line);
}
.nav__mobile:not([hidden]) { display: flex; }
.nav__mobile a { padding: 12px 6px; text-decoration: none; font-family: var(--font-display); font-weight: 700; color: var(--decant-bleu-nuit); }
.nav__mobile .btn { margin-top: 8px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(120deg,#F1FAF6 0%,#F7F0E7 52%,#FCEAE3 100%); }
.hero__blob { position: absolute; border-radius: 50%; }
.hero__blob--mint { top: -120px; left: -80px; width: 420px; height: 420px; background: radial-gradient(circle,rgba(143,227,207,.55),transparent 68%); animation: blob 12s var(--ease) infinite; }
.hero__blob--coral { bottom: -140px; right: 22%; width: 360px; height: 360px; background: radial-gradient(circle,rgba(255,90,69,.28),transparent 68%); animation: blob 15s var(--ease) infinite reverse; }
.hero__inner {
  position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 40px;
  align-items: center; padding: 78px 0 84px; min-height: 520px;
}
.hero__copy { max-width: 560px; }
.hero__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(3.2rem,6.2vw,5.8rem); line-height: .86; letter-spacing: -.07em; margin-top: 16px; }
.hero__lead { font-size: 1.14rem; color: #3C525B; max-width: 440px; line-height: 1.7; margin: 26px 0 28px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
.hero__chip {
  padding: 10px 13px; border: 1px solid var(--line); background: rgba(255,255,255,.72);
  backdrop-filter: blur(4px); border-radius: 999px; font-size: .8rem; font-weight: 800;
  font-family: var(--font-display); box-shadow: var(--shadow-sm);
}
.hero__stage { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero__card {
  position: absolute; left: 8%; right: 8%; top: 18px; bottom: 118px; border-radius: 38px;
  background: linear-gradient(150deg,var(--surface-dark) 0%,#20455A 100%); transform: rotate(-3deg);
  box-shadow: var(--shadow-card); overflow: hidden;
}
.hero__card-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.09) 1.5px,transparent 1.5px); background-size: 20px 20px; }
.hero__card-blob { position: absolute; top: -46px; right: -40px; width: 180px; height: 180px; border-radius: 50%; background: var(--brand); opacity: .92; }
.hero__bottles { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); width: 115%; max-width: none; height: auto; filter: drop-shadow(0 26px 34px rgba(23,42,58,.4)); }
.hero__float {
  position: absolute; display: flex; align-items: center; gap: 10px; border-radius: 16px;
  padding: 11px 15px; box-shadow: var(--shadow-md); z-index: 3;
}
.hero__float strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: .92rem; }
.hero__float span { font-size: .66rem; color: var(--text-muted); }
.hero__float--count { bottom: 20%; left: -4%; background: var(--accent-mint); animation: floaty 8s var(--ease) infinite; }
.hero__float--count strong { color: var(--decant-bleu-nuit); font-size: .82rem; }
.hero__float--count span { color: var(--decant-vert-menthe-ink); }
.hero__float-ic { color: var(--decant-bleu-nuit); display: inline-flex; }
.hero__trustindex { position: absolute; top: 12px; right: 16px; z-index: 6; width: min(300px, 46vw); }
@media (max-width: 860px) { .hero__trustindex { position: static; width: auto; margin: 0 auto; padding: 14px var(--container-gutter) 0; display: flex; justify-content: center; } }

/* ---------- Ticker ---------- */
.ticker { background: var(--surface-dark); color: #fff; overflow: hidden; white-space: nowrap; }
.ticker__track { display: inline-flex; gap: 38px; padding: 18px 0; min-width: max-content; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; animation: ticker 26s linear infinite; }
.ticker__sep { color: var(--brand); }

/* ---------- Section scaffolding ---------- */
.section { padding: 96px 0; }
.section--card { background: var(--surface-card); }
.section--caves { background: linear-gradient(180deg,#F2FBF8,#FAF7F0); }
.section__head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 44px; flex-wrap: wrap; }
.section__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem,4vw,3.6rem); line-height: .96; letter-spacing: -.06em; margin-top: 14px; max-width: 760px; }
.section__copy { max-width: 460px; color: var(--text-muted); line-height: 1.7; }

/* ---------- Products ---------- */
.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: stretch; }
.product-card { display: flex; flex-direction: column; background: var(--surface-card); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.product-card__media { position: relative; padding: 18px; background: var(--decant-ivoire); }
.product-card__flag { position: absolute; top: 16px; left: 16px; z-index: 2; }
.product-card__wish {
  position: absolute; top: 14px; right: 14px; z-index: 2; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.9); border: 1px solid var(--line); color: var(--decant-bleu-nuit);
  cursor: pointer; font-size: 1rem; display: grid; place-items: center;
}
.product-card__wish[aria-pressed="true"] { color: var(--brand); }
.product-card__bottle { height: 210px; display: grid; place-items: center; }
.product-card__bottle img { max-height: 100%; max-width: 60%; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(23,42,58,.22)); }
.bottle-shape { width: 70px; height: 190px; border-radius: 10px 10px 6px 6px; background: linear-gradient(180deg,#1d3a31,#12261f); box-shadow: var(--shadow-sm); }
.product-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 4px; }
.product-card__name { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: var(--ls-tight); }
.product-card__appellation { margin: 0; font-family: var(--font-editorial); font-style: italic; font-size: 1.05rem; }
.product-card__region { margin: 6px 0 0; font-family: var(--font-display); font-weight: 700; font-size: .8rem; letter-spacing: .02em; color: var(--decant-vert-menthe-ink); }
.product-card__notes { margin: 4px 0 0; color: var(--text-muted); font-size: .9rem; }
.product-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
.product-card__price { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; }

/* ---------- Advantage block ---------- */
.advantage { background: var(--surface-dark); color: var(--text-on-dark); border-radius: var(--radius-lg); padding: 30px 32px; margin-top: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.advantage__row { display: flex; align-items: flex-start; gap: 18px; }
.advantage__ic { flex: 0 0 auto; color: var(--accent-mint); display: inline-flex; margin-top: 2px; }
.advantage__title { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; letter-spacing: .02em; text-transform: uppercase; }
.advantage__sub { color: var(--text-on-dark-muted); font-size: .9rem; margin-top: 3px; }

/* ---------- Agenda ---------- */
.agenda { border-radius: 30px; overflow: hidden; border: 1px solid var(--line); background: var(--surface-page); }
.agenda__row { display: grid; grid-template-columns: 130px 1fr auto; gap: 24px; align-items: center; padding: 24px 26px; border-bottom: 1px solid var(--line); }
.agenda__row:last-child { border-bottom: none; }
.agenda__date { font-family: var(--font-display); font-weight: 700; color: var(--decant-vert-menthe-ink); }
.agenda__date strong { display: block; font-size: 3rem; line-height: .9; color: var(--text-body); letter-spacing: -.07em; }
.agenda__title { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; letter-spacing: -.04em; }
.agenda__meta { color: var(--text-muted); font-size: .86rem; margin-top: 5px; }
.agenda__more { display: flex; justify-content: center; margin-top: 28px; }

/* ---------- Caves ---------- */
.caves { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.cave-card { background: #fff; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); display: flex; flex-direction: column; }
.cave-card:hover { transform: var(--lift-card); box-shadow: var(--shadow-card); }
.cave-card__media { position: relative; background: var(--tint); padding: 30px; display: grid; place-items: center; min-height: 270px; }
.cave-card__num { position: absolute; top: 18px; left: 18px; width: 48px; height: 48px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; box-shadow: var(--shadow-brand); z-index: 2; }
.cave-card__town { position: absolute; top: 18px; left: 50%; transform: translateX(-30%); background: var(--surface-dark); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: .72rem; letter-spacing: .08em; padding: 9px 16px; border-radius: 999px; white-space: nowrap; }
.shelf { background: #fff; border-radius: 18px; padding: 20px; box-shadow: 0 18px 40px rgba(23,42,58,.16); width: 78%; }
.shelf__box { background: var(--surface-dark); border-radius: 10px; padding: 14px; display: flex; gap: 10px; }
.shelf__bottle { flex: 1; background: var(--c); border-radius: 7px; height: 92px; position: relative; }
.shelf__bottle::after { content: ""; position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%); width: 20px; height: 58px; border-radius: 7px 7px 3px 3px; background: #12261f; }
.shelf__bottle:nth-child(2)::after { background: #5A1220; }
.shelf__bar { display: block; height: 9px; width: 52%; margin: 14px auto 2px; border-radius: 99px; background: var(--brand); }
.cave-card__media--photo { padding: 0; }
.cave-card__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.cave-card__media--photo .cave-card__town { z-index: 2; }
.cave-card__body { padding: 26px 26px 24px; display: flex; flex-direction: column; flex: 1; }
.cave-card__title { font-family: var(--font-display); font-weight: 800; font-size: 1.85rem; letter-spacing: -.04em; }
.cave-card__desc { color: var(--text-muted); line-height: 1.6; margin: 12px 0 18px; }
.cave-card__tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.cave-card__info { border-top: 1px solid var(--line); padding-top: 20px; }
.cave-card__info-head { font-family: var(--font-display); font-weight: 800; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }
.cave-card__info-line { display: flex; gap: 12px; align-items: flex-start; font-size: .94rem; color: var(--decant-bleu-nuit); line-height: 1.45; margin-bottom: 14px; }
.cave-card__info-line a { text-decoration: none; }
.cave-card__info-line a:hover { color: var(--brand); }
.cave-card__ic { flex: 0 0 auto; color: var(--brand); margin-top: 2px; display: inline-flex; }
.cave-card__foot { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-family: var(--font-display); font-weight: 800; font-size: 1.02rem; }

/* ---------- Bento (marque) ---------- */
.bento { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: auto auto; gap: 18px; }
.bento__hero { grid-row: 1 / span 2; background: var(--surface-dark); color: #fff; border-radius: 24px; padding: 38px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.bento__hero h3 { font-family: var(--font-display); font-weight: 800; font-size: 2rem; letter-spacing: -.04em; line-height: 1.02; }
.bento__hero p { color: var(--text-on-dark-muted); line-height: 1.65; margin-top: 18px; }
.bento__hero-foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding-top: 40px; }
.bento__big { font-family: var(--font-display); font-weight: 900; font-size: 9rem; line-height: .7; color: var(--accent-mint); letter-spacing: -.06em; }
.bento__pills { display: flex; flex-direction: column; gap: 9px; }
.bento__pills span { background: var(--surface-dark-deep); border: 1px solid var(--line-on-dark); border-radius: 999px; padding: 10px 18px; font-family: var(--font-display); font-weight: 700; font-size: .86rem; text-align: right; }
.bento__visual { background: var(--surface-dark); border-radius: 24px; overflow: hidden; position: relative; min-height: 250px; display: grid; place-items: center; }
.bento__visual-blob { position: absolute; top: 30px; right: 40px; width: 110px; height: 110px; border-radius: 50%; background: var(--brand); }
.bento__bottles { display: flex; gap: 22px; align-items: flex-end; z-index: 1; padding-bottom: 54px; }
.bento__bottle { display: flex; flex-direction: column; align-items: center; }
.bento__cap { width: 34px; height: 34px; border-radius: 50%; background: #E8B58C; }
.bento__body { width: 52px; height: 58px; border-radius: 16px 16px 6px 6px; margin-top: 4px; }
.bento__caption { position: absolute; left: 18px; bottom: 18px; right: 18px; background: rgba(250,247,240,.92); backdrop-filter: blur(6px); border-radius: 13px; padding: 13px 16px; font-family: var(--font-display); font-weight: 800; color: var(--decant-bleu-nuit); font-size: 1rem; }
.bento__cell { border-radius: 24px; padding: 30px; display: flex; flex-direction: column; }
.bento__cell h4 { font-family: var(--font-display); font-weight: 800; font-size: 1.55rem; letter-spacing: -.035em; line-height: 1.03; }
.bento__cell p { line-height: 1.6; margin-top: 14px; font-size: .95rem; }
.bento__cell--brand { background: var(--brand); color: #fff; }
.bento__cell--brand p { color: rgba(255,255,255,.85); }
.bento__cell--mint { background: var(--accent-mint); color: var(--decant-bleu-nuit); }
.bento__cell--mint p { color: #20584F; }
.bento__cell--ivory { background: var(--decant-ivoire); color: var(--decant-bleu-nuit); border: 1px solid var(--line); }
.bento__cell--ivory p { color: var(--text-muted); }

/* ---------- Devis / calculateur ---------- */
.devis { background: var(--surface-dark); padding: 96px 0; }
.devis__inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 22px; align-items: stretch; }
.devis__intro { position: relative; overflow: hidden; background: var(--brand); color: #fff; border-radius: 24px; padding: 40px; }
.devis__ghost { position: absolute; right: -10px; bottom: -40px; font-family: var(--font-display); font-weight: 900; font-size: 13rem; line-height: 1; color: rgba(255,255,255,.12); letter-spacing: -.06em; }
.devis__intro-body { position: relative; }
.devis__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem,3.6vw,3.4rem); line-height: .94; letter-spacing: -.05em; margin-top: 16px; }
.devis__intro p { color: rgba(255,255,255,.9); line-height: 1.6; margin-top: 22px; max-width: 400px; }
.devis__panel { background: #fff; border-radius: 24px; padding: 32px; }
.calc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.calc__result { background: var(--surface-dark); border-radius: 18px; padding: 22px 26px; margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.calc__result-label { color: var(--text-on-dark-muted); font-size: .86rem; }
.calc__result-value { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; letter-spacing: -.04em; color: var(--accent-mint); line-height: 1; }

/* ---------- Form fields ---------- */
.field { display: block; }
.field__label { font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--decant-vert-menthe-ink); display: block; margin-bottom: 7px; }
.field__opt { text-transform: none; letter-spacing: 0; font-weight: 400; }
.field__input { width: 100%; border: 1px solid rgba(23,42,58,.12); border-radius: 14px; padding: 14px 16px; background: #fff; font-family: var(--font-body); font-size: .95rem; color: var(--decant-bleu-nuit); }
.field__input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(255,90,69,.15); }
.field__select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,var(--decant-bleu-nuit) 50%),linear-gradient(135deg,var(--decant-bleu-nuit) 50%,transparent 50%); background-position: calc(100% - 20px) 20px,calc(100% - 15px) 20px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.grid-2--email { grid-template-columns: 1.4fr 1fr; }

/* chips (topics) */
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; padding: 11px 15px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: .82rem; background: #fff; color: var(--decant-bleu-nuit); border: 1px solid rgba(23,42,58,.14); transition: all var(--dur) var(--ease); }
.chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.chip__tick { width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; font-size: .62rem; background: rgba(23,42,58,.08); color: transparent; }
.chip:has(input:checked) { background: var(--surface-dark); color: #fff; border-color: var(--surface-dark); }
.chip:has(input:checked) .chip__tick { background: var(--brand); color: #fff; }
.chip:has(input:focus-visible) { box-shadow: 0 0 0 3px rgba(255,90,69,.25); }

.check { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; }
.check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--brand); }
.check span { font-size: .92rem; color: var(--decant-bleu-nuit); line-height: 1.5; }

/* ---------- Newsletter ---------- */
.newsletter { padding: 80px 0; background: var(--surface-card); }
.newsletter__panel { background: var(--surface-mint); border-radius: 34px; padding: 48px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: start; }
.newsletter__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem,3.4vw,3.2rem); line-height: .93; letter-spacing: -.06em; margin-top: 12px; }
.newsletter__intro p { margin-top: 18px; color: #20584F; line-height: 1.65; }
.newsletter__form { background: #fff; border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 20px; }
.newsletter__alert { border-top: 1px solid rgba(23,42,58,.1); padding-top: 18px; }
.newsletter__alert-input { margin-top: 12px; }
.newsletter__submit { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.newsletter__consent { font-size: .76rem; color: var(--text-muted); max-width: 340px; }
.newsletter__error { margin: 0; color: var(--brand); font-weight: 700; font-size: .88rem; }
.newsletter__thanks { background: #fff; border-radius: 20px; padding: 40px; text-align: center; }
.newsletter__thanks-title { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; letter-spacing: -.03em; color: var(--decant-bleu-nuit); }
.newsletter__thanks p { color: var(--text-muted); margin: 10px 0 0; }

/* ---------- Footer ---------- */
.footer { background: var(--surface-dark-deep); color: #fff; }
.footer .container { padding-top: 40px; }
.footer__ribbon { position: relative; overflow: hidden; background: var(--brand); border-radius: 28px; padding: 40px 44px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.footer__ribbon-blob { position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.12); }
.footer__ribbon-text { position: relative; }
.footer__ribbon-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem,3vw,2.6rem); letter-spacing: -.04em; line-height: 1; margin-top: 8px; }
.footer__ribbon-actions { position: relative; display: flex; gap: 10px; flex-wrap: wrap; }
.footer__grid { display: grid; grid-template-columns: 1.25fr 1.5fr .8fr; gap: 44px; padding: 54px 0 40px; }
.footer__about p { color: var(--text-on-dark-muted); font-size: .9rem; line-height: 1.75; margin: 18px 0 22px; max-width: 320px; }
.brand--footer .brand__name { font-size: 1.6rem; }
.footer__socials { display: flex; gap: 10px; }
.footer__socials a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-on-dark); display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.04); transition: background var(--dur); }
.footer__socials a:hover { background: rgba(255,255,255,.12); }
.footer__heading { font-family: var(--font-display); color: var(--accent-mint); margin-bottom: 18px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer__caves-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.footer__cave { background: rgba(255,255,255,.04); border: 1px solid var(--line-on-dark); border-radius: 16px; padding: 16px; }
.footer__cave-town { font-family: var(--font-display); font-weight: 800; font-size: .92rem; letter-spacing: -.02em; margin-bottom: 10px; }
.footer__cave-line { display: flex; gap: 7px; color: var(--text-on-dark-muted); font-size: .78rem; text-decoration: none; line-height: 1.4; margin-bottom: 10px; }
.footer__cave-phone { display: flex; gap: 7px; align-items: center; color: #fff; font-size: .82rem; text-decoration: none; font-family: var(--font-display); font-weight: 700; }
.footer__cave-ic { color: var(--brand); flex: 0 0 auto; margin-top: 1px; display: inline-flex; }
.footer__nav { display: flex; flex-direction: column; gap: 11px; }
.footer__nav a { color: var(--text-on-dark-muted); font-size: .9rem; text-decoration: none; }
.footer__nav a:hover { color: #fff; }
.footer__cities { border-top: 1px solid var(--line-on-dark); padding: 26px 0 10px; }
.footer__cities-list { display: flex; flex-wrap: wrap; gap: 8px 0; }
.footer__cities-list a { color: var(--text-on-dark-muted); font-size: .82rem; text-decoration: none; padding: 0 14px; border-right: 1px solid var(--line-on-dark); line-height: 1; }
.footer__cities-list a:first-child { padding-left: 0; }
.footer__cities-list a:last-child { border-right: none; }
.footer__cities-list a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid var(--line-on-dark); padding: 22px 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: var(--text-on-dark-muted); font-size: .78rem; }
.footer__legal { display: flex; gap: 20px; align-items: center; }
.footer__legal a { color: inherit; text-decoration: none; }
.footer__legal a:hover { color: #fff; }

/* ---------- Event page ---------- */
.eyebrow--mint { color: var(--accent-mint); }
.event-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg,#12261F 0%,#172A3A 60%,#0E1C28 100%); }
.event-hero__glow { position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle,rgba(255,90,69,.35),transparent 70%); }
.event-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.event-hero__scrim { position: absolute; inset: 0; background: linear-gradient(120deg,rgba(18,38,31,.92),rgba(14,28,40,.72)); }
.event-hero__inner { position: relative; padding: 64px 0 72px; }
.breadcrumb { display: flex; align-items: center; gap: 10px; font-size: .82rem; color: var(--text-on-dark-muted); margin-bottom: 22px; flex-wrap: wrap; }
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb__current { color: var(--accent-mint); }
.event-hero__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem,5vw,4.6rem); line-height: .92; letter-spacing: -.05em; margin-top: 16px; max-width: 900px; }
.event-hero__meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.meta-chip { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.08); border: 1px solid var(--line-on-dark); border-radius: 999px; padding: 11px 17px; font-family: var(--font-display); font-weight: 700; font-size: .9rem; }
.event-hero__cta { margin-top: 30px; }

.event-body { display: grid; grid-template-columns: 1.7fr .9fr; gap: 48px; padding: 80px 0; }
.event-main { display: flex; flex-direction: column; gap: 46px; }
.event-h2 { font-family: var(--font-display); font-weight: 800; font-size: 2rem; letter-spacing: -.04em; margin-bottom: 10px; }
.event-lead { color: var(--text-body); font-size: 1.1rem; line-height: 1.7; max-width: 620px; margin: 0 0 14px; }
.event-p { color: var(--text-muted); line-height: 1.7; max-width: 620px; margin: 0 0 12px; }
.event-programme { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 12px; }
.event-programme li { position: relative; padding-left: 30px; color: var(--text-body); line-height: 1.5; }
.event-programme li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: var(--surface-mint-soft); border: 3px solid var(--brand); box-sizing: border-box; }
.spirit-list { display: flex; flex-direction: column; gap: 18px; margin-top: 22px; }
.spirit { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; padding: 22px; background: var(--surface-card); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.spirit__num { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--brand); letter-spacing: -.03em; }
.spirit__name { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; letter-spacing: -.03em; margin: 0; }
.spirit__desc { color: var(--text-muted); line-height: 1.65; margin: 8px 0 0; font-size: .95rem; }

.event-aside { align-self: start; position: sticky; top: 90px; }
.info-card { background: var(--surface-card); border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: var(--shadow-md); }
.info-card__head { font-family: var(--font-display); font-weight: 800; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brand); margin-bottom: 18px; }
.info-card__rows { display: flex; flex-direction: column; gap: 16px; font-size: .94rem; color: var(--decant-bleu-nuit); }
.info-card__row { display: flex; gap: 12px; align-items: flex-start; line-height: 1.5; }
.info-card__row a { color: inherit; text-decoration: none; }
.info-card__row a:hover { color: var(--brand); }
.info-card__ic { flex: 0 0 auto; color: var(--brand); margin-top: 2px; display: inline-flex; }
.info-card__actions { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.info-card__btn { width: 100%; }

/* Inscription form */
.reserve { width: min(760px, calc(100% - 2 * var(--container-gutter))); margin-inline: auto; }
.reserve__head { text-align: center; margin-bottom: 32px; }
.reserve__head .eyebrow { justify-content: center; }
.reserve__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem,3.4vw,3rem); letter-spacing: -.05em; margin-top: 12px; }
.reserve__sub { color: var(--text-muted); max-width: 460px; margin: 12px auto 0; line-height: 1.6; }
.reserve__form { background: var(--surface-card); border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: var(--shadow-md); display: flex; flex-direction: column; gap: 18px; }
.reserve__form textarea { resize: vertical; font-family: var(--font-body); }
.field--narrow { max-width: 220px; }
.field__hint { margin: -6px 0 0; font-size: .8rem; color: var(--text-muted); }
.reserve__submit { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.reserve__legal { font-size: .78rem; color: var(--text-muted); max-width: 340px; }
.reserve__error { margin: 0; color: var(--brand); font-weight: 700; font-size: .88rem; }
.reserve__thanks { background: var(--surface-mint); border-radius: 20px; padding: 40px; text-align: center; }
.reserve__thanks-title { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; letter-spacing: -.03em; color: var(--decant-bleu-nuit); }
.reserve__thanks p { color: #20584F; margin: 10px 0 0; }

@media (max-width: 1024px) {
  .event-body { grid-template-columns: 1fr; gap: 32px; padding: 56px 0; }
  .event-aside { position: static; }
}

/* ---------- Page hero (en-tête de page intérieure) ---------- */
.page-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg,#12261F 0%,#172A3A 60%,#0E1C28 100%); }
.page-hero__glow { position: absolute; right: -80px; top: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle,rgba(255,90,69,.35),transparent 70%); }
.page-hero__inner { position: relative; padding: 60px 0 66px; }
.page-hero__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem,4.6vw,4.2rem); line-height: .94; letter-spacing: -.05em; margin-top: 16px; max-width: 820px; }
.page-hero__lead { color: var(--text-on-dark-muted); line-height: 1.7; max-width: 560px; margin: 22px 0 0; }

/* ---------- Agenda page ---------- */
.agenda-list { display: flex; flex-direction: column; gap: 18px; }
.agenda-card { display: grid; grid-template-columns: 96px 1fr auto; gap: 26px; align-items: center; background: var(--surface-card); border: 1px solid var(--line); border-radius: 22px; padding: 24px 28px; box-shadow: var(--shadow-sm); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.agenda-card:hover { transform: var(--lift); box-shadow: var(--shadow-md); }
.agenda-card__date { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--surface-mint-soft); border-radius: 16px; padding: 12px 6px; text-align: center; }
.agenda-card__month { font-family: var(--font-display); font-weight: 800; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--decant-vert-menthe-ink); }
.agenda-card__day { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; line-height: .9; letter-spacing: -.06em; color: var(--text-body); }
.agenda-card__tags { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.cat-chip { display: inline-flex; align-items: center; padding: 5px 12px; border-radius: var(--radius-pill); font-family: var(--font-display); font-weight: 800; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.cat--degustation { background: var(--surface-mint-soft); color: var(--decant-vert-menthe-ink); }
.cat--operation { background: #FCE4D8; color: #B4472A; }
.cat--divers { background: rgba(23,42,58,.08); color: var(--decant-bleu-nuit-2); }
.agenda-card__places { font-size: .72rem; font-weight: 700; color: var(--text-muted); }
.agenda-card__title { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: -.04em; margin: 0; }
.agenda-card__title a { text-decoration: none; }
.agenda-card__title a:hover { color: var(--brand); }
.agenda-card__where { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; font-family: var(--font-display); font-weight: 700; font-size: .84rem; color: var(--decant-vert-menthe-ink); }
.agenda-card__accroche { color: var(--text-muted); line-height: 1.55; margin: 10px 0 0; max-width: 560px; }
.agenda-card__meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; color: var(--text-muted); font-size: .84rem; }
.agenda-card__meta span { display: inline-flex; align-items: center; gap: 7px; }
.agenda-card__meta svg, .agenda-card__where svg { color: var(--brand); flex: 0 0 auto; }
.agenda-empty { text-align: center; padding: 40px 0; }
.agenda-empty .section__copy { margin: 14px auto 22px; }

@media (max-width: 760px) {
  .agenda-card { grid-template-columns: 72px 1fr; row-gap: 16px; padding: 20px; }
  .agenda-card__action { grid-column: 1 / -1; }
  .agenda-card__action .btn { width: 100%; }
  .agenda-card__day { font-size: 2rem; }
}

/* ---------- Pages SEO locales ---------- */
.loc-intro { max-width: 760px; }
.loc-intro__p { font-size: 1.08rem; line-height: 1.75; color: var(--text-body); margin: 0 0 16px; }
.loc-intro__p:first-child { font-size: 1.2rem; }
.loc-caves { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; }
.loc-cave { margin: 0; }
.loc-secondary { background: var(--surface-mint-soft); border-radius: 22px; padding: 28px; }
.loc-secondary__title { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; letter-spacing: -.03em; margin: 0 0 12px; color: var(--decant-vert-menthe-ink); }
.loc-secondary p { color: var(--decant-bleu-nuit); line-height: 1.6; margin: 0 0 10px; }
.loc-secondary a { color: inherit; }
.loc-secondary__line { display: flex; align-items: center; gap: 8px; font-size: .92rem; }
.loc-secondary__line .cave-card__ic { color: var(--brand); }
.loc-cta-ribbon { position: relative; overflow: hidden; background: var(--brand); color: #fff; border-radius: 28px; padding: 40px 44px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.loc-cta-ribbon__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem,3vw,2.4rem); letter-spacing: -.04em; line-height: 1; margin: 8px 0; }
.loc-cta-ribbon p { color: rgba(255,255,255,.9); margin: 0; max-width: 420px; }

/* Page-hub Nos caves */
.hub-cave { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); }
.hub-cave:last-child { border-bottom: none; }
.hub-cave__card { margin: 0; border-top: 4px solid var(--tint); }
.hub-cave__title { font-family: var(--font-display); font-weight: 800; font-size: 1.85rem; letter-spacing: -.04em; margin: 4px 0 0; }
.hub-cave__desc { color: var(--text-muted); line-height: 1.65; margin: 12px 0 0; }
.hub-cave__label { font-family: var(--font-display); font-weight: 700; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--decant-vert-menthe-ink); margin: 22px 0 12px; }
.hub-cave__links { display: flex; flex-wrap: wrap; gap: 10px; }
.hub-town { display: inline-flex; align-items: center; gap: 6px; padding: 9px 15px; border-radius: var(--radius-pill); background: var(--surface-page); border: 1px solid var(--line); font-family: var(--font-display); font-weight: 700; font-size: .86rem; color: var(--decant-bleu-nuit); text-decoration: none; transition: all var(--dur) var(--ease); }
.hub-town span { color: var(--brand); transition: transform var(--dur) var(--ease); }
.hub-town:hover { border-color: var(--brand); color: var(--brand); }
.hub-town:hover span { transform: translateX(3px); }

@media (max-width: 860px) { .hub-cave { grid-template-columns: 1fr; gap: 20px; } }

/* FAQ (accordéon accessible) */
.loc-faq { max-width: 820px; }
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: var(--surface-page); border: 1px solid var(--line); border-radius: 16px; padding: 4px 22px; }
.faq__q { cursor: pointer; list-style: none; padding: 18px 30px 18px 0; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; letter-spacing: -.02em; color: var(--text-body); position: relative; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--brand); font-weight: 400; line-height: 1; }
.faq__item[open] .faq__q::after { content: "–"; }
.faq__a { padding: 0 0 20px; color: var(--text-muted); line-height: 1.7; }

@media (max-width: 860px) {
  .loc-caves { grid-template-columns: 1fr; }
  .loc-cta-ribbon { padding: 28px; }
}

/* ---------- Slot widget Trustindex ---------- */
.ti-slot { margin: 14px 0 18px; }
.ti-slot:empty { display: none; }
.cave-card__body .ti-slot { margin: 2px 0 18px; }
.hub-cave__towns .ti-slot { margin: 16px 0 4px; }

/* ---------- Mentions légales ---------- */
.page-hero--slim .page-hero__inner { padding: 46px 0 40px; }
.legal { max-width: 760px; }
.legal__h2 { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; letter-spacing: -.03em; margin: 34px 0 12px; }
.legal__h2:first-child { margin-top: 0; }
.legal__p { color: var(--text-body); line-height: 1.75; margin: 0 0 14px; }
.legal__list { list-style: none; padding: 0; margin: 0 0 14px; display: flex; flex-direction: column; gap: 8px; }
.legal__list li { color: var(--text-body); line-height: 1.6; }
.legal__k { font-family: var(--font-display); font-weight: 700; color: var(--decant-vert-menthe-ink); }
.legal a { color: var(--link); }

/* ==========================================================================
   Simulateur de devis (wizard)
   ========================================================================== */
.wizard { max-width: 860px; margin-inline: auto; background: var(--surface-card); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow-card); padding: 36px; position: relative; }

/* Progress */
.wz-progress { list-style: none; margin: 0 0 30px; padding: 0 0 8px; display: flex; justify-content: space-between; position: relative; }
.wz-progress__item { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 1; text-align: center; position: relative; z-index: 1; }
.wz-progress__dot { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-page); border: 2px solid var(--line); font-family: var(--font-display); font-weight: 800; font-size: .9rem; color: var(--text-muted); transition: all var(--dur) var(--ease); }
.wz-progress__label { font-family: var(--font-display); font-weight: 700; font-size: .74rem; letter-spacing: .01em; color: var(--text-muted); max-width: 90px; }
.wz-progress__item.is-active .wz-progress__dot { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: var(--shadow-brand); transform: scale(1.08); }
.wz-progress__item.is-active .wz-progress__label { color: var(--text-body); }
.wz-progress__item.is-done .wz-progress__dot { background: var(--accent-mint); border-color: var(--accent-mint); color: var(--decant-bleu-nuit); }
.wz-progress__bar { position: absolute; left: 6%; right: 6%; top: 17px; height: 3px; background: var(--line); border-radius: 99px; z-index: 0; }
.wz-progress__bar-fill { display: block; height: 100%; width: 0; background: var(--brand); border-radius: 99px; transition: width var(--dur-slow) var(--ease); }

/* Steps */
.wz-step { border: 0; margin: 0; padding: 0; min-width: 0; animation: wzIn var(--dur-slow) var(--ease); }
.wz-step[hidden] { display: none; }
@keyframes wzIn { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: none; } }
.wz-step__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.4rem,2.6vw,2rem); letter-spacing: -.04em; margin: 0 0 22px; padding: 0; }
.wz-field { margin: 22px 0; }
.wz-field:first-of-type { margin-top: 0; }
.wz-label { display: block; font-family: var(--font-display); font-weight: 700; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--decant-vert-menthe-ink); margin-bottom: 12px; }
.wz-hint { color: var(--text-muted); font-size: .9rem; }

/* Choice cards (radio) */
.choice-grid { display: grid; gap: 12px; }
.choice-grid--4 { grid-template-columns: repeat(4, 1fr); }
.choice-grid--3 { grid-template-columns: repeat(3, 1fr); }
.choice-grid--2 { grid-template-columns: repeat(2, 1fr); }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice__box { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 18px 12px; min-height: 96px; border: 1.5px solid var(--line); border-radius: 18px; background: var(--surface-page); cursor: pointer; transition: all var(--dur) var(--ease); font-family: var(--font-display); font-weight: 700; font-size: .9rem; color: var(--decant-bleu-nuit); }
.choice__emoji { font-size: 1.7rem; line-height: 1; }
.choice__box:hover { border-color: var(--line-strong); transform: var(--lift); }
.choice input:checked ~ .choice__box { border-color: var(--brand); background: #FFF3F1; box-shadow: 0 0 0 3px rgba(255,90,69,.14); }
.choice input:focus-visible ~ .choice__box { box-shadow: 0 0 0 3px rgba(255,90,69,.3); }

/* Stepper */
.stepper { display: inline-flex; align-items: center; gap: 4px; background: var(--surface-page); border: 1.5px solid var(--line); border-radius: 999px; padding: 6px; }
.stepper__btn { width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--surface-dark); color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: transform var(--dur) var(--ease), background var(--dur); }
.stepper__btn:hover { background: var(--brand); transform: scale(1.05); }
.stepper__input { width: 90px; text-align: center; border: 0; background: transparent; font-family: var(--font-display); font-weight: 800; font-size: 1.8rem; color: var(--text-body); -moz-appearance: textfield; }
.stepper__input::-webkit-outer-spin-button, .stepper__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper__unit { padding: 0 14px 0 6px; color: var(--text-muted); font-weight: 700; font-family: var(--font-display); }

/* Category toggles */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cat-toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.cat-toggle__box { position: relative; display: flex; align-items: center; gap: 12px; padding: 16px 18px; border: 1.5px solid var(--line); border-radius: 16px; background: var(--surface-page); cursor: pointer; font-family: var(--font-display); font-weight: 700; transition: all var(--dur) var(--ease); }
.cat-toggle__emoji { font-size: 1.4rem; }
.cat-toggle__label { flex: 1; }
.cat-toggle__check { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--line-strong); display: grid; place-items: center; color: transparent; font-size: .72rem; transition: all var(--dur) var(--ease); }
.cat-toggle__box:hover { border-color: var(--line-strong); }
.cat-toggle input:checked ~ .cat-toggle__box { border-color: var(--accent-mint); background: var(--surface-mint-soft); }
.cat-toggle input:checked ~ .cat-toggle__box .cat-toggle__check { border-color: var(--brand); background: var(--brand); color: #fff; }
.cat-toggle input:focus-visible ~ .cat-toggle__box { box-shadow: 0 0 0 3px rgba(143,227,207,.4); }

/* References */
.refs { margin-top: 22px; padding-top: 22px; border-top: 1px dashed var(--line); animation: wzIn var(--dur) var(--ease); }
.refs__title { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; letter-spacing: -.03em; margin: 0; }
.refs__hint { color: var(--text-muted); font-size: .9rem; margin: 4px 0 14px; }
.refs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ref-card input { position: absolute; opacity: 0; width: 0; height: 0; }
.ref-card__box { position: relative; display: block; padding: 16px; border: 1.5px solid var(--line); border-radius: 16px; background: var(--surface-page); cursor: pointer; transition: all var(--dur) var(--ease); height: 100%; }
.ref-card__box:hover { border-color: var(--line-strong); transform: var(--lift); }
.ref-card input:checked ~ .ref-card__box { border-color: var(--brand); background: #FFF3F1; }
.ref-card__heart { position: absolute; top: 12px; right: 12px; font-size: 1.15rem; color: var(--brand); }
.ref-card__name { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1rem; letter-spacing: -.02em; padding-right: 24px; }
.ref-card__appellation { display: block; font-family: var(--font-editorial); font-style: italic; font-size: .95rem; margin-top: 2px; }
.ref-card__region { display: block; font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .02em; color: var(--decant-vert-menthe-ink); margin-top: 6px; }
.ref-card__notes { display: block; color: var(--text-muted); font-size: .82rem; margin-top: 3px; }
.ref-card__price { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; margin-top: 10px; }

/* Switches */
.switch-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 8px; }
.switch { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; border: 1.5px solid var(--line); border-radius: 16px; background: var(--surface-page); cursor: pointer; }
.switch__text { display: flex; flex-direction: column; gap: 3px; }
.switch__text strong { font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em; }
.switch__text span { color: var(--text-muted); font-size: .86rem; }
.switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.switch__ui { flex: 0 0 auto; width: 52px; height: 30px; border-radius: 999px; background: var(--line-strong); position: relative; transition: background var(--dur) var(--ease); }
.switch__ui::after { content: ""; position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); transition: transform var(--dur) var(--ease); }
.switch input:checked ~ .switch__ui { background: var(--brand); }
.switch input:checked ~ .switch__ui::after { transform: translateX(22px); }
.switch input:focus-visible ~ .switch__ui { box-shadow: 0 0 0 3px rgba(255,90,69,.3); }
.chips--budget { gap: 10px; }

/* Recap */
.recap { background: var(--surface-dark); color: #fff; border-radius: 22px; padding: 26px; margin-bottom: 24px; }
.recap__tiles { display: flex; gap: 14px; flex-wrap: wrap; }
.recap__tile { flex: 1; min-width: 120px; background: var(--surface-dark-deep); border: 1px solid var(--line-on-dark); border-radius: 16px; padding: 18px; text-align: center; }
.recap__tile--big { background: var(--brand); border-color: var(--brand); }
.recap__n { display: block; font-family: var(--font-display); font-weight: 900; font-size: 2.6rem; line-height: 1; letter-spacing: -.05em; }
.recap__l { display: block; font-size: .82rem; margin-top: 6px; color: var(--text-on-dark-muted); }
.recap__tile--big .recap__l { color: rgba(255,255,255,.9); }
.recap__list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.recap__list li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line-on-dark); font-size: .9rem; }
.recap__list li span { color: var(--text-on-dark-muted); }
.recap__note { margin: 16px 0 0; font-size: .8rem; color: var(--text-on-dark-muted); }

/* Nav */
.wz-nav { display: flex; align-items: center; gap: 16px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.wz-live { margin-inline: auto; display: inline-flex; align-items: center; gap: 10px; background: var(--surface-mint-soft); color: var(--decant-vert-menthe-ink); padding: 10px 18px; border-radius: 999px; font-family: var(--font-display); font-weight: 700; font-size: .9rem; }
.wz-live strong { font-size: 1.15rem; color: var(--text-body); }
.wz-live__ic { font-size: 1.1rem; }

/* Thanks */
.devis-thanks { max-width: 620px; margin: 0 auto; text-align: center; background: var(--surface-mint); border-radius: 28px; padding: 56px 40px; }
.devis-thanks__emoji { font-size: 3rem; }
.devis-thanks__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem,3.4vw,2.6rem); letter-spacing: -.04em; margin: 10px 0 12px; }
.devis-thanks p { color: #20584F; line-height: 1.6; margin: 0 0 24px; }

@media (max-width: 760px) {
  .wizard { padding: 22px; border-radius: 22px; }
  .wz-progress__label { display: none; }
  .choice-grid--4, .choice-grid--3, .cat-grid, .refs__grid { grid-template-columns: 1fr 1fr; }
  .recap__list { grid-template-columns: 1fr; }
  .wz-nav { gap: 10px; }
  .wz-live { order: -1; width: 100%; justify-content: center; }
  .wz-nav .btn { flex: 1; }
}

/* ---------- Error pages ---------- */
.error-page { text-align: left; }
.error-page .section__title { margin: 14px 0 18px; }
.error-page .btn { margin-top: 16px; }

/* ---------- Animations ---------- */
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes floaty2 { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-11px) rotate(-4deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blob { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(14px,-10px) scale(1.06); } }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 24px; padding: 56px 0 64px; }
  .hero__stage { min-height: 440px; }
  .devis__inner { grid-template-columns: 1fr; }
  .newsletter__panel { grid-template-columns: 1fr; gap: 28px; }
  .bento { grid-template-columns: 1fr 1fr; }
  .bento__hero { grid-row: auto; grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .nav__links, .nav__actions { display: none; }
  .nav__burger { display: flex; }
  .section { padding: 72px 0; }
  .section__head { margin-bottom: 32px; }
  .products, .caves, .advantage { grid-template-columns: 1fr; }
  .agenda__row { grid-template-columns: 72px 1fr; row-gap: 14px; }
  .agenda__row .btn { grid-column: 1 / -1; justify-self: start; }
  .agenda__date strong { font-size: 2.2rem; }
}

@media (max-width: 620px) {
  .bento { grid-template-columns: 1fr; }
  .newsletter__panel, .newsletter__form { padding: 22px; }
  .grid-2, .grid-2--email, .calc__grid { grid-template-columns: 1fr; }
  .footer__caves-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .footer__ribbon { padding: 28px; }
  .devis__panel, .newsletter__panel { border-radius: 24px; }
}
