/* Prototype Megève : structure Annecy, direction artistique alpine distincte. */

.megeve-v2 .annecy-hero-media img {
  object-position: 52% 42%;
}

.megeve-v2 .annecy-hero-media::after {
  background: linear-gradient(180deg, rgba(18, 34, 31, .01), rgba(18, 34, 31, .12));
}

.quick-proof {
  position: relative;
  z-index: 4;
  padding: 0 6vw;
  border-top: 1px solid rgba(29, 53, 49, .08);
  border-bottom: 1px solid rgba(29, 53, 49, .12);
  background: rgba(246, 245, 242, .96);
}

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

.quick-proof-intro,
.quick-proof-item {
  display: flex;
  min-height: 128px;
  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-eyebrow,
.quick-proof-item dt {
  color: var(--terra);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.quick-proof-intro > p {
  max-width: 320px;
  margin-top: 8px;
  color: var(--alpine);
  font-family: var(--font-story);
  font-size: clamp(1.12rem, 1.2vw, 1.28rem);
  line-height: 1.16;
}

.quick-proof-intro > p span {
  display: block;
  white-space: nowrap;
}

.quick-proof-item dd {
  margin: 8px 0 0;
  color: var(--alpine);
  font-family: var(--font-story);
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.15;
}
.quick-proof-item dd span { display: block; white-space: nowrap; }

.quick-proof-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(29, 53, 49, .28);
  color: var(--alpine);
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
}

.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);
}

.megeve-v2 .films-section {
  background: var(--paper-deep);
}

.megeve-v2 .films-grid {
  margin-top: clamp(48px, 6vw, 78px);
}

.megeve-v2 .film-card:first-child {
  border: 1px solid rgba(211, 101, 75, .25);
  box-shadow: 0 24px 70px rgba(29, 53, 49, .11);
}

.megeve-v2 .film-body h3 {
  font-size: clamp(2.35rem, 3vw, 3.5rem);
  letter-spacing: -.035em;
  white-space: nowrap;
}

.megeve-v2 .film-play::before {
  display: none;
}

.megeve-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(29, 53, 49, .48);
}

.megeve-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);
}

.megeve-v2 .reviews-section {
  padding-top: clamp(78px, 8vw, 120px);
  padding-bottom: clamp(82px, 8vw, 126px);
}

.megeve-v2 .reviews-grid {
  grid-template-columns: 1.12fr .88fr .88fr;
  gap: 18px;
  margin-top: clamp(45px, 5vw, 72px);
}

.megeve-v2 .reviews-intro > p {
  font-size: 1.05rem;
  line-height: 1.75;
}

.megeve-v2 .review-card,
.megeve-v2 .review-card:first-child {
  display: flex;
  min-height: 380px;
  grid-row: auto;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 3vw, 44px);
}

.megeve-v2 .review-card:first-child {
  background: var(--alpine);
  color: var(--white);
}

.megeve-v2 .review-card > p,
.megeve-v2 .review-card:first-child > p {
  margin: 32px 0 42px;
  font-size: clamp(1.55rem, 2.05vw, 2.15rem);
  line-height: 1.27;
}

.megeve-v2 .formulas-section {
  padding-top: clamp(90px, 9vw, 145px);
}

.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(29, 53, 49, .11);
  border-radius: 16px 70px 16px 70px;
  background: var(--lake-pale);
}

.pricing-context-heading h3 {
  max-width: 620px;
  color: var(--alpine);
  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);
  gap: 0;
  margin-top: 4px;
  border-top: 1px solid rgba(29, 53, 49, .16);
  border-bottom: 1px solid rgba(29, 53, 49, .16);
}

