/* ==========================================================================
   The Grand Royal Hotel — app.css
   Design system: "Brass Key" — wine, brass, sage on warm paper.
   Display: Bodoni Moda · Body: Manrope · Utility: DM Mono
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  --wine:        #5B1226;
  --wine-deep:   #350A17;
  --wine-soft:   #7A2338;
  --wine-tint:   #F6ECEE;

  --brass:       #C08A3E;
  --brass-lt:    #E3C48A;
  --brass-tint:  #FBF3E4;

  --sage:        #6F8266;
  --sage-tint:   #EEF2EA;

  --ink:         #1B1418;
  --ink-2:       #4A3D42;
  --muted:       #7A6B70;

  --paper:       #FAF6F0;
  --paper-2:     #F2EBE1;
  --surface:     #FFFFFF;
  --line:        #E8DFD3;
  --line-strong: #D6C8B6;

  --radius-s: 8px;
  --radius:   14px;
  --radius-l: 22px;
  --radius-xl: 30px;

  --shadow-s: 0 1px 2px rgba(53,10,23,.06), 0 2px 8px rgba(53,10,23,.05);
  --shadow:   0 2px 6px rgba(53,10,23,.06), 0 12px 30px rgba(53,10,23,.08);
  --shadow-l: 0 8px 20px rgba(53,10,23,.10), 0 30px 60px rgba(53,10,23,.14);

  --font-display: "Bodoni Moda", "Times New Roman", serif;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "DM Mono", ui-monospace, "SFMono-Regular", monospace;

  --wrap: 1180px;
  --pad: 20px;
  --nav-h: 62px;
  --tab-h: 70px;
  --ease: cubic-bezier(.22,.68,.26,1);
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 14px); }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.62;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1,h2,h3,h4,h5 { margin: 0; color: var(--ink); font-weight: 500; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2.5px solid var(--brass); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--brass-lt); color: var(--wine-deep); }

/* ---------- 3. Type scale ---------- */
.display, h1, h2 { font-family: var(--font-display); font-weight: 500; line-height: 1.06; letter-spacing: -.015em; }
h1 { font-size: clamp(2.4rem, 7.2vw, 4.6rem); }
h2 { font-size: clamp(1.85rem, 5vw, 3rem); }
h3 { font-size: clamp(1.12rem, 2.4vw, 1.4rem); font-family: var(--font-body); font-weight: 700; letter-spacing: -.015em; line-height: 1.3; }
h4 { font-size: 1rem; font-weight: 700; letter-spacing: -.01em; }
.serif-em { font-family: var(--font-display); font-style: italic; font-weight: 400; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--brass); flex: none;
}
.eyebrow.no-rule::before { display: none; }
.lede { font-size: clamp(1rem, 2vw, 1.14rem); color: var(--muted); max-width: 62ch; }
.mono { font-family: var(--font-mono); font-size: .82rem; letter-spacing: .02em; }

/* ---------- 4. Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.wrap-wide { max-width: 1360px; }
.section { padding: clamp(56px, 9vw, 108px) 0; }
.section--tight { padding: clamp(40px, 6vw, 70px) 0; }
.section--paper2 { background: var(--paper-2); }
.section--surface { background: var(--surface); }
.section--wine { background: var(--wine-deep); color: #E8DAD0; }
.section--wine h2, .section--wine h3, .section--wine h4 { color: #FFF9F2; }
.section--wine .lede { color: #C8AEB4; }

.head { max-width: 640px; margin-bottom: clamp(30px, 4vw, 48px); }
.head--split { max-width: none; display: grid; gap: 20px; align-items: end; }
@media (min-width: 860px) { .head--split { grid-template-columns: 1fr auto; } }

.grid { display: grid; gap: 18px; }
@media (min-width: 620px) { .g-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 860px) { .g-3 { grid-template-columns: repeat(3, 1fr); } .g-4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 620px) and (max-width: 859px) { .g-4 { grid-template-columns: repeat(2, 1fr); } }

/* ---------- 5. Signature: the brass key tag ---------- */
.keytag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 5px 13px 5px 22px;
  background: linear-gradient(140deg, #E7CE9C, var(--brass) 62%, #A9722E);
  color: var(--wine-deep);
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: 4px 12px 12px 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 1px 3px rgba(53,10,23,.25);
}
.keytag::before { /* punched hole */
  content: "";
  position: absolute; left: 8px; top: 50%; transform: translateY(-50%);
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--wine-deep);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
}
.keytag--ghost {
  background: transparent;
  border: 1px solid var(--brass);
  color: var(--brass);
  box-shadow: none;
}
.keytag--ghost::before { background: var(--brass); }

