﻿/*
Theme Name: VisitePereNoel
Theme URI: https://visiteperenoel.fr/
Author: Codex
Author URI: https://openai.com
Description: Theme vitrine one-page pour les visites a domicile du Pere Noel, inspire d'une ambiance festive rouge, or et vert sapin.
Version: 1.0.94
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: visiteperenoel
Tags: holiday, one-column, custom-logo, custom-menu, featured-images
*/
:root {
  --red: #ad080c;
  --red-bright: #d20d12;
  --gold: #e6ae45;
  --cream: #fffaf2;
  --ink: #16110d;
  --green: #063b31;
  --deep: #050403;
  --muted: #6a5543;
  --line: #eadfce;
  --shadow: 0 22px 55px rgba(40, 20, 8, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: rgba(5, 4, 3, .78);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand img { width: 300px; }
.primary-nav { margin-left: auto; }
.menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.home .menu li:first-child a,
.menu .current-menu-item > a,
.menu .current_page_item > a,
.menu .current_page_parent > a,
.menu .current_page_ancestor > a,
.menu .current-menu-ancestor > a,
.menu .is-active > a,
.menu a:hover { color: var(--gold); }
.menu .is-active > a {
  color: var(--gold) !important;
}
.pnp-page-faq .menu a[href*="/faq"],
.pnp-page-galerie-photos .menu a[href*="/galerie-photos"],
.pnp-page-espace-pro .menu a[href*="/espace-pro"],
.pnp-page-reservation .menu a[href*="/reservation"] {
  color: var(--gold);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 30px;
  border-radius: 6px;
  border: 0;
  background: linear-gradient(180deg, var(--red-bright), var(--red));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 25px rgba(173, 8, 12, .28);
}
.btn-large { min-height: 66px; padding-inline: 36px; }
.btn-header { min-height: 54px; white-space: nowrap; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: #fff;
  background: #090504;
}
.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #050403;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.86) 32%, rgba(0,0,0,.34) 62%, rgba(0,0,0,.22) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.5));
}
.hero-photo-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
}
.hero-inner {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding-top: 96px;
}
.hero-copy { max-width: 590px; }

@media (min-width: 1400px) {
  .hero-photo-layer {
    object-position: center 8%;
  }
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-weight: 800;
  font-size: 16px;
}
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 75px);
  line-height: .98;
  letter-spacing: 0;
}
.hero h1 span { color: var(--gold); }
.lead {
  max-width: 520px;
  margin: 26px 0 28px;
  font-size: 18px;
}
.hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 34px;
}
.hero-features > span {
  display: grid;
  grid-template-rows: 120px auto;
  align-items: start;
  justify-items: center;
  gap: 0;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}
.hero-features > span > img {
  width: 120px;
  height: 120px;
  box-shadow: none;
}
.hero-features b {
  flex: 0 0 28px;
  color: var(--gold);
  font-size: 28px;
  font-weight: 400;
}

.notice-band {
  position: relative;
  z-index: 2;
  padding: 14px 0;
  background: linear-gradient(90deg, #9f080c, #c71618 48%, #8c070a);
  color: #fff;
  border-top: 1px solid rgba(239, 189, 82, .42);
  border-bottom: 1px solid rgba(239, 189, 82, .42);
  box-shadow: 0 12px 35px rgba(94, 10, 8, .18);
}
.notice-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
.notice-inner strong {
  color: #FFFF00;
  font-family: var(--serif);
  font-size: 20px;
  text-transform: uppercase;
}
.notice-inner span {
  font-size: 15px;
  font-weight: 800;
}

.section { padding: 70px 0; position: relative; }
.visit {
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 22%, rgba(230, 174, 69, .12), transparent 18%),
    radial-gradient(circle at 91% 22%, rgba(230, 174, 69, .14), transparent 18%),
    #fffaf4;
}
.snow {
  position: absolute;
  width: 170px;
  height: 300px;
  opacity: .65;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.snow-left {
  left: 0;
  top: 28px;
  background-image: url("assets/images/snowflakes-left.svg");
}
.snow-right {
  right: 0;
  top: 24px;
  background-image: url("assets/images/snowflakes-right.svg");
}
.split {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
}
.photo-card {
  overflow: hidden;
  aspect-ratio: 760 / 560;
  border-radius: 12px;
  box-shadow: var(--shadow);
  background: #1d0806;
}
.photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
}
.visit-copy { max-width: 520px; }
.section-kicker {
  margin: 0 0 10px;
  color: #a11215;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.visit h2 {
  margin: 0 0 12px;
  color: #0d352c;
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 28px;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  margin: 8px 0;
}
.check-list li:has(img) {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 0;
}
.check-list li img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  box-shadow: none;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.check-list li:has(img)::before {
  display: none;
}