.pricing-context-details > div {
  padding: 25px clamp(18px, 2.2vw, 34px);
  border-right: 1px solid rgba(29, 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: .9rem;
}

.pricing-context-footer {
  display: flex;
  grid-column: 1 / -1;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.pricing-context-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
}

.pricing-context-links a {
  display: inline-flex;
  align-items: center;
  color: var(--alpine);
  font-size: .82rem;
  font-weight: 700;
  text-underline-offset: 4px;
}

.pricing-context-links a + a::before {
  width: 4px;
  height: 4px;
  margin-right: 16px;
  border-radius: 50%;
  background: var(--terra);
  content: "";
}

.megeve-v2 .formula-grid {
  margin-top: clamp(54px, 6vw, 82px);
}

.megeve-v2 .formula-card h3 {
  font-size: clamp(2.35rem, 3vw, 3.5rem);
  line-height: 1;
  white-space: nowrap;
}

.megeve-v2 .formula-price {
  margin-bottom: 50px;
}

.megeve-v2 .intro-section {
  padding-top: clamp(96px, 10vw, 155px);
}

.megeve-v2 .intro-copy h2 {
  font-size: clamp(3.45rem, 4.25vw, 4.85rem);
}

.megeve-v2 .intro-copy > p:not(.lead) {
  font-size: 1.05rem;
  line-height: 1.8;
}

.megeve-v2 .intro-image img {
  object-position: 50% center;
}

.megeve-v2 .intro-image figcaption {
  right: 0;
  left: 0;
  text-align: center;
}

.megeve-v2 .local-heading {
  grid-template-columns: 1fr;
}

.megeve-v2 .local-composition {
  align-items: start;
}

.megeve-v2 .local-photo img {
  height: clamp(410px, 25vw, 440px);
  min-height: 0;
  object-position: 50% 38%;
}

.megeve-v2 .method-list h3 {
  display: flex;
  align-items: flex-end;
  min-height: 2em;
  font-size: clamp(2rem, 2.25vw, 2.55rem);
  line-height: 1;
  text-wrap: balance;
}

.megeve-v2 .method-list p {
  font-size: 1rem;
  line-height: 1.7;
}

.megeve-v2 .experience-copy h2 {
  font-size: clamp(3.25rem, 4.45vw, 5.1rem);
}

.megeve-v2 .experience-copy h2 .heading-line {
  white-space: normal;
}

.megeve-v2 .experience-copy h2 em {
  font-size: .88em;
}

.megeve-v2 .button,
.megeve-v2 .formula-action,
.megeve-v2 .brochure-submit {
  font-size: max(.72rem, 12px);
}

.megeve-v2 .section-kicker {
  text-wrap: balance;
}

@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);
  }

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

  .megeve-v2 .review-card:first-child {
    grid-column: 1 / -1;
    min-height: 320px;
  }
}

@media (max-width: 860px) {
  .quick-proof {
    padding: 0 6vw;
  }

  .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-right: 0;
    border-top: 1px solid var(--line);
    border-bottom: 0;
  }

  .quick-proof-item {
    min-height: 108px;
    padding: 20px 0;
  }

  .quick-proof-item:nth-child(odd) {
    padding-right: 18px;
    padding-left: 0;
    border-right: 1px solid var(--line);
  }

  .quick-proof-item:nth-child(even) {
    padding-left: 18px;
    padding-right: 0;
    border-right: 0;
  }

  .quick-proof-item:nth-child(3),
  .quick-proof-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .quick-proof-intro > p span {
    display: inline;
    white-space: normal;
  }

  .quick-proof-intro > p span + span::before {
    content: " ";
  }

  .megeve-v2 .local-photo img {
    height: min(72vw, 480px);
    min-height: 0;
    object-position: 50% 38%;
  }

  .megeve-v2 .reviews-grid,
  .pricing-context {
    grid-template-columns: 1fr;
  }

  .megeve-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(29, 53, 49, .14);
  }

  .pricing-context-details > div:last-child {
    border-bottom: 0;
  }

  .pricing-context-footer {
    grid-column: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-context-links {
    justify-content: flex-start;
  }

  .pricing-context-links a + a::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .megeve-v2 .section-pad {
    padding-top: 70px;
    padding-bottom: 76px;
  }

  .megeve-v2 .annecy-hero-media {
    min-height: 126vw;
  }

  .quick-proof-intro > p {
    font-size: 1.35rem;
  }

  .megeve-v2 .film-body h3 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .quick-proof-item dt {
    font-size: .59rem;
    letter-spacing: 1.1px;
  }

  .quick-proof-item dd {
    font-size: 1.15rem;
  }

  .megeve-v2 .films-heading,
  .megeve-v2 .reviews-heading,
  .megeve-v2 .formulas-heading {
    gap: 28px;
  }

  .megeve-v2 .films-grid,
  .megeve-v2 .reviews-grid {
    margin-top: 42px;
  }

  .megeve-v2 .review-card,
  .megeve-v2 .review-card:first-child {
    min-height: 0;
  }

  .megeve-v2 .review-card > p,
  .megeve-v2 .review-card:first-child > p {
    font-size: 1.85rem;
  }

  .megeve-v2 #reviews-title .heading-line {
    display: block;
  }

  .megeve-v2 .method-list h3 {
    min-height: 0;
    font-size: clamp(1.65rem, 7.5vw, 1.9rem);
    line-height: 1.05;
  }

  .megeve-v2 .method-list h3.method-title-two-lines {
    display: block;
  }

  .megeve-v2 .method-title-two-lines span {
    display: block;
    white-space: nowrap;
  }

  .pricing-context {
    margin-top: 42px;
    padding: 30px 23px;
  }

  .pricing-context-heading h3 {
    font-size: 2.75rem;
  }

}

