/* ==========================================================================
   VILLA FUJI — Design System
   Sierra de la Pandera · Jaén · Andalucía
   --------------------------------------------------------------------------
   1. Tokens          6. Buttons & forms      11. Gallery
   2. Reset & base    7. Header & nav         12. Booking engine
   3. Typography      8. Hero                 13. Reviews / FAQ / map
   4. Layout          9. Editorial sections   14. Footer
   5. Motion         10. Facts & amenities    15. Utilities & responsive
   ========================================================================== */

/* 1. TOKENS ============================================================== */
:root {
  /* Colore — palette "Sierra": pietra calcarea, olivo, terracotta */
  --ink:        #1A1917;
  --ink-soft:   #3A372F;
  --muted:      #77705F;
  --line:       #DED5C4;
  --line-soft:  #EAE3D6;

  --bone:       #F8F5EE;   /* fondo pagina */
  --paper:      #FFFDF8;   /* superfici sollevate */
  --sand:       #EDE5D6;   /* fasce alternate */

  --olive:      #4A5540;   /* brand primario */
  --olive-dk:   #2C3327;   /* sezioni scure */
  --olive-lt:   #6E7A5F;
  --clay:       #B0663F;   /* accento — tetti e cotto */
  --clay-lt:    #C98C63;

  --white:      #FFFFFF;
  --ok:         #4A5540;
  --busy:       #B0663F;

  /* Tipografia */
  --display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --body:    "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --fs-eyebrow: 0.688rem;
  --fs-sm:      0.875rem;
  --fs-base:    1.0rem;
  --fs-lead:    clamp(1.06rem, 0.98rem + 0.42vw, 1.28rem);
  --fs-h4:      clamp(1.15rem, 1.05rem + 0.5vw, 1.4rem);
  --fs-h3:      clamp(1.5rem, 1.28rem + 1.1vw, 2.15rem);
  --fs-h2:      clamp(2rem, 1.55rem + 2.1vw, 3.4rem);
  --fs-h1:      clamp(2.7rem, 1.8rem + 4.3vw, 5.6rem);

  /* Spazio — scala 4px */
  --s1: 0.25rem;  --s2: 0.5rem;   --s3: 0.75rem;  --s4: 1rem;
  --s5: 1.5rem;   --s6: 2rem;     --s7: 3rem;     --s8: 4rem;
  --s9: 6rem;     --s10: 8rem;
  --section: clamp(4.5rem, 3rem + 7vw, 9rem);
  --gutter:  clamp(1.25rem, 0.6rem + 3vw, 3.5rem);
  --maxw:    1360px;
  --measure: 62ch;

  /* Forma & profondità */
  --r:    3px;
  --r-lg: 5px;
  --shadow-1: 0 1px 2px rgba(26,25,23,.05), 0 6px 20px -12px rgba(26,25,23,.16);
  --shadow-2: 0 2px 6px rgba(26,25,23,.06), 0 24px 60px -28px rgba(26,25,23,.30);
  --shadow-3: 0 40px 90px -40px rgba(26,25,23,.45);

  /* Movimento */
  --e-out:   cubic-bezier(.22,.61,.36,1);
  --e-inout: cubic-bezier(.65,.05,.36,1);
  --t-fast: 180ms var(--e-out);
  --t-base: 320ms var(--e-out);
  --t-slow: 720ms var(--e-out);

  --header-h: 76px;
}

@media (max-width: 900px) { :root { --header-h: 64px; } }

/* 2. RESET & BASE ======================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--fs-base);
  line-height: 1.65;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }

img, picture, video, svg { display: block; max-width: 100%; }
img { height: auto; background: var(--sand); }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }

::selection { background: var(--olive); color: var(--bone); }

:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute; left: var(--s4); top: -100px; z-index: 999;
  background: var(--ink); color: var(--bone);
  padding: var(--s3) var(--s5); border-radius: var(--r);
  transition: top var(--t-fast);
}
.skip-link:focus { top: var(--s4); }

/* 3. TIPOGRAFIA ========================================================== */
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 300;
  font-variation-settings: "SOFT" 0, "WONK" 0, "opsz" 100;
  line-height: 1.06;
  letter-spacing: -0.018em;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: var(--fs-h1); line-height: 0.98; letter-spacing: -0.03em; }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); line-height: 1.2; }

p { margin: 0 0 1em; max-width: var(--measure); text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--body);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay);
  margin: 0 0 var(--s4);
  display: flex; align-items: center; gap: var(--s3);
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: currentColor; flex: none; opacity: .7;
}
.eyebrow--plain::before { display: none; }
.eyebrow--center { justify-content: center; }

.lead { font-size: var(--fs-lead); line-height: 1.55; color: var(--ink-soft); }
.small { font-size: var(--fs-sm); }
.muted { color: var(--muted); }
.serif { font-family: var(--display); font-weight: 300; }

/* Iniziale editoriale */
.dropcap::first-letter {
  font-family: var(--display); font-weight: 300; font-size: 3.6em;
  float: left; line-height: .82; padding: .06em .12em 0 0; color: var(--olive);
}

/* 4. LAYOUT ============================================================== */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 860px; }
.wrap--wide { max-width: 1600px; }

