@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,500..800&family=IBM+Plex+Mono:wght@500;600&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --plum: #321e2b;
  --plum-2: #4b2a3c;
  --foam: #f5f0e7;
  --paper: #fffaf2;
  --glass: #4f7a72;
  --glass-dark: #416f68;
  --coral: #c44834;
  --stone: #c6a88a;
  --mist: #bfd6d7;
  --ink: #241a22;
  --muted: #665c62;
  --line: rgba(50, 30, 43, .18);
  --display: "Bricolage Grotesque", "Arial Narrow", Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "IBM Plex Mono", Consolas, monospace;
  --shadow: 0 30px 80px rgba(50,30,43,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--foam);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.68;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 10px 16px; background: var(--paper); color: var(--plum); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.anchor-target { position: absolute; top: -90px; }
.ha-container { width: min(1280px, calc(100% - 72px)); margin-inline: auto; }

.tide-progress { position: fixed; z-index: 90; top: 0; left: 0; width: 100%; height: 4px; background: rgba(255,255,255,.12); pointer-events: none; }
.tide-progress span { display: block; width: 0; height: 100%; background: var(--coral); transform-origin: left; }

.ha-header { position: fixed; z-index: 70; top: 0; right: 0; left: 0; min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 16px max(36px, calc((100vw - 1440px) / 2)); color: #fff; border-bottom: 1px solid rgba(255,255,255,.24); transition: min-height .35s, background .35s, color .35s, box-shadow .35s; }
.ha-header.is-scrolled, .ha-header[data-scheme="light"] { min-height: 72px; background: rgba(245,240,231,.94); color: var(--plum); border-color: var(--line); box-shadow: 0 10px 40px rgba(50,30,43,.08); backdrop-filter: blur(16px); }
.ha-brand { justify-self: start; display: inline-flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; line-height: 1; }
.ha-brand__sun { position: relative; width: 42px; aspect-ratio: 1; display: block; border: 1px solid currentColor; border-radius: 50%; }
.ha-brand__sun::before, .ha-brand__sun::after { content: ""; position: absolute; inset: 50% auto auto 50%; background: currentColor; transform: translate(-50%,-50%); }
.ha-brand__sun::before { width: 22px; height: 1px; }
.ha-brand__sun::after { width: 1px; height: 22px; }
.ha-brand strong, .ha-brand small { display: block; }
.ha-brand strong { font: 700 20px/1 var(--display); letter-spacing: -.02em; }
.ha-brand small { margin-top: 6px; font: 500 12px/1.2 var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.ha-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px,2.4vw,38px); }
.ha-nav a { position: relative; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.ha-nav a::after { content: ""; position: absolute; right: 100%; bottom: -8px; left: 0; height: 2px; background: var(--coral); transition: right .3s; }
.ha-nav a:hover::after { right: 0; }
.ha-header__cta { justify-self: end; display: inline-flex; gap: 15px; align-items: center; min-height: 47px; padding: 10px 17px; border: 1px solid currentColor; font-size: 14px; font-weight: 800; text-decoration: none; transition: background .25s,color .25s; }
.ha-header__cta:hover { background: var(--coral); border-color: var(--coral); color: #fff; }
.ha-menu-toggle { display: none; justify-self: end; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.ha-menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s,opacity .25s; }

.ha-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; background: var(--plum); color: #fff; }
.ha-hero__image { position: absolute; z-index: -2; inset: 0; overflow: hidden; }
.ha-hero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,10,19,.78) 0%, rgba(22,10,19,.48) 38%, rgba(22,10,19,.05) 70%), linear-gradient(0deg, rgba(25,12,20,.5), transparent 45%); }
.ha-hero__image > img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-breathe 14s ease-in-out infinite alternate; }
.ha-hero__light { position: absolute; inset: 0; background: radial-gradient(circle at 72% 28%, rgba(255,239,202,.22), transparent 28%); mix-blend-mode: screen; animation: light-drift 8s ease-in-out infinite alternate; }
.ha-shutter { position: absolute; z-index: 3; top: 0; bottom: 0; width: 50.5%; background: var(--plum); animation: open-shutter 1.25s .12s cubic-bezier(.7,0,.2,1) both; }
.ha-shutter--left { left: 0; transform-origin: left; }
.ha-shutter--right { right: 0; transform-origin: right; }
.ha-shutter::after { content: ""; position: absolute; top: 50%; width: 88px; height: 1px; background: rgba(255,255,255,.62); }
.ha-shutter--left::after { right: 0; }
.ha-shutter--right::after { left: 0; }
@keyframes open-shutter { from { transform: scaleX(1); } to { transform: scaleX(0); } }
@keyframes hero-breathe { to { transform: scale(1.035); } }
@keyframes light-drift { to { transform: translate3d(-2%,3%,0); opacity: .65; } }
.ha-hero__content { width: min(1280px, calc(100% - 72px)); margin: 0 auto; padding: 170px 0 clamp(135px,15vh,190px); }
.ha-kicker { margin: 0 0 17px; color: var(--coral); font: 600 13px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.ha-hero .ha-kicker { color: #ffd0c5; }
.ha-hero h1 { max-width: 920px; margin: 0; font: 750 clamp(65px,8.2vw,136px)/.83 var(--display); letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.ha-hero h1 span { display: block; animation: title-rise .75s cubic-bezier(.2,.8,.2,1) both; }
.ha-hero h1 span:nth-child(1) { animation-delay: .85s; }
.ha-hero h1 span:nth-child(2) { animation-delay: .97s; }
.ha-hero h1 span:nth-child(3) { color: #ffd0c5; animation-delay: 1.09s; }
@keyframes title-rise { from { opacity: 0; transform: translateY(35px); } to { opacity: 1; transform: none; } }
.ha-hero__lead { max-width: 670px; margin: 32px 0 0; color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.7; }
.ha-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; margin-top: 34px; }
.ha-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 12px 22px; border: 1px solid transparent; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .25s,background .25s,color .25s,box-shadow .25s; }
.ha-button:hover { transform: translateY(-3px) rotate(-.5deg); }
.ha-button--coral { background: var(--coral); color: #fff; box-shadow: 0 12px 40px rgba(230,102,78,.26); }
.ha-button--cream { background: var(--foam); color: var(--plum); }
.ha-button--plum { background: var(--plum); color: #fff; }
.ha-link { display: inline-flex; gap: 18px; align-items: center; color: var(--plum); font-size: 14px; font-weight: 800; text-decoration: none; }
.ha-link span { color: var(--coral); transition: transform .25s; }
.ha-link:hover span { transform: translateX(5px); }
.ha-link--light { color: #fff; }
.stay-ticket { position: absolute; z-index: 4; right: max(36px,calc((100vw - 1380px)/2)); bottom: 92px; width: 300px; padding: 22px; background: var(--mist); color: var(--plum); box-shadow: 18px 18px 0 rgba(50,30,43,.4); transform: rotate(2.2deg); }
.stay-ticket::before, .stay-ticket::after { content: ""; position: absolute; top: 54px; width: 17px; height: 17px; border-radius: 50%; background: #5c5551; }
.stay-ticket::before { left: -9px; }
.stay-ticket::after { right: -9px; }
.stay-ticket__top { display: flex; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px dashed rgba(50,30,43,.4); font: 600 12px var(--mono); }
.stay-ticket > p { margin: 19px 0 5px; font: 700 13px var(--mono); text-transform: uppercase; }
.stay-ticket > strong { display: block; font: 750 29px var(--display); }
.stay-ticket ul { display: grid; gap: 6px; margin: 15px 0 18px; padding: 14px 0; border-block: 1px dashed rgba(50,30,43,.35); list-style: none; font-size: 13.5px; font-weight: 700; }
.stay-ticket li::before { content: "✓"; margin-right: 8px; color: var(--coral); }
.stay-ticket a { display: flex; justify-content: space-between; font-size: 14px; font-weight: 800; text-decoration: none; }
.ha-hero__scroll { position: absolute; bottom: 29px; left: max(36px,calc((100vw - 1280px)/2)); display: flex; align-items: center; gap: 12px; margin: 0; font: 500 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.ha-hero__scroll span { width: 42px; height: 1px; background: currentColor; animation: scroll-line 1.6s ease-in-out infinite; transform-origin: left; }
@keyframes scroll-line { 50% { transform: scaleX(.35); } }
.ha-hero__wave { position: absolute; z-index: 1; right: 0; bottom: -1px; left: 0; width: 100%; height: 58px; fill: var(--foam); }

.house-bulletin { display: grid; grid-template-columns: 1.4fr repeat(4,1fr); background: var(--foam); border-bottom: 1px solid var(--line); }
.house-bulletin > * { min-height: 98px; padding: 19px 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.house-bulletin > *:last-child { border-right: 0; }
.house-bulletin__title { position: relative; padding-left: max(36px,calc((100vw - 1280px)/2)); }
.house-bulletin__title strong { font: 700 16px var(--display); }
.house-bulletin__title small { color: var(--muted); font-size: 13px; }
.house-bulletin > div:not(.house-bulletin__title) span { color: var(--muted); font: 600 12.5px var(--mono); text-transform: uppercase; }
.house-bulletin > div:not(.house-bulletin__title) strong { margin-top: 5px; font-size: 14px; }
.pulse-dot { position: absolute; left: max(15px,calc((100vw - 1350px)/2)); width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(230,102,78,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(230,102,78,0); } }

.ha-section { position: relative; padding: clamp(100px,11vw,180px) 0; }
.ha-heading { margin-bottom: 65px; }
.ha-heading h2, .ha-intro h2, .day-story h2, .table-story h2, .final-booking h2 { margin: 0; font: 720 clamp(52px,6vw,92px)/.95 var(--display); letter-spacing: -.065em; text-wrap: balance; }
.ha-heading--split { display: grid; grid-template-columns: 1.12fr .68fr; gap: 80px; align-items: end; }
.ha-heading--split > p { max-width: 53ch; margin: 0 0 5px; color: var(--muted); }
.ha-heading--light { color: #fff; }

.ha-intro { background: var(--foam); }
.ha-intro::before { content: ""; position: absolute; top: 0; right: 9%; width: 340px; height: 340px; border: 1px solid rgba(109,155,145,.34); border-radius: 50%; box-shadow: inset 0 0 0 38px var(--foam), inset 0 0 0 39px rgba(109,155,145,.34), inset 0 0 0 85px var(--foam), inset 0 0 0 86px rgba(109,155,145,.34); opacity: .65; }
.ha-intro__grid { position: relative; display: grid; grid-template-columns: .85fr 1.05fr; grid-template-areas: "headline letter" "photo photo"; gap: 75px 100px; }
.ha-intro__headline { grid-area: headline; align-self: start; }
.ha-intro__headline h2 { max-width: 9ch; }
.coordinates { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.coordinates span { padding: 8px 10px; border: 1px solid var(--line); font: 600 12px var(--mono); }
.host-letter { grid-area: letter; position: relative; max-width: 720px; padding: 48px 55px 42px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); transform: rotate(.7deg); }
.host-letter::after { content: ""; position: absolute; top: -13px; left: 50%; width: 125px; height: 28px; background: rgba(198,168,138,.55); transform: translateX(-50%) rotate(-2deg); }
.host-letter__seal { position: absolute; top: 28px; right: 28px; width: 68px; height: 68px; display: grid; place-items: center; border: 2px solid var(--coral); border-radius: 50%; color: var(--coral); font: 700 15px/1 var(--mono); text-align: center; transform: rotate(9deg); }
.host-letter__seal small { font-size: 9px; }
.host-letter__hello { margin-top: 0; font: 700 27px var(--display); }
.host-letter p:not(.host-letter__hello):not(.host-letter__signature) { max-width: 62ch; color: var(--muted); font-size: 16px; }
.host-letter__signature { margin: 24px 0 18px; color: var(--coral); font: 700 29px var(--display); font-style: italic; }
.hosts-photo { grid-area: photo; position: relative; width: 82%; min-height: 620px; margin: 0 auto; overflow: hidden; }
.hosts-photo::before { content: ""; position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255,255,255,.5); pointer-events: none; }
.hosts-photo img { height: 620px; object-fit: cover; }
.hosts-photo figcaption { position: absolute; right: 25px; bottom: 25px; width: min(380px,calc(100% - 50px)); padding: 18px 20px; background: var(--mist); color: var(--plum); font-size: 14px; font-weight: 700; }
.hosts-photo figcaption span { display: block; margin-bottom: 5px; font: 600 10px var(--mono); }

.stay-profiles { background: var(--plum); color: #fff; overflow: hidden; }
.stay-profiles::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 15%, rgba(230,102,78,.28), transparent 22%), repeating-radial-gradient(circle at 4% 95%, transparent 0 26px, rgba(255,255,255,.025) 27px 28px); }
.stay-profiles .ha-container { position: relative; }
.profile-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.24); }
.profile-card { min-height: 340px; padding: 28px; border: 0; border-right: 1px solid rgba(255,255,255,.24); background: transparent; color: #fff; text-align: left; cursor: pointer; transition: background .3s,color .3s,transform .3s; }
.profile-card:last-child { border-right: 0; }
.profile-card:hover, .profile-card.is-active { background: var(--mist); color: var(--plum); transform: translateY(-10px); }
.profile-card > span { display: block; margin-bottom: 95px; font: 600 12px var(--mono); color: var(--coral); }
.profile-card strong { display: block; font: 700 35px/1 var(--display); }
.profile-card p { max-width: 23ch; margin: 14px 0 0; font-size: 14px; line-height: 1.55; opacity: .76; }
.profile-response { margin: 28px 0 0; padding: 17px 21px; border-left: 3px solid var(--coral); background: rgba(255,255,255,.07); font-size: 15px; }

.rooms { background: var(--foam); overflow: hidden; }
.room-rail-wrap { position: relative; }
.room-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(480px, 45vw); gap: 25px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 8px max(36px,calc((100vw - 1280px)/2)) 42px; margin-inline: calc((100vw - min(1280px,calc(100vw - 72px)))/-2); }
.room-rail::-webkit-scrollbar { display: none; }
.signature-room { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); scroll-snap-align: center; }
.signature-room__image { position: relative; display: block; height: 490px; overflow: hidden; }
.signature-room__image::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent,rgba(30,19,28,.35)); }
.signature-room__image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.signature-room:hover .signature-room__image img { transform: scale(1.035); }
.key-tag { position: absolute; z-index: 2; top: 20px; right: 18px; padding: 12px 15px 20px; background: var(--coral); color: #fff; font: 600 11px var(--mono); clip-path: polygon(0 0,100% 0,100% 78%,50% 100%,0 78%); }
.signature-room__body { padding: 27px 29px 30px; }
.signature-room__body > div:first-child { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; align-items: end; }
.signature-room__body p { margin: 0; color: var(--muted); font-size: 14.5px; }
.signature-room h3 { margin: 0; font: 720 38px/1 var(--display); letter-spacing: -.045em; }
.signature-room dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 25px 0; border-block: 1px solid var(--line); }
.signature-room dl > div { padding: 14px 12px 14px 0; border-right: 1px solid var(--line); }
.signature-room dl > div:last-child { padding-left: 14px; border: 0; }
.signature-room dt { color: var(--muted); font: 600 12px var(--mono); text-transform: uppercase; }
.signature-room dd { margin: 4px 0 0; font-weight: 800; }
.signature-room__body > a { display: flex; justify-content: space-between; font-size: 14px; font-weight: 800; text-decoration: none; }
.signature-room__body > a span { color: var(--coral); }
.rail-controls { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.rail-controls button { width: 50px; height: 50px; border: 1px solid var(--plum); background: transparent; font-size: 20px; cursor: pointer; transition: background .25s,color .25s; }
.rail-controls button:hover { background: var(--plum); color: #fff; }
.rail-controls span { margin-right: auto; color: var(--muted); font: 500 11px var(--mono); text-transform: uppercase; }

.day-story { padding-bottom: 0; background: var(--mist); }
.day-story__intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.day-story__intro .ha-kicker { grid-column: 1/-1; margin-bottom: -30px; }
.day-story__intro > p:last-child { max-width: 52ch; margin: 0; color: #445e5a; }
.day-story__layout { display: grid; grid-template-columns: 1fr 1fr; }
.day-story__visuals { position: sticky; top: 72px; height: calc(100vh - 72px); align-self: start; overflow: hidden; background: var(--plum); }
.day-photo { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.035); transition: opacity .7s,transform 1s; }
.day-photo.is-active { opacity: 1; transform: scale(1); }
.day-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(50,30,43,.35),transparent 50%); }
.day-photo img { width: 100%; height: 100%; object-fit: cover; }
.day-story__steps { background: var(--plum); color: #fff; }
.day-story__steps article { min-height: 74vh; display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,120px); border-bottom: 1px solid rgba(255,255,255,.2); }
.day-story__steps time { color: #f2a592; font: 600 12px var(--mono); }
.day-story__steps h3 { max-width: 12ch; margin: 24px 0; font: 720 clamp(42px,4.5vw,70px)/.95 var(--display); letter-spacing: -.055em; }
.day-story__steps p { max-width: 49ch; color: rgba(255,255,255,.7); font-size: 16px; }
.day-story__steps a { margin-top: 17px; color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }

.table-story { background: var(--coral); color: #fff; }
.table-story__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px,7vw,100px); align-items: center; }
.table-story__photo { position: relative; min-height: 720px; margin: 0; overflow: hidden; box-shadow: 20px 20px 0 var(--plum); }
.table-story__photo img { height: 720px; object-fit: cover; }
.table-story__photo figcaption { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; background: var(--foam); color: var(--plum); font: 600 11px var(--mono); }
.table-story .ha-kicker { color: #fff; }
.table-story__lead { font-size: 20px; line-height: 1.55; }
.table-story ul { margin: 35px 0; padding: 0; border-top: 1px solid rgba(255,255,255,.35); list-style: none; }
.table-story li { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.table-story li > span { font: 600 11px var(--mono); }
.table-story li strong { font-size: 15px; }
.table-story li p { margin: 4px 0 0; color: #fff; font-size: 14px; }

.escape-atlas { background: var(--foam); }
.atlas { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 840px; border: 1px solid var(--line); }
.atlas__map { position: relative; overflow: hidden; background: var(--glass); color: #fff; }
.atlas__map::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at 80% 12%,transparent 0 31px,rgba(255,255,255,.075) 32px 33px); }
.atlas__map svg { position: absolute; inset: 7% 4%; width: 92%; height: 86%; overflow: visible; }
.atlas__map .coast { fill: none; stroke: rgba(255,255,255,.6); stroke-width: 2; stroke-dasharray: 5 8; }
.atlas__map .route { fill: none; stroke: var(--coral); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 900; stroke-dashoffset: 900; transition: stroke-dashoffset 2.2s ease; }
.atlas.is-visible .route { stroke-dashoffset: 0; }
.atlas__map circle { fill: var(--foam); stroke: var(--coral); stroke-width: 4; }
.atlas__home { position: absolute; top: 19%; left: 23%; padding: 10px 12px; background: var(--plum); font: 700 12px var(--display); transform: rotate(-3deg); }
.atlas__home small { font: 500 9px var(--mono); }
.compass { position: absolute; right: 28px; bottom: 28px; width: 92px; height: 92px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.compass::before, .compass::after { content: ""; position: absolute; background: rgba(255,255,255,.65); }
.compass::before { width: 1px; height: 100%; }
.compass::after { width: 100%; height: 1px; }
.compass span { z-index: 1; align-self: start; padding-top: 8px; font: 600 10px var(--mono); }
.atlas__cards { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.atlas-card { display: grid; grid-template-rows: 220px 1fr; color: var(--plum); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; overflow: hidden; }
.atlas-card:nth-child(2n) { border-right: 0; }
.atlas-card img { height: 220px; object-fit: cover; transition: transform .55s; }
.atlas-card:hover img { transform: scale(1.035); }
.atlas-card div { padding: 23px 24px 27px; }
.atlas-card span { color: var(--coral); font: 600 12px var(--mono); }
.atlas-card h3 { margin: 8px 0 10px; font: 720 31px/1 var(--display); letter-spacing: -.04em; }
.atlas-card p { margin: 0; color: var(--muted); font-size: 14.5px; }

.season-ribbon { overflow: hidden; border-block: 1px solid var(--plum); background: var(--mist); transform: rotate(-1deg) scale(1.01); }
.season-ribbon__track { width: max-content; display: flex; animation: marquee 28s linear infinite; }
.season-ribbon span { display: block; padding: 16px 40px; color: var(--plum); font: 700 15px var(--mono); white-space: nowrap; }
.season-ribbon span::after { content: "✺"; margin-left: 80px; color: var(--coral); }
@keyframes marquee { to { transform: translateX(-50%); } }

.proof { background: var(--plum); color: #fff; }
.proof__score { display: grid; grid-template-columns: 1.2fr .6fr .8fr; align-items: center; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.22); }
.proof__score div span { font: 750 clamp(100px,14vw,210px)/.7 var(--display); letter-spacing: -.1em; }
.proof__score div small { font: 700 30px var(--display); }
.proof__score > p { color: #ffb7a6; font-size: 22px; letter-spacing: .2em; }
.proof__score > strong { font: 700 22px var(--display); }
.proof__quotes { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid rgba(255,255,255,.22); }
.proof__quotes blockquote { margin: 0; padding: 45px 35px 48px; border-right: 1px solid rgba(255,255,255,.22); }
.proof__quotes blockquote:last-child { border-right: 0; }
.proof__quotes p { margin: 0; font: 500 19px/1.6 var(--display); }
.proof__quotes footer { margin-top: 28px; color: rgba(255,255,255,.6); font: 500 13px var(--mono); }
.proof__facts { display: grid; grid-template-columns: repeat(4,1fr); }
.proof__facts div { padding: 35px 28px 0 0; }
.proof__facts strong { display: block; color: #ffb7a6; font: 750 52px/1 var(--display); }
.proof__facts span { display: block; max-width: 25ch; margin-top: 9px; color: rgba(255,255,255,.64); font-size: 14.5px; }

.faces { background: var(--mist); }
.faces__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px,9vw,135px); align-items: center; }
.faces__copy h2 { max-width: 10ch; margin: 0 0 26px; font: 720 clamp(50px,5.5vw,82px)/.96 var(--display); letter-spacing: -.065em; }
.faces__copy > p:not(.ha-kicker) { color: #455f5b; }
.faces__roles { display: grid; margin-top: 35px; border-top: 1px solid rgba(50,30,43,.3); }
.faces__roles span { padding: 13px 0; border-bottom: 1px solid rgba(50,30,43,.3); font: 600 13.5px var(--mono); }
.faces__photo { position: relative; min-height: 650px; margin: 0; overflow: hidden; }
.faces__photo img { height: 650px; object-fit: cover; }
.faces__photo figcaption { position: absolute; right: 20px; bottom: 20px; padding: 12px 15px; background: var(--coral); color: #fff; font: 600 11px var(--mono); }

.booking-path { background: var(--foam); }
.booking-path__steps { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.booking-path__steps li { min-height: 320px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s,transform .3s; }
.booking-path__steps li:hover { background: var(--mist); transform: translateY(-6px); }
.booking-path__steps li > span { display: block; margin-bottom: 85px; color: var(--coral); font: 600 12px var(--mono); }
.booking-path__steps h3 { margin: 0 0 12px; font: 720 30px var(--display); }
.booking-path__steps p { margin: 0; color: var(--muted); font-size: 14px; }

.journal { background: var(--paper); }
.journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.journal-grid article { border: 1px solid var(--line); background: var(--foam); transition: transform .3s,box-shadow .3s; }
.journal-grid article:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.journal-grid img { height: 270px; object-fit: cover; }
.journal-grid article div { padding: 24px 25px 29px; }
.journal-grid span { color: var(--coral); font: 600 12px var(--mono); }
.journal-grid h3 { margin: 13px 0; font: 720 29px/1.05 var(--display); letter-spacing: -.035em; }
.journal-grid p { min-height: 72px; margin: 0; color: var(--muted); font-size: 14.5px; }
.journal-grid a { display: inline-block; margin-top: 20px; font-size: 14px; font-weight: 800; text-decoration: none; }

.final-booking { background: var(--coral); color: #fff; overflow: hidden; }
.final-booking::before { content: ""; position: absolute; top: -180px; right: -120px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: inset 0 0 0 60px var(--coral), inset 0 0 0 61px rgba(255,255,255,.28), inset 0 0 0 125px var(--coral), inset 0 0 0 126px rgba(255,255,255,.28); }
.final-booking__grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px,8vw,120px); align-items: start; }
.final-booking .ha-kicker { color: #fff; }
.final-booking__copy h2 { max-width: 9ch; }
.final-booking__copy > p:not(.ha-kicker) { max-width: 47ch; color: #fff; }
.final-booking__contact { display: grid; gap: 10px; margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.35); }
.final-booking__contact a { font: 700 20px var(--display); text-decoration: none; }
.final-booking__contact span { color: #fff; font-size: 13px; }
.planner { position: relative; display: grid; gap: 0; padding: 24px 38px 38px; background: var(--paper); color: var(--plum); box-shadow: 22px 22px 0 var(--plum); }
.planner::before { content: "SÉJOUR / DEMANDE"; position: absolute; top: 19px; right: 22px; color: var(--coral); font: 600 9px var(--mono); }
.planner__step { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 28px 0; border-bottom: 1px dashed var(--line); }
.planner__step > span { font: 600 12px var(--mono); color: var(--coral); }
.planner__step > div > strong { display: block; margin-bottom: 17px; font: 720 24px var(--display); }
.planner__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.planner label { display: grid; gap: 7px; margin-top: 14px; color: var(--muted); font: 600 13px var(--mono); text-transform: uppercase; }
.planner input, .planner select, .planner textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); padding: 12px 13px; font: 500 15px var(--sans); text-transform: none; }
.planner input:focus, .planner select:focus, .planner textarea:focus { outline: 3px solid rgba(230,102,78,.18); border-color: var(--coral); }
.planner__consent { grid-template-columns: 19px 1fr !important; align-items: start; gap: 10px !important; font-family: var(--sans) !important; font-size: 13px !important; line-height: 1.45; letter-spacing: 0 !important; text-transform: none !important; }
.planner__consent input { width: 18px; height: 18px; padding: 0; margin: 1px 0 0; }
.planner .ha-button { justify-self: start; margin-top: 28px; }
.form-status { display: none; margin: 18px 0 0; padding: 15px 17px; background: #e4f0ec; color: #23463f; font-size: 14px; font-weight: 700; }
.form-status.is-visible { display: block; }

.ha-footer { position: relative; padding: 100px 0 28px; background: #21151e; color: #fff; }
.ha-footer__horizon { position: absolute; top: 0; left: 0; width: 100%; height: 40px; overflow: hidden; }
.ha-footer__horizon span { position: absolute; top: -25px; left: -5%; width: 110%; height: 55px; border-bottom: 2px solid var(--coral); border-radius: 50%; }
.ha-footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 55px; }
.ha-brand--footer { color: #fff; }
.ha-footer__brand > p { max-width: 32ch; color: rgba(255,255,255,.58); font-size: 14px; }
.ha-footer h2 { margin: 0 0 20px; color: #f5a18f; font: 600 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.ha-footer__grid > div:not(.ha-footer__brand) a, .ha-footer__grid > div:not(.ha-footer__brand) p { display: block; margin: 9px 0; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.6; text-decoration: none; }
.ha-footer__grid a:hover { color: #fff; }
.ha-footer__social { display: flex; gap: 8px; margin-top: 25px; }
.ha-footer__social a { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font: 600 11px var(--mono); text-decoration: none; }
.ha-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.46); font: 500 13px var(--mono); }
.ha-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 20px; }
.ha-footer__bottom a, .ha-footer__bottom button { padding: 0; border: 0; background: none; color: inherit; font: inherit; text-decoration: none; cursor: pointer; }

.reveal-photo { clip-path: inset(0 0 0 0); }
.js .reveal-photo:not(.is-revealed) img { transform: scale(1.018); }
.reveal-photo img { transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
.tilt-card { transform-style: preserve-3d; transition: transform .25s ease; }

/* Pages intérieures */
body.ha-subpage { background: var(--foam); color: var(--ink); }
body.ha-subpage .ha-header { position: sticky; min-height: 74px; background: var(--plum); color: #fff; }
body.ha-subpage .ha-header.is-scrolled { background: rgba(50,30,43,.96); color: #fff; border-color: rgba(255,255,255,.18); }
.ha-subhero { position: relative; min-height: min(67vh,720px); display: flex; align-items: end; overflow: hidden; background: var(--plum); color: #fff; }
.ha-subhero__image { position: absolute; inset: 0; margin: 0; }
.ha-subhero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(32,14,26,.86),rgba(32,14,26,.05) 70%); }
.ha-subhero__image img { width: 100%; height: 100%; object-fit: cover; }
.ha-subhero__content { position: relative; z-index: 1; width: min(1180px,calc(100% - 72px)); margin: 0 auto; padding: 90px 0 70px; }
.ha-subhero__content .ha-kicker { color: #ffc2b4; }
.ha-subhero h1 { max-width: 12ch; margin: 0; font: 750 clamp(58px,8vw,112px)/.88 var(--display); letter-spacing: -.075em; text-wrap: balance; }
.ha-subhero__meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.ha-subhero__meta span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.48); font: 600 12.5px var(--mono); text-transform: uppercase; }
body.ha-subpage .souspage { padding: 0 0 clamp(90px,10vw,150px) !important; color: var(--ink) !important; }
body.ha-subpage .souspage > .wrap { width: min(1120px,calc(100% - 72px)); max-width: none !important; margin: 0 auto !important; padding: 0 !important; }
body.ha-subpage .fil { margin: 0 0 55px !important; padding: 27px 0 !important; border-bottom: 1px solid var(--line); color: var(--muted) !important; font: 600 14px/1.5 var(--mono) !important; }
body.ha-subpage .fil a { color: var(--muted) !important; }
body.ha-subpage .souspage > .wrap > .kicker,
body.ha-subpage .souspage > .wrap > h1,
body.ha-subpage .souspage > .wrap > .chap { display: none; }
body.ha-subpage .bloc { display: grid !important; grid-template-columns: minmax(0,1.5fr) minmax(310px,.6fr) !important; gap: 70px !important; align-items: start !important; margin-top: 0 !important; }
body.ha-subpage .bloc > div { min-width: 0; }
body.ha-subpage .souspage h2 { margin: 55px 0 17px !important; color: var(--plum) !important; font: 720 clamp(32px,3.2vw,47px)/1 var(--display) !important; letter-spacing: -.045em; }
body.ha-subpage .souspage h3 { color: var(--plum) !important; font-family: var(--display) !important; }
body.ha-subpage .souspage p { color: var(--muted) !important; font-size: 17px !important; line-height: 1.75 !important; }
body.ha-subpage .souspage .liste { margin-top: 22px !important; border-top: 1px solid var(--line); }
body.ha-subpage .souspage .liste li { padding: 15px 0 15px 31px !important; border-bottom: 1px solid var(--line) !important; font-size: 16px; }
body.ha-subpage .souspage .liste li::before { top: 25px !important; width: 8px !important; height: 8px !important; background: var(--coral) !important; opacity: 1 !important; }
body.ha-subpage .etape { padding: 20px 0 !important; border-top: 1px solid var(--line) !important; }
body.ha-subpage .etape i { width: 36px !important; height: 36px !important; background: var(--mist) !important; color: var(--plum) !important; font: 600 12px var(--mono) !important; }
body.ha-subpage .etape b { color: var(--plum); font-size: 17px !important; }
body.ha-subpage .etape p { font-size: 15px !important; }
body.ha-subpage .faq details { padding: 18px 0 !important; border-bottom: 1px solid var(--line) !important; }
body.ha-subpage .faq summary { color: var(--plum); font-size: 16px !important; }
body.ha-subpage .faq p { font-size: 15px !important; }
body.ha-subpage .autres { gap: 10px !important; }
body.ha-subpage .autres a { padding: 10px 15px !important; border: 1px solid var(--line) !important; border-radius: 0 !important; background: var(--paper) !important; color: var(--plum) !important; font-size: 14px !important; }
body.ha-subpage .encart { position: sticky !important; top: 105px !important; padding: 27px !important; border: 0 !important; border-radius: 0 !important; background: var(--plum) !important; color: #fff !important; box-shadow: 14px 14px 0 var(--mist); }
body.ha-subpage .encart b { color: #fff; font: 720 29px var(--display) !important; }
body.ha-subpage .encart span, body.ha-subpage .encart p { color: rgba(255,255,255,.68) !important; font-size: 14px !important; }
body.ha-subpage .encart .btn { min-height: 49px; border-radius: 0 !important; background: var(--coral) !important; color: #fff !important; font-size: 15px !important; font-weight: 800 !important; }
body.ha-subpage .encart .btn--b { background: #fff !important; color: var(--plum) !important; }
body.ha-legal .ha-subhero { min-height: 350px; background: var(--plum); }
body.ha-legal .ha-subhero__image { display: none; }
body.ha-legal .souspage > .wrap { width: min(980px,calc(100% - 72px)); }
body.ha-legal .souspage > .wrap > .fil { display: none; }
body.ha-legal .lg-wrap { max-width: none !important; margin: 0 !important; padding: 65px 0 0 !important; color: var(--ink) !important; }
body.ha-legal .lg-tete { display: none; }
body.ha-legal .lg-art { padding: 32px 0 !important; border-bottom: 1px solid var(--line) !important; }
body.ha-legal .lg-art h2 { display: flex; gap: 15px; align-items: baseline; margin: 0 0 16px !important; font-size: 30px !important; }
body.ha-legal .lg-num { color: var(--coral) !important; font: 600 13px var(--mono) !important; }
body.ha-legal .lg-art p, body.ha-legal .lg-art li, body.ha-legal .lg-dl { font-size: 16px !important; line-height: 1.75 !important; }
body.ha-legal .lg-dl { grid-template-columns: minmax(190px,250px) 1fr !important; }
body.ha-legal .lg-dl dt { color: var(--muted) !important; font-size: 14px !important; }
body.ha-legal .lg-dl dd { color: var(--ink) !important; }
body.ha-legal .lg-liens { margin-top: 45px !important; }
body.ha-legal .lg-liens a { border-radius: 0 !important; background: var(--paper); color: var(--plum) !important; font-size: 14px !important; }

@media (max-width: 1120px) {
  .ha-header { grid-template-columns: 1fr auto auto; padding-inline: 28px; }
  .ha-menu-toggle { display: block; }
  .ha-nav { position: fixed; z-index: -1; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; padding: 110px max(30px,8vw); background: var(--plum); color: #fff; transform: translateY(-110%); opacity: 0; transition: transform .45s cubic-bezier(.2,.8,.2,1),opacity .3s; }
  .ha-nav a { font: 720 clamp(35px,6vw,66px)/1 var(--display); letter-spacing: -.045em; }
  .menu-open .ha-nav { transform: none; opacity: 1; }
  .menu-open .ha-header { color: #fff; background: var(--plum); }
  .menu-open .ha-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .ha-menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .ha-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .house-bulletin { grid-template-columns: 1.25fr repeat(2,1fr); }
  .house-bulletin > div:nth-last-child(-n+2) { display: none; }
  .profile-grid { grid-template-columns: 1fr 1fr; }
  .profile-card:nth-child(2) { border-right: 0; }
  .profile-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.24); }
  .room-rail { grid-auto-columns: minmax(430px,60vw); }
  .atlas { grid-template-columns: .6fr 1.4fr; }
  .proof__score { grid-template-columns: 1fr .4fr .6fr; }
  .proof__quotes { grid-template-columns: 1fr 1fr; }
  .proof__quotes blockquote:last-child { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.22); }
  .proof__facts { grid-template-columns: 1fr 1fr; }
  .booking-path__steps { grid-template-columns: 1fr 1fr; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-grid article:last-child { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; }
  .journal-grid article:last-child img { height: 100%; }
  .ha-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .ha-footer__grid > div:last-child { grid-column: 2/4; }
}

@media (max-width: 850px) {
  body { font-size: 17px; }
  .ha-container, .ha-hero__content, .ha-subhero__content { width: min(100% - 40px,1280px); }
  .ha-header { min-height: 74px; padding: 12px 20px; }
  .ha-brand small { display: none; }
  .ha-header__cta { display: none; }
  .ha-hero__content { padding: 145px 0 185px; }
  .ha-hero h1 { font-size: clamp(58px,14vw,100px); }
  .stay-ticket { right: 25px; bottom: 73px; width: 270px; }
  .ha-hero__lead { max-width: 54ch; font-size: 17px; }
  .house-bulletin { grid-template-columns: 1fr 1fr; }
  .house-bulletin__title { grid-column: 1/-1; min-height: 76px; padding-left: 40px; }
  .house-bulletin > div:nth-last-child(3) { display: none; }
  .ha-heading--split, .ha-intro__grid, .day-story__intro, .table-story__grid, .faces__grid, .final-booking__grid { grid-template-columns: 1fr; }
  .ha-heading--split { gap: 28px; }
  .ha-intro__grid { grid-template-areas: "headline" "letter" "photo"; gap: 48px; }
  .ha-intro__headline h2 { max-width: 12ch; }
  .host-letter { max-width: none; }
  .hosts-photo { width: 100%; min-height: 500px; }
  .hosts-photo img { height: 500px; }
  .profile-card { min-height: 300px; }
  .profile-card > span { margin-bottom: 65px; }
  .room-rail { grid-auto-columns: minmax(390px,76vw); margin-inline: -20px; padding-inline: 20px; }
  .signature-room__image { height: 400px; }
  .day-story__intro .ha-kicker { grid-column: auto; margin-bottom: 0; }
  .day-story__layout { grid-template-columns: 1fr; }
  .day-story__visuals { position: sticky; top: 74px; z-index: 2; height: 48vh; }
  .day-story__steps article { min-height: 60vh; padding: 55px 35px; }
  .table-story__photo, .table-story__photo img { min-height: 0; height: 530px; }
  .atlas { grid-template-columns: 1fr; min-height: 0; }
  .atlas__map { min-height: 520px; }
  .proof__score { grid-template-columns: 1fr 1fr; }
  .proof__score > strong { grid-column: 1/-1; margin-top: 20px; }
  .faces__photo, .faces__photo img { min-height: 0; height: 530px; }
  .planner { box-shadow: 14px 14px 0 var(--plum); }
  body.ha-subpage .souspage > .wrap, body.ha-legal .souspage > .wrap { width: min(100% - 40px,1120px); }
  body.ha-subpage .bloc { grid-template-columns: 1fr !important; gap: 45px !important; }
  body.ha-subpage .encart { position: static !important; }
  .ha-footer__grid { grid-template-columns: 1fr 1fr; }
  .ha-footer__brand { grid-column: 1/-1; }
  .ha-footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 590px) {
  .ha-container, .ha-hero__content, .ha-subhero__content { width: min(100% - 30px,1280px); }
  .ha-brand__sun { width: 35px; }
  .ha-brand strong { font-size: 18px; }
  .ha-hero { min-height: 900px; }
  .ha-hero__content { align-self: flex-start; padding-top: 135px; }
  .ha-hero h1 { font-size: clamp(54px,18vw,78px); }
  .ha-hero__lead { margin-top: 22px; }
  .stay-ticket { right: 20px; bottom: 75px; width: calc(100% - 40px); transform: rotate(1deg); }
  .ha-hero__scroll { display: none; }
  .house-bulletin { grid-template-columns: 1fr; }
  .house-bulletin > div:not(.house-bulletin__title):not(:nth-child(2)) { display: none; }
  .ha-section { padding: 88px 0; }
  .ha-heading h2, .ha-intro h2, .day-story h2, .table-story h2, .final-booking h2 { font-size: clamp(43px,13vw,62px); }
  .host-letter { padding: 42px 24px 28px; transform: none; }
  .host-letter__seal { position: static; margin-left: auto; }
  .hosts-photo, .hosts-photo img { height: 410px; min-height: 0; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-card { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .profile-card > span { margin-bottom: 35px; }
  .room-rail { grid-auto-columns: minmax(310px,88vw); margin-inline: -15px; padding-inline: 15px; }
  .signature-room__image { height: 330px; }
  .signature-room__body > div:first-child { grid-template-columns: 1fr; }
  .signature-room h3 { font-size: 32px; }
  .rail-controls span { display: none; }
  .day-story__visuals { height: 38vh; }
  .day-story__steps article { min-height: 72vh; padding: 45px 25px; }
  .table-story__photo, .table-story__photo img { height: 410px; }
  .atlas__map { min-height: 390px; }
  .atlas__cards { grid-template-columns: 1fr; }
  .atlas-card { border-right: 0; grid-template-rows: 190px 1fr; }
  .atlas-card img { height: 190px; }
  .proof__score { grid-template-columns: 1fr; gap: 17px; }
  .proof__score > strong { grid-column: auto; }
  .proof__score div span { font-size: 105px; }
  .proof__quotes { grid-template-columns: 1fr; }
  .proof__quotes blockquote { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .proof__quotes blockquote:last-child { grid-column: auto; }
  .proof__facts, .booking-path__steps, .journal-grid { grid-template-columns: 1fr; }
  .journal-grid article:last-child { grid-column: auto; display: block; }
  .journal-grid article:last-child img { height: 250px; }
  .planner { padding: 22px 22px 28px; box-shadow: 9px 9px 0 var(--plum); }
  .planner__step { grid-template-columns: 31px 1fr; }
  .planner__fields { grid-template-columns: 1fr; }
  .ha-footer__grid { grid-template-columns: 1fr; }
  .ha-footer__brand, .ha-footer__grid > div:last-child { grid-column: auto; }
  .ha-footer__bottom { align-items: flex-start; flex-direction: column; }
  .ha-footer__bottom nav { display: grid; gap: 10px; }
  .ha-subhero { min-height: 560px; }
  .ha-subhero h1 { font-size: clamp(50px,16vw,75px); }
  body.ha-legal .ha-subhero { min-height: 280px; }
  body.ha-legal .lg-dl { grid-template-columns: 1fr !important; gap: 2px !important; }
  body.ha-legal .lg-dl dd { margin-bottom: 13px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ha-shutter { display: none; }
  .day-photo { opacity: 0; }
  .day-photo.is-active { opacity: 1; }
  .tilt-card { transform: none !important; }
}


/* Numérisite — la page ne doit pas glisser de côté */
/* Le menu plein écran du téléphone reste dans la page même fermé. Ses
entrées sont écrites en très gros et refusent de revenir à la ligne :
« Les chambres » dépasse à lui seul de 214 px. Invisible à l'œil, mais
la page glissait de 300 px. */
@media (max-width: 850px){
  .ha-nav{overflow:hidden}
  .ha-nav a{white-space:normal}
}
