/*
 * Couche responsive consolidée.
 * Chargée après les règles historiques afin de stabiliser la cascade.
 * Le footer compact demandé est isolé dans la dernière section.
 */

@media (min-width: 861px) and (max-width: 1180px) {
  .page--home .hero__title {
    max-width: 560px;
    font-size: clamp(40px, 3.56vw, 42px);
    text-shadow: 0 2px 18px rgba(250, 248, 245, 0.9);
  }

  .page--home .hero__subtitle {
    max-width: 540px;
    font-size: clamp(20px, 1.8vw, 21px);
    line-height: 1.3;
    text-shadow: 0 1px 12px rgba(250, 248, 245, 0.98);
  }

  .about-card__panel p:not(.about-card__quote),
  .about-card__panel .about-card__quote {
    max-width: calc(100% - clamp(270px, 28vw, 330px));
  }

  .about-card__social-row {
    max-width: calc(100% - clamp(300px, 31vw, 340px));
  }

  .service-page__title-row {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .service-page__title {
    max-width: 900px;
    text-align: center;
    line-height: 1.06;
    text-wrap: balance;
  }

  .service-page__title-main,
  .service-page__title-tagline {
    display: block;
  }

  .service-page__title-separator {
    display: none;
  }

  .service-page__title-tagline {
    margin-top: 0.08em;
    font-size: 0.88em;
    line-height: 1.08;
  }

  .page--mariage .service-page__title {
    white-space: normal;
  }

  .service-page__text {
    max-width: 680px;
    margin-inline: auto;
    padding-right: 0;
  }

  .service-page__actions--copy .service-page__actions-row {
    transform: none;
  }

  .offers-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offers-page__intro {
    max-width: 800px;
    margin-inline: auto;
  }

  .service-pricing__grid > .pricing-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - clamp(16px, 1.8vw, 26px)) / 2);
    justify-self: center;
  }

  .gift-page__layout,
  .gift-page__content {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
  }

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

