:root {
  --forest: #1f3531;
  --forest-deep: #172925;
  --forest-soft: #29443e;
  --paper: #f5f2ec;
  --parchment: #ece9e2;
  --white: #fff;
  --ink: #333735;
  --muted: #707a75;
  --lake: #aebfbc;
  --lake-pale: #dce5e2;
  --terra: #d3654b;
  --terra-dark: #b9543d;
  --line: rgba(51, 55, 53, .15);
  --sage: #e4e9e5;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --font-story: 'Cormorant Garamond', Georgia, serif;
  --font-ui: 'Manrope', Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

body.lightbox-lock {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

p,
h1,
h2,
h3,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 16px;
  background: var(--white);
  color: var(--forest);
  font-size: .8rem;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-pad {
  padding: clamp(90px, 10vw, 165px) 5vw;
}

.section-kicker {
  margin-bottom: 24px;
  color: var(--terra);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-kicker-light {
  color: #ec9b87;
}

h1,
h2,
h3 {
  font-family: var(--font-story);
  font-weight: 400;
}

h2 {
  font-size: clamp(3.4rem, 6.2vw, 7.2rem);
  letter-spacing: -.045em;
  line-height: .88;
}

h2 em {
  color: var(--terra);
  font-weight: 400;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: 1.45px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--terra);
  color: var(--white);
}

.button-primary:hover {
  background: var(--terra-dark);
}

.button-outline {
  border-color: rgba(255, 255, 255, .55);
  color: var(--white);
}

.button-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, .1);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
  border-bottom: 1px solid rgba(51, 55, 53, .35);
  color: var(--ink);
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
}

.text-link span {
  color: var(--terra);
  transition: transform .25s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .65, .25, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero — un horizon continu, propre à la Riviera */
.montreux-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 135px 0 58px;
  background: var(--forest-deep);
  color: var(--white);
}

.montreux-hero::before {
  position: absolute;
  top: -24vw;
  right: -12vw;
  width: 68vw;
  height: 68vw;
  border: 1px solid rgba(174, 191, 188, .14);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.montreux-hero .site-header:not(.is-floating) {
  position: absolute;
  inset: 0 0 auto;
  max-width: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 60px;
  width: min(90vw, 1420px);
  margin: 0 auto clamp(44px, 6vw, 85px);
}

.hero-eyebrow {
  grid-column: 1 / -1;
  color: #efaa97;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-copy h1 {
  grid-column: 1;
  color: var(--white);
  font-size: clamp(4.5rem, 8.7vw, 10rem);
  letter-spacing: -.055em;
  line-height: .75;
}

.hero-copy h1 em {
  display: block;
  margin-top: .22em;
  margin-left: 13%;
  color: var(--lake-pale);
  font-weight: 400;
  white-space: nowrap;
}

/* Le libellé anglais est plus long : il reste dans la colonne du titre. */
@media (min-width: 921px) {
  html[lang="en-CH"] .hero-copy h1 em {
    margin-left: 7%;
    font-size: clamp(3.2rem, 5.9vw, 6.8rem);
    letter-spacing: -.06em;
  }
}

.hero-copy-bottom {
  display: flex;
  grid-column: 2;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 8px;
}

.hero-copy-bottom > p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 1.3vw, 1.17rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-panorama {
  position: relative;
  z-index: 2;
  width: min(92vw, 1530px);
  height: clamp(350px, 43vw, 680px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 32px 32px 5px 5px;
  background: var(--forest);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
}

.hero-panorama::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(15, 26, 23, .52));
  content: '';
  pointer-events: none;
}

.hero-panorama picture,
.hero-panorama img {
  width: 100%;
  height: 100%;
}

.hero-panorama img {
  object-fit: cover;
  object-position: center 57%;
}

.hero-panorama figcaption {
  position: absolute;
  right: 34px;
  bottom: 25px;
  z-index: 2;
  color: rgba(255, 255, 255, .86);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

/* Réponse locale — même composition lisible que la page Annecy */
.local-answer-section {
  padding-top: clamp(52px, 5vw, 78px);
  padding-bottom: clamp(52px, 5vw, 78px);
}

.local-answer-shell {
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  gap: clamp(64px, 7vw, 100px);
  align-items: stretch;
  padding: clamp(40px, 4vw, 62px) 0;
  border-top: 0;
  border-bottom: 0;
}

.local-answer-copy h2 {
  max-width: 720px;
  font-size: clamp(2.7rem, 3.25vw, 4rem);
  text-wrap: balance;
}

.local-answer-intro {
  max-width: 700px;
  margin-top: 34px;
  padding: 3px 0 3px 28px;
  border-left: 2px solid var(--terra);
}

.local-answer-price {
  max-width: 590px;
  color: var(--ink);
  font-family: var(--font-story);
  font-size: clamp(1.35rem, 1.65vw, 1.7rem);
  line-height: 1.35;
}

.local-answer-price strong { font-weight: 600; }
.local-answer-details { margin-top: 24px; }
.local-answer-details p { max-width: 625px; color: var(--muted); font-size: clamp(.96rem, 1.05vw, 1.06rem); line-height: 1.72; }
.local-answer-details p + p { margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(53, 56, 55, .1); }
.local-answer-meta, .local-answer-sources { font-size: .92rem; line-height: 1.65; }
.local-answer-meta { margin-top: 28px; }
.local-answer-sources { display: flex; flex-wrap: wrap; align-items: center; gap: 13px 18px; margin: 34px 0 0; padding: 0; border: 0; }
.local-answer-sources-label { flex: 0 0 100%; color: var(--ink); font-weight: 700; }
.reference-item { display: inline-flex; align-items: center; gap: 13px; }
.reference-item::before { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--terra); content: ''; }
.local-answer-facts { grid-template-columns: 1fr; grid-template-rows: repeat(8, 1fr); gap: 0; min-height: 100%; }
.local-answer-facts div { display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 24px; align-items: center; padding: 22px 0; border: 0; }
.local-answer-facts div + div { border-top: 1px solid rgba(53, 56, 55, .12); }
.local-answer-facts dt { margin: 0; font-size: .76rem; }
.local-answer-facts dd { font-size: 1.04rem; text-align: left; }

