:root {
  --v37-gold-bright: #f2d794;
  --v37-gold: #d6b879;
  --v37-gold-deep: #8f6a2f;
  --v37-ink: #06100b;
  --v37-forest: #0b1b13;
  --v37-ivory: #f7f1e5;
  --v37-muted: rgba(247, 241, 229, .72);
  --v37-line: rgba(214, 184, 121, .34);
  --v37-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}

.v37-page {
  --v37-pointer-x: 50%;
  --v37-pointer-y: 35%;
}

.v37-page .v36-header::after {
  content: "";
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  bottom: 0;
  left: clamp(20px, 4vw, 64px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 215, 148, .72), transparent);
  transform: scaleX(.24);
  opacity: .65;
  transition: transform .8s cubic-bezier(.2, .8, .2, 1);
}

.v37-page .v36-header.is-scrolled::after {
  transform: scaleX(1);
}

.v37-page .v36-brand__mark,
.v37-page .v36-nav__cta {
  box-shadow: inset 0 0 0 1px rgba(242, 215, 148, .05), 0 0 28px rgba(214, 184, 121, .08);
}

.v37-page .v36-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -30%;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--v37-pointer-x) var(--v37-pointer-y), rgba(242, 215, 148, .17), transparent 18%),
    conic-gradient(from 210deg at 78% 52%, transparent 0 43%, rgba(242, 215, 148, .1) 47%, transparent 51% 100%);
  mix-blend-mode: screen;
  animation: v37-hero-glow 13s ease-in-out infinite alternate;
}

.v37-page .v36-hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: clamp(24px, 6vw, 92px);
  bottom: clamp(92px, 13vh, 150px);
  width: min(27vw, 410px);
  aspect-ratio: 1;
  border: 1px solid rgba(242, 215, 148, .26);
  border-radius: 50%;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 22px rgba(214, 184, 121, .025),
    0 0 90px rgba(214, 184, 121, .08);
  animation: v37-orbit 18s linear infinite;
}

.v37-page .v36-hero__content::before {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--v37-gold-bright), transparent);
  box-shadow: 0 0 16px rgba(242, 215, 148, .55);
  transform-origin: left;
  animation: v37-line-in 1.3s cubic-bezier(.2, .8, .2, 1) both;
}

.v37-page .v36-button--light {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #f7efd9 0%, #d8bb77 48%, #f4dfac 100%);
  border-color: rgba(255, 240, 196, .88);
  box-shadow: 0 10px 34px rgba(195, 144, 50, .16);
}

.v37-page .v36-button--light::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -45%;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  transform: skewX(-18deg);
  animation: v37-button-shine 5.8s ease-in-out infinite;
}

.v37-experience,
.v37-social,
.v37-fraispertuis,
.v37-faq {
  position: relative;
  isolation: isolate;
  overflow: clip;
}

.v37-experience {
  min-height: 100svh;
  padding: clamp(90px, 12vw, 170px) clamp(22px, 6vw, 92px);
  background:
    radial-gradient(circle at 14% 18%, rgba(214, 184, 121, .12), transparent 26%),
    linear-gradient(145deg, #06100b 0%, #10231a 56%, #07100b 100%);
}

.v37-experience::before,
.v37-social::before,
.v37-fraispertuis::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(214, 184, 121, .055) calc(25% - 1px) 25%),
    linear-gradient(115deg, transparent 48%, rgba(242, 215, 148, .04) 49%, transparent 50%);
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

.v37-section-head {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(280px, 1.2fr);
  gap: clamp(30px, 7vw, 120px);
  align-items: end;
  max-width: 1440px;
  margin: 0 auto clamp(52px, 8vw, 110px);
}

.v37-number {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--v37-gold-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.v37-number::after {
  content: "";
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, var(--v37-gold), transparent);
}

.v37-section-head h2,
.v37-story-copy h2,
.v37-faq h2 {
  margin: 14px 0 0;
  font-family: var(--v37-serif);
  font-size: clamp(44px, 6.3vw, 96px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.v37-section-head__lead {
  max-width: 610px;
  margin: 0;
  color: var(--v37-muted);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.62;
}

.v37-cinema {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(20px, 3vw, 46px);
  align-items: stretch;
  max-width: 1500px;
  margin: 0 auto;
}

.v37-cinema__main {
  position: relative;
  min-height: min(72vw, 790px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--v37-line);
  border-radius: 2px 80px 2px 2px;
  background: #08130e;
  box-shadow: 0 40px 110px rgba(0, 0, 0, .34);
}

.v37-cinema__main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(5, 12, 8, .84), transparent 45%),
    radial-gradient(circle at var(--v37-pointer-x) var(--v37-pointer-y), rgba(242, 215, 148, .14), transparent 22%);
  mix-blend-mode: screen;
}

