/* FONTS: family=Fraunces:opsz,wght@9..144,400;9..144,600&family=Figtree:wght@300;400;500;600;700 */
/* ================================================================
   V8 «Soft Luxe»
   Warm boutique-travel editorial: sand, warm taupe, muted clay.
   Airy whitespace, large soft radii, diffuse shadows, hairline rules.
   Type: Fraunces (display serif) + Figtree (humanist sans)
   ================================================================ */
:root {
    --sand:      #f6f1e9;
    --sand-2:    #efe7db;
    --card:      #fffdfa;
    --espresso:  #2b2522;
    --espresso-2:#3a322c;
    --ink:       #241f1c;
    --text:      #4a423b;
    --muted:     #8b7f73;
    --clay:      #b2694e;
    --clay-ink:  #94503a;
    --clay-l:    #e3ac8d;
    --line:      #e5dbcc;
    --line-soft: rgba(43,37,34,.08);
    --shadow-s:  0 6px 20px rgba(74,58,44,.06);
    --shadow-m:  0 18px 46px rgba(74,58,44,.10);
    --shadow-l:  0 26px 70px rgba(74,58,44,.14);
    --r-sm: 10px;
    --r-md: 14px;
    --r-lg: 20px;
    --r-xl: 24px;
    --serif: "Fraunces", Georgia, "Times New Roman", serif;
    --sans:  "Figtree", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--sans); color: var(--text); background: var(--sand);
    line-height: 1.78; font-size: 16.5px; font-weight: 400;
    overflow-wrap: break-word; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 780px; }
.center { text-align: center; }