.hero-riviera {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: min(90vw, 1080px);
  margin: 34px auto 0;
  color: rgba(255, 255, 255, .64);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.hero-riviera i {
  display: block;
  width: 75px;
  height: 1px;
  background: rgba(255, 255, 255, .25);
}

.hero-horizon {
  position: absolute;
  right: -3%;
  bottom: 75px;
  left: -3%;
  z-index: 2;
  width: 106%;
  height: 150px;
  fill: none;
  pointer-events: none;
  stroke: rgba(225, 151, 132, .5);
  stroke-width: 1;
}

.hero-horizon path + path {
  stroke: rgba(174, 191, 188, .46);
}

/* Sommaire */
.page-jump {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(51, 55, 53, .11);
  background: rgba(245, 242, 236, .94);
  box-shadow: 0 8px 30px rgba(31, 53, 49, .04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.page-jump a {
  padding: 21px clamp(12px, 1.8vw, 28px);
  color: var(--terra-dark);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.page-jump a:hover {
  color: var(--forest);
}

/* Approche */
.approach-section {
  background: var(--paper);
}

.approach-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: clamp(70px, 10vw, 155px);
  align-items: stretch;
  width: min(90vw, 1320px);
  margin: 0 auto;
}

.approach-copy {
  padding-top: 45px;
}

.approach-copy h2 {
  margin-bottom: 54px;
}

.approach-copy .lead {
  color: #424743;
  font-family: var(--font-story);
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.45;
}

.approach-copy > p:not(.section-kicker):not(.lead) {
  max-width: 700px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 1rem;
}

.profile-card {
  min-height: 0;
  overflow: hidden;
  border-radius: 260px 260px 28px 28px;
  background: var(--lake-pale);
}

.profile-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.profile-image::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(23, 41, 37, .64));
  content: '';
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.profile-image span {
  position: absolute;
  right: 25px;
  bottom: 20px;
  left: 25px;
  z-index: 2;
  color: var(--white);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

/* Riviera */
.riviera-section {
  position: relative;
  overflow: hidden;
  background: var(--forest);
  color: var(--white);
}

.riviera-section::before {
  position: absolute;
  top: 130px;
  right: -9vw;
  width: 45vw;
  height: 45vw;
  border: 1px solid rgba(174, 191, 188, .14);
  border-radius: 50%;
  content: '';
}

.riviera-shell {
  position: relative;
  z-index: 2;
  width: min(90vw, 1400px);
  margin: 0 auto;
}

.riviera-heading {
  max-width: 940px;
  margin-bottom: clamp(65px, 8vw, 115px);
}

.riviera-heading h2 {
  color: var(--white);
}

.riviera-heading h2 em {
  color: var(--lake-pale);
}

.riviera-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 8vw, 125px);
  align-items: stretch;
}

.riviera-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.riviera-lead {
  color: rgba(255, 255, 255, .9);
  font-family: var(--font-story);
  font-size: clamp(1.45rem, 1.8vw, 1.9rem);
  line-height: 1.4;
}

.riviera-points {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.riviera-points p {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.riviera-points strong {
  color: #efaa97;
  font-size: .68rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.riviera-points span,
.riviera-drone {
  color: rgba(255, 255, 255, .68);
  font-size: .94rem;
  line-height: 1.65;
}

.riviera-drone { margin-top: 26px; }
.riviera-drone strong { color: var(--white); font-weight: 600; }

.riviera-photo {
  height: 100%;
}

.riviera-photo {
  position: relative;
  overflow: hidden;
  border-radius: 5px 120px 5px 5px;
}

.riviera-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.riviera-photo figcaption {
  position: absolute;
  right: 26px;
  bottom: 22px;
  padding: 10px 15px;
  background: rgba(23, 41, 37, .72);
  color: rgba(255, 255, 255, .86);
  font-size: .63rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.riviera-route {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  gap: 20px;
  align-items: center;
  margin-top: 95px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.riviera-route div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.riviera-route span {
  color: rgba(255, 255, 255, .44);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.riviera-route strong {
  color: var(--white);
  font-family: var(--font-story);
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
  font-weight: 400;
  white-space: nowrap;
}

.riviera-route i {
  height: 1px;
  background: rgba(255, 255, 255, .25);
}

/* Méthode */
.method-section {
  background: var(--parchment);
}

.method-shell {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: stretch;
  width: min(90vw, 1340px);
  margin: 0 auto;
}

.method-photo {
  position: relative;
  top: auto;
  height: 100%;
  overflow: hidden;
  border-radius: 220px 220px 8px 8px;
}

.method-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
}

.method-photo figcaption {
  padding: 16px 10px 0;
  color: var(--muted);
  font-size: .62rem;
  letter-spacing: 1.7px;
  text-align: center;
  text-transform: uppercase;
}

.method-heading {
  margin-bottom: 50px;
}

.method-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 25px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.method-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.method-list > li > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(211, 101, 75, .35);
  border-radius: 50%;
  color: var(--terra);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.method-list h3 {
  color: var(--forest);
  font-size: clamp(1.65rem, 2.3vw, 2.3rem);
  line-height: 1;
}

.method-list p {
  max-width: 600px;
  margin-top: 10px;
  color: var(--muted);
  font-size: .94rem;
}

/* Films */
.films-section {
  background: #263d38;
  color: var(--white);
}

.films-shell {
  width: min(90vw, 1420px);
  margin: 0 auto;
}

.films-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .6fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 75px;
}

.films-heading h2 {
  color: var(--white);
}

.heading-line { display: block; }

@media (min-width: 921px) {
  .films-heading h2 {
    font-size: clamp(3.8rem, 5.15vw, 6.2rem);
  }

  .films-heading h2 .heading-line,
  .reviews-heading h2 .heading-line {
    white-space: nowrap;
  }

  .reviews-heading h2 {
    max-width: none;
    font-size: clamp(3.6rem, 4.35vw, 5.45rem);
  }
}

.films-heading h2 em {
  color: #efaa97;
}

.films-heading > p {
  padding-bottom: 10px;
  color: rgba(255, 255, 255, .65);
  font-size: .95rem;
}

.films-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 4vw, 60px);
  align-items: stretch;
}

.film-card {
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.film-card-wide {
  border-radius: 5px 80px 5px 5px;
}

.film-card-tall {
  margin-top: 0;
  border-radius: 80px 5px 5px 5px;
}

.film-preview {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #10201c;
  cursor: pointer;
}

.film-card-wide .film-preview,
.film-card-tall .film-preview {
  aspect-ratio: 16 / 10;
}

.film-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(17, 29, 25, .58));
  content: '';
  transition: background .3s ease;
}

.film-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .65, .25, 1);
}

.film-preview:hover img {
  transform: scale(1.025);
}