.v37-cinema__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(.2, .8, .2, 1), filter 1.4s ease;
}

.v37-cinema__main:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.v37-cinema__caption {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 4vw, 60px);
  bottom: clamp(26px, 4vw, 60px);
  left: clamp(24px, 4vw, 60px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.v37-cinema__caption strong {
  max-width: 590px;
  font-family: var(--v37-serif);
  font-size: clamp(32px, 4vw, 64px);
  font-weight: 400;
  line-height: .98;
}

.v37-cinema__caption span {
  flex: 0 0 auto;
  color: var(--v37-gold-bright);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.v37-cinema__side {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 22px;
}

.v37-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.v37-stack figure {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 184, 121, .22);
}

.v37-stack figure:first-child {
  transform: translateY(28px);
}

.v37-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v37-card {
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid var(--v37-line);
  background: rgba(6, 16, 11, .72);
  box-shadow: inset 0 1px rgba(255,255,255,.03);
  backdrop-filter: blur(18px);
}

.v37-card p {
  margin: 0 0 24px;
  color: var(--v37-muted);
  line-height: 1.62;
}

.v37-card small,
.v37-rights {
  display: block;
  margin-top: 17px;
  color: rgba(247, 241, 229, .54);
  font-size: 11px;
  line-height: 1.55;
}

.v37-social {
  padding: clamp(90px, 11vw, 160px) clamp(22px, 6vw, 92px);
  background:
    radial-gradient(circle at 82% 28%, rgba(214, 184, 121, .12), transparent 24%),
    #0a1811;
}

.v37-social-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(20px, 4vw, 64px);
  align-items: start;
  max-width: 1480px;
  margin: 0 auto;
}

.v37-social-stills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.v37-social-stills figure,
.v37-reel {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--v37-line);
  background: #07100b;
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
}

.v37-social-stills figure:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
}

.v37-social-stills figure:not(:first-child) {
  aspect-ratio: 4 / 5;
}

.v37-social-stills img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2, .8, .2, 1);
}

.v37-social-stills figure:hover img {
  transform: scale(1.035);
}

.v37-social-stills figcaption,
.v37-reel__label {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  left: 18px;
  color: white;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0,0,0,.65);
}

.v37-social-stills figure::after,
.v37-reel::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(4,10,7,.78));
}

.v37-reels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.v37-reel {
  aspect-ratio: 9 / 16;
  border-radius: 46px 2px 2px;
}

.v37-reel:nth-child(2) {
  margin-top: 72px;
}

.v37-reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #07100b;
}

.v37-media-control {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 999px;
  color: white;
  background: rgba(3,10,6,.52);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.v37-fraispertuis {
  min-height: 100svh;
  padding: clamp(90px, 12vw, 170px) clamp(22px, 6vw, 92px);
  background:
    radial-gradient(circle at 74% 25%, rgba(229, 152, 46, .12), transparent 26%),
    linear-gradient(140deg, #07110c 0%, #13281d 56%, #07110c 100%);
}

.v37-park-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(18px, 3vw, 44px);
  max-width: 1480px;
  margin: 0 auto;
}

.v37-park-hero,
.v37-park-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--v37-line);
}

.v37-park-hero {
  min-height: min(78vw, 860px);
  border-radius: 2px 80px 2px 2px;
}

.v37-park-hero img,
.v37-park-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v37-park-hero::after,
.v37-park-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(4,10,7,.76), transparent 55%);
}

.v37-park-hero figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4vw, 58px);
  bottom: clamp(24px, 4vw, 58px);
  left: clamp(24px, 4vw, 58px);
  max-width: 620px;
  font-family: var(--v37-serif);
  font-size: clamp(34px, 4.2vw, 68px);
  line-height: .98;
}

.v37-park-side {
  display: grid;
  grid-template-rows: minmax(320px, 1fr) auto;
  gap: 18px;
}