.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: clamp(3rem, 2rem + 4vw, 5.5rem); }
.section--sand { background: var(--sand); }
.section--paper { background: var(--paper); }
.section--dark { background: var(--olive-dk); color: var(--bone); }
.section--dark .eyebrow { color: var(--clay-lt); }
.section--dark .lead, .section--dark p { color: rgba(248,245,238,.78); }
.section--dark .muted { color: rgba(248,245,238,.55); }

.grid { display: grid; gap: var(--gutter); }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }

.section-head { margin-bottom: clamp(2.5rem, 1.5rem + 3vw, 4.5rem); }
.section-head--split {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.85fr);
  gap: var(--gutter); align-items: end;
}
.section-head--center { text-align: center; max-width: 760px; margin-inline: auto; }
.section-head--center p { margin-inline: auto; }

.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

/* 5. MOTION ============================================================== */
.js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity 900ms var(--e-out), transform 900ms var(--e-out);
  transition-delay: var(--d, 0ms);
  will-change: opacity, transform;
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* rivelazione fotografica: la maschera si apre dal basso */
.reveal-img { overflow: hidden; position: relative; }
.js .reveal-img > img, .js .reveal-img > picture > img {
  transform: scale(1.09); transition: transform 1500ms var(--e-out);
  will-change: transform;
}
.reveal-img.is-in > img, .reveal-img.is-in > picture > img { transform: scale(1); }
.js .reveal-img::after {
  content: ""; position: absolute; inset: 0; background: var(--bone);
  transform-origin: bottom; transition: transform 1100ms var(--e-inout);
}
.js .reveal-img.is-in::after { transform: scaleY(0); }

/* parallasse leggera */
.parallax { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .js .reveal-img::after { display: none; }
  .reveal-img > img, .reveal-img > picture > img { transform: none !important; transition: none; }
  .parallax { transform: none !important; }
  * { animation-duration: .001ms !important; }
}

/* 6. BUTTONS & FORMS ===================================================== */
.btn {
  --btn-bg: var(--olive); --btn-fg: var(--bone); --btn-bd: var(--olive);
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 1.0rem 1.85rem;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1px solid var(--btn-bd); border-radius: var(--r);
  font-size: var(--fs-sm); font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer; position: relative; overflow: hidden;
  transition: background var(--t-base), color var(--t-base), border-color var(--t-base), transform var(--t-fast);
}
.btn::after {
  content: ""; position: absolute; inset: 0; background: var(--ink);
  transform: translateY(101%); transition: transform 420ms var(--e-out); z-index: 0;
}
.btn > * , .btn { position: relative; }
.btn span, .btn svg { position: relative; z-index: 1; }
.btn > svg { width: 17px; height: 17px; flex: none; }
.btn--icon > svg { width: 19px; height: 19px; }
.btn:hover::after { transform: translateY(0); }
.btn:hover { color: var(--bone); border-color: var(--ink); }
.btn:active { transform: translateY(1px); }

.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line); }
.btn--ghost:hover { color: var(--bone); }
.btn--light { --btn-bg: var(--bone); --btn-fg: var(--ink); --btn-bd: var(--bone); }
.btn--onphoto { --btn-bg: transparent; --btn-fg: #fff; --btn-bd: rgba(255,255,255,.55); backdrop-filter: blur(6px); }
.btn--onphoto::after { background: var(--bone); }
.btn--onphoto:hover { color: var(--ink); border-color: var(--bone); }
.btn--clay { --btn-bg: var(--clay); --btn-fg: #fff; --btn-bd: var(--clay); }
.btn--block { width: 100%; }
.btn--sm { padding: .7rem 1.2rem; font-size: .78rem; }
.btn[disabled] { opacity: .45; pointer-events: none; }

/* link con sottolineatura animata */
.link {
  display: inline-flex; align-items: center; gap: .5em;
  font-size: var(--fs-sm); font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  padding-bottom: 3px; background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px; background-repeat: no-repeat; background-position: 0 100%;
  transition: background-size 420ms var(--e-out), color var(--t-fast);
}
.link:hover { background-size: 0% 1px; color: var(--clay); }
.link svg { transition: transform var(--t-base); }
.link:hover svg { transform: translateX(4px); }

.field { display: flex; flex-direction: column; gap: .4rem; }
.field label, .lbl {
  font-size: var(--fs-eyebrow); font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
}
.input, select.input, textarea.input {
  width: 100%; padding: .9rem 1rem; font: inherit; font-size: .95rem;
  color: var(--ink); background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
  appearance: none;
}
.input:focus { border-color: var(--olive); box-shadow: 0 0 0 3px rgba(74,85,64,.12); outline: none; }
.input[aria-invalid="true"] { border-color: var(--clay); }
select.input {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2377705F' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; background-size: 11px;
  padding-right: 2.4rem;
}
textarea.input { min-height: 130px; resize: vertical; line-height: 1.6; }
.err { font-size: .8rem; color: var(--clay); min-height: 1.1em; }

.checkline { display: flex; gap: .7rem; align-items: flex-start; font-size: .85rem; color: var(--muted); }
.checkline input { margin-top: .28rem; accent-color: var(--olive); width: 16px; height: 16px; flex: none; }
.checkline a { text-decoration: underline; text-underline-offset: 2px; }

/* 7. HEADER & NAV ======================================================== */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background var(--t-base), box-shadow var(--t-base), height var(--t-base);
}
.header::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(20,19,17,.55), rgba(20,19,17,0));
  opacity: 1; transition: opacity var(--t-base); pointer-events: none;
}
.header.is-solid, body:not(.has-hero) .header {
  background: var(--bone); box-shadow: 0 1px 0 var(--line-soft);
}
body:not(.has-hero) .header::before { opacity: 0; }
body:not(.has-hero) .brand, body:not(.has-hero) .nav a,
body:not(.has-hero) .lang { color: var(--ink); }
body:not(.has-hero) .burger i { background: var(--ink); }
.header.is-solid::before { opacity: 0; }
.header.is-hidden { transform: translateY(-100%); transition: transform 420ms var(--e-out); }

