/* Piscines Céleste — Home V10
   Scope: homepage only. Booking pages keep styles.css. */

.home-v10-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #061f38;
  color: #ffffff;
}

.home-v10-page .pc-header {
  flex: 0 0 auto;
  height: 82px;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(6, 31, 56, .08);
  box-shadow: 0 4px 22px rgba(4, 31, 48, .05);
}

.home-v10-page .brand img {
  height: 42px;
}

.home-v10-page .header-cta {
  min-height: 48px;
  padding: 0 26px;
  font-size: 16px;
  box-shadow: 0 12px 28px rgba(5, 120, 184, .23);
}

.pc-home {
  position: relative;
  flex: 1 0 auto;
  min-height: calc(100svh - 82px - 54px);
  overflow: hidden;
  isolation: isolate;
}

.pc-bg,
.pc-bg img,
.pc-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pc-bg img {
  object-fit: cover;
  object-position: center 62%;
}

.pc-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 20, 34, .78) 0%, rgba(2, 20, 34, .49) 48%, rgba(2, 20, 34, .12) 100%),
    linear-gradient(180deg, rgba(2, 20, 34, .12) 0%, rgba(2, 20, 34, .30) 54%, rgba(2, 20, 34, .76) 100%);
}

.pc-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(54px, 7vh, 86px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pc-promo {
  margin: 42px auto 4px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 16px;
  border: 1px solid rgba(124, 235, 243, .46);
  border-radius: 999px;
  background: rgba(3, 33, 53, .58);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .01em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .20);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  align-self: center;
  text-align: center;
}

.pc-content h1 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1.01;
  letter-spacing: -.052em;
  font-weight: 950;
  text-wrap: balance;
  text-shadow: 0 8px 36px rgba(0, 8, 18, .58);
  text-align: center;
}

.pc-price-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.pc-price {
  min-width: 178px;
  padding: 15px 18px 16px;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 18px;
  background: rgba(5, 32, 50, .66);
  box-shadow: 0 18px 42px rgba(0, 11, 24, .18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pc-price span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 900;
}

.pc-price strong {
  display: block;
  color: #ffffff;
  font-size: clamp(42px, 4.4vw, 58px);
  line-height: .95;
  font-weight: 950;
  letter-spacing: -.055em;
  text-shadow: 0 0 22px rgba(24, 184, 216, .18);
}

.pc-note {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.32;
  font-weight: 800;
  text-shadow: 0 5px 24px rgba(0, 8, 18, .52);
}

.pc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
  margin-top: 30px;
}

.pc-primary,
.pc-contact {
  min-height: 64px;
  border-radius: 999px;
}

.pc-primary {
  min-width: 292px;
  padding: 0 34px;
  font-size: 18px;
}

.pc-contact {
  min-width: 252px;
  padding: 10px 28px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1.5px solid rgba(255, 255, 255, .78);
  background: rgba(3, 27, 45, .50);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 11, 24, .16);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.pc-contact strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.pc-contact span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 850;
}