/* Direction artistique Megève */
.megeve-v2 {
  --fir: #172820;
  --fir-deep: #0d1914;
  --fir-soft: #294036;
  --paper: #f2eee5;
  --paper-light: #faf8f3;
  --linen: #e6dfd3;
  --ink: #2d322e;
  --muted: #70756f;
  --terra: #b96a4f;
  --terra-dark: #96513b;
  --brass: #b79a66;
  --alpine: var(--fir);
  --lake-pale: var(--paper);
  --paper-deep: var(--fir-deep);
  --white: #fff;
  --line: rgba(45,50,46,.15);
  background: var(--paper);
  color: var(--ink);
}

.megeve-v2 .annecy-hero {
  background:
    repeating-linear-gradient(90deg, transparent 0 86px, rgba(45,50,46,.032) 87px 88px),
    var(--paper);
}
.megeve-v2 .annecy-hero::after { position: absolute; top: 0; right: 0; width: 52%; height: 100%; background: linear-gradient(90deg, transparent, rgba(183,154,102,.09)); content: ''; }
.megeve-v2 .annecy-hero-grid { grid-template-columns: 1.04fr .96fr; }
.megeve-v2 .annecy-hero h1 { color: var(--fir); font-weight: 300; line-height: .82; }
.megeve-v2 .annecy-hero h1 em { color: var(--terra); }
.megeve-v2 .annecy-eyebrow { color: var(--terra-dark); letter-spacing: .24em; }
.megeve-v2 .annecy-hero-intro { color: var(--muted); line-height: 1.85; }
.megeve-v2 .annecy-hero-media { z-index: 1; margin: 92px 0 0; border-radius: 0; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); box-shadow: none; }
.megeve-v2 .annecy-hero-media img { object-position: center 46%; }
.megeve-v2 .annecy-hero-media::after { background: linear-gradient(180deg, rgba(13,25,20,.04), rgba(13,25,20,.5)); }
.megeve-v2 .alpine-lines { color: var(--brass); opacity: .34; }
.megeve-v2 .hero-stamp { border-color: rgba(183,154,102,.65); color: var(--terra-dark); }
.megeve-v2 .button-outline { border-color: rgba(23,40,32,.34); color: var(--fir); }