.header__inner {
  width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: var(--s5);
}
.brand { display: flex; align-items: baseline; gap: .55rem; color: #fff; transition: color var(--t-base); }
.header.is-solid .brand { color: var(--ink); }
.brand__name {
  font-family: var(--display); font-weight: 300; font-size: 1.32rem; letter-spacing: .02em; line-height: 1;
}
.brand__sub {
  font-size: .56rem; letter-spacing: .3em; text-transform: uppercase; font-weight: 600; opacity: .72;
}

.nav { display: flex; align-items: center; gap: clamp(1rem, .3rem + 1.4vw, 2rem); }
.nav a {
  color: #fff; font-size: .82rem; font-weight: 500; letter-spacing: .04em;
  position: relative; padding-block: .4rem; transition: color var(--t-base), opacity var(--t-base);
}
.header.is-solid .nav a { color: var(--ink-soft); }
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%;
  background: currentColor; transform: scaleX(0); transform-origin: right;
  transition: transform 380ms var(--e-out);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.header__actions { display: flex; align-items: center; gap: var(--s4); }

.lang {
  display: flex; gap: .35rem; align-items: center;
  font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #fff;
}
.header.is-solid .lang { color: var(--ink-soft); }
.lang a { opacity: .55; transition: opacity var(--t-fast); }
.lang a:hover, .lang a[aria-current="true"] { opacity: 1; }
.lang span { opacity: .3; }

.burger {
  display: none; width: 44px; height: 44px; align-items: center; justify-content: center;
  background: none; border: 0; cursor: pointer; margin-right: -10px;
}
.burger i {
  display: block; width: 22px; height: 1.5px; background: #fff; position: relative;
  transition: background var(--t-base), transform var(--t-base);
}
.header.is-solid .burger i, .burger.is-open i { background: var(--ink); }
.burger i::before, .burger i::after {
  content: ""; position: absolute; left: 0; width: 22px; height: 1.5px; background: inherit;
  transition: transform var(--t-base), opacity var(--t-fast);
}
.burger i::before { top: -7px; } .burger i::after { top: 7px; }
.burger.is-open i { background: transparent; }
.burger.is-open i::before { transform: translateY(7px) rotate(45deg); background: var(--ink); }
.burger.is-open i::after  { transform: translateY(-7px) rotate(-45deg); background: var(--ink); }

/* menu mobile a tutta pagina */
.mobile-nav {
  position: fixed; inset: 0; z-index: 99; background: var(--bone);
  padding: calc(var(--header-h) + var(--s6)) var(--gutter) var(--s7);
  display: flex; flex-direction: column; justify-content: space-between;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity 380ms var(--e-out), transform 380ms var(--e-out), visibility 380ms;
  overflow-y: auto;
}
.mobile-nav.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-nav ul { display: flex; flex-direction: column; gap: .2rem; }
.mobile-nav ul a {
  font-family: var(--display); font-weight: 300; font-size: clamp(1.8rem, 1.2rem + 3vw, 2.6rem);
  line-height: 1.25; display: block; padding-block: .18em;
  border-bottom: 1px solid var(--line-soft);
  opacity: 0; transform: translateY(14px);
}
.mobile-nav.is-open ul a { animation: navIn 620ms var(--e-out) forwards; }
@keyframes navIn { to { opacity: 1; transform: none; } }
.mobile-nav__foot { display: flex; flex-direction: column; gap: var(--s4); padding-top: var(--s6); }

/* CTA sticky mobile */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none; gap: .6rem; padding: .7rem var(--s4) calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(248,245,238,.94); backdrop-filter: blur(14px) saturate(140%);
  border-top: 1px solid var(--line-soft);
  transform: translateY(110%); transition: transform 420ms var(--e-out);
}
.sticky-cta.is-on { transform: none; }
.sticky-cta .btn { flex: 1; padding-block: .95rem; }
.sticky-cta .btn--icon { flex: 0 0 56px; padding-inline: 0; }

/* 8. HERO ================================================================ */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  overflow: hidden; color: #fff;
  padding-bottom: clamp(2rem, 1rem + 5vw, 5rem); padding-top: calc(var(--header-h) + 2rem);
}
.hero__media { position: absolute; inset: -8% 0 0 0; z-index: 0; }
.hero__media img { width: 100%; height: 108%; object-fit: cover; object-position: 50% 58%; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(18,17,15,.86) 0%, rgba(18,17,15,.62) 26%, rgba(18,17,15,.34) 52%, rgba(18,17,15,.16) 72%, rgba(18,17,15,.50) 100%),
    linear-gradient(to right, rgba(18,17,15,.42) 0%, rgba(18,17,15,.06) 62%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; }
