/* L'AisCal — feuille de style du site public */
:root {
  --ink: #1d2a30;
  --ink-2: #3c4a50;
  --muted: #66747a;
  --petrol: #1f4e5a;
  --petrol-2: #2b6776;
  --petrol-soft: #e3eef0;
  --saffron: #e0a526;
  --saffron-2: #c98d12;
  --saffron-soft: #fcf1d8;
  --orange: #e8792b;
  --sand: #f7f3ec;
  --sand-2: #efe8dc;
  --card: #ffffff;
  --line: #e5ddd0;
  --ok: #2f7d4f;
  --err: #b43c32;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(29, 42, 48, .06), 0 8px 24px rgba(29, 42, 48, .08);
  --shadow-lg: 0 20px 50px rgba(29, 42, 48, .18);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --header-h: 72px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--sand); line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--petrol); text-underline-offset: 3px; }
a:hover { color: var(--petrol-2); }
h1, h2, h3, .h2, .h3, .h4 { font-family: var(--serif); font-weight: 600; line-height: 1.15; margin: 0 0 .6em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.3rem); }
h2, .h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3, .h3 { font-size: 1.3rem; }
.h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
.ic { flex: none; vertical-align: middle; }
.wrap { width: min(1180px, 100% - 32px); margin-inline: auto; }
.narrow { width: min(780px, 100% - 32px); }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.skip { position: absolute; left: -999px; top: 8px; background: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 2px; }

/* ---------- Boutons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: .8em 1.4em; border-radius: 999px; border: 1.5px solid transparent; font: 600 1rem/1.2 var(--font); text-decoration: none; cursor: pointer; transition: transform .15s, background .2s, box-shadow .2s, color .2s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-accent { background: var(--saffron); color: #1d2a30; box-shadow: 0 6px 16px rgba(224, 165, 38, .35); }
.btn-accent:hover { background: #eab43a; color: #1d2a30; box-shadow: 0 8px 22px rgba(224, 165, 38, .45); }
.btn-accent:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.btn-ghost { background: transparent; border-color: var(--petrol); color: var(--petrol); }
.btn-ghost:hover { background: var(--petrol); color: #fff; }
.btn-danger { background: #fff; border-color: var(--err); color: var(--err); }
.btn-danger:hover { background: var(--err); color: #fff; }
.btn-block { width: 100%; }
.btn-lg { padding: 1em 1.8em; font-size: 1.05rem; }
.link-arrow { display: inline-flex; gap: .4em; align-items: center; font-weight: 600; text-decoration: none; }

/* ---------- En-tête */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 243, 236, .92); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.is-home .site-header { position: fixed; left: 0; right: 0; background: transparent; }
.is-home .site-header .brand, .is-home .site-header .main-nav > a, .is-home .site-header .nav-toggle, .is-home .site-header .nav-extra a, .is-home .site-header .lang-switch { color: #fff; }
.site-header.scrolled, .is-home .site-header.scrolled { background: rgba(247, 243, 236, .95); border-color: var(--line); }
.is-home .site-header.scrolled .brand, .is-home .site-header.scrolled .main-nav > a, .is-home .site-header.scrolled .nav-toggle, .is-home .site-header.scrolled .nav-extra a, .is-home .site-header.scrolled .lang-switch { color: var(--ink); }
.header-in { display: flex; align-items: center; gap: 24px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-mark { color: var(--petrol); display: flex; }
.is-home .site-header:not(.scrolled) .brand-mark { color: rgba(255, 255, 255, .18); }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; display: flex; flex-direction: column; line-height: 1; }
.brand-name small { font-family: var(--font); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; opacity: .7; margin-top: 3px; font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.main-nav > a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: .96rem; position: relative; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--saffron); transform: scaleX(0); transition: transform .2s; }
.main-nav > a:hover::after, .main-nav > a[aria-current]::after { transform: scaleX(1); }
.nav-extra { display: flex; align-items: center; gap: 16px; }
.nav-account { display: inline-flex; gap: 6px; align-items: center; color: var(--ink); text-decoration: none; font-size: .92rem; font-weight: 500; }
.lang-switch { display: flex; align-items: center; gap: 4px; font-size: .82rem; }
.lang-switch a { color: inherit; text-decoration: none; padding: 2px 5px; border-radius: 6px; opacity: .65; font-weight: 600; }
.lang-switch a.on { opacity: 1; background: rgba(224, 165, 38, .25); }
.header-cta { padding: .6em 1.2em; }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); padding: 6px; cursor: pointer; }

