/* Proposition UX/conversion pour la page Annecy.
   Cette feuille complète les styles existants sans modifier la page publiée. */

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

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

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

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

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

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

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

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

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

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

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

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

.annecy-v2 .review-card,
.annecy-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);
}

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

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

.annecy-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: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.annecy-v2 .pricing-context-details p {
  font-size: .98rem;
  line-height: 1.72;
}

.annecy-v2 .local-copy p > strong:first-child {
  display: block;
  margin-bottom: 9px;
  color: var(--terra);
  font-family: var(--font-story);
  font-size: clamp(1.18rem, 1.4vw, 1.35rem);
  font-weight: 600;
  line-height: 1.4;
}

.annecy-v2 .local-copy p + p {
  margin-top: 32px;
}

.annecy-v2 .pricing-context-footer,
.annecy-v2 .pricing-context-links {
  align-items: center;
  justify-content: center;
}

.annecy-v2 .pricing-context-links {
  width: 100%;
}

.annecy-v2 .pricing-context-links a {
  color: var(--terra);
  font-size: .9rem;
  text-align: center;
}

.annecy-v2 .method-heading {
  gap: 0;
  grid-template-columns: 1fr;
  text-align: center;
}

.annecy-v2 .method-heading h2 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(3.4rem, 5vw, 6.5rem);
  text-wrap: balance;
}

.annecy-v2 .method-heading > p:last-child {
  max-width: 760px;
  margin: 32px auto 0;
  color: rgba(255, 255, 255, .72);
  font-size: 1.05rem;
  line-height: 1.75;
  text-align: center;
}

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

.experience-desktop-break {
  display: none;
}

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

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

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

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

  .annecy-v2 .quick-proof-item dd {
    font-size: clamp(1.12rem, 1.35vw, 1.4rem);
    white-space: nowrap;
  }

  .annecy-v2 .experience-desktop-break {
    display: block;
  }
}

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

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

  .annecy-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: 116px;
    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: " ";
  }

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

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

  .annecy-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) {
  .annecy-v2 .section-pad {
    padding-top: 70px;
    padding-bottom: 76px;
  }

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

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

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

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

  .quick-proof-item dd {
    font-size: 1.35rem;
    line-height: 1.12;
  }

  .annecy-v2 .reviews-mobile-line {
    display: block;
  }

  .annecy-v2 .local-heading h2 {
    font-size: clamp(2.8rem, 8.8vw, 3.15rem);
    line-height: .95;
  }

  .annecy-v2 .local-copy p + p {
    margin-top: 28px;
  }

  .annecy-v2 .method-heading h2 {
    font-size: clamp(2rem, 8.2vw, 2.6rem);
    letter-spacing: -.035em;
    line-height: 1.08;
    text-wrap: normal;
  }

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

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

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

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

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

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

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

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

}
