/* ============ Distillerie — page d'entrée ============ */

/* ----- HERO ----- */
.dh-hero {
  position: relative;
  overflow: hidden;
  background: #143623;
  color: var(--mf-paper);
  padding: 180px 64px 120px;
  min-height: 88vh;
  border-bottom: 1px solid rgba(176, 138, 62, 0.28);
  display: flex;
  align-items: center;
}
.dh-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 18%, rgba(207, 175, 102, 0.18), transparent 55%), radial-gradient(ellipse at 72% 82%, rgba(176, 138, 62, 0.12), transparent 55%), linear-gradient(180deg, #1e4a34 0%, #143623 60%, #0e2a1b 100%);
  pointer-events: none;
}
.dh-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.dh-hero__bottles {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 56%;
  pointer-events: none;
}
.dh-hero__bottles img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 50px rgba(0, 0, 0, 0.6));
  transition: transform 600ms var(--ease-out);
  transform-origin: 50% 100%;
}
/* Line-up horizontal : 5 bouteilles centrées vertical, étalées horizontalement,
   hauteurs dégressives vers l'extérieur (perspective shelf). */
/* Cercle : oak-gin au centre, 4 autres bouteilles en couronne
   (positions diagonales équidistantes, rayon ~230px). */
.dh-hero__bottles img:nth-child(1) {
  /* vodka — haut-gauche */
  height: 260px;
  transform: translate(calc(-50% - 200px), calc(-50% - 150px));
  opacity: 0.82;
  z-index: 2;
}
.dh-hero__bottles img:nth-child(2) {
  /* sloe-gin — haut-droite */
  height: 260px;
  transform: translate(calc(-50% + 200px), calc(-50% - 150px));
  opacity: 0.82;
  z-index: 2;
}
.dh-hero__bottles img:nth-child(3) {
  /* oak-gin — centre, bouteille vedette */
  height: 380px;
  transform: translate(-50%, -52%);
  opacity: 1;
  z-index: 4;
}
.dh-hero__bottles img:nth-child(4) {
  /* dry-gin — bas-gauche */
  height: 260px;
  transform: translate(calc(-50% - 200px), calc(-50% + 170px));
  opacity: 0.82;
  z-index: 2;
}
.dh-hero__bottles img:nth-child(5) {
  /* limoncello — bas-droite */
  height: 260px;
  transform: translate(calc(-50% + 200px), calc(-50% + 170px));
  opacity: 0.82;
  z-index: 2;
}

@media (max-width: 1280px) {
  .dh-hero__bottles img:nth-child(1) {
    height: 220px;
    transform: translate(calc(-50% - 160px), calc(-50% - 120px));
  }
  .dh-hero__bottles img:nth-child(2) {
    height: 220px;
    transform: translate(calc(-50% + 160px), calc(-50% - 120px));
  }
  .dh-hero__bottles img:nth-child(3) {
    height: 320px;
    transform: translate(-50%, -52%);
  }
  .dh-hero__bottles img:nth-child(4) {
    height: 220px;
    transform: translate(calc(-50% - 160px), calc(-50% + 140px));
  }
  .dh-hero__bottles img:nth-child(5) {
    height: 220px;
    transform: translate(calc(-50% + 160px), calc(-50% + 140px));
  }
}

.dh-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.dh-hero__rail {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #cfaf66;
  margin-bottom: 40px;
}
.dh-hero__rail .dash {
  width: 40px;
  height: 1px;
  background: #b08a3e;
}
.dh-hero__title {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-weight: 500;
  margin: 0 0 32px;
}
.dh-hero__title .small {
  font-size: 20px;
  letter-spacing: 0.4em;
  color: var(--mf-paper-3);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.dh-hero__title .big {
  font-size: clamp(76px, 10vw, 168px);
  line-height: 0.92;
  letter-spacing: -0.015em;
  color: var(--mf-paper);
}
.dh-hero__title em {
  font-style: italic;
  background: var(--foil-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.dh-hero__lede {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--mf-paper-3);
  max-width: 50ch;
  margin: 0 0 56px;
}
.dh-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 56px;
  border-top: 1px solid rgba(176, 138, 62, 0.25);
  padding-top: 28px;
  max-width: 50ch;
}

/* ============================================================
   HERO INVITE — billet d'entrée (ticket --hero)
   ============================================================ */
.dh-hero__invite {
  margin: 0 0 44px;
  max-width: 720px;
}
.dh-hero__invite-overline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--mf-gold-light);
}
.dh-hero__invite-overline .dash {
  width: 34px;
  height: 1px;
  background: var(--mf-gold-light);
  opacity: 0.7;
}