.pc-footer {
  flex: 0 0 auto;
  min-height: 54px;
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(90deg, #061f38 0%, #082b40 100%);
  border-top: 1px solid rgba(89, 232, 245, .22);
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  line-height: 1.25;
}

.pc-footer a {
  color: #ffffff;
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.pc-footer-note {
  text-align: center;
  opacity: .82;
}

@media (max-width: 860px) {
  .pc-bg img {
    object-position: center 66%;
  }

  .pc-shade {
    background:
      linear-gradient(180deg, rgba(2, 20, 34, .26) 0%, rgba(2, 20, 34, .52) 42%, rgba(2, 20, 34, .86) 100%),
      linear-gradient(90deg, rgba(2, 20, 34, .56), rgba(2, 20, 34, .10));
  }

  .pc-content {
    justify-content: flex-start;
    padding-top: 64px;
    padding-bottom: 44px;
  }
}

@media (max-width: 560px) {
  .home-v10-page .pc-header {
    height: 70px;
    padding-inline: 14px;
  }

  .home-v10-page .brand img {
    height: 34px;
  }

  .home-v10-page .header-cta {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .pc-home {
    min-height: calc(100svh - 70px - 50px);
  }

  .pc-bg img {
    object-position: center 70%;
  }

  .pc-content {
    width: calc(100% - 34px);
    padding: 38px 0 34px;
  }

  .pc-promo {
    margin: 34px auto 3px;
    padding: 9px 13px;
    font-size: 13px;
  }

  .pc-content h1 {
    max-width: 100%;
    font-size: clamp(38px, 10.3vw, 48px);
    line-height: 1.02;
    letter-spacing: -.052em;
  }

  .pc-price-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 10px;
    margin-top: 12px;
  }

  .pc-price {
    min-width: 0;
    padding: 13px 13px 14px;
    border-radius: 16px;
  }

  .pc-price span {
    font-size: 13px;
  }

  .pc-price strong {
    font-size: clamp(38px, 12vw, 50px);
  }

  .pc-note {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.32;
  }

  .pc-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 12px;
    margin-top: 26px;
  }

  .pc-primary,
  .pc-contact {
    width: 100%;
    min-width: 0;
    min-height: 60px;
  }

  .pc-primary {
    font-size: 17px;
  }

  .pc-contact {
    min-height: 66px;
  }

  .pc-contact strong {
    font-size: 18px;
  }

  .pc-contact span {
    font-size: 13px;
  }

  .pc-footer {
    min-height: 50px;
    padding: 8px 16px 9px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 10px;
    font-size: 11px;
  }

  .pc-footer-note {
    display: none;
  }

  .pc-footer a {
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .home-v10-page .header-cta {
    padding-inline: 11px;
    font-size: 12px;
  }

  .pc-content h1 {
    font-size: clamp(35px, 9.5vw, 41px);
  }

  .pc-price strong {
    font-size: 36px;
  }
}

/* V11 fixes requested: white footer + centered price bubbles */
.pc-price {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pc-price span,
.pc-price strong {
  width: 100%;
  text-align: center;
}

.pc-footer {
  background: #ffffff;
  border-top: 1px solid rgba(6, 31, 56, .10);
  color: #061f38;
  box-shadow: 0 -10px 28px rgba(4, 31, 48, .06);
}

.pc-footer a {
  color: #061f38;
}

.pc-footer-note {
  color: rgba(6, 31, 56, .68);
}

@media (max-width: 560px) {
  .pc-footer {
    background: #ffffff;
    color: #061f38;
  }

  .pc-footer a {
    color: #061f38;
  }
}

/* V14 spacing correction requested: more breathing room between hero elements */
.pc-content {
  padding-top: clamp(66px, 8.8vh, 106px);
  padding-bottom: clamp(66px, 8.8vh, 106px);
}

.pc-promo {
  margin-bottom: 24px;
}

.pc-price-wrap {
  margin-top: 36px;
  gap: 18px;
}

.pc-price {
  padding-top: 18px;
  padding-bottom: 20px;
}

.pc-price span {
  margin-bottom: 8px;
}

.pc-note {
  margin-top: 30px;
}

.pc-actions {
  margin-top: 42px;
  gap: 18px;
}

@media (max-width: 560px) {
  .pc-content {
    padding-top: 56px;
    padding-bottom: 54px;
  }

  .pc-promo {
    margin-bottom: 24px;
  }

  .pc-price-wrap {
    margin-top: 34px;
    gap: 14px;
  }

  .pc-price {
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .pc-price span {
    margin-bottom: 8px;
  }

  .pc-note {
    margin-top: 30px;
  }

  .pc-actions {
    margin-top: 40px;
    gap: 16px;
  }
}

/* V20: corrected visible header logo, no layout reset */
.home-v10-page .brand img,
.brand img {
  height: 54px;
  width: auto;
  max-width: 168px;
  display: block;
  object-fit: contain;
}

@media (max-width: 560px) {
  .home-v10-page .brand img,
  .brand img {
    height: 44px;
    max-width: 138px;
  }
}


/* V21 — icons added to the two hero buttons only */
.pc-button-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pc-button-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.pc-button-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.pc-contact.pc-button-with-icon {
  flex-direction: row;
  text-align: left;
}

.pc-contact-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.pc-contact-copy span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 850;
}

@media (max-width: 560px) {
  .pc-button-with-icon {
    gap: 11px;
  }

  .pc-button-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .pc-contact.pc-button-with-icon {
    justify-content: center;
  }
}


/* V22 — logo split: navy behind icon only, text on white */
.home-v10-page .brand img,
.brand img {
  height: 54px;
  width: auto;
  max-width: 186px;
  display: block;
  object-fit: contain;
}

@media (max-width: 560px) {
  .home-v10-page .brand img,
  .brand img {
    height: 44px;
    max-width: 154px;
  }
}


/* V23 — tighter logo badge width */
.home-v10-page .brand img,
.brand img {
  height: 50px;
  width: auto;
  max-width: 180px;
  display: block;
  object-fit: contain;
}

@media (max-width: 560px) {
  .home-v10-page .brand img,
  .brand img {
    height: 42px;
    max-width: 150px;
  }
}


/* V25 — homepage split logo + social icons */
.home-v10-page .brand.brand-split {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.home-v10-page .brand.brand-split .brand-mark {
  width: auto;
  height: 46px;
  max-width: none;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}
.home-v10-page .brand-wordmark {
  display: flex;
  flex-direction: column;
  line-height: .94;
}
.home-v10-page .brand-wordmark-top,
.home-v10-page .brand-wordmark-bottom {
  display: block;
  font-weight: 950;
  letter-spacing: -.04em;
}
.home-v10-page .brand-wordmark-top {
  color: #26c7ee;
  font-size: 22px;
}
.home-v10-page .brand-wordmark-bottom {
  color: #061f38;
  font-size: 22px;
}
.home-v10-page .footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-v10-page .social-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #061f38;
  background: #ffffff;
  border: 1.5px solid rgba(6,31,56,.16);
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(6,31,56,.08);
}
.home-v10-page .social-icon svg { width: 18px; height: 18px; display: block; }

@media (max-width: 860px) {
  .pc-footer {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .pc-footer .pc-footer-note {
    width: 100%;
    order: 2;
  }
  .pc-footer .footer-social {
    order: 3;
  }
}
@media (max-width: 560px) {
  .home-v10-page .brand.brand-split { gap: 8px; }
  .home-v10-page .brand.brand-split .brand-mark {
    height: 40px;
    max-width: none;
  }
  .home-v10-page .brand-wordmark-top,
  .home-v10-page .brand-wordmark-bottom {
    font-size: 18px;
  }
}


/* V26 — logo fix: navy background only behind PC, no left/right overflow */
.home-v10-page .brand.brand-split {
  gap: 9px;
}
.home-v10-page .brand.brand-split .brand-mark {
  height: 42px;
  width: auto;
  max-width: none;
  display: block;
  object-fit: contain;
}
@media (max-width: 560px) {
  .home-v10-page .brand.brand-split { gap: 8px; }
  .home-v10-page .brand.brand-split .brand-mark { height: 38px; }
}


/* V27 — logo blue extended slightly left/top + note removed */
.home-v10-page .pc-note {
  display: none !important;
}

.home-v10-page .brand.brand-split .brand-mark {
  height: 40px;
  width: auto;
}
@media (max-width: 560px) {
  .home-v10-page .brand.brand-split .brand-mark {
    height: 40px;
  }
}

/* V33 — promo pill: thin blue outline + 75% tighter spacing to price cards */
.home-v10-page .pc-promo {
  border: 1.5px solid #27c8ee;
  margin-bottom: 4px;
}

.home-v10-page .pc-price-wrap {
  margin-top: 10px;
}

/* V34 — contact button: pure-white text and precise icon/text alignment */
.home-v10-page .pc-contact.pc-button-with-icon {
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.home-v10-page .pc-contact .pc-button-icon {
  align-self: center;
  color: #ffffff;
}

.home-v10-page .pc-contact-copy {
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-width: 154px;
  color: #ffffff;
  text-align: center;
}

.home-v10-page .pc-contact-copy strong,
.home-v10-page .pc-contact-copy span {
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.home-v10-page .pc-contact-copy strong {
  line-height: 1.1;
}

.home-v10-page .pc-contact-copy span {
  line-height: 1.1;
}

/* V35 — contact button: optically balanced icon and centered text block */
.home-v10-page .pc-contact.pc-button-with-icon {
  display: grid;
  grid-template-columns: 24px 184px 24px;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
}

.home-v10-page .pc-contact.pc-button-with-icon::after {
  content: "";
  width: 24px;
  height: 24px;
}

.home-v10-page .pc-contact .pc-button-icon {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  transform: translateY(-6px);
}

.home-v10-page .pc-contact-copy {
  width: 184px;
  min-width: 0;
  align-items: center;
  text-align: center;
}

.home-v10-page .pc-contact-copy strong,
.home-v10-page .pc-contact-copy span {
  width: 100%;
  text-align: center;
}

@media (max-width: 390px) {
  .home-v10-page .pc-contact.pc-button-with-icon {
    grid-template-columns: 22px 168px 22px;
    column-gap: 8px;
  }

  .home-v10-page .pc-contact.pc-button-with-icon::after,
  .home-v10-page .pc-contact .pc-button-icon {
    width: 22px;
    height: 22px;
  }

  .home-v10-page .pc-contact-copy {
    width: 168px;
  }
}

/* V36 — move only the phone icon; add colour and website credit to footer */
.home-v10-page .pc-contact .pc-button-icon {
  transform: translate(25px, -6px);
}

.home-v10-page .pc-footer {
  background: linear-gradient(180deg, #f7fdff 0%, #e0f7ff 100%);
  border-top: 4px solid #24c6eb;
  color: #061f38;
}

.home-v10-page .pc-footer-credit {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 2px;
  color: #087fac;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.home-v10-page .pc-footer-credit strong {
  color: #079bc9;
  font-weight: 950;
}

@media (max-width: 560px) {
  .home-v10-page .pc-footer {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    padding: 10px 16px 12px;
  }

  .home-v10-page .pc-footer-copyright {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    text-align: left;
  }

  .home-v10-page .pc-footer-phone {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    text-align: right;
  }

  .home-v10-page .pc-footer .footer-social {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
  }

  .home-v10-page .pc-footer-credit {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
    margin-top: 0;
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .home-v10-page .pc-contact .pc-button-icon {
    transform: translate(23px, -6px);
  }
}


/* V37 — coloured social icons + visually centred mobile footer */
.home-v10-page .pc-footer .social-icon[aria-label="Facebook"] {
  background: #1877f2;
  border-color: #1877f2;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(24, 119, 242, .24);
}

.home-v10-page .pc-footer .social-icon[aria-label="Instagram"] {
  background: radial-gradient(circle at 30% 110%, #ffd600 0 10%, #ff7a00 28%, #ff0169 52%, #d300c5 72%, #7638fa 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(211, 0, 197, .20);
}

@media (max-width: 560px) {
  .home-v10-page .pc-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 7px;
    padding: 12px 16px 14px;
    text-align: center;
  }

  .home-v10-page .pc-footer-copyright,
  .home-v10-page .pc-footer-phone,
  .home-v10-page .pc-footer .footer-social,
  .home-v10-page .pc-footer-credit {
    grid-column: 1;
    justify-self: center;
    width: 100%;
    text-align: center;
  }

  .home-v10-page .pc-footer-copyright {
    grid-row: 1;
  }

  .home-v10-page .pc-footer-phone {
    grid-row: 2;
  }

  .home-v10-page .pc-footer .footer-social {
    grid-row: 3;
    margin-top: 2px;
  }

  .home-v10-page .pc-footer-credit {
    grid-row: 4;
    margin-top: 1px;
  }
}


/* V72 — unified premium footer on homepage */
.home-v10-page .home-unified-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 24px max(28px, calc((100vw - 1030px) / 2));
  border-top: 0;
  background: linear-gradient(180deg, #082f52 0%, #041b31 100%);
  color: #ffffff;
}

.home-v10-page .home-unified-footer .footer-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
}

.home-v10-page .home-unified-footer .footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.home-v10-page .home-unified-footer .footer-brand span {
  display: grid;
  gap: 0;
}

.home-v10-page .home-unified-footer .footer-brand strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: .95;
  font-weight: 950;
  letter-spacing: -.04em;
}

.home-v10-page .home-unified-footer .footer-brand strong:first-child {
  color: #18c9ef;
}

.home-v10-page .home-unified-footer .footer-social-wrap {
  justify-self: center;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  font-weight: 650;
}

.home-v10-page .home-unified-footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

.home-v10-page .home-unified-footer .social-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
}

.home-v10-page .home-unified-footer .social-icon[aria-label="Facebook"] {
  background: #1877f2;
}

.home-v10-page .home-unified-footer .social-icon[aria-label="Instagram"] {
  background: radial-gradient(circle at 30% 110%, #ffd600 0 10%, #ff7a00 30%, #ff0169 55%, #d300c5 78%, #7638fa 100%);
}

.home-v10-page .home-unified-footer .social-icon svg {
  width: 22px;
  height: 22px;
}

.home-v10-page .home-unified-footer .flow-footer-credit {
  justify-self: end;
  display: grid;
  gap: 4px;
  color: rgba(255,255,255,.86);
  text-align: right;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 650;
}

.home-v10-page .home-unified-footer .flow-footer-credit strong {
  color: #39d2ef;
  font-size: 18px;
  font-weight: 950;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .home-v10-page .home-unified-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 24px 18px 26px;
    text-align: center;
  }

  .home-v10-page .home-unified-footer .footer-brand,
  .home-v10-page .home-unified-footer .footer-social-wrap,
  .home-v10-page .home-unified-footer .flow-footer-credit {
    justify-self: center;
  }

  .home-v10-page .home-unified-footer .footer-brand {
    order: 1;
  }

  .home-v10-page .home-unified-footer .footer-social-wrap {
    order: 2;
  }

  .home-v10-page .home-unified-footer .flow-footer-credit {
    order: 3;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    text-align: center;
    white-space: nowrap;
  }

  .home-v10-page .home-unified-footer .flow-footer-credit strong {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .home-v10-page .home-unified-footer .flow-footer-credit {
    white-space: normal;
    flex-wrap: wrap;
  }
}


/* V73 — compact unified footer on mobile */
@media (max-width: 640px) {
  .home-v10-page .home-unified-footer {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "brand social"
      "credit credit";
    align-items: center !important;
    justify-items: stretch !important;
    gap: 12px 16px !important;
    padding: 16px 18px 14px !important;
    text-align: left !important;
  }

  .home-v10-page .home-unified-footer .footer-brand {
    grid-area: brand;
    justify-self: start !important;
    gap: 9px !important;
  }

  .home-v10-page .home-unified-footer .footer-brand img {
    width: 46px !important;
    height: 46px !important;
  }

  .home-v10-page .home-unified-footer .footer-brand strong {
    font-size: 17px !important;
    line-height: .96 !important;
  }

  .home-v10-page .home-unified-footer .footer-social-wrap {
    grid-area: social;
    justify-self: end !important;
    display: block !important;
  }

  .home-v10-page .home-unified-footer .footer-social-wrap > span {
    display: none !important;
  }

  .home-v10-page .home-unified-footer .footer-social {
    gap: 8px !important;
  }

  .home-v10-page .home-unified-footer .social-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .home-v10-page .home-unified-footer .social-icon svg {
    width: 19px !important;
    height: 19px !important;
  }

  .home-v10-page .home-unified-footer .flow-footer-credit {
    grid-area: credit;
    justify-self: center !important;
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.12);
    text-align: center !important;
    white-space: nowrap !important;
    font-size: 11.5px !important;
  }

  .home-v10-page .home-unified-footer .flow-footer-credit strong {
    font-size: 13px !important;
  }
}

@media (max-width: 380px) {
  .home-v10-page .home-unified-footer {
    padding-inline: 14px !important;
    gap: 10px 12px !important;
  }

  .home-v10-page .home-unified-footer .footer-brand img {
    width: 42px !important;
    height: 42px !important;
  }

  .home-v10-page .home-unified-footer .footer-brand strong {
    font-size: 15px !important;
  }

  .home-v10-page .home-unified-footer .flow-footer-credit {
    white-space: normal !important;
    flex-wrap: wrap !important;
  }
}


/* V113 — prix réguliers visibles sous les prix promotionnels */
.home-v10-page .pc-regular-price {
  display: block;
  width: 100%;
  margin-top: 9px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}

.home-v10-page .pc-regular-price s {
  color: rgba(255,255,255,.72);
  text-decoration-thickness: 2px;
}

@media (max-width: 560px) {
  .home-v10-page .pc-regular-price {
    margin-top: 7px;
    font-size: 10.5px;
  }
}