.film-play {
  position: absolute;
  right: 25px;
  bottom: 23px;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 110px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 999px;
  background: rgba(31, 53, 49, .36);
  color: var(--white);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.film-body {
  padding: clamp(28px, 3.7vw, 54px);
}

.film-place {
  color: var(--terra);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.film-body h3 {
  margin: 10px 0 20px;
  color: var(--forest);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  letter-spacing: -.035em;
  line-height: .9;
}

.film-card-tall .film-body h3 {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
}

.film-body > p:not(.film-place) {
  color: var(--muted);
  font-size: .92rem;
}

.film-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.film-body li {
  color: var(--forest);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Avis */
.reviews-section {
  background: var(--paper);
}

.reviews-shell {
  width: min(90vw, 1320px);
  margin: 0 auto;
}

.reviews-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 45px;
  align-items: end;
  margin-bottom: 70px;
}

.reviews-heading .section-kicker,
.reviews-heading h2 {
  grid-column: 1;
}

.reviews-heading h2 {
  max-width: 880px;
}

.reviews-google-link {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-items: center;
  gap: 13px;
  align-self: end;
  padding: 13px 19px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
}

.reviews-google-link img {
  width: 28px;
  height: 28px;
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 22px;
}

.review-featured,
.review-small {
  border: 1px solid var(--line);
  background: var(--white);
}

.review-featured {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  padding: clamp(45px, 6vw, 85px);
  border-radius: 5px 95px 5px 5px;
  background: var(--forest);
  color: var(--white);
}

.review-featured > p {
  margin: 35px 0 50px;
  font-family: var(--font-story);
  font-size: clamp(2rem, 3.3vw, 3.8rem);
  line-height: 1.13;
}

.reviews-secondary {
  display: grid;
  gap: 22px;
}

.review-small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 249px;
  padding: clamp(30px, 3.8vw, 50px);
}

.review-small:first-child {
  border-radius: 75px 5px 5px 5px;
}

.review-small:last-child {
  border-radius: 5px 5px 75px 5px;
  background: var(--lake-pale);
}

.review-small > p {
  margin: 18px 0 30px;
  color: #454a46;
  font-family: var(--font-story);
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  line-height: 1.35;
}

.review-stars {
  color: var(--terra);
  font-size: .72rem;
  letter-spacing: 3px;
}

.review-featured footer,
.review-small footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.review-small footer {
  border-color: var(--line);
}

.review-featured cite,
.review-small cite {
  font-family: var(--font-story);
  font-size: 1.15rem;
  font-style: normal;
}

.review-featured footer span,
.review-small footer span {
  color: var(--muted);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.review-featured footer span {
  color: rgba(255, 255, 255, .48);
}

/* Formules */
.formulas-section {
  background: var(--parchment);
}

.formulas-shell {
  width: min(90vw, 1320px);
  margin: 0 auto;
}

.formulas-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .6fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 70px;
}

.formulas-heading > p {
  padding-bottom: 10px;
  color: var(--muted);
}

.formula-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.5vw, 34px); align-items: stretch; }
.formula-card { display: flex; position: relative; flex-direction: column; min-width: 0; padding: clamp(36px, 3vw, 50px); border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.58); }
.formula-card-featured { margin: -16px 0; padding-top: clamp(52px, 4vw, 66px); padding-bottom: clamp(52px, 4vw, 66px); border: 0; border-radius: 34px; background: var(--forest); color: var(--white); box-shadow: 0 24px 58px rgba(29,53,49,.14); }
.formula-recommendation { position: absolute; top: 18px; left: 50%; padding: 7px 14px; border-radius: 999px; background: var(--terra); color: var(--white); font-size: .58rem; font-weight: 700; letter-spacing: 1.7px; line-height: 1.2; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.formula-card h3 { color: var(--terra); font-size: clamp(2.8rem, 3.6vw, 4.1rem); text-align: center; }
.formula-price { width: fit-content; margin: 22px auto 34px; padding: 10px 18px; border: 1px solid rgba(211,101,75,.36); border-radius: 999px; color: var(--terra); font-size: .88rem; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.formula-card-featured .formula-price { border-color: var(--terra); background: var(--terra); color: var(--white); }
.formula-card ul { display: grid; grid-template-columns: 1fr; gap: 22px; margin: 0; padding: 0; list-style: none; }
.formula-card li { position: relative; padding-left: 18px; color: var(--muted); font-size: .96rem; line-height: 1.65; }
.formula-card-featured li { color: rgba(255,255,255,.68); }
.formula-card li::before { position: absolute; top: .72em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--terra); content: ''; }
.formula-card li strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 1rem; font-weight: 600; }
.formula-card-featured li strong { color: var(--white); }

.formula-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(40px, 7vw, 95px); max-width: 1160px; margin: 88px auto 0; padding: clamp(38px, 4vw, 54px); border-radius: 32px; background: var(--forest); box-shadow: 0 24px 60px rgba(29,54,49,.16); }
.formula-actions-copy { max-width: 560px; }
.formula-actions-kicker { display: block; margin-bottom: 14px; color: var(--terra); font-size: .61rem; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; }
.formula-actions-copy > p { color: var(--white); font-family: var(--font-story); font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.22; }
.formula-actions-note { display: block; margin-top: 16px; color: rgba(245,241,233,.72); font-size: .82rem; letter-spacing: .025em; }
.formula-actions-buttons { width: min(100%, 350px); }
.formula-action { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 57px; padding: 16px 27px; border: 1px solid var(--terra); border-radius: 999px; background: var(--terra); color: var(--white); cursor: pointer; font-family: var(--font-ui); font-size: .65rem; font-weight: 700; letter-spacing: 1.7px; line-height: 1.35; text-align: center; text-transform: uppercase; transition: background .3s ease, transform .3s var(--ease), box-shadow .3s ease; }
.formula-action:hover { background: var(--terra-dark); box-shadow: 0 14px 30px rgba(211,101,75,.22); transform: translateY(-3px); }