.v37-park-tile {
  min-height: 300px;
}

.v37-park-tile figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v37-story-copy {
  max-width: 920px;
  margin: 0 auto 64px;
  text-align: center;
}

.v37-story-copy p {
  max-width: 650px;
  margin: 22px auto 0;
  color: var(--v37-muted);
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.62;
}

.v37-faq {
  padding: clamp(80px, 9vw, 130px) clamp(22px, 8vw, 120px);
  background: #08130e;
}

.v37-faq-inner {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 8vw, 130px);
  max-width: 1320px;
  margin: 0 auto;
}

.v37-faq h2 {
  font-size: clamp(42px, 5vw, 76px);
}

.v37-faq-list {
  border-top: 1px solid var(--v37-line);
}

.v37-faq details {
  padding: 26px 0;
  border-bottom: 1px solid var(--v37-line);
}

.v37-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-family: var(--v37-serif);
  font-size: clamp(20px, 2vw, 28px);
  list-style: none;
}

.v37-faq summary::-webkit-details-marker {
  display: none;
}

.v37-faq summary::after {
  content: "+";
  color: var(--v37-gold-bright);
  font-family: var(--v36-sans);
  font-size: 24px;
}

.v37-faq details[open] summary::after {
  content: "–";
}

.v37-faq details p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--v37-muted);
  line-height: 1.65;
}

.v37-reveal {
  opacity: 1;
  transform: none;
}

html.v37-motion .v37-reveal {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity .9s cubic-bezier(.2, .8, .2, 1),
    transform .9s cubic-bezier(.2, .8, .2, 1);
}

html.v37-motion .v37-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.v37-reveal[data-v37-delay="1"] { transition-delay: .12s; }
.v37-reveal[data-v37-delay="2"] { transition-delay: .24s; }
.v37-reveal[data-v37-delay="3"] { transition-delay: .36s; }

@keyframes v37-hero-glow {
  from { transform: translate3d(-2%, -1%, 0) rotate(-2deg); opacity: .55; }
  to { transform: translate3d(2%, 1.5%, 0) rotate(3deg); opacity: 1; }
}

@keyframes v37-orbit {
  to { transform: rotate(360deg); }
}

@keyframes v37-line-in {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: 1; }
}

@keyframes v37-button-shine {
  0%, 62% { left: -45%; }
  82%, 100% { left: 125%; }
}