.steps, .reviews {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fffaf3, #fff7ef);
}
.center-title {
  margin: 0;
  text-align: center;
  color: #941014;
  font-family: var(--serif);
  font-size: 30px;
  text-transform: uppercase;
}
.title-star {
  margin: 4px 0 28px;
  color: var(--gold);
  text-align: center;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.step {
  position: relative;
  text-align: center;
}
.step::after {
  content: "";
  position: absolute;
  top: 43px;
  right: -27px;
  color: var(--gold);
  font-size: 34px;
}
.step:last-child::after { display: none; }

.step-icon {
  width: 200px;
  height: 200px;
  margin: 9px auto 18px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 0;
  background: transparent;
}
.step-icon img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}
.step h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
}
.step p {
  margin: 0 auto;
  max-width: 220px;
  font-size: 14px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.review-card {
  min-height: 150px;
  padding: 28px 36px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.58);
  text-align: center;
  box-shadow: 0 12px 30px rgba(70, 41, 16, .06);
}
.stars {
  color: var(--gold);
  font-size: 22px;
  letter-spacing: 2px;
}
.review-card p { font-size: 14px; }
.review-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a51215;
  font-size: 13px;
}
.avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #dfab83 0 30%, #483022 31% 52%, #0d3a31 53%);
}

.reservation {
  position: relative;
  overflow: hidden;
  padding: 38px 0;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(9, 64, 42, .75), transparent 18%),
    radial-gradient(circle at 100% 90%, rgba(246, 179, 61, .26), transparent 20%),
    linear-gradient(180deg, #be1114, #9f080c);
}
.reservation::before,
.reservation::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 240px;
  height: 120px;
  background: radial-gradient(ellipse at bottom, #073d30 0 32%, transparent 33%);
  opacity: .7;
}
.reservation::before { left: -38px; }
.reservation::after { right: -30px; }
.reservation-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
}
.reservation-title {
  display: flex;
  align-items: center;
  gap: 26px;
}
.big-icon {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: #fff;
  font-size: 48px;
}
.reservation h2 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
}
.reservation p { margin: 0; }
.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.contact-actions a {
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 16px 10px;
  border: 1px solid rgba(239, 189, 82, .7);
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
}
.contact-actions span { font-size: 31px; color: #fff; }
.contact-actions b {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}

.facebook-strip {
  padding: 16px 0 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .95), #fff),
    var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 5px solid var(--green);
}
.facebook-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.facebook-strip h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(23px, 2.1vw, 34px);
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}
.fb-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}
.facebook-strip-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border: 1px solid #c8dcfb;
  border-radius: 7px;
  background: #f8fbff;
  color: #08275d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(11, 48, 93, .08);
  white-space: nowrap;
}
.facebook-strip-button:hover,
.facebook-strip-button:focus-visible {
  border-color: #1877f2;
  background: #fff;
}
@media (max-width: 760px) {
  .facebook-strip {
    padding: 16px 0 18px;
  }
  .facebook-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .facebook-strip h2 {
    align-items: flex-start;
    font-size: 23px;
    white-space: normal;
  }
  .facebook-strip-button {
    width: 100%;
    min-height: 50px;
  }
}

.site-footer {
  padding: 36px 0 18px;
  color: #fff;
  background: radial-gradient(circle at 70% 55%, rgba(9, 81, 62, .6), transparent 30%), #06372e;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr 1.25fr 1.2fr;
  gap: 48px;
}
.footer-logo { width: 205px; margin-bottom: 14px; }
.site-footer h2 {
  margin: 0 0 16px;
  font-size: 14px;
  text-transform: uppercase;
}
.site-footer p, .site-footer a {
  display: block;
  margin: 0 0 7px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
}
.socials {
  display: flex;
  gap: 9px;
  margin-top: 12px;
}
.socials a {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #08372e;
  font-weight: 900;
}
.map { width: 155px; margin-top: 8px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
  font-size: 12px;
}
.footer-bottom a {
  display: inline;
  margin-left: 28px;
  font-size: 12px;
}