h1, h2, h3 { font-family: var(--serif); color: var(--ink); line-height: 1.14; font-weight: 600; letter-spacing: -.01em; }
h1 { font-size: clamp(2.35rem, 5.4vw, 4.1rem); }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); margin-bottom: 20px; }
h3 { font-size: 1.42rem; }
h2.light, h1.light { color: #fff; }

.section-kicker {
    display: inline-block; font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
    font-size: .68rem; color: var(--clay-ink); margin-bottom: 14px;
}
.section-kicker.gold { color: var(--clay-l); }
.section-lead { max-width: 640px; margin: 0 auto 30px; color: var(--muted); font-weight: 300; font-size: 1.02rem; }

/* ---------- buttons ---------- */
.btn {
    display: inline-block; font-family: var(--sans); font-weight: 600; letter-spacing: .1em;
    text-transform: uppercase; font-size: .74rem; padding: 15px 32px; border: 1px solid transparent;
    border-radius: 999px; cursor: pointer; text-align: center;
    transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 18px 44px; font-size: .8rem; }
.btn-gold { background: var(--clay-ink); color: #fff; box-shadow: var(--shadow-s); }
.btn-gold:hover { background: var(--ink); box-shadow: var(--shadow-m); }
.btn-ghost { border-color: rgba(255,255,255,.6); color: #fff; background: rgba(255,255,255,.1); backdrop-filter: blur(3px); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-dark { background: var(--espresso); color: #fff; }
.btn-dark:hover { background: var(--clay-ink); }
.btn-line { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-line:hover { border-color: var(--clay-ink); color: var(--clay-ink); background: rgba(178,105,78,.06); }

/* ---------- top bar + header ---------- */
.topbar { background: var(--sand-2); }
.topbar-inner {
    display: flex; justify-content: space-between; gap: 16px; padding-top: 10px; padding-bottom: 10px;
    font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 500;
}
.site-header { background: rgba(255,253,250,.94); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 28px; padding-top: 18px; padding-bottom: 18px; }
.logo { display: flex; align-items: center; gap: 13px; }
.logo-mark {
    width: 46px; height: 46px; flex: 0 0 46px; background: var(--clay-ink); color: #fff; border-radius: 14px;
    display: grid; place-items: center; font-family: var(--serif); font-size: 1.1rem; font-weight: 600;
    box-shadow: var(--shadow-s);
}
.logo-text { color: var(--ink); font-family: var(--serif); font-weight: 600; font-size: 1.06rem; line-height: 1.25; }
.logo-text small {
    display: block; color: var(--muted); font-size: .58rem; letter-spacing: .26em; text-transform: uppercase;
    font-weight: 600; font-family: var(--sans); margin-top: 2px;
}
.main-nav { display: flex; gap: 26px; margin-left: auto; align-items: center; }
.main-nav a {
    color: var(--text); font-size: .82rem; letter-spacing: .04em; font-weight: 500;
    padding: 4px 0; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s;
}
.main-nav a:hover, .main-nav a.active { color: var(--clay-ink); border-bottom-color: var(--clay); }
.header-cta { white-space: nowrap; }
.nav-toggle {
    display: none; background: var(--sand-2); border: 1px solid var(--line); color: var(--ink);
    font-size: 1.1rem; line-height: 1; padding: 10px 14px; border-radius: 12px; cursor: pointer;
}

/* ---------- hero ---------- */
.hero, .page-hero { position: relative; min-height: 84vh; display: flex; align-items: center; }
.page-hero { min-height: 50vh; }
.page-hero.short { min-height: 42vh; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(35,28,24,.72) 0%, rgba(35,28,24,.5) 45%, rgba(35,28,24,.82) 100%);
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: 96px 24px; width: 100%; }
.hero-kicker {
    display: inline-block; color: var(--clay-l); letter-spacing: .3em; text-transform: uppercase;
    font-size: .7rem; font-weight: 600; margin-bottom: 22px; padding: 7px 18px;
    border: 1px solid rgba(227,172,141,.45); border-radius: 999px; background: rgba(255,255,255,.06);
}
.hero h1, .page-hero h1 { color: #fff; margin-bottom: 20px; text-shadow: 0 2px 26px rgba(0,0,0,.3); }
.hero-sub { color: rgba(255,255,255,.9); max-width: 620px; margin: 0 auto 34px; font-size: 1.1rem; font-weight: 300; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); font-size: 1.2rem; z-index: 2; }

/* ---------- booking strip ---------- */
.booking-strip { background: transparent; }
.booking-bar {
    display: flex; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl);
    box-shadow: var(--shadow-l); transform: translateY(-50%); overflow: hidden; padding: 6px;
}
.bb-field { flex: 1; min-width: 0; padding: 14px 22px; border-right: 1px solid var(--line); }
.bb-field:last-of-type { border-right: 0; }
.bb-field label {
    display: block; font-size: .62rem; letter-spacing: .2em; text-transform: uppercase;
    color: var(--muted); font-weight: 600; margin-bottom: 3px;
}
.bb-field select, .bb-field input {
    width: 100%; border: 0; outline: 0; font-family: var(--sans); font-size: .94rem; color: var(--ink);
    background: transparent; font-weight: 500;
}
.bb-submit { border: 0; flex: 0 0 auto; align-self: center; margin: 0 6px; }

/* ---------- intro / highlights ---------- */
.intro { padding: 40px 0 88px; }
.intro p, .highlights p { margin-bottom: 20px; }
.highlights { padding: 96px 0; background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.highlight-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 36px 0; }
.highlight-cards figure { position: relative; overflow: hidden; border-radius: var(--r-lg); box-shadow: var(--shadow-s); background: var(--sand-2); }
.highlight-cards img { height: 215px; width: 100%; object-fit: cover; transition: transform .5s ease; }
.highlight-cards figure:hover img { transform: scale(1.04); }
.highlight-cards figcaption {
    text-align: center; padding: 14px 10px; color: var(--ink); background: var(--sand-2);
    font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600;
}

/* ---------- rating: soft cards ---------- */
.rating { padding: 92px 0; }
.hotel-card {
    display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); margin-top: 56px;
    background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl);
    box-shadow: var(--shadow-m); overflow: hidden;
}
.hotel-card.flip .hc-media { order: 2; }
.hc-media { position: relative; min-height: 420px; background: var(--sand-2); }
.hc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hc-rank {
    position: absolute; top: 20px; left: 20px; background: rgba(43,37,34,.82); color: #fff;
    font-family: var(--serif); font-size: 1.05rem; font-weight: 600; padding: 8px 18px;
    border-radius: 999px; backdrop-filter: blur(4px);
}
.hc-body { padding: 44px 46px; }
.hc-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 18px; }
.hc-location { color: var(--muted); font-size: .92rem; margin-top: 6px; }
.hc-overall {
    text-align: center; flex-shrink: 0; background: var(--sand); border: 1px solid var(--line);
    border-radius: var(--r-md); padding: 10px 18px;
}
.hc-score { display: block; font-family: var(--serif); font-size: 1.95rem; font-weight: 600; color: var(--ink); line-height: 1.1; }
.hc-stars { color: var(--clay); letter-spacing: .06em; font-size: .78rem; }
.star-half { display: inline-block; width: .62em; overflow: hidden; vertical-align: bottom; }
.hc-stats { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-bottom: 24px; }
.hc-stats li {
    font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
    color: var(--text); background: var(--sand); border: 1px solid var(--line);
    padding: 6px 14px; border-radius: 999px;
}
.hc-scores { margin-bottom: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.hc-scorebar { display: flex; align-items: center; gap: 12px; }
.sb-label { flex: 0 0 88px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--muted); font-size: .63rem; }
.sb-track { flex: 1; height: 7px; background: var(--sand-2); border-radius: 999px; position: relative; overflow: hidden; }
.sb-fill { position: absolute; inset: 0; right: auto; border-radius: 999px; background: linear-gradient(90deg, var(--clay-l), var(--clay)); }
.sb-val { flex: 0 0 26px; text-align: right; font-weight: 600; color: var(--ink); font-size: .85rem; }
.hc-text { margin-bottom: 14px; font-size: .96rem; }
.hc-text strong { display: block; font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 2px; color: var(--clay-ink); font-weight: 600; }
.hc-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* ---------- events teaser (dark warm band) ---------- */
.events-teaser { background: var(--espresso); padding: 92px 0; }
.events-teaser h2 { margin-bottom: 40px; }
.teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 40px; }
.teaser-card {
    display: flex; gap: 18px; background: var(--espresso-2); border: 1px solid rgba(255,255,255,.09);
    padding: 24px; border-radius: var(--r-lg); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.teaser-card:hover { border-color: rgba(227,172,141,.5); transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.tc-date { flex: 0 0 auto; text-align: center; color: var(--clay-l); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }
.tc-date span { display: block; font-family: var(--serif); font-size: 1.95rem; line-height: 1.05; color: #fff; font-weight: 600; }
.tc-body { display: flex; flex-direction: column; gap: 6px; color: rgba(255,255,255,.82); min-width: 0; }
.tc-body strong { font-weight: 600; line-height: 1.4; color: #fff; }
.tc-body em { font-style: normal; font-size: .8rem; color: rgba(255,255,255,.55); }
.tc-tag {
    align-self: flex-start; font-size: .61rem; letter-spacing: .18em; text-transform: uppercase;
    padding: 4px 11px; font-weight: 600; border-radius: 999px; border: 1px solid transparent;
}
.tc-tag.poker { background: rgba(227,172,141,.16); color: var(--clay-l); border-color: rgba(227,172,141,.42); }
.tc-tag.event { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.28); }

/* ---------- CTA band ---------- */
.cta-band {
    position: relative; padding: 100px 0;
    background: linear-gradient(rgba(35,28,24,.8), rgba(35,28,24,.8)), url('img/hero.jpg') center/cover;
}
.cta-sub { color: rgba(255,255,255,.85); margin: 0 0 30px; font-weight: 300; }

/* ---------- events page ---------- */
.events-list { padding: 70px 0 96px; }
.filter-row { display: flex; gap: 10px; justify-content: center; margin-bottom: 50px; flex-wrap: wrap; }
.chip {
    display: inline-block; padding: 10px 24px; border: 1px solid var(--line); background: var(--card);
    border-radius: 999px; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase;
    font-weight: 600; color: var(--muted); transition: all .2s;
}
.chip:hover { border-color: var(--clay); color: var(--clay-ink); }
.chip.on { background: var(--espresso); color: #fff; border-color: var(--espresso); }
.event-row {
    display: grid; grid-template-columns: 112px 1fr auto; gap: 30px; align-items: center;
    background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl);
    padding: 28px 34px; margin-bottom: 18px; box-shadow: var(--shadow-s);
    transition: box-shadow .25s ease, transform .25s ease;
}
.event-row:hover { box-shadow: var(--shadow-m); transform: translateY(-2px); }
.er-date { text-align: center; border-right: 1px solid var(--line); padding-right: 26px; }
.er-day { display: block; font-family: var(--serif); font-size: 2.4rem; font-weight: 600; color: var(--ink); line-height: 1; }
.er-month { display: block; color: var(--clay-ink); letter-spacing: .24em; text-transform: uppercase; font-size: .72rem; font-weight: 600; margin-top: 6px; }
.er-dow { display: block; color: var(--muted); font-size: .72rem; margin-top: 2px; }
.er-top { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; flex-wrap: wrap; }
/* tags sit on a light card here — override the dark-band styling */
.event-row .tc-tag.poker { background: #f7e7df; color: #8a4630; border-color: #ecd0c2; }
.event-row .tc-tag.event { background: var(--sand-2); color: #5b5047; border-color: var(--line); }
.er-badge {
    font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600;
    color: #fff; background: var(--clay-ink); padding: 5px 13px; border-radius: 999px;
}
.event-row h3 { margin-bottom: 6px; }
.er-meta { font-size: .85rem; color: var(--muted); margin-bottom: 8px; }
.er-desc { font-size: .95rem; max-width: 640px; }
.events-note { margin: 42px auto 0; text-align: center; font-size: .8rem; color: var(--muted); max-width: 680px; }

/* ---------- booking page ---------- */
.booking-page { padding: 70px 0 96px; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: 40px; align-items: start; }
.booking-form-wrap { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl); padding: 46px; box-shadow: var(--shadow-m); }
.booking-form-wrap h2 { margin-bottom: 26px; }
.bf-row { display: flex; gap: 16px; }
.bf-field { flex: 1; min-width: 0; margin-bottom: 18px; }
.bf-narrow { flex: 0 0 110px; }
.bf-field label { display: block; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: var(--muted); margin-bottom: 7px; }
.bf-field input, .bf-field select, .bf-field textarea {
    width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px;
    font-family: var(--sans); font-size: .95rem; color: var(--ink); background: var(--sand);
    outline: none; transition: border-color .2s, box-shadow .2s, background .2s;
}
.bf-field input:focus, .bf-field select:focus, .bf-field textarea:focus {
    border-color: var(--clay); background: var(--card); box-shadow: 0 0 0 4px rgba(178,105,78,.12);
}
.form-fineprint { margin-top: 16px; font-size: .76rem; color: var(--muted); }
.form-errors { background: #fbeee9; border: 1px solid #e8c4b4; border-radius: var(--r-md); padding: 16px 20px; margin-bottom: 22px; font-size: .88rem; color: #8a3d28; }
.form-errors p { margin: 2px 0; }

.confirm-card { text-align: center; padding: 20px 8px; }
.confirm-icon {
    width: 76px; height: 76px; margin: 0 auto 22px; background: var(--sand-2); color: var(--clay-ink);
    font-size: 2rem; display: grid; place-items: center; border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(178,105,78,.08);
}
.confirm-list { list-style: none; margin: 22px auto; max-width: 440px; text-align: left; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.confirm-list li { padding: 13px 20px; border-bottom: 1px solid var(--line); font-size: .95rem; background: var(--card); }
.confirm-list li:last-child { border-bottom: 0; }
.confirm-list strong { display: inline-block; width: 100px; font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.confirm-note { font-size: .85rem; color: var(--muted); max-width: 480px; margin: 0 auto 24px; }
.confirm-card .hc-actions { justify-content: center; }

.booking-side {
    background: var(--espresso); color: rgba(255,255,255,.82); padding: 36px 32px;
    position: sticky; top: 104px; border-radius: var(--r-xl); box-shadow: var(--shadow-m);
}
.booking-side h3 { color: #fff; margin-bottom: 18px; }
.booking-side h4 { color: var(--clay-l); letter-spacing: .2em; text-transform: uppercase; font-size: .68rem; font-weight: 600; margin: 26px 0 10px; font-family: var(--sans); }
.side-list { list-style: none; }
.side-list li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .9rem; }
.side-list strong { color: #fff; font-weight: 600; }
.side-event { display: flex; gap: 12px; padding: 10px 0; font-size: .85rem; border-bottom: 1px solid rgba(255,255,255,.12); transition: color .2s; }
.side-event:hover { color: var(--clay-l); }
.se-date { flex: 0 0 52px; color: var(--clay-l); font-weight: 600; }
.booking-side a { color: var(--clay-l); }

/* ---------- legal ---------- */
.legal-page { padding: 80px 0 96px; }
.legal-page h1 { margin-bottom: 8px; }
.legal-updated { color: var(--muted); font-size: .85rem; margin-bottom: 36px; }
.legal-page h2 { font-size: 1.28rem; margin: 30px 0 10px; }
.legal-page p { margin-bottom: 14px; }
.legal-page a { color: var(--clay-ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- footer ---------- */
.site-footer { background: var(--espresso); color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding: 70px 28px 48px; max-width: 1180px; margin: 0 auto; }
.site-footer .logo-text { color: #fff; }
.site-footer .logo-text small { color: rgba(255,255,255,.5); }
.site-footer .logo-mark { background: rgba(255,255,255,.1); color: var(--clay-l); }
.footer-brand p { font-size: .88rem; margin-top: 18px; max-width: 320px; font-weight: 300; }
.footer-col h4 { color: var(--clay-l); letter-spacing: .2em; text-transform: uppercase; font-size: .68rem; font-weight: 600; margin-bottom: 16px; }
.footer-col a { display: block; padding: 5px 0; font-size: .9rem; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-note { font-size: .78rem; color: rgba(255,255,255,.45); margin-top: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 26px 0 34px; text-align: center; }
.footer-bottom p { font-size: .82rem; }
.disclaimer { max-width: 760px; margin: 10px auto 0; color: rgba(255,255,255,.45); font-size: .76rem !important; }
.disclaimer strong { color: rgba(255,255,255,.68); font-weight: 600; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
    .container { padding: 0 22px; }
    .hotel-card, .hotel-card.flip { grid-template-columns: 1fr; }
    .hotel-card.flip .hc-media { order: 0; }
    .hc-media { min-height: 290px; }
    .hc-body { padding: 34px 30px; }
    .teaser-grid { grid-template-columns: 1fr; }
    .booking-layout { grid-template-columns: 1fr; }
    .booking-side { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; padding: 56px 22px 40px; }
    .booking-bar { flex-wrap: wrap; transform: translateY(-30px); border-radius: var(--r-lg); }
    .bb-field { flex: 1 1 46%; border-right: 0; border-bottom: 1px solid var(--line); }
    .bb-submit { flex: 1 1 100%; margin: 8px 6px 6px; }
    .event-row { grid-template-columns: 92px 1fr; gap: 22px; }
    .er-cta { grid-column: 2; }
    .highlight-cards { gap: 16px; }
}
@media (max-width: 720px) {
    body { font-size: 16px; }
    .container { padding: 0 18px; }
    .main-nav {
        display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--card);
        flex-direction: column; align-items: flex-start; padding: 18px 20px 22px; gap: 6px;
        border-bottom: 1px solid var(--line); box-shadow: var(--shadow-m);
    }
    .main-nav.open { display: flex; }
    .main-nav a { width: 100%; padding: 9px 0; border-bottom: 1px solid var(--line-soft); font-size: .95rem; }
    .nav-toggle { display: block; margin-left: auto; }
    .header-cta { display: none; }
    .header-inner { gap: 14px; padding-top: 14px; padding-bottom: 14px; }
    .topbar-inner { justify-content: center; gap: 10px; flex-wrap: wrap; text-align: center; font-size: .62rem; }
    .hero { min-height: 74vh; }
    .hero-content { padding: 70px 6px; }
    .hero-actions .btn { width: 100%; max-width: 320px; }
    .booking-bar { transform: translateY(-22px); padding: 4px; }
    .bb-field { flex: 1 1 100%; padding: 12px 16px; }
    .intro, .rating, .events-list, .booking-page, .legal-page { padding-left: 0; padding-right: 0; }
    .rating { padding: 60px 0; }
    .highlights, .events-teaser, .cta-band { padding: 64px 0; }
    .hotel-card { margin-top: 34px; border-radius: var(--r-lg); }
    .hc-body { padding: 26px 20px; }
    .hc-head { flex-direction: column; gap: 12px; }
    .hc-overall { align-self: flex-start; }
    .hc-scores { grid-template-columns: 1fr; }
    .highlight-cards { grid-template-columns: 1fr; }
    .teaser-card { padding: 20px; gap: 14px; }
    .bf-row { flex-direction: column; gap: 0; }
    .bf-narrow { flex: 1; }
    .booking-form-wrap { padding: 26px 20px; border-radius: var(--r-lg); }
    .booking-side { padding: 28px 22px; border-radius: var(--r-lg); }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 48px 18px 34px; }
    .footer-brand p { max-width: none; }
    .event-row { grid-template-columns: 1fr; padding: 22px 20px; gap: 16px; border-radius: var(--r-lg); }
    .er-date { text-align: left; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 14px; }
    .er-day { display: inline; font-size: 1.9rem; }
    .er-month { display: inline; margin-left: 8px; }
    .er-dow { display: inline; margin-left: 8px; }
    .er-cta { grid-column: 1; }
    .er-cta .btn { width: 100%; }
    .confirm-list strong { display: block; width: auto; margin-bottom: 2px; }
}
@media (max-width: 400px) {
    .container { padding: 0 14px; }
    .footer-grid { padding-left: 14px; padding-right: 14px; }
    .btn { padding: 13px 22px; letter-spacing: .06em; }
    .btn-lg { padding: 15px 26px; }
    .logo-mark { width: 40px; height: 40px; flex-basis: 40px; }
    .logo-text { font-size: .95rem; }
    .hc-body { padding: 22px 16px; }
    .sb-label { flex-basis: 74px; }
    .hero-content { padding: 60px 2px; }
}