@media (max-width: 980px) {
  .v37-page .v36-hero::after {
    width: 48vw;
    right: -10vw;
    bottom: 18vh;
  }

  .v37-section-head,
  .v37-cinema,
  .v37-social-grid,
  .v37-park-grid,
  .v37-faq-inner {
    grid-template-columns: 1fr;
  }

  .v37-section-head {
    gap: 24px;
  }

  .v37-cinema__main,
  .v37-park-hero {
    min-height: 72svh;
  }

  .v37-stack figure {
    min-height: 300px;
  }

  .v37-social-grid {
    gap: 42px;
  }

  .v37-reels {
    max-width: 760px;
    margin: 0 auto;
  }

  .v37-park-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .v37-park-side .v37-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .v37-page .v36-hero::after {
    width: 74vw;
    right: -30vw;
    opacity: .72;
  }

  .v37-experience,
  .v37-social,
  .v37-fraispertuis,
  .v37-faq {
    padding-right: 18px;
    padding-left: 18px;
  }

  .v37-section-head h2,
  .v37-story-copy h2 {
    font-size: clamp(42px, 14vw, 66px);
  }

  .v37-cinema__main,
  .v37-park-hero {
    min-height: 68svh;
    border-radius: 2px 48px 2px 2px;
  }

  .v37-cinema__caption {
    display: block;
  }

  .v37-cinema__caption span {
    display: block;
    margin-top: 14px;
  }

  .v37-stack {
    gap: 10px;
  }

  .v37-stack figure {
    min-height: 230px;
  }

  .v37-stack figure:first-child {
    transform: translateY(16px);
  }

  .v37-social-stills {
    grid-template-columns: 1fr;
  }

  .v37-social-stills figure:first-child {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .v37-social-stills figure:not(:first-child) {
    aspect-ratio: 4 / 5;
  }

  .v37-reels {
    gap: 10px;
  }

  .v37-reel {
    border-radius: 30px 2px 2px;
  }

  .v37-reel:nth-child(2) {
    margin-top: 36px;
  }

  .v37-park-side {
    grid-template-columns: 1fr;
  }

  .v37-park-side .v37-card {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v37-page *,
  .v37-page *::before,
  .v37-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .v37-reveal {
    opacity: 1;
    transform: none;
  }
}

/* V37 finale — composants canoniques repris de la home certifiée :
   premium-day-reel et premium-media-lab. Les médias et textes sont propres
   aux pages secondaires ; les proportions, profondeurs et interactions sont conservées. */
.v37-ratings {
  display: grid;
  grid-template-columns: minmax(170px, .28fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 64px);
  align-items: center;
  padding: clamp(26px, 4vw, 48px) max(clamp(22px, 6vw, 92px), calc((100% - 1320px) / 2));
  border-top: 1px solid rgba(235, 211, 154, .18);
  border-bottom: 1px solid rgba(235, 211, 154, .18);
  background: linear-gradient(110deg, #07110c, #163223 52%, #0a1710);
  color: #fffaf0;
}

.v37-ratings__label {
  margin: 0;
  color: var(--v37-gold-bright);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.v37-ratings__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.v37-ratings__list p {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 7px;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 236, 170, .22);
  border-radius: 8px;
  background: rgba(8, 18, 12, .48);
  box-shadow: inset 0 1px rgba(255,255,255,.04);
}

.v37-ratings__list span {
  color: rgba(255,250,240,.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v37-ratings__list strong {
  font-family: var(--v37-serif);
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 500;
  line-height: 1;
}

.premium-day-reel {
  --day-cycle-gold: #f2d794;
  --day-cycle-glow: rgba(242, 215, 148, .34);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(270px, .38fr) minmax(0, 1fr);
  gap: clamp(26px, 4.6vw, 70px);
  align-items: end;
  padding: clamp(70px, 9vw, 130px) max(clamp(18px, 5vw, 76px), calc((100% - 1240px) / 2)) clamp(68px, 8vw, 116px);
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 230, 163, .16), transparent 25%),
    linear-gradient(108deg, rgba(6, 17, 13, .98), rgba(12, 38, 23, .84) 46%, rgba(6, 17, 13, .72)),
    url("/assets/images/gallery/gallery-jardin-domaine.webp") center / cover no-repeat,
    #06110d;
  color: #fffaf0;
}

.premium-day-reel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 248, 234, .05), transparent 38%, rgba(0, 0, 0, .18)),
    linear-gradient(90deg, rgba(5, 13, 9, .68), rgba(5, 13, 9, .16) 58%, rgba(5, 13, 9, .54));
}

.premium-day-reel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 14% 18%, rgba(255, 239, 184, .55) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, .28) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 68%, rgba(255, 214, 132, .32) 0 1px, transparent 2px),
    linear-gradient(112deg, transparent 10%, rgba(255, 232, 166, .08) 48%, transparent 76%);
  background-size: 320px 320px, 430px 430px, 380px 380px, 100% 100%;
  opacity: .56;
  mix-blend-mode: screen;
}

.premium-day-reel > * {
  position: relative;
  z-index: 1;
}

.premium-day-reel__copy {
  align-self: center;
  max-width: 560px;
}

.premium-day-reel__copy h2 {
  max-width: 540px;
  margin: 10px 0 0;
  color: #fffaf0;
  font-family: var(--v37-serif);
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
  font-weight: 400;
  line-height: .9;
  text-wrap: balance;
}

.premium-day-reel__copy p:not(.v37-number) {
  max-width: 460px;
  margin: 20px 0 0;
  color: rgba(255, 250, 240, .82);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.55;
}

.premium-day-reel__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(190px, .82fr) minmax(0, 1.04fr);
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
  min-height: clamp(520px, 46vw, 680px);
}

.premium-day-reel__panel {
  position: relative;
  min-height: 0;
  display: grid;
  align-content: end;
  gap: 7px;
  overflow: hidden;
  padding: clamp(16px, 2.1vw, 24px);
  border: 1px solid rgba(255, 230, 163, .22);
  border-radius: 8px;
  background: #0b1b13;
  color: #fffaf0;
  text-decoration: none;
  box-shadow: 0 26px 70px rgba(2, 9, 6, .26), inset 0 1px 0 rgba(255,255,255,.08);
}