.inner-page {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 22%, rgba(230, 174, 69, .12), transparent 18%),
    radial-gradient(circle at 92% 18%, rgba(173, 8, 12, .08), transparent 20%),
    #fffaf4;
}
.inner-page .inner-snow-left {
  top: 255px;
  left: 0;
  z-index: 0;
}
.inner-page .inner-snow-right {
  top: 245px;
  right: 0;
  z-index: 0;
}
.page-hero {
  position: relative;
  padding: 155px 0 66px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.72)),
    url("assets/images/hero-photo.jpg") center right / cover no-repeat,
    #050403;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(239, 189, 82, .42);
}
.page-hero .section-kicker {
  color: var(--gold);
  font-size: 15px;
}
.page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
}
.page-shell {
  position: relative;
  z-index: 1;
  padding: 54px 0 74px;
}
.page-card {
  max-width: 1240px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow);
}
.page-card h2,
.page-card h3 {
  color: #0d352c;
  font-family: var(--serif);
  line-height: 1.1;
}
.page-card h2 { font-size: 34px; }
.page-card h3 { font-size: 25px; }
.page-card p,
.page-card li {
  font-size: 16px;
}
.page-card a {
  color: #a11215;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(230, 174, 69, .6);
  text-underline-offset: 3px;
}
.page-card img {
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(40, 20, 8, .14);
}
.page-card .wp-block-table {
  max-width: 78%;
  margin: 26px auto;
  overflow-x: auto;
}
.page-card table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #e8c98f;
  border-left: 1px solid #e8c98f;
  border-right: 1px solid #e8c98f;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(67, 33, 10, .09);
}
.page-card table thead th,
.page-card table tr:first-child th,
.page-card table tr:first-child td {
  background: linear-gradient(180deg, #d5090e, #ad080c);
  color: #fff;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.page-card table thead th::before,
.page-card table tr:first-child th::before,
.page-card table tr:first-child td::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #fff;
  vertical-align: -2px;
  background-color: currentColor;
  -webkit-mask: var(--table-icon) center / contain no-repeat;
  mask: var(--table-icon) center / contain no-repeat;
}
.page-card table thead th:nth-child(1)::before,
.page-card table tr:first-child th:nth-child(1)::before,
.page-card table tr:first-child td:nth-child(1)::before {
  --table-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4.8' width='18' height='16' rx='2'/%3E%3Cpath d='M8 2.5v4.5M16 2.5v4.5M3 9h18M7 13h2M11 13h2M15 13h2M7 17h2M11 17h2M15 17h2'/%3E%3C/svg%3E");
}
.page-card table thead th:nth-child(2)::before,
.page-card table tr:first-child th:nth-child(2)::before,
.page-card table tr:first-child td:nth-child(2)::before {
  --table-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 6.5v6l4.2 2.5'/%3E%3C/svg%3E");
}
.page-card table thead th:nth-child(3)::before,
.page-card table tr:first-child th:nth-child(3)::before,
.page-card table tr:first-child td:nth-child(3)::before {
  --table-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.4 6-11a6 6 0 0 0-12 0c0 5.6 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.3'/%3E%3Cpath d='M7 21h10'/%3E%3C/svg%3E");
}
.page-card table thead th:nth-child(4)::before,
.page-card table tr:first-child th:nth-child(4)::before,
.page-card table tr:first-child td:nth-child(4)::before {
  --table-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 2.8 2.8 5.8 6.4.9-4.6 4.5 1.1 6.3-5.7-3-5.7 3 1.1-6.3-4.6-4.5 6.4-.9L12 2.8Z'/%3E%3C/svg%3E");
}
.page-card table th,
.page-card table td {
  padding: 11px 14px;
  border-right: 1px solid #e8c98f;
  border-bottom: 1px solid #e8c98f;
  color: #1d1814;
  font-size: 14px;
  line-height: 1.25;
  vertical-align: middle;
}
.page-card table th:last-child,
.page-card table td:last-child {
  border-right: 0;
}
.page-card table tbody tr:last-child td,
.page-card table tr:last-child td {
  border-bottom: 0;
}
.page-card table tbody td,
.page-card table tr:not(:first-child) td {
  text-align: center;
}
.page-card table tbody tr:nth-child(even) td,
.page-card table tr:nth-child(even):not(:first-child) td {
  background: #fffdfa;
}
.page-card table td:last-child {
  font-weight: 400;
  text-align: center;
}
.page-card table tr.booking-row-available td {
  background: #f1fbf2 !important;
  color: #0f5d2a;
  border-color: #d8ecd9;
}
.page-card table tr.booking-row-limited td {
  background: #fff7e8 !important;
  color: #b46000;
  border-color: #f3deb7;
}
.page-card table tr.booking-row-full td {
  background: #fff0f1 !important;
  color: #b6070c;
  border-color: #efd0d2;
}
.page-card table tr.booking-row-available td:last-child,
.page-card table tr.booking-row-limited td:last-child,
.page-card table tr.booking-row-full td:last-child {
  font-weight: 700;
}

.page-card .forminator-ui,
.page-card .forminator-custom-form {
  box-sizing: border-box;
  max-width: 760px;
  margin: 28px auto 42px !important;
}
.page-card form.forminator-custom-form {
  padding: 26px 28px !important;
  border: 1px solid #e8c98f !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 16px 36px rgba(67, 33, 10, .1) !important;
}
.page-card .forminator-ui .forminator-row {
  margin-bottom: 18px !important;
}
.page-card .forminator-ui .forminator-label,
.page-card .forminator-custom-form label {
  display: block;
  margin-bottom: 8px !important;
  color: #1d1814 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
.page-card .forminator-ui input,
.page-card .forminator-ui textarea,
.page-card .forminator-ui select,
.page-card .forminator-custom-form input,
.page-card .forminator-custom-form textarea,
.page-card .forminator-custom-form select {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 44px;
  padding: 10px 12px !important;
  border: 1px solid #d9c6a2 !important;
  border-radius: 6px !important;
  background: #fffdfa !important;
  color: #1d1814 !important;
  font: inherit !important;
  box-shadow: none !important;
}
.page-card .forminator-ui textarea,
.page-card .forminator-custom-form textarea {
  min-height: 130px;
  resize: vertical;
}
.page-card .forminator-ui input[type="checkbox"],
.page-card .forminator-ui input[type="radio"],
.page-card .forminator-custom-form input[type="checkbox"],
.page-card .forminator-custom-form input[type="radio"] {
  width: auto !important;
  min-height: 0;
}
.page-card .forminator-ui .forminator-checkbox,
.page-card .forminator-ui .forminator-radio,
.page-card .forminator-ui .forminator-checkbox label,
.page-card .forminator-ui .forminator-radio label,
.page-card .forminator-ui .forminator-checkbox-label,
.page-card .forminator-ui .forminator-radio-label,
.page-card .forminator-custom-form .forminator-checkbox,
.page-card .forminator-custom-form .forminator-radio,
.page-card .forminator-custom-form .forminator-checkbox label,
.page-card .forminator-custom-form .forminator-radio label,
.page-card .forminator-custom-form .forminator-checkbox-label,
.page-card .forminator-custom-form .forminator-radio-label {
  font-weight: 400 !important;
}
.page-card .forminator-ui .forminator-checkbox strong,
.page-card .forminator-ui .forminator-radio strong,
.page-card .forminator-custom-form .forminator-checkbox strong,
.page-card .forminator-custom-form .forminator-radio strong {
  font-weight: 800 !important;
}
.page-card .forminator-ui input:focus,
.page-card .forminator-ui textarea:focus,
.page-card .forminator-ui select:focus,
.page-card .forminator-custom-form input:focus,
.page-card .forminator-custom-form textarea:focus,
.page-card .forminator-custom-form select:focus {
  outline: 3px solid rgba(230, 174, 69, .25) !important;
  border-color: #e6ae45 !important;
}
.page-card .forminator-ui .forminator-button,
.page-card .forminator-ui .forminator-button-submit,
.page-card .forminator-custom-form button,
.page-card .forminator-custom-form input[type="submit"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 46px;
  padding: 0 26px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: linear-gradient(180deg, #d20d12, #ad080c) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(173, 8, 12, .2) !important;
}
.pnp-pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 36px auto;
  max-width: 1160px;
}
.pnp-price-card {
  position: relative;
  padding: 30px 22px 28px;
  border: 1px solid #e6ae45;
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 42px rgba(67, 33, 10, .1);
}
.pnp-price-card.is-featured {
  border-width: 2px;
  box-shadow: 0 22px 52px rgba(173, 8, 12, .14);
}
.pnp-badge {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 9px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d20d12, #ad080c);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}
.pnp-price-card h2 {
  margin: 0 0 8px;
  color: #0d352c;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.08;
  text-align: center;
}
.pnp-price-subtitle {
  margin: 0 0 18px;
  color: #6a5543;
  font-size: 16px;
  text-align: center;
}
.pnp-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .16em;
  margin: 0 0 8px;
  color: #ad080c;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.pnp-price span {
  font-size: 52px;
  line-height: 1;
  text-align: center;
  display: inline;
}
.pnp-price .pnp-currency {
  font-size: 1em;
  line-height: 1;
}
.pnp-price-detail,
.pnp-price-note {
  margin: 0 0 28px;
  color: #ad080c;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.pnp-price-card ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.pnp-price-card li {
  position: relative;
  margin: 10px 0;
  padding-left: 30px;
  color: #16110d;
  font-size: 15px;
}
.pnp-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e6ae45;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}
.pnp-price-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 6px;
  background: linear-gradient(180deg, #d20d12, #ad080c);
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(173, 8, 12, .2);
}
.pnp-price-card .pnp-price-button {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}
.pnp-special-offer {
  position: relative;
  max-width: 1160px;
  margin: 34px auto 42px;
  padding: 22px 30px 22px 92px;
  border: 1px solid rgba(230, 174, 69, .78);
  border-radius: 14px;
  background:
    radial-gradient(circle at 7% 18%, rgba(230, 174, 69, .22), transparent 24%),
    linear-gradient(135deg, #fff9ef 0%, #fff3e2 46%, #fffdf9 100%);
  color: #1d1814;
  box-shadow: 0 18px 42px rgba(67, 33, 10, .1);
}
.pnp-special-offer::before {
  content: "!";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #d20d12, #ad080c);
  color: #fff;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(173, 8, 12, .18);
}
.pnp-special-offer strong {
  color: #ad080c;
  font-weight: 900;
}
.pnp-special-offer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}
.featured-image {
  margin-bottom: 28px;
}
.post-card {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 980px) {
  .header-inner { min-height: 78px; }
  .brand img { width: 180px; }
  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    margin-left: auto;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 6px;
    background: transparent;
  }
  .nav-toggle span {
    width: 24px;
    height: 2px;
    background: #fff;
  }
  .primary-nav {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 78px;
    display: none;
    padding: 18px;
    border-radius: 10px;
    background: rgba(5,4,3,.96);
  }
  .primary-nav.is-open { display: block; }
  .menu { display: grid; gap: 14px; }
  .btn-header { display: none; }
  .hero, .hero-inner { min-height: 760px; }
  .hero-media { background-position: 62% center; }
  .hero-features { grid-template-columns: repeat(2, 1fr); }
  .split, .reservation-inner, .footer-grid { grid-template-columns: 1fr; }
  .steps-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .pnp-pricing { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step::after { display: none; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero, .hero-inner { min-height: 720px; }
  .hero-copy { padding-top: 42px; }
  .hero h1 { font-size: 43px; }
  .lead { font-size: 16px; }
  .hero-features { grid-template-columns: 1fr; gap: 12px; }
  .section { padding: 48px 0; }
  .visit h2 { font-size: 39px; }
  .steps-grid, .review-grid, .contact-actions { grid-template-columns: 1fr; }
  .reservation-title { align-items: flex-start; }
  .big-icon { width: 70px; height: 70px; font-size: 35px; }
  .reservation h2 { font-size: 25px; }
  .footer-bottom { display: grid; }
  .footer-bottom a { margin-left: 0; margin-right: 18px; }
}

/* Density tuning: closer to the reference screenshot at 100% browser zoom. */
body { font-size: 15px; }
.container { width: min(1120px, calc(100% - 44px)); }
.header-inner { min-height: 76px; gap: 22px; }
.brand img { width: 270px; }
.menu { gap: 24px; }
.menu a { font-size: 12px; }
.btn { min-height: 42px; padding: 0 24px; font-size: 12px; border-radius: 5px; }
.btn-large { min-height: 54px; padding-inline: 28px; }
.btn-header { min-height: 44px; padding-inline: 24px; }
.hero,
.hero-inner { min-height: 590px; }
.hero-inner { padding-top: 76px; }
.hero-copy { max-width: 520px; }
.eyebrow { margin-bottom: 12px; font-size: 14px; }
.hero h1 { font-size: clamp(38px, 4.2vw, 60px); }
.lead { max-width: 470px; margin: 20px 0 22px; font-size: 15px; }
.hero-features { gap: 18px; margin-bottom: 26px; }
.hero-features > span { gap: 9px; font-size: 12px; }
.hero-features b { flex-basis: 24px; font-size: 23px; }
.section { padding: 52px 0; }
.split { gap: 54px; }
.visit-copy { max-width: 470px; }
.section-kicker { font-size: 17px; }
.visit h2 { font-size: clamp(31px, 3.4vw, 43px); }
.check-list { margin: 14px 0 23px; }
.check-list li { margin: 5px 0; font-size: 14px; }
.center-title { font-size: 25px; }
.title-star { margin-bottom: 22px; }
.steps-grid { gap: 28px; }
.step-icon { width: 72px; height: 72px; margin-bottom: 14px; font-size: 34px; }
.step-number { left: calc(50% - 47px); width: 25px; height: 25px; font-size: 12px; }
.step::after { top: 34px; right: -20px; font-size: 28px; }
.step h3,
.step p { font-size: 12px; }
.review-grid { gap: 26px; }
.review-card { min-height: 126px; padding: 22px 28px; }
.stars { font-size: 18px; }
.review-card p { font-size: 12px; }
.reservation { padding: 30px 0; }
.reservation-inner { gap: 28px; }
.big-icon { width: 72px; height: 72px; font-size: 38px; }
.reservation h2 { font-size: 27px; }
.reservation p { font-size: 14px; }
.contact-actions { gap: 14px; }
.contact-actions a { min-height: 92px; padding: 12px 8px; font-size: 12px; }
.contact-actions span { font-size: 25px; }
.contact-actions b { font-size: 12px; }
.site-footer { padding-top: 30px; }
.footer-grid { gap: 38px; }
.footer-logo { width: 255px; }
.site-footer p,
.site-footer a { font-size: 12px; }
.site-footer h2 { font-size: 12px; }
.map { width: 130px; }

@media (max-width: 980px) {
  .header-inner { min-height: 70px; }
  .primary-nav { top: 70px; }
  .hero,
  .hero-inner { min-height: 670px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero,
  .hero-inner { min-height: 650px; }
  .hero h1 { font-size: 36px; }
  .visit h2 { font-size: 33px; }
  .section { padding: 42px 0; }
  .reservation h2 { font-size: 23px; }
  .page-hero { padding: 124px 0 44px; }
  .page-card { padding: 28px 22px; }
  .page-card h2 { font-size: 28px; }
  .page-card .wp-block-table {
    max-width: 100%;
    overflow: visible;
  }
  .page-card .wp-block-table table.has-fixed-layout {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .page-card .wp-block-table table.has-fixed-layout tbody {
    display: block;
  }
  .page-card .wp-block-table table.has-fixed-layout tr:first-child {
    display: none;
  }
  .page-card .wp-block-table table.has-fixed-layout tr:not(:first-child) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid #e8c98f;
    border-radius: 12px;
    background: #fffdfa;
    box-shadow: 0 10px 24px rgba(67, 33, 10, .08);
  }
  .page-card .wp-block-table table.has-fixed-layout tr.booking-row-available {
    background: #f1fbf2;
    border-color: #d8ecd9;
    color: #0f5d2a;
  }
  .page-card .wp-block-table table.has-fixed-layout tr.booking-row-limited {
    background: #fff7e8;
    border-color: #f3deb7;
    color: #b46000;
  }
  .page-card .wp-block-table table.has-fixed-layout tr.booking-row-full {
    background: #fff0f1;
    border-color: #efd0d2;
    color: #b6070c;
  }
  .page-card .wp-block-table table.has-fixed-layout tr:not(:first-child) td {
    display: block;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: inherit;
    font-size: 14px;
    line-height: 1.25;
    text-align: left !important;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  .page-card .wp-block-table table.has-fixed-layout tr:not(:first-child) td::before {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 4px;
    background: transparent;
    color: #8f070a;
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    vertical-align: baseline;
    -webkit-mask: none;
    mask: none;
  }
  .page-card .wp-block-table table.has-fixed-layout tr:not(:first-child) td:nth-child(1)::before { content: "Date"; }
  .page-card .wp-block-table table.has-fixed-layout tr:not(:first-child) td:nth-child(2)::before { content: "Créneau"; }
  .page-card .wp-block-table table.has-fixed-layout tr:not(:first-child) td:nth-child(3)::before { content: "Ville"; }
  .page-card .wp-block-table table.has-fixed-layout tr:not(:first-child) td:nth-child(4)::before { content: "Statut"; }
  .page-card .wp-block-table table.has-fixed-layout tr:not(:first-child) td:last-child {
    font-weight: 800;
  }
  .page-card .forminator-ui,
  .page-card .forminator-custom-form { max-width: 100%; }
  .page-card form.forminator-custom-form { padding: 20px 16px !important; }
  .page-card div[style*="display: flex"] {
    display: block !important;
  }
  .page-card div[style*="display: flex"] > div {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .page-card div[style*="display: flex"] img {
    width: 100%;
    margin-bottom: 22px;
  }
  .pnp-pricing { grid-template-columns: 1fr; gap: 30px; }
  .pnp-price-card { padding: 34px 26px 30px; }
  .pnp-price-card h2 { font-size: 28px; }
  .pnp-price span { font-size: 48px; }
  .pnp-special-offer {
    margin: 28px auto 34px;
    padding: 72px 20px 20px;
    text-align: center;
  }
  .pnp-special-offer::before {
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
  .pnp-special-offer p { font-size: 14px; }
}

/* Hero scale refinement. */
.hero,
.hero-inner { min-height: 510px; }
.hero-copy { max-width: 560px; }
.hero h1 {
  font-size: clamp(31px, 3vw, 43px);
  line-height: 1.04;
}
.eyebrow { font-size: 13px; }
.lead {
  max-width: 420px;
  margin: 16px 0 18px;
  font-size: 14px;
}
.hero-features {
  grid-template-columns: repeat(4, auto);
  gap: 10px;
  margin-bottom: 22px;
}
.hero-features > span {
  max-width: 110px;
  font-size: 11px;
  gap: 2px;
}
.hero-features > span > img {
  width: 18px;
  height: 18px;
}
.hero-features b {
  flex-basis: 20px;
  font-size: 20px;
}
.hero .btn-large {
  min-height: 48px;
  padding-inline: 25px;
}

@media (max-width: 980px) {
  .hero,
  .hero-inner { min-height: 610px; }
  .hero h1 { font-size: clamp(34px, 6vw, 46px); }
  .hero-features { grid-template-columns: repeat(2, 1fr); }
  .hero-photo-layer { width: 100%; object-position: 70% 30%; opacity: .72; }
  .notice-inner { flex-direction: column; gap: 4px; }
}

@media (max-width: 640px) {
  .hero,
  .hero-inner { min-height: 560px; }
  .hero-inner {
    align-items: flex-start;
    padding-top: 112px;
  }
  .hero-photo-layer {
    width: 112%;
    object-position: 70% 28%;
    opacity: .68;
  }
  .hero h1 { font-size: 32px; }
  .brand img { width: 220px; }
  .notice-band { padding: 10px 0; }
  .notice-inner strong { font-size: 17px; }
  .notice-inner span { font-size: 13px; }
}

/* Front page image icon overrides. Keep these after density tuning. */
.hero-features > span > img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  align-self: end;
  margin: 0;
}
.hero-features > span {
  grid-template-rows: 82px auto;
  width: 100px;
  max-width: 100px;
}
.hero-feature-label {
  display: block;
  align-self: start;
  margin-top: -5px;
}
.steps-grid .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-grid .step-number {
  position: static;
  order: 0;
  margin: 0 auto 14px;
}
.steps-grid .step-icon {
  order: 1;
  width: 160px;
  height: 160px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.steps-grid .step-icon img {
  display: block;
  width: 160px;
  height: 160px;
  max-height: none;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}
.steps-grid .step h3 {
  order: 2;
}
.steps-grid .step p {
  order: 3;
}

@media (max-width: 640px) {
  .steps-grid .step-icon {
    width: 140px;
    height: 140px;
  }
  .steps-grid .step-icon img {
    width: 140px;
    height: 140px;
  }
}

/* Espace pro */
.pro-intro {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 34px;
  align-items: start;
  margin-bottom: 34px;
}

.pro-page h2,
.pro-page h3 {
  color: #0d352c;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.pro-page h2 {
  margin: 0 0 18px;
  font-size: 34px;
}

.pro-page h3 {
  margin: 40px 0 14px;
  font-size: 28px;
}

.pro-lead {
  color: #493a31;
  font-size: 17px;
}

.pro-trust {
  min-height: 260px;
  padding: 0;
  border: 1px solid #ecd4a7;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.08)),
    url("assets/images/espacepro.jpg") center 30% / cover no-repeat,
    #fff3e4;
  box-shadow: 0 16px 38px rgba(67, 33, 10, .08);
  overflow: hidden;
}

.pro-trust strong {
  display: none;
  color: #ad080c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1;
}

.pro-trust span {
  display: none;
  margin-top: 8px;
  color: #705b4a;
  font-size: 14px;
}

.pro-audience-grid,
.pro-reasons {
  display: grid;
  gap: 16px;
}

.pro-audience-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pro-audience-grid article,
.pro-reasons article {
  padding: 20px;
  border-radius: 8px;
}

.pro-audience-grid article {
  min-height: 155px;
  border: 1px solid #ecd4a7;
  background: #fffdfa;
}

.pro-audience-grid b,
.pro-reasons b {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.05;
}

.pro-audience-grid b {
  color: #0d352c;
}

.pro-audience-grid p,
.pro-reasons p {
  margin: 0;
  font-size: 14px;
}

.pro-zone {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.pro-zone-box {
  padding: 26px;
  border-left: 5px solid #e6ae45;
  border-radius: 8px;
  background: #fff8ec;
}

.pro-zone-box strong {
  color: #ad080c;
}

.pro-map {
  margin: 0;
}

.pro-map img {
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(67, 33, 10, .08);
}

.pro-reasons {
  grid-template-columns: repeat(3, 1fr);
}

.pro-reasons article {
  position: relative;
  min-height: 150px;
  padding: 22px 22px 22px 76px;
  background: linear-gradient(180deg, #123d33, #0d3028);
  border: 1px solid rgba(230, 174, 69, .8);
  color: #fff;
}

.pro-reasons article::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  width: 40px;
  height: 40px;
  background: url("assets/images/puce_pro.png") center / contain no-repeat;
}

.pro-reasons b {
  color: #e6ae45;
  font-size: 25px;
}

.pro-reasons p {
  color: rgba(255,255,255,.88);
}

.pro-checklist {
  columns: 2;
  column-gap: 42px;
  margin: 18px 0 34px;
  padding-left: 0;
  list-style: none;
}

.pro-checklist li {
  position: relative;
  break-inside: avoid;
  margin: 0 0 12px;
  padding-left: 28px;
}

.pro-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .28em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e6ae45;
}

.pro-cta {
  margin-top: 22px;
  padding: 24px 28px;
  border-radius: 8px;
  background: linear-gradient(90deg, #ad080c, #d20d12);
  color: #fff;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
}

.pro-cta strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
}

.pro-cta p {
  margin: 0;
  color: rgba(255,255,255,.92);
}

.pro-button {
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6ae45;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.pro-contact-mail {
  padding: 12px 18px;
  border: 1px solid #e6ae45;
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.pro-contact-mail span {
  color: rgba(255,255,255,.82);
  font-weight: 700;
  margin-right: 6px;
}

.pro-contact-mail a {
  color: #fff;
  text-decoration: none;
}

.pro-white-santa {
  display: grid;
  grid-template-columns: minmax(230px, 375px) 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  padding: 18px 24px 18px 18px;
  border: 1px solid #ecd4a7;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,248,236,.92)),
    #fffaf3;
  box-shadow: 0 16px 38px rgba(67, 33, 10, .08);
}

.pro-white-santa-photo {
  position: relative;
  margin: 0;
  overflow: visible;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(67, 33, 10, .1);
}

.pro-white-santa-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(230, 174, 69, .5);
  border-radius: inherit;
  pointer-events: none;
}

.pro-white-santa-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 35%;
  border-radius: inherit;
}

.pro-white-santa-content h3 {
  margin: 0 0 12px;
  color: #0d352c;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.05;
}

.pro-white-santa-content p {
  margin: 0 0 13px;
  color: #493a31;
}

.pro-white-santa-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 8px;
  padding: 0 20px;
  border-radius: 6px;
  background: #ad080c;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 12px 25px rgba(173, 8, 12, .22);
}

@media (max-width: 900px) {
  .pro-intro,
  .pro-zone,
  .pro-audience-grid,
  .pro-reasons {
    grid-template-columns: 1fr;
  }

  .pro-checklist {
    columns: 1;
  }

  .pro-cta {
    display: block;
  }

  .pro-button {
    margin-top: 18px;
  }

  .pro-white-santa {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px;
  }

  .pro-white-santa-photo {
    max-width: 420px;
  }

}