/* ---------- 6. Buttons ---------- */
.btn {
  --btn-bg: var(--wine);
  --btn-fg: #FFF6EC;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px;
  min-height: 48px;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1px solid transparent; border-radius: 999px;
  font-weight: 700; font-size: .92rem; letter-spacing: .01em;
  cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
  box-shadow: var(--shadow-s);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(0); }
.btn--brass { --btn-bg: var(--brass); --btn-fg: var(--wine-deep); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--wine); border-color: var(--line-strong); box-shadow: none; }
.btn--ghost:hover { border-color: var(--wine); background: var(--wine-tint); }
.btn--light { --btn-bg: rgba(255,255,255,.12); --btn-fg: #FFF6EC; border-color: rgba(255,246,236,.35); backdrop-filter: blur(6px); }
.btn--block { width: 100%; }
.btn--sm { min-height: 40px; padding: 9px 18px; font-size: .85rem; }
.btn svg { width: 17px; height: 17px; flex: none; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: .9rem; color: var(--wine);
  border-bottom: 1.5px solid var(--brass); padding-bottom: 3px;
}
.link-arrow:hover { gap: 13px; }
.link-arrow { transition: gap .2s var(--ease); }

/* ---------- 7. Top bar + header ---------- */
.topbar {
  background: var(--wine-deep); color: #C9B3A6;
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .04em;
}
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 36px; }
.topbar a { color: var(--brass-lt); }
.topbar__meta { display: flex; gap: 18px; align-items: center; }
@media (max-width: 700px) { .topbar__meta span.hide-sm { display: none; } }

.site-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250,246,240,.86);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s var(--ease);
}
.site-head.is-stuck { box-shadow: 0 6px 24px rgba(53,10,23,.09); }
.site-head__in { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: var(--nav-h); }

.brand { display: flex; align-items: center; gap: 11px; }
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__txt { line-height: 1.05; }
.brand__name { font-family: var(--font-display); font-size: 1.06rem; color: var(--wine-deep); letter-spacing: .01em; display: block; }
.brand__sub { font-family: var(--font-mono); font-size: .58rem; letter-spacing: .26em; text-transform: uppercase; color: var(--brass); }

.nav { display: none; gap: 4px; align-items: center; }
@media (min-width: 1020px) { .nav { display: flex; } }
.nav a {
  padding: 9px 13px; border-radius: 999px;
  font-size: .875rem; font-weight: 600; color: var(--ink-2);
  transition: background .18s var(--ease), color .18s var(--ease);
}
.nav a:hover { background: var(--wine-tint); color: var(--wine); }
.nav a.is-active { color: var(--wine); background: var(--wine-tint); }

.head-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid var(--line-strong); border-radius: 50%;
  background: var(--surface); color: var(--wine); cursor: pointer;
}
.icon-btn svg { width: 19px; height: 19px; }
@media (min-width: 1020px) { .icon-btn.menu-btn { display: none; } }
@media (max-width: 640px) { .head-actions .btn.hide-xs { display: none; } }

/* drawer */
.drawer {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(27,20,24,.5);
  opacity: 0; pointer-events: none; transition: opacity .25s var(--ease);
}
.drawer.is-open { opacity: 1; pointer-events: auto; }
.drawer__panel {
  position: absolute; right: 0; top: 0; height: 100%; width: min(360px, 88vw);
  background: var(--paper); padding: 22px 22px calc(22px + env(safe-area-inset-bottom));
  overflow-y: auto;
  transform: translateX(102%); transition: transform .32s var(--ease);
  display: flex; flex-direction: column; gap: 6px;
}
.drawer.is-open .drawer__panel { transform: none; }
.drawer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.drawer__panel a.dnav {
  padding: 13px 4px; border-bottom: 1px solid var(--line);
  font-weight: 600; font-size: 1rem; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center;
}
.drawer__panel a.dnav span { font-family: var(--font-mono); font-size: .66rem; color: var(--brass); letter-spacing: .1em; }
.drawer__foot { margin-top: 18px; display: grid; gap: 10px; }