.hero__eyebrow {
  font-size: var(--fs-eyebrow); letter-spacing: .3em; text-transform: uppercase;
  font-weight: 600; color: rgba(255,255,255,.85); margin-bottom: var(--s5);
  display: flex; align-items: center; gap: var(--s3);
}
.hero__eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero h1 { max-width: 15ch; color: #fff; text-shadow: 0 1px 40px rgba(0,0,0,.28); }
.hero__sub {
  margin-top: var(--s5); max-width: 46ch; font-size: var(--fs-lead);
  color: rgba(255,255,255,.88); line-height: 1.5;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--s3); margin-top: var(--s6); }

.hero__scroll {
  position: absolute; left: 50%; bottom: 1.4rem; z-index: 2; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  font-size: .58rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.7);
}
.hero__scroll i { display: block; width: 1px; height: 44px; background: rgba(255,255,255,.4); position: relative; overflow: hidden; }
.hero__scroll i::after {
  content: ""; position: absolute; inset: 0; background: #fff;
  animation: scrollLine 2.4s var(--e-inout) infinite;
}
@keyframes scrollLine { 0% { transform: translateY(-100%);} 55%,100% { transform: translateY(100%);} }

/* hero interno pagina */
.pagehero {
  position: relative; min-height: clamp(46vh, 30vh + 22vw, 72vh);
  display: flex; align-items: flex-end; overflow: hidden; color: #fff;
  padding: calc(var(--header-h) + 4rem) 0 clamp(2rem,1rem + 4vw,4rem);
}
.pagehero__media { position: absolute; inset: 0; }
.pagehero__media img { width: 100%; height: 100%; object-fit: cover; }
.pagehero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(18,17,15,.80) 0%, rgba(18,17,15,.55) 34%, rgba(18,17,15,.22) 66%, rgba(18,17,15,.48) 100%),
    linear-gradient(to right, rgba(18,17,15,.40) 0%, rgba(18,17,15,.04) 60%);
}
.pagehero__inner { position: relative; z-index: 2; }
.pagehero h1 { color: #fff; max-width: 18ch; text-shadow: 0 1px 36px rgba(0,0,0,.3); }
.pagehero p { color: rgba(255,255,255,.85); margin-top: var(--s4); max-width: 52ch; font-size: var(--fs-lead); }

.crumbs { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.82); margin-bottom: var(--s4); text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.crumbs a { opacity: .8; } .crumbs a:hover { opacity: 1; }
.crumbs span { opacity: .45; margin-inline: .5em; }

/* 9. SEZIONI EDITORIALI ================================================== */
/* Alternanza foto/testo a piena larghezza */
.story { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--gutter); align-items: center; }
.story + .story { margin-top: clamp(4rem, 2rem + 8vw, 9rem); }
.story__media { grid-column: 1 / span 7; }
.story__body  { grid-column: 9 / span 4; }
.story--flip .story__media { grid-column: 6 / span 7; grid-row: 1; }
.story--flip .story__body  { grid-column: 1 / span 4; grid-row: 1; }
.story__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.story__media--tall img { aspect-ratio: 3/4; }
.story__num {
  font-family: var(--display); font-size: .8rem; letter-spacing: .2em;
  color: var(--clay); margin-bottom: var(--s3); display: block;
}
.story__body h3 { margin-bottom: var(--s4); }
.story__cap {
  margin-top: var(--s3); font-size: .78rem; letter-spacing: .04em; color: var(--muted);
}

/* Blocco a due colonne testo */
.intro { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(2rem,1rem + 4vw,6rem); align-items: start; }
.intro__side { position: sticky; top: calc(var(--header-h) + 2rem); }

/* Citazione editoriale */
.pullquote {
  font-family: var(--display); font-weight: 300; font-size: clamp(1.5rem,1.1rem + 1.8vw,2.5rem);
  line-height: 1.25; letter-spacing: -.02em; max-width: 22ch; color: var(--olive);
}
.section--dark .pullquote { color: var(--bone); }

/* Immagine full-bleed con testo sovrapposto */
.bleed { position: relative; min-height: clamp(60vh, 40vh + 26vw, 88vh); display: flex; align-items: center; overflow: hidden; color: #fff; }
.bleed__media { position: absolute; inset: -6% 0 0 0; }
.bleed__media img { width: 100%; height: 106%; object-fit: cover; }
.bleed__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,17,15,.72) 0%, rgba(18,17,15,.34) 48%, rgba(18,17,15,.06) 100%); }
.bleed__inner { position: relative; z-index: 2; }
.bleed h2 { color: #fff; max-width: 16ch; }
.bleed p { color: rgba(255,255,255,.86); margin-top: var(--s5); max-width: 44ch; }

/* 10. FATTI, SERVIZI, CARD =============================================== */
.facts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.facts li {
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: clamp(1.1rem,.8rem + 1vw,1.8rem) clamp(.9rem,.6rem + .8vw,1.5rem);
  display: flex; flex-direction: column; gap: .3rem;
}
.facts b { font-family: var(--display); font-weight: 300; font-size: clamp(1.5rem,1.2rem + 1vw,2.1rem); line-height: 1; }
.facts span { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

.amenities { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: .1rem 2rem; }
.amenities li {
  display: flex; align-items: flex-start; gap: .8rem; padding-block: .9rem;
  border-bottom: 1px solid var(--line-soft); font-size: .92rem; line-height: 1.4;
}
.amenities svg { margin-top: .12rem; }
.amenities li .tag { margin-left: auto; flex: none; }
.amenities svg { flex: none; width: 19px; height: 19px; stroke: var(--olive); fill: none; stroke-width: 1.4; }
.amenities li[data-ask] { color: var(--muted); }

.card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base); }
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); border-color: var(--line); }
.card__media { overflow: hidden; }
.card__media img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform 900ms var(--e-out); }
a.card:hover .card__media img { transform: scale(1.05); }
.card__body { padding: var(--s5); display: flex; flex-direction: column; gap: var(--s3); flex: 1; }
.card__body h3 { font-size: var(--fs-h4); }
.card__meta { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--clay); }
.card__body p { font-size: .92rem; color: var(--muted); }
.card__foot { margin-top: auto; padding-top: var(--s3); }

