:root {
  --ink: #101010;
  --coal: #181716;
  --gold: #b88a4a;
  --gold-light: #d3b17d;
  --ivory: #f3eee5;
  --paper: #fbfaf7;
  --mist: #d9ded9;
  --green: #667067;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; min-height: 96px; padding: 1.5rem clamp(1.25rem, 4vw, 4.75rem); display: flex; justify-content: space-between; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.wordmark { text-decoration: none; display: flex; flex-direction: column; text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; line-height: 1.25; }
.wordmark small { opacity: .65; letter-spacing: .14em; margin-top: .25rem; font-size: .58rem; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { color: white; text-decoration: none; font-size: .85rem; }
.nav-contact { border: 1px solid rgba(255,255,255,.65); padding: .65rem 1rem; transition: .25s; }
.nav-contact:hover { background: white; color: var(--ink); }
.menu-button { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 1px; background: white; margin: 7px 0; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; align-items: center; color: white; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.25) 50%, transparent 50.2%), url('assets/natacha-salon.webp') left center / 51% 100% no-repeat, url('assets/gentleman-salon.webp') right center / 51% 100% no-repeat; filter: saturate(.84) contrast(1.05); transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,11,.35), rgba(12,12,11,.05) 42%, rgba(12,12,11,.68)), linear-gradient(0deg, rgba(9,9,8,.78), transparent 58%); }
.hero-content { position: relative; z-index: 2; width: min(1400px, 100%); margin: 0 auto; padding: 9rem clamp(1.25rem, 6vw, 6.5rem) 5rem; display: grid; grid-template-columns: minmax(230px, .75fr) 1.25fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.hero-logo {
  width: min(390px, 80vw);
  height: auto;
  object-fit: contain;
  align-self: center;
  padding: .55rem;
  background: #f3eee5;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}
.eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: .7rem; font-weight: 600; color: var(--gold-light); margin: 0 0 1.2rem; }
.eyebrow.dark { color: #8e6537; }
.hero h1, .intro h2, .property h2, .destination h2, .booking h2 { font-family: var(--serif); font-weight: 500; line-height: .88; letter-spacing: -.035em; margin: 0; }
.hero h1 { font-size: clamp(3.5rem, 7.2vw, 7rem); max-width: 850px; }
h1 em, h2 em { font-weight: 500; color: var(--gold-light); }
.hero-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.hero-actions, .property-actions, .booking-buttons { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin-top: 2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .85rem 1.3rem; text-decoration: none; text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; font-weight: 600; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: white; }
.button-gold:hover { background: var(--gold-light); color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: white; }
.button-ink { background: var(--ink); color: white; }
.button-outline { border: 1px solid var(--ink); }
.scroll-cue { position: absolute; z-index: 3; left: clamp(1.25rem, 4vw, 4.75rem); bottom: 2rem; display: flex; align-items: center; gap: .8rem; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; opacity: .72; }
.scroll-cue span { width: 46px; height: 1px; background: currentColor; }

.intro { text-align: center; padding: clamp(5rem, 10vw, 9rem) 1.5rem; max-width: 920px; margin: auto; }
.intro h2 { font-size: clamp(3rem, 6vw, 5.4rem); }
.lead { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; color: #55514c; max-width: 760px; margin: 2rem auto 0; }

.property { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); position: relative; }
.property-visual { position: relative; min-height: 780px; overflow: hidden; }
.property-visual > img { width: 100%; height: 100%; object-fit: cover; }
.property-number { position: absolute; top: 2rem; left: 2rem; color: white; font-family: var(--serif); font-size: 2rem; border-bottom: 1px solid currentColor; }
.vertical-label { position: absolute; bottom: 2rem; right: 1.5rem; color: white; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .2em; font-size: .6rem; }
.property-content { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.gentleman .property-content { background: var(--coal); color: white; }
.property h2 { font-size: clamp(4rem, 6vw, 6.5rem); }
.property-tagline { font-family: var(--serif); font-size: 1.6rem; margin: 1.8rem 0 .4rem; }
.property-content > p:not(.eyebrow):not(.property-tagline) { max-width: 570px; color: rgba(255,255,255,.65); }
.natacha .property-content > p:not(.eyebrow):not(.property-tagline) { color: #5d5c58; }
.amenities { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); }
.amenities li { padding: 1.2rem 1rem 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.amenities li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }
.amenities li:nth-child(even) { padding-left: 1.2rem; }
.amenities strong { display: block; font-family: var(--serif); font-size: 1.25rem; }
.amenities span { display: block; color: rgba(255,255,255,.5); font-size: .78rem; margin-top: .1rem; }
.natacha .amenities { border-color: #d8d5ce; }
.natacha .amenities li { border-color: #d8d5ce; }
.natacha .amenities span { color: #6c6b66; }
.text-link { color: white; text-decoration: none; font-size: .8rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: .3rem; }
.dark-link { color: var(--ink); border-color: #aaa; }
.mini-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); }
.mini-gallery figure { margin: 0; height: 420px; overflow: hidden; }
.mini-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.mini-gallery figure:hover img { transform: scale(1.025); }

.natacha { background: var(--ivory); grid-template-columns: minmax(390px, .85fr) minmax(0, 1.15fr); }
.natacha .property-content { order: 1; }
.natacha .property-visual { order: 2; }
.natacha .mini-gallery { order: 3; grid-template-columns: 1fr 1fr 1.15fr; }
.natacha .property-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 100px rgba(45,35,20,.1); pointer-events: none; }

.destination { background: var(--green); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 7rem); }
.destination h2 { font-size: clamp(3.7rem, 6vw, 6.5rem); }
.destination-copy > p { max-width: 670px; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.local-grid { margin-top: 3rem; display: grid; grid-template-columns: 1fr 1fr; }
.local-grid article { padding: 1.5rem 1.5rem 1.5rem 0; border-top: 1px solid rgba(255,255,255,.25); }
.local-grid article:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.25); }
.local-grid span { color: var(--gold-light); font-size: .7rem; letter-spacing: .15em; }
.local-grid h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; margin: .3rem 0; }
.local-grid p { color: rgba(255,255,255,.67); font-size: .84rem; margin: 0; }

.seo-guides { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 7rem); background: var(--ivory); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.seo-guides-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 5.5vw, 5.8rem); font-weight: 500; line-height: .9; letter-spacing: -.035em; }
.seo-guides-heading h2 em { color: #9d7241; font-weight: 500; }
.seo-guides-heading > p:last-child { color: #5b5751; max-width: 520px; margin-top: 2rem; }
.seo-guides-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #cfc6b9; }
.seo-guides-grid a { min-height: 210px; padding: 2rem; text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; border-bottom: 1px solid #cfc6b9; transition: background .25s, color .25s; }
.seo-guides-grid a:nth-child(odd) { border-right: 1px solid #cfc6b9; }
.seo-guides-grid a:hover { background: var(--ink); color: white; }
.seo-guides-grid a.guide-wide { grid-column: 1 / -1; min-height: 165px; border-right: 0; }
.seo-guides-grid span { color: #8e6537; text-transform: uppercase; letter-spacing: .16em; font-size: .65rem; }
.seo-guides-grid a:hover span { color: var(--gold-light); }
.seo-guides-grid strong { font-family: var(--serif); font-size: 1.7rem; line-height: 1.05; font-weight: 600; }
.seo-guides-grid small { color: #68635d; font-size: .78rem; }
.seo-guides-grid a:hover small { color: rgba(255,255,255,.62); }

.booking { background: var(--paper); padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 9rem); display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; }
.booking h2 { font-size: clamp(4rem, 7vw, 7rem); }
.booking h2 em { color: #9d7241; }
.booking-card { border-left: 1px solid #d2c9bc; padding-left: clamp(2rem, 5vw, 5rem); }
.booking-card > p { color: #5b5751; max-width: 530px; }
.email-link { display: inline-flex; gap: 1rem; font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 2rem); text-decoration: none; border-bottom: 1px solid #bab0a4; padding: 1rem 0 .4rem; }

footer { padding: 3rem clamp(1.5rem, 5vw, 5rem); background: var(--ink); color: rgba(255,255,255,.65); display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 1.5rem; align-items: center; font-size: .75rem; }
.footer-brand { color: white; font-family: var(--serif); font-size: 1.1rem; display: flex; gap: .6rem; flex-wrap: wrap; }
footer a { color: white; }
footer small { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); }

/* Pages dédiées aux logements */
.detail-page { background: var(--paper); }
.detail-header { position: absolute; z-index: 10; inset: 0 0 auto; min-height: 88px; padding: 1.35rem clamp(1.25rem, 4vw, 4.75rem); display: flex; justify-content: space-between; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.detail-hero { position: relative; min-height: min(860px, 100svh); display: flex; align-items: end; color: white; overflow: hidden; }
.detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,9,.88), rgba(10,10,9,.04) 68%), linear-gradient(90deg, rgba(10,10,9,.25), transparent 65%); }
.detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-hero-copy { position: relative; z-index: 1; width: min(1400px, 100%); margin: 0 auto; padding: 9rem clamp(1.4rem, 7vw, 7rem) clamp(4rem, 8vw, 7rem); }
.detail-hero h1 { margin: 0; max-width: 920px; font-family: var(--serif); font-size: clamp(4.8rem, 10vw, 9.5rem); font-weight: 500; line-height: .76; letter-spacing: -.045em; }
.detail-hero h1 em { color: var(--gold-light); font-weight: 500; }
.detail-hero-copy > p:last-child { max-width: 630px; margin: 2.2rem 0 0; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.detail-intro, .detail-location { padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 8vw, 9rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 9rem); }
.detail-intro h2, .detail-location h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6rem); font-weight: 500; line-height: .9; letter-spacing: -.035em; }
.detail-intro h2 em, .detail-location h2 em { color: #9d7241; font-weight: 500; }
.detail-copy { border-left: 1px solid #d2c9bc; padding-left: clamp(2rem, 5vw, 5rem); color: #5b5751; }
.detail-copy p:first-child { margin-top: 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; color: var(--ink); }
.detail-facts { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: white; padding: 0 clamp(1.4rem, 5vw, 5rem); }
.detail-facts article { min-height: 170px; padding: 2.3rem 1.5rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.15); }
.detail-facts article:last-child { border-right: 0; }
.detail-facts strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.detail-facts span { color: rgba(255,255,255,.58); font-size: .78rem; }
.detail-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 350px 350px; gap: 1rem; padding: 1rem; background: var(--ink); }
.detail-gallery figure { margin: 0; overflow: hidden; }
.detail-gallery .gallery-main { grid-row: 1 / 3; }
.detail-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.detail-gallery figure:hover img { transform: scale(1.02); }
.detail-location { background: var(--ivory); }
.detail-location > div:last-child { color: #5b5751; }
.detail-location > div:last-child > p { margin-top: 0; font-size: 1.08rem; }
.detail-location ul { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: 1fr 1fr; }
.detail-location li { padding: 1rem 1rem 1rem 0; border-top: 1px solid #cec5b9; }
.detail-location li:nth-child(even) { padding-left: 1rem; }
.detail-booking { text-align: center; padding: clamp(5rem, 10vw, 9rem) 1.5rem; background: var(--coal); color: white; }
.detail-booking h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 7rem); font-weight: 500; line-height: .82; letter-spacing: -.04em; }
.detail-booking h2 em { color: var(--gold-light); font-weight: 500; }
.detail-booking > p:not(.eyebrow) { max-width: 650px; margin: 2rem auto 0; color: rgba(255,255,255,.66); }
.detail-booking .hero-actions { justify-content: center; }
.detail-related { padding: 4.5rem clamp(1.4rem, 8vw, 9rem); background: var(--paper); text-align: center; }
.detail-related h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 4.8rem); font-weight: 500; }
.detail-related > div { margin: 2rem auto 0; display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; max-width: 900px; }
.detail-related a { border: 1px solid #cfc6b9; padding: .75rem 1rem; text-decoration: none; font-size: .82rem; transition: .2s; }
.detail-related a:hover { background: var(--ink); color: white; border-color: var(--ink); }
.detail-natacha .detail-hero > img { object-position: center 52%; }
.detail-gentleman .detail-hero > img { object-position: center 48%; }

/* Guides SEO locaux */
.guide-page { background: var(--paper); }
.guide-header { position: relative; min-height: 82px; padding: 1.2rem clamp(1.25rem, 4vw, 4.75rem); display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: white; }
.guide-header nav a { color: white; }
.guide-hero { position: relative; min-height: 640px; display: flex; align-items: end; color: white; overflow: hidden; }
.guide-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.guide-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,9,.9), rgba(10,10,9,.08) 72%), linear-gradient(90deg, rgba(10,10,9,.48), transparent 70%); }
.guide-hero-copy { position: relative; z-index: 1; width: min(1280px, 100%); margin: 0 auto; padding: 8rem clamp(1.4rem, 7vw, 7rem) clamp(4rem, 7vw, 6rem); }
.guide-hero h1 { margin: 0; max-width: 980px; font-family: var(--serif); font-size: clamp(4rem, 8vw, 7.5rem); font-weight: 500; line-height: .84; letter-spacing: -.045em; }
.guide-hero h1 em { color: var(--gold-light); font-weight: 500; }
.guide-hero-copy > p:last-child { max-width: 720px; color: rgba(255,255,255,.8); font-size: 1.06rem; margin: 2rem 0 0; }
.guide-content { width: min(1160px, calc(100% - 2.8rem)); margin: 0 auto; padding: clamp(4.5rem, 8vw, 8rem) 0; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.guide-article { min-width: 0; }
.guide-article .standfirst { font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.8rem); line-height: 1.42; color: #403d39; margin-top: 0; }
.guide-article h2 { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 3.7rem); font-weight: 500; line-height: 1; margin: 3.8rem 0 1.2rem; }
.guide-article h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; margin: 2.2rem 0 .6rem; }
.guide-article p, .guide-article li { color: #55514c; }
.guide-article a { text-underline-offset: .22em; }
.guide-article ul { padding-left: 1.25rem; }
.guide-faq { margin: 1.5rem 0 2.5rem; border-top: 1px solid #d7cfc3; }
.guide-faq details { border-bottom: 1px solid #d7cfc3; padding: 1rem 0; }
.guide-faq summary { cursor: pointer; font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--ink); }
.guide-faq details p { margin-bottom: .35rem; padding-right: 1rem; }
.official-listing { margin-top: 2rem; font-size: .92rem; }
.official-listing a { color: inherit; text-underline-offset: .2em; }
.guide-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
.guide-choice article { border: 1px solid #d7cfc3; padding: 1.5rem; background: white; }
.guide-choice h3 { margin-top: 0; }
.destination-guide-hero > img { object-position: center 58%; filter: saturate(.78) contrast(1.04); }
.discovery-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 2rem 0; border-top: 1px solid #d7cfc3; border-left: 1px solid #d7cfc3; }
.discovery-grid article { padding: 1.6rem; background: white; border-right: 1px solid #d7cfc3; border-bottom: 1px solid #d7cfc3; }
.discovery-grid span { display: block; color: #9d7241; font-size: .68rem; letter-spacing: .17em; }
.discovery-grid h3 { margin: .75rem 0 .55rem; font-size: 1.55rem; }
.discovery-grid p { margin: 0; font-size: .92rem; }
.weekend-plan { margin: 2rem 0; border-left: 2px solid var(--gold); }
.weekend-plan section { padding: .25rem 0 2rem 2rem; position: relative; }
.weekend-plan section:last-child { padding-bottom: .25rem; }
.weekend-plan section::before { content: ""; position: absolute; left: -7px; top: .45rem; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); border: 3px solid var(--paper); }
.weekend-plan h3 { margin: .2rem 0 .6rem; }
.plan-label, .aside-kicker { margin: 0; color: #9d7241 !important; text-transform: uppercase; letter-spacing: .16em; font-size: .66rem !important; font-weight: 600; }
.guide-aside { position: sticky; top: 1.5rem; padding: 1.7rem; background: var(--coal); color: white; }
.guide-aside h2 { font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1; margin: 0 0 1rem; }
.guide-aside p { color: rgba(255,255,255,.68); font-size: .86rem; }
.guide-aside .button { width: 100%; margin-top: .6rem; }
.guide-links { padding: 4rem clamp(1.4rem, 7vw, 7rem); background: var(--ivory); }
.guide-links h2 { font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 500; margin: 0 0 2rem; }
.guide-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.guide-links a { background: white; border: 1px solid #d7cfc3; padding: 1.5rem; text-decoration: none; font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; }
.guide-links a:hover { background: var(--ink); color: white; }

@media (max-width: 980px) {
  .site-header { min-height: 78px; }
  nav { display: none; position: absolute; top: 78px; left: 0; width: 100%; padding: 1.5rem; background: rgba(16,16,16,.97); flex-direction: column; align-items: stretch; }
  nav.is-open { display: flex; }
  .menu-button { display: block; }
  .hero-content { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-logo { width: min(240px, 68vw); margin-top: .5rem; }
  .hero-image { background: url('assets/gentleman-salon.webp') center / cover; }
  .hero h1 { font-size: clamp(3.2rem, 11vw, 5.2rem); }
  .property, .natacha { grid-template-columns: 1fr; }
  .property-visual { min-height: 560px; }
  .natacha .property-content { order: 2; }
  .natacha .property-visual { order: 1; }
  .destination, .booking, .seo-guides { grid-template-columns: 1fr; gap: 3rem; }
  footer { grid-template-columns: 1fr 1fr; }
  .detail-intro, .detail-location { grid-template-columns: 1fr; gap: 3rem; }
  .detail-copy { border-left: 0; border-top: 1px solid #d2c9bc; padding: 2rem 0 0; }
  .detail-facts { grid-template-columns: 1fr 1fr; }
  .detail-facts article:nth-child(2) { border-right: 0; }
  .detail-facts article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .guide-content { grid-template-columns: 1fr; }
  .guide-aside { position: static; }
}

@media (max-width: 640px) {
  .hero-content { padding-top: 7rem; align-self: end; padding-bottom: 7rem; }
  .hero-logo { width: min(210px, 64vw); margin-top: 1rem; }
  .hero-copy > p:not(.eyebrow) { font-size: .95rem; }
  .hero-actions .button { width: 100%; }
  .intro { text-align: left; }
  .property-visual { min-height: 430px; }
  .property-content { padding: 4.5rem 1.4rem; }
  .property h2 { font-size: 3.7rem; }
  .amenities { grid-template-columns: 1fr; }
  .amenities li:nth-child(odd) { border-right: 0; }
  .amenities li:nth-child(even) { padding-left: 0; }
  .mini-gallery, .natacha .mini-gallery { grid-template-columns: 1fr; }
  .mini-gallery figure { height: 310px; }
  .natacha .mini-gallery figure:last-child { display: none; }
  .destination { padding-inline: 1.4rem; }
  .local-grid { grid-template-columns: 1fr; }
  .local-grid article:nth-child(even) { padding-left: 0; border-left: 0; }
  .booking { padding-inline: 1.4rem; }
  .booking-card { border-left: 0; border-top: 1px solid #d2c9bc; padding: 2rem 0 0; }
  .email-link { overflow-wrap: anywhere; }
  .booking-buttons .button { width: 100%; }
  footer { grid-template-columns: 1fr; }
  .detail-header { min-height: 78px; }
  .detail-hero { min-height: 760px; }
  .detail-hero h1 { font-size: clamp(4.2rem, 21vw, 6.2rem); }
  .detail-hero-copy { padding-inline: 1.4rem; }
  .detail-facts { grid-template-columns: 1fr 1fr; padding-inline: 0; }
  .detail-facts article { min-height: 145px; padding: 1.5rem 1.2rem; }
  .detail-facts strong { font-size: 1.5rem; }
  .detail-gallery { grid-template-columns: 1fr; grid-template-rows: 390px 280px; }
  .detail-gallery .gallery-main { grid-row: auto; }
  .detail-gallery figure:last-child { display: none; }
  .detail-location ul { grid-template-columns: 1fr; }
  .detail-location li:nth-child(even) { padding-left: 0; }
  .seo-guides-grid, .guide-choice, .guide-links-grid, .discovery-grid { grid-template-columns: 1fr; }
  .seo-guides-grid a:nth-child(odd) { border-right: 0; }
  .seo-guides-grid a.guide-wide { grid-column: auto; }
  .guide-header nav { top: 82px; }
  .guide-hero { min-height: 610px; }
  .guide-hero h1 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
}

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