/* Fenêtre brochure partagée avec l'accueil */
.brochure-dialog { isolation: isolate; width: min(930px, calc(100vw - 36px)); max-width: none; max-height: min(760px, calc(100dvh - 36px)); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 32px; background: var(--parchment); color: var(--ink); box-shadow: 0 34px 90px rgba(24,28,26,.24); }
.brochure-dialog::backdrop { background: rgba(28,32,30,.72); }
.brochure-modal { display: grid; grid-template-columns: minmax(285px,.82fr) minmax(0,1.18fr); width: 100%; min-height: 590px; overflow: hidden; border-radius: inherit; background: var(--parchment); }
.brochure-close { position: absolute; top: 20px; right: 20px; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; padding: 0 0 2px; border: 1px solid rgba(53,56,55,.18); border-radius: 50%; background: rgba(255,255,255,.7); color: var(--ink); cursor: pointer; font-size: 1.35rem; line-height: 1; }
.brochure-intro { display: flex; flex-direction: column; position: relative; overflow: hidden; padding: 64px 48px 45px; background: var(--terra); color: var(--white); }
.brochure-intro::after { position: absolute; right: -88px; bottom: -128px; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ''; }
.brochure-kicker { display: inline-flex; align-items: center; gap: 12px; font-size: .62rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.brochure-kicker::before { width: 28px; height: 1px; background: currentColor; content: ''; }
.brochure-intro h2 { max-width: 330px; margin-top: 44px; color: inherit; font-size: clamp(2.7rem,5vw,4.15rem); letter-spacing: -.045em; line-height: .92; }
.brochure-intro h2 em { font-weight: 400; }
.brochure-intro > p { max-width: 310px; margin-top: 30px; color: rgba(255,255,255,.84); font-size: .88rem; line-height: 1.75; }
.brochure-signature { position: relative; z-index: 1; margin-top: auto; padding-top: 45px; font-family: var(--font-story); font-size: 1.08rem; letter-spacing: .05em; }
.brochure-form-panel { display: grid; align-items: center; padding: 68px 54px 46px; background: var(--parchment); }
.brochure-form[hidden], .brochure-success[hidden] { display: none !important; }
.brochure-form-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 16px; }
.brochure-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.brochure-field-full { grid-column: 1 / -1; }
.brochure-field > span { color: var(--ink); font-size: .67rem; font-weight: 700; letter-spacing: .055em; }
.brochure-field > span strong { color: var(--terra); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.brochure-field > span small { color: var(--muted); font-size: .62rem; font-weight: 400; }
.brochure-field input { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid rgba(53,56,55,.16); border-radius: 12px; outline: 0; background: rgba(255,255,255,.72); color: var(--ink); font: .86rem var(--font-ui); }
.brochure-field input:focus { border-color: var(--terra); background: var(--white); box-shadow: 0 0 0 3px rgba(211,101,75,.12); }
.brochure-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.brochure-privacy { margin: 22px 0 18px; color: var(--muted); font-size: .67rem; line-height: 1.65; }
.brochure-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.brochure-submit { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 54px; padding: 15px 19px 15px 22px; border: 0; border-radius: 999px; background: var(--terra); color: var(--white); cursor: pointer; font-size: .64rem; font-weight: 700; letter-spacing: 1.45px; text-align: left; text-transform: uppercase; }
.brochure-submit:hover { background: var(--terra-dark); }
.brochure-submit:disabled { cursor: wait; opacity: .62; }
.brochure-status { min-height: 1.4em; margin-top: 12px; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.brochure-status.is-error { color: #92372e; }
.brochure-success { max-width: 360px; margin: auto; text-align: center; }
.brochure-success-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 25px; border-radius: 50%; background: var(--sage); color: var(--terra); font-size: 1.45rem; }
.brochure-success h3 { color: var(--ink); font-size: 2.4rem; }
.brochure-success p { margin-top: 18px; color: var(--muted); font-size: .88rem; line-height: 1.75; }
.brochure-success button { margin-top: 28px; padding: 12px 24px; border: 1px solid var(--terra); border-radius: 999px; background: transparent; color: var(--terra); cursor: pointer; font-size: .64rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }

/* FAQ */
.faq-section {
  background: var(--forest-deep);
  color: var(--white);
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: start;
  width: min(90vw, 1320px);
  margin: 0 auto;
}

.faq-heading {
  position: sticky;
  top: 120px;
}

.faq-heading h2 {
  color: var(--white);
}

.faq-heading h2 em {
  color: #efaa97;
}

.faq-heading > p:last-child {
  max-width: 380px;
  margin-top: 36px;
  color: rgba(255, 255, 255, .58);
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.faq-list summary {
  position: relative;
  padding: 27px 60px 27px 0;
  color: var(--white);
  cursor: pointer;
  font-family: var(--font-story);
  font-size: clamp(1.4rem, 1.9vw, 1.85rem);
  line-height: 1.25;
  list-style: none;
}

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

.faq-list summary span {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  transform: translateY(-50%);
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--terra);
  content: '';
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details > p {
  max-width: 760px;
  padding: 0 65px 28px 0;
  color: rgba(255, 255, 255, .62);
  font-size: .93rem;
}

/* Lightbox */
.video-lightbox[hidden] {
  display: none;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 60px);
  background: rgba(8, 16, 14, .9);
  opacity: 0;
  transition: opacity .25s ease;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.video-lightbox.is-open {
  opacity: 1;
}

.video-lightbox-panel {
  width: min(1180px, 92vw);
  color: var(--white);
  transform: translateY(12px) scale(.985);
  transition: transform .28s ease;
}

.video-lightbox.is-open .video-lightbox-panel {
  transform: none;
}

.video-lightbox-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 24px;
  background: #000;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
  aspect-ratio: 16 / 9;
}

.video-lightbox-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-lightbox-panel > p {
  margin-top: 20px;
  color: rgba(255, 255, 255, .72);
  font-family: var(--font-story);
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
}

.video-lightbox-close {
  position: fixed;
  top: clamp(16px, 3vw, 40px);
  right: clamp(16px, 3vw, 40px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1;
}

/* Footer : variables de la page Montreux */
.contact-footer {
  --parchment: var(--paper);
}

@media (max-width: 1180px) {
  .hero-copy {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  }

  .hero-copy h1 {
    font-size: clamp(4.2rem, 8vw, 8rem);
  }

  .riviera-route {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 40px;
  }

  .riviera-route i {
    display: none;
  }
}

@media (max-width: 920px) {
  .section-pad {
    padding: 90px 6vw;
  }

  .hero-copy {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .hero-copy h1,
  .hero-copy-bottom {
    grid-column: 1;
  }

  .hero-copy-bottom {
    max-width: 600px;
  }

  .hero-actions {
    flex-direction: row;
  }

  .approach-shell,
  .riviera-grid,
  .method-shell,
  .films-heading,
  .formulas-heading,
  .faq-shell {
    grid-template-columns: 1fr;
  }

  .profile-card {
    width: min(100%, 540px);
    margin: 0 auto;
  }

  .riviera-photo {
    grid-row: 1;
  }

  .riviera-route {
    margin-top: 65px;
  }

  .method-photo,
  .faq-heading {
    position: relative;
    top: auto;
  }

  .method-photo {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .films-heading,
  .formulas-heading {
    gap: 30px;
  }

  .films-heading > p,
  .formulas-heading > p {
    max-width: 650px;
  }

  .reviews-heading {
    grid-template-columns: 1fr;
  }

  .reviews-google-link {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .review-featured {
    min-height: 430px;
  }

  .reviews-secondary {
    grid-template-columns: repeat(2, 1fr);
  }

  .formula-card {
    min-height: 0;
  }

  .formula-grid { grid-template-columns: 1fr 1fr; }
  .formula-card-featured { margin: 0; }
  .formula-actions { grid-template-columns: 1fr; }
  .brochure-modal { grid-template-columns: 1fr; min-height: 0; }
  .brochure-intro { min-height: 240px; padding: 40px 32px 34px; }
  .brochure-signature { display: none; }
  .brochure-form-panel { padding: 36px 30px 30px; }
}

@media (max-width: 720px) {
  h2 {
    font-size: clamp(3.2rem, 15vw, 5rem);
    line-height: .9;
  }

  .montreux-hero {
    min-height: 0;
    padding-top: 120px;
  }

  .hero-copy {
    width: 88vw;
    margin-bottom: 40px;
  }

  .hero-eyebrow {
    letter-spacing: 3px;
  }

  .hero-copy h1 {
    font-size: clamp(4rem, 18vw, 6.3rem);
    line-height: .78;
  }

  .hero-copy h1 em {
    margin-left: 0;
    white-space: normal;
  }

  .hero-copy-bottom > p {
    font-size: .96rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-panorama {
    width: 100%;
    height: 68vh;
    min-height: 480px;
    max-height: 680px;
    border-radius: 0;
  }

  .hero-panorama img {
    object-position: 52% center;
  }

  .hero-panorama figcaption {
    right: 20px;
    bottom: 22px;
    left: 20px;
    text-align: right;
  }

  .hero-riviera {
    flex-wrap: wrap;
    gap: 10px 14px;
    text-align: center;
  }

  .hero-riviera i {
    width: 26px;
  }

  .hero-horizon {
    bottom: 70px;
  }

  .page-jump {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 4vw;
  }

  .page-jump a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 7px;
    border-bottom: 1px solid rgba(51, 55, 53, .08);
    font-size: .59rem;
    letter-spacing: 1.35px;
    text-align: center;
  }

  .approach-copy {
    padding-top: 0;
  }

  .approach-copy h2 {
    margin-bottom: 38px;
  }

  .approach-copy .lead {
    font-size: 1.45rem;
  }

  .profile-card {
    border-radius: 180px 180px 22px 22px;
    aspect-ratio: .79;
  }

  .riviera-photo {
    border-radius: 4px 70px 4px 4px;
  }

  .riviera-photo img {
    aspect-ratio: .95;
    height: auto;
  }

  .riviera-points p { grid-template-columns: 1fr; gap: 7px; }

  .riviera-route {
    grid-template-columns: 1fr;
  }

  .riviera-route div {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .method-shell {
    gap: 65px;
  }

  .method-photo {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .method-photo img {
    height: 100%;
  }

  .method-list li {
    grid-template-columns: 50px 1fr;
    gap: 15px;
  }

  .method-list > li > span {
    width: 40px;
    height: 40px;
  }

  .films-grid {
    grid-template-columns: 1fr;
  }

  .film-card-wide,
  .film-card-tall {
    margin-top: 0;
    border-radius: 4px 55px 4px 4px;
  }

  .film-card-tall {
    border-radius: 55px 4px 4px 4px;
  }

  .film-card-wide .film-preview,
  .film-card-tall .film-preview {
    aspect-ratio: 1.2;
  }

  .film-body h3,
  .film-card-tall .film-body h3 {
    font-size: 2.8rem;
  }

  .reviews-secondary {
    grid-template-columns: 1fr;
  }

  .review-featured {
    min-height: 0;
    border-radius: 4px 65px 4px 4px;
  }

  .review-small {
    min-height: 0;
  }

  .formula-grid { grid-template-columns: 1fr; }
  .formula-actions { gap: 24px; }
  .brochure-dialog { width: min(700px, calc(100vw - 24px)); max-height: calc(100dvh - 24px); border-radius: 25px; }
  .brochure-form-fields { grid-template-columns: 1fr; gap: 17px; }
  .brochure-field-full { grid-column: auto; }

  .faq-list summary {
    padding: 23px 52px 23px 0;
    font-size: 1.35rem;
  }

  .faq-list details > p {
    padding-right: 0;
  }

  .video-lightbox {
    padding: 15px;
  }

  .video-lightbox-panel {
    width: 100%;
  }

  .video-lightbox-frame {
    border-radius: 16px;
  }

  .video-lightbox-close {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 420px) {
  .section-pad {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero-copy h1 {
    font-size: 16vw;
  }

  .hero-riviera i {
    display: none;
  }

  .page-jump a {
    letter-spacing: .9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ==========================================================================
   Structure Montreux alignée sur Annecy
   ========================================================================== */
/* Alignement structurel sur la page Annecy.
   Les couleurs, images et formes propres à Montreux restent définies ici ou dans la feuille principale. */

.montreux-v2 #contenu {
  display: flex;
  flex-direction: column;
}

.montreux-v2 .montreux-hero { order: 1; }
.montreux-v2 .quick-proof { order: 2; }
.montreux-v2 .films-section { order: 3; }
.montreux-v2 .reviews-section { order: 4; }
.montreux-v2 .approach-section { order: 5; }
.montreux-v2 .formulas-section { order: 6; }
.montreux-v2 .riviera-section { order: 7; }
.montreux-v2 .method-section { order: 8; }
.montreux-v2 .experience-section { order: 9; }
.montreux-v2 .faq-section { order: 10; }

.montreux-v2 .section-pad {
  padding: clamp(90px, 10vw, 160px) 6vw;
}

.montreux-v2 .section-kicker {
  margin-bottom: 24px;
  font-size: .68rem;
  letter-spacing: 3.2px;
  text-wrap: balance;
}

/* Bandeau de preuves — structure et dimensions identiques à Annecy */
.quick-proof {
  position: relative;
  z-index: 4;
  padding: 0 6vw;
  border-top: 1px solid rgba(31, 53, 49, .08);
  border-bottom: 1px solid rgba(31, 53, 49, .12);
  background: rgba(245, 242, 236, .96);
}

.quick-proof-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 1.25fr;
  max-width: 1320px;
  margin: 0 auto;
}

.quick-proof-intro,
.quick-proof-item {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(18px, 2vw, 32px);
  border-right: 1px solid var(--line);
}

.quick-proof-intro { padding-right: 0; border-right: 0; }
.quick-proof-item:first-child { padding-left: 0; }
.quick-proof-item dt { color: var(--terra); font-size: .67rem; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; }
.quick-proof-item dd { margin: 8px 0 0; color: var(--forest); font-family: var(--font-story); font-size: clamp(1.2rem, 1.6vw, 1.55rem); line-height: 1.15; }
.quick-proof-cta { display: inline-flex; align-items: center; justify-content: center; align-self: center; min-height: 48px; padding: 13px 24px; border-radius: 999px; background: var(--terra); color: var(--white); font-size: .72rem; font-weight: 700; letter-spacing: .8px; text-decoration: none; text-transform: uppercase; transition: background-color .22s ease, transform .22s ease; }
.quick-proof-cta:hover { background: var(--terra-dark); transform: translateY(-1px); }
.quick-proof-cta:active { transform: translateY(1px); }

/* Films */
.montreux-v2 .films-shell,
.montreux-v2 .reviews-shell,
.montreux-v2 .formulas-shell,
.montreux-v2 .riviera-shell,
.montreux-v2 .method-shell {
  width: auto;
  max-width: 1320px;
  margin: 0 auto;
}

.montreux-v2 .films-heading {
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(55px, 8vw, 120px);
  margin-bottom: 0;
}

.montreux-v2 .films-heading h2,
.montreux-v2 .reviews-heading h2,
.montreux-v2 .formulas-heading h2,
.montreux-v2 .riviera-heading h2,
.montreux-v2 .method-heading h2,
.montreux-v2 .experience-copy h2,
.montreux-v2 .approach-copy h2,
.montreux-v2 .faq-heading h2 {
  font-size: clamp(3.6rem, 6.3vw, 7rem);
  letter-spacing: -.045em;
  line-height: .98;
}

.montreux-v2 .films-grid {
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: clamp(48px, 6vw, 78px);
}

.montreux-v2 .film-card { border-radius: 5px 80px 5px 5px; box-shadow: 0 20px 60px rgba(17, 29, 25, .14); }
.montreux-v2 .film-card:nth-child(2) { border-radius: 80px 5px 5px 5px; }
.montreux-v2 .film-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #10201c; }
.montreux-v2 .film-preview { position: absolute; inset: 0; width: 100%; height: 100%; }
.montreux-v2 .film-play { right: auto; bottom: 24px; left: 24px; display: inline-flex; min-width: 0; min-height: 0; align-items: center; gap: 12px; padding: 0; border: 0; border-radius: 0; background: transparent; backdrop-filter: none; }
.montreux-v2 .film-play-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(31,53,49,.48); }
.montreux-v2 .film-play-icon::before { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #fff; content: ''; transform: translateX(1px); }
.montreux-v2 .film-body { padding: clamp(28px, 3vw, 44px); }
.montreux-v2 .film-body h3 { margin: 12px 0 0; font-size: clamp(2.35rem, 3vw, 3.5rem); line-height: 1; white-space: nowrap; }
.montreux-v2 .film-meta { gap: 10px 20px; margin: 18px 0 0; padding: 0; border: 0; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .7px; }
.montreux-v2 .film-body > p:last-child { margin-top: 24px; font-size: .92rem; }

/* Avis */
.montreux-v2 .reviews-section { padding-top: clamp(78px, 8vw, 120px); padding-bottom: clamp(82px, 8vw, 126px); }
.montreux-v2 .reviews-heading { grid-template-columns: 1.15fr .85fr; gap: clamp(55px, 8vw, 120px); margin-bottom: 0; }
.montreux-v2 .reviews-heading > div,
.montreux-v2 .reviews-heading .section-kicker,
.montreux-v2 .reviews-heading h2 { grid-column: auto; }
.montreux-v2 .reviews-intro { max-width: 660px; color: var(--muted); }
.montreux-v2 .reviews-intro > p { font-size: 1.05rem; line-height: 1.75; }
.montreux-v2 .reviews-google-link { display: inline-flex; grid-column: auto; grid-row: auto; align-items: center; gap: 11px; margin-top: 25px; padding: 0; border: 0; color: var(--forest); font-size: .68rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.montreux-v2 .reviews-google-link img { width: 32px; height: 32px; }
.montreux-v2 .reviews-grid { display: grid; grid-template-columns: 1.12fr .88fr .88fr; gap: 18px; margin-top: clamp(45px, 5vw, 72px); }
.montreux-v2 .review-card { display: flex; min-height: 380px; flex-direction: column; justify-content: space-between; padding: clamp(30px, 3vw, 44px); border: 1px solid var(--line); border-radius: 5px 58px 5px 5px; background: var(--white); }
.montreux-v2 .review-card:first-child { border-radius: 5px 95px 5px 5px; background: var(--forest); color: var(--white); }
.montreux-v2 .review-card > p { margin: 32px 0 42px; font-family: var(--font-story); font-size: clamp(1.55rem, 2.05vw, 2.15rem); line-height: 1.27; }
.montreux-v2 .review-card footer { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.montreux-v2 .review-card:first-child footer { border-color: rgba(255,255,255,.17); }
.montreux-v2 .review-card cite { font-family: var(--font-story); font-size: 1.28rem; font-style: normal; }
.montreux-v2 .review-card footer span { color: var(--muted); font-size: .6rem; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.montreux-v2 .review-card:first-child footer span { color: rgba(255,255,255,.5); }

/* Approche — mêmes proportions qu'Annecy, forme Montreux conservée */
.montreux-v2 .approach-section { padding-top: clamp(96px, 10vw, 155px); }
.montreux-v2 .approach-shell { grid-template-columns: 1.16fr .84fr; gap: clamp(65px, 9vw, 140px); align-items: stretch; width: auto; max-width: 1320px; }
.montreux-v2 .approach-copy { max-width: 740px; padding-top: 0; }
.montreux-v2 .approach-copy h2 { margin-bottom: 0; font-size: clamp(3.45rem, 4.25vw, 4.85rem); }
.montreux-v2 .approach-copy .lead { margin-top: 45px; font-size: clamp(1.6rem, 2.2vw, 2.25rem); line-height: 1.38; }
.montreux-v2 .approach-copy > p:not(.section-kicker):not(.lead) { max-width: 660px; margin-top: 25px; font-size: 1.05rem; line-height: 1.8; }
.montreux-v2 .profile-card { min-height: 620px; }
.montreux-v2 .profile-image img { object-position: center 38%; }
.montreux-v2 .profile-image span { right: 0; left: 0; text-align: center; }

/* Formules et réponse tarifaire */
.montreux-v2 .formulas-section { padding-top: clamp(90px, 9vw, 145px); }
.montreux-v2 .formulas-heading { grid-template-columns: 1fr; margin-bottom: 0; }
.montreux-v2 .formulas-heading h2 { font-size: clamp(3.7rem, 4.8vw, 6rem); }
.pricing-context { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 5vw, 72px); align-items: end; margin: clamp(52px, 6vw, 82px) 0 0; padding: clamp(38px, 4vw, 60px); border: 1px solid rgba(31,53,49,.11); border-radius: 16px 70px 16px 70px; background: var(--lake-pale); }
.pricing-context-heading h3 { max-width: 620px; color: var(--forest); font-size: clamp(2.7rem, 3.8vw, 4.35rem); letter-spacing: -.035em; text-wrap: balance; }
.pricing-context-heading h3 em { color: var(--terra); font-weight: 400; }
.pricing-context-summary > p { max-width: 600px; color: #61706b; }
.pricing-context-summary > p + p { margin-top: 22px; }
.pricing-context-summary .pricing-lead { color: var(--ink); font-family: var(--font-story); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.35; }
.pricing-context-details { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); margin-top: 4px; border-top: 1px solid rgba(31,53,49,.16); border-bottom: 1px solid rgba(31,53,49,.16); }
.pricing-context-details > div { padding: 25px clamp(18px, 2.2vw, 34px); border-right: 1px solid rgba(31,53,49,.14); }
.pricing-context-details > div:first-child { padding-left: 0; }
.pricing-context-details > div:last-child { padding-right: 0; border-right: 0; }
.pricing-context-details strong { display: block; color: var(--terra-dark); font-size: .7rem; letter-spacing: 1.4px; text-transform: uppercase; }
.pricing-context-details p { margin-top: 9px; color: #61706b; font-size: .98rem; line-height: 1.72; }
.montreux-v2 .formula-grid { margin-top: clamp(54px, 6vw, 82px); }
.montreux-v2 .formula-card h3 { font-size: clamp(2.35rem, 3vw, 3.5rem); line-height: 1; white-space: nowrap; }
.montreux-v2 .formula-price { margin-bottom: 50px; }
.montreux-v2 .formula-actions-buttons { display: flex; flex-direction: column; gap: 12px; }
.montreux-v2 .formula-action { font-size: max(.72rem, 12px); text-decoration: none; }
.montreux-v2 .formula-action-secondary { border-color: rgba(245,242,236,.5); background: transparent; color: var(--white); }
.montreux-v2 .formula-action-secondary:hover { border-color: var(--white); background: rgba(255,255,255,.08); }

/* Riviera — rythme Annecy, identité sombre et formes Montreux */
.montreux-v2 .riviera-heading { max-width: none; margin-bottom: 0; }
.montreux-v2 .riviera-heading h2 { max-width: 850px; }
.montreux-v2 .riviera-grid { grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 7vw, 110px); align-items: start; margin-top: clamp(65px, 8vw, 110px); }
.montreux-v2 .riviera-photo { grid-column: 1; grid-row: 1; height: auto; }
.montreux-v2 .riviera-photo img { height: clamp(410px, 25vw, 440px); object-position: center 42%; }
.montreux-v2 .riviera-copy { grid-column: 2; grid-row: 1; display: block; }
.montreux-v2 .riviera-copy p { color: rgba(255,255,255,.68); font-size: 1rem; line-height: 1.75; }
.montreux-v2 .riviera-copy p + p { margin-top: 32px; }
.montreux-v2 .riviera-copy p > strong:first-child { display: block; margin-bottom: 9px; color: #efaa97; font-family: var(--font-story); font-size: clamp(1.18rem, 1.4vw, 1.35rem); font-weight: 600; line-height: 1.4; }
.montreux-v2 .riviera-route { margin-top: 35px; }

/* Méthode */
.montreux-v2 .method-shell { display: block; }
.montreux-v2 .method-heading { display: grid; grid-template-columns: 1fr; gap: 0; margin-bottom: 0; text-align: center; }
.montreux-v2 .method-heading h2 { max-width: 1400px; margin: 0 auto; font-size: clamp(3.4rem, 5vw, 6.5rem); text-wrap: balance; }
.montreux-v2 .method-heading > p:last-child { max-width: 760px; margin: 32px auto 0; color: var(--muted); font-size: .9rem; line-height: 1.7; text-align: center; }
.montreux-v2 .method-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 32px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.montreux-v2 .method-list li { display: block; min-height: 360px; padding: 35px clamp(22px, 2.5vw, 38px); border-top: 0; border-right: 1px solid var(--line); border-bottom: 0; }
.montreux-v2 .method-list li:last-child { border-right: 0; border-bottom: 0; }
.montreux-v2 .method-number { display: block; width: auto; height: auto; border: 0; border-radius: 0; color: var(--terra); font-size: .65rem; font-weight: 700; letter-spacing: 2px; }
.montreux-v2 .method-list h3 { display: flex; min-height: 2em; align-items: flex-end; margin-top: 84px; color: var(--forest); font-size: clamp(2rem, 2.25vw, 2.55rem); line-height: 1; text-wrap: balance; }
.montreux-v2 .method-list p { margin-top: 24px; color: var(--muted); font-size: 1rem; line-height: 1.7; }

/* Expérience — même bloc qu'Annecy, photo et forme Montreux */
.montreux-v2 .experience-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(55px, 8vw, 120px); align-items: stretch; width: 100%; max-width: 1500px; margin: 0 auto; background: var(--paper); }
.montreux-v2 .experience-media { position: relative; min-height: 0; overflow: hidden; border-radius: 220px 220px 8px 8px; }
.montreux-v2 .experience-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 70%; }
.montreux-v2 .experience-copy { max-width: 650px; }
.montreux-v2 .experience-copy h2 { font-size: clamp(3.25rem, 4.45vw, 5.1rem); }
.montreux-v2 .experience-copy h2 em { font-size: .88em; }
.montreux-v2 .experience-copy > p:not(.section-kicker) { margin-top: 28px; color: var(--muted); }
.montreux-v2 .experience-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 42px; }
.montreux-v2 .experience-points div { min-height: 132px; padding: 24px; border: 1px solid transparent; border-radius: 16px; background: var(--forest); }
.montreux-v2 .experience-points strong { display: block; color: var(--terra); font-family: var(--font-story); font-size: 1.5rem; font-weight: 400; }
.montreux-v2 .experience-points span { display: block; margin-top: 8px; color: rgba(255,255,255,.7); font-size: .88rem; line-height: 1.55; }
.experience-desktop-break { display: none; }

/* FAQ — mêmes largeurs et mêmes tailles qu'Annecy */
.montreux-v2 .faq-shell { grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 140px); width: 100%; max-width: 1420px; }
.montreux-v2 .faq-heading h2 { font-size: clamp(3.6rem, 6.3vw, 7rem); }
.montreux-v2 .faq-list summary { padding: 28px 4px; font-size: 1.45rem; }
.montreux-v2 .faq-list details > p { max-width: 710px; padding: 0 54px 30px 4px; }

@media (min-width: 861px) {
  .montreux-v2 .quick-proof-item dd { font-size: clamp(1.12rem, 1.35vw, 1.4rem); white-space: nowrap; }
  .montreux-v2 .experience-desktop-break { display: block; }
  .montreux-v2 .reviews-heading h2 .heading-line,
  .montreux-v2 .formulas-heading h2 .heading-line { display: block; white-space: nowrap; }
}

@media (min-width: 1061px) {
  .montreux-v2 .reviews-heading h2 { font-size: clamp(3.8rem, 4.35vw, 5.75rem); }
  .montreux-v2 .riviera-heading h2 { font-size: clamp(3.8rem, 4.55vw, 6.1rem); }
}

@media (max-width: 1060px) {
  .quick-proof-inner { grid-template-columns: repeat(2, 1fr) 1.25fr; }
  .quick-proof-intro { grid-column: 3; grid-row: 1 / 3; }
  .quick-proof-item:nth-child(3), .quick-proof-item:nth-child(4) { border-top: 1px solid var(--line); }
  .montreux-v2 .reviews-grid { grid-template-columns: 1fr 1fr; }
  .montreux-v2 .review-card:first-child { grid-column: 1 / -1; min-height: 320px; }
  .montreux-v2 .formula-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 920px) {
  .montreux-v2 .approach-shell,
  .montreux-v2 .riviera-grid,
  .montreux-v2 .experience-section { grid-template-columns: 1fr; }
  .montreux-v2 .riviera-photo { grid-column: 1; grid-row: 1; }
  .montreux-v2 .riviera-copy { grid-column: 1; grid-row: 2; }
  .montreux-v2 .experience-media { min-height: min(105vw, 680px); }
}

@media (max-width: 860px) {
  .quick-proof-inner { grid-template-columns: 1fr 1fr; }
  .quick-proof-intro { grid-column: 1 / -1; grid-row: auto; min-height: 120px; padding: 24px 0; border-top: 1px solid var(--line); }
  .quick-proof-item { min-height: 116px; padding: 20px 0; }
  .quick-proof-item:nth-child(odd) { padding-right: 18px; border-right: 1px solid var(--line); }
  .quick-proof-item:nth-child(even) { padding-left: 18px; border-right: 0; }
  .montreux-v2 .films-heading,
  .montreux-v2 .reviews-heading,
  .montreux-v2 .pricing-context { grid-template-columns: 1fr; }
  .montreux-v2 .reviews-grid { grid-template-columns: 1fr; }
  .montreux-v2 .review-card:first-child { grid-column: auto; }
  .pricing-context { gap: 34px; padding: 34px 28px; border-radius: 12px 46px 12px 46px; }
  .pricing-context-details { grid-column: auto; grid-template-columns: 1fr; }
  .pricing-context-details > div,
  .pricing-context-details > div:first-child,
  .pricing-context-details > div:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(31,53,49,.14); }
  .pricing-context-details > div:last-child { border-bottom: 0; }
  .montreux-v2 .method-list { grid-template-columns: 1fr 1fr; }
  .montreux-v2 .method-list li:nth-child(2) { border-right: 0; }
  .montreux-v2 .method-list li:nth-child(3),
  .montreux-v2 .method-list li:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 720px) {
  .montreux-v2 .section-pad { padding-top: 70px; padding-bottom: 76px; }
  .montreux-v2 .films-grid,
  .montreux-v2 .formula-grid,
  .montreux-v2 .method-list { grid-template-columns: 1fr; }
  .montreux-v2 .film-card,
  .montreux-v2 .film-card:nth-child(2) { border-radius: 4px 55px 4px 4px; }
  .montreux-v2 .film-body h3 { font-size: clamp(2rem, 9vw, 2.65rem); }
  .montreux-v2 .reviews-grid { margin-top: 42px; }
  .montreux-v2 .review-card { min-height: 0; }
  .montreux-v2 .review-card > p { font-size: 1.85rem; }
  .montreux-v2 .profile-card { min-height: 0; }
  .montreux-v2 .riviera-heading h2 { font-size: clamp(2.8rem, 8.8vw, 3.15rem); line-height: .95; }
  .montreux-v2 .method-heading h2 { font-size: clamp(2rem, 8.2vw, 2.6rem); line-height: 1.08; text-wrap: normal; }
  .montreux-v2 .method-list li { min-height: 0; border-right: 0; border-top: 1px solid var(--line); }
  .montreux-v2 .method-list h3 { min-height: 0; margin-top: 40px; font-size: clamp(1.65rem, 7.5vw, 1.9rem); }
  .montreux-v2 .experience-points { grid-template-columns: 1fr; }
  .pricing-context { margin-top: 42px; padding: 30px 23px; }
  .pricing-context-heading h3 { font-size: 2.75rem; }
}

/* Corrections ciblées issues de la revue Montreux */
.montreux-v2 .hero-eyebrow,
.montreux-v2 .hero-copy h1 em,
.montreux-v2 .films-heading h2 em,
.montreux-v2 .faq-heading h2 em {
  color: var(--terra);
}

.montreux-v2 .hero-copy h1 em {
  margin-left: 0;
  text-align: left;
}

@media (min-width: 861px) {
  .montreux-v2 .reviews-heading {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1061px) {
  .montreux-v2 .reviews-intro {
    max-width: none;
  }

  .montreux-v2 .reviews-intro > p,
  .montreux-v2 .method-heading > p:last-child {
    max-width: none;
    white-space: nowrap;
  }
}