/* vantaggi prenotazione diretta */
.benefits { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 1px; background: rgba(248,245,238,.18); }
.benefits li { background: var(--olive-dk); padding: clamp(1.5rem,1rem + 1.6vw,2.4rem); display: flex; flex-direction: column; gap: .7rem; }
.benefits h4 { color: var(--bone); }
.benefits p { font-size: .9rem; margin: 0; }
.benefits i {
  font-style: normal; font-family: var(--display); font-size: .78rem;
  letter-spacing: .18em; color: var(--clay-lt);
}

/* 11. GALLERY ============================================================ */
.gal-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: var(--s6); }
.gal-filters button {
  padding: .55rem 1.05rem; background: transparent; border: 1px solid var(--line);
  border-radius: 999px; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); cursor: pointer; transition: all var(--t-fast);
}
.gal-filters button:hover { border-color: var(--olive); color: var(--ink); }
.gal-filters button[aria-pressed="true"] { background: var(--olive); border-color: var(--olive); color: var(--bone); }

.masonry { columns: 3; column-gap: clamp(.6rem,.3rem + 1vw,1.4rem); }
.masonry figure { break-inside: avoid; margin: 0 0 clamp(.6rem,.3rem + 1vw,1.4rem); position: relative; cursor: zoom-in; overflow: hidden; }
.masonry img { width: 100%; transition: transform 900ms var(--e-out), filter var(--t-base); }
.masonry figure:hover img { transform: scale(1.04); }
.masonry figure::after {
  content: ""; position: absolute; inset: 0; background: rgba(26,25,23,.16);
  opacity: 0; transition: opacity var(--t-base);
}
.masonry figure:hover::after { opacity: 1; }
.masonry figure.is-hidden { display: none; }
.masonry figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 2.4rem 1rem .9rem; color: #fff; font-size: .78rem; letter-spacing: .04em;
  background: linear-gradient(to top, rgba(18,17,15,.7), transparent);
  opacity: 0; transform: translateY(8px); transition: all var(--t-base);
}
.masonry figure:hover figcaption { opacity: 1; transform: none; }

/* griglia teaser homepage */
.gal-teaser { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: clamp(120px,10vw,190px); gap: clamp(.5rem,.25rem + .8vw,1rem); }
.gal-teaser figure { margin: 0; overflow: hidden; position: relative; }
.gal-teaser img { width: 100%; height: 100%; object-fit: cover; transition: transform 1000ms var(--e-out); }
.gal-teaser figure:hover img { transform: scale(1.05); }
.gal-teaser .t-a { grid-column: span 2; grid-row: span 2; }
.gal-teaser .t-b { grid-column: span 2; grid-row: span 1; }
.gal-teaser .t-c { grid-column: span 1; grid-row: span 1; }

/* lightbox */
.lb {
  position: fixed; inset: 0; z-index: 200; background: rgba(16,15,14,.96);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity 320ms var(--e-out), visibility 320ms;
}
.lb.is-open { opacity: 1; visibility: visible; }
.lb__img { max-width: min(94vw, 1600px); max-height: 84vh; object-fit: contain; box-shadow: var(--shadow-3); }
.lb__cap { position: absolute; left: 0; right: 0; bottom: 1.6rem; text-align: center; color: rgba(255,255,255,.75); font-size: .8rem; letter-spacing: .06em; }
.lb__count { position: absolute; top: 1.4rem; left: 1.6rem; color: rgba(255,255,255,.55); font-size: .78rem; letter-spacing: .18em; }
.lb button {
  position: absolute; background: none; border: 0; color: #fff; cursor: pointer;
  width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
  opacity: .65; transition: opacity var(--t-fast), transform var(--t-fast);
}
.lb button:hover { opacity: 1; }
.lb__close { top: 1rem; right: 1rem; }
.lb__prev { left: max(.5rem, 2vw); top: 50%; margin-top: -28px; }
.lb__next { right: max(.5rem, 2vw); top: 50%; margin-top: -28px; }
.lb__prev:hover { transform: translateX(-3px); } .lb__next:hover { transform: translateX(3px); }
.lb svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.2; }