/* Skip link below hero invite */
.dh-hero-skip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 56px;
  font-family: var(--font-body);
  font-size: 12.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mf-paper-3);
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(207, 175, 102, 0.25);
  transition:
    color 220ms ease,
    border-color 220ms ease,
    gap 220ms ease;
}
.dh-hero-skip:hover {
  color: var(--mf-gold-light);
  border-color: rgba(207, 175, 102, 0.55);
  gap: 16px;
}
.dh-hero-skip i {
  font-size: 16px;
}

/* ============================================================
   SIGNET — onglet sticky latéral « site dédié »
   ============================================================ */
.dh-signet {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  z-index: 40;
  text-decoration: none;
  pointer-events: none;
  opacity: 0;
  transition:
    transform 420ms var(--ease-out),
    opacity 320ms ease;
}
.dh-signet.is-visible {
  transform: translate(0, -50%);
  opacity: 1;
  pointer-events: auto;
}
.dh-signet__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px 12px 16px;
  background: var(--foil-gold);
  color: var(--mf-ink);
  border: 1px solid var(--mf-gold-light);
  border-right: none;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  box-shadow: -12px 14px 32px rgba(0, 0, 0, 0.25);
  transition:
    padding 240ms ease,
    transform 240ms ease;
}
.dh-signet:hover .dh-signet__inner {
  padding-right: 26px;
}
.dh-signet__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mf-ink);
  box-shadow: 0 0 0 3px rgba(10, 8, 6, 0.15);
  animation: dh-dot 1.6s ease-in-out infinite;
}
@keyframes dh-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}
.dh-signet__text {
  color: var(--mf-ink);
}
.dh-signet__url {
  font-family: var(--font-subhead);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 14px;
  color: rgba(10, 8, 6, 0.65);
  padding-left: 14px;
  border-left: 1px solid rgba(10, 8, 6, 0.25);
}
.dh-signet__arrow {
  font-size: 16px;
  color: var(--mf-ink);
  transition: transform 240ms ease;
}
.dh-signet:hover .dh-signet__arrow {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .dh-signet {
    display: none;
  }
}

/* ============================================================
   PULL-QUOTE CTA
   ============================================================ */
.dh-pullcta {
  padding: 100px 64px;
  background: radial-gradient(ellipse at 50% 0%, rgba(176, 138, 62, 0.06), transparent 60%), var(--mf-paper);
  border-top: 1px solid rgba(176, 138, 62, 0.18);
  border-bottom: 1px solid rgba(176, 138, 62, 0.18);
}
.dh-pullcta__wrap {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.dh-pullcta__mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 160px;
  line-height: 0.6;
  color: #b08a3e;
  opacity: 0.35;
  pointer-events: none;
  margin-bottom: 35px;
}
.dh-pullcta__quote {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.25;
  color: var(--mf-ink);
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.005em;
}
.dh-pullcta__quote em {
  font-style: italic;
  color: #b08a3e;
}
.dh-pullcta__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mf-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(176, 138, 62, 0.45);
  transition:
    gap 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}
.dh-pullcta__link:hover {
  gap: 18px;
  color: #b08a3e;
  border-color: #b08a3e;
}
.dh-pullcta__link-k {
  color: var(--mf-ink-3);
}
.dh-pullcta__link-url {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #b08a3e;
}
.dh-pullcta__link-arrow {
  display: inline-flex;
  color: #b08a3e;
}

/* ============================================================
   RANGE CTA (triple-span)
   ============================================================ */
