:root {
  --ink: #171714;
  --ink-soft: #2b2a25;
  --cream: #f4f1e9;
  --paper: #fffefb;
  --gold: #b58a3c;
  --gold-deep: #916a29;
  --gold-soft: #d8bd7c;
  --muted: #6f6d64;
  --line: rgba(23, 23, 20, .15);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-200%); padding: .65rem 1rem; background: white; color: black; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 90px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.2rem, 4vw, 4.5rem); color: var(--ink); background: rgba(255, 254, 251, .98); box-shadow: 0 8px 30px rgba(0,0,0,.06); transition: height .35s, box-shadow .35s; }
.site-header.scrolled { height: 72px; box-shadow: 0 8px 35px rgba(0,0,0,.1); backdrop-filter: blur(14px); }
.brand { width: 112px; height: 82px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 84px; transition: width .35s; }
.site-header.scrolled .brand img { width: 68px; }
.nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.8rem); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.nav a { position: relative; }
.nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; bottom: -.5rem; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid currentColor; padding: .72rem 1.05rem; }
.language-switch { display: inline-flex; align-items: center; gap: .35rem; color: var(--muted); font-size: .7rem; letter-spacing: .08em; }
.language-switch button { border: 0; padding: .25rem .15rem; color: inherit; background: transparent; cursor: pointer; transition: color .2s; }
.language-switch button:hover, .language-switch button:focus-visible, .language-switch button[aria-pressed="true"] { color: var(--gold-deep); }
.language-switch button[aria-pressed="true"] { font-weight: 800; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 7px 0; background: currentColor; }

