/* ============================================
   L'Écrin du Lac — v2 "Séjour boutique"
   Warm, bright, booking-focused
   ============================================ */

:root {
  --paper: #FCFAF5;
  --bg: #F4EEE3;
  --bg-2: #EDE5D6;
  --card: #FFFFFF;
  --ink: #2A2620;
  --ink-2: #554F46;
  --ink-3: #857D70;
  --ink-4: #A89F90;
  --line: rgba(42, 38, 32, 0.10);
  --line-soft: rgba(42, 38, 32, 0.055);
  --sage: #7C8C6F;
  --sage-deep: #5E6E53;
  --clay: #C0714A;
  --clay-deep: #A0562F;
  --lake: #5E8B86;
  --gold: #C79A3F;
  --accent: var(--clay);
  --accent-deep: var(--clay-deep);

  --f-display: "Newsreader", Georgia, "Times New Roman", serif;
  --f-body: "Geist", system-ui, -apple-system, sans-serif;
  --f-mono: "Geist Mono", ui-monospace, monospace;

  --r-sm: 10px;
  --r: 18px;
  --r-lg: 28px;
  --r-xl: 36px;
  --pad-x: clamp(18px, 4vw, 60px);
  --nav-h: 74px;
  --shadow-sm: 0 2px 8px rgba(42,38,32,0.05);
  --shadow: 0 10px 40px rgba(42,38,32,0.10);
  --shadow-lg: 0 24px 70px rgba(42,38,32,0.16);
}