.premium-day-reel__panel:nth-child(1) { grid-row: 1 / 3; }
.premium-day-reel__panel:nth-child(2) { grid-column: 2; grid-row: 1; }
.premium-day-reel__panel:nth-child(3) { grid-column: 2; grid-row: 2; }
.premium-day-reel__panel:nth-child(4) { grid-column: 3; grid-row: 1 / 3; }

.premium-day-reel__panel img,
.premium-day-reel__panel video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.08) contrast(1.05) brightness(.82);
  transition: transform 420ms ease, filter 420ms ease;
}

.premium-day-reel__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 10, 7, .02) 18%, rgba(4, 10, 7, .72) 100%), linear-gradient(90deg, rgba(4, 10, 7, .38), transparent 58%);
}

.premium-day-reel__panel::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  width: min(40%, 120px);
  height: 1px;
  background: linear-gradient(90deg, var(--day-cycle-gold), transparent);
  box-shadow: 0 0 20px var(--day-cycle-glow);
  opacity: .6;
}

.premium-day-reel__panel > span,
.premium-day-reel__panel strong,
.premium-day-reel__panel small {
  position: relative;
  z-index: 3;
}

.premium-day-reel__panel > span {
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(255, 236, 170, .28);
  border-radius: 999px;
  background: rgba(8, 18, 12, .44);
  color: var(--day-cycle-gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.premium-day-reel__panel strong {
  max-width: 220px;
  color: #fffaf0;
  font-family: var(--v37-serif);
  font-size: clamp(1.55rem, 2.8vw, 2.65rem);
  font-weight: 500;
  line-height: .94;
}

.premium-day-reel__panel:nth-child(2) strong,
.premium-day-reel__panel:nth-child(3) strong {
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

.premium-day-reel__panel small {
  max-width: 230px;
  color: rgba(255, 250, 240, .82);
  font-size: .82rem;
  line-height: 1.34;
}

.premium-day-reel__panel:hover,
.premium-day-reel__panel:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 236, 170, .56);
  outline: none;
  box-shadow: 0 34px 86px rgba(2, 9, 6, .34), 0 0 34px rgba(255, 230, 163, .12), inset 0 1px rgba(255,255,255,.12);
}

.premium-day-reel__panel:hover img,
.premium-day-reel__panel:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1.12) contrast(1.06) brightness(.92);
}

.v37-quad-reel__cta {
  background:
    linear-gradient(180deg, rgba(10, 34, 22, .16), rgba(4, 12, 8, .88)),
    url("/assets/images/gallery/gallery-jardin-domaine.webp") center / cover no-repeat;
}

.premium-media-lab {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(260px, .36fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 62px);
  align-items: center;
  padding: clamp(54px, 8vw, 112px) max(clamp(18px, 5vw, 76px), calc((100% - 1240px) / 2));
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(5, 15, 10, .98), rgba(12, 35, 20, .88) 50%, rgba(94, 76, 43, .54)),
    linear-gradient(180deg, rgba(255, 245, 216, .08), rgba(0, 0, 0, .14)),
    url("/assets/images/v30-real/jacuzzi-nuit-real.webp") center / cover no-repeat,
    #07120d;
  color: #fffaf0;
}

.premium-media-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 9, 6, .76), rgba(3, 9, 6, .2) 52%, rgba(3, 9, 6, .62)), linear-gradient(180deg, rgba(255, 235, 174, .08), transparent 32%, rgba(0, 0, 0, .2));
}

.premium-media-lab > * { position: relative; z-index: 1; }
.premium-media-lab__intro { max-width: 430px; }

.premium-media-lab__intro h2 {
  margin: 10px 0 0;
  color: #fffaf0;
  font-family: var(--v37-serif);
  font-size: clamp(2.35rem, 4.8vw, 4.85rem);
  font-weight: 400;
  line-height: .95;
  text-wrap: balance;
}

.premium-media-lab__intro p:not(.v37-number) {
  margin: 18px 0 0;
  color: rgba(255, 250, 240, .78);
  font-size: 1rem;
  line-height: 1.55;
}

.premium-media-lab__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.premium-media-lab__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }

.premium-media-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 230, 163, .24);
  border-radius: 8px;
  background: rgba(8, 18, 12, .7);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .24);
}

.premium-media-card--large { grid-column: span 2; grid-row: span 2; }