/* ---------- Hero */
.hero { position: relative; min-height: min(92vh, 820px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--petrol); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: heroZoom 18s ease-out both; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16, 32, 38, .55) 0%, rgba(16, 32, 38, .15) 35%, rgba(16, 32, 38, .72) 100%); }
.hero-in { position: relative; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 48px; align-items: end; padding: calc(var(--header-h) + 60px) 0 64px; }
.hero h1 { color: #fff; max-width: 14ch; text-shadow: 0 2px 30px rgba(0, 0, 0, .3); }
.hero .lead { font-size: 1.15rem; max-width: 46ch; opacity: .95; }
.eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--saffron-2); margin-bottom: .8em; }
.hero .eyebrow, .eyebrow.light { color: var(--saffron); }
.hero-ratings { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.rating-chip { display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .3); color: #fff; padding: 6px 12px; border-radius: 999px; font-size: .88rem; text-decoration: none; backdrop-filter: blur(6px); }
.rating-chip .ic { color: var(--saffron); fill: var(--saffron); }
.search-card { background: rgba(255, 255, 255, .97); color: var(--ink); border-radius: 22px; padding: 24px; box-shadow: var(--shadow-lg); }
.search-price { font-size: .95rem; color: var(--muted); margin-bottom: 14px; }
.search-price strong { font-family: var(--serif); font-size: 2rem; color: var(--ink); }
.search-fields { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 16px; }
.search-fields label { display: block; padding: 10px 14px; margin: 0; border-right: 1px solid var(--line); }
.search-fields label:nth-child(2) { border-right: 0; }
.search-fields label.full { grid-column: 1 / -1; border-top: 1px solid var(--line); border-right: 0; }
.search-fields span { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.search-fields input, .search-fields select { min-width: 0; border: 0; padding: 2px 0; width: 100%; font: 500 1rem var(--font); background: transparent; color: var(--ink); }
.search-note { display: flex; gap: 6px; align-items: flex-start; font-size: .84rem; color: var(--muted); margin: 12px 0 0; }
.search-note .ic { color: var(--ok); margin-top: 2px; }

/* ---------- Chiffres clés */
.facts { background: var(--petrol); color: #fff; }
.facts-in { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; padding: 22px 0; }
.facts-in > div { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; }
.facts-in .ic { grid-row: span 2; color: var(--saffron); width: 30px; height: 30px; }
.facts-in strong { font-family: var(--serif); font-size: 1.4rem; line-height: 1.1; }
.facts-in span { font-size: .86rem; opacity: .8; }

/* ---------- Sections */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-sm { padding: 40px 0 64px; }
.section-tint { background: var(--sand-2); }
.section-head { margin-bottom: 36px; }
.section-head h2 { margin-bottom: 0; max-width: 22ch; }
.section-head.center h2 { margin-inline: auto; }
.row-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }

.highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hl { background: var(--card); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.hl:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.hl-ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--saffron-soft); color: var(--saffron-2); }
.hl:nth-child(3n+2) .hl-ic { background: var(--petrol-soft); color: var(--petrol); }
.hl:nth-child(4n) .hl-ic { background: #fde6d6; color: var(--orange); }
.hl h3 { font-family: var(--font); font-size: 1rem; font-weight: 600; margin: 0 0 4px; }
.hl p { margin: 0; font-size: .9rem; color: var(--muted); }

.mosaic { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 240px 240px; gap: 12px; }
.mosaic a { position: relative; overflow: hidden; border-radius: var(--radius); display: block; }
.mosaic .m0 { grid-row: span 2; }
.mosaic img, .gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.mosaic a:hover img, .gallery a:hover img { transform: scale(1.05); }
.cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 14px 12px; color: #fff; font-size: .88rem; background: linear-gradient(transparent, rgba(0, 0, 0, .6)); opacity: 0; transition: opacity .3s; }
.mosaic a:hover .cap, .gallery a:hover .cap { opacity: 1; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.gallery a { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-sm); }
.gallery-lg { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

.rooms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 32px; }
.room { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.room img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.room-body { padding: 18px 20px 22px; }
.room-body h3 { margin-bottom: .3em; }
.room-body p { margin: 0; color: var(--muted); font-size: .93rem; }

.direct { background: linear-gradient(135deg, var(--petrol) 0%, #173d47 100%); color: #fff; position: relative; overflow: hidden; }
.direct::before { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(224, 165, 38, .25), transparent 70%); }
.direct-in { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; position: relative; }
.direct h2 { color: #fff; }
.checks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
.checks li { display: flex; gap: 12px; align-items: center; font-size: 1.05rem; }
.checks .ic { color: var(--saffron); }
.price-card { background: #fff; color: var(--ink); border-radius: 22px; padding: 28px; box-shadow: var(--shadow-lg); }
.price-main { margin-bottom: 14px; color: var(--muted); }
.price-main strong { font-family: var(--serif); font-size: 2.6rem; color: var(--ink); }
.rule-list { list-style: none; padding: 0; margin: 0 0 16px; }
.rule-list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px dashed var(--line); }
.rule-list li small { color: var(--muted); }
.rule-list strong { color: var(--ok); background: #e3f3e8; padding: 2px 10px; border-radius: 999px; font-size: .9rem; white-space: nowrap; }

/* ---------- Avis */
.platforms { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-bottom: 10px; }
.platform { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; align-items: center; background: var(--card); padding: 16px 18px; border-radius: var(--radius); text-decoration: none; color: var(--ink); box-shadow: var(--shadow); border-left: 4px solid var(--petrol); }
.platform-airbnb { border-left-color: #ff385c; }
.platform-booking { border-left-color: #003b95; }
.pl-name { font-weight: 700; }
.pl-rating { display: inline-flex; align-items: center; gap: 4px; justify-self: end; }
.pl-rating .ic { color: var(--saffron); fill: var(--saffron); }
.pl-rating strong { font-size: 1.3rem; font-family: var(--serif); }
.pl-count { font-size: .86rem; color: var(--muted); }
.pl-verify { font-size: .8rem; color: var(--petrol); justify-self: end; display: inline-flex; gap: 4px; align-items: center; }
.review-note { margin-bottom: 26px; }
.reviews { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.review { margin: 0; background: var(--card); padding: 22px; border-radius: var(--radius); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.review-top { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-top > div { display: flex; flex-direction: column; line-height: 1.3; }
.avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--petrol-soft); color: var(--petrol); display: grid; place-items: center; font-weight: 700; font-family: var(--serif); font-size: 1.1rem; }
.review-score { margin-left: auto; display: inline-flex; align-items: center; gap: 4px; font-weight: 700; font-size: .9rem; }
.review-score .ic { color: var(--saffron); fill: var(--saffron); }
.review blockquote { margin: 0 0 14px; font-size: .96rem; color: var(--ink-2); flex: 1; }
.review-src { font-size: .8rem; }
.review-src a { display: inline-flex; gap: 4px; align-items: center; color: var(--muted); }

/* ---------- Emplacement / carte */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.near { list-style: none; padding: 0; margin: 20px 0 26px; display: grid; gap: 14px; }
.near li { display: flex; gap: 14px; align-items: center; }
.near .ic { color: var(--petrol); width: 40px; height: 40px; padding: 8px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); }
.map iframe { width: 100%; height: 400px; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--sand-2); }

.faq details { background: var(--card); border-radius: var(--radius-sm); margin-bottom: 10px; box-shadow: var(--shadow); }
.faq summary { padding: 18px 22px; cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; line-height: 1; color: var(--saffron-2); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 22px 18px; margin: 0; color: var(--ink-2); }

.cta-band { background: var(--saffron); padding: 48px 0; }
.cta-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-in h2 { margin: 0; }
.cta-band .btn-accent { background: var(--ink); color: #fff; box-shadow: none; }
.cta-band .btn-accent:hover { background: var(--petrol); }

/* ---------- Pages intérieures */
.page-hero { padding: 48px 0 28px; background: linear-gradient(180deg, var(--sand-2), var(--sand)); }
.page-hero-sm { padding: 36px 0 14px; }
.page-hero h1 { margin-bottom: .2em; }
.lead-dark { font-size: 1.1rem; color: var(--ink-2); }
.prose { font-size: 1.02rem; }
.prose h3 { margin-top: 1.6em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .35em; }
.with-aside { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.aside-card { position: sticky; top: calc(var(--header-h) + 20px); background: var(--card); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.mini-facts { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 10px; }
.mini-facts li { display: flex; gap: 10px; align-items: center; }
.mini-facts .ic { color: var(--petrol); }
.rules-icons { display: flex; flex-wrap: wrap; gap: 10px; }
.rules-icons span { display: inline-flex; align-items: center; gap: 8px; background: var(--card); padding: 8px 14px; border-radius: 999px; font-size: .9rem; box-shadow: var(--shadow); }
.rules-icons .ic { color: var(--petrol); width: 20px; height: 20px; }

/* ---------- Cartes & formulaires */
.card { background: var(--card); border-radius: var(--radius); padding: clamp(18px, 3vw, 28px); box-shadow: var(--shadow); margin-bottom: 20px; }
label { display: block; font-size: .88rem; font-weight: 600; color: var(--ink-2); margin-bottom: 14px; }
input, select, textarea { display: block; width: 100%; margin-top: 6px; padding: .75em .9em; border: 1.5px solid var(--line); border-radius: 10px; font: 400 1rem var(--font); color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--petrol-2); box-shadow: 0 0 0 4px rgba(43, 103, 118, .15); }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.grid2 .span2 { grid-column: 1 / -1; }
label.check { display: flex; gap: 12px; align-items: flex-start; font-weight: 400; font-size: .95rem; color: var(--ink); background: var(--saffron-soft); padding: 14px 16px; border-radius: 12px; cursor: pointer; }
label.check input { width: 20px; height: 20px; margin: 2px 0 0; flex: none; accent-color: var(--petrol); }
.hp { position: absolute; left: -9999px; }
.alert { padding: 14px 18px; border-radius: 12px; margin: 16px 0; font-size: .95rem; }
.alert-ok { background: #e3f3e8; color: #1e5a37; }
.alert-err { background: #fbe7e5; color: #8e2c24; }
.alert-warn { background: var(--saffron-soft); color: #7a5608; }
.form-error { background: #fbe7e5; color: #8e2c24; padding: 12px 16px; border-radius: 10px; margin: 12px 0; font-size: .93rem; }
.form-stack label:last-of-type { margin-bottom: 18px; }

/* ---------- Réservation */
.book { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 28px; align-items: start; }
.book-aside { position: sticky; top: calc(var(--header-h) + 16px); }
.step-title { display: flex; align-items: center; gap: 12px; font-size: 1.35rem; }
.step-title span { width: 32px; height: 32px; border-radius: 50%; background: var(--petrol); color: #fff; display: grid; place-items: center; font: 700 .95rem var(--font); }
.cal { position: relative; min-height: 340px; }
.cal-loading { padding: 60px; text-align: center; color: var(--muted); }
.cal-nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.cal-nav button { background: var(--sand); border: 0; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; color: var(--ink); }
.cal-nav button:disabled { opacity: .3; cursor: default; }
.cal-nav .cal-clear { width: auto; padding: 0 14px; border-radius: 999px; font: 500 .85rem var(--font); }
.cal-months { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; }
.cal-month h4 { text-align: center; font-family: var(--serif); font-size: 1.1rem; margin: 0 0 10px; text-transform: capitalize; }
.cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-template-rows: auto; grid-auto-rows: 54px; gap: 3px; }
.cal-dow { text-align: center; font-size: .72rem; font-weight: 700; color: var(--muted); text-transform: uppercase; padding: 4px 0; }
.cal-day { width: 100%; min-width: 0; height: 54px; border: 0; background: #fff; border-radius: 10px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; font: 600 .95rem var(--font); color: var(--ink); position: relative; padding: 0; transition: background .15s, transform .1s; }
.cal-day small { font-size: .64rem; font-weight: 500; color: var(--ok); margin-top: 1px; }
.cal-day:hover:not(:disabled):not(.start):not(.end) { background: var(--petrol-soft); }
.cal-day.busy { color: #b9b2a6; background: repeating-linear-gradient(135deg, #f4f0e8, #f4f0e8 4px, #ece6db 4px, #ece6db 8px); cursor: not-allowed; text-decoration: line-through; }
.cal-day.busy small { visibility: hidden; }
.cal-day.past { color: #cfc8bc; background: transparent; cursor: default; }
.cal-day.past small { display: none; }
.cal-day.checkout { background: linear-gradient(135deg, #fff 50%, #ece6db 50%); cursor: pointer; text-decoration: none; color: var(--ink); }
.cal-day.in-range { background: var(--petrol-soft); border-radius: 0; }
.cal-day.start, .cal-day.end { background: var(--petrol); color: #fff; }
.cal-day.start small, .cal-day.end small, .cal-day.in-range small { color: inherit; opacity: .8; }
.cal-day.start { border-radius: 10px 0 0 10px; }
.cal-day.end { border-radius: 0 10px 10px 0; }
.cal-day.start.end { border-radius: 10px; }
.cal-day.nope { opacity: .35; cursor: not-allowed; }
.cal-day.empty { visibility: hidden; height: auto; }
.cal-hint { text-align: center; font-size: .9rem; color: var(--muted); margin: 12px 0 0; min-height: 1.4em; }
.cal-legend { display: flex; flex-wrap: wrap; gap: 16px; font-size: .82rem; color: var(--muted); margin: 14px 0 20px; }
.cal-legend span { display: inline-flex; align-items: center; gap: 6px; }
.lg { width: 14px; height: 14px; border-radius: 4px; display: inline-block; border: 1px solid var(--line); }
.lg-free { background: #fff; }
.lg-busy { background: repeating-linear-gradient(135deg, #f4f0e8, #f4f0e8 3px, #ddd5c7 3px, #ddd5c7 6px); }
.lg-sel { background: var(--petrol); border-color: var(--petrol); }
.guests { border-top: 1px solid var(--line); padding-top: 18px; }
.stepper { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 12px; padding: 8px 0; }
.stepper > div { display: flex; flex-direction: column; }
.stepper small { color: var(--muted); font-size: .8rem; }
.stepper button { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; font-size: 1.2rem; cursor: pointer; color: var(--ink); }
.stepper button:hover:not(:disabled) { border-color: var(--petrol); }
.stepper button:disabled { opacity: .35; cursor: default; }
.stepper output { min-width: 22px; text-align: center; font-weight: 700; font-size: 1.1rem; }
.who { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.cond-list { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 8px; font-size: .94rem; }
.cond-list li { display: flex; gap: 10px; align-items: center; }
.cond-list .ic { color: var(--petrol); }
#book-submit { margin-top: 18px; }
.summary { padding: 0; overflow: hidden; }
.summary > *:not(.sum-img) { margin-left: 22px; margin-right: 22px; }
.sum-img { width: 100%; height: 150px; object-fit: cover; }
.sum-head { display: flex; flex-direction: column; padding-top: 18px; }
.sum-head strong { font-family: var(--serif); font-size: 1.3rem; }
.sum-dates { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.sum-lines { padding: 10px 0; }
.sum-lines > div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: .95rem; }
.sum-lines .disc { color: var(--ok); font-weight: 600; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-top: 2px solid var(--ink); margin-bottom: 8px; }
.sum-total strong { font-family: var(--serif); font-size: 1.7rem; }
.sum-msg { font-size: .9rem; color: var(--err); }
.sum-perks { list-style: none; padding: 16px 0 20px; margin-top: 4px; border-top: 1px solid var(--line); display: grid; gap: 6px; font-size: .88rem; color: var(--ink-2); }
.sum-perks li { display: flex; gap: 8px; align-items: center; }
.sum-perks .ic { color: var(--ok); }
.summary .small { padding-bottom: 18px; }
.hold { display: flex; gap: 8px; align-items: center; background: var(--saffron-soft); padding: 10px 14px; border-radius: 10px; font-size: .93rem; }
#paypal-buttons { margin: 18px 0; min-height: 120px; }
.secure { display: flex; gap: 6px; align-items: center; }

/* ---------- Confirmation & compte */
.confirm-ic { width: 84px; height: 84px; border-radius: 50%; background: #e3f3e8; color: var(--ok); display: grid; place-items: center; margin: 0 auto 20px; }
.confirm-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
.confirm-steps > div { background: var(--card); padding: 18px; border-radius: var(--radius); box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.confirm-steps .ic { color: var(--petrol); }
.confirm-steps span { font-size: .85rem; color: var(--muted); }
.confirm p .btn { margin: 4px; }
.account { display: grid; grid-template-columns: 240px 1fr; gap: 32px; align-items: start; }
.account-nav { display: flex; flex-direction: column; gap: 4px; background: var(--card); border-radius: var(--radius); padding: 10px; box-shadow: var(--shadow); position: sticky; top: calc(var(--header-h) + 16px); }
.account-nav a { display: flex; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 10px; text-decoration: none; color: var(--ink); font-weight: 500; }
.account-nav a.on, .account-nav a:hover { background: var(--petrol-soft); color: var(--petrol); }
.bk-card { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 16px; align-items: center; background: var(--card); padding: 18px 22px; border-radius: var(--radius); box-shadow: var(--shadow); text-decoration: none; color: var(--ink); margin-bottom: 12px; transition: transform .15s; }
.bk-card:hover { transform: translateY(-2px); color: var(--ink); }
.bk-dates, .bk-meta { display: flex; flex-direction: column; }
.bk-right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.badge { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: .78rem; font-weight: 700; background: var(--sand-2); color: var(--ink-2); }
.badge-confirmed { background: #e3f3e8; color: #1e5a37; }
.badge-cancelled { background: #fbe7e5; color: #8e2c24; }
.badge-pending { background: var(--saffron-soft); color: #7a5608; }
.bk-detail-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.doc-list { list-style: none; padding: 0; margin: 0 0 12px; }
.doc-list a { display: inline-flex; gap: 8px; align-items: center; padding: 6px 0; font-weight: 600; }
.invoice-req summary { list-style: none; display: inline-flex; margin-bottom: 14px; }
.invoice-req summary::-webkit-details-marker { display: none; }
.empty { background: var(--card); border-radius: var(--radius); padding: 28px; text-align: center; box-shadow: var(--shadow); margin-bottom: 24px; }
.auth { display: flex; justify-content: center; }
.auth-card { width: min(440px, 100%); }
.auth-wide { width: min(640px, 100%); }
.contact-aside .card p { margin: 0; color: var(--ink-2); }

/* ---------- Pied de page */
.site-footer { background: #15333b; color: #cfdcdf; padding: 56px 0 24px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h3 { font-family: var(--font); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--saffron); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { color: #e7eff0; text-decoration: none; display: inline-flex; gap: 4px; align-items: center; }
.site-footer a:hover { color: var(--saffron); }
.site-footer .muted { color: #93a8ad; }
.brand-foot { color: #fff; margin-bottom: 12px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 36px; padding-top: 20px; font-size: .85rem; color: #93a8ad; }
.mobile-book { display: none; }

/* ---------- Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(12, 22, 26, .94); display: flex; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: 92vw; max-height: 88vh; text-align: center; }
.lightbox img { max-width: 92vw; max-height: 80vh; object-fit: contain; border-radius: 8px; margin: 0 auto; }
.lightbox figcaption { color: #fff; margin-top: 12px; }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .12); color: #fff; border: 0; width: 52px; height: 52px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.lightbox button:hover { background: rgba(255, 255, 255, .25); }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 18px; }
.lb-next { right: 18px; }

/* ---------- Animations d'apparition */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } .hero-img { animation: none; } html { scroll-behavior: auto; } }

/* ---------- Responsive */
@media (max-width: 1080px) {
  .highlights, .rooms { grid-template-columns: repeat(2, 1fr); }
  .book { grid-template-columns: minmax(0, 1fr) 330px; }
}
@media (max-width: 900px) {
  :root { --header-h: 64px; }
  .nav-toggle { display: block; margin-left: auto; }
  .header-cta { display: none; }
  .main-nav { position: fixed; inset: var(--header-h) 0 auto 0; background: var(--sand); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); transform: translateY(-120%); transition: transform .3s; margin: 0; }
  .main-nav:not(.open) { visibility: hidden; }
  .main-nav.open { transform: none; visibility: visible; }
  .main-nav > a, .is-home .site-header .main-nav > a { color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-nav > a::after { display: none; }
  .nav-extra { justify-content: space-between; padding-top: 14px; }
  .is-home .site-header .nav-extra a, .is-home .site-header .lang-switch { color: var(--ink); }
  .hero-in { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-bottom: 32px; }
  .eyebrow { letter-spacing: .08em; flex-wrap: wrap; }
  .hero { min-height: auto; }
  .facts-in { grid-template-columns: repeat(3, 1fr); row-gap: 18px; }
  .direct-in, .split, .with-aside { grid-template-columns: 1fr; gap: 32px; }
  .book { grid-template-columns: minmax(0, 1fr); }
  .book-aside { position: static; order: -1; }
  .sum-img { display: none; }
  .account { grid-template-columns: 1fr; }
  .account-nav { flex-direction: row; overflow-x: auto; position: static; }
  .account-nav a { white-space: nowrap; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 150px 150px; }
  .mosaic .m0 { grid-column: span 2; grid-row: auto; }
  .aside-card { position: static; }
  .mobile-book { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: #fff; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -6px 20px rgba(0, 0, 0, .1); }
  .mobile-book strong { font-family: var(--serif); font-size: 1.3rem; }
  .mobile-book .btn { padding: .7em 1.1em; }
  body { padding-bottom: 72px; }
}
@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .highlights { grid-template-columns: 1fr; }
  .rooms { grid-template-columns: 1fr; }
  .hl { flex-direction: row; align-items: flex-start; }
  .facts-in { grid-template-columns: repeat(2, 1fr); }
  .cal-months { grid-template-columns: minmax(0, 1fr); }
  .cal-day { height: 48px; }
  .cal-grid { grid-auto-rows: 48px; }
  .cal-months .cal-month:nth-child(2) { display: none; }
  .grid2 { grid-template-columns: 1fr; }
  .confirm-steps { grid-template-columns: 1fr; }
  .bk-card { grid-template-columns: 1fr; }
  .bk-right { flex-direction: row; justify-content: space-between; align-items: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .search-card { padding: 18px; }
  .mosaic { grid-template-rows: 200px 120px 120px; gap: 8px; }
  .map iframe { height: 300px; }
  .lb-prev, .lb-next { bottom: 18px; top: auto; }
}

/* code promo (réservation) */
.sum-promo { padding: 12px 0; border-top: 1px solid var(--line); }
.sum-promo label { display: block; margin-bottom: 6px; font-weight: 600; }
.sum-promo-row { display: flex; gap: 8px; }
.sum-promo-row input { flex: 1; min-width: 0; text-transform: uppercase; letter-spacing: .04em; }
.sum-promo-msg { margin: 6px 0 0; }
.sum-promo-msg.ok { color: var(--ok); font-weight: 600; }
.sum-promo-msg.err { color: #b3261e; }

/* offre envoyée par l'hôte */
.quote { margin: 0; padding: 4px 0 4px 14px; border-left: 3px solid var(--saffron); font-style: italic; }

/* parrainage */
.ref-card { text-align: center; }
.ref-code { font-family: var(--serif); font-size: 2.2rem; letter-spacing: .08em; margin: 4px 0 14px; }
.ref-share { display: flex; gap: 8px; max-width: 560px; margin: 0 auto 12px; }
.ref-link { flex: 1; min-width: 0; font-size: .9rem; }
.ref-btns { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 0; }
.ref-amount { font-family: var(--serif); font-size: 2.4rem; color: var(--ok); margin: 0 0 6px; }
.ref-how { padding-left: 20px; line-height: 1.6; margin: 0; }
.ref-table { width: 100%; border-collapse: collapse; }
.ref-table td { padding: 8px 4px; border-bottom: 1px solid var(--line); }
.ref-table .r { text-align: right; font-weight: 600; }
.opt-title { margin: 18px 0 8px; }
.opt-grid select { width: 100%; }
.sum-credit { padding: 10px 0; border-top: 1px solid var(--line); }
@media (max-width: 600px) { .ref-share { flex-direction: column; } }
