/* Accueil du label : de la découverte au soutien, mobile first. */

:root {
  --test-paper: #f5f3ee;
  --test-night: #0b0b0e;
  --test-panel: #121216;
  --test-amber: #e8a93b;
  --test-line: rgba(245, 243, 238, 0.14);
  --test-line-amber: rgba(232, 169, 59, 0.48);
}

@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

:is(a, button, input, summary):focus-visible {
  outline: 2px solid var(--test-amber);
  outline-offset: 4px;
}

/* First scene: the promise and the living radio are one composition. */
.hero-stage {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--test-night);
  border-bottom: 1px solid var(--test-line-amber);
}

.hero-stage::before { content: none; }

.hero,
.radio {
  position: relative;
  z-index: 1;
  background: transparent;
}

.hero {
  padding: 30px 0 30px;
  border: 0;
}

.hero::before {
  content: "";
  background:
    radial-gradient(340px 260px at 88% 12%, rgba(232, 169, 59, 0.28), transparent 74%),
    radial-gradient(440px 260px at 4% 100%, rgba(232, 169, 59, 0.05), transparent 72%);
}
.hero-grid { display: block; }

.hero-badge {
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(232, 169, 59, 0.48);
  border-radius: 999px;
  background: rgba(232, 169, 59, 0.09);
  color: var(--test-amber);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero h1 {
  max-width: 11.5ch;
  margin-top: 14px;
  color: var(--test-paper);
  font-size: 54px;
  font-weight: 730;
  line-height: 0.94;
  letter-spacing: 0;
  text-wrap: balance;
  white-space: normal;
}

.hero h1 em { color: var(--test-amber); }

.hero-copy {
  max-width: 43ch;
  margin-top: 20px;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.58;
}

.hero .actions {
  display: grid;
  width: min(100%, 410px);
  margin-top: 28px;
  gap: 10px;
}

@media (max-width: 760px) {
  .hero .actions {
    width: calc(100% + 36px);
    margin-left: -18px;
  }
}

.hero .actions .btn {
  width: 100%;
  min-height: 54px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 800;
}

.hero .actions .btn.primary {
  border-color: var(--test-amber);
  background: var(--test-amber);
  color: var(--test-night);
}

.hero .actions .btn.secondary {
  border-color: rgba(245, 243, 238, 0.35);
  background: transparent;
  color: var(--test-paper);
}

.hero .actions .btn:hover { transform: translateY(-2px); }
.hero .actions .btn:active { transform: translateY(1px) scale(0.99); }

.stats {
  max-width: 410px;
  margin-top: 31px;
  padding-top: 17px;
  border-top-color: var(--test-line);
}

.stats b { color: var(--test-paper); font-size: 21px; }
.stats span { color: var(--muted-strong); font-size: 9px; line-height: 1.3; }

.hero-art {
  display: block;
  position: absolute;
  top: -30px;
  right: -96px;
  bottom: auto;
  width: 230px;
  margin: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-art img { width: 100%; height: auto; opacity: 0.18; box-shadow: none; }

/* Grand mot en filigrane, puis petit vinyle reconstruit sous le texte. */
.free-tracks-art {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  right: -28px;
  opacity: .16;
}
.free-tracks-watermark {
  color: var(--test-paper);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(34px, 5vw, 80px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .82;
  text-align: center;
  white-space: nowrap;
}
.free-tracks-vinyl {
  position: relative;
  display: block;
  width: clamp(94px, 13vw, 180px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 5px solid rgba(232, 169, 59, .88);
  border-radius: 50%;
  opacity: .78;
}
.free-tracks-vinyl-half {
  position: absolute;
  inset: 0 0 50%;
  background: #08080a url("../img/hero-disc.webp") center top / 100% 200% no-repeat;
}
.free-tracks-vinyl-half--mirror {
  top: 50%;
  bottom: 0;
  transform: scaleY(-1);
  transform-origin: center;
}

.radio { padding: 25px 0 36px; }

.radio-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 0 0 13px;
  border-bottom: 1px solid var(--test-line);
}

.radio-head::before { content: none; }

.radio-eyebrow {
  margin: 0;
  color: var(--test-paper);
  font-family: "Plus Jakarta Sans", Impact, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.radio-eyebrow b { color: var(--test-amber); }

.radio-catalogue {
  padding: 0;
  color: var(--muted-strong);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: right;
}

.radio-card {
  min-height: 0;
  margin-top: 16px;
  padding: 22px 18px 20px;
  border: 1px solid rgba(232, 169, 59, 0.42);
  border-radius: 0;
  background: var(--test-panel);
  box-shadow: none;
}

.radio-card::before { opacity: 0.1; }
.radio-card::after { display: none; }
.radio-stage { width: min(100%, 304px); margin: 0 auto; }
.radio-cover { border-radius: 0; }
.radio-live { margin-top: 23px; }
.radio-title { margin-top: 14px; font-size: 40px; line-height: 1.02; letter-spacing: 0; }

.radio-action {
  min-height: 68px;
  margin-top: 23px;
  border-radius: 0;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  box-shadow: none;
}

.radio-action-copy { padding: 0 15px; }
.radio-action-air { padding: 0 12px; }
.radio-foot { margin-top: 20px; padding-top: 14px; }

.radio-platforms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.radio-platforms a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 7px 6px;
  border: 1px solid rgba(245, 243, 238, 0.2);
  border-radius: 0;
  color: var(--muted-strong);
  font-size: 10px;
  font-weight: 750;
  text-align: center;
}

.radio-platforms a:hover { border-color: var(--test-amber); color: var(--test-paper); }

/* Une pause musicale ouverte entre le direct et le mini-set. */
.latest-release.release-feature {
  padding: 52px 0 58px;
  border: 0;
  background: linear-gradient(180deg, var(--test-night), var(--test-panel));
}
.release-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "main" "listening";
  gap: 30px;
}
.release-main {
  display: grid;
  grid-area: main;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  grid-template-areas: "artwork copy";
  gap: 30px 28px;
  align-items: stretch;
}
.release-eyebrow {
  margin: 0 0 10px;
  color: var(--test-amber);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.release-artwork {
  grid-area: artwork;
  position: relative;
  isolation: isolate;
  width: 80%;
  margin: 0 0 8px 6px;
  aspect-ratio: 1;
}
.release-artwork img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  transform: rotate(-7deg);
  background: var(--test-panel);
  box-shadow: 0 12px 24px rgba(0,0,0,.28);
}
.release-vinyl {
  position: absolute;
  inset: 2% -28% 2% 32%;
  border: 1px solid rgba(245,243,238,.14);
  border-radius: 50%;
  background:
    radial-gradient(circle, #0b0b0e 0 3%, #c79035 3.5% 17%, #19191c 17.5% 21%, transparent 21.5%),
    repeating-radial-gradient(circle, transparent 0 3px, rgba(245,243,238,.055) 3.5px 4px),
    conic-gradient(from 35deg, #101013, #38383d 18%, #101013 36%, #29292e 65%, #101013 82%);
}
.release-copy {
  display: block;
  grid-area: copy;
  min-width: 0;
  align-self: start;
  padding-top: 18px;
}
.release-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 12px 0 0;
  color: var(--muted-strong);
  font-size: 11px;
  line-height: 1.6;
}
.release-meta [data-latest-kind] { color: var(--test-paper); }
.release-copy h2 {
  margin: 0;
  color: var(--test-paper);
  font-size: clamp(38px, 10vw, 64px);
  line-height: .98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.release-listening { grid-area: listening; min-width: 0; }
.release-play {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 20px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  gap: 14px;
  padding: 8px 16px 8px 8px;
  border: 1px solid var(--test-line-amber);
  border-radius: 0;
  background: rgba(18,18,22,.72);
  color: var(--test-paper);
  font: 650 13px/1.5 'Plus Jakarta Sans', sans-serif;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s var(--ease-out);
}
.release-play-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0;
  background: var(--test-amber);
  color: var(--test-night);
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.release-play-icon svg { width: 20px; height: 20px; fill: currentColor; }
.release-play > [data-latest-action] { min-width: 0; }
.release-play-end { display: grid; place-items: center; color: var(--test-amber); }
.release-play-end svg { width: 20px; height: 20px; }
.release-play.is-playing .release-play-icon { background: var(--test-paper); color: var(--test-night); }
.release-play:active { transform: translateY(1px) scale(.99); }
.latest-progress { max-width: none; margin-top: 10px; }
.latest-progress-track { height: 4px; border-radius: 0; background: rgba(245,243,238,.14); }
.latest-progress-time { margin-top: 7px; }
.release-bridge { max-width: 48ch; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--test-line); color: var(--muted-strong); font-size: 12px; line-height: 1.8; }
.release-bridge a { display: inline-block; padding-block: 8px; color: var(--test-paper); font-weight: 650; text-decoration: underline; text-decoration-color: rgba(232,169,59,.55); text-underline-offset: 5px; }
.release-bridge a span { margin-left: 5px; color: var(--test-amber); }
@media (hover: hover) {
  .release-play:hover { background: rgba(232,169,59,.08); border-color: var(--test-amber); transform: translateY(-2px); }
  .release-play:hover .release-play-icon { transform: scale(1.03); }
  .release-bridge a:hover { color: var(--test-amber); }
}
@media (prefers-reduced-motion: reduce) {
  .release-play, .release-play-icon { transition: none; }
  .release-play:is(:hover, :active), .release-play:is(:hover, :active) .release-play-icon { transform: none; }
}

/* Repère du mini-set : petit, lisible, et séparé du titre. Le 0 reste ivoire,
   le 5 porte seul l'accent ambre. La fonte DIN évite la collision visuelle
   entre les deux chiffres sans reprendre la police éditoriale du titre. */
.gift-title-composition {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.gift-mark {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.12em;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: 'DINGift', sans-serif;
  font-size: clamp(28px, 7vw, 42px);
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 0.9;
  white-space: nowrap;
}

.gift-mark b {
  display: block;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: 1;
}

.gift-mark b + b { color: var(--gold); }

@media (min-width: 761px) {
  .gift-title-composition {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
  }
  .gift-mark { font-size: clamp(34px, 2.8vw, 46px); }
}
@media (min-width: 600px) {
  .latest-release.release-feature { padding: 72px 0 80px; }
  .release-layout {
    gap: 16px;
  }
  .release-main {
    grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
    grid-template-areas: "artwork copy";
    gap: 16px clamp(44px, 7vw, 100px);
  }
  .release-artwork { align-self: stretch; width: min(80%, 240px); margin: 0 0 8px 12px; }
  .release-copy h2 { font-size: clamp(56px, 6vw, 80px); }
  .release-meta { margin-top: 12px; }
  .release-listening { margin-top: 10px; }
  .release-bridge { margin-top: 18px; }
}

/* The free mini-set is useful but deliberately quieter than listening. */
.gift {
  padding: 58px 0 36px;
  border-block: 1px solid rgba(232, 169, 59, 0.32);
  background: #15120d;
}

@font-face {
  font-family: 'DINGift';
  src: url('../fonts/DINCondensedBold.woff2') format('woff2'),
       url('../fonts/DINCondensedBold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}

.gift::after { background-image: url("../covers/gros-boule.jpg"); opacity: 0.12; }

.gift-grid { gap: 36px; }
.gift-copy { max-width: 560px; }

.gift-title-composition {
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
}

.gift-mark {
  min-height: 94px;
  padding: 10px 8px;
  border-color: rgba(232, 169, 59, 0.48);
  border-radius: 0;
  background: transparent;
}

.gift-mark span { font-size: 9px; }
.gift-mark b { font-size: 64px; }

.gift-copy h2 {
  max-width: 10ch;
  font-size: 42px;
  line-height: 0.9;
  letter-spacing: 0;
}

.gift-copy > p:not(.gift-mark) {
  max-width: 39ch;
  margin-top: 20px;
  font-size: 14px;
}

.gift-tracklist { margin-top: 22px; }
.gift-track { min-height: 42px; }
.gift-track img { border-radius: 0; }
.gift-form-wrap { max-width: none; }

.gift-form {
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(232, 169, 59, 0.48);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gift-form input[type="email"] { border-radius: 0; }
.gift-form .btn { border-radius: 0; box-shadow: none; }
.gift-form .consent {
  margin-top: 3px;
  padding-top: 11px;
  border-top: 1px solid rgba(245, 243, 238, 0.12);
  color: var(--muted-strong);
  font-size: 11px;
  line-height: 1.46;
}

.gift-note {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 5px 11px;
  margin: 12px 0 0;
  color: var(--muted-strong);
  font-size: 10.5px;
  line-height: 1.45;
}

.gift-note a {
  grid-column: 1 / -1;
  grid-row: 1;
  min-height: auto;
  margin: 0 0 2px;
  color: var(--test-paper);
  font-weight: 750;
  text-underline-offset: 3px;
}
.gift-note span { grid-row: 2; }

/* Provenance and listener proof read as one uninterrupted editorial chapter. */
.story-proof {
  padding: 62px 0 34px;
  border: 0;
  background: var(--test-panel);
}

.story-proof-grid {
  gap: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.story-proof-visual {
  min-height: 196px;
  border: 1px solid var(--test-line-amber);
  border-radius: 0;
  background:
    radial-gradient(260px 170px at 78% 25%, rgba(232, 169, 59, 0.16), transparent 72%),
    linear-gradient(130deg, #08080a, #1d1a16);
}

.story-proof-visual::before { content: ""; border-radius: 0; }
.story-proof-count { display: block; }
.story-proof-copy { padding: 30px 0 0; }

.story-proof-kicker {
  color: var(--test-amber) !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
}

.story-proof h2 {
  max-width: 11ch;
  margin-top: 12px;
  color: var(--test-paper);
  font-size: 44px;
  line-height: 0.9;
  letter-spacing: 0;
}

.story-proof p:not(.story-proof-kicker) { max-width: 42ch; font-size: 14px; }

.reviews {
  padding: 42px 0 64px;
  border-top: 1px solid var(--test-line-amber);
  border-bottom: 1px solid var(--test-line);
  background: #0d0d10;
}

.review-head { margin-bottom: 22px; }

.review-head h2 {
  max-width: 16ch;
  color: var(--test-paper);
  font-size: 34px;
  line-height: 0.94;
  letter-spacing: 0;
}

.review-row { border-top: 1px solid var(--test-line); }
.review { border-radius: 0; }

/* The final chapter presents a membership first, then two ways to own it. */
.offers-overview { padding: 0 0 42px; background: var(--test-night); }

.offers-band {
  padding: 60px 0 52px;
  border-bottom: 1px solid var(--test-line-amber);
  background: #0d0d10;
}

.offers-band::after { background: rgba(11, 11, 14, 0.88); }
.cover-wall { opacity: 0.25; }
.offers-disc { left: auto; right: -110px; }
.offers-heading { justify-items: start; text-align: left; }
.offers-heading h2,
.offers-heading p { margin-left: 0; }

.offers-heading h2 {
  max-width: 11.5ch;
  font-size: 52px;
  line-height: 0.9;
  letter-spacing: 0;
}

.offers-heading p { max-width: 38ch; margin-top: 16px; font-size: 14px; }
.offers-mobile-break { display: block; }
.offers-board { margin-top: 30px; }

.support-offer-list,
.collection-format-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-offer-list { grid-template-columns: minmax(0, 1fr); }

.support-offer {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--test-line);
  border-radius: 0;
  background: var(--test-panel);
  box-shadow: none;
}

.support-offer .support-offer-visual,
.support-offer-usb .support-offer-visual {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 0;
  background: #09090d;
}

.support-offer .support-offer-visual::before { border-radius: 0; }
.support-offer .support-offer-visual img { border-radius: 0; box-shadow: none; }
.support-offer-copy { align-self: center; }

.support-offer-copy h3,
.support-offer-copy h4 {
  margin: 0;
  font-family: "Plus Jakarta Sans", Impact, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.support-offer-copy p { margin: 8px 0 0; color: var(--muted-strong); font-size: 12px; line-height: 1.48; }

.offer-flag,
.collection-kicker {
  display: inline-block;
  margin: 0 0 7px;
  color: var(--test-amber);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-offer-price,
.support-offer-usb .support-offer-price {
  grid-column: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "kicker kicker" "price note";
  align-items: end;
  gap: 3px 8px;
  margin: -2px 0 0;
}

.support-offer-price .price-kicker {
  grid-area: kicker;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.support-offer-price b {
  grid-area: price;
  color: var(--test-amber);
  font-family: "Plus Jakarta Sans", Impact, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.9;
}

.support-offer-price small { grid-area: note; color: var(--muted-strong); font-size: 10px; }
.support-offer-details { grid-column: 1 / -1; }
.support-offer-action {
  grid-column: 1 / -1;
  min-height: 56px;
  padding: 13px 16px;
  border-radius: 0;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.025em;
  box-shadow: inset 0 1px 0 rgba(245, 243, 238, 0.12), 0 10px 20px rgba(0, 0, 0, 0.22);
}

.support-offer-premium {
  border-color: var(--test-line-amber);
  background: #18150f;
}

.support-offer-premium .support-offer-visual { border: 1px solid var(--test-line-amber); }
.support-offer-premium .support-offer-copy h3 { font-size: 40px; }

.support-offer-premium .support-offer-action {
  border-color: var(--test-amber);
  background: linear-gradient(135deg, #f1b640, #dc961f);
  color: var(--test-night);
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 12px 25px rgba(232, 169, 59, 0.2);
}

.collection-group {
  display: grid;
  gap: 22px;
  padding-top: 34px;
  border-top: 1px solid var(--test-line-amber);
}

.collection-group-intro h3 {
  max-width: 12ch;
  margin: 8px 0 0;
  font-family: "Plus Jakarta Sans", Impact, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.collection-group-intro h3 em { color: var(--test-amber); font-style: normal; }
.collection-group-intro > p:last-child { max-width: 36ch; margin: 14px 0 0; color: var(--muted-strong); font-size: 13px; line-height: 1.55; }
.collection-group .support-offer { background: #101014; }
.collection-group .support-offer-usb { border-color: rgba(232, 169, 59, 0.4); background: #15120d; }

.collection-group .support-offer-action,
.collection-group .support-offer-usb .support-offer-action {
  border-color: rgba(232, 169, 59, 0.55);
  background: linear-gradient(120deg, rgba(232, 169, 59, 0.18), rgba(232, 169, 59, 0.03)), #111116;
  color: var(--test-paper);
}

.collection-group [data-support-offer="zip"] .support-offer-action {
  border-color: rgba(245, 243, 238, 0.28);
  background: linear-gradient(120deg, rgba(245, 243, 238, 0.08), rgba(232, 169, 59, 0.06)), #101014;
}
.collection-group .support-offer-action:hover { background: rgba(232, 169, 59, 0.2); }
.offers-reassurance { max-width: 66ch; margin-top: 18px; font-size: 11px; line-height: 1.55; }

@media (min-width: 761px) {
  .hero { padding: 48px 0 30px; }
  .offers-mobile-break { display: none; }
  .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 30px; }
  .hero h1 { max-width: 10.5ch; font-size: 58px; }
  .hero .actions { display: flex; width: auto; }
  .hero .actions .btn { width: auto; min-width: 184px; }
  .radio { padding: 32px 0 46px; }
  .radio-card { grid-template-columns: 220px minmax(0, 1fr); gap: 34px; align-items: center; padding: 30px; }
  .radio-stage { width: 220px; }
  .radio-live { margin-top: 0; }
  .radio-title { font-size: 44px; }
  .radio-action { min-height: 66px; margin-top: 24px; }
  .gift { padding: 74px 0 48px; }
  .gift-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr); gap: 68px; align-items: end; }
  .gift-title-composition { grid-template-columns: 104px minmax(0, 1fr); gap: 23px; }
  .gift-mark { min-height: 132px; }
  .gift-mark b { font-size: 88px; }
  .gift-copy h2 { max-width: 11ch; font-size: 62px; }
  .story-proof { padding: 80px 0 42px; }
  .story-proof-grid { grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr); align-items: stretch; }
  .story-proof-visual { min-height: 350px; }
  .story-proof-copy { display: flex; flex-direction: column; justify-content: center; padding: 30px 0 30px 64px; }
  .story-proof h2 { font-size: 58px; }
  .reviews { padding: 50px 0 78px; }
  .review-head { flex-direction: row; justify-content: space-between; align-items: end; }
  .review-head h2 { font-size: 42px; }
  .offers-band { padding: 78px 0 64px; }
  .offers-heading h2 { font-size: 68px; }
  .offers-board { margin-top: 40px; }
  .support-offer-list { gap: 44px; }
  .support-offer-premium {
    grid-template-columns: minmax(180px, 230px) minmax(0, 1fr) minmax(184px, 0.34fr);
    grid-template-areas: "visual copy price" "visual copy action";
    align-items: center;
    gap: 16px 48px;
    padding: 34px;
  }
  .support-offer-premium .support-offer-visual { grid-area: visual; width: 100%; height: auto; max-width: 220px; aspect-ratio: 1; }
  .support-offer-premium .support-offer-copy { grid-area: copy; }
  .support-offer-premium .support-offer-price { grid-area: price; display: block; margin: 0; }
  .support-offer-premium .support-offer-price .price-kicker,
  .support-offer-premium .support-offer-price small { display: block; }
  .support-offer-premium .support-offer-price b { display: block; margin: 6px 0; font-size: 50px; }
  .support-offer-premium .support-offer-action { grid-area: action; margin: 0; }
  .support-offer-premium .support-offer-copy h3 { font-size: 52px; }
  .support-offer-premium .support-offer-copy p { max-width: 42ch; font-size: 14px; }
  .collection-group { grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr); gap: 70px; padding-top: 44px; }
  .collection-group-intro { padding-top: 8px; }
  .collection-group-intro h3 { font-size: 54px; }
  .collection-format-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .collection-group .support-offer { grid-template-columns: 1fr; align-content: start; gap: 16px; min-height: 100%; padding: 22px; }
  .collection-group .support-offer .support-offer-visual,
  .collection-group .support-offer-usb .support-offer-visual { width: 100%; height: auto; aspect-ratio: 1; }
  .collection-group .support-offer-price,
  .collection-group .support-offer-usb .support-offer-price { grid-column: auto; margin-top: 4px; }
  .collection-group .support-offer-details,
  .collection-group .support-offer-action { grid-column: auto; }
  .collection-group .support-offer-action { margin-top: auto; }
}

@media (min-width: 1000px) {
  .hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(440px, 0.74fr);
    align-items: start;
    min-height: 0;
  }
  .hero { display: flex; align-items: flex-start; padding: 48px 58px 14px max(24px, calc((100vw - 1120px) / 2)); }
  .hero .wrap { width: auto; margin: 0; }
  .hero-grid { display: block; }
  .hero h1 { max-width: 13ch; font-size: 54px; }
  .hero-art { top: -34px; right: -52px; width: 280px; }
  .hero-copy { margin-top: 16px; }
  .hero .actions { margin-top: 22px; }
  .hero .stats { margin-top: 24px; }
  .hero-copy { font-size: 16px; }
  .radio { display: flex; align-items: flex-start; padding: 78px 48px 42px 28px; }
  .radio .wrap { width: min(100%, 500px); margin-left: auto; }
  .radio-card { grid-template-columns: 154px minmax(0, 1fr); gap: 22px; min-height: 0; padding: 24px; }
  .radio-stage { width: 154px; }
  .radio-title { font-size: 42px; }
  .radio-action { grid-template-columns: 58px minmax(0, 1fr) auto; }
}

@media (min-width: 761px) and (max-width: 999px) {
  .gift-copy h2 { font-size: 56px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 50px; }
  .hero .actions .btn { font-size: 16px; }
  .radio-card { padding-inline: 16px; }
  .radio-platforms { gap: 8px; }
  .gift-title-composition { grid-template-columns: 68px minmax(0, 1fr); gap: 14px; }
  .gift-mark b { font-size: 56px; }
  .gift-copy h2 { font-size: 38px; }
  .support-offer { grid-template-columns: 78px minmax(0, 1fr); padding: 15px; }
  .support-offer .support-offer-visual,
  .support-offer-usb .support-offer-visual { width: 78px; height: 78px; }
}

@media (min-width: 1000px) {
  .free-tracks-art { gap: 22px; opacity: .22; }
  .free-tracks-watermark { font-size: clamp(54px, 5vw, 88px); }
  .free-tracks-vinyl { width: clamp(140px, 13vw, 210px); }
}

/* Mobile listening sequence: one divider, one heading, then the player. */
.hero-stage { border-bottom: 0; }
.radio { padding-top: 0; padding-bottom: 8px; }
.latest-release.release-feature { padding-top: 28px; }
.radio-head.stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(100px, 1fr) minmax(0, 1fr);
  max-width: none;
  gap: 0;
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--test-line);
  border-bottom: 0;
  text-align: center;
}
.radio-head.stats > div { padding-inline: 5px; }
.radio-head.stats .radio-eyebrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  min-height: 48px;
  padding-inline: 8px;
  border-inline: 1px solid var(--test-line);
  color: var(--test-amber);
  font-size: 27px;
  line-height: .94;
  font-weight: 800;
}
.radio-head.stats .radio-eyebrow b { color: inherit; font: inherit; }
.radio-card { margin-top: 0; }

/* Open record-shop rows, with clear full-width purchase controls. */
.support-offer,
.collection-group .support-offer,
.collection-group .support-offer-usb {
  padding: 22px 0;
  border: 0;
  border-top: 1px solid var(--test-line);
  background: transparent;
  gap: 16px;
}
.support-offer-premium { border-top-color: var(--test-amber); }
.support-offer-copy p { font-size: 14px; }
.support-offer-price small { font-size: 12px; }
.support-offer-action {
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
  box-shadow: none;
}
.support-offer-action svg { flex: 0 0 22px; }
.support-offer-premium .support-offer-action {
  background: var(--test-amber);
  box-shadow: none;
}
.collection-group .support-offer-action,
.collection-group .support-offer-usb .support-offer-action {
  background: transparent;
  border-color: var(--test-amber);
  color: var(--test-amber);
}
.collection-group [data-support-offer="zip"] .support-offer-action {
  background: transparent;
  color: var(--test-paper);
}
@media (hover: hover) {
  .support-offer-premium .support-offer-action:hover { background: #f0bb5d; }
  .collection-group .support-offer-action:hover { background: rgba(232, 169, 59, .1); }
}
@media (min-width: 761px) {
  .radio { padding-bottom: 28px; }
  .radio-head.stats .radio-eyebrow { flex-direction: row; gap: 7px; font-size: 32px; }
  .support-offer-premium { padding-block: 30px; }
}
@media (min-width: 1000px) {
  .radio { padding-top: 78px; }
  .radio-head.stats .radio-eyebrow { flex-direction: column; gap: 0; font-size: 27px; }
}

/* Keep newsletter consent legible and its closing notes together. */
.gift { padding-bottom: 24px; }
.gift-form .consent {
  align-items: start;
  gap: 10px;
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
  font-size: 12px;
  line-height: 1.5;
}
.gift-form .consent input { width: 18px; height: 18px; margin-top: 1px; flex: 0 0 18px; }
.gift-note {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 12px;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.5;
}
.gift-note a { margin: 0; font-size: inherit; }
.gift-form-wrap .form-msg:empty { display: none; }
.gift + .story-proof { padding-top: 32px; }
@media (min-width: 761px) {
  .gift { padding-bottom: 32px; }
  .gift + .story-proof { padding-top: 48px; }
}

/* Harmonisation mobile : la musique, des respirations, des actions nettes. */
.gift { padding: 44px 0; border-block: 1px solid var(--test-line); background: var(--test-panel); }
.gift::after { content: none; }
.gift-title-composition { display: block; }
.gift-copy h2 { max-width: none; font-size: clamp(38px, 10vw, 48px); line-height: 1.08; }
.gift-copy > p:not(.gift-mark) { margin-top: 18px; line-height: 1.6; }
.gift-grid { gap: 28px; }
.gift-form { padding-top: 0; border-top: 0; }
.gift-form input[type="email"], .gift-form .btn { border-radius: 6px; min-height: 54px; }
.gift-track { min-height: 54px; }

/* Les traboules de Lyon accompagnent le récit en filigrane. */
.gift + .story-proof { padding: 48px 0; }
.story-proof { position: relative; overflow: hidden; background: #0d0d10; }
.story-proof-grid { position: relative; display: block; isolation: isolate; }
.story-proof-visual {
  position: absolute; z-index: -1; inset: -48px -18px; width: auto;
  min-height: 0; margin: 0; border: 0; background: transparent;
}
.story-proof-visual::before { content: none; }
.story-proof-visual img {
  display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%;
  opacity: .23;
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000 75%, transparent);
}
.story-proof-copy { display: block; max-width: 620px; padding: 0; }
.story-proof h2 { max-width: none; margin: 0; font-size: clamp(38px, 10vw, 48px); line-height: 1.08; }
.story-proof p:not(.story-proof-kicker) { max-width: 46ch; margin-top: 20px; font-size: 15px; line-height: 1.65; }
.story-proof-link { min-height: 44px; margin-top: 20px; }

/* Les voix des auditeurs marquent une pause lumineuse dans le parcours. */
.reviews { padding: 42px 0 64px; background: #e9e3d7; border-block: 0; color: #211f1b; }
.review-head { gap: 20px; margin-bottom: 22px; }
.review-head h2 { max-width: 18ch; color: #211f1b; font-size: clamp(34px, 9vw, 46px); line-height: 1.1; }
.reviews .review-context, .reviews .stars-note, .reviews .review small { color: #5c5448; }
.reviews .stars { color: #865500; }
.reviews .review-row { gap: 24px; padding: 16px 0 10px; border-top: 1px solid #c5bdae; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #9f8c6b transparent; }
.reviews .review { flex-basis: 280px; padding: 0 24px 0 0; border: 0; border-right: 1px solid #c5bdae; background: transparent; box-shadow: none; scroll-snap-align: start; }
.reviews .review p { margin: 12px 0; color: #211f1b; font-size: 16px; line-height: 1.6; }
.reviews .review small { font-size: 13px; }
.reviews .swipe-hint { display: none; }

/* Chaque offre partage la même structure, sans titres ni prix comprimés. */
.offers-board .support-offer-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.offers-board .support-offer {
  display: grid; grid-template-columns: 88px minmax(0, 1fr);
  grid-template-areas: "visual copy" "description description" "price price" "details details" "action action";
  align-items: start; align-content: start; gap: 20px 18px;
  padding: 24px 20px; border: 1px solid var(--test-line); border-radius: 12px;
  background: var(--test-panel); box-shadow: none;
}
.offers-board .support-offer-premium { grid-template-areas: "visual copy" "description description" "price price" "action action"; border-color: var(--test-line-amber); background: #19160f; }
.offers-board .support-offer-visual {
  grid-area: visual; align-self: start; width: 88px; height: 88px; min-height: 0;
  max-width: none; margin: 0; border: 0; border-radius: 4px; overflow: hidden;
}
.offers-board .support-offer-visual::before, .offers-board .support-offer-visual::after { content: none; }
.offers-board .support-offer-visual img { display: block; position: static; width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 0; transform: none; filter: none; }
.offers-board .support-offer-app img { object-position: 50% 10%; }
.offers-board .support-offer-copy { grid-area: copy; align-self: start; min-width: 0; }
.offers-board .support-offer-copy :is(h3,h4) { margin: 0; font-size: 30px; line-height: 1.14; letter-spacing: 0; text-wrap: balance; }
.offers-board .offer-flag { display: block; margin: 10px 0 0; color: var(--muted-strong); font-size: 11px; font-weight: 500; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.offers-board .support-offer-description { grid-area: description; margin: 0; color: var(--muted-strong); font-size: 14px; line-height: 1.65; }
.offers-board .support-offer-price,
.offers-board .collection-group .support-offer-usb .support-offer-price {
  grid-area: price; display: grid; grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "kicker kicker" "price note"; align-items: center;
  gap: 10px 16px; margin: 0; padding-top: 20px; border-top: 1px solid var(--test-line);
}
.offers-board .support-offer-price .price-kicker { font-size: 11px; font-weight: 500; line-height: 1.5; letter-spacing: 0; text-transform: none; }
.offers-board .support-offer-price b { margin: 0; color: var(--test-paper); font-size: 42px; line-height: 1.1; white-space: nowrap; }
.offers-board .support-offer-price small { align-self: center; font-size: 12px; line-height: 1.6; }
.offers-board .support-offer-details { grid-area: details; border: 0; }
.offers-board .support-offer-details summary { min-height: 44px; gap: 16px; padding-block: 8px; font-size: 13px; line-height: 1.5; }
.offers-board .support-offer-details ul { gap: 10px; margin-top: 12px; }
.offers-board .support-offer-details li { font-size: 13px; line-height: 1.6; }
.offers-board .support-offer-action {
  grid-area: action; display: flex; align-items: center; justify-content: space-between;
  width: 100%; min-height: 58px; gap: 16px; margin: 0; padding: 16px;
  border: 1px solid var(--test-amber); border-radius: 6px; box-shadow: none;
  background: transparent; color: var(--test-paper); font-size: 15px; font-weight: 750;
  line-height: 1.5; letter-spacing: 0; text-align: left;
}
.offers-board .support-offer-action span { min-width: 0; }
.offers-board .support-offer-action svg { flex: 0 0 20px; }
.offers-board .support-offer-premium .support-offer-action { background: var(--test-amber); color: var(--test-night); }
.offers-board .collection-group { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 8px; border: 0; }
.offers-board .collection-group-intro { padding: 0; }
.offers-board .collection-group-intro h3 { max-width: none; margin-top: 8px; font-size: 38px; line-height: 1.1; }
.offers-board .collection-format-list { grid-template-columns: minmax(0, 1fr); gap: 20px; }
.offers-reassurance { margin-top: 24px; font-size: 12px; line-height: 1.7; }
@media (hover: hover) {
  .offers-board .support-offer-action:hover { background: rgba(232,169,59,.12); }
  .offers-board .support-offer-premium .support-offer-action:hover { background: #f0bb5d; }
}
@media (max-width: 360px) {
  .offers-board .support-offer { grid-template-columns: 72px minmax(0, 1fr); padding: 20px 16px; gap: 18px 14px; }
  .offers-board .support-offer-visual { width: 72px; height: 72px; }
  .offers-board .support-offer-copy :is(h3,h4) { font-size: 28px; }
}
@media (min-width: 761px) {
  .gift { padding-block: 64px; }
  .gift-grid { gap: 64px; align-items: start; }
  .gift-copy h2, .story-proof h2 { font-size: 54px; }
  .gift-form { padding-top: 0; border-top: 0; }
  .gift + .story-proof { padding-block: 64px; }
  .story-proof-visual { inset: -64px 0 -64px 30%; }
  .story-proof-visual img { opacity: .28; object-position: 50% 50%; }
  .reviews { padding-block: 40px; }
  .offers-board .support-offer { grid-template-columns: 112px minmax(0, 1fr); padding: 28px; gap: 24px; }
  .offers-board .support-offer-visual { width: 112px; height: 112px; }
  .offers-board .support-offer-copy :is(h3,h4) { font-size: 36px; }
  .offers-board .support-offer-premium { grid-template-columns: 140px minmax(0, 1fr) minmax(240px, .8fr); grid-template-areas: "visual copy price" "visual description action"; }
  .offers-board .support-offer-premium .support-offer-visual { width: 140px; height: 140px; }
  .offers-board .support-offer-premium .support-offer-price { padding-top: 0; border: 0; }
  .offers-board .collection-group-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 8px 48px; align-items: center; }
  .offers-board .collection-group-intro .collection-kicker { grid-column: 1 / -1; margin: 0; }
  .offers-board .collection-group-intro h3 { margin: 0; }
  .offers-board .collection-group-intro > p:last-child { max-width: 42ch; margin: 0; font-size: 14px; }
  .offers-board .collection-format-list { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .offers-board .support-offer-premium { grid-template-columns: 112px minmax(0, 1fr); grid-template-areas: "visual copy" "description description" "price price" "action action"; }
  .offers-board .support-offer-premium .support-offer-visual { width: 112px; height: 112px; }
  .offers-board .support-offer { grid-template-columns: 88px minmax(0, 1fr); padding: 24px 18px; gap: 20px 16px; }
  .offers-board .support-offer-visual { width: 88px; height: 88px; }
}

@media (max-width: 760px) {
  .reviews { padding-bottom: 64px; }
  .reviews .review-head { gap: 20px; }
}

/* ========================================================================== */
/* --- Desktop direction — label house / record-shop composition ------------- */
/* Scoped above 1023px on purpose: the mobile composition remains untouched.   */
/* ========================================================================== */
@media (min-width: 1024px) {
  :root {
    --desktop-wrap: min(1240px, calc(100% - 112px));
    --desktop-line: rgba(245, 243, 238, .16);
    --desktop-amber-soft: rgba(232, 169, 59, .13);
  }

  .wrap { width: var(--desktop-wrap); }

  /* The masthead becomes a quiet gallery rail: the mark stays central while
     the navigation reads like a catalogue index on either side. */
  .navin { width: var(--desktop-wrap); height: 92px; }
  .brand img { height: 78px; }
  .links { gap: 26px; }
  .links a { font-size: 11px; letter-spacing: .12em; }
  .nav-space { min-height: 44px; padding-inline: 20px; }

  /* Opening spread: the proposition and the live radio are one desktop
     scene, with enough width for the label's editorial type to breathe. */
  .hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(500px, .92fr);
    max-width: 1520px;
    min-height: 650px;
    margin-inline: auto;
    border-bottom: 1px solid var(--desktop-line);
    background:
      radial-gradient(720px 460px at 24% 2%, rgba(232, 169, 59, .12), transparent 70%),
      #0b0b0e;
  }
  .hero {
    display: flex;
    align-items: flex-start;
    min-height: 650px;
    padding: 72px 68px 76px max(56px, calc((100vw - 1408px) / 2));
    border-bottom: 0;
  }
  .hero .wrap { width: 100%; margin: 0; }
  .hero-grid { display: block; max-width: 700px; }
  .hero h1 {
    max-width: 10ch;
    margin-top: 24px;
    font-size: clamp(66px, 6vw, 92px) !important;
    line-height: .91 !important;
    letter-spacing: -.055em !important;
  }
  .hero-copy { max-width: 49ch; margin-top: 28px; font-size: 17px; line-height: 1.65; }
  .hero .actions { margin-top: 34px; gap: 14px; }
  .hero .actions .btn { min-height: 56px; padding-inline: 24px; }
  .hero-art { top: 4%; right: -12%; width: 560px; opacity: .27; }
  .hero-art img { width: 560px; height: 560px; box-shadow: 0 0 84px rgba(232, 169, 59, .12); }

  /* Radio is allowed to become a proper listening object instead of a narrow
     card parked beside the hero. */
  .radio {
    display: flex;
    align-items: flex-start;
    padding: 72px 64px 64px 48px;
    background:
      linear-gradient(180deg, rgba(245, 243, 238, .025), transparent 42%),
      radial-gradient(480px 380px at 74% 42%, rgba(232, 169, 59, .09), transparent 70%);
  }
  .radio .wrap { width: min(100%, 570px); margin: 0; }
  .radio-head.stats {
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    margin: 0 0 22px;
    padding: 0 0 18px;
    border-top: 0;
    border-bottom: 1px solid var(--desktop-line);
  }
  .radio-head.stats > div { padding-inline: 12px; }
  .radio-head.stats > div:first-child { padding-left: 0; text-align: left; }
  .radio-head.stats > div:last-child { padding-right: 0; text-align: right; }
  .radio-head.stats .radio-eyebrow {
    min-height: 58px;
    padding-inline: 24px;
    border-inline: 1px solid var(--desktop-line);
    font-size: 32px !important;
    line-height: .92 !important;
  }
  .radio-head.stats b { font-size: 24px; }
  .radio-head.stats span { font-size: 10px; line-height: 1.3; }
  .radio-card {
    grid-template-columns: minmax(190px, .78fr) minmax(0, 1fr);
    gap: 28px;
    padding: 28px;
    border: 1px solid rgba(232, 169, 59, .46);
    background:
      linear-gradient(135deg, rgba(232, 169, 59, .08), transparent 45%),
      #151318;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(245, 243, 238, .07);
  }
  .radio-stage { width: 100%; max-width: 214px; }
  .radio-title { font-size: 46px !important; line-height: 1 !important; }
  .radio-action {
    min-height: 94px;
    margin-top: 28px;
    grid-template-columns: 92px minmax(0, 1fr);
    border-radius: 0;
  }
  .radio-action-copy { padding-inline: 8px; }
  .radio-platforms { gap: 10px; margin-top: 16px; }
  .radio-platforms a { min-height: 46px; border-color: rgba(245, 243, 238, .2); }

  /* The latest release becomes an actual editorial spread. */
  .latest-release.release-feature { padding: 104px 0 112px; }
  .release-layout {
    grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
    grid-template-areas: "main main" ". listening";
    gap: 16px 92px;
  }
  .release-main {
    grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
    grid-template-areas: "artwork copy";
    gap: 16px 92px;
  }
  .release-eyebrow { padding-left: 6px; font-size: 11px; letter-spacing: .18em; }
  .release-artwork { width: min(100%, 410px); margin: 0 auto 8px 0; }
  .release-artwork img { box-shadow: 0 30px 48px rgba(0, 0, 0, .48); }
  .release-copy { align-self: start; padding-top: 18px; }
  .release-meta { margin-top: 16px; font-size: 12px; }
  .release-copy h2 { max-width: 8ch; font-size: clamp(62px, 7vw, 104px) !important; line-height: .9 !important; }
  .release-listening { align-self: start; margin-top: 28px; }
  .release-play { min-height: 74px; padding-inline: 18px 24px; }
  .release-bridge { max-width: 52ch; margin-top: 24px; }

  /* Gift: one clear acquisition gesture, with the form given the same visual
     status as the real track list. */
  .gift {
    padding: 96px 0 88px;
    background:
      radial-gradient(520px 360px at 8% 52%, rgba(232, 169, 59, .08), transparent 72%),
      #121216;
  }
  .gift-grid { grid-template-columns: minmax(0, 1.08fr) minmax(380px, .78fr); gap: 96px; align-items: center; }
  .gift-copy { max-width: 650px; }
  .gift-copy h2 { max-width: 11ch; font-size: clamp(58px, 5.6vw, 82px) !important; line-height: .9 !important; }
  .gift-copy > p:not(.gift-mark) { max-width: 48ch; margin-top: 26px; font-size: 15px; line-height: 1.68; }
  .gift-tracklist { margin-top: 38px; }
  .gift-track {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 82px;
    padding: 9px 12px;
    border-top-color: rgba(245, 243, 238, .16);
    transition: transform 220ms cubic-bezier(.16, 1, .3, 1), background-color 220ms ease, border-color 220ms ease;
  }
  .gift-track:last-child { border-bottom-color: rgba(245, 243, 238, .16); }
  .gift-track img {
    width: 64px;
    height: 64px;
    border-radius: 3px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .3);
    transition: transform 220ms cubic-bezier(.16, 1, .3, 1), box-shadow 220ms ease;
  }
  .gift-track strong { font-size: 16px; line-height: 1.2; }
  .gift-track small { margin-top: 6px; font-size: 12px; }
  .gift-track > b { font-size: 11px; }
  .gift-form-wrap { padding: 32px; border: 1px solid rgba(232, 169, 59, .42); background: rgba(5, 5, 5, .28); box-shadow: 0 24px 56px rgba(0, 0, 0, .24); }
  .gift-form { gap: 12px; }
  .gift-form input[type="email"], .gift-form .btn { min-height: 58px; }
  .gift-form .consent { margin-top: 10px; padding-top: 16px; }

  /* The Lyon image and the copy now read as a single proof-of-origin panel. */
  .story-proof { padding: 96px 0; }
  .story-proof-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); min-height: 460px; }
  .story-proof-visual { position: relative; inset: auto; min-height: 460px; border: 1px solid var(--desktop-line); }
  .story-proof-visual img { opacity: .5; mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%); }
  .story-proof-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px 0 48px 88px; }
  .story-proof h2 { max-width: 9ch; font-size: 68px !important; line-height: .9 !important; }
  .story-proof p:not(.story-proof-kicker) { max-width: 47ch; margin-top: 26px; font-size: 15px; line-height: 1.7; }
  .story-proof-link { margin-top: 30px; }

  /* Testimonials become a quiet proof wall rather than a horizontal strip. */
  .reviews { padding: 48px 0 50px; background: #e9e3d7; }
  .review-head { margin-bottom: 28px; }
  .review-head h2 { max-width: 14ch; font-size: 52px !important; line-height: .96 !important; }
  .review-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; padding: 22px 0 0; border-top: 1px solid #c5bdae; overflow: visible; }
  .reviews .review { min-height: 148px; padding: 0 22px; border-right: 1px solid #c5bdae; }
  .reviews .review:first-child { padding-left: 0; }
  .reviews .review:last-child { padding-right: 0; border-right: 0; }
  .reviews .review p { margin: 16px 0 22px; font-size: 15px; line-height: 1.5; }

  /* Offers: premium is the main door, while the two Collection formats sit
     beside it like two objects in a record shop. */
  .offers-band { padding: 100px 0 84px; }
  .offers-heading { width: var(--desktop-wrap); margin-inline: auto; }
  .offers-heading h2 { max-width: 10ch; font-size: 84px !important; line-height: .88 !important; }
  .offers-heading p { max-width: 46ch; margin-top: 24px; font-size: 15px; line-height: 1.65; }
  .offers-board { width: var(--desktop-wrap); margin: 56px auto 0; }
  .offers-board .support-offer-list { grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: 64px; align-items: start; }
  .offers-board .support-offer-premium { grid-template-columns: 180px minmax(0, 1fr); grid-template-areas: "visual copy" "visual description" "visual price" "visual action"; gap: 22px 34px; min-height: 0; padding: 36px; border-color: rgba(232, 169, 59, .56); background: linear-gradient(145deg, rgba(232, 169, 59, .15), rgba(22, 19, 14, .72) 54%), #19160f; }
  .offers-board .support-offer-premium .support-offer-visual { width: 180px; height: 180px; }
  .offers-board .support-offer-copy :is(h3, h4) { font-size: 44px !important; line-height: .95 !important; }
  .offers-board .support-offer-description { max-width: 40ch; font-size: 15px; line-height: 1.65; }
  .offers-board .support-offer-price { display: block; padding-top: 20px; border-top: 1px solid rgba(245, 243, 238, .14); }
  .offers-board .support-offer-price b { margin: 8px 0; font-size: 58px; }
  .offers-board .support-offer-action { min-height: 62px; }
  .offers-board .collection-group { gap: 28px; padding-top: 0; border-top: 0; }
  .offers-board .collection-group-intro { display: block; padding: 0 0 8px; }
  .offers-board .collection-group-intro h3 { max-width: 9ch; margin-top: 10px; font-size: 54px !important; line-height: .92 !important; }
  .offers-board .collection-group-intro > p:last-child { max-width: 42ch; margin-top: 20px; font-size: 14px; }
  .offers-board .collection-format-list { grid-template-columns: 1fr; gap: 18px; }
  .offers-board .collection-group .support-offer {
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-areas: "visual copy" "visual description" "visual price" "details details" "action action";
    min-height: 0;
    padding: 28px;
    background: rgba(16, 16, 20, .72);
  }
  .offers-board .collection-group .support-offer .support-offer-visual { width: 120px; height: 120px; }
  .offers-board .collection-group .support-offer-copy :is(h3, h4) { font-size: 34px !important; line-height: .98 !important; }
  .offers-board .collection-group .support-offer-price { padding-top: 14px; }
  .offers-board .collection-group .support-offer-price b { font-size: 44px; }
  .offers-reassurance { margin-top: 24px; font-size: 12px; }

  .site-footer { padding: 86px 0 52px; }
  .footer-in { grid-template-columns: minmax(0, 1fr) auto; gap: 24px 72px; }
  .footer-say h2 { max-width: 10ch; font-size: 64px !important; line-height: .92 !important; }
  .footer-say > p { max-width: 52ch; font-size: 15px; }
  .footer-minimal-links { align-self: end; }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .gift-track:hover {
    transform: translateX(8px);
    background: rgba(232, 169, 59, .07);
    border-top-color: rgba(232, 169, 59, .5);
  }
  .gift-track:hover img {
    transform: scale(1.04);
    box-shadow: 0 16px 28px rgba(0, 0, 0, .42);
  }
  .offers-board .support-offer-premium:hover,
  .offers-board .collection-group .support-offer:hover {
    border-color: rgba(232, 169, 59, .74);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gift-track,
  .gift-track img {
    transition-duration: .01ms;
  }
}

/* At the lower edge of desktop, keep the composition spacious instead of
   forcing the radio controls and support price into narrow columns. */
@media (min-width: 1024px) and (max-width: 1180px) {
  .radio-card {
    grid-template-columns: 146px minmax(0, 1fr);
    gap: 18px;
    padding: 20px;
  }
  .radio-stage { max-width: 146px; }
  .radio-title { font-size: 36px !important; }
  .radio-action { grid-template-columns: 48px minmax(0, 1fr); }
  .radio-action-air { display: none; }
  .radio-action-copy { padding-inline: 10px; }

  .offers-board .support-offer-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }
  .offers-board .support-offer-premium {
    grid-template-columns: 160px minmax(0, 1fr);
    min-height: 0;
  }
  .offers-board .support-offer-premium .support-offer-visual {
    width: 160px;
    height: 160px;
  }
  .offers-board .support-offer-premium .support-offer-price b { font-size: 52px; }
}

@media (min-width: 1181px) and (max-width: 1360px) {
  .radio-action { grid-template-columns: 50px minmax(0, 1fr); }
  .radio-action-air { display: none; }
  .radio-action-copy { padding-inline: 12px; }
}

/* Desktop offers: Premium is the main doorway; the two Collection formats
   become a clear second chapter below it, with no dead side column. */
@media (min-width: 1024px) {
  .offers-board .support-offer-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 72px;
  }
  .offers-board .support-offer-premium {
    grid-template-columns: minmax(220px, .42fr) minmax(0, 1.35fr) minmax(210px, .62fr);
    grid-template-areas: "visual copy price" "visual description action";
    gap: 24px 36px;
    min-height: 380px;
    align-items: center;
    padding: 44px;
  }
  .offers-board .support-offer-premium .support-offer-visual {
    width: min(100%, 240px);
    height: auto;
    aspect-ratio: 1;
  }
  .offers-board .support-offer-premium .support-offer-copy :is(h3, h4) {
    font-size: clamp(44px, 4.6vw, 64px) !important;
    line-height: .92 !important;
  }
  .offers-board .support-offer-premium .support-offer-price {
    align-self: end;
    padding-top: 0;
    border-top: 0;
  }
  .offers-board .collection-group {
    display: block;
    padding-top: 0;
  }
  .offers-board .collection-group-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
    gap: 10px 72px;
    align-items: end;
    padding-top: 8px;
  }
  .offers-board .collection-group-intro .collection-kicker { grid-column: 1 / -1; }
  .offers-board .collection-group-intro h3 {
    max-width: 12ch;
    font-size: clamp(46px, 4.6vw, 64px) !important;
    line-height: .98 !important;
  }
  .offers-board .collection-group-intro > p:last-child {
    max-width: 42ch;
    margin: 0;
  }
  .offers-board .collection-format-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 36px;
    align-items: stretch;
  }
  .offers-board .collection-group .support-offer {
    grid-template-columns: 1fr;
    grid-template-areas: "visual" "copy" "description" "price" "details" "action";
    gap: 18px;
    min-height: 0;
    padding: 26px;
    height: 100%;
  }
  .offers-board .collection-group .support-offer .support-offer-visual {
    width: min(100%, 220px);
    height: auto;
    aspect-ratio: 1;
  }
  .offers-board .collection-group .support-offer-price,
  .offers-board .collection-group .support-offer-usb .support-offer-price {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "kicker kicker" "price note";
    align-items: center;
    gap: 10px 16px;
    grid-column: auto;
    margin-top: 0;
    min-height: 112px;
    padding-top: 14px;
    border-top: 1px solid var(--test-line);
  }
  .offers-board .collection-group .support-offer-action,
  .offers-board .collection-group .support-offer-details { grid-column: auto; }
}

@media (min-width: 1200px) {
  .offers-board .collection-format-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offers-board .collection-group .support-offer .support-offer-visual {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1440px) {
  .hero-stage { min-height: 710px; }
  .hero { min-height: 710px; padding-top: 92px; padding-bottom: 92px; }
  .radio { padding-top: 92px; padding-right: 86px; }
  .hero-art { width: 660px; right: -15%; }
  .hero-art img { width: 660px; height: 660px; }
}

/* The 05 is a restrained typographic watermark, kept behind the title. */
html, body { overflow-x: clip; }
.gift-grid { position: relative; isolation: isolate; }
.gift-copy, .gift-form-wrap { position: relative; z-index: 1; }
.gift-title-composition { position: relative; display: block; }
.gift-mark {
  position: absolute;
  z-index: 0;
  top: -18px;
  right: -10px;
  display: inline-flex;
  align-items: baseline;
  gap: .02em;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--test-paper);
  font-family: 'DINGift', 'Arial Narrow', sans-serif;
  font-size: clamp(120px, 32vw, 156px);
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: .82;
  opacity: .11;
  pointer-events: none;
  user-select: none;
  text-shadow: 1px 2px 0 rgba(0,0,0,.18), -1px -1px 0 rgba(255,255,255,.08);
}
.gift-mark b {
  display: block;
  color: var(--test-paper);
  font: inherit;
  letter-spacing: inherit;
  line-height: 1;
}
.gift-mark b + b { color: var(--test-amber); }
.gift-title-composition h2 { position: relative; z-index: 1; }
@media (min-width: 761px) {
  .gift-mark { top: -8px; right: 31%; font-size: clamp(68px, 5.1vw, 88px); opacity: .18; }
}