.dh-range__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 28px;
  padding: 16px 26px 14px;
  border: 1px solid rgba(176, 138, 62, 0.45);
  color: var(--mf-paper);
  text-decoration: none;
  background: transparent;
  transition:
    border-color 260ms ease,
    background 260ms ease,
    transform 260ms ease;
}
.dh-range__cta:hover {
  border-color: var(--mf-gold-light);
  background: rgba(207, 175, 102, 0.06);
  transform: translateX(4px);
}
.dh-range__cta-over {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #cfaf66;
}
.dh-range__cta-main {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 18px;
  color: var(--mf-paper);
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.dh-range__cta-arrow {
  display: inline-flex;
  color: var(--mf-gold-light);
}
.dh-range__cta:hover .dh-range__cta-arrow {
  color: var(--mf-paper);
}

/* ============================================================
   TICKET CTA — billet d'entrée
   ============================================================ */
.dh-cta__intro {
  margin-bottom: 48px;
}
.dh-cta__intro .mh-label {
  margin: 0 auto 20px;
}

.dh-ticket {
  position: relative;
  display: grid;
  grid-template-columns: 92px 24px 1fr 24px 130px;
  align-items: stretch;
  max-width: 820px;
  margin: 0 auto;
  background: #f6efdf;
  color: var(--mf-ink);
  text-decoration: none;
  border: 1px solid rgba(176, 138, 62, 0.4);
  box-shadow:
    0 24px 48px -16px rgba(0, 0, 0, 0.25),
    0 2px 0 rgba(176, 138, 62, 0.15);
  transition:
    transform 360ms var(--ease-out),
    box-shadow 360ms ease;
  text-align: left;
  overflow: hidden;
}
/* Ticket version hero — posé sur fond vert, margin-left:0 (aligné à gauche du bloc) */
.dh-ticket--hero {
  margin: 0;
  max-width: 680px;
  grid-template-columns: 78px 20px 1fr 20px 112px;
  box-shadow:
    0 28px 56px -18px rgba(0, 0, 0, 0.55),
    0 2px 0 rgba(207, 175, 102, 0.25),
    0 0 0 1px rgba(207, 175, 102, 0.12);
}
.dh-ticket--hero .dh-ticket__body {
  padding: 24px 28px;
  gap: 12px;
}
.dh-ticket--hero .dh-ticket__url .main {
  font-size: clamp(22px, 2.8vw, 30px);
}
.dh-ticket--hero .dh-ticket__url .sub {
  font-size: 16px;
}
.dh-ticket--hero .dh-ticket__rows {
  gap: 4px 22px;
}
.dh-ticket--hero .dh-ticket__stub-word {
  font-size: 13px;
  letter-spacing: 0.38em;
}
.dh-ticket::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(176, 138, 62, 0.35);
  pointer-events: none;
}
.dh-ticket:hover {
  transform: translateY(-4px);
  box-shadow:
    0 36px 60px -20px rgba(0, 0, 0, 0.32),
    0 2px 0 rgba(176, 138, 62, 0.2);
}
.dh-ticket:hover .dh-ticket__stub {
  background: var(--mf-ink);
  color: var(--mf-paper);
}
.dh-ticket:hover .dh-ticket__stub-arrow {
  transform: translateX(4px) rotate(0);
}

.dh-ticket__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 10px;
  border-right: 1px dashed rgba(176, 138, 62, 0.4);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  gap: 20px;
}
.dh-ticket__admit {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: var(--mf-ink);
}
.dh-ticket__serial {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--mf-ink-3);
}

.dh-ticket__perf {
  position: relative;
  background-image: radial-gradient(circle at 50% 50%, rgba(176, 138, 62, 0.55) 0 2px, transparent 2.5px);
  background-size: 6px 12px;
  background-repeat: repeat-y;
  background-position: center;
}
.dh-ticket__perf::before,
.dh-ticket__perf::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  background: var(--mf-paper);
  border-radius: 50%;
  border: 1px solid rgba(176, 138, 62, 0.35);
}
.dh-ticket__perf::before {
  top: -8px;
}
.dh-ticket__perf::after {
  bottom: -8px;
}

.dh-ticket__body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dh-ticket__eyebrow {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #b08a3e;
}
.dh-ticket__url {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.005em;
  display: flex;
  align-items: baseline;
}
.dh-ticket__url .sub {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 18px;
  color: var(--mf-ink-3);
}
.dh-ticket__url .main {
  font-size: clamp(26px, 3.4vw, 36px);
  color: var(--mf-ink);
  padding: 0 4px;
}
.dh-ticket__rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(176, 138, 62, 0.5), transparent);
}
.dh-ticket__rows {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 28px;
}
.dh-ticket__rows > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 0;
}
.dh-ticket__rows .k {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mf-ink-3);
}
.dh-ticket__rows .v {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 17px;
  color: var(--mf-ink);
}