.premium-media-card__media {
  position: relative;
  display: block;
  width: 100%;
  min-height: 220px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #06110d;
  color: #fffaf0;
  cursor: zoom-in;
  font: inherit;
  text-align: left;
}

.premium-media-card--large .premium-media-card__media { min-height: clamp(380px, 44vw, 620px); }

.premium-media-card__media img,
.premium-media-card__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(1.08) contrast(1.04) brightness(.9);
  transition: transform 420ms ease, filter 420ms ease;
}

.premium-media-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(3, 8, 6, .66)), linear-gradient(90deg, rgba(3, 8, 6, .34), transparent 64%);
}

.premium-media-card__action {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border: 1px solid rgba(255, 230, 163, .36);
  border-radius: 8px;
  background: rgba(4, 12, 8, .7);
  color: #fff5cf;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.1;
  backdrop-filter: blur(12px);
}

.premium-media-card__body { display: grid; gap: 5px; min-height: 112px; padding: 14px 15px 16px; }
.premium-media-card__body strong { color: #fffaf0; font-family: var(--v37-serif); font-size: 1.3rem; font-weight: 500; line-height: 1.05; }
.premium-media-card__body small { color: rgba(255, 250, 240, .72); font-size: .88rem; line-height: 1.36; }

.premium-media-card__media:hover img,
.premium-media-card__media:focus-visible img,
.premium-media-card__media:hover video,
.premium-media-card__media:focus-visible video {
  transform: scale(1.055);
  filter: saturate(1.12) contrast(1.06) brightness(.98);
}

.premium-media-card__media:focus-visible {
  outline: 2px solid rgba(255, 230, 163, .82);
  outline-offset: -4px;
}

.premium-lightbox[hidden] { display: none; }

.premium-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 36px);
  background: rgba(2, 8, 5, .86);
  color: #fffaf0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.premium-lightbox.is-open { opacity: 1; visibility: visible; }
body.premium-lightbox-open { overflow: hidden; }

.premium-lightbox__dialog {
  width: min(1120px, 100%);
  max-height: min(86vh, 780px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .34fr);
  overflow: hidden;
  border: 1px solid rgba(255, 230, 163, .28);
  border-radius: 8px;
  background: #07120d;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .48);
}

.premium-lightbox__stage { min-height: min(70vh, 680px); background: #020604; }
.premium-lightbox__stage img,
.premium-lightbox__stage video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: min(70vh, 680px);
  object-fit: contain;
  background: #020604;
}

.premium-lightbox__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: clamp(20px, 3vw, 34px);
}

.premium-lightbox__copy h2 {
  margin: 0;
  color: #fffaf0;
  font-family: var(--v37-serif);
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.02;
}

.premium-lightbox__copy p:not(.v37-number) { margin: 0; color: rgba(255, 250, 240, .76); line-height: 1.5; }

.premium-lightbox__close {
  position: fixed;
  top: clamp(12px, 2vw, 22px);
  right: clamp(12px, 2vw, 22px);
  z-index: 10001;
  min-width: 44px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 230, 163, .34);
  border-radius: 8px;
  background: rgba(6, 17, 11, .86);
  color: #fffaf0;
  font-weight: 900;
  cursor: pointer;
}

.premium-lightbox__close:focus-visible { outline: 2px solid rgba(255, 230, 163, .86); outline-offset: 3px; }

.premium-snap-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none !important;
  scroll-behavior: smooth;
}
.premium-snap-carousel::-webkit-scrollbar { display: none; width: 0; height: 0; }
.premium-snap-carousel > * { scroll-snap-stop: always; }
.premium-carousel-nav { display: none; }

.v37-fraispertuis-teaser {
  position: relative;
  min-height: min(82svh, 820px);
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 10vw, 140px) max(clamp(22px, 7vw, 110px), calc((100% - 1240px) / 2));
  color: #fffaf0;
}

.v37-fraispertuis-teaser > img,
.v37-fraispertuis-teaser__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.v37-fraispertuis-teaser > img { z-index: -2; object-fit: cover; }
.v37-fraispertuis-teaser__veil { z-index: -1; background: linear-gradient(90deg, rgba(3, 10, 7, .92), rgba(3, 10, 7, .34) 66%, rgba(3,10,7,.56)), linear-gradient(0deg, rgba(3,10,7,.72), transparent 58%); }
.v37-fraispertuis-teaser__content { max-width: 760px; }
.v37-fraispertuis-teaser h2 { margin: 14px 0 0; font-family: var(--v37-serif); font-size: clamp(46px, 7vw, 96px); font-weight: 400; line-height: .92; letter-spacing: -.045em; }
.v37-fraispertuis-teaser__content > p:not(.v37-number) { max-width: 620px; margin: 22px 0 28px; color: rgba(255,250,240,.8); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.58; }