.megeve-v2 .quick-proof { border-color: rgba(255,255,255,.12); background: var(--fir-soft); }
.megeve-v2 .quick-proof-item, .megeve-v2 .quick-proof-intro { border-color: rgba(255,255,255,.14); }
.megeve-v2 .quick-proof-item dt { color: #e3a58d; }
.megeve-v2 .quick-proof-item dd { color: var(--white); }
.megeve-v2 .quick-proof-cta { background: var(--terra); }

.megeve-v2 .films-section { background: var(--fir-deep); color: var(--white); }
.megeve-v2 .films-heading h2, .megeve-v2 .film-body h3 { color: var(--white); }
.megeve-v2 #films-title { font-size: clamp(3.6rem,4.7vw,5.5rem); }
.megeve-v2 #films-title > span { display: block; white-space: nowrap; }
.megeve-v2 .films-note, .megeve-v2 .film-body > p:not(.film-place) { color: rgba(255,255,255,.6); }
.megeve-v2 .film-card, .megeve-v2 .film-card:first-child { border: 1px solid rgba(255,255,255,.14); border-radius: 0; background: rgba(255,255,255,.035); box-shadow: none; }
.megeve-v2 .film-place, .megeve-v2 .film-meta, .megeve-v2 .section-kicker { color: #e3a58d; }
.megeve-v2 .film-frame { border-radius: 0; }

.megeve-v2 .reviews-section { background: var(--paper-light); }
.megeve-v2 .reviews-heading h2 { color: var(--fir); }
.megeve-v2 .review-card, .megeve-v2 .review-card:first-child { border: 1px solid rgba(45,50,46,.14); border-radius: 0; background: transparent; color: var(--ink); }
.megeve-v2 .review-card:first-child { background: var(--fir); color: var(--white); }
.megeve-v2 .review-stars { color: var(--brass); }

.megeve-v2 .intro-section { background: var(--paper); }
.megeve-v2 .intro-copy h2 { color: var(--fir); font-weight: 300; }
.megeve-v2 .intro-copy h2 em { color: var(--terra); }
.megeve-v2 .intro-copy .lead { color: var(--ink); }
.megeve-v2 .intro-copy > p:not(.lead,.section-kicker) { color: var(--muted); }
.megeve-v2 .intro-image { border-radius: 0; box-shadow: 24px 24px 0 var(--linen); }

.megeve-v2 .formulas-section { background: var(--fir); color: var(--white); }
.megeve-v2 .formulas-heading h2 { color: var(--white); }
.megeve-v2 .formulas-heading { grid-template-columns: 1fr; }
.megeve-v2 .formulas-heading > p { color: rgba(255,255,255,.62); }
.megeve-v2 .pricing-context { border: 1px solid rgba(183,154,102,.28); border-radius: 0; background: var(--paper); color: var(--ink); box-shadow: 24px 24px 0 rgba(13,25,20,.38); }
.megeve-v2 .pricing-context-heading h3 { color: var(--fir); font-weight: 300; }
.megeve-v2 .pricing-context-summary > p, .megeve-v2 .pricing-context-details p { color: var(--muted); }
.megeve-v2 .pricing-context-details { grid-template-columns: repeat(5,1fr); border-color: rgba(45,50,46,.14); }
.megeve-v2 .pricing-context-details > div { border-color: rgba(45,50,46,.12); }
.megeve-v2 .pricing-context-footer { justify-content: center; color: var(--muted); font-size: .78rem; }
.megeve-v2 .pricing-context-links { width: 100%; justify-content: center; }
.megeve-v2 .formula-card { border-color: rgba(255,255,255,.16); border-radius: 0; background: rgba(255,255,255,.025); }
.megeve-v2 .formula-card h3 { color: var(--white); font-weight: 300; }
.megeve-v2 .formula-card li { color: rgba(255,255,255,.58); }
.megeve-v2 .formula-card li strong { color: var(--white); }
.megeve-v2 .formula-card-featured { border-radius: 0; background: var(--paper); color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.megeve-v2 .formula-card-featured h3, .megeve-v2 .formula-card-featured li strong { color: var(--fir); }
.megeve-v2 .formula-card-featured li { color: var(--muted); }
.megeve-v2 .formula-actions { border: 1px solid rgba(255,255,255,.14); border-radius: 0; background: var(--fir-deep); }

.megeve-v2 .local-section { background: var(--fir-deep); color: var(--white); }
.megeve-v2 .local-heading h2, .megeve-v2 .seasons-heading h2 { color: var(--white); font-weight: 300; }
.megeve-v2 .local-heading h2 em, .megeve-v2 .seasons-heading h2 em { color: #d68163; }
.megeve-v2 .local-heading h2 { font-size: clamp(3.8rem,5.7vw,6.1rem); }
.megeve-v2 .local-heading .heading-line { display: block; width: fit-content; white-space: nowrap; }
.megeve-v2 .local-photo { margin: 0; overflow: hidden; border: 1px solid rgba(183,154,102,.38); }
.megeve-v2 .local-photo img { width: 100%; height: clamp(440px,32vw,560px); min-height: 0; object-fit: cover; object-position: center 42%; filter: saturate(.82) contrast(1.04); }
.megeve-v2 .local-landscape { display: grid; grid-template-columns: auto 1fr; gap: 20px 24px; align-content: end; min-height: 520px; padding: clamp(34px,4vw,58px); border: 1px solid rgba(183,154,102,.4); background: radial-gradient(circle at 72% 20%, rgba(183,154,102,.2), transparent 34%), repeating-linear-gradient(135deg, transparent 0 55px, rgba(255,255,255,.035) 56px 57px), var(--fir-soft); color: rgba(255,255,255,.52); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.megeve-v2 .local-landscape i { align-self: center; height: 1px; background: rgba(255,255,255,.18); }
.megeve-v2 .local-landscape strong { grid-column: 1 / -1; color: #e3a58d; font-family: var(--font-story); font-size: clamp(2rem,3vw,3.4rem); font-weight: 300; letter-spacing: 0; text-transform: none; }
.megeve-v2 .local-copy { text-align: center; }
.megeve-v2 .local-copy p { max-width: 680px; margin-right: auto; margin-left: auto; color: rgba(255,255,255,.72); font-size: clamp(1rem,1.08vw,1.12rem); line-height: 1.9; }
.megeve-v2 .local-copy p:first-child { color: rgba(255,255,255,.92); font-family: var(--font-story); font-size: clamp(1.45rem,1.8vw,1.9rem); line-height: 1.45; }
.megeve-v2 .local-zones { justify-content: center; border-color: rgba(255,255,255,.16); text-align: center; }
.megeve-v2 .local-zones span { border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.76); font-size: clamp(.78rem,.82vw,.9rem); line-height: 1.55; }
.megeve-v2 .seasons-heading { display: flex; flex-direction: column; align-items: center; gap: 24px; max-width: 980px; margin: clamp(100px,12vw,170px) auto 0; text-align: center; }
.megeve-v2 .seasons-heading h2 { order: 2; margin: 0; font-size: clamp(3.3rem,5vw,5.7rem); letter-spacing: -.045em; line-height: .92; }
.megeve-v2 .seasons-heading > .section-kicker { order: 1; margin-bottom: 2px; }
.megeve-v2 .seasons-heading > p:last-child { order: 3; max-width: 650px; margin: 0 auto; color: rgba(255,255,255,.68); font-size: clamp(1rem,1.05vw,1.12rem); line-height: 1.8; }
.megeve-v2 .season-cards { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.megeve-v2 .season-card { min-height: 400px; padding: clamp(34px,4vw,58px); border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.megeve-v2 .season-card > span { color: #e3a58d; font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.megeve-v2 .season-card h3 { margin: 48px 0 25px; color: var(--white); font-family: var(--font-story); font-size: clamp(2.25rem,3.1vw,3.35rem); font-weight: 300; line-height: .98; }
.megeve-v2 .season-card p { color: rgba(255,255,255,.7); font-size: clamp(.98rem,1.02vw,1.08rem); line-height: 1.82; }
.megeve-v2 .season-card-winter { background: rgba(223,227,223,.08); }
.megeve-v2 .season-card-summer { background: rgba(238,224,210,.08); }
.megeve-v2 .season-card-sound { grid-column: 1 / -1; display: grid; grid-template-columns: .35fr .8fr 1fr; gap: 36px; min-height: 0; background: rgba(255,255,255,.025); }
.megeve-v2 .season-card-sound h3 { margin: 0; }

.megeve-v2 .method-section { background: var(--terra); }
.megeve-v2 .method-heading h2 { color: var(--white); }
.megeve-v2 .method-heading h2 em { color: #f0d8cc; }
.megeve-v2 .method-list li { border-color: rgba(255,255,255,.25); }
.megeve-v2 .method-number { color: rgba(255,255,255,.62); }

.megeve-v2 .experience-section { max-width: none; padding-right: max(6vw,calc((100vw - 1500px)/2)); padding-left: max(6vw,calc((100vw - 1500px)/2)); background: var(--paper-light); }
.megeve-v2 .experience-media { border-radius: 0; box-shadow: 24px 24px 0 var(--linen); }
.megeve-v2 .experience-media img { object-position: center 38%; }
.megeve-v2 .experience-copy h2 { color: var(--fir); }
.megeve-v2 .experience-copy h2 em { color: var(--terra); }

.megeve-v2 .faq-section { max-width: none; padding-right: max(6vw,calc((100vw - 1420px)/2)); padding-left: max(6vw,calc((100vw - 1420px)/2)); background: var(--linen); }
.megeve-v2 .faq-heading h2 { color: var(--fir); }
.megeve-v2 .faq-list, .megeve-v2 .faq-list details { border-color: rgba(45,50,46,.18); }
.megeve-v2 .contact-footer { background: var(--fir); }

@media (max-width: 1060px) {
  .megeve-v2 .pricing-context-details { grid-template-columns: repeat(2,1fr); }
  .megeve-v2 .pricing-context-details > div { border-bottom: 1px solid rgba(45,50,46,.12); }
  .megeve-v2 .seasons-heading { gap: 22px; }
}

@media (max-width: 860px) {
  .megeve-v2 .annecy-hero-grid { grid-template-columns: 1fr; }
  .megeve-v2 .annecy-hero-media { margin: 0; clip-path: none; }
  .megeve-v2 .pricing-context-details { grid-template-columns: 1fr; }
  .megeve-v2 .season-cards { grid-template-columns: 1fr; }
  .megeve-v2 .season-card-sound { grid-column: auto; grid-template-columns: 1fr; }
  .megeve-v2 .season-card-sound h3 { margin-top: 30px; }
  .megeve-v2 .local-landscape { min-height: 360px; }
  .megeve-v2 #films-title > span, .megeve-v2 .local-heading .heading-line { white-space: normal; }
}

@media (max-width: 620px) {
  .megeve-v2 .annecy-hero-media { min-height: 112vw; }
  .megeve-v2 .local-heading .heading-line { white-space: normal; }
  .megeve-v2 .season-card { min-height: 0; padding: 32px 24px; }
}

/* Passe de stabilité issue des pages Annecy et Genève */
.megeve-v2 :is(
  .annecy-hero-copy,
  .annecy-hero-media,
  .films-heading > *,
  .films-grid > *,
  .reviews-heading > *,
  .reviews-grid > *,
  .intro-grid > *,
  .formulas-heading > *,
  .pricing-context > *,
  .pricing-context-details > *,
  .formula-grid > *,
  .local-heading > *,
  .local-composition > *,
  .season-cards > *,
  .method-heading > *,
  .method-list > *,
  .experience-section > *,
  .faq-section > *,
  .contact-card > *,
  .brochure-modal > *
) {
  min-width: 0;
}

.megeve-v2 :is(h1, h2, h3, p, li, a, span) {
  max-width: 100%;
}

.megeve-v2 :is(
  .annecy-hero h1,
  .films-heading h2,
  .reviews-heading h2,
  .intro-copy h2,
  .formulas-heading h2,
  .pricing-context-heading h3,
  .local-heading h2,
  .seasons-heading h2,
  .method-heading h2,
  .experience-copy h2,
  .faq-heading h2
) {
  text-wrap: balance;
}

.megeve-v2 .formulas-heading,
.megeve-v2 .local-heading,
.megeve-v2 .method-heading {
  grid-template-columns: minmax(0, 1fr);
}

.megeve-v2 .films-heading,
.megeve-v2 .reviews-heading {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
}

.megeve-v2 .formulas-heading h2 {
  max-width: 18ch;
  font-size: clamp(3.4rem, 5vw, 5.7rem);
  line-height: .94;
}

.megeve-v2 .formulas-heading h2 .heading-line {
  display: block;
  width: fit-content;
  white-space: normal;
}

.megeve-v2 .pricing-context-details {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.megeve-v2 .pricing-context-details p,
.megeve-v2 .formula-card li,
.megeve-v2 .formula-actions-copy,
.megeve-v2 .contact-text {
  overflow-wrap: anywhere;
}

.megeve-v2 .formula-card h3 {
  font-size: clamp(2.25rem, 2.75vw, 3.35rem);
}

.megeve-v2 .formula-recommendation {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  justify-content: center;
}

.megeve-v2 .local-heading h2 {
  max-width: 100%;
  font-size: clamp(3.8rem, 5.25vw, 5.75rem);
}

.megeve-v2 .local-heading .heading-line {
  max-width: 100%;
}

.megeve-v2 .local-composition {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.megeve-v2 .method-heading {
  gap: 0;
  text-align: center;
}

.megeve-v2 .method-heading h2 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(3.35rem, 5vw, 6.35rem);
}

.megeve-v2 .method-list {
  margin-top: 32px;
}

.megeve-v2 .method-list h3 {
  overflow-wrap: break-word;
}

.megeve-v2 .experience-section {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.megeve-v2 .contact-text p {
  overflow-wrap: anywhere;
}

@media (min-width: 861px) {
  .megeve-v2 .annecy-hero,
  .megeve-v2 .annecy-hero-grid {
    min-height: clamp(720px, 78vh, 820px);
  }

  .megeve-v2 .annecy-hero-copy {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .megeve-v2 .annecy-hero-media {
    height: calc(clamp(720px, 78vh, 820px) - 100px);
    min-height: 0;
    margin-top: 72px;
    margin-bottom: 28px;
  }

  .megeve-v2 .hero-stamp {
    bottom: 34px;
    left: clamp(10px, 1.2vw, 24px);
    width: 76px;
    height: 76px;
    font-size: .9rem;
  }

  .megeve-v2 .quick-proof-item dd {
    font-size: clamp(1.08rem, 1.25vw, 1.35rem);
  }
}

@media (max-width: 1200px) {
  .megeve-v2 .pricing-context-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .megeve-v2 .pricing-context-details > div {
    border-bottom: 1px solid rgba(45, 50, 46, .12);
  }

  .megeve-v2 .films-heading {
    gap: 38px;
  }

  .megeve-v2 #films-title {
    font-size: clamp(3.25rem, 5vw, 4.8rem);
  }
}

@media (max-width: 1060px) {
  .megeve-v2 .pricing-context-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .megeve-v2 .formula-card h3 {
    white-space: normal;
  }

  .megeve-v2 .local-heading h2 {
    font-size: clamp(3.35rem, 6.5vw, 5rem);
  }
}

@media (max-width: 860px) {
  .megeve-v2 .section-pad {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .megeve-v2 .annecy-hero::after {
    display: none;
  }

  .megeve-v2 .quick-proof-item dd span {
    white-space: normal;
  }

  .megeve-v2 .films-heading,
  .megeve-v2 .reviews-heading,
  .megeve-v2 .formulas-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .megeve-v2 #films-title > span,
  .megeve-v2 #reviews-title .heading-line,
  .megeve-v2 .formulas-heading h2 .heading-line,
  .megeve-v2 .local-heading .heading-line {
    width: auto;
    white-space: normal;
  }

  .megeve-v2 .pricing-context {
    box-shadow: 14px 14px 0 rgba(13, 25, 20, .3);
  }

  .megeve-v2 .pricing-context-details {
    grid-template-columns: 1fr;
  }

  .megeve-v2 .pricing-context-links {
    align-items: center;
    justify-content: center;
  }

  .megeve-v2 .pricing-context-links a {
    justify-content: center;
    text-align: center;
  }

  .megeve-v2 .local-composition,
  .megeve-v2 .experience-section {
    grid-template-columns: 1fr;
  }

  .megeve-v2 .local-photo img {
    height: min(72vw, 480px);
    min-height: 0;
  }

  .megeve-v2 .method-heading h2 {
    font-size: clamp(2.75rem, 8.5vw, 4.4rem);
    line-height: 1;
  }

  .megeve-v2 .experience-media {
    min-height: min(118vw, 680px);
  }
}

@media (max-width: 620px) {
  .megeve-v2 .section-pad {
    padding-top: 68px;
    padding-bottom: 74px;
  }

  .megeve-v2 .annecy-hero-media {
    min-height: 112vw;
  }

  .megeve-v2 #films-title {
    font-size: clamp(2.75rem, 12.5vw, 3.9rem);
    line-height: .94;
  }

  .megeve-v2 #reviews-title,
  .megeve-v2 .formulas-heading h2,
  .megeve-v2 .local-heading h2,
  .megeve-v2 .seasons-heading h2,
  .megeve-v2 .experience-copy h2,
  .megeve-v2 .faq-heading h2 {
    font-size: clamp(2.75rem, 12vw, 4rem);
    line-height: .96;
  }

  .megeve-v2 .intro-copy h2 {
    font-size: clamp(2.9rem, 12.5vw, 4.15rem);
  }

  .megeve-v2 .method-heading h2 {
    font-size: clamp(2.25rem, 9.5vw, 3rem);
    line-height: 1.06;
  }

  .megeve-v2 .method-list h3 {
    min-height: 0;
    font-size: clamp(1.65rem, 7.5vw, 1.95rem);
    line-height: 1.08;
  }

  .megeve-v2 .method-list p,
  .megeve-v2 .season-card p,
  .megeve-v2 .local-copy p {
    font-size: 1rem;
  }

  .megeve-v2 .season-card h3 {
    margin-top: 34px;
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .megeve-v2 .review-card > p,
  .megeve-v2 .review-card:first-child > p {
    font-size: clamp(1.55rem, 7.5vw, 1.85rem);
  }

  .megeve-v2 .pricing-context-heading h3 {
    font-size: clamp(2.35rem, 10.5vw, 3rem);
  }

  .megeve-v2 .pricing-context-links {
    flex-direction: column;
  }

  .megeve-v2 .pricing-context-links a + a::before {
    display: none;
  }

  .megeve-v2 .formula-actions-buttons {
    width: 100%;
  }

  .megeve-v2 .contact-text p {
    font-size: clamp(.82rem, 3.8vw, 1rem);
  }
}

@media (max-width: 420px) {
  .megeve-v2 .quick-proof-item dd {
    font-size: clamp(1rem, 5vw, 1.15rem);
  }

  .megeve-v2 .quick-proof-item dd span {
    white-space: normal;
  }

  .megeve-v2 .film-play {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
}

/* Derniers ajustements de lecture et de cadrage */
.megeve-v2 .experience-media img {
  object-position: center 8%;
}

.megeve-v2 .method-list {
  margin-top: 64px;
}

.megeve-v2 .formula-card,
.megeve-v2 .formula-card-featured,
.megeve-v2 .formula-actions {
  border-radius: 10px;
}

.megeve-v2 .formula-card-featured {
  border-radius: 12px;
}

@media (max-width: 860px) {
  .megeve-v2 .method-list {
    margin-top: 52px;
  }

  .megeve-v2 .experience-media img {
    object-position: center 10%;
  }
}

/* Ajustements éditoriaux validés sur le prototype Megève */
.megeve-v2 .local-copy {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.megeve-v2 .local-copy p,
.megeve-v2 .local-copy p:first-child {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.megeve-v2 .local-copy p:first-child {
  font-size: clamp(1.38rem, 1.65vw, 1.75rem);
  line-height: 1.52;
}

.megeve-v2 .local-copy p:not(:first-child) {
  padding-left: clamp(20px, 2vw, 30px);
  border-left: 1px solid rgba(183, 154, 102, .5);
  font-size: clamp(1rem, 1.02vw, 1.08rem);
  line-height: 1.82;
}

.megeve-v2 .local-copy p + p {
  margin-top: clamp(30px, 3vw, 42px);
}

.megeve-v2 .local-copy strong {
  color: #e3a58d;
  font-weight: 600;
}

.megeve-v2 .local-copy-lead strong:first-child {
  font-family: var(--font-story);
  font-size: 1.08em;
  font-weight: 500;
}

.megeve-v2 .local-zones {
  justify-content: flex-start;
  text-align: left;
}

.megeve-v2 .method-section {
  border-top: 1px solid rgba(183, 154, 102, .28);
  border-bottom: 1px solid rgba(183, 154, 102, .28);
  background: var(--paper-light);
  color: var(--ink);
}

.megeve-v2 .method-section .section-kicker,
.megeve-v2 .method-number {
  color: var(--terra-dark);
}

.megeve-v2 .method-heading h2 {
  color: var(--fir);
}

.megeve-v2 .method-heading h2 em {
  color: var(--terra);
}

.megeve-v2 .method-list {
  border-top-color: rgba(45, 50, 46, .18);
}

.megeve-v2 .method-list li {
  border-color: rgba(45, 50, 46, .15);
}

.megeve-v2 .method-number {
  font-size: clamp(.78rem, .76vw, .86rem);
  letter-spacing: 1.55px;
  line-height: 1.4;
}

.megeve-v2 .method-list h3 {
  color: var(--fir);
  font-weight: 400;
}

.megeve-v2 .method-list p {
  color: var(--muted);
}

.megeve-v2 .faq-heading > p:last-child {
  max-width: 540px;
  margin-top: 24px;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 860px) {
  .megeve-v2 .local-copy {
    max-width: 660px;
  }

  .megeve-v2 .local-zones {
    justify-content: flex-start;
  }

  .megeve-v2 .method-list li {
    border-right: 0;
    border-bottom: 1px solid rgba(45, 50, 46, .15);
  }

  .megeve-v2 .method-list li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .megeve-v2 .local-copy p:first-child {
    font-size: clamp(1.32rem, 6.4vw, 1.62rem);
    line-height: 1.52;
  }

  .megeve-v2 .local-copy p:not(:first-child) {
    padding-left: 18px;
    font-size: 1rem;
    line-height: 1.78;
  }

  .megeve-v2 .local-copy p + p {
    margin-top: 30px;
  }

  .megeve-v2 .local-zones {
    gap: 9px;
  }

  .megeve-v2 .local-zones span {
    width: 100%;
    padding: 10px 14px;
    text-align: left;
  }

  .megeve-v2 .method-number {
    font-size: .82rem;
    letter-spacing: 1.4px;
  }

  .megeve-v2 .method-list h3 {
    margin-top: 28px;
  }

  .megeve-v2 .faq-heading > p:last-child {
    margin-top: 24px;
  }
}

/* Ajustements de proportions après contrôle du rendu desktop */
.megeve-v2 .pricing-context-details p {
  font-size: 1rem;
  line-height: 1.72;
}

.megeve-v2 .formula-card li {
  font-size: 1rem;
  line-height: 1.7;
}

.megeve-v2 .method-list {
  margin-top: 64px;
}

.megeve-v2 .seasons-heading h2 + p {
  margin-top: 14px;
}

@media (min-width: 861px) {
  .megeve-v2 .local-composition {
    align-items: stretch;
  }

  .megeve-v2 .local-photo {
    display: flex;
    height: 100%;
    min-height: 100%;
  }

  .megeve-v2 .local-photo img {
    height: 100%;
    min-height: 100%;
  }
}

@media (max-width: 860px) {
  .megeve-v2 .local-photo {
    height: auto;
    min-height: 0;
  }

  .megeve-v2 .local-photo img {
    height: min(72vw, 480px);
    min-height: 0;
  }

  .megeve-v2 .method-list {
    margin-top: 52px;
  }
}

/* Dernière passe : hiérarchie du bloc films, preuve tarifaire et cadrage */
.megeve-v2 .films-heading {
  grid-template-columns: 1fr;
}

.megeve-v2 #films-title {
  max-width: 900px;
}

.megeve-v2 #films-title > span {
  width: fit-content;
}

.megeve-v2 .pricing-context-summary .pricing-lead {
  color: var(--ink);
  font-family: var(--font-story);
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
  font-weight: 400;
  line-height: 1.4;
}

.megeve-v2 .quick-proof-item dd span {
  display: block;
}

.megeve-v2 .local-photo img {
  object-position: 32% 42%;
}

@media (min-width: 861px) {
  .megeve-v2 .quick-proof-item dd span {
    display: inline;
    white-space: nowrap;
  }

  .megeve-v2 .quick-proof-item dd span + span::before {
    content: " ";
  }
}

@media (max-width: 860px) {
  .megeve-v2 #films-title > span {
    width: auto;
  }
}

/* Ajustements validés après contrôle du rendu de production. */
.megeve-v2 .annecy-hero {
  background: var(--paper);
}

.megeve-v2 .method-section {
  border-bottom: 0;
}

.megeve-v2 .seasons-title-space {
  display: none;
}

@media (min-width: 1061px) {
  .megeve-v2 .quick-proof-inner {
    grid-template-columns: 1.05fr .9fr 1.5fr .8fr 1.15fr;
  }

  .megeve-v2 .quick-proof-item:nth-child(3) dd {
    white-space: nowrap;
  }
}

@media (min-width: 1100px) {
  .megeve-v2 .seasons-heading {
    max-width: 1400px;
  }

  .megeve-v2 .seasons-heading h2 {
    font-size: clamp(3.2rem, 4vw, 4.45rem);
    white-space: nowrap;
  }

  .megeve-v2 .seasons-title-space {
    display: inline;
  }

  .megeve-v2 .seasons-title-break {
    display: none;
  }

  .megeve-v2 .seasons-heading > p:last-child {
    max-width: 1200px;
    white-space: nowrap;
  }
}

@media (max-width: 860px) {
  .megeve-v2 .quick-proof-item {
    min-height: 124px;
  }

  .megeve-v2 .quick-proof-item dt {
    font-size: .75rem;
  }

  .megeve-v2 .quick-proof-item dd {
    font-size: clamp(1.24rem, 4.2vw, 1.42rem);
    line-height: 1.22;
  }
}