/* 12. BOOKING ENGINE ===================================================== */
/* barra ricerca nell'hero */
.searchbar {
  margin-top: clamp(1.8rem,1rem + 2.5vw,3rem);
  background: rgba(248,245,238,.94); backdrop-filter: blur(16px) saturate(150%);
  border-radius: var(--r-lg); box-shadow: var(--shadow-2);
  display: grid; grid-template-columns: 1.1fr 1.1fr .9fr auto; gap: 1px;
  overflow: hidden; max-width: 940px;
}
.searchbar__cell {
  background: rgba(255,253,248,.9); padding: .95rem 1.15rem;
  display: flex; flex-direction: column; gap: .15rem; text-align: left;
  border: 0; cursor: pointer; transition: background var(--t-fast); min-width: 0;
}
.searchbar__cell:hover { background: #fff; }
.searchbar__cell .lbl { color: var(--muted); }
.searchbar__cell b { font-family: var(--display); font-weight: 300; font-size: 1.05rem; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.searchbar__cell b.is-empty { color: var(--muted); font-style: italic; }
.searchbar__go { border-radius: 0; padding-inline: 1.6rem; }

/* modulo prenotazione a due colonne */
.booking { display: grid; grid-template-columns: minmax(0,1fr) 400px; gap: clamp(1.5rem,1rem + 2vw,3.5rem); align-items: start; }

.cal { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: clamp(1rem,.6rem + 1.4vw,1.8rem); }
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--s5); }
.cal__nav { display: flex; gap: .3rem; }
.cal__nav button {
  width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; border-radius: var(--r);
  cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all var(--t-fast);
}
.cal__nav button:hover:not([disabled]) { background: var(--olive); border-color: var(--olive); color: var(--bone); }
.cal__nav button[disabled] { opacity: .3; cursor: default; }
.cal__nav svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.cal__months { display: grid; grid-template-columns: repeat(2,1fr); gap: clamp(1rem,.5rem + 2vw,2.5rem); }
.cal__m h4 { font-size: 1.05rem; text-align: center; margin-bottom: var(--s4); letter-spacing: 0; }
.cal__dow, .cal__grid { display: grid; grid-template-columns: repeat(7,1fr); }
.cal__dow span { text-align: center; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding-bottom: .5rem; }
.cal__d {
  position: relative; aspect-ratio: 1; border: 0; background: transparent; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px;
  font-size: .86rem; color: var(--ink); border-radius: var(--r);
  transition: background var(--t-fast), color var(--t-fast);
}
.cal__d small { font-size: .56rem; color: var(--muted); letter-spacing: .01em; }
.cal__d:hover:not([disabled]) { background: var(--sand); }
.cal__d[disabled] { color: var(--line); cursor: default; }
.cal__d[disabled] small { display: none; }
.cal__d.is-busy { color: var(--line); cursor: not-allowed; text-decoration: line-through; text-decoration-color: rgba(176,102,63,.5); }
.cal__d.is-empty { visibility: hidden; }
.cal__d.in-range { background: var(--sand); border-radius: 0; }
.cal__d.is-start, .cal__d.is-end { background: var(--olive); color: var(--bone); }
.cal__d.is-start small, .cal__d.is-end small { color: rgba(248,245,238,.7); }
.cal__d.is-start { border-radius: var(--r) 0 0 var(--r); }
.cal__d.is-end   { border-radius: 0 var(--r) var(--r) 0; }
.cal__d.is-start.is-end { border-radius: var(--r); }
.cal__legend { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: var(--s5); padding-top: var(--s4); border-top: 1px solid var(--line-soft); font-size: .74rem; color: var(--muted); }
.cal__legend i { display: inline-block; width: 11px; height: 11px; border-radius: 2px; margin-right: .45rem; vertical-align: -1px; }

/* riepilogo prezzo */
.summary { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-1); overflow: hidden; position: sticky; top: calc(var(--header-h) + 1.5rem); }
.summary__head { padding: var(--s5); border-bottom: 1px solid var(--line-soft); background: var(--sand); }
.summary__head b { font-family: var(--display); font-weight: 300; font-size: 1.5rem; }
.summary__body { padding: var(--s5); display: flex; flex-direction: column; gap: var(--s4); }
.summary__dates { display: grid; grid-template-columns: 1fr auto 1fr; gap: .6rem; align-items: center; }
.summary__date { background: var(--bone); border-radius: var(--r); padding: .7rem .85rem; }
.summary__date .lbl { display: block; margin-bottom: .1rem; }
.summary__date b { font-family: var(--display); font-weight: 300; font-size: 1rem; }
.summary__arrow { color: var(--muted); }
.price-lines { display: flex; flex-direction: column; gap: .55rem; font-size: .9rem; }
.price-lines li { display: flex; justify-content: space-between; gap: 1rem; color: var(--ink-soft); }
.price-lines li span:first-child { color: var(--muted); }
.price-lines li.is-note { font-size: .78rem; color: var(--muted); }
.price-total {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: var(--s4); margin-top: var(--s2); border-top: 1px solid var(--line);
}
.price-total span { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.price-total b { font-family: var(--display); font-weight: 300; font-size: 2rem; }
.summary__empty { text-align: center; color: var(--muted); font-size: .9rem; padding-block: var(--s5); }
.summary__note { font-size: .76rem; color: var(--muted); line-height: 1.5; }

/* stepper */
.steps { display: flex; gap: 0; margin-bottom: var(--s7); border-bottom: 1px solid var(--line); }
.steps li {
  flex: 1; padding-bottom: .9rem; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); position: relative; display: flex; align-items: center; gap: .55rem;
}
.steps li::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 2px; width: 100%; background: var(--olive); transform: scaleX(0); transform-origin: left; transition: transform 520ms var(--e-out); }
.steps li[aria-current="step"] { color: var(--ink); }
.steps li[aria-current="step"]::after, .steps li.is-done::after { transform: scaleX(1); }
.steps li i { font-style: normal; font-family: var(--display); font-size: .8rem; opacity: .55; }

