/* Une Nuit à Nîmes — feuille de style (nouvelle direction : ivoire, sable, terracotta) */
:root {
  --ivory: #f7f3ec;
  --paper: #fdfbf7;
  --sand: #ebe3d5;
  --stone: #d3c8b6;
  --ink: #2a2723;
  --muted: #6e675d;
  --terra: #b5522e;
  --terra-dark: #953f20;
  --line: rgba(42, 39, 35, .16);
  --radius: 22px;
  --radius-sm: 14px;
  --wrap: 1200px;
  --gutter: clamp(20px, 4vw, 48px);
  --serif: 'Fraunces', 'Times New Roman', serif;
  --sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--ivory); color: var(--ink);
  font: 300 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, iframe { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration-color: var(--stone); text-underline-offset: .18em; }
a:hover { color: var(--terra); text-decoration-color: currentColor; }
:focus-visible { outline: 2px solid var(--terra); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 300; line-height: 1.12; letter-spacing: -.012em; margin: 0 0 .5em; font-variation-settings: 'opsz' 96; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4.4rem); }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.3rem; font-weight: 400; }
p { margin: 0 0 1.1em; }
strong { font-weight: 500; }
.wrap { width: min(100% - var(--gutter) * 2, var(--wrap)); margin-inline: auto; }
.narrow { width: min(100% - var(--gutter) * 2, 860px); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 12px; }
.eyebrow { font: 500 .74rem/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--terra); margin: 0 0 1.1rem; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--muted); max-width: 46em; }
mark { background: #f6e3a8; padding: 0 .3em; border-radius: 4px; }

/* Boutons */
.btn {
  --bg: transparent; --fg: var(--ink); --dot: var(--ink); --dotfg: #fff; --bd: var(--ink);
  display: inline-flex; align-items: center; gap: 18px; padding: 5px 5px 5px 26px; border-radius: 999px;
  border: 1px solid var(--bd); background: var(--bg); color: var(--fg); text-decoration: none;
  font: 400 .96rem/1 var(--sans); letter-spacing: .01em; cursor: pointer; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.btn__dot { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--dot); color: var(--dotfg); transition: transform .35s var(--ease); }
.btn:hover { color: var(--fg); background: var(--paper); }
.btn:hover .btn__dot { transform: translateX(4px); }
.btn--accent { --bg: var(--terra); --fg: #fff; --dot: #fff; --dotfg: var(--terra); --bd: var(--terra); }
.btn--accent:hover { background: var(--terra-dark); border-color: var(--terra-dark); color: #fff; }
.btn--light { --fg: #fff; --dot: #fff; --dotfg: var(--ink); --bd: rgba(255, 255, 255, .6); }
.btn--light:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.btn--sm { padding: 4px 4px 4px 20px; font-size: .9rem; gap: 12px; }
.btn--sm .btn__dot { width: 34px; height: 34px; }
.pill { display: inline-block; border-radius: 999px; padding: 11px 20px; font-size: .9rem; text-decoration: none; }
.pill--ghost { border: 1px solid var(--line); }
.pill--ghost:hover { border-color: var(--ink); color: var(--ink); }

/* En-tête */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 243, 236, .92); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(42, 39, 35, .05); }
.header__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.brand img { height: 50px; width: auto; transition: height .35s var(--ease); }
html { overflow-anchor: none; }
.primary { display: flex; align-items: center; gap: 28px; }
.primary ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.primary li { position: relative; display: flex; align-items: center; }
.primary ul a { text-decoration: none; font-size: .95rem; letter-spacing: .02em; padding: 6px 0; }
.primary ul a[aria-current='page'] { color: var(--terra); }
.primary .btn, .primary .pill { text-decoration: none; }
.primary__cta { display: flex; align-items: center; gap: 12px; }
.sub-toggle { background: none; border: 0; padding: 4px; margin-left: 2px; cursor: pointer; color: var(--muted); display: grid; }
.sub { position: absolute; left: -18px; top: 100%; min-width: 250px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 10px; box-shadow: 0 20px 44px rgba(42, 39, 35, .12); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .25s var(--ease); flex-direction: column; gap: 0 !important; }
.primary .sub a { display: block; padding: 9px 14px; border-radius: 10px; }
.primary .sub a:hover { background: var(--sand); color: var(--ink); }
.has-sub:hover .sub, .has-sub:focus-within .sub, .has-sub.open .sub { opacity: 1; visibility: visible; transform: none; }
.burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: none; cursor: pointer; position: relative; }
.burger span { position: absolute; left: 13px; right: 13px; height: 1.5px; background: var(--ink); transition: .3s var(--ease); }
.burger span:first-child { top: 19px; } .burger span:last-child { top: 26px; }
.burger[aria-expanded='true'] span:first-child { top: 22px; transform: rotate(45deg); }
.burger[aria-expanded='true'] span:last-child { top: 22px; transform: rotate(-45deg); }

/* Accueil : logo mis en avant (se réduit dès que l'on fait défiler) */
.header__row { transition: min-height .35s var(--ease); }
body.home .header__row { min-height: 132px; }
body.home .brand img { height: 96px; }
body.home .site-header.is-compact .header__row { min-height: 84px; }
body.home .site-header.is-compact .brand img { height: 52px; }

/* Hero */
.hero { padding: clamp(28px, 5vw, 64px) 0 clamp(40px, 6vw, 80px); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero h1 { margin-bottom: .45em; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2rem; }
.hero__mosaic { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; aspect-ratio: 1 / 1.02; }
.hero__mosaic figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.hero__mosaic img { width: 100%; height: 100%; object-fit: cover; }
.hero__mosaic .m1 { grid-row: 1 / 3; border-radius: 200px 200px var(--radius) var(--radius); }
.hero__mosaic .m3 { border-radius: var(--radius) var(--radius) 200px var(--radius); }

.stats { border-block: 1px solid var(--line); }
.stats__row { display: grid; grid-template-columns: repeat(3, 1fr); }
.stats__row > div { padding: 30px 24px; text-align: center; }
.stats__row > div + div { border-left: 1px solid var(--line); }
.stats strong { display: block; font: 300 clamp(2.2rem, 4vw, 3.2rem)/1 var(--serif); color: var(--terra); margin-bottom: .35rem; }
.stats span { font-size: .95rem; color: var(--muted); }

/* Sections */
.section { padding: clamp(56px, 8vw, 110px) 0; }
.section--tight { padding: clamp(28px, 4vw, 56px) 0 clamp(56px, 7vw, 96px); }
.section--sand { background: var(--sand); }
.section--ink { background: var(--ink); color: #f4eee4; }
.section--ink .eyebrow { color: #e6a27f; }
.section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(26px, 3.5vw, 46px); }
.section__head h2 { margin: 0; }
.section__intro { color: var(--muted); margin-top: -1.2rem; margin-bottom: 2rem; }
.split { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.split--top { align-items: start; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta h2 { margin-bottom: .3em; } .cta p { max-width: 42em; color: #d9d0c1; margin: 0; }

/* Cartes */
.grid { display: grid; gap: clamp(20px, 2.6vw, 34px); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.card { display: flex; flex-direction: column; }
.card__media, .rental__media { display: block; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 3; background: var(--sand) url('../img/placeholder.svg') center / cover no-repeat; }
.card__media img, .rental__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.card__media img { transition: transform .8s var(--ease); }
.card:hover .card__media img { transform: scale(1.05); }
.card__body { padding: 18px 4px 0; }
.card__place { font: 500 .72rem/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: .55rem; }
.card h3 { margin-bottom: .35em; font-size: 1.4rem; }
.card h3 a { text-decoration: none; }
.card__meta { color: var(--muted); font-size: .96rem; margin: 0; }
.card[hidden] { display: none; }

/* Tuiles « Visiter » */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tile { position: relative; display: block; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4 / 3; text-decoration: none; background: var(--stone); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(20, 16, 12, .62)); }
.tile span { position: absolute; z-index: 1; left: 20px; bottom: 16px; color: #fff; font: 300 1.45rem/1.1 var(--serif); }
.tile:hover img { transform: scale(1.06); } .tile:hover { color: #fff; }

.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.perks article { border-top: 1px solid var(--ink); padding-top: 22px; }
.perks h3 { font-size: 1.35rem; } .perks p { color: var(--muted); }
.review { margin: 0; padding: 30px; background: var(--paper); border-radius: var(--radius); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.review p { font: 300 1.08rem/1.6 var(--serif); margin: 0; }
.review footer { font: 500 .78rem/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--terra); }

/* Têtes de page */
.page-head { padding: clamp(36px, 6vw, 84px) 0 clamp(16px, 3vw, 36px); }
.page-head h1 { max-width: 16em; margin-bottom: .3em; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 22px; font-size: .84rem; color: var(--muted); }
.crumbs a { text-decoration: none; } .crumbs i { font-style: normal; opacity: .5; }

/* Filtres */
.filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 16px 20px; margin-bottom: 36px; padding: 18px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.filters label { display: grid; gap: 6px; font: 500 .72rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.filters select, .filters input { font: 300 1rem var(--sans); color: var(--ink); background: var(--ivory); border: 1px solid var(--line); border-radius: 999px; padding: 11px 18px; min-width: 170px; }
.filters__search { flex: 1 1 220px; } .filters__search input { width: 100%; }
.filters__count { margin: 0 0 0 auto; color: var(--muted); font-size: .95rem; }
.empty { text-align: center; padding: 60px 0; color: var(--muted); }

/* Fiche logement */
.rental { padding: 18px 0 20px; }
.rental__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.rental h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 1.4rem; }
.chips li { border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px; font-size: .9rem; background: var(--paper); }
.rental__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; }
.embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #fff; }
.embed iframe { width: 100%; border: 0; min-height: 900px; }
.embed__note { text-align: center; font-size: .9rem; color: var(--muted); margin-top: 14px; }
.mapbox { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--stone); }
.mapbox iframe { width: 100%; border: 0; position: relative; top: -80px; }

/* Textes longs */
.prose h2 { font-size: clamp(1.6rem, 2.6vw, 2.15rem); margin: 2.4em 0 .6em; }
.prose > :first-child { margin-top: 0; }
.prose p, .prose li { font-size: 1.05rem; }
.prose .note { background: var(--sand); border-radius: var(--radius-sm); padding: 18px 22px; }
.prose a { color: var(--terra); }
.ticks { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; gap: 10px; }
.ticks li { position: relative; padding-left: 28px; }
.ticks li::before { content: ''; position: absolute; left: 4px; top: .7em; width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid var(--terra); }
.steps { counter-reset: s; list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; gap: 16px; }
.steps li { counter-increment: s; position: relative; padding-left: 58px; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: -2px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--terra); color: var(--terra); display: grid; place-items: center; font: 400 1rem var(--serif); }
.spot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin: 0 0 1.6em; }
.spot { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.spot h3 { font-size: 1.25rem; } .spot p { font-size: .98rem; color: var(--muted); }
.spot > a { font-size: .9rem; font-weight: 400; }
.guide-hero { padding-bottom: 8px; }
.guide-hero__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; height: clamp(300px, 42vw, 520px); }
.guide-hero__grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--stone); }
.guide-hero__grid img { width: 100%; height: 100%; object-fit: cover; }
.guide-hero__grid .g0 { grid-row: 1 / 3; }
.guide-hero__grid .g3 { grid-column: 2 / 4; }
.guide-hero__grid--single { grid-template-columns: 1fr; grid-template-rows: 1fr; height: clamp(240px, 36vw, 460px); }
.guide-hero__grid--single .g0 { grid-row: auto; }
.dest { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px; }
.dest__item { display: flex; flex-direction: column; gap: 8px; padding: 26px; border-radius: var(--radius); background: var(--paper); text-decoration: none; border: 1px solid transparent; transition: .3s var(--ease); }
.dest__item:hover { border-color: var(--terra); color: var(--ink); transform: translateY(-3px); }
.dest__item h3 { margin: 0; } .dest__item p { margin: 0; color: var(--muted); font-size: .98rem; }
.dest__item span { margin-top: auto; padding-top: 10px; font: 500 .72rem/1.3 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--terra); }
.dest__item--joke { background: transparent; border: 1px dashed var(--stone); }

/* FAQ */
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 46px 22px 0; font: 300 1.3rem/1.3 var(--serif); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq__plus { position: absolute; right: 6px; top: 50%; width: 16px; height: 16px; transform: translateY(-50%); }
.faq__plus::before, .faq__plus::after { content: ''; position: absolute; background: var(--terra); left: 0; right: 0; top: 7.25px; height: 1.5px; transition: transform .3s var(--ease); }
.faq__plus::after { transform: rotate(90deg); }
.faq details[open] .faq__plus::after { transform: rotate(0); }
.faq details > div { padding: 0 46px 22px 0; color: var(--muted); }
.after-faq { margin-top: 28px; color: var(--muted); }

/* Formulaires */
.form { display: grid; gap: 18px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label { display: grid; gap: 8px; font: 500 .72rem/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.form input, .form textarea { font: 300 1.02rem var(--sans); color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; width: 100%; letter-spacing: 0; text-transform: none; }
.form input:focus, .form textarea:focus { outline: 0; border-color: var(--terra); box-shadow: 0 0 0 3px rgba(181, 82, 46, .15); }
.form .btn { justify-self: start; }
.form__note { margin-top: 22px; color: var(--muted); font-size: .95rem; }
.hp { position: absolute; left: -9999px; }
.coords { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.coords span { display: block; font: 500 .72rem/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.coords a { text-decoration: none; }
.formcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 40px); }
.formcard h2 { font-size: 1.6rem; }
.legal h2 { font-size: 1.5rem; }

/* Pied de page */
.site-footer { background: var(--ink); color: #d9d0c1; padding: clamp(50px, 6vw, 80px) 0 28px; }
.site-footer a { text-decoration: none; } .site-footer a:hover { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.footer__brand img { background: var(--ivory); padding: 8px 16px; border-radius: 12px; margin-bottom: 18px; height: 76px; width: auto; }
.footer__brand p { max-width: 24em; font-size: .96rem; }
.site-footer h3 { font: 500 .74rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: #fff; margin-bottom: 1.2rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: .96rem; }
.footer__legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .85rem; color: #a99f8f; }
.wa { position: fixed; left: 18px; bottom: 18px; z-index: 40; display: inline-flex; align-items: center; gap: 10px; background: #1fa855; color: #fff; padding: 12px 18px 12px 14px; border-radius: 999px; text-decoration: none; font-size: .92rem; box-shadow: 0 10px 28px rgba(0, 0, 0, .2); transition: transform .3s var(--ease); }
.wa:hover { color: #fff; transform: translateY(-2px); }

/* Apparition douce */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; } }

/* Tablette et mobile */
@media (max-width: 1040px) {
  body.home .header__row { min-height: 104px; }
  body.home .brand img { height: 68px; }
  body.home .site-header.is-compact .header__row { min-height: 76px; }
  body.home .site-header.is-compact .brand img { height: 46px; }
  .burger { display: block; }
  .primary { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 8px; padding: 12px var(--gutter) 26px; max-height: calc(100vh - 76px); overflow: auto; display: none; }
  .primary.open { display: flex; }
  .primary ul { flex-direction: column; gap: 0; }
  .primary li { flex-wrap: wrap; border-bottom: 1px solid var(--line); }
  .primary li > a { flex: 1; padding: 16px 0 !important; font-size: 1.1rem; }
  .sub-toggle { padding: 16px; }
  /* .primary ul (0,1,1) impose display:flex : il faut une spécificité au moins égale pour masquer le sous-menu */
  .primary .sub { position: static; flex-basis: 100%; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 10px 12px; display: none; background: transparent; min-width: 0; }
  .primary .has-sub.open .sub { display: flex; }
  .sub-toggle svg { transition: transform .25s var(--ease); }
  .has-sub.open .sub-toggle svg { transform: rotate(180deg); }
  .primary__cta { flex-direction: column; align-items: stretch; margin-top: 12px; }
  .primary__cta .pill { text-align: center; }
  .primary__cta .btn { justify-content: space-between; }
  .hero__grid, .split, .rental__grid { grid-template-columns: 1fr; }
  .hero__mosaic { max-width: 560px; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .perks { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .grid--3, .tiles { grid-template-columns: 1fr; }
  .tiles { gap: 12px; }
  .stats__row { grid-template-columns: 1fr; }
  .stats__row > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .form__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .guide-hero__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 2fr 1fr; height: 380px; }
  .guide-hero__grid .g0 { grid-column: 1 / 3; grid-row: 1; }
  .guide-hero__grid .g3 { display: none; }
  .filters__count { margin-left: 0; }
  .wa span { display: none; } .wa { padding: 14px; }
  .embed iframe { min-height: 1100px; }
}

/* Cartes « bonnes adresses » avec photo */
.spot { overflow: hidden; }
.spot--photo .spot__img { margin: -24px -24px 20px; aspect-ratio: 4 / 3; overflow: hidden; background: var(--stone); }
.spot--photo .spot__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transition: transform .8s var(--ease); }
.spot--photo:hover .spot__img img { transform: scale(1.04); }
