/* Maisons de Marie — signature dorée, septembre 2026. */
:root {
  --paper: #fffefa;
  --ink: #302d28;
  --muted: #70695f;
  --gold: #D4AF37;
  --gold-hover: #c39f2c;
  --booking-green: #1DBC60;
  --booking-green-hover: #19a653;
  --gold-ink: #8a6527;
  --gold-light: #d8be85;
  --gold-surface: #f4f0e7;
  --sand: #f8f6f0;
  --line: #e7e1d5;
  --blue: var(--gold-surface);
  --blue-deep: var(--gold-ink);
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Outfit', Arial, sans-serif;
  --serif: var(--display);
}
html { scroll-padding-top: 26px; }
body { font-size: 16px; line-height: 1.7; }
h1,h2,h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.035em; line-height: 1.12; }
h2 { font-size: clamp(2.5rem,3.6vw,3.65rem); }
p { text-wrap: pretty; }
::selection { background: #e9d8b2; color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.wrap { max-width: 1320px; }
.icon { width: 24px; height: 24px; }
.button { background: var(--gold); border-color: var(--gold); color: #fff; font-weight: 600; border-radius: 12px; gap: 18px; padding: 17px 25px; min-height: 56px; box-shadow: 0 3px 0 #6848171a; }
.button:hover { background: var(--gold-hover); border-color: var(--gold-hover); }
/* Réservation, disponibilités et demandes de séjour. */
.button[href="reserver.html"],
.button[href^="mailto:"],
#booking-form .button[type="submit"] {
  background: var(--booking-green);
  border-color: var(--booking-green);
  color: #fff;
  box-shadow: 0 3px 0 #11753612;
}
.button[href="reserver.html"]:hover,
.button[href^="mailto:"]:hover,
#booking-form .button[type="submit"]:hover {
  background: var(--booking-green-hover);
  border-color: var(--booking-green-hover);
  color: #fff;
}
.button-small { min-height: 46px; padding: 12px 21px; }
.button svg { width: 20px; height: 20px; }
.text-link { color: var(--gold-ink); font-weight: 600; border-bottom-color: #c6ad7d; }
.section-label { color: var(--gold-ink); font-size: 14px; font-weight: 600; margin-bottom: 18px; }
.with-icon { display: flex; align-items: center; gap: 12px; }
.with-icon>.icon { width: 34px; height: 34px; }
.section-heading { align-items: end; margin-bottom: 36px; }
.section-heading h2 { font-size: clamp(2.3rem,3.6vw,3.5rem); }
.section-heading .section-label { margin-bottom: 16px; }
.section-heading .text-link { flex: none; }

/* La signature originale, cadrée sans modifier son fichier. */
.brand { position: relative; display: block; width: 184px; aspect-ratio: 466 / 219; overflow: hidden; flex: none; }
.brand img { position: absolute; width: 166.095%; max-width: none; height: auto; left: -31.33%; top: -68.04%; object-fit: contain; }
.header { height: auto; padding: 0; display: block; width: 100%; border: 0; background: var(--paper); color: var(--ink); }
.header-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 10px 48px 14px; min-height: 114px; border-bottom: 1px solid var(--line); }
.header-place { display: flex; align-items: center; gap: 11px; justify-self: start; font-size: 14px; font-weight: 500; line-height: 1.45; }
.header-place .icon { color: var(--gold-light); width: 26px; height: 26px; }
.header-place small { display: block; font-size: 12px; font-weight: 400; opacity: .8; margin-top: 3px; }
.header-actions { justify-self: end; gap: 20px; }
.header-phone { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #ffffff50; border-radius: 50%; }
.header-phone svg { width: 20px; }
.header-actions .button { padding: 12px 20px; font-size: 13px; gap: 12px; }
.desktop-nav { min-height: 56px; display: flex; justify-content: center; gap: 44px; font-size: 14px; font-weight: 500; border-bottom: 1px solid var(--line); }
.desktop-nav a { padding: 16px 0; }
.desktop-nav a:after { bottom: 9px; background: var(--gold-light); height: 2px; }
.immersive-page .header { position: absolute; inset: 0 0 auto; background: transparent; color: white; }
.immersive-page .header .brand img { filter: brightness(0) invert(1); }
.immersive-page .header-top,.immersive-page .desktop-nav { border-color: #ffffff30; }
.mobile-contact { display: flex; flex-direction: column; font: 15px/1.8 var(--sans); padding-top: 20px; border-top: 1px solid var(--line); }
.mobile-contact span { color: var(--muted); font-size: 13px; }

/* Photos plein écran et carte de séjour. */
.fullscreen-hero { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; min-height: max(720px,100svh); padding-top: 245px; overflow: clip; color: white; background: #857963; }
.hero-picture { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 57%; }
.fullscreen-hero:after { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: -1; background: linear-gradient(180deg,#281d12a6 0,#281d1210 34%,#281d121a 55%,#281d126b 100%),linear-gradient(90deg,#261c139c,#261c134d 50%,#261c130a 82%); }
.hero-content { padding: 65px 0; max-width: 1240px; }
.hero-content.with-price { display: grid; grid-template-columns: minmax(0,1fr) 294px; align-items: end; gap: 50px; }
.hero-location { color: #fff3d9; font-size: 14px; font-weight: 500; margin-bottom: 22px; }
.fullscreen-hero h1 { font-family: var(--display); font-size: clamp(3.4rem,5.3vw,5.7rem); line-height: 1.04; font-weight: 500; letter-spacing: -.045em; max-width: 1000px; margin-bottom: 24px; }
.hero-description { max-width: 555px; font-size: 17px; line-height: 1.65; margin-bottom: 30px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.hero-actions .button { font-size: 14px; min-height: 54px; }
.button-glass { color: white; border-color: #ffffff9c; background: #ffffff06; font-weight: 500; backdrop-filter: blur(3px); box-shadow: none; }
.button-glass:hover { color: var(--ink); background: white; border-color: white; }
.hero-content a:focus-visible,.hero-bottom a:focus-visible,.immersive-page .header a:focus-visible,.immersive-page .menu-toggle:focus-visible { outline-color: white; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 0; border-top: 1px solid #ffffff45; font-size: 12px; }
.hero-scroll { display: flex; align-items: center; gap: 20px; min-height: 28px; font-size: 13px; }
.hero-scroll svg { height: 20px; width: 20px; }
.hero-maison .hero-picture img { object-position: 50% 60%; }
.hero-suite .hero-picture img { object-position: 50% 56%; }
.hero-price { background: var(--paper); color: var(--ink); padding: 25px; border-radius: 20px; box-shadow: 0 14px 45px #23170824; }
.rate-heading { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 500; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.rate-heading .icon { color: var(--gold); width: 23px; height: 23px; }
.night-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 8px; padding-top: 19px; line-height: 1.1; }
.night-price>span:first-child { flex-basis: 100%; font-size: 12px; margin-bottom: 8px; color: var(--muted); }
.night-price strong { color: var(--gold-ink); font: 500 57px/1 var(--display); letter-spacing: -.05em; }
.night-price small { font-size: .65em; }
.night-price>span:last-child { font-size: 13px; color: var(--muted); }
.hero-price .breakfast { display: flex; align-items: center; gap: 9px; font-size: 12px; color: var(--gold-ink); background: var(--gold-surface); border-radius: 7px; padding: 9px 10px; margin: 17px 0; }
.breakfast .icon { width: 18px; height: 18px; }
.weekend-price { display: flex; align-items: center; gap: 12px; padding-top: 4px; font-size: 12px; color: var(--muted); }
.weekend-price>.icon { color: var(--gold); width: 25px; height: 25px; }
.weekend-price strong { display: block; color: var(--ink); font-size: 20px; line-height: 1.4; font-weight: 600; }
.weekend-price small { font-size: 12px; font-weight: 400; color: var(--muted); }

/* Les espaces de la maison. */
.signature-highlights { display: grid; grid-template-columns: repeat(4,1fr); padding: 36px 0; gap: 24px; border-bottom: 1px solid var(--line); }
.highlight { display: flex; align-items: center; gap: 17px; }
.highlight-icon { width: 58px; height: 58px; background: var(--gold-surface); color: var(--gold-ink); display: grid; place-items: center; border-radius: 16px; flex: none; }
.highlight-icon .icon { width: 30px; height: 30px; }
.highlight strong { font-family: var(--display); display: block; font-size: 20px; font-weight: 500; letter-spacing: -.03em; }
.highlight div>span { color: var(--muted); font-size: 12px; display: block; margin-top: 2px; }
.introduction { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; padding: 85px 0 90px; align-items: center; }
.introduction>div { max-width: none; padding: 0; }
.introduction .section-label { padding: 0; color: var(--gold-ink); }
.introduction h2 { font-size: clamp(2.5rem,4.1vw,4rem); margin: 0 0 26px; }
.intro-signature { display: flex; align-items: center; gap: 12px; color: var(--gold-ink); font-size: 13px; }
.intro-signature .icon { width: 25px; height: 25px; }
.intro-story { max-width: 480px!important; }
.intro-story p { color: var(--muted); }
.intro-story p:first-child { font-size: 19px; line-height: 1.6; color: var(--ink); }
.intro-story .text-link { margin-top: 3px; }
.feature { max-width: 1440px; width: calc(100% - 64px); margin: 0 auto 90px; grid-template-columns: 1.12fr 1fr; border-radius: 26px; overflow: hidden; background: var(--gold-surface); }
.feature-image img { height: 100%; min-height: 565px; }
.feature-copy { padding: 65px clamp(35px,5vw,85px); }
.feature-copy h2 { font-size: clamp(2.5rem,3.9vw,3.8rem); }
.feature-copy p:not(.section-label) { max-width: 400px; }
.room-section { gap: 75px; margin-top: 85px; margin-bottom: 95px; }
.room-visual { border-radius: 24px; overflow: hidden; }
.room-visual img { height: 620px; }
.room-copy h2 { font-size: clamp(2.6rem,3.8vw,3.7rem); margin-bottom: 25px; }
.breakfast-feature { display: grid; grid-template-columns: .85fr 1.15fr; background: var(--gold-surface); border-radius: 24px; overflow: hidden; margin-bottom: 80px; }
.breakfast-feature img { width: 100%; height: 500px; object-position: 50% 63%; }
.breakfast-copy { padding: 45px 55px; align-self: center; }
.breakfast-symbol { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: #fffefa; color: var(--gold-ink); margin-bottom: 20px; }
.breakfast-symbol .icon { height: 29px; width: 29px; }
.breakfast-copy h2 { font-size: clamp(2.2rem,3.3vw,3.25rem); margin-bottom: 24px; }
.breakfast-copy>p:not(.section-label) { font-size: 15px; max-width: 480px; color: var(--muted); }
.specs { gap: 12px; margin-top: 28px; }
.specs li { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 15px 12px; font-size: 13px; background: #fff; line-height: 1.45; }
.item-icon { display: grid; place-items: center; flex: none; color: var(--gold-ink); }
.specs .item-icon { width: 32px; }
.specs .icon { width: 25px; height: 25px; }
.price-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 34px; border: 1px solid var(--line); border-radius: 18px; margin-top: 36px; background: #fff; box-shadow: 0 9px 25px #6d522a06; }
.rate-band-item { display: flex; align-items: center; gap: 17px; }
.rate-band-item>.icon { width: 36px; height: 36px; color: var(--gold-ink); }
.rate-band-item p { font-size: 12px; margin: 0 0 3px; color: var(--muted); }
.rate-band-item strong { font: 500 27px/1.3 var(--display); letter-spacing: -.025em; }
.rate-band-item span { display: block; font-size: 12px; color: var(--muted); }
.discovery-grid { gap: 30px; }
.discovery-item { border-radius: 20px; overflow: hidden; background: var(--sand); padding-bottom: 23px; }
.discovery-item:nth-child(2) { padding-top: 0; margin-top: 70px; }
.discovery-item img { height: 440px; }
.discovery-item:nth-child(2) img { height: 370px; }
.discovery-item>div { margin: 24px 27px 8px; }
.discovery-item h3 { font: 500 27px/1.15 var(--display); letter-spacing: -.03em; }
.discovery-item p { margin: 0 27px; }
.discovery-item>div>svg { color: var(--gold-ink); }
.location-feature { gap: 80px; padding: 95px 0; }
.location-feature h2 { font-size: clamp(2.5rem,3.9vw,3.8rem); }
.location-feature img { border-radius: 24px; }
.photo-button img { border-radius: 14px; transition: filter .2s; }
.photo-button:hover img { filter: brightness(.93); }
.photo-button span svg { color: var(--gold-ink); }
.gallery-dialog { border-radius: 20px; }
.gallery-dialog img { background: var(--sand); }
.gallery-controls button { border-color: var(--gold-light); }

/* Escapades : trois cartes photographiques sur l’accueil. */
.offers-intro { margin-top: 85px; margin-bottom: 90px; }
.offer-preview { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.offer-card { border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; box-shadow: 0 8px 26px #56402608; }
.offer-card-image { height: 295px; position: relative; }
.offer-card-image>img { width: 100%; height: 100%; object-position: center 48%; }
.offer-card-symbol { position: absolute; left: 24px; bottom: -22px; width: 51px; height: 51px; border: 4px solid #fff; background: var(--gold-surface); color: var(--gold-ink); border-radius: 50%; display: grid; place-items: center; }
.offer-card-symbol .icon { width: 25px; height: 25px; }
.offer-card-body { padding: 40px 25px 24px; }
.offer-card h3 { font-size: 27px; line-height: 1.15; max-width: 260px; min-height: 63px; }
.offer-card p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 16px 0 23px; min-height: 45px; }
.offer-card-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; }
.offer-card-footer strong { font: 500 32px/1.2 var(--display); letter-spacing: -.04em; color: var(--gold-ink); }
.offer-card-footer div>span { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; }
.card-arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-ink); font-size: 25px; }
.offer-card:hover .card-arrow { color: white; background: var(--gold); border-color: var(--gold); }
.offers-common { display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); margin: 25px 0 0; }
.offers-common .icon { color: var(--gold-ink); width: 18px; height: 18px; }
.offers-common>span { height: 18px; width: 1px; background: var(--line); margin: 0 14px; }

/* Détail des formules : image, prix et prestations réunis. */
.offers-lead { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; padding: 80px 0 38px; }
.offers-lead h2 { font-size: clamp(2.5rem,3.9vw,3.7rem); }
.offers-lead>p:last-child { color: var(--muted); max-width: 485px; margin: 0; }
.offers-lead>.section-label { grid-column: 1/-1; margin: 0 0 -70px; }
.package-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-bottom: 40px; }
.package-nav a { display: flex; gap: 12px; align-items: center; background: var(--gold-surface); padding: 17px 19px; border-radius: 12px; border: 1px solid transparent; font-size: 13px; }
.package-nav .icon { color: var(--gold-ink); }
.package-nav strong { white-space: nowrap; margin-left: auto; color: var(--gold-ink); font-weight: 600; }
.package-nav a:hover { border-color: var(--gold-light); background: #fff; }
.package-detail { display: grid; grid-template-columns: .82fr 1.18fr; gap: 0; border: 1px solid var(--line); border-radius: 25px; padding: 0; margin-bottom: 38px; overflow: hidden; background: #fff; box-shadow: 0 12px 36px #6b4d210a; scroll-margin-top: 30px; }
.package-image { position: relative; min-width: 0; min-height: 620px; }
.package-image>img { position: absolute; inset: 0; width: 100%; height: 100%; object-position: center; }
.package-image-caption { position: absolute; left: 24px; right: 24px; bottom: 24px; border: 1px solid #ffffff78; border-radius: 12px; background: #fffefaea; color: var(--ink); display: flex; align-items: center; padding: 17px 18px; gap: 14px; font-size: 13px; font-weight: 500; backdrop-filter: blur(6px); }
.package-image-caption>.icon { color: var(--gold-ink); width: 27px; height: 27px; }
.package-copy { padding: 37px 38px 31px; }
.package-mood { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-ink); font-size: 12px; font-weight: 600; margin-bottom: 19px; }
.package-mood>.icon { width: 20px; height: 20px; }
.package-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.package-heading h2 { font-size: clamp(2rem,2.8vw,2.8rem); max-width: 320px; font-weight: 500; letter-spacing: -.04em; }
.package-price { background: var(--gold-surface); border: 1px solid #e9ddc4; border-radius: 12px; padding: 13px 16px 12px; white-space: nowrap; text-align: center; margin: 0; }
.package-price strong { display: block; color: var(--gold-ink); font: 500 39px/1.05 var(--display); letter-spacing: -.05em; }
.package-price small { font-size: .67em; }
.package-price span { color: var(--muted); font-size: 10px; display: block; margin-top: 5px; }
.package-copy>p:not(.small-note) { color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 26px; max-width: 480px; }
.inclusions-title { font: 600 13px/1.5 var(--sans); letter-spacing: 0; margin-bottom: 4px; }
.included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; list-style: none; padding: 0; margin: 18px 0 27px; }
.included-list li { display: flex; align-items: center; gap: 11px; font-size: 14px; line-height: 1.5; min-width: 0; }
.included-list .item-icon { width: 39px; height: 39px; border-radius: 11px; background: var(--sand); }
.included-list .icon { width: 21px; height: 21px; }
.package-action { display: flex; align-items: center; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.package-action .button { font-size: 13px; min-height: 51px; padding: 14px 20px; }
.package-action>span { display: flex; gap: 7px; align-items: center; font-size: 11px; color: var(--muted); }
.package-action>span .icon { width: 18px; height: 18px; }
.small-note { font-size: 11px; color: var(--muted); margin: 15px 0 0; max-width: 475px; }
.offer-notes { padding: 0 0 45px; color: var(--muted); font-size: 13px; }
.offer-notes p { max-width: 850px; }
.offer-notes a { color: var(--gold-ink); text-decoration: underline; text-underline-offset: 4px; }

/* Journées, sur mesure et attentions. */
.reset-preview { max-width: 1440px; width: calc(100% - 64px); margin: 0 auto 75px; border-radius: 25px; overflow: hidden; display: grid; grid-template-columns: 1fr 1.05fr; background: var(--gold-surface); }
.reset-preview>div>img { width: 100%; height: 100%; min-height: 620px; }
.reset-preview-copy { align-self: center; padding: 55px 65px; }
.reset-preview-copy h2 { margin-bottom: 25px; }
.reset-preview-copy>p:not(.section-label) { color: var(--muted); }
.reset-preview-price { font-size: 13px; padding: 20px 0; border-top: 1px solid #ded1b8; }
.reset-preview-price strong { color: var(--gold-ink); font: 500 36px/1.2 var(--display); display: block; margin-bottom: 3px; }
.reset-section { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 100px; padding: 90px 0 60px; }
.reset-section h2 { margin-bottom: 27px; }
.reset-section>div>p:not(.section-label) { color: var(--muted); max-width: 450px; }
.reset-price { background: var(--gold-surface); border: 1px solid #e3d8c0; border-radius: 22px; padding: 35px 38px; }
.reset-price>p { font-size: 13px; }
.reset-price>p:first-child { color: var(--gold-ink); font-weight: 600; margin-bottom: 12px; }
.reset-price>strong { color: var(--gold-ink); font: 500 64px/1.1 var(--display); letter-spacing: -.045em; display: block; margin-bottom: 19px; }
.reset-price>strong span { font: 400 15px/1.4 var(--sans); letter-spacing: 0; margin-left: 12px; }
.reset-price dl { margin: 25px 0; background: #fffefa; padding: 5px 17px; border-radius: 12px; }
.reset-price dl>div { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; font-size: 13px; }
.reset-price dl>div+div { border-top: 1px solid var(--line); }
.reset-price dd { font-weight: 600; margin: 0; }
.reset-price .button { width: 100%; }
.reset-inclusions,.custom-details { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; padding: 35px 0 65px; }
.reset-inclusions .included-list,.custom-details .included-list { margin: 0; gap: 14px; }
.reset-inclusions .included-list li,.custom-details .included-list li { background: #fff; border: 1px solid var(--line); padding: 16px 13px; border-radius: 12px; font-size: 13px; }
.reset-inclusions .item-icon,.custom-details .item-icon { background: none; width: 29px; }
.reset-inclusions .icon,.custom-details .icon { width: 26px; height: 26px; }
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin-top: 20px; margin-bottom: 60px; }
.custom-grid article { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; padding-bottom: 30px; }
.custom-grid img { width: 100%; height: 440px; margin-bottom: 27px; }
.custom-grid h2 { font-size: 2.7rem; margin: 0 30px 20px; }
.custom-grid p { color: var(--muted); max-width: 470px; margin: 0 30px; }
.custom-details>div>p:last-child { color: var(--muted); margin-top: 25px; }
.service-feature { background: var(--gold-surface); margin-top: 65px; border-radius: 24px; overflow: hidden; }
.service-feature h2 { font-size: 3.6rem; }
.services-list { gap: 25px; }
.service-item { grid-template-columns: 145px 1fr; gap: 24px; background: white; border: 1px solid var(--line); padding: 16px; border-radius: 17px; }
.service-item img { border-radius: 10px; height: 190px; width: 145px; }
.service-item h2 { font-size: 1.65rem; }
.service-item p { font-size: 13px; }
.service-item .price { color: var(--gold-ink); font: 500 29px/1.2 var(--display); margin-top: 15px; }
.massage-type { background: var(--gold-surface); color: var(--gold-ink); border-radius: 10px; font-family: var(--display); }
.service-note { margin: 20px auto 80px; border-left: 3px solid var(--gold); border-radius: 0 20px 20px 0; background: var(--gold-surface); }
.service-note h2 { font-size: 2rem; }
.service-note a { color: var(--gold-ink); }
.text-columns { margin: 45px auto 85px; gap: 24px; }
.text-columns article { padding: 30px 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--sand); }
.text-columns h2 { font-size: 2rem; }
.text-columns p { font-size: 14px; }
.text-columns .text-link { font-size: 13px; }
.vexin-lead { margin-left: auto; margin-right: auto; }

/* Préparer et réserver son séjour. */
.practical-page .page-top { padding-top: 30px; }
.page-heading h1 { font-size: clamp(3rem,5.7vw,5.5rem); }
.address-panel { background: var(--gold-surface); border-radius: 24px; padding: 43px; }
.address-panel h2 { font-size: 2.6rem; }
.address-contact a { overflow-wrap: anywhere; }
.faq-layout h2 { font-size: 3rem; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; padding: 0 22px; }
.faq details[open] { background: var(--gold-surface); }
.faq summary { font-size: 15px; padding: 21px 0; font-weight: 500; align-items: center; }
.faq summary:after { color: var(--gold-ink); font-weight: 400; }
.faq details p { font-size: 14px; padding-right: 18px; }
.booking-layout { gap: 70px; }
.booking-intro h1 { font-size: clamp(3.2rem,5.7vw,5.5rem); }
.booking-intro img { border-radius: 20px; }
.booking-panel { background: var(--gold-surface); border: 1px solid #e4d8bf; padding: 37px; border-radius: 24px; }
.booking-panel h2 { font-size: 2.65rem; }
.booking-rates { display: flex; flex-direction: column; gap: 4px; background: var(--paper); border: 1px solid var(--line); border-radius: 13px; padding: 17px 20px; margin-top: 24px; }
.booking-rates strong { font: 500 24px/1.4 var(--display); color: var(--gold-ink); }
.booking-rates span { font-size: 12px; }
.date-fields input { border-color: #cbb992; border-radius: 9px; background: var(--paper); }
.package-booking-note { font-size: 12px; color: var(--muted); border-top: 1px solid #ded1b7; padding-top: 22px; }
.package-booking-note a { color: var(--gold-ink); text-decoration: underline; text-underline-offset: 3px; }
.booking-contact { border-color: #ded1b7; }
.booking-contact a { overflow-wrap: anywhere; }
.stay-cta { background: var(--gold-surface); border-top: 1px solid var(--line); padding: 65px 24px; }
.cta-emblem { display: grid; place-items: center; height: 57px; width: 57px; border-radius: 50%; border: 1px solid #cfb477; color: var(--gold-ink); margin: 0 auto 23px; }
.cta-emblem .icon { width: 27px; height: 27px; }
.stay-cta>p { color: var(--gold-ink); font-size: 13px; margin-bottom: 15px; }
.stay-cta h2 { color: var(--ink); font-size: clamp(2.5rem,4.4vw,4.3rem); margin-bottom: 23px; }
.cta-details { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; margin-bottom: 29px; }
.cta-details>span { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.cta-details .icon { color: var(--gold-ink); width: 21px; height: 21px; }
.stay-cta .quiet-link { margin-top: 22px; font-size: 12px; color: var(--muted); }
.footer { background: var(--paper); }
.footer-main { grid-template-columns: 1fr 1.1fr 1fr 1.25fr; align-items: start; }
.footer-main .brand { width: 180px; }
.footer-main p,.footer-main>div { font-size: 13px; }

@media(min-width:1700px) {
  .hero-content { max-width: 1440px; }
  .hero-content.with-price { grid-template-columns: minmax(0,1fr) 310px; }
  .fullscreen-hero h1 { font-size: 6rem; }
}
@media(max-width:1200px) {
  .header-top { padding-left: 32px; padding-right: 32px; }
  .desktop-nav { gap: 32px; }
  .hero-content.with-price { grid-template-columns: minmax(0,1fr) 265px; gap: 30px; }
  .with-price h1 { font-size: 3.6rem; }
  .hero-price { padding: 23px; }
  .highlight { gap: 12px; }
  .highlight-icon { width: 46px; height: 46px; border-radius: 12px; }
  .highlight-icon .icon { width: 26px; height: 26px; }
  .highlight strong { font-size: 18px; }
  .highlight div>span { font-size: 11px; }
  .introduction { gap: 60px; }
  .package-detail { grid-template-columns: .8fr 1.2fr; }
  .package-copy { padding: 28px; }
  .package-heading { gap: 17px; }
  .package-heading h2 { font-size: 2.15rem; }
  .package-price { padding: 12px; }
  .package-price strong { font-size: 33px; }
  .package-action { gap: 12px; }
  .package-action>span { display: none; }
  .package-nav a { padding: 15px 12px; font-size: 12px; gap: 8px; }
  .package-nav .icon { width: 20px; height: 20px; }
  .reset-preview-copy { padding: 42px; }
  .reset-section,.reset-inclusions,.custom-details { gap: 55px; }
  .service-item { grid-template-columns: 110px 1fr; }
  .service-item img { width: 110px; }
}
@media(max-width:1000px) {
  .header-top { grid-template-columns: auto 1fr; min-height: 96px; padding: 12px 28px; }
  .header-top .brand { width: 150px; }
  .header-place,.desktop-nav { display: none; }
  .header-actions { gap: 14px; }
  .menu-toggle { display: block; width: 44px; height: 44px; color: inherit; padding: 10px; }
  .menu-toggle span { height: 1.5px; background: currentColor; margin: 7px 0; }
  .header:has(.menu-toggle[aria-expanded=true]) { background: var(--paper); color: var(--ink); }
  .header:has(.menu-toggle[aria-expanded=true]) .brand img { filter: none; }
  .mobile-nav { padding: 28px; gap: 15px; max-height: calc(100svh - 96px); overflow-y: auto; color: var(--ink); border-top: 1px solid var(--line); box-shadow: 0 18px 25px #3529181a; }
  .mobile-nav>a { font: 500 23px/1.4 var(--display); padding: 5px 0; }
  .mobile-nav a[aria-current=page] { color: var(--gold-ink); }
  .fullscreen-hero { padding-top: 190px; }
  .hero-content.with-price { grid-template-columns: 1fr 235px; }
  .fullscreen-hero h1 { font-size: 3.5rem; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { font-size: 12px; padding: 13px 16px; min-height: 49px; gap: 12px; }
  .hero-price { padding: 20px; }
  .night-price strong { font-size: 49px; }
  .signature-highlights { grid-template-columns: 1fr 1fr; gap: 24px; }
  .highlight strong { font-size: 21px; }
  .highlight div>span { font-size: 12px; }
  .highlight-icon { width: 55px; height: 55px; }
  .room-section { gap: 40px; }
  .room-visual img { height: 590px; }
  .room-copy h2 { font-size: 2.8rem; }
  .room-copy>p { font-size: 14px; }
  .breakfast-copy { padding: 32px; }
  .specs li { padding: 12px 9px; font-size: 12px; gap: 6px; }
  .specs .item-icon { width: 26px; }
  .price-band { padding: 25px; flex-wrap: wrap; }
  .rate-band-item strong { font-size: 23px; }
  .package-detail { grid-template-columns: .7fr 1.3fr; }
  .package-copy { padding: 26px; }
  .package-heading { display: block; }
  .package-heading h2 { max-width: none; }
  .package-price { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; }
  .package-price span { margin: 0; }
  .included-list { gap: 13px; }
  .package-nav { gap: 10px; }
  .package-nav a { flex-wrap: wrap; }
  .package-nav a>span { max-width: calc(100% - 30px); }
  .package-nav strong { width: 100%; padding-left: 28px; }
  .offer-card-image { height: 230px; }
  .offer-card-body { padding-left: 20px; padding-right: 20px; }
  .offer-card h3 { font-size: 23px; min-height: 55px; }
  .offer-preview { gap: 17px; }
  .reset-inclusions,.custom-details { grid-template-columns: 1fr; gap: 30px; }
  .reset-inclusions h2 br,.custom-details h2 br { display: none; }
  .booking-layout { gap: 30px; }
  .booking-panel { padding: 27px; }
  .booking-panel h2 { font-size: 2.3rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media(max-width:700px) {
  .wrap { width: calc(100% - 40px); }
  h2 { font-size: 2.35rem; }
  .button { padding: 15px 21px; font-size: 14px; min-height: 52px; }
  .header-top { min-height: 87px; padding: 10px 20px; }
  .header-top .brand { width: 130px; }
  .header-phone,.reserve-long { display: none; }
  .header-actions { gap: 7px; }
  .header-actions .button { font-size: 12px; padding: 11px 14px; min-height: 42px; gap: 8px; }
  .header-actions .button .icon { width: 16px; height: 16px; }
  .mobile-nav { padding: 23px; max-height: calc(100svh - 87px); }
  .fullscreen-hero { min-height: max(700px,100svh); padding-top: 205px; }
  .hero-content { padding: 50px 0 33px; }
  .fullscreen-hero h1 { font-size: clamp(2.8rem,10.8vw,4rem); line-height: 1.06; letter-spacing: -.04em; margin-bottom: 20px; }
  .hero-location { font-size: 12px; line-height: 1.6; margin-bottom: 17px; max-width: 330px; }
  .hero-description { font-size: 15px; margin-bottom: 25px; max-width: 420px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { min-height: 49px; font-size: 13px; padding: 13px 18px; }
  .hero-actions .button-glass { border: 0; border-bottom: 1px solid #ffffff70; border-radius: 0; padding: 8px 0; min-height: 35px; background: none; backdrop-filter: none; }
  .hero-actions .button-glass svg { display: none; }
  .hero-actions .button-glass:hover { color: white; background: none; }
  .hero-bottom { padding: 18px 0 max(18px,env(safe-area-inset-bottom)); }
  .hero-bottom>span { display: none; }
  .hero-scroll { width: 100%; justify-content: space-between; font-size: 12px; }
  .fullscreen-hero:after { background: linear-gradient(180deg,#261b1078 0,#261b1005 24%,#261b104d 43%,#261b10bf 78%,#261b10b8 100%); }
  .hero-suite:after { background: linear-gradient(180deg,#261b1066,#261b100a 25%,#261b108c 54%,#261b10cc 100%); }
  .hero-home .hero-picture img { object-position: 50% 40%; }
  .hero-suite .hero-picture img { object-position: 50% 43%; }
  .fullscreen-hero:has(.with-price) { padding-top: 180px; }
  .hero-content.with-price { grid-template-columns: 1fr; gap: 25px; padding-top: 45px; padding-bottom: 25px; }
  .with-price h1 { font-size: clamp(2.4rem,9.6vw,3.7rem); }
  .hero-content.with-price .hero-description { font-size: 14px; margin-bottom: 21px; }
  .hero-content.with-price .hero-actions .button { padding: 12px 15px; font-size: 12px; gap: 12px; }
  .hero-content.with-price .hero-actions .button-glass { padding: 7px 0; }
  .hero-price { display: grid; grid-template-columns: 1.08fr 1fr; grid-template-rows: auto auto; gap: 9px 14px; max-width: 480px; padding: 17px 18px; border-radius: 15px; }
  .rate-heading { display: none; }
  .night-price { padding: 0; grid-column: 1; grid-row: 1; gap: 0 6px; }
  .night-price>span:first-child { font-size: 10px; margin-bottom: 4px; }
  .night-price strong { font-size: 39px; }
  .night-price>span:last-child { font-size: 11px; }
  .hero-price .breakfast { grid-row: 2; grid-column: 1/-1; font-size: 11px; margin: 0; padding: 7px 10px; justify-content: center; }
  .breakfast .icon { height: 15px; width: 15px; }
  .weekend-price { grid-column: 2; grid-row: 1; border-left: 1px solid var(--line); padding: 1px 0 0 14px; gap: 8px; font-size: 10px; }
  .weekend-price>.icon { display: none; }
  .weekend-price strong { font-size: 21px; margin-top: 4px; }
  .weekend-price small { font-size: 11px; }
  .signature-highlights { padding: 27px 0; gap: 22px 14px; }
  .highlight { align-items: flex-start; gap: 10px; }
  .highlight-icon { width: 40px; height: 44px; border-radius: 11px; }
  .highlight-icon .icon { width: 23px; height: 23px; }
  .highlight strong { font-size: 16px; line-height: 1.3; }
  .highlight div>span { font-size: 10px; line-height: 1.5; margin-top: 4px; }
  .introduction { display: block; padding: 52px 0 56px; }
  .introduction h2 { font-size: 2.55rem; margin-bottom: 20px; }
  .introduction .section-label { margin-bottom: 17px; }
  .intro-signature { font-size: 11px; gap: 9px; margin-bottom: 28px; }
  .intro-story p { font-size: 14px; }
  .intro-story p:first-child { font-size: 17px; }
  .feature,.reset-preview { width: calc(100% - 24px); border-radius: 20px; display: block; margin-bottom: 55px; }
  .feature-image img { height: 350px; min-height: 0; }
  .feature-copy { padding: 34px 26px 40px; }
  .feature-copy h2 { font-size: 2.6rem; margin-bottom: 23px; }
  .feature-copy p:not(.section-label) { font-size: 14px; }
  .feature-copy .with-icon { font-size: 12px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading h2 { font-size: 2.5rem; margin-bottom: 22px; }
  .section-heading p { font-size: 14px; }
  .room-section { display: flex; flex-direction: column; gap: 30px; margin: 55px auto 65px; }
  .room-section.reverse .room-visual { order: 0; }
  .room-visual,.room-copy { width: 100%; }
  .room-visual { border-radius: 19px; }
  .room-visual img { height: 430px; }
  .room-copy h2 { font-size: 2.6rem; margin-bottom: 22px; }
  .room-copy>p { font-size: 14px; }
  .specs { gap: 10px; }
  .breakfast-feature { display: block; margin-bottom: 55px; }
  .breakfast-feature img { height: 340px; }
  .breakfast-copy { padding: 29px 25px 35px; }
  .breakfast-copy h2 { font-size: 2.25rem; }
  .breakfast-copy>p:not(.section-label) { font-size: 14px; }
  .specs li { padding: 14px 10px; font-size: 11px; gap: 9px; }
  .specs .item-icon { width: 23px; }
  .specs .icon { width: 23px; height: 23px; }
  .price-band { padding: 22px; gap: 22px 14px; margin-top: 25px; }
  .rate-band-item { flex: 1 1 115px; align-items: start; gap: 10px; }
  .rate-band-item>.icon { display: none; }
  .rate-band-item p,.rate-band-item span { font-size: 10px; }
  .rate-band-item strong { font-size: 21px; }
  .price-band>.button { width: 100%; }
  .offers-intro { margin-top: 55px; margin-bottom: 60px; }
  .offer-preview { grid-template-columns: 1fr; gap: 24px; }
  .offer-card-image { height: 290px; }
  .offer-card-body { padding: 37px 23px 22px; }
  .offer-card h3 { min-height: 0; max-width: none; font-size: 27px; }
  .offer-card p { min-height: 0; margin: 13px 0 20px; }
  .offers-common { flex-wrap: wrap; justify-content: flex-start; font-size: 11px; gap: 7px; }
  .offers-common>span { width: 100%; height: 0; margin: 0; }
  .discovery-grid { grid-template-columns: 1fr; gap: 25px; }
  .discovery-item:nth-child(2) { margin-top: 0; }
  .discovery-item img,.discovery-item:nth-child(2) img { height: 320px; }
  .discovery-item>div { margin: 22px 23px 9px; }
  .discovery-item p { margin: 0 23px; font-size: 12px; }
  .discovery-item h3 { font-size: 25px; }
  .location-feature { display: flex; flex-direction: column; gap: 30px; padding: 60px 0; }
  .location-feature h2 { font-size: 2.6rem; }
  .location-feature img { height: 320px; border-radius: 19px; }
  .location-feature>div>p:not(.section-label) { font-size: 14px; }
  .offers-lead { display: block; padding: 55px 0 25px; }
  .offers-lead h2 { font-size: 2.6rem; margin-bottom: 23px; }
  .offers-lead>p:last-child { font-size: 14px; }
  .offers-lead>.section-label { margin: 0 0 20px; }
  .package-nav { display: flex; flex-direction: column; gap: 9px; margin-bottom: 27px; }
  .package-nav a { flex-wrap: nowrap; padding: 13px 15px; font-size: 12px; gap: 11px; }
  .package-nav a>span { max-width: none; }
  .package-nav strong { width: auto; padding: 0; font-size: 13px; }
  .package-detail { display: block; width: calc(100% - 24px); border-radius: 20px; margin-bottom: 27px; }
  .package-image { height: 350px; min-height: 0; }
  .package-image>img { height: 100%; }
  .package-image-caption { left: 18px; right: 18px; bottom: 18px; padding: 14px; gap: 11px; font-size: 12px; }
  .package-copy { padding: 26px 23px; }
  .package-mood { font-size: 11px; margin-bottom: 15px; }
  .package-heading { display: block; margin-bottom: 17px; }
  .package-heading h2 { font-size: 2.15rem; max-width: 300px; }
  .package-price { display: inline-flex; gap: 16px; padding: 12px 15px; margin-top: 19px; }
  .package-price strong { font-size: 36px; }
  .package-price span { font-size: 10px; }
  .package-copy>p:not(.small-note) { font-size: 13px; margin-bottom: 21px; }
  .included-list { grid-template-columns: 1fr 1fr; gap: 16px 13px; margin: 17px 0 23px; }
  .included-list li { align-items: flex-start; flex-direction: column; gap: 8px; font-size: 12px; }
  .included-list .item-icon { width: 36px; height: 36px; border-radius: 10px; }
  .included-list .icon { width: 22px; height: 22px; }
  .package-action { display: block; padding-top: 21px; }
  .package-action .button { width: 100%; }
  .small-note { font-size: 10px; margin-top: 13px; }
  .offer-notes { padding: 3px 0 32px; font-size: 12px; }
  .reset-preview>div>img { min-height: 0; height: 330px; }
  .reset-preview-copy { padding: 32px 26px 38px; }
  .reset-preview-copy h2 { font-size: 2.6rem; }
  .reset-preview-copy>p:not(.section-label) { font-size: 14px; }
  .reset-preview-price strong { font-size: 35px; }
  .reset-section { display: block; padding: 55px 0 25px; }
  .reset-section h2 { font-size: 2.6rem; }
  .reset-section>div>p:not(.section-label) { font-size: 14px; }
  .reset-price { margin-top: 30px; padding: 28px 25px; }
  .reset-price>strong { font-size: 57px; }
  .reset-price>strong span { font-size: 14px; margin-left: 8px; }
  .reset-inclusions,.custom-details { display: block; padding: 30px 0 45px; }
  .reset-inclusions h2,.custom-details h2 { font-size: 2.4rem; margin-bottom: 25px; }
  .reset-inclusions .included-list,.custom-details .included-list { gap: 11px; }
  .reset-inclusions .included-list li,.custom-details .included-list li { font-size: 12px; padding: 16px 13px; gap: 12px; }
  .custom-grid { grid-template-columns: 1fr; gap: 25px; margin-bottom: 25px; }
  .custom-grid img { height: 350px; }
  .custom-grid h2 { font-size: 2.35rem; margin-left: 24px; margin-right: 24px; }
  .custom-grid p { margin-left: 24px; margin-right: 24px; font-size: 14px; }
  .custom-details>div>p:last-child { font-size: 14px; }
  .service-feature { margin-top: 45px; }
  .service-feature h2 { font-size: 2.7rem; }
  .services-list { grid-template-columns: 1fr; gap: 20px; }
  .service-item { grid-template-columns: 105px 1fr; gap: 17px; padding: 13px; }
  .service-item img { width: 105px; height: 165px; }
  .service-item h2 { font-size: 1.55rem; }
  .service-item p { font-size: 12px; }
  .massage-type { height: 165px; }
  .service-note { padding: 26px; margin-bottom: 55px; }
  .service-note h2 { font-size: 1.85rem; }
  .service-note p { font-size: 14px; }
  .photo-strip { grid-template-columns: 1fr 1fr; gap: 15px; }
  .photo-button img { height: 225px; }
  .text-columns { display: block; margin-bottom: 60px; }
  .text-columns article+article { margin-top: 20px; }
  .text-columns h2 { font-size: 2rem; }
  .vexin-lead h2 { font-size: 2.5rem; }
  .page-heading { display: block; }
  .page-heading h1 { font-size: 3rem; margin-bottom: 25px; }
  .page-heading>div>p { font-size: 14px; }
  .address-panel { padding: 28px; }
  .address-panel h2 { font-size: 2.3rem; }
  .address-panel address { font-size: 18px; }
  .faq-layout { display: block; }
  .faq-layout h2 { font-size: 2.4rem; margin-bottom: 30px; }
  .faq details { padding: 0 18px; }
  .faq summary { font-size: 14px; }
  .booking-layout { display: block; padding-top: 35px; }
  .booking-intro h1 { font-size: 3rem; }
  .booking-intro img { display: none; }
  .booking-panel { padding: 26px; border-radius: 20px; }
  .booking-panel h2 { font-size: 2.2rem; }
  .date-fields { grid-template-columns: 1fr 1fr; gap: 12px; }
  .date-fields input { font-size: 16px; }
  .booking-rates { padding: 16px; }
  .booking-rates strong { font-size: 22px; }
  .stay-cta { padding: 48px 24px; }
  .stay-cta h2 { font-size: 2.7rem; max-width: 360px; margin-left: auto; margin-right: auto; }
  .cta-details { gap: 12px; margin-bottom: 24px; }
  .cta-details>span { font-size: 11px; gap: 7px; }
  .cta-details .icon { width: 18px; height: 18px; }
  .footer-main .brand { width: 150px; }
  .footer-main p,.footer-main>div { font-size: 12px; }
  .footer-bottom { font-size: 11px; }
}
@media(max-width:370px) {
  .wrap { width: calc(100% - 32px); }
  .header-top { padding-left: 15px; padding-right: 10px; }
  .header-top .brand { width: 113px; }
  .header-actions .button { padding: 10px 12px; }
  .header-actions .button>.icon { display: none; }
  .menu-toggle { width: 38px; }
  .fullscreen-hero:has(.with-price) { padding-top: 150px; }
  .hero-content.with-price { padding-top: 35px; gap: 22px; }
  .with-price h1 { font-size: 2.35rem; }
  .hero-content.with-price .hero-actions { gap: 9px; }
  .hero-content.with-price .hero-actions .button { padding: 12px 14px; font-size: 12px; }
  .hero-content.with-price .hero-actions .button-glass { padding: 7px 0; }
  .hero-price { padding: 15px; gap: 10px; }
  .night-price strong { font-size: 34px; }
  .weekend-price { padding-left: 10px; }
  .weekend-price strong { font-size: 19px; }
  .highlight { gap: 8px; }
  .highlight-icon { width: 32px; height: 36px; }
  .highlight-icon .icon { width: 21px; height: 21px; }
  .highlight strong { font-size: 14px; }
  .package-copy { padding: 23px 20px; }
  .package-heading h2 { font-size: 2rem; }
  .service-item { grid-template-columns: 85px 1fr; }
  .service-item img { width: 85px; }
  .date-fields { grid-template-columns: 1fr; }
  .booking-panel { padding: 21px; }
  .booking-panel .button { padding-left: 14px; padding-right: 14px; gap: 9px; }
  .footer-main .brand { width: 130px; }
}
@media(prefers-reduced-motion:reduce) { .photo-button img { transition: none; } }

/* Sélection de séjour — or et blanc, confirmation verte. */
.stay-trigger{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #d7c99f;border-radius:12px;padding:14px 16px;color:#353229;font:500 15px 'DM Sans',sans-serif;cursor:pointer;text-align:left}.stay-trigger svg{width:21px;height:21px;color:#ad8a21;flex-shrink:0}.stay-trigger:hover{border-color:#D4AF37;background:#fffdf6}.stay-calendar{box-sizing:border-box;width:min(480px,calc(100vw - 24px));max-height:calc(100dvh - 24px);padding:28px;border:1px solid #e9dfc4;border-radius:24px;background:#fffefa;color:#302e29;box-shadow:0 28px 100px #30271738;font:14px 'DM Sans',sans-serif;overflow:auto}.stay-calendar::backdrop{background:rgba(39,34,23,.42);backdrop-filter:blur(5px)}.stay-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.stay-top p{margin:0 0 6px;color:#8a722a;font-size:12px}.stay-top h2{font:500 28px/1.15 Outfit,sans-serif;margin:0}.stay-calendar button{font-family:inherit;cursor:pointer}.stay-close{border:0;border-radius:50%;background:#f4f0e5;width:36px;height:36px;font-size:25px;flex-shrink:0}.stay-summary{display:flex;align-items:center;gap:12px;margin:24px 0}.stay-summary button{flex:1;text-align:left;padding:12px;border:1px solid #e7dfcc;border-radius:12px;background:#fff;min-width:0}.stay-summary small,.stay-summary strong{display:block}.stay-summary small{font-size:11px;margin-bottom:5px}.stay-summary strong{font-size:13px;font-weight:600}.stay-summary button.active{background:#D4AF37;color:#fff;border-color:#D4AF37}.stay-month{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.stay-month h3{font:500 20px Outfit,sans-serif;margin:0;text-transform:capitalize}.stay-month button{width:40px;height:40px;border:1px solid #e7dfcc;background:#fff;border-radius:50%;font-size:25px}.stay-week,.stay-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;text-align:center}.stay-week{margin-bottom:10px;color:#897f69;font-size:12px}.stay-days button{height:42px;border:0;border-radius:10px;background:transparent;color:#343129;font-size:15px;position:relative}.stay-days button:hover:not(:disabled){background:#f4ecd1}.stay-days button.in-range{background:#f7efcf;border-radius:3px}.stay-days button.selected{background:#D4AF37;color:#fff;font-weight:700}.stay-days button.today::after{content:'';position:absolute;bottom:5px;left:calc(50% - 2px);width:4px;height:4px;border-radius:50%;background:currentColor}.stay-calendar button:disabled{opacity:.3;cursor:default}.stay-calendar button:focus-visible,.stay-trigger:focus-visible{outline:3px solid #927219;outline-offset:3px}.stay-status{min-height:36px;font-size:12px;line-height:1.6;margin:20px 0 12px}.stay-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;border-top:1px solid #eee5cf;padding-top:18px}.stay-clear{background:none;border:0;text-decoration:underline;color:#726447;padding:10px}.stay-confirm{background:#1DBC60;color:#fff;border:0;border-radius:12px;padding:15px 20px;font-weight:700}.stay-note{font-size:11px;color:#827865;line-height:1.5;margin:16px 0 0}@media(max-width:480px){.stay-calendar{padding:20px;border-radius:20px}.stay-top h2{font-size:25px}.stay-summary{gap:8px}.stay-trigger{font-size:13px;padding:12px 10px}.stay-confirm{padding:14px;font-size:13px}}

/* Navigation persistante, transparente uniquement au sommet des photos. */
body>.header{position:sticky;top:0;z-index:100;background:#fffefa}.immersive-page>.header{position:fixed;top:0;left:0;right:0;z-index:100}.immersive-page>.header.is-scrolled{background:rgba(255,254,250,.97);color:var(--ink);box-shadow:0 4px 24px #332c1610;backdrop-filter:blur(12px)}.immersive-page>.header.is-scrolled .brand img{filter:none}.immersive-page>.header.is-scrolled .header-top,.immersive-page>.header.is-scrolled .desktop-nav{border-color:var(--line)}.immersive-page>.header.is-scrolled .menu-toggle span{background:var(--ink)}.header .mobile-nav{max-height:calc(100dvh - 110px);overflow-y:auto}.cms-active>.header{top:64px}.cms-active .header .mobile-nav{max-height:calc(100dvh - 180px)}html{scroll-padding-top:190px}@media(max-width:700px){.cms-active>.header{top:103px}.cms-active .header .mobile-nav{max-height:calc(100dvh - 205px)}html{scroll-padding-top:105px}}