.extras { display: grid; gap: .1rem; }
.extra {
  display: flex; align-items: flex-start; gap: var(--s4); padding: var(--s4) 0;
  border-bottom: 1px solid var(--line-soft); cursor: pointer;
}
.extra input { margin-top: .35rem; accent-color: var(--olive); width: 17px; height: 17px; flex: none; }
.extra__t { flex: 1; }
.extra__t b { display: block; font-weight: 600; font-size: .95rem; }
.extra__t small { color: var(--muted); font-size: .82rem; }
.extra__p { font-family: var(--display); font-weight: 300; font-size: 1.05rem; white-space: nowrap; }

.notice {
  display: flex; gap: .8rem; padding: var(--s4) var(--s5);
  background: rgba(176,102,63,.07); border-left: 2px solid var(--clay);
  border-radius: 0 var(--r) var(--r) 0; font-size: .86rem; color: var(--ink-soft);
}
.notice svg { flex: none; width: 18px; height: 18px; stroke: var(--clay); fill: none; stroke-width: 1.5; margin-top: .15rem; }
.notice--info { background: rgba(74,85,64,.07); border-color: var(--olive); }
.notice--info svg { stroke: var(--olive); }
.section--dark .notice, .benefits .notice {
  background: rgba(248,245,238,.09); border-color: var(--clay-lt); color: rgba(248,245,238,.82);
}
.section--dark .notice svg, .benefits .notice svg { stroke: var(--clay-lt); }
.section--dark .notice b, .benefits .notice b { color: var(--bone); }
.benefits .notice { padding: var(--s3) var(--s4); font-size: .82rem; margin-top: .2rem; }

/* 13. REVIEWS / FAQ / MAPPA ============================================== */
.ratings {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(1.5rem, 1rem + 4vw, 5rem); margin-top: var(--s6);
}
.rating { margin: 0; text-align: center; display: flex; flex-direction: column; gap: .6rem; }
.rating b {
  font-family: var(--display); font-weight: 300; line-height: 1;
  font-size: clamp(3rem, 2rem + 4vw, 5rem); letter-spacing: -.03em; color: var(--olive);
}
.rating b i { font-style: normal; font-size: .34em; color: var(--muted); letter-spacing: 0; }
.rating figcaption { font-size: .82rem; color: var(--muted); }
.rating figcaption strong { color: var(--ink); font-weight: 600; }

.reviews { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: var(--gutter); }
.review { display: flex; flex-direction: column; gap: var(--s4); }
.review__stars { display: flex; gap: .18rem; color: var(--clay); }
.review__stars svg { width: 14px; height: 14px; fill: currentColor; }
.review blockquote { margin: 0; font-family: var(--display); font-weight: 300; font-size: 1.22rem; line-height: 1.45; letter-spacing: -.01em; }
.review figcaption { font-size: .8rem; color: var(--muted); margin-top: auto; padding-top: var(--s3); border-top: 1px solid var(--line-soft); }
.review figcaption b { color: var(--ink); font-weight: 600; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: clamp(1.1rem,.8rem + .8vw,1.6rem) 3rem clamp(1.1rem,.8rem + .8vw,1.6rem) 0;
  font-family: var(--display); font-weight: 300; font-size: var(--fs-h4); position: relative;
  transition: color var(--t-fast);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--olive); }
.faq summary::after, .faq summary::before {
  content: ""; position: absolute; right: .6rem; top: 50%; background: var(--olive); transition: transform var(--t-base);
}
.faq summary::after  { width: 15px; height: 1px; margin-top: -.5px; }
.faq summary::before { width: 1px; height: 15px; margin-top: -7.5px; right: 1.3rem; }
.faq details[open] summary::before { transform: rotate(90deg); }
.faq details > div { padding-bottom: clamp(1.1rem,.8rem + .8vw,1.6rem); }
.faq details > div p { color: var(--muted); }

.map { position: relative; background: var(--sand); border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/10; }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.35) contrast(1.02); }
.map__ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--s4); text-align: center; padding: var(--s6); background: var(--sand); }
.map__ph p { color: var(--muted); font-size: .88rem; max-width: 40ch; }

.dist { display: grid; gap: 0; border-top: 1px solid var(--line-soft); }
.dist li {
  display: flex; align-items: baseline; gap: var(--s5); padding-block: .95rem;
  border-bottom: 1px solid var(--line-soft);
}
.dist li > b { flex: 1; font-weight: 500; font-size: .95rem; }
.dist__t { flex: 1; min-width: 0; }
.dist__t b { display: block; font-weight: 500; font-size: .95rem; }
.dist__t small { display: block; color: var(--muted); font-size: .78rem; margin-top: .12rem; }
.dist li i {
  font-style: normal; font-family: var(--display); font-size: 1rem; color: var(--clay);
  text-align: right; flex: none; max-width: 46%;
}
.section--dark .dist { border-color: rgba(248,245,238,.14); }
.section--dark .dist li { border-color: rgba(248,245,238,.14); }