/* ---------- 8. Bottom tab bar (mobile app feel) ---------- */
.tabbar {
  position: fixed; z-index: 70;
  left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom));
  height: 62px;
  display: grid; grid-template-columns: repeat(5, 1fr);
  align-items: center;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(1.5) blur(18px);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-l);
}
@media (min-width: 1020px) { .tabbar { display: none; } body { --tab-h: 0px; } }
.tabbar a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-size: .63rem; font-weight: 700; letter-spacing: .04em; color: var(--muted);
  padding-top: 2px;
}
.tabbar a svg { width: 21px; height: 21px; }
.tabbar a.is-active { color: var(--wine); }
.tabbar a.tab-cta {
  color: #FFF6EC;
  position: relative; top: -16px;
  background: var(--wine); width: 56px; height: 56px; margin-inline: auto;
  border-radius: 20px; justify-content: center; gap: 1px;
  box-shadow: 0 8px 20px rgba(91,18,38,.42);
  border: 3px solid var(--paper);
}
.tabbar a.tab-cta svg { width: 20px; height: 20px; }
.tabbar a.tab-cta span { font-size: .55rem; }
body { padding-bottom: 0; }
@media (max-width: 1019px) { .site-foot { padding-bottom: 96px; } }

/* ---------- 9. Hero ---------- */
.hero { position: relative; background: var(--wine-deep); overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(110% 80% at 20% 0%, rgba(53,10,23,.25), transparent 60%),
    linear-gradient(180deg, rgba(53,10,23,.72) 0%, rgba(53,10,23,.4) 40%, rgba(53,10,23,.94) 100%);
}
.hero__in {
  position: relative; z-index: 2;
  padding: clamp(48px, 9vw, 96px) 0 clamp(28px, 4vw, 44px);
  color: #F5E7DC;
  min-height: min(88svh, 780px);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero h1 { color: #FFF9F2; max-width: 15ch; }
.hero h1 em { font-style: italic; color: var(--brass-lt); }
.hero__sub { color: #D3B9BF; max-width: 46ch; margin-top: 18px; font-size: clamp(.98rem, 2vw, 1.1rem); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__badge { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.stars { color: var(--brass-lt); letter-spacing: 3px; font-size: .95rem; }

/* stat strip */
.hero__stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  margin-top: 38px; border-top: 1px solid rgba(227,196,138,.28); padding-top: 22px;
}
@media (min-width: 720px) { .hero__stats { grid-template-columns: repeat(4, 1fr); } }
.hero__stats div { padding: 6px 0; }
.hero__stats b { display: block; font-family: var(--font-display); font-size: 1.9rem; color: var(--brass-lt); font-weight: 500; line-height: 1; }
.hero__stats span { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: #B79AA1; }

/* ---------- 10. Booking panel ---------- */
.bookpanel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-l);
  padding: 18px;
  position: relative;
  margin-top: -46px; z-index: 5;
}
.bookpanel__tabs { display: flex; gap: 6px; margin-bottom: 16px; overflow-x: auto; scrollbar-width: none; }
.bookpanel__tabs::-webkit-scrollbar { display: none; }
.bookpanel__tabs button {
  flex: none; padding: 8px 15px; border-radius: 999px;
  border: 1px solid var(--line-strong); background: transparent;
  font-size: .82rem; font-weight: 700; color: var(--muted); cursor: pointer;
  transition: all .18s var(--ease);
}
.bookpanel__tabs button[aria-selected="true"] { background: var(--wine); border-color: var(--wine); color: #FFF6EC; }
.bookpanel__grid { display: grid; gap: 12px; }
@media (min-width: 760px) { .bookpanel__grid { grid-template-columns: repeat(4, 1fr) auto; align-items: end; } }
.field { display: grid; gap: 6px; }
.field label {
  font-family: var(--font-mono); font-size: .64rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
}
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 13px; min-height: 48px;
  background: var(--paper); border: 1px solid var(--line-strong);
  border-radius: var(--radius-s); font-size: .94rem; color: var(--ink);
  transition: border-color .16s var(--ease), background .16s var(--ease);
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--wine); background: var(--surface);
}
.field .err { color: #A3252F; font-size: .78rem; }
.bookpanel__note {
  margin: 14px 0 0; font-size: .8rem; color: var(--muted);
  display: flex; gap: 8px; align-items: flex-start;
}
.bookpanel__note svg { width: 15px; height: 15px; color: var(--sage); flex: none; margin-top: 3px; }

/* ---------- 11. Ticker ---------- */
.ticker { background: var(--wine); color: var(--brass-lt); overflow: hidden; padding: 11px 0; }
.ticker__track { display: flex; gap: 42px; width: max-content; animation: slide 34s linear infinite; }
.ticker__track span {
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em;
  text-transform: uppercase; display: flex; align-items: center; gap: 42px; white-space: nowrap;
}
.ticker__track span::after { content: "◆"; color: var(--wine-soft); font-size: .6rem; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } }

/* ---------- 12. Cards ---------- */
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-l); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.card__media { position: relative; aspect-ratio: 4/3; background: var(--paper-2); overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.card:hover .card__media img { transform: scale(1.05); }
.card__tag { position: absolute; top: 12px; left: 12px; z-index: 2; }
.card__body { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card__body p { margin: 0; font-size: .9rem; color: var(--muted); }
.card__feats { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  font-family: var(--font-mono); font-size: .66rem; letter-spacing: .08em;
  padding: 4px 9px; border-radius: 999px;
  background: var(--sage-tint); color: var(--sage); border: 1px solid #DCE4D6;
}
.chip--brass { background: var(--brass-tint); color: #8A5F22; border-color: #EEDCB8; }
.card__foot {
  margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line-strong);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.price { line-height: 1.1; }
.price b { font-family: var(--font-display); font-size: 1.55rem; color: var(--wine); font-weight: 500; }
.price span { display: block; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* horizontal snap rail on mobile */
.rail { display: grid; gap: 18px; }
@media (max-width: 859px) {
  .rail {
    grid-auto-flow: column; grid-auto-columns: 78%;
    overflow-x: auto; scroll-snap-type: x mandatory;
    padding-inline: var(--pad); margin-inline: calc(var(--pad) * -1);
    padding-bottom: 6px; scrollbar-width: none;
  }
  .rail::-webkit-scrollbar { display: none; }
  .rail > * { scroll-snap-align: start; }
}
@media (min-width: 860px) { .rail { grid-template-columns: repeat(4, 1fr); } .rail--3 { grid-template-columns: repeat(3, 1fr); } }

/* ---------- 13. Feature list / amenities ---------- */
.feat {
  display: flex; gap: 14px; padding: 18px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
}
.feat__ic {
  width: 42px; height: 42px; flex: none; display: grid; place-items: center;
  border-radius: 12px; background: var(--wine-tint); color: var(--wine);
}
.feat__ic svg { width: 21px; height: 21px; }
.feat h4 { margin-bottom: 3px; }
.feat p { margin: 0; font-size: .85rem; color: var(--muted); }
.section--wine .feat { background: rgba(255,255,255,.05); border-color: rgba(227,196,138,.18); }
.section--wine .feat__ic { background: rgba(227,196,138,.14); color: var(--brass-lt); }
.section--wine .feat p { color: #BFA5AC; }

/* ---------- 14. Split (about) ---------- */
.split { display: grid; gap: clamp(28px, 5vw, 60px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1.05fr; } .split--rev > :first-child { order: 2; } }
.frame { position: relative; }
.frame img { border-radius: var(--radius-l); width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.frame::after {
  content: ""; position: absolute; inset: 14px -14px -14px 14px;
  border: 1px solid var(--brass); border-radius: var(--radius-l); z-index: -1;
}
.frame__stat {
  position: absolute; right: -6px; bottom: 20px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow);
  text-align: center;
}
.frame__stat b { display: block; font-family: var(--font-display); font-size: 1.9rem; color: var(--wine); line-height: 1; font-weight: 500; }
.frame__stat span { font-family: var(--font-mono); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

.tick { display: grid; gap: 10px; margin: 22px 0 26px; }
.tick li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; }
.tick svg { width: 18px; height: 18px; color: var(--sage); flex: none; margin-top: 4px; }

/* ---------- 15. Menu list (dining) ---------- */
.menu-list { display: grid; gap: 2px; }
.menu-row {
  display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: baseline;
  padding: 15px 0; border-bottom: 1px dashed var(--line-strong);
}
.menu-row h4 { display: flex; align-items: center; gap: 8px; }
.menu-row p { margin: 3px 0 0; font-size: .84rem; color: var(--muted); }
.menu-row .rate { font-family: var(--font-mono); font-size: .95rem; color: var(--wine); font-weight: 500; }
.dot-veg, .dot-non {
  width: 13px; height: 13px; flex: none; border-radius: 2px; display: inline-grid; place-items: center;
  border: 1.5px solid var(--sage);
}
.dot-veg::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }
.dot-non { border-color: #A3252F; }
.dot-non::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #A3252F; }

/* ---------- 16. Gallery ---------- */
.gal-filters { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.gal-filters::-webkit-scrollbar { display: none; }
.gal-filters button {
  flex: none; padding: 8px 16px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line-strong); background: var(--surface);
  font-size: .82rem; font-weight: 700; color: var(--muted);
}
.gal-filters button.is-active { background: var(--wine); border-color: var(--wine); color: #FFF6EC; }
.gal { columns: 2; column-gap: 12px; }
@media (min-width: 760px) { .gal { columns: 3; column-gap: 16px; } }
@media (min-width: 1100px) { .gal { columns: 4; } }
.gal figure { break-inside: avoid; margin: 0 0 12px; border-radius: var(--radius); overflow: hidden; position: relative; background: var(--paper-2); }
.gal img { width: 100%; transition: transform .5s var(--ease); }
.gal figure:hover img { transform: scale(1.06); }
.gal figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 12px 10px;
  background: linear-gradient(transparent, rgba(53,10,23,.85));
  color: #FFF6EC; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase;
  opacity: 0; transition: opacity .25s var(--ease);
}
.gal figure:hover figcaption { opacity: 1; }

/* lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 120; background: rgba(27,10,17,.94);
  display: grid; place-items: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity .22s var(--ease);
}
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-height: 84svh; width: auto; border-radius: var(--radius); }
.lightbox__close { position: absolute; top: 18px; right: 18px; }

/* ---------- 17. Reviews ---------- */
.quote {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: 24px; display: flex; flex-direction: column; gap: 14px; height: 100%;
}
.quote p { margin: 0; font-size: .95rem; color: var(--ink-2); }
.quote__who { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 6px; }
.quote__av {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: var(--wine); color: var(--brass-lt);
  display: grid; place-items: center; font-family: var(--font-display); font-size: 1rem;
}
.quote__who b { display: block; font-size: .9rem; color: var(--ink); }
.quote__who span { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; }

.rating-card {
  background: var(--wine); color: #FFF6EC; border-radius: var(--radius-l);
  padding: 28px; display: flex; flex-direction: column; justify-content: center; gap: 6px;
}
.rating-card b { font-family: var(--font-display); font-size: 3.6rem; line-height: 1; color: var(--brass-lt); font-weight: 500; }
.rating-card p { margin: 0; color: #D3B9BF; font-size: .88rem; }

/* ---------- 18. Distances (getting here) ---------- */
.dist { border-top: 1px solid var(--line-strong); }
.dist li {
  display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center;
  padding: 16px 0; border-bottom: 1px solid var(--line-strong);
}
.dist b { display: block; font-size: .96rem; color: var(--ink); font-weight: 700; }
.dist small { color: var(--muted); font-size: .82rem; }
.dist .km { font-family: var(--font-mono); font-size: 1rem; color: var(--brass); }
.map-embed { border: 0; width: 100%; height: 100%; min-height: 340px; border-radius: var(--radius-l); filter: saturate(.85); }

/* ---------- 19. Accordion ---------- */
.acc { border-top: 1px solid var(--line-strong); }
.acc details { border-bottom: 1px solid var(--line-strong); }
.acc summary {
  list-style: none; cursor: pointer; padding: 18px 40px 18px 0; position: relative;
  font-weight: 700; color: var(--ink); font-size: 1rem;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-mono); font-size: 1.3rem; color: var(--brass); transition: transform .2s var(--ease);
}
.acc details[open] summary::after { content: "–"; }
.acc .acc__body { padding: 0 0 18px; color: var(--muted); font-size: .93rem; max-width: 72ch; }

/* ---------- 20. Offers ---------- */
.offer { position: relative; border-radius: var(--radius-l); overflow: hidden; background: var(--wine-deep); min-height: 300px; display: flex; }
.offer img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .45; transition: transform .6s var(--ease); }
.offer:hover img { transform: scale(1.06); }
.offer__in { position: relative; z-index: 2; padding: 22px; margin-top: auto; color: #FFF6EC; background: linear-gradient(transparent, rgba(53,10,23,.9) 55%); width: 100%; }
.offer__in h3 { color: #FFF9F2; margin-bottom: 6px; }
.offer__in p { color: #C8AEB4; font-size: .88rem; margin-bottom: 14px; }
.offer__off {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  background: var(--brass); color: var(--wine-deep); border-radius: 999px;
  padding: 6px 14px; font-family: var(--font-mono); font-size: .72rem; font-weight: 500; letter-spacing: .08em;
}

/* ---------- 21. CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--wine-deep), var(--wine) 65%, #6E1A2F);
  border-radius: var(--radius-xl); padding: clamp(30px, 5vw, 56px);
  color: #FFF6EC; position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px;
  border: 1px solid rgba(227,196,138,.28); border-radius: 50%;
}
.cta-band h2 { color: #FFF9F2; max-width: 18ch; }
.cta-band p { color: #D3B9BF; max-width: 46ch; margin: 14px 0 24px; }

/* ---------- 22. Footer ---------- */
.site-foot { background: var(--wine-deep); color: #B79AA1; padding: clamp(48px, 7vw, 76px) 0 24px; }
.site-foot h5 {
  font-family: var(--font-mono); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--brass); margin: 0 0 14px;
}
.site-foot a { color: #C8AEB4; }
.site-foot a:hover { color: var(--brass-lt); }
.foot-grid { display: grid; gap: 34px; }
@media (min-width: 780px) { .foot-grid { grid-template-columns: 1.6fr 1fr 1fr 1.4fr; } }
.foot-grid li { padding: 5px 0; font-size: .89rem; }
.foot-brand p { font-size: .89rem; max-width: 34ch; margin-top: 14px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(227,196,138,.3); color: var(--brass-lt);
  transition: background .2s var(--ease);
}
.socials a:hover { background: rgba(227,196,138,.14); }
.socials svg { width: 17px; height: 17px; }
.foot-bottom {
  margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(227,196,138,.18);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-family: var(--font-mono); font-size: .7rem; letter-spacing: .05em;
}

/* ---------- 23. Page header (inner pages) ---------- */
.pagehead { background: var(--wine-deep); color: #E8DAD0; position: relative; overflow: hidden; }
.pagehead::after {
  content: ""; position: absolute; left: 50%; bottom: -120px; width: 340px; height: 340px;
  border: 1px solid rgba(227,196,138,.2); border-radius: 50%;
}
.pagehead__in { position: relative; z-index: 2; padding: clamp(40px, 6vw, 76px) 0 clamp(34px, 5vw, 58px); }
.pagehead h1 { color: #FFF9F2; font-size: clamp(2rem, 5.4vw, 3.4rem); }
.crumbs { display: flex; gap: 8px; align-items: center; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: #A98A92; margin-bottom: 16px; }
.crumbs a { color: var(--brass-lt); }

/* ---------- 24. Alerts ---------- */
.alert {
  border-radius: var(--radius); padding: 14px 16px; font-size: .9rem;
  display: flex; gap: 10px; align-items: flex-start; margin-bottom: 18px;
}
.alert svg { width: 18px; height: 18px; flex: none; margin-top: 3px; }
.alert--ok { background: var(--sage-tint); border: 1px solid #D3DECC; color: #3F5137; }
.alert--err { background: #FBEDED; border: 1px solid #F0D2D2; color: #8C2027; }

/* ---------- 25. Floating call/WhatsApp ---------- */
.floaties { position: fixed; right: 14px; bottom: calc(90px + env(safe-area-inset-bottom)); z-index: 65; display: grid; gap: 10px; }
@media (min-width: 1020px) { .floaties { bottom: 22px; } }
.floaties a {
  width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; box-shadow: var(--shadow);
}
.floaties svg { width: 24px; height: 24px; }
.fl-wa { background: #1FA855; }
.fl-call { background: var(--wine); }

/* ---------- 26. Reveal animation ---------- */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ---------- 27. Utilities ---------- */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-s{margin-top:12px}.mt-m{margin-top:22px}.mt-l{margin-top:34px}
.text-c{text-align:center}.mx-auto{margin-inline:auto}
.flex{display:flex}.wrapf{flex-wrap:wrap}.gap-s{gap:10px}.gap-m{gap:18px}.items-c{align-items:center}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.hide-desktop{display:block}@media(min-width:1020px){.hide-desktop{display:none}}