[data-accent="sage"]  { --accent: var(--sage);  --accent-deep: var(--sage-deep); }
[data-accent="clay"]  { --accent: var(--clay);  --accent-deep: var(--clay-deep); }
[data-accent="lake"]  { --accent: var(--lake);  --accent-deep: #3F6D68; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
a { color: inherit; text-decoration: none; }
a.txtlink { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a.txtlink:hover { color: var(--ink); }

.display { font-family: var(--f-display); font-weight: 400; line-height: 1.05; letter-spacing: -0.01em; }
.display-it { font-family: var(--f-display); font-style: italic; font-weight: 400; }
.eyebrow { font-family: var(--f-mono); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); }
.mono { font-family: var(--f-mono); }

.wrap { max-width: 1360px; margin: 0 auto; padding: 0 var(--pad-x); }
section { scroll-margin-top: calc(var(--nav-h) + 16px); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border-radius: 999px; font-size: 14.5px; font-weight: 500; transition: transform .16s ease, background .2s ease, box-shadow .2s ease; white-space: nowrap; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { transform: translateY(-2px); background: var(--accent-deep); box-shadow: var(--shadow); }
.btn--dark { background: var(--ink); color: var(--paper); }
.btn--dark:hover { transform: translateY(-2px); }
.btn--ghost { border: 1px solid var(--line); color: var(--ink); background: var(--card); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--block { width: 100%; }
.btn--lg { padding: 16px 26px; font-size: 15.5px; }

/* ---------- Placeholder (bright, warm, photo-ready) ---------- */
.ph { position: relative; width: 100%; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; color: rgba(42,38,32,0.5); }
.ph__inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; padding: 20px; }
.ph__ic { width: 34px; height: 34px; opacity: 0.55; }
.ph__label { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; max-width: 80%; line-height: 1.5; }
.ph::after { content:""; position: absolute; inset: 0; background-image: radial-gradient(circle at 28% 22%, rgba(255,255,255,0.5), transparent 55%), radial-gradient(circle at 82% 88%, rgba(0,0,0,0.06), transparent 55%); pointer-events: none; }
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 3; }
.ph__cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; padding: 30px 16px 12px; background: linear-gradient(0deg, rgba(20,16,12,0.62), rgba(20,16,12,0.12) 60%, transparent); color: #fff; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; line-height: 1.4; pointer-events: none; }
.ph--lake { background: linear-gradient(150deg, #cfe0dd 0%, #a7c5c0 55%, #7fa39d 100%); }
.ph--wood { background: linear-gradient(150deg, #e7d3ba 0%, #d3b491 55%, #b98f66 100%); }
.ph--cream { background: linear-gradient(150deg, #f5ecda 0%, #ece0c8 55%, #ddcaa6 100%); }
.ph--sky { background: linear-gradient(160deg, #d9e7ee 0%, #b4cfdd 55%, #8fb4c8 100%); }
.ph--forest { background: linear-gradient(150deg, #d4ddca 0%, #aebf9f 55%, #869877 100%); }
.ph--warm { background: linear-gradient(150deg, #f0d8c4 0%, #e3b795 55%, #cf9068 100%); }
.ph--dusk { background: linear-gradient(160deg, #ecd8c8 0%, #d3aa9a 45%, #9c8397 100%); }

/* ---------- Nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; height: var(--nav-h); z-index: 60; display: flex; align-items: center; gap: 22px; padding: 0 var(--pad-x); transition: background .3s, box-shadow .3s, border-color .3s; border-bottom: 1px solid transparent; }
.nav.solid { background: color-mix(in oklab, var(--paper) 88%, transparent); backdrop-filter: saturate(150%) blur(14px); -webkit-backdrop-filter: saturate(150%) blur(14px); border-bottom-color: var(--line); }
.nav__logo { display: flex; align-items: center; gap: 11px; }
.nav__logo-txt { font-family: var(--f-display); font-size: 21px; letter-spacing: -0.01em; }
.nav__links { display: flex; gap: 26px; margin-left: auto; font-size: 14px; color: var(--ink-2); }
.nav__links a { padding: 6px 0; position: relative; transition: color .15s; }
.nav__links a::after { content:""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1.5px; background: var(--accent); transition: right .25s ease; }
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { right: 0; }
.nav__side { display: flex; align-items: center; gap: 12px; margin-left: 8px; }
.lang { display: flex; gap: 1px; font-family: var(--f-mono); font-size: 11px; border: 1px solid var(--line); border-radius: 999px; padding: 3px; background: var(--card); }
.lang button { padding: 5px 9px; border-radius: 999px; letter-spacing: 0.08em; color: var(--ink-3); transition: .18s; }
.lang button.active { background: var(--ink); color: var(--paper); }
.nav__burger { display: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.nav__burger i { width: 16px; height: 1.6px; background: var(--ink); display: block; }
.nav.on-hero:not(.solid) { color: #fff; }
.nav.on-hero:not(.solid) .nav__logo-txt { color: #fff; }
.nav.on-hero:not(.solid) .nav__links { color: rgba(255,255,255,0.9); }
.nav.on-hero:not(.solid) .nav__links a:hover { color: #fff; }
.nav.on-hero:not(.solid) .lang { border-color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); }
.nav.on-hero:not(.solid) .lang button { color: rgba(255,255,255,0.85); }
.nav.on-hero:not(.solid) .lang button.active { background: #fff; color: var(--ink); }

/* ---------- Mobile menu ---------- */
.msheet { position: fixed; inset: 0; background: var(--paper); z-index: 120; padding: 76px var(--pad-x) 40px; display: flex; flex-direction: column; gap: 4px; }
.msheet a { font-family: var(--f-display); font-size: 34px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.msheet__close { position: absolute; top: 20px; right: var(--pad-x); width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); font-size: 24px; }
.msheet__foot { margin-top: auto; display: flex; flex-direction: column; gap: 16px; padding-top: 24px; }
.msheet__lang { align-self: flex-start; }
.msheet__lang button { padding: 9px 16px; font-size: 13px; }

/* ---------- Hero mosaic ---------- */
.hero { padding-top: calc(var(--nav-h) + 14px); }
.hero__mosaic { position: relative; display: grid; grid-template-columns: 1.55fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; height: min(74vh, 680px); border-radius: var(--r-xl); overflow: hidden; }
.hero__tile { position: relative; overflow: hidden; cursor: zoom-in; }
.hero__tile:nth-child(1) { grid-row: 1 / 3; }
.hero__tile .ph { transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.hero__tile:hover .ph { transform: scale(1.04); }
.hero__scrim { position: absolute; inset: 0; z-index: 4; background: linear-gradient(120deg, rgba(30,26,22,0.5) 0%, rgba(30,26,22,0.12) 42%, transparent 65%); pointer-events: none; }
.hero__overlay { position: absolute; left: 34px; bottom: 30px; right: 34px; z-index: 5; color: #fff; pointer-events: none; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.92); margin-bottom: 14px; }
.hero__eyebrow::before { content:""; width: 26px; height: 1px; background: currentColor; }
.hero__title { font-family: var(--f-display); font-size: clamp(44px, 6.4vw, 92px); line-height: 0.98; margin: 0; text-shadow: 0 2px 30px rgba(0,0,0,0.25); }
.hero__title em { font-style: italic; }
.hero__allbtn { position: absolute; right: 16px; top: 16px; z-index: 6; display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border-radius: 999px; background: rgba(255,255,255,0.92); backdrop-filter: blur(8px); color: var(--ink); font-size: 13px; font-weight: 500; box-shadow: var(--shadow-sm); transition: transform .16s; }
.hero__allbtn:hover { transform: translateY(-2px); }

/* summary row under hero */
.summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding: 30px 0 6px; flex-wrap: wrap; }
.summary__l h1 { font-family: var(--f-display); font-size: clamp(26px, 3vw, 38px); margin: 0 0 8px; font-weight: 400; }
.summary__facts { display: flex; gap: 8px 20px; flex-wrap: wrap; color: var(--ink-2); font-size: 14.5px; align-items: center; }
.summary__facts .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-4); }
.summary__r { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px; background: var(--card); border: 1px solid var(--line); font-size: 13.5px; box-shadow: var(--shadow-sm); }
.chip strong { font-weight: 600; }
.chip .star { color: var(--gold); }
.chip--sh .badge { width: 18px; height: 18px; }
.chip--fav svg { color: var(--clay); width: 15px; height: 15px; }
.rev__all { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 5px; transition: color .15s, border-color .15s; }
.rev__all:hover { color: var(--accent-deep); border-color: var(--accent-deep); }
.rev__all svg { width: 14px; height: 14px; }

/* ---------- Stay layout: content + sticky card ---------- */
.stay { display: grid; grid-template-columns: minmax(0,1fr) 372px; gap: clamp(30px, 5vw, 80px); padding: 40px 0 90px; align-items: start; }
.stay__aside { position: sticky; top: calc(var(--nav-h) + 20px); }

/* booking card */
.bcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--shadow); }
.bcard__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 4px; }
.bcard__title { font-family: var(--f-display); font-size: 22px; }
.bcard__contact--primary { border-color: var(--accent); background: color-mix(in oklab, var(--accent) 6%, var(--card)); }
.bcard__contact--primary .bcard__contact-ic { background: var(--accent); color: #fff; }
.bcard__price { font-family: var(--f-display); font-size: 25px; }
.bcard__price span { font-family: var(--f-body); font-size: 14px; color: var(--ink-3); }
.bcard__rate { font-size: 13.5px; display: flex; align-items: center; gap: 6px; }
.bcard__rate .star { color: var(--gold); }
.bcard__note { color: var(--ink-3); font-size: 13px; margin: 2px 0 16px; }
.bcard__or { display: flex; align-items: center; gap: 12px; margin: 16px 0; color: var(--ink-4); font-size: 12px; }
.bcard__or::before, .bcard__or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.bcard__contact { display: grid; grid-template-columns: 44px 1fr; gap: 13px; align-items: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--r); transition: border-color .16s, background .16s; }
.bcard__contact + .bcard__contact { margin-top: 8px; }
.bcard__contact:hover { border-color: var(--ink); background: var(--bg); }
.bcard__contact-ic { width: 44px; height: 44px; border-radius: 12px; background: color-mix(in oklab, var(--accent) 13%, var(--card)); color: var(--accent-deep); display: grid; place-items: center; }
.bcard__contact-b { display: flex; flex-direction: column; min-width: 0; }
.bcard__contact-b .eyebrow { font-size: 10px; margin-bottom: 1px; }
.bcard__contact-b strong { font-size: 15px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; }
.bcard__secure { display: flex; align-items: center; gap: 8px; justify-content: center; color: var(--ink-3); font-size: 12px; margin-top: 16px; }
.bcard__trust { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12.5px; color: var(--ink-2); margin: 12px 0 4px; }
.bcard__trust .star { color: var(--gold); }

/* ---------- Block (content sections in left column) ---------- */
.block { padding: 44px 0; border-top: 1px solid var(--line); }
.block:first-child { border-top: 0; padding-top: 6px; }
.block__eyebrow { margin-bottom: 14px; }
.block__title { font-family: var(--f-display); font-size: clamp(28px, 3.4vw, 44px); font-weight: 400; margin: 0 0 22px; line-height: 1.05; }
.block__title.mb0 { margin-bottom: 0; }

/* story */
.story__lead { font-family: var(--f-display); font-size: clamp(21px, 2.3vw, 27px); line-height: 1.35; color: var(--ink); margin: 0 0 20px; }
.story__p { color: var(--ink-2); font-size: 16px; margin: 0 0 16px; }
.story__pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.pill { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); }
.pill__ic { width: 40px; height: 40px; border-radius: 12px; background: color-mix(in oklab, var(--accent) 14%, var(--card)); color: var(--accent-deep); display: grid; place-items: center; flex-shrink: 0; }
.pill h4 { margin: 2px 0 4px; font-size: 15.5px; font-weight: 600; }
.pill p { margin: 0; font-size: 13px; color: var(--ink-3); line-height: 1.5; }

/* amenities */
.amen { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
.amen__cat h4 { font-family: var(--f-display); font-size: 20px; font-weight: 400; margin: 0 0 10px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.amen__cat ul { list-style: none; margin: 0; padding: 0; }
.amen__cat li { display: flex; align-items: center; gap: 11px; padding: 7px 0; font-size: 14.5px; color: var(--ink-2); }
.amen__cat li svg { width: 17px; height: 17px; color: var(--accent-deep); flex-shrink: 0; }

/* sleeping */
.sleep { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sleep__card { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--paper); }
.sleep__img { aspect-ratio: 3/2; }
.sleep__b { padding: 16px 18px 18px; }
.sleep__b .eyebrow { margin-bottom: 6px; }
.sleep__b h4 { font-family: var(--f-display); font-size: 22px; font-weight: 400; margin: 0 0 8px; }
.sleep__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 12.5px; color: var(--ink-3); font-family: var(--f-mono); text-transform: uppercase; letter-spacing: 0.06em; }

/* map / location */
.map { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/10; background: var(--bg); margin-bottom: 20px; }
.pois { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 26px; }
.poi { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.poi__ic { width: 34px; height: 34px; border-radius: 10px; background: var(--bg-2); color: var(--accent-deep); display: grid; place-items: center; font-size: 15px; }
.poi__t strong { display: block; font-size: 14px; font-weight: 500; }
.poi__t span { font-size: 12px; color: var(--ink-3); }
.poi__d { font-family: var(--f-mono); font-size: 12.5px; color: var(--ink-2); }
.addr { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 20px; background: var(--paper); }
.addr__pin { width: 42px; height: 42px; border-radius: 12px; background: var(--accent); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.addr strong { display: block; font-family: var(--f-display); font-size: 19px; font-weight: 400; }
.addr span { font-size: 13px; color: var(--ink-3); }

/* activities */
.acti { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.acard { scroll-snap-align: start; position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/5; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.acard .ph { position: absolute; inset: 0; z-index: 0; }
.acard__scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,6,4,0.92) 0%, rgba(8,6,4,0.72) 20%, rgba(8,6,4,0.32) 46%, transparent 74%); z-index: 2; }
.acard > * { position: relative; z-index: 5; }
.acard__tag { position: absolute; top: 14px; left: 14px; background: rgba(20,16,12,0.42); backdrop-filter: blur(8px); padding: 6px 12px; border-radius: 999px; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.acard h4 { font-family: var(--f-display); font-size: 24px; font-weight: 400; margin: 0 0 5px; text-shadow: 0 1px 14px rgba(0,0,0,0.55); }
.acard p { font-size: 13px; opacity: 0.95; margin: 0; text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
.acard__body { background: rgba(16,12,9,0.52); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); padding: 13px 15px 14px; border-radius: 16px; }

/* reviews */
.rev__top { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-bottom: 26px; padding: 22px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--paper); }
.rev__score { font-family: var(--f-display); font-size: 60px; line-height: 0.9; display: flex; align-items: baseline; gap: 6px; }
.rev__score .star { color: var(--gold); font-size: 24px; }
.rev__bars { flex: 1; min-width: 240px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 24px; }
.rbar { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 10px; font-size: 12.5px; }
.rbar__rail { height: 4px; background: var(--line); border-radius: 2px; overflow: hidden; }
.rbar__fill { height: 100%; background: var(--accent); }
.rbar__v { font-family: var(--f-mono); font-size: 11.5px; color: var(--ink-2); }
.rev__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rcard { padding: 22px; border: 1px solid var(--line); border-radius: var(--r); background: var(--paper); display: flex; flex-direction: column; gap: 14px; }
.rcard__stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; }
.rcard__txt { font-family: var(--f-display); font-size: 18px; line-height: 1.4; }
.rcard__who { display: flex; align-items: center; gap: 11px; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.rcard__av { width: 36px; height: 36px; border-radius: 50%; background: var(--bg-2); display: grid; place-items: center; font-family: var(--f-display); font-size: 16px; }
.rcard__who strong { display: block; font-size: 13px; font-weight: 600; }
.rcard__who span { font-size: 11px; color: var(--ink-3); font-family: var(--f-mono); text-transform: uppercase; letter-spacing: 0.08em; }

/* rules */
.rules { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 40px; }
.rrow { display: flex; gap: 14px; align-items: flex-start; padding: 6px 0; }
.rrow__ic { width: 38px; height: 38px; border-radius: 11px; background: var(--bg-2); color: var(--accent-deep); display: grid; place-items: center; flex-shrink: 0; font-size: 15px; }
.rrow h4 { margin: 3px 0 3px; font-size: 15px; font-weight: 600; }
.rrow p { margin: 0; font-size: 13px; color: var(--ink-3); }

/* faq */
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; text-align: left; font-family: var(--f-display); font-size: 20px; transition: color .15s; }
.faq__q:hover { color: var(--accent-deep); }
.faq__tog { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-size: 18px; flex-shrink: 0; transition: transform .3s, background .2s, color .2s; }
.faq__item[data-open="true"] .faq__tog { transform: rotate(45deg); background: var(--ink); color: var(--paper); border-color: var(--ink); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; color: var(--ink-2); font-size: 15px; padding-right: 44px; }
.faq__item[data-open="true"] .faq__a { max-height: 320px; padding-bottom: 20px; }

/* ---------- CTA band ---------- */
.cta { position: relative; overflow: hidden; }
.cta__inner { position: relative; background: radial-gradient(130% 120% at 10% 12%, color-mix(in oklab, var(--accent) 24%, var(--ink)) 0%, var(--ink) 52%); color: var(--paper); border-radius: var(--r-xl); padding: clamp(40px, 6vw, 76px); display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; overflow: hidden; }
.cta__bg { position: absolute; inset: 0; z-index: 0; opacity: 1; }
.cta__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(18,14,10,0.84) 0%, rgba(18,14,10,0.50) 46%, rgba(18,14,10,0.18) 100%); }
.cta__inner > * { position: relative; z-index: 2; }
.cta h2 { font-family: var(--f-display); font-size: clamp(34px, 5vw, 64px); font-weight: 400; line-height: 1.02; margin: 0 0 16px; }
.cta h2 em { font-style: italic; color: color-mix(in oklab, var(--accent) 72%, #fff); }
.cta p { color: color-mix(in oklab, var(--paper) 72%, transparent); max-width: 440px; margin: 0; }
.cta__chan { display: flex; flex-direction: column; gap: 10px; }
.chan { display: grid; grid-template-columns: 44px 1fr auto; gap: 15px; align-items: center; padding: 16px 20px; border-radius: var(--r); background: color-mix(in oklab, var(--paper) 8%, transparent); border: 1px solid color-mix(in oklab, var(--paper) 16%, transparent); transition: transform .18s, background .2s; }
.chan:hover { transform: translateY(-2px); background: color-mix(in oklab, var(--paper) 13%, transparent); }
.chan__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--accent); color: #fff; display: grid; place-items: center; }
.chan strong { display: block; font-family: var(--f-display); font-size: 19px; font-weight: 400; }
.chan span { font-size: 12px; color: color-mix(in oklab, var(--paper) 62%, transparent); font-family: var(--f-mono); letter-spacing: 0.06em; }
.chan__ar { color: var(--paper); font-size: 15px; opacity: 0.7; }

/* ---------- Footer ---------- */
.foot { padding: 72px max(var(--pad-x), 22px) 34px; border-top: 1px solid var(--line); }
.foot__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; align-items: start; }
.foot__brandrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.foot__logo { height: clamp(104px, 12vw, 140px); width: auto; display: block; margin: 0 0 18px; }
.foot__emblem { width: 46px; height: 46px; display: block; flex-shrink: 0; }
.foot__name { font-size: 26px; }
.foot__tag { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 16px; }
.foot__trust { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-2); }
.foot__trust .star { color: var(--gold); }
.foot__brand .display { font-size: 26px; }
.foot h5 { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 14px; }
.foot a { display: block; padding: 5px 0; font-size: 14px; color: var(--ink-2); }
.foot a:hover { color: var(--ink); }
.foot__bottom { display: flex; justify-content: space-between; gap: 8px 16px; padding-top: 26px; border-top: 1px solid var(--line); font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); flex-wrap: wrap; }

/* ---------- Mobile booking bar ---------- */
.mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: none; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); background: color-mix(in oklab, var(--paper) 94%, transparent); backdrop-filter: blur(14px); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(42,38,32,0.08); }
.mbar__l .eyebrow { font-size: 10px; }
.mbar__l strong { font-size: 14px; display: flex; align-items: center; gap: 6px; }
.mbar__l .star { color: var(--gold); }
.mbar__l { min-width: 0; }
.mbar__l .eyebrow, .mbar__l strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.mbar__actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.mbar__ic { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--card); display: grid; place-items: center; color: var(--ink); flex-shrink: 0; transition: border-color .15s; }
.mbar__ic:hover { border-color: var(--ink); }
.mbar__ic svg { width: 18px; height: 18px; }

/* ---------- Lightbox ---------- */
.lb { position: fixed; inset: 0; background: rgba(22,18,14,0.97); z-index: 200; display: none; flex-direction: column; }
.lb[data-open="true"] { display: flex; animation: fade .25s ease; }
@keyframes fade { from { opacity: 0 } to { opacity: 1 } }
.lb__close { position: absolute; top: 16px; right: 16px; z-index: 12; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.14); color: #fff; display: grid; place-items: center; font-size: 22px; backdrop-filter: blur(8px); transition: background .16s; }
.lb__close:hover { background: rgba(255,255,255,0.28); }
.lb__stage { position: relative; flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; padding: 60px clamp(14px,6vw,72px) 8px; }
.lb__img { position: relative; width: min(100%, 1180px); height: 100%; border-radius: var(--r); overflow: hidden; }
.lb__img .ph { background: transparent; }
.lb__img .ph img { object-fit: contain; }
.lb__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.14); color: #fff; display: grid; place-items: center; font-size: 22px; backdrop-filter: blur(8px); transition: background .16s; }
.lb__nav:hover { background: rgba(255,255,255,0.28); }
.lb__prev { left: 12px; }
.lb__next { right: 12px; }
.lb__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 6px clamp(16px,5vw,40px) 10px; }
.lb__cap { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.82); }
.lb__count { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.6); white-space: nowrap; }
.lb__thumbs { display: flex; gap: 8px; padding: 6px clamp(12px,4vw,24px) calc(16px + env(safe-area-inset-bottom)); overflow-x: auto; scrollbar-width: thin; justify-content: center; }
.lb__thumbs::-webkit-scrollbar { height: 5px; }
.lb__thumbs::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.25); border-radius: 3px; }
.lb__thumb { position: relative; flex: 0 0 auto; width: 76px; height: 54px; border-radius: 9px; overflow: hidden; opacity: 0.45; outline: 2px solid transparent; outline-offset: -2px; transition: opacity .18s, outline-color .18s; }
.lb__thumb:hover { opacity: 0.8; }
.lb__thumb.active { opacity: 1; outline-color: #fff; }
.lb__thumb .ph { pointer-events: none; }

/* ---------- Tweaks ---------- */
.tw { position: fixed; right: 18px; bottom: 18px; z-index: 80; width: 268px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px; box-shadow: var(--shadow-lg); display: none; }
.tw[data-open="true"] { display: block; }
.tw h6 { margin: 0 0 14px; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); }
.tw__row { margin-bottom: 14px; }
.tw__row > label { display: block; font-size: 12px; color: var(--ink-3); margin-bottom: 7px; }
.tw__opts { display: flex; gap: 7px; flex-wrap: wrap; }
.tw__sw { width: 30px; height: 30px; border-radius: 50%; border: 2px solid transparent; box-shadow: inset 0 0 0 1px var(--line); }
.tw__sw.active { border-color: var(--ink); }
.tw__opt { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 12.5px; color: var(--ink-2); }
.tw__opt.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .stay { grid-template-columns: 1fr; }
  .stay__aside { display: none; }
  .mbar { display: flex; }
  body { padding-bottom: 76px; }
  .cta__inner { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  :root { --pad-x: 18px; --nav-h: 62px; }
  .nav__links { display: none; }
  .nav__lang, .nav__cta { display: none; }
  .nav__logo img { height: 34px !important; }
  .nav__burger { display: flex; }
  .hero__mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr 1fr; height: 60vh; min-height: 420px; border-radius: var(--r-lg); }
  .hero__tile:nth-child(1) { grid-column: 1 / 3; }
  .hero__tile:nth-child(4), .hero__tile:nth-child(5) { display: none; }
  .hero__overlay { left: 20px; right: 20px; bottom: 20px; }
  .summary { flex-direction: column; gap: 16px; }
  .story__pillars, .amen, .sleep, .pois, .rules, .rev__grid, .rev__bars { grid-template-columns: 1fr; }
  .acti { grid-template-columns: 1fr; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .rev__top { flex-direction: column; align-items: flex-start; gap: 16px; }
  .mbar { gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); }
  .mbar .btn { padding: 12px 15px; font-size: 13px; }
  .mbar__ic { width: 42px; height: 42px; }
}

button:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