/* 14. FOOTER ============================================================= */
.footer { background: var(--olive-dk); color: rgba(248,245,238,.72); padding-block: clamp(3.5rem,2rem + 5vw,6rem) var(--s6); }
.footer a { color: rgba(248,245,238,.72); transition: color var(--t-fast); }
.footer a:hover { color: var(--bone); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: var(--gutter); }
.footer__brand .brand__name { color: var(--bone); font-size: 1.7rem; }
.footer__brand .brand__sub { color: var(--clay-lt); }
.footer h5 { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(248,245,238,.45); margin: 0 0 var(--s4); font-weight: 600; }
.footer ul { display: flex; flex-direction: column; gap: .55rem; font-size: .9rem; }
.footer__bottom {
  margin-top: clamp(2.5rem,1.5rem + 3vw,4.5rem); padding-top: var(--s5);
  border-top: 1px solid rgba(248,245,238,.14);
  display: flex; flex-wrap: wrap; gap: var(--s4) var(--s6); justify-content: space-between;
  font-size: .78rem; color: rgba(248,245,238,.48);
}
.footer__bottom nav { display: flex; flex-wrap: wrap; gap: var(--s5); }
.social { display: flex; gap: var(--s4); margin-top: var(--s5); }
.social a { width: 38px; height: 38px; border: 1px solid rgba(248,245,238,.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all var(--t-base); }
.social a:hover { background: var(--bone); border-color: var(--bone); color: var(--olive-dk); }
.social svg { width: 16px; height: 16px; flex: none; fill: currentColor; }

/* WhatsApp discreto */
.concierge {
  position: fixed; right: clamp(1rem,.5rem + 1.5vw,2rem); bottom: clamp(1rem,.5rem + 1.5vw,2rem); z-index: 88;
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--olive-dk); color: var(--bone);
  padding: .8rem 1.15rem; border-radius: 999px; box-shadow: var(--shadow-2);
  font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  opacity: 0; transform: translateY(12px); pointer-events: none;
  transition: opacity var(--t-base), transform var(--t-base), background var(--t-base);
}
.concierge.is-on { opacity: 1; transform: none; pointer-events: auto; }
.concierge:hover { background: var(--olive); }
.concierge svg { width: 17px; height: 17px; flex: none; fill: currentColor; }

/* 15. UTILITIES & RESPONSIVE ============================================= */
.center { text-align: center; }
.center p, p.center { margin-inline: auto; }
.stack-4 > * + * { margin-top: var(--s4); }
.stack-5 > * + * { margin-top: var(--s5); }
.stack-6 > * + * { margin-top: var(--s6); }
.stack-7 > * + * { margin-top: var(--s7); }
.mt-5 { margin-top: var(--s5); } .mt-6 { margin-top: var(--s6); } .mt-7 { margin-top: var(--s7); }
.flex-cta { display: flex; flex-wrap: wrap; gap: var(--s3); }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.tag {
  display: inline-flex; align-items: center; gap: .4rem; padding: .3rem .7rem;
  background: rgba(176,102,63,.1); color: var(--clay); border-radius: 999px;
  font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}
.tag--ask { background: rgba(74,85,64,.1); color: var(--olive); }
.footer .tag--ask, .section--dark .tag--ask {
  background: rgba(248,245,238,.12); color: var(--clay-lt);
}

.prose h2 { margin-top: var(--s8); margin-bottom: var(--s4); }
.prose h3 { margin-top: var(--s7); margin-bottom: var(--s3); }
.prose > *:first-child { margin-top: 0; }
.prose ul { list-style: none; margin: 0 0 1.4em; }
.prose ul li { position: relative; padding-left: 1.4rem; margin-bottom: .5rem; max-width: var(--measure); }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 1px; background: var(--clay); }
.prose figure { margin: var(--s7) 0; }
.prose figcaption { font-size: .78rem; color: var(--muted); margin-top: var(--s3); }
.prose a:not(.btn):not(.link) { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line); transition: text-decoration-color var(--t-fast); }
.prose a:not(.btn):not(.link):hover { text-decoration-color: var(--clay); }

@media (max-width: 1100px) {
  .booking { grid-template-columns: 1fr; }
  .summary { position: static; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--s7) var(--gutter); }
  .story__media { grid-column: 1 / span 12; }
  .story__body { grid-column: 1 / span 12; }
  .story--flip .story__media, .story--flip .story__body { grid-column: 1 / span 12; grid-row: auto; }
  .masonry { columns: 2; }
}

@media (max-width: 900px) {
  .nav, .header__actions .lang, .header__actions .btn { display: none; }
  .burger { display: flex; }
  .sticky-cta { display: flex; }
  .concierge { bottom: calc(70px + env(safe-area-inset-bottom)); }
  .g-3, .g-4 { grid-template-columns: repeat(2,1fr); }
  .intro { grid-template-columns: 1fr; }
  .intro__side { position: static; }
  .section-head--split { grid-template-columns: 1fr; align-items: start; }
  .searchbar { grid-template-columns: 1fr 1fr; }
  .searchbar__go { grid-column: 1 / -1; }
  .cal__months { grid-template-columns: 1fr; }
  .steps { flex-wrap: wrap; gap: .4rem 1.2rem; border: 0; }
  .steps li { flex: none; padding-bottom: .4rem; }
  .gal-teaser { grid-template-columns: repeat(2,1fr); }
  .gal-teaser .t-c:nth-child(n+5) { display: none; }
}

@media (max-width: 620px) {
  .g-2, .g-3, .g-4 { grid-template-columns: 1fr; }
  .masonry { columns: 1; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero { min-height: 92svh; }
  .searchbar { display: none; }
  .lb__prev { left: .2rem; } .lb__next { right: .2rem; }
  .facts { grid-template-columns: repeat(2,1fr); }
}

@media print {
  .header, .sticky-cta, .concierge, .mobile-nav, .hero__scroll { display: none !important; }
  body { background: #fff; }
}