.dh-ticket__stub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px 12px;
  background: var(--foil-gold);
  color: var(--mf-ink);
  transition:
    background 280ms ease,
    color 280ms ease;
}
.dh-ticket__stub-word {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}
.dh-ticket__stub-arrow {
  display: inline-flex;
  transition: transform 280ms var(--ease-out);
  transform: rotate(-2deg);
}

@media (max-width: 720px) {
  .dh-ticket {
    grid-template-columns: 1fr;
    grid-template-rows: auto 20px 1fr 20px auto;
  }
  .dh-ticket__left {
    writing-mode: horizontal-tb;
    transform: none;
    flex-direction: row;
    justify-content: space-between;
    border-right: none;
    border-bottom: 1px dashed rgba(176, 138, 62, 0.4);
    padding: 14px 24px;
  }
  .dh-ticket__perf {
    background-image: radial-gradient(circle at 50% 50%, rgba(176, 138, 62, 0.55) 0 2px, transparent 2.5px);
    background-size: 12px 6px;
    background-repeat: repeat-x;
    background-position: center;
  }
  .dh-ticket__perf::before {
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
  }
  .dh-ticket__perf::after {
    top: 50%;
    left: auto;
    right: -8px;
    bottom: auto;
    transform: translateY(-50%);
  }
  .dh-ticket__stub {
    flex-direction: row;
    padding: 18px;
  }
}

.dh-cta__alt {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 40px;
  font-family: var(--font-subhead);
  font-style: italic;
  color: var(--mf-ink-3);
  text-decoration: none;
  font-size: 16px;
  transition: color 220ms ease;
}
.dh-cta__alt:hover {
  color: #b08a3e;
}
.dh-cta__alt .under {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 12.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mf-ink);
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(176, 138, 62, 0.4);
}
.dh-cta__alt:hover .under {
  color: #b08a3e;
  border-color: #b08a3e;
}
.dh-hero__stats .k {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mf-silver);
  margin-bottom: 10px;
}
.dh-hero__stats .v {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 30px;
  color: #cfaf66;
  letter-spacing: 0.02em;
}

/* ----- INTRO ----- */
.dh-intro {
  padding: 140px 64px;
}
.dh-intro__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 64px;
  align-items: start;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(176, 138, 62, 0.22);
}
.dh-intro__text h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.08;
  color: var(--mf-ink);
  margin: 0 0 28px;
  letter-spacing: -0.005em;
}
.dh-intro__text h2 em {
  font-style: italic;
  color: #b08a3e;
  -webkit-text-fill-color: #b08a3e;
}
.dh-intro__text p {
  font-family: var(--font-body);
  font-size: 19.5px;
  line-height: 1.7;
  color: var(--mf-ink-2);
  margin: 0 0 18px;
  max-width: 64ch;
}
.dh-intro__pillars {
  max-width: 1180px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.dh-p {
  padding: 32px 28px;
  border: 1px solid rgba(176, 138, 62, 0.3);
  background: var(--mf-paper);
  transition: all 280ms ease;
}
.dh-p:hover {
  border-color: #b08a3e;
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.07);
}
.dh-p__n {
  font-family: var(--font-display);
  font-size: 40px;
  color: #b08a3e;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 500;
}
.dh-p__t {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--mf-ink);
}
.dh-p__d {
  font-family: var(--font-body);
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--mf-ink-2);
}