.hero { position: relative; min-height: calc(100svh - 90px); margin-top: 90px; color: white; display: flex; align-items: flex-end; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; transform: scale(1.015); animation: hero-in 1.6s ease-out forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(13,14,11,.62) 0%, rgba(13,14,11,.16) 62%, rgba(13,14,11,.06) 100%), linear-gradient(0deg, rgba(13,14,11,.44), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(680px, 82vw); margin: 0 0 12vh clamp(1.4rem, 8vw, 9.5rem); }
.eyebrow { margin: 0 0 1.4rem; color: var(--gold-deep); font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-soft); }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { margin: 0; font-size: clamp(3.2rem, 6.7vw, 7rem); }
h2 { margin: 0; font-size: clamp(2.75rem, 5.7vw, 6rem); }
h3 { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.1; }
.hero-copy { max-width: 520px; margin: 1.4rem 0 2rem; font-size: clamp(1rem, 1.35vw, 1.15rem); }
.hero-actions, .booking-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 2rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.35rem; border: 1px solid transparent; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #171714; background: linear-gradient(135deg, var(--gold-soft), var(--gold)); }
.button-gold:hover { background: linear-gradient(135deg, #e2ca92, #9f752e); }
.button-outline { color: white; border-color: rgba(255,255,255,.55); }
.button-outline:hover { background: white; color: var(--ink); }
.text-link, .text-button { display: inline-flex; align-items: center; gap: .65rem; padding: 0 0 .25rem; border: 0; border-bottom: 1px solid currentColor; background: none; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.light-link { color: white; }
.hero-facts { position: absolute; z-index: 2; right: clamp(1.3rem, 4vw, 4.5rem); bottom: 3.2rem; display: flex; gap: clamp(1rem, 3vw, 3rem); }
.hero-facts div { min-width: 74px; border-left: 1px solid rgba(255,255,255,.5); padding-left: 1rem; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.hero-facts span { font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 1.3rem; width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; border-radius: 4px; background: white; animation: scroll 1.7s infinite; }

.section { padding: clamp(5rem, 10vw, 10rem) clamp(1.4rem, 7vw, 8.5rem); }
.section-tight { padding: clamp(4rem, 7vw, 7rem) clamp(1.4rem, 5vw, 6rem); }
.intro { display: grid; grid-template-columns: minmax(280px, .86fr) minmax(330px, 1.14fr); gap: clamp(3rem, 9vw, 10rem); align-items: center; background: var(--cream); }
.intro-copy { max-width: 580px; }
.intro-copy h2 { margin-bottom: 2.2rem; }
.intro-copy p { color: var(--muted); }
.intro-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.45; }
.intro-copy .text-link { margin-top: 1.4rem; color: var(--ink); }
.intro-visual { position: relative; }
.intro-visual img { aspect-ratio: 1.05; object-fit: cover; }
.image-note { margin: .8rem 0 0; color: var(--muted); font-family: var(--serif); font-style: italic; font-size: .9rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.4vw, 2.8rem); }
.feature-card img { aspect-ratio: .88; object-fit: cover; }
.feature-card div { padding: 1.5rem .2rem; }
.feature-card span { color: var(--gold-deep); font-size: .7rem; letter-spacing: .15em; }
.feature-card h3 { margin: .6rem 0; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.wellness { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 760px; background: var(--ink); color: white; }
.wellness-photo img { height: 100%; object-fit: cover; }
.wellness-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3.2rem, 7vw, 8rem); }
.wellness-copy h2 { margin-bottom: 2rem; }
.wellness-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); max-width: 540px; }
.line-list { list-style: none; margin: 2.2rem 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.line-list li { display: flex; justify-content: space-between; gap: 1rem; padding: 1.05rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.line-list em { color: rgba(255,255,255,.55); font-family: var(--serif); font-weight: 400; }

.rooms { background: var(--paper); }
.section-heading { max-width: 780px; margin-bottom: 3.5rem; }
.section-heading > p:last-child { max-width: 590px; margin-top: 1.6rem; color: var(--muted); }
.room-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, minmax(280px, 31vw)); gap: 1rem; }
.room-card { position: relative; margin: 0; overflow: hidden; }
.room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.room-card:hover img { transform: scale(1.025); }
.room-card figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .45rem .7rem; background: rgba(255,254,251,.9); font-family: var(--serif); font-size: 1.05rem; }
.room-card figcaption small { display: block; margin-top: .15rem; color: var(--muted); font-family: var(--sans); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.gallery { background: var(--cream); }
.gallery-heading { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(180px, 21vw); gap: .7rem; }
.gallery-item { border: 0; padding: 0; overflow: hidden; cursor: zoom-in; background: #ddd; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.92); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.amenities { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.amenities-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.amenities-list > div { display: grid; grid-template-columns: 46px 1fr; gap: .6rem; padding: 1.7rem 1rem 1.7rem 0; border-bottom: 1px solid var(--line); }
.amenities-list > div:nth-child(odd) { border-right: 1px solid var(--line); }
.amenities-list > div:nth-child(even) { padding-left: 1.5rem; }
.amenities-list .icon { display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; color: var(--gold); }
.amenities-list .icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.amenities-list p { margin: 0; color: var(--muted); }
.amenities-list strong { display: block; margin-bottom: .25rem; color: var(--ink); font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }

.location { position: relative; min-height: 820px; display: flex; align-items: center; justify-content: flex-end; padding: clamp(2rem, 6vw, 6rem); }
.location > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.location::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 20%, rgba(10,12,9,.28)); }
.location-panel { position: relative; z-index: 2; width: min(600px, 92vw); padding: clamp(2.5rem, 5vw, 5rem); background: rgba(23,23,20,.94); color: white; }
.location-panel h2 { font-size: clamp(2.5rem, 4.2vw, 4.5rem); margin-bottom: 2.5rem; }
.distance-list { border-top: 1px solid rgba(255,255,255,.22); }
.distance-list p { display: flex; justify-content: space-between; gap: 2rem; margin: 0; padding: .95rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.distance-list strong { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.distance-list span { color: rgba(255,255,255,.66); font-family: var(--serif); font-style: italic; }
.location-button { margin-top: 2rem; }

.concierge { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.concierge-image img { aspect-ratio: 1; object-fit: cover; }
.concierge-copy { max-width: 560px; }
.concierge-copy h2 { margin-bottom: 2rem; }
.concierge-copy > p:not(.eyebrow):not(.signature) { color: var(--muted); }
.signature { margin-top: 2rem; color: var(--gold-deep); font-family: var(--serif); font-size: 1.5rem; font-style: italic; }

.rates { color: white; background: var(--ink-soft); }
.rates .section-heading > p:last-child { color: rgba(255,255,255,.66); }
.rate-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.rate-card { min-height: 270px; display: flex; flex-direction: column; margin: 0; padding: clamp(1.5rem, 2.4vw, 2.2rem); border: 1px solid rgba(255,255,255,.18); }
.rate-card > span { color: var(--gold-soft); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.rate-card h3 { min-height: 3.7rem; margin: 1rem 0 1.5rem; }
.rate-card strong { display: block; color: var(--gold-soft); font-family: var(--serif); font-size: clamp(1.75rem, 2.3vw, 2.4rem); font-weight: 400; line-height: 1.08; }
.rate-card p { margin: auto 0 0; padding-top: 1.5rem; color: rgba(255,255,255,.62); font-size: .86rem; }

.reviews { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 9rem); background: var(--cream); }
.reviews-heading h2 { margin-bottom: 2.4rem; }
.rating-row { display: flex; gap: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.rating-row strong { font-family: var(--serif); font-size: 2.5rem; font-weight: 400; line-height: 1; }
.rating-row strong span { font-size: 1rem; color: var(--muted); }
.rating-row p { margin: .45rem 0 0; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.review-grid blockquote { display: flex; min-height: 220px; flex-direction: column; justify-content: space-between; margin: 0; padding: 2rem; border: 1px solid var(--line); background: var(--paper); }
.review-grid blockquote p { margin: 0; font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.45; }
.review-grid blockquote footer { margin-top: 1.5rem; color: var(--gold-deep); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-note { grid-column: 2; margin: -.2rem 0 0; color: var(--muted); font-size: .78rem; font-style: italic; }

.booking { min-height: 760px; display: grid; place-items: center; padding: clamp(4rem, 8vw, 8rem) 1.4rem; color: white; text-align: center; background: linear-gradient(rgba(15,16,13,.72), rgba(15,16,13,.82)), url('assets/jacuzzi-ete.webp') center / cover fixed; }
.booking-inner { width: min(760px, 100%); }
.booking-inner h2 { margin-bottom: 1.8rem; }
.booking-inner > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 2.2rem; color: rgba(255,255,255,.78); }
.booking-actions { justify-content: center; }
.privacy-note { max-width: 680px; margin: 1.5rem auto 0; color: rgba(255,255,255,.66); font-size: .78rem; }
.privacy-note a { color: white; text-decoration: underline; text-underline-offset: .2em; }
.booking-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem 2.3rem; margin-top: 2.6rem; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.booking-links a { border-bottom: 1px solid rgba(255,255,255,.5); }

.site-footer { display: grid; grid-template-columns: 110px 1fr 1fr; gap: 2rem; align-items: center; padding: 2.5rem clamp(1.4rem, 5vw, 5rem); background: var(--ink); color: white; }
.site-footer img { width: 90px; }
.site-footer p { margin: 0; font-family: var(--serif); font-size: 1.3rem; }
.site-footer span, .site-footer a { display: block; color: rgba(255,255,255,.55); font-size: .76rem; }
.site-footer .footer-privacy { margin: .4rem 0; color: rgba(255,255,255,.82); text-decoration: underline; text-underline-offset: .2em; }
.footer-contact { justify-self: end; text-align: right; }

/* Confidentialité */
.legal-main { margin-top: 90px; background: var(--cream); }
.legal-heading { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 12vw, 13rem) clamp(3.5rem, 6vw, 6rem); color: white; background: var(--ink-soft); }
.legal-heading h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 6.5rem); }
.legal-heading > p:not(.eyebrow):not(.legal-updated) { max-width: 690px; margin: 2rem 0 0; color: rgba(255,255,255,.72); font-size: 1.05rem; }
.legal-heading .legal-updated { margin: 1.4rem 0 0; color: var(--gold-soft); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-content { width: min(980px, calc(100% - 2.8rem)); margin: 0 auto; padding: clamp(3.5rem, 7vw, 7rem) 0; }
.legal-content section { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: clamp(2rem, 7vw, 7rem); padding: 2.4rem 0; border-top: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 1px solid var(--line); }
.legal-content h2 { font-family: var(--serif); font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1.12; }
.legal-content p, .legal-content ul { grid-column: 2; margin: 0; color: var(--muted); }
.legal-content p + p, .legal-content p + ul, .legal-content ul + p { margin-top: 1rem; }
.legal-content a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: .2em; overflow-wrap: anywhere; }
.legal-content ul { padding-left: 1.2rem; }
.legal-content li + li { margin-top: .7rem; }
.legal-content strong { color: var(--ink); }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; border: 0; padding: 2rem; color: white; background: rgba(10,10,8,.96); }
.lightbox::backdrop { background: rgba(0,0,0,.85); }
.lightbox[open] { display: grid; grid-template-columns: 54px 1fr 54px; align-items: center; }
.lightbox figure { margin: 0; text-align: center; }
.lightbox figure img { max-width: min(1200px, 78vw); max-height: 82vh; margin: auto; object-fit: contain; }
.lightbox figcaption { margin-top: .8rem; color: rgba(255,255,255,.7); font-family: var(--serif); font-style: italic; }
.lightbox button { border: 0; color: white; background: none; cursor: pointer; }
.lightbox-prev, .lightbox-next { font-family: var(--serif); font-size: 3rem; }
.lightbox-close { position: absolute; top: 1rem; right: 1.5rem; font-size: 2.4rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Autour de Gérardmer */
.activities-hero { position: relative; min-height: 72svh; margin-top: 90px; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.activities-hero > img, .activities-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.activities-hero > img { object-fit: cover; object-position: center 58%; }
.activities-hero-shade { background: linear-gradient(90deg, rgba(13,14,11,.68), rgba(13,14,11,.1)), linear-gradient(0deg, rgba(13,14,11,.46), transparent 60%); }
.activities-hero-content { position: relative; z-index: 2; width: min(760px, 86vw); margin: 0 0 10vh clamp(1.4rem, 8vw, 9.5rem); }
.activities-hero-content p:last-child { max-width: 580px; font-size: 1.1rem; }
.activities-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.activities-intro .lead { margin-top: 0; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.45; }
.activities-intro div:last-child p:last-child { color: var(--muted); }
.season-band { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 7vw, 8.5rem); color: white; }
.summer-band { background: #283026; }
.winter-band { background: #20282e; }
.season-copy h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.activity-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.activity-card { padding: 2rem 1.6rem; border: 1px solid rgba(255,255,255,.2); }
.activity-card span { color: var(--gold-soft); font-size: .7rem; letter-spacing: .15em; }
.activity-card h3 { margin: 1.1rem 0 .8rem; }
.activity-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .92rem; }
.activity-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.activity-feature > img { aspect-ratio: 1.05; object-fit: cover; }
.activity-feature h2 { margin-bottom: 2.2rem; }
.destination-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.destination-list li { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.destination-list strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 400; }
.destination-list span { max-width: 250px; color: var(--muted); text-align: right; font-size: .86rem; }
.family-section { background: var(--cream); }
.family-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.family-grid article { min-height: 230px; padding: 2rem; border-top: 2px solid var(--gold); background: var(--paper); }
.family-grid h3 { margin-top: 0; }
.family-grid p { color: var(--muted); }
.activity-cta { min-height: 650px; display: grid; place-items: center; padding: 4rem 1.4rem; text-align: center; color: white; background: linear-gradient(rgba(15,16,13,.66), rgba(15,16,13,.78)), url('assets/jacuzzi-hiver.webp') center / cover; }
.activity-cta h2 { margin-bottom: 2.4rem; }

/* Disponibilités */
.availability-hero { position: relative; min-height: 54svh; margin-top: 90px; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.availability-hero > img, .availability-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.availability-hero > img { object-fit: cover; object-position: center 46%; }
.availability-hero-shade { background: linear-gradient(90deg, rgba(13,14,11,.72), rgba(13,14,11,.12)), linear-gradient(0deg, rgba(13,14,11,.5), transparent 60%); }
.availability-hero-content { position: relative; z-index: 2; width: min(780px, 86vw); margin: 0 0 8vh clamp(1.4rem, 8vw, 9.5rem); }
.availability-hero-content p:last-child { max-width: 600px; margin: 1.4rem 0 0; font-size: 1.08rem; }
.availability-section { background: var(--cream); }
.availability-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: 3rem; }
.availability-intro h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); }
.availability-intro p:last-child { max-width: 640px; margin: 0; color: var(--muted); }
.calendar-shell { padding: clamp(1.2rem, 3vw, 2.4rem); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 20px 55px rgba(23,23,20,.08); }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; }
.calendar-toolbar button { width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: border-color .2s, background .2s; }
.calendar-toolbar button:hover, .calendar-toolbar button:focus-visible { border-color: var(--gold-deep); background: #f5efe2; }
.calendar-toolbar h3 { margin: 0; font-size: clamp(1.4rem, 2.4vw, 2rem); text-align: center; }
.calendar-months { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); }
.calendar-month h4 { margin: 0 0 1rem; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; text-align: center; text-transform: capitalize; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: .3rem; }
.calendar-weekdays span { padding: .35rem 0; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.calendar-day { aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--ink); font-size: .86rem; }
.calendar-day.empty { visibility: hidden; }
.calendar-day.available { background: #f3efe6; }
.calendar-day.busy { color: white; background: var(--gold-deep); }
.calendar-day.pending { color: var(--muted); border: 1px dashed var(--line); }
.calendar-day.past { color: #aaa69c; background: transparent; }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 1.6rem; color: var(--muted); font-size: .84rem; }
.calendar-legend span { display: inline-flex; align-items: center; gap: .55rem; }
.calendar-legend i { width: 13px; height: 13px; border-radius: 50%; background: #f3efe6; border: 1px solid var(--line); }
.calendar-legend .busy-key i { border-color: var(--gold-deep); background: var(--gold-deep); }
.calendar-status { min-height: 1.7rem; margin: 1.2rem 0 0; color: var(--muted); font-size: .8rem; }
.calendar-status.error { color: #7b3f2d; }
.availability-contact { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; margin-top: 2rem; padding: 2rem; color: white; background: var(--ink-soft); }
.availability-contact h3 { margin: 0 0 .45rem; }
.availability-contact p { margin: 0; color: rgba(255,255,255,.66); }
.availability-contact .booking-actions { justify-content: flex-end; }
.availability-privacy { grid-column: 1 / -1; max-width: none; margin: 0; }

@keyframes hero-in { to { transform: scale(1); } }
@keyframes scroll { 0% { transform: translate(-50%,0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translate(-50%,15px); opacity: 0; } }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .brand img { width: 68px; }
  .menu-toggle { display: block; z-index: 2; }
  .nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 2rem; color: white; background: var(--ink); transform: translateX(100%); transition: transform .35s; }
  .nav.open { transform: translateX(0); }
  .nav a { font-size: 1rem; }
  .nav .language-switch { color: rgba(255,255,255,.65); }
  .nav .language-switch button[aria-pressed="true"] { color: var(--gold-soft); }
  .site-header.menu-open { color: white; }
  .site-header.menu-open .brand img { filter: brightness(0) invert(1); }
  .hero-content { margin-bottom: 10vh; }
  .intro, .concierge { grid-template-columns: 1fr; }
  .intro-visual { max-width: 720px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / 3; max-width: 50%; }
  .wellness { grid-template-columns: 1fr; }
  .wellness-photo { min-height: 600px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 42vw; }
  .amenities { grid-template-columns: 1fr; }
  .reviews { grid-template-columns: 1fr; }
  .rate-grid { grid-template-columns: 1fr 1fr; }
  .review-note { grid-column: 1; }
  .location { min-height: 920px; align-items: flex-end; padding: 1rem; }
  .location-panel { width: 100%; }
  .booking { background-attachment: scroll; }
  .activities-intro, .activity-feature { grid-template-columns: 1fr; }
  .season-band { grid-template-columns: 1fr; }
  .activity-cards, .family-grid { grid-template-columns: 1fr; }
  .availability-intro { grid-template-columns: 1fr; }
  .availability-contact { grid-template-columns: 1fr; }
  .availability-contact .booking-actions { justify-content: flex-start; }
  .legal-content section { grid-template-columns: 1fr; gap: 1rem; }
  .legal-content p, .legal-content ul { grid-column: 1; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero { min-height: 76svh; }
  .hero-content { width: calc(100% - 2.8rem); margin-left: 1.4rem; margin-bottom: 4rem; }
  .hero-copy { font-size: .98rem; }
  .hero-actions .text-link { display: none; }
  .section, .section-tight { padding-left: 1.3rem; padding-right: 1.3rem; }
  .feature-grid { display: block; }
  .feature-card, .feature-card:last-child { max-width: none; margin-bottom: 2rem; }
  .feature-card img { aspect-ratio: 1.08; }
  .wellness-photo { min-height: 430px; }
  .wellness-copy { padding: 3.5rem 1.4rem; }
  .line-list li { font-size: .9rem; }
  .room-grid { display: block; }
  .room-card { height: 72vw; margin-bottom: .8rem; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 47vw; }
  .gallery-tall { grid-row: span 2; }
  .gallery-wide { grid-column: span 2; }
  .amenities-list { grid-template-columns: 1fr; }
  .amenities-list > div:nth-child(odd) { border-right: 0; }
  .amenities-list > div:nth-child(even) { padding-left: 0; }
  .rating-row { gap: 1.3rem; }
  .review-grid { grid-template-columns: 1fr; }
  .rate-grid { grid-template-columns: 1fr; }
  .rate-card { min-height: 230px; }
  .location { min-height: 850px; }
  .location-panel { padding: 2rem 1.4rem; }
  .distance-list p { align-items: flex-start; flex-direction: column; gap: .1rem; }
  .concierge { display: flex; flex-direction: column-reverse; }
  .booking-actions { align-items: stretch; flex-direction: column; }
  .site-footer { grid-template-columns: 70px 1fr; }
  .site-footer img { width: 64px; }
  .footer-contact { grid-column: 1 / 3; justify-self: start; text-align: left; }
  .lightbox { padding: 1rem; }
  .lightbox[open] { grid-template-columns: 32px 1fr 32px; }
  .lightbox figure img { max-width: 76vw; }
  .activities-hero { min-height: 68svh; }
  .activities-hero-content { margin-left: 1.4rem; margin-bottom: 3.5rem; }
  .destination-list li { flex-direction: column; gap: .2rem; }
  .destination-list span { max-width: none; text-align: left; }
  .availability-hero { min-height: 55svh; }
  .availability-hero-content { margin-left: 1.4rem; margin-bottom: 3.5rem; }
  .calendar-months { grid-template-columns: 1fr; }
  .calendar-shell { padding: 1rem .7rem 1.3rem; }
  .calendar-day { font-size: .8rem; }
  .availability-contact { padding: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