@media (max-width: 1180px) {
  .premium-day-reel,
  .premium-media-lab { grid-template-columns: 1fr; }
  .premium-day-reel__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(260px, 1fr)); min-height: auto; }
  .premium-day-reel__panel:nth-child(1),
  .premium-day-reel__panel:nth-child(2),
  .premium-day-reel__panel:nth-child(3),
  .premium-day-reel__panel:nth-child(4) { grid-column: auto; grid-row: auto; min-height: 320px; }
}

@media (max-width: 760px) {
  .v37-ratings { grid-template-columns: 1fr; padding: 24px 16px; }
  .v37-ratings__list { grid-template-columns: 1fr; }
  .v37-ratings__list p { min-height: 78px; }
  .premium-day-reel { padding: 42px 14px 44px; gap: 20px; }
  .premium-day-reel__copy h2 { max-width: 350px; font-size: clamp(2.26rem, 10.4vw, 3.05rem); }
  .premium-day-reel__grid,
  .premium-media-lab__grid {
    display: grid !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78vw, 1fr);
    gap: 12px !important;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 2px 12px;
    scroll-padding-inline: 2px;
    scroll-snap-type: inline mandatory;
  }
  .premium-day-reel__panel:nth-child(1),
  .premium-day-reel__panel:nth-child(2),
  .premium-day-reel__panel:nth-child(3),
  .premium-day-reel__panel:nth-child(4),
  .premium-media-card,
  .premium-media-card--large {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 330px;
    scroll-snap-align: start;
  }
  .premium-day-reel__panel:nth-child(1),
  .premium-day-reel__panel:nth-child(2),
  .premium-day-reel__panel:nth-child(3),
  .premium-day-reel__panel:nth-child(4) { min-height: 244px; }
  .premium-day-reel__panel strong,
  .premium-day-reel__panel:nth-child(2) strong,
  .premium-day-reel__panel:nth-child(3) strong { font-size: clamp(1.5rem, 7vw, 2rem); }
  .premium-media-lab { padding: 46px 14px; }
  .premium-media-card--large { grid-column: auto; grid-row: auto; }
  .premium-media-card__media,
  .premium-media-card--large .premium-media-card__media { min-height: clamp(230px, 66vw, 330px); }
  .premium-carousel-nav {
    --carousel-ink: #fff3c4;
    --carousel-border: rgba(255, 226, 142, .34);
    --carousel-surface: rgba(5, 17, 11, .74);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 2px;
    color: var(--carousel-ink);
  }
  .premium-carousel-nav__button {
    position: relative;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--carousel-border);
    border-radius: 50%;
    background: var(--carousel-surface);
    color: var(--carousel-ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    cursor: pointer;
  }
  .premium-carousel-nav__button::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }
  .premium-carousel-nav__button--previous::before { transform: translateX(2px) rotate(-135deg); }
  .premium-carousel-nav__button--next::before { transform: translateX(-2px) rotate(45deg); }
  .premium-carousel-nav__button:focus-visible { outline: 2px solid var(--carousel-ink); outline-offset: 3px; }
  .premium-carousel-nav__button:disabled { cursor: default; opacity: .36; }
  .premium-carousel-nav__status {
    min-width: 62px;
    color: var(--carousel-ink);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
  }
  .premium-lightbox { padding: 12px; }
  .premium-lightbox__dialog { max-height: 86vh; grid-template-columns: 1fr; overflow-y: auto; }
  .premium-lightbox__stage { min-height: 320px; }
  .premium-lightbox__stage img,
  .premium-lightbox__stage video { max-height: 52vh; }
  .premium-lightbox__copy { padding: 18px; }
  .v37-fraispertuis-teaser { min-height: 78svh; padding: 60px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .premium-snap-carousel { scroll-behavior: auto; }
  .premium-media-card__media img,
  .premium-media-card__media video,
  .premium-lightbox { transition: none; }
}