/* ----- RANGES ----- */
.dh-ranges {
  padding: 140px 64px;
  background: var(--mf-ink);
  color: var(--mf-paper);
  overflow-x: clip;
}
.dh-ranges__head {
  max-width: 1180px;
  margin: 0 auto 80px;
}
.dh-ranges__head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.06;
  margin: 18px 0 0;
  color: var(--mf-paper);
}
.dh-ranges__head h2 em {
  font-style: italic;
  background: var(--foil-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.dh-range {
  max-width: 1180px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 60px 0;
  border-top: 1px solid rgba(176, 138, 62, 0.22);
}
.dh-range:last-child {
  border-bottom: 1px solid rgba(176, 138, 62, 0.22);
  margin-bottom: 0;
}
.dh-range--reverse .dh-range__media {
  order: 2;
}
.dh-range__media {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, rgba(176, 138, 62, 0.08), transparent 70%);
  overflow: hidden;
}
.dh-range__bottles {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  padding: 20px;
}
.dh-range__bottles img {
  height: 360px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 50px rgba(0, 0, 0, 0.55));
  transition: transform 400ms var(--ease-out);
}
.dh-range__bottles--one img {
  height: 440px;
}
.dh-range__bottles--three img:nth-child(1) {
  transform: translateX(40px) rotate(-6deg);
  z-index: 1;
}
.dh-range__bottles--three img:nth-child(2) {
  transform: translateY(-10px) scale(1.05);
  z-index: 3;
}
.dh-range__bottles--three img:nth-child(3) {
  transform: translateX(-40px) rotate(6deg);
  z-index: 2;
}
.dh-range__bottles--four {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.dh-range__bottles--four img {
  height: 200px;
}

/* Placeholder éditorial (bouteille à venir) */
.dh-range__placeholder {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dh-range__placeholder-frame {
  width: 280px;
  height: 440px;
  background: linear-gradient(175deg, #1a1410 0%, #0c0907 100%);
  border: 1px solid rgba(176, 138, 62, 0.4);
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  position: relative;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    inset 0 0 60px rgba(176, 138, 62, 0.06);
}
.dh-range__placeholder-frame::before,
.dh-range__placeholder-frame::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  height: 1px;
  background: rgba(176, 138, 62, 0.35);
}
.dh-range__placeholder-frame::before {
  top: 14px;
}
.dh-range__placeholder-frame::after {
  bottom: 14px;
}
.dh-range__placeholder-crest {
  width: 72px;
  height: 72px;
  border: 1px solid #b08a3e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  font-weight: 500;
  background: var(--foil-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.02em;
  border-radius: 50%;
}
.dh-range__placeholder-word {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.22em;
  background: var(--foil-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.dh-range__placeholder-sub {
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mf-silver);
}
.dh-range__placeholder-rule {
  width: 40px;
  height: 1px;
  background: #b08a3e;
  opacity: 0.7;
  margin: 10px 0;
}
.dh-range__placeholder-note {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 14px;
  color: var(--mf-paper-3);
  opacity: 0.7;
  margin-top: auto;
}

.dh-range__num {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #b08a3e;
  margin-bottom: 16px;
}
.dh-range__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.05;
  margin: 0 0 14px;
  color: var(--mf-paper);
  letter-spacing: -0.005em;
}
.dh-range__name .em {
  font-style: italic;
  color: #cfaf66;
}
.dh-range__tag {
  font-family: var(--font-subhead);
  font-style: italic;
  font-size: 19px;
  color: #cfaf66;
  margin: 0 0 22px;
}
.dh-range__body > p {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.7;
  color: var(--mf-paper-3);
  margin: 0 0 24px;
  max-width: 50ch;
}
.dh-range__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(176, 138, 62, 0.22);
}
.dh-range__list li {
  padding: 14px 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  letter-spacing: 0.05em;
  color: var(--mf-paper);
  border-bottom: 1px solid rgba(176, 138, 62, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
}
.dh-range__list li::before {
  content: "";
  width: 6px;
  height: 1px;
  background: #cfaf66;
}

/* ----- BIG CTA ----- */
.dh-cta {
  padding: 160px 64px;
  background: radial-gradient(ellipse at 50% 0%, rgba(176, 138, 62, 0.1), transparent 60%), var(--mf-paper);
  text-align: center;
}
.dh-cta__wrap {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.dh-cta__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--mf-ink);
}
.dh-cta__title em {
  font-style: italic;
  color: #b08a3e;
  -webkit-text-fill-color: #b08a3e;
}

/* ----- LINKS ----- */
.dh-links {
  padding: 100px 64px;
  background: var(--mf-ink);
  color: var(--mf-paper);
}
.dh-links .mh-label {
  margin-bottom: 32px;
}
.dh-links__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ----- Responsive ----- */
@media (max-width: 1100px) {
  .dh-hero {
    padding: 150px 40px 90px;
    min-height: auto;
  }
  .dh-hero__bottles {
    display: none;
  }
  .dh-hero__invite {
    max-width: none;
  }
  .dh-ticket--hero {
    max-width: 100%;
  }
  .dh-intro,
  .dh-ranges,
  .dh-links {
    padding: 110px 40px;
  }
  .dh-cta {
    padding: 130px 40px;
  }
  .dh-intro__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 56px;
  }
  .dh-intro__pillars {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 56px;
  }
  .dh-range,
  .dh-range--reverse {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 0;
  }
  .dh-range--reverse .dh-range__media {
    order: 0;
  }
  .dh-links__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dh-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    max-width: none;
  }
}
@media (max-width: 900px) {
  .dh-hero__title .big {
    font-size: clamp(56px, 12vw, 108px);
  }
  .dh-hero__lede {
    font-size: 19px;
    margin-bottom: 40px;
  }
  .dh-intro__text h2,
  .dh-ranges__head h2 {
    font-size: clamp(32px, 6vw, 48px);
  }
  .dh-range__name {
    font-size: clamp(32px, 6.8vw, 48px);
  }
  .dh-range__media {
    min-height: 340px;
  }
  .dh-range__bottles img {
    height: 300px;
  }
  .dh-range__bottles--one img {
    height: 360px;
  }
  .dh-range__bottles--four img {
    height: 180px;
  }
  .dh-range__placeholder-frame {
    width: 240px;
    height: 380px;
    padding: 30px 22px;
  }
  .dh-p {
    padding: 26px 22px;
  }
  .dh-p__n {
    font-size: 34px;
    margin-bottom: 14px;
  }
  .dh-p__t {
    font-size: 20px;
  }
  .dh-p__d {
    font-size: 16.5px;
  }
}
@media (max-width: 680px) {
  .dh-hero {
    padding: 120px 20px 72px;
  }
  .dh-intro,
  .dh-ranges,
  .dh-cta,
  .dh-links {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .dh-hero__title .small {
    font-size: 14px;
    letter-spacing: 0.34em;
    margin-bottom: 10px;
  }
  .dh-hero__title .big {
    font-size: clamp(44px, 14vw, 76px);
    letter-spacing: -0.01em;
  }
  .dh-hero__lede {
    font-size: 17.5px;
    line-height: 1.55;
    margin-bottom: 32px;
  }
  .dh-hero__invite-overline {
    font-size: 12px;
    letter-spacing: 0.34em;
    margin-bottom: 16px;
  }
  .dh-ticket--hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto 20px 1fr 20px auto;
  }
  .dh-ticket--hero .dh-ticket__body {
    padding: 20px 22px;
  }
  .dh-ticket--hero .dh-ticket__url .main {
    font-size: clamp(20px, 6.6vw, 26px);
  }
  .dh-ticket--hero .dh-ticket__url .sub {
    font-size: 15px;
  }
  .dh-ticket--hero .dh-ticket__stub-word {
    font-size: 12.5px;
    letter-spacing: 0.34em;
  }
  .dh-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
    padding-top: 22px;
  }
  .dh-hero__stats .v {
    font-size: 24px;
  }
  .dh-hero__stats .k {
    font-size: 11px;
    letter-spacing: 0.24em;
  }
  .dh-intro__pillars {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 48px;
  }
  .dh-intro__text p {
    font-size: 17.5px;
  }
  .dh-cta__title {
    font-size: clamp(30px, 7.4vw, 48px);
  }
  .dh-links__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dh-ranges__head {
    margin-bottom: 56px;
  }
  .dh-range {
    padding: 40px 0;
    margin-bottom: 28px;
    gap: 32px;
  }
  .dh-range__media {
    min-height: 260px;
  }
  .dh-range__bottles img {
    height: 240px;
  }
  .dh-range__bottles--one img {
    height: 280px;
  }
  .dh-range__bottles--three img {
    height: 240px;
  }
  .dh-range__bottles--four img {
    height: 150px;
  }
  .dh-range__placeholder-frame {
    width: 210px;
    height: 320px;
    padding: 26px 20px;
  }
  .dh-range__placeholder-word {
    font-size: 22px;
    letter-spacing: 0.2em;
  }
  .dh-range__name {
    font-size: clamp(30px, 8vw, 42px);
  }
  .dh-range__body > p {
    font-size: 17.5px;
  }
  .dh-range__list li {
    font-size: 15.5px;
    padding: 12px 0;
  }
  .dh-pullcta {
    padding: 72px 20px;
  }
  .dh-pullcta__mark {
    font-size: 110px;
    top: -24px;
  }
}