@media (max-width: 860px) {
  :root {
    --mobile-nav-height: 64px;
    --mobile-page-top: 100px;
    --mobile-gutter: clamp(16px, 4.8vw, 24px);
  }

  .sticky-nav[data-sticky-nav] .sticky-nav__inner {
    min-height: var(--mobile-nav-height);
    padding: 4px 12px 4px 14px;
  }

  .sticky-nav[data-sticky-nav] .sticky-nav__brand {
    width: 72px;
  }

  .sticky-nav[data-sticky-nav] .sticky-nav__logo {
    width: 140px;
  }

  .sticky-nav[data-sticky-nav] .sticky-nav__toggle {
    width: 42px;
    height: 42px;
  }

  .sticky-nav[data-sticky-nav] .sticky-nav__panel {
    max-height: calc(100dvh - var(--mobile-nav-height));
    padding: 8px 14px 16px;
  }

  .sticky-nav[data-sticky-nav] .sticky-nav__link {
    min-height: 44px;
  }

  .page--home .hero {
    min-height: clamp(660px, 90svh, 780px);
  }

  .page--home .hero::before {
    content: "";
    position: absolute;
    inset: var(--mobile-nav-height) 0 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(248, 245, 240, 0.7) 0%,
      rgba(248, 245, 240, 0.5) 48%,
      rgba(248, 245, 240, 0.14) 84%,
      transparent 100%
    );
  }

  .page--home .hero__content {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    max-width: none;
    min-height: inherit;
    padding: clamp(112px, 17vw, 132px) var(--mobile-gutter) 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page--home .hero__title {
    width: 100%;
    font-size: clamp(27px, 8.3vw, 40px);
    line-height: 1.05;
    text-align: center;
    text-shadow: 0 2px 18px rgba(250, 248, 245, 0.92);
  }

  .page--home .hero__title-line {
    white-space: nowrap;
  }

  .page--home .hero__title-line--offset {
    margin: 0.08em 0 0;
  }

  .page--home .hero__background {
    object-position: 64% center;
  }

  .page--home .hero__cta-cluster {
    width: min(100%, 350px);
    margin: 36px 0 0;
  }

  .page--home .hero__actions {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .page--home .hero__actions .pill-button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 48px;
    padding-inline: 12px;
    font-size: 16px;
  }

  .page--home .social-links {
    margin-top: 12px;
    gap: 12px;
  }

  .page--home .social-links__item {
    width: 30px;
    height: 30px;
  }

  .page--home .hero__subtitle {
    width: fit-content;
    max-width: min(100%, 350px);
    margin-top: 18px;
    padding: 9px 14px 11px;
    border-radius: 18px;
    background: rgba(248, 245, 240, 0.76);
    font-size: clamp(16px, 4.5vw, 19px);
    line-height: 1.38;
    text-align: center;
    text-wrap: balance;
    box-shadow: 0 8px 22px rgba(33, 27, 23, 0.06);
  }

  .page--home .hero__subtitle-dropcap {
    font-size: 1.8em;
    line-height: 0.8;
  }

  .page--home .hero__floral {
    left: -4px;
    bottom: 0;
    width: clamp(128px, 34vw, 160px);
    opacity: 0.48;
  }

  .about-preview {
    padding: 40px var(--mobile-gutter) 44px;
  }

  .about-preview__layout {
    gap: 34px;
  }

  .about-card {
    padding-bottom: 0;
  }

  .about-card__panel {
    padding: 22px 18px 26px;
    border-radius: 20px;
  }

  .about-card__panel p {
    font-size: 16px;
    line-height: 1.58;
  }

  .about-card__justify {
    text-align: left;
    text-align-last: auto;
    hyphens: none;
  }

  .about-card__panel p:not(:first-child):not(.about-card__quote),
  .about-card__panel .about-card__quote {
    max-width: 100%;
  }

  .about-card__panel .about-card__quote {
    margin-top: 18px;
    font-size: clamp(27px, 7.2vw, 34px);
    line-height: 1.1;
    text-align: center;
    white-space: normal;
    text-wrap: balance;
  }

  .about-card__portrait {
    width: min(78vw, 280px);
    margin-top: 18px;
  }

  .about-card__social-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    margin-top: 18px;
  }

  .about-card__social-row > span {
    flex: 0 0 100%;
    text-align: center;
  }

  .about-preview .carousel {
    max-width: 340px;
  }

  .about-preview .carousel__viewport {
    width: min(100%, 320px);
  }

  .about-preview .carousel__slides {
    aspect-ratio: 4 / 5;
  }

  .about-preview .carousel__cta {
    width: min(100%, 280px);
    min-width: 0;
    min-height: 48px;
    font-size: 16px;
  }

  .sessions-catalog {
    padding: 46px var(--mobile-gutter) 50px;
  }

  .sessions-catalog__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .session-card {
    width: 100%;
    max-width: 390px;
    margin-inline: auto;
  }

  .session-card__stack {
    width: min(58vw, 220px);
  }

  .session-card__image--left,
  .session-card__image--right {
    display: none;
  }

  .sessions-catalog .session-card__title {
    margin-top: 18px;
    font-size: clamp(20px, 5.5vw, 24px);
    line-height: 1.2;
  }

  .sessions-catalog .session-card__description {
    margin-top: 10px;
    max-width: 34ch;
    font-size: 16px;
    line-height: 1.5;
  }

  .sessions-catalog__actions {
    margin-top: 36px;
    gap: 10px;
  }

  .sessions-catalog__button {
    width: min(100%, 300px);
    min-height: 48px;
    padding-inline: 18px;
    font-size: 16px;
  }

  .service-page,
  .gift-page,
  .reviews-page,
  .offers-page,
  .portfolio-page,
  .legal-page {
    padding: var(--mobile-page-top) var(--mobile-gutter) 46px;
  }

  .contact-page {
    padding: var(--mobile-page-top) var(--mobile-gutter) 0;
  }

  .portfolio-page__hero,
  .reviews-page__hero,
  .contact-page__hero,
  .gift-page__hero,
  .legal-page__hero,
  .offers-page__hero {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    column-gap: 7px;
  }

  .portfolio-page__leaf,
  .reviews-page__leaf,
  .contact-page__leaf,
  .gift-page__leaf,
  .legal-page__leaf,
  .offers-page__leaf {
    width: 42px;
    max-width: 100%;
    opacity: 0.72;
  }

  .portfolio-page__title,
  .reviews-page__title,
  .contact-page__title,
  .gift-page__title,
  .legal-page__title,
  .offers-page__script-title {
    line-height: 1.08;
    text-wrap: balance;
  }

  .portfolio-page__title,
  .reviews-page__title,
  .gift-page__title {
    font-size: clamp(38px, 10vw, 46px);
  }

  .contact-page__title {
    font-size: clamp(36px, 9.6vw, 44px);
    white-space: nowrap;
  }

  .legal-page__title {
    font-size: clamp(34px, 9.4vw, 42px);
  }

  .portfolio-page__subtitle,
  .reviews-page__subtitle,
  .offers-page__intro,
  .legal-page__intro {
    max-width: 42rem;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.5;
    text-wrap: pretty;
  }

  .portfolio-reel {
    margin-top: 20px;
  }

  .portfolio-reel__item {
    width: clamp(96px, 28vw, 120px);
  }

  .portfolio-grid {
    width: 100%;
    max-width: 380px;
    margin-top: 22px;
    gap: 16px;
  }

  .portfolio-card {
    border-radius: 18px;
  }

  .portfolio-card__quote {
    font-size: clamp(18px, 5vw, 20px);
    line-height: 1.28;
  }

  .reviews-page__title {
    white-space: nowrap;
  }

  .reviews-page__subtitle {
    margin-inline: auto;
  }

  .reviews-page__google-link {
    margin-top: 10px;
  }

  .reviews-page__grid {
    width: 100%;
    max-width: 540px;
    margin: 24px auto 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .reviews-page__card {
    border-radius: 18px;
    padding: 20px 16px 18px;
  }

  .reviews-page__card-text,
  .reviews-page__more-toggle {
    font-size: 16px;
    line-height: 1.5;
  }

  .offers-page__script-title {
    font-size: clamp(38px, 10vw, 46px);
  }

  .offers-page__title {
    margin-top: 2px;
    font-size: clamp(28px, 7.8vw, 34px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .offers-page__intro {
    margin-inline: auto;
    padding: 0;
  }

  .offers-page__grid {
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .offer-card {
    border-radius: 18px;
    padding: 16px 14px 18px;
  }

  .offer-card__name {
    min-height: 48px;
    max-width: 100%;
    padding: 4px 20px 2px;
    font-size: clamp(32px, 8.5vw, 38px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .offer-card__items {
    margin-top: 14px;
    gap: 7px;
  }

  .offer-card__items li {
    font-size: clamp(17px, 4.7vw, 20px);
    line-height: 1.38;
  }

  .offer-card__price {
    margin-top: 16px;
    font-size: clamp(29px, 7.6vw, 34px);
  }

  .offers-page__options {
    margin-top: 16px;
    border-radius: 18px;
    padding: 16px 14px 18px;
  }

  .offers-page__options-title {
    font-size: clamp(32px, 8.8vw, 39px);
    line-height: 1.08;
  }

  .offers-page__options-list li {
    gap: 8px;
    font-size: 16px;
    line-height: 1.42;
  }

  .offers-page__branch {
    width: min(100%, 300px);
    margin-top: 20px;
  }

  .offers-page__actions {
    width: min(100%, 320px);
    margin-top: 18px;
    transform: none;
  }

  .offers-page__button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 16px;
  }

  .gift-page__layout {
    width: 100%;
    max-width: 680px;
    margin: 22px auto 0;
    gap: 26px;
  }

  .gift-page__carousel .carousel__slides {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .gift-page__content {
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
    gap: 20px;
  }

  .gift-page__text {
    gap: 14px;
  }

  .gift-page__text p {
    font-size: 16px;
    line-height: 1.58;
    text-align: left;
  }

  .gift-page__cards-title {
    font-size: clamp(22px, 6vw, 27px);
    line-height: 1.25;
  }

  .gift-page__cards-image {
    width: min(100%, 320px);
  }

  .gift-page__actions {
    width: min(100%, 320px);
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gift-page__button {
    min-height: 48px;
    font-size: 16px;
  }

  .service-page__intro {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .service-page__copy {
    width: 100%;
  }

  .service-page__title-row {
    position: relative;
    display: block;
    width: 100%;
  }

  .page--service .service-page__title {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.08;
    letter-spacing: 0;
    text-align: center;
    text-wrap: balance;
  }

  .page--mariage .service-page__title {
    font-size: clamp(32px, 8.8vw, 39px);
    white-space: normal;
  }

  .service-page__title-main,
  .service-page__title-tagline {
    display: block;
  }

  .service-page__title-separator {
    display: none;
  }

  .service-page__title-tagline {
    max-width: 32ch;
    margin: 0.14em auto 0;
    font-size: 0.72em;
    line-height: 1.18;
  }

  .page--service .service-page__title-leaf {
    position: absolute;
    right: 0;
    bottom: -22px;
    width: 52px;
    opacity: 0.62;
  }

  .service-page__text {
    width: 100%;
    max-width: 640px;
    margin: 24px auto 0;
    padding-right: 0;
  }

  .service-page__text p {
    font-size: 16px;
    line-height: 1.62;
    text-align: left;
    text-align-last: auto;
    hyphens: none;
    text-wrap: pretty;
  }

  .service-page__text p + p {
    margin-top: 16px;
  }

  .service-page__actions--copy {
    margin-top: 24px;
    row-gap: 16px;
  }

  .service-page__actions--copy .service-page__branch {
    width: min(100%, 300px);
  }

  .service-page__actions--copy .service-page__actions-row {
    width: min(100%, 320px);
    max-width: 320px;
    grid-template-columns: 1fr;
    gap: 10px;
    transform: none;
  }

  .service-page__actions--copy .service-page__actions-row .service-page__button,
  .service-page__actions--copy .service-page__actions-row .service-page__button--tight {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 48px;
    padding-inline: 16px;
    font-size: 16px;
  }

  .service-page__media {
    --service-carousel-width: 340px;
    width: min(100%, 340px);
    max-width: 340px;
    margin-inline: auto;
    padding-top: 0;
  }

  .service-page__button--tarifs {
    width: min(100%, 300px);
    min-height: 48px;
    font-size: 16px;
  }

  .service-pricing {
    margin: 32px -8px 0;
    padding: 36px 8px 42px;
    border-radius: 18px;
    scroll-margin-top: calc(var(--mobile-nav-height) + 12px);
  }

  .service-pricing__title {
    font-size: clamp(42px, 11vw, 52px);
    line-height: 1.08;
  }

  .service-pricing__grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing-card {
    --pricing-gutter: 14px;
    border-radius: 18px;
  }

  .pricing-card__name,
  .pricing-card__name--tier4 {
    font-size: clamp(32px, 8.5vw, 39px);
    line-height: 1.08;
    white-space: normal;
  }

  .pricing-card__price {
    margin-top: 8px;
    font-size: clamp(24px, 6.4vw, 29px);
    line-height: 1.12;
  }

  .pricing-card__items {
    margin-top: 14px;
    gap: 6px;
  }

  .pricing-card__items li {
    min-width: 0;
    font-size: 16px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .legal-page__intro {
    margin-inline: auto;
  }

  .legal-section {
    min-width: 0;
    margin-top: 16px;
    padding: 18px 16px;
    border-radius: 16px;
  }

  .legal-section[id] {
    scroll-margin-top: calc(var(--mobile-nav-height) + 16px);
  }

  .legal-section,
  .legal-section p,
  .legal-section li,
  .legal-section a,
  .legal-section strong {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .legal-section h2 {
    font-size: clamp(24px, 6.8vw, 30px);
    line-height: 1.18;
  }

  .legal-section h3 {
    font-size: clamp(19px, 5.2vw, 23px);
    line-height: 1.3;
  }

  .legal-section p,
  .legal-section li {
    font-size: 16px;
    line-height: 1.62;
  }

  .carousel__arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(248, 245, 240, 0.7);
    font-size: 28px;
  }

  .gift-page__carousel .carousel__arrow {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .carousel__dot {
    position: relative;
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
  }

  .carousel__dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border: 1px solid #101010;
    border-radius: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
  }

  .carousel__dot.is-active {
    background: transparent;
  }

  .carousel__dot.is-active::before {
    background: #101010;
  }

  .carousel__dots {
    margin-top: 8px;
    gap: 0;
  }
}

@media (min-width: 600px) and (max-width: 860px) {
  :root {
    --mobile-page-top: 108px;
  }

  .sessions-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 62px 28px;
  }

  .session-card {
    max-width: none;
  }

  .session-card__stack {
    width: min(28vw, 210px);
  }

  .sessions-catalog__button {
    width: min(100%, 220px);
  }

  .service-page__actions--copy .service-page__actions-row {
    width: min(100%, 640px);
    max-width: 640px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-pricing__grid,
  .offers-page__grid,
  .reviews-page__grid,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-pricing__grid > .pricing-card:last-child:nth-child(odd),
  .reviews-page__grid > .reviews-page__card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 14px) / 2);
    justify-self: center;
  }

  .reviews-page__grid,
  .portfolio-grid {
    max-width: 760px;
  }

  .gift-page__actions {
    width: min(100%, 640px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offers-page__actions {
    width: min(100%, 640px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .page--service .service-page__title-leaf {
    display: none;
  }
}

@media (max-width: 680px) {
  .portfolio-reel {
    margin-inline: calc(-1 * var(--mobile-gutter));
    padding-inline: var(--mobile-gutter);
  }
}

@media (max-width: 360px) {
  :root {
    --mobile-gutter: 14px;
  }

  .page--home .hero__title {
    font-size: clamp(27px, 8.3vw, 30px);
  }

  .page--home .hero__subtitle {
    font-size: 16px;
  }

  .portfolio-page__hero,
  .reviews-page__hero,
  .contact-page__hero,
  .gift-page__hero,
  .legal-page__hero,
  .offers-page__hero {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    column-gap: 5px;
  }

  .portfolio-page__leaf,
  .reviews-page__leaf,
  .contact-page__leaf,
  .gift-page__leaf,
  .legal-page__leaf,
  .offers-page__leaf {
    width: 36px;
  }

  .contact-page__title {
    font-size: 34px;
  }

  .page--service .service-page__title {
    font-size: 30px;
  }

  .service-page__title-tagline {
    font-size: 0.7em;
  }

  .legal-section {
    padding-inline: 13px;
  }
}

/* Footer compact : mêmes contenus et typographies, proportions réduites. */
.site-footer__main {
  max-width: 1600px;
  padding: clamp(22px, 2.2vw, 32px) clamp(18px, 3vw, 48px) clamp(24px, 2.4vw, 36px);
}

.site-footer__quote,
.page--contact .site-footer__quote {
  margin: 0 0 clamp(18px, 1.8vw, 26px);
  font-size: clamp(52px, 3.6vw, 76px);
  line-height: 0.98;
}

.page--contact .site-footer__main {
  padding-top: clamp(22px, 2.2vw, 32px);
}

.site-footer__grid {
  gap: clamp(24px, 2.3vw, 38px);
}

.footer-contact {
  padding-top: clamp(28px, 2.2vw, 36px);
}

.footer-contact__leaf {
  top: clamp(-78px, -4vw, -58px);
  width: clamp(80px, 5vw, 112px);
}

.footer-form {
  gap: clamp(9px, 0.7vw, 11px);
}

.footer-form input:not([type="checkbox"]),
.footer-form select,
.footer-form textarea {
  min-height: 48px;
  border-radius: clamp(12px, 0.9vw, 16px);
  padding: 10px 16px;
  font-size: clamp(17px, 1vw, 22px);
}

.footer-form textarea {
  min-height: clamp(128px, 9vw, 160px);
}

.footer-form__submit {
  min-height: 48px;
  border-radius: clamp(11px, 0.8vw, 15px);
  padding: 10px 24px;
  font-size: clamp(17px, 1vw, 20px);
}

.footer-form__feedback {
  min-height: 1em;
  font-size: clamp(14px, 0.82vw, 16px);
}

.footer-reviews {
  padding-top: clamp(8px, 0.7vw, 12px);
}

.footer-reviews__row {
  grid-template-columns: minmax(135px, 150px) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.google-rating__title {
  font-size: clamp(18px, 1.2vw, 24px);
}

.google-rating__stars {
  font-size: clamp(24px, 1.55vw, 32px);
}

.google-rating__meta {
  margin-top: 4px;
  max-width: 18ch;
  margin-inline: auto;
  font-size: clamp(14px, 0.9vw, 17px);
}

.google-rating__brand {
  font-size: clamp(30px, 2vw, 42px);
}

.reviews-carousel__arrow {
  width: clamp(28px, 1.45vw, 32px);
  height: clamp(28px, 1.45vw, 32px);
  font-size: clamp(19px, 1.1vw, 24px);
}

.footer-reviews__branch {
  width: min(72%, 480px);
  aspect-ratio: 1098 / 280;
  object-fit: contain;
  margin: 18px auto 14px;
}

.footer-reviews__contact {
  padding-top: clamp(14px, 1.15vw, 20px);
  border-top-width: 1px;
  gap: clamp(12px, 1vw, 20px);
}

.footer-reviews__contact h3 {
  font-size: clamp(18px, 1.05vw, 22px);
}

.footer-reviews__contact p {
  margin-top: clamp(6px, 0.55vw, 8px);
  font-size: clamp(16px, 0.95vw, 19px);
}

.site-footer__legal {
  padding: clamp(16px, 1.4vw, 22px) 16px clamp(14px, 1.3vw, 20px);
}

.site-footer__legal nav {
  gap: clamp(10px, 2vw, 28px);
}

.site-footer__legal a,
.site-footer__legal p {
  font-size: clamp(16px, 0.95vw, 17px);
}

.site-footer__legal p {
  margin-top: 12px;
}

@media (min-width: 861px) {
  .page--home .hero__cta-cluster {
    margin-top: clamp(38px, 3vw, 44px);
  }
}

@media (min-width: 940px) and (max-width: 1180px) {
  .site-footer__quote,
  .page--contact .site-footer__quote {
    font-size: clamp(42px, 4.5vw, 56px);
  }

  .site-footer__grid {
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
  }

  .footer-contact,
  .footer-reviews {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .footer-reviews__row {
    grid-template-columns: minmax(135px, 150px) minmax(0, 1fr);
    align-items: center;
  }

  .footer-reviews__contact {
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
  }
}

@media (max-width: 939px) {
  .site-footer__quote,
  .page--contact .site-footer__quote {
    font-size: clamp(40px, 5.5vw, 48px);
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-contact {
    width: min(100%, 520px);
    max-width: 520px;
    margin-inline: auto;
    padding-top: 0;
  }

  .footer-contact__leaf {
    display: none;
  }

  .footer-reviews {
    width: min(100%, 720px);
    max-width: 720px;
    margin-inline: auto;
  }

  .footer-reviews__branch {
    width: min(72%, 420px);
  }
}

@media (min-width: 700px) and (max-width: 939px) {
  .footer-form__submit {
    width: auto;
  }

  .footer-reviews__row {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
  }

  .reviews-carousel {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 6px;
  }

  .reviews-carousel__viewport {
    order: initial;
  }

  .reviews-carousel__arrow,
  .reviews-carousel__arrow--prev,
  .reviews-carousel__arrow--next {
    position: static;
    justify-self: center;
    margin-top: 0;
  }

  .footer-reviews__contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  .site-footer__main,
  .page--contact .site-footer__main {
    padding: 20px 16px 22px;
  }

  .site-footer__quote,
  .page--contact .site-footer__quote {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 1;
  }

  .site-footer__quote br {
    display: none;
  }

  .footer-contact {
    padding-top: 0;
  }

  .footer-form input:not([type="checkbox"]),
  .footer-form select,
  .footer-form textarea {
    padding-inline: 14px;
    font-size: 16px;
  }

  .footer-form textarea {
    min-height: 128px;
  }

  .footer-form__submit {
    font-size: 16px;
  }

  .footer-reviews__row {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 18px;
  }

  .google-rating {
    width: 100%;
  }

  .reviews-carousel {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    padding-inline: 22px;
  }

  .reviews-carousel__arrow,
  .reviews-carousel__arrow--prev,
  .reviews-carousel__arrow--next {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin: 0;
    transform: translateY(-50%);
  }

  .reviews-carousel__arrow--prev {
    left: -2px;
  }

  .reviews-carousel__arrow--next {
    right: -2px;
  }

  .footer-reviews__branch {
    width: min(100%, 280px);
    margin: 14px auto 12px;
  }

  .footer-reviews__contact {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .footer-form__privacy-more {
    white-space: normal;
  }

  .site-footer__legal {
    padding: 14px 12px;
  }

  .site-footer__legal nav {
    gap: 8px 18px;
  }

  .site-footer__legal a,
  .site-footer__legal p {
    font-size: 16px;
  }
}

@media (hover: none), (pointer: coarse) {
  .pill-button:hover,
  .service-page__button:hover,
  .gift-page__button:hover,
  .offers-page__button:hover,
  .sessions-catalog__button:hover {
    transform: none;
  }

  .portfolio-card:hover img {
    transform: none;
  }
}

/* Formulaire de contact : structure finale, accessible et compacte. */
.footer-form input:not([type="checkbox"]),
.footer-form select,
.footer-form textarea {
  min-height: 48px;
}

@media (max-width: 939px) {
  .contact-page {
    padding-bottom: 48px;
  }

  .contact-page__form-section {
    width: min(100%, 720px);
  }

  .contact-page__form-section .footer-contact {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 30px;
  }

  .page--contact.has-relocated-contact-form .footer-reviews {
    width: min(100%, 720px);
  }
}

@media (max-width: 699px) {
  .contact-page {
    padding-bottom: 36px;
  }

  .contact-page__form-section {
    margin-top: 24px;
  }

  .contact-page__form-section .footer-contact {
    padding: 26px 16px 20px;
    border-radius: 20px;
  }

  .contact-page__form-section .footer-contact__leaf {
    top: -34px;
    left: 14px;
    width: 66px;
  }

  .footer-form__heading {
    margin-bottom: 15px;
  }

  .footer-form__title {
    font-size: 24px;
  }

  .footer-form__intro {
    font-size: 15px;
  }

  .footer-form {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 9px;
  }

  .footer-form__field,
  .footer-form__field--topic,
  .footer-form__field--message,
  .footer-form__privacy,
  .footer-form__actions,
  .footer-form__feedback {
    grid-column: 1;
  }

  .footer-form__field > label,
  .footer-form__label-row label {
    font-size: 16px;
  }

  .footer-form input:not([type="checkbox"]),
  .footer-form select,
  .footer-form textarea {
    min-height: 48px;
    border-radius: 13px;
    padding: 11px 13px;
    font-size: 16px;
  }

  .footer-form textarea {
    min-height: 132px;
  }

  .footer-form__hint,
  .footer-form__error,
  .footer-form__counter {
    font-size: 13px;
  }

  .footer-form__privacy {
    font-size: 14px;
  }

  .footer-form__actions {
    justify-content: stretch;
  }

  .footer-form__submit {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
  }
}

@media (hover: none), (pointer: coarse) {
  .footer-form__submit:hover {
    box-shadow: none;
    transform: none;
  }
}
