/* Self-hosted (latin + latin-ext) — was Google Fonts; removes a render-blocking third-party request. */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(/fonts/bodoni-moda-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(/fonts/bodoni-moda-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(/fonts/jost-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(/fonts/jost-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Pinyon Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/pinyon-script-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Pinyon Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/pinyon-script-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================
   515 LOUNGE — Atchison, KS
   Black · hunter green · gold · cream. Deco serif + script.
   ============================================================ */

:root {
    --black: #0a0a0a;
    --ink: #121212;
    --ink-2: #1a1a1a;
    --green: #0b4008;
    --green-2: #1f5132;
    --green-deep: #062a0c;
    --green-glow: rgba(31, 81, 50, 0.55);
    --gold: #c9a227;
    --gold-light: #e9c860;
    --gold-pale: #f3dfa0;
    --gold-dark: #8a6a14;
    --cream: #f3ead8;
    --ivory: #fbf7ee;
    --muted: rgba(243, 234, 216, 0.68);
    --muted-2: rgba(243, 234, 216, 0.66);
    --line: rgba(201, 162, 39, 0.35);
    --line-soft: rgba(201, 162, 39, 0.18);

    --font-display: 'Bodoni Moda', 'Playfair Display', Georgia, serif;
    --font-script: 'Pinyon Script', 'Great Vibes', cursive;
    --font-body: 'Jost', 'Futura', 'Helvetica Neue', Arial, sans-serif;

    --container: 1240px;
    --section: clamp(72px, 9vw, 140px);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 17px; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
    font-family: var(--font-body);
    font-weight: 300;
    line-height: 1.7;
    color: var(--cream);
    background: var(--black);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }

.container { width: min(100% - 48px, var(--container)); margin-inline: auto; }
@media (max-width: 640px) { .container { width: min(100% - 36px, var(--container)); } }

.skip-link {
    position: absolute; left: -9999px; top: 12px; z-index: 9999;
    background: var(--gold); color: var(--black); padding: 10px 16px; font-weight: 500;
}
.skip-link:focus { left: 12px; }

/* ---------- Type ---------- */
h1, h2, h3, h4 {
    text-wrap: balance;
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.08;
    color: var(--ivory);
    letter-spacing: 0.01em;
}
h1 { font-size: clamp(2.6rem, 6.5vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
p { max-width: 62ch; }

.script { font-family: var(--font-script); font-weight: 400; color: var(--gold-light); }
.overline {
    display: inline-block;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.74rem;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
}
.caps { text-transform: uppercase; letter-spacing: 0.22em; }

/* Ornament divider — echoes the double rule + scroll on the card */
.ornament {
    display: flex; align-items: center; justify-content: center; gap: 14px;
    color: var(--gold); margin: 22px auto 0; width: 100%; max-width: 260px;
}
.ornament::before, .ornament::after { content: ""; flex: 1; height: 1px; background: var(--gold); opacity: 0.7; }
.ornament svg { width: 54px; height: 14px; flex: none; }
.ornament.left { justify-content: flex-start; margin-inline: 0; }
.ornament.left::before { display: none; }

.section-head { text-align: center; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head p.lead { margin: 22px auto 0; color: var(--muted); font-size: 1.05rem; }
.section-head.left { text-align: left; }
.section-head.left p.lead { margin-inline: 0; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 30px;
    font-family: var(--font-body); font-weight: 500; font-size: 0.8rem;
    letter-spacing: 0.24em; text-transform: uppercase;
    border: 1px solid var(--gold);
    color: var(--gold-light);
    transition: background 0.35s var(--ease), color 0.35s var(--ease), transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
    position: relative;
}
.btn:hover, .btn:focus-visible { background: var(--gold); color: var(--black); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(201, 162, 39, 0.55); }
.btn-solid { background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-dark)); color: var(--black); border-color: transparent; }
.btn-solid:hover, .btn-solid:focus-visible { background: var(--gold-light); }
.btn-ghost { border-color: rgba(243, 234, 216, 0.35); color: var(--ivory); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: var(--ivory); color: var(--black); border-color: var(--ivory); box-shadow: none; }
.btn-sm { padding: 11px 20px; font-size: 0.72rem; }
.btn i { font-size: 0.9em; }

/* ---------- Header ---------- */
.header {
    position: fixed; inset: 0 0 auto 0; z-index: 100;
    height: var(--header-h);
    display: flex; align-items: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0));
    transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease), height 0.3s var(--ease);
}
.header.scrolled, .header.solid {
    background: rgba(8, 8, 8, 0.92);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 var(--line-soft);
    height: 70px;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { height: 60px; width: 60px; transition: height 0.3s var(--ease), width 0.3s var(--ease); }
.header.scrolled .brand img, .header.solid .brand img { height: 48px; width: 48px; }
.brand-word { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory); }
.brand-word span { color: var(--gold); }

.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 38px); }
.nav-links a {
    font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 400;
    color: var(--cream); position: relative; padding: 6px 0;
}
.nav-links a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
    background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.35s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--gold-light); }

.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-phone { font-size: 0.8rem; letter-spacing: 0.12em; color: var(--gold-light); display: inline-flex; align-items: center; gap: 8px; }
.nav-phone:hover { color: var(--ivory); }
.nav-social { display: flex; gap: 6px; }
.nav-social a { width: 34px; height: 34px; display: grid; place-items: center; color: var(--cream); border: 1px solid transparent; border-radius: 50%; transition: all 0.3s; font-size: 0.85rem; }
.nav-social a:hover { border-color: var(--gold); color: var(--gold-light); }

.menu-toggle { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; }
.menu-toggle span { width: 26px; height: 1px; background: var(--gold-light); transition: transform 0.3s, opacity 0.3s; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1024px) {
    .nav-links, .nav-right { display: none; }
    .menu-toggle { display: flex; }
}

/* Mobile drawer */
.mobile-nav {
    position: fixed; inset: 0; z-index: 99;
    visibility: hidden; opacity: 0; transition: opacity 0.4s var(--ease), visibility 0.4s;
}
.mobile-nav.active { visibility: visible; opacity: 1; }
.mobile-nav-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.6); }
.mobile-nav-panel {
    position: absolute; top: 0; right: 0; bottom: 0; width: min(88vw, 400px);
    background: linear-gradient(180deg, var(--ink) 0%, var(--green-deep) 140%);
    border-left: 1px solid var(--line);
    padding: 96px 36px 40px; overflow-y: auto;
    transform: translateX(30px); transition: transform 0.45s var(--ease);
    display: flex; flex-direction: column;
}
.mobile-nav.active .mobile-nav-panel { transform: translateX(0); }
.mobile-nav-close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--gold-light); font-size: 1.2rem; border: 1px solid var(--line); border-radius: 50%; }
.mobile-nav-panel .brand { margin-bottom: 36px; }
.mobile-nav-links a {
    display: block; padding: 14px 0; font-family: var(--font-display); font-size: 1.6rem; color: var(--ivory);
    border-bottom: 1px solid var(--line-soft); letter-spacing: 0.04em;
}
.mobile-nav-links a.active { color: var(--gold-light); }
.mobile-nav-meta { margin-top: auto; padding-top: 32px; color: var(--muted); font-size: 0.92rem; line-height: 1.8; }
.mobile-nav-meta a { color: var(--gold-light); }
.mobile-nav-meta .nav-social { margin-top: 16px; }
.mobile-nav-meta .nav-social a { border-color: var(--line); }

/* ---------- Hero ---------- */
.hero {
    position: relative; min-height: 100svh; display: grid; place-items: center;
    padding: calc(var(--header-h) + 40px) 0 80px; text-align: center; overflow: hidden; isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.75) contrast(1.05); transform: scale(1.06); animation: heroDrift 24s ease-in-out infinite alternate; }
@keyframes heroDrift { from { transform: scale(1.06) translate(0,0);} to { transform: scale(1.12) translate(-1.5%, 1%);} }
@media (prefers-reduced-motion: reduce) { .hero-bg img { animation: none; } }
.hero-veil {
    position: absolute; inset: 0; z-index: -1;
    background:
        radial-gradient(ellipse at 50% 40%, rgba(31, 81, 50, 0.35) 0%, rgba(0,0,0,0) 55%),
        linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.72) 45%, rgba(6, 42, 12, 0.85) 100%);
}
.hero-frame {
    position: absolute; inset: 22px; z-index: 0; pointer-events: none;
    border: 1px solid rgba(201, 162, 39, 0.35);
    outline: 1px solid rgba(201, 162, 39, 0.18); outline-offset: 5px;
}
@media (max-width: 640px) { .hero-frame { inset: 12px; outline-offset: 3px; } }
.hero-inner { position: relative; z-index: 1; width: min(100% - 48px, 920px); margin-inline: auto; }
.hero-logo { width: clamp(150px, 22vw, 240px); margin: 0 auto 22px; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.55)); }
.hero-kicker { font-size: 0.76rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--gold-light); display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 26px; white-space: nowrap; }
@media (max-width: 480px) { .hero-kicker { font-size: 0.66rem; letter-spacing: 0.28em; gap: 10px; } .hero-kicker::before, .hero-kicker::after { width: 22px; } }
.hero-kicker::before, .hero-kicker::after { content: ""; width: 48px; flex: none; height: 1px; background: var(--gold); opacity: 0.75; }
.hero h1 { color: var(--ivory); }
.hero h1 .script { display: block; font-size: 0.62em; line-height: 1; margin-bottom: 0.1em; text-transform: none; letter-spacing: 0; }
.hero-tag { margin: 26px auto 0; color: var(--muted); font-size: 1.08rem; max-width: 56ch; }
.hero-cta { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
.hero-hours { margin-top: 42px; font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-light); display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; }
.hero-hours span i { margin-right: 8px; color: var(--gold); }

/* Upcoming events strip in hero */
.hero-upcoming { margin-top: 48px; }
.hero-upcoming[hidden] { display: none; }
.hero-upcoming .overline { margin-bottom: 14px; }
.hero-upcoming-grid { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-event {
    display: flex; align-items: center; gap: 14px; text-align: left;
    background: rgba(10, 10, 10, 0.6); border: 1px solid var(--line); padding: 10px 16px 10px 10px;
    min-width: 240px; transition: border-color 0.3s, background 0.3s;
}
.hero-event:hover { border-color: var(--gold-light); background: rgba(10,10,10,0.85); }
.hero-event img { width: 54px; height: 54px; object-fit: cover; border: 1px solid var(--line-soft); }
.hero-event-title { font-family: var(--font-display); font-size: 1.02rem; color: var(--ivory); line-height: 1.2; }
.hero-event-when { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); margin-top: 4px; }

/* ---------- Sections ---------- */
section { padding: var(--section) 0; position: relative; }
.bg-ink { background: var(--ink); }
.bg-black { background: var(--black); }
.bg-green {
    background:
        radial-gradient(ellipse at 20% 0%, rgba(201,162,39,0.10), transparent 50%),
        linear-gradient(160deg, var(--green) 0%, var(--green-deep) 100%);
}
.bg-green-flat { background: var(--green); }
.rule-top { border-top: 1px solid var(--line-soft); }
.rule-bottom { border-bottom: 1px solid var(--line-soft); }

/* Double gold rule (card motif) */
.double-rule { height: 7px; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); opacity: 0.6; }

/* Framed image — inset gold line like the deco card */
.framed { position: relative; overflow: hidden; }
.framed img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.framed::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(201,162,39,0.55); pointer-events: none; }
.framed:hover img { transform: scale(1.04); }

/* ---------- Story ---------- */
.story-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.story-media { position: relative; }
.story-media .framed { aspect-ratio: 4 / 5; }
.story-media .est {
    position: absolute; right: -18px; bottom: 36px; background: var(--black); border: 1px solid var(--gold);
    padding: 16px 22px; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.story-media .est .script { font-size: 1.9rem; line-height: 1; display: block; }
.story-media .est small { display: block; font-size: 0.66rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-top: 4px; }
.story-copy p { color: var(--muted); margin-top: 18px; font-size: 1.04rem; }
.story-copy p:first-of-type { color: var(--cream); font-size: 1.16rem; }
.story-copy .formerly { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 10px 16px; border: 1px solid var(--line); font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); }
.story-copy .formerly i { color: var(--gold); }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.pillar { border-top: 1px solid var(--line); padding-top: 16px; }
.pillar i { color: var(--gold); font-size: 1.2rem; }
.pillar h3 { font-size: 1.05rem; margin-top: 10px; letter-spacing: 0.06em; }
.pillar p { font-size: 0.9rem; color: var(--muted); margin-top: 6px; }
@media (max-width: 900px) {
    .story-grid { grid-template-columns: 1fr; }
    .story-media .est { right: 16px; }
    .pillars { grid-template-columns: 1fr; gap: 12px; }
}

/* ---------- Hours block ---------- */
.hours-card { border: 1px solid var(--line); padding: 28px 30px; background: rgba(0,0,0,0.25); }
.hours-card h4 { font-size: 0.8rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); font-family: var(--font-body); font-weight: 400; margin-bottom: 14px; }
.hours-list li { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dotted var(--line-soft); font-size: 0.98rem; }
.hours-list li:last-child { border-bottom: 0; }
.hours-list .day { color: var(--cream); letter-spacing: 0.06em; }
.hours-list .closed { color: var(--muted-2); font-style: italic; }
.hours-list .time { color: var(--ivory); font-variant-numeric: tabular-nums; }

/* ---------- Menu ---------- */
.menu-tabs {
    display: flex; gap: 6px; justify-content: center; flex-wrap: wrap;
    margin-bottom: clamp(32px, 4vw, 52px);
}
.menu-tab {
    padding: 11px 20px; font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase;
    color: var(--muted); border: 1px solid transparent; border-radius: 999px; transition: all 0.3s;
}
.menu-tab:hover { color: var(--gold-light); }
.menu-tab.active { color: var(--black); background: var(--gold); border-color: var(--gold); }
.menu-tabs.sticky { position: sticky; top: 70px; z-index: 20; background: rgba(10,10,10,0.92); backdrop-filter: blur(12px); padding: 12px 0; margin-inline: calc(50% - 50vw); padding-inline: 24px; border-bottom: 1px solid var(--line-soft); }

.menu-groups { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 32px 56px; }
.menu-group { border-top: 1px solid var(--gold); padding-top: 18px; }
.menu-group h3 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; text-wrap: initial; font-size: 1.3rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 6px; }
.menu-group h3 small { font-family: var(--font-body); font-size: 0.68rem; letter-spacing: 0.3em; color: var(--muted-2); white-space: nowrap; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; align-items: baseline; padding: 11px 0; border-bottom: 1px dotted var(--line-soft); }
.menu-item:last-child { border-bottom: 0; }
.menu-item-name { color: var(--cream); font-weight: 400; font-size: 1.02rem; }
.menu-item-desc { grid-column: 1 / -1; color: var(--muted); font-size: 0.9rem; line-height: 1.55; margin-top: -2px; }
.menu-item-price { color: var(--gold-light); font-family: var(--font-display); font-size: 1.02rem; white-space: nowrap; }
.menu-empty { text-align: center; color: var(--muted); padding: 40px 0; }
.menu-note { text-align: center; color: var(--muted-2); font-size: 0.85rem; margin: 40px auto 0; letter-spacing: 0.04em; }
.menu-preview-cta { text-align: center; margin-top: 52px; }

/* Home menu preview: cap height with fade */
.menu-preview { position: relative; max-height: 720px; overflow: hidden; }
.menu-preview::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 160px; background: linear-gradient(to bottom, rgba(18,18,18,0), var(--ink)); pointer-events: none; }
.menu-preview.expanded { max-height: none; }
.menu-preview.expanded::after { display: none; }

/* ---------- Feature band (private events teaser) ---------- */
.band { position: relative; isolation: isolate; overflow: hidden; }
.band-bg { position: absolute; inset: 0; z-index: -2; }
.band-bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.6) brightness(0.55); }
.band-veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(6,42,12,0.92) 0%, rgba(6,42,12,0.75) 45%, rgba(0,0,0,0.35) 100%); }
.band-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 48px; align-items: center; }
.band-copy p { color: var(--muted); margin-top: 18px; font-size: 1.05rem; }
.band-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.fact { border-left: 1px solid var(--gold); padding-left: 14px; }
.fact strong { display: block; font-family: var(--font-display); font-size: 1.9rem; color: var(--gold-light); line-height: 1; }
.fact span { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
.band-card { background: rgba(10,10,10,0.72); border: 1px solid var(--line); padding: 34px; backdrop-filter: blur(6px); }
.band-card h3 { font-size: 1.5rem; margin-bottom: 14px; }
.band-card ul li { display: flex; gap: 12px; padding: 8px 0; color: var(--cream); font-size: 0.98rem; border-bottom: 1px dotted var(--line-soft); }
.band-card ul li:last-child { border-bottom: 0; }
.band-card ul li i { color: var(--gold); margin-top: 6px; font-size: 0.8rem; }
.band-card .btn { margin-top: 22px; width: 100%; }
@media (max-width: 900px) { .band-inner { grid-template-columns: 1fr; } .band-facts { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; } .fact strong { font-size: 1.5rem; } }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; grid-auto-flow: dense; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; cursor: zoom-in; background: var(--ink-2); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter 0.5s; filter: saturate(0.85); }
.gallery-item:hover img { transform: scale(1.05); filter: saturate(1); }
.gallery-item::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(201,162,39,0); transition: border-color 0.4s; pointer-events: none; }
.gallery-item:hover::after { border-color: rgba(201,162,39,0.7); }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.portrait img { object-position: 50% 28%; }   /* keep faces in frame */
.gallery-item.landscape img { object-position: 50% 40%; }
.gallery-brand { display: grid; place-items: center; background: var(--green); cursor: default; }
.gallery-brand img { width: 62%; height: auto; object-fit: contain; filter: none; }
.gallery-brand:hover img { transform: none; }
.gallery-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 18px 14px; background: linear-gradient(to top, rgba(0,0,0,0.75), transparent); color: var(--ivory); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0; transition: opacity 0.4s; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-caption:empty { display: none; }
.gallery-more { text-align: center; margin-top: 36px; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; } }
@media (max-width: 600px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; gap: 8px; } .gallery-item.wide { grid-column: span 2; } }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,0.94); display: grid; place-items: center; padding: 40px; opacity: 0; visibility: hidden; transition: opacity 0.35s, visibility 0.35s; }
.lightbox.active { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(100%, 1400px); max-height: 100%; object-fit: contain; border: 1px solid var(--line); }
.lightbox-close { position: absolute; top: 20px; right: 20px; width: 48px; height: 48px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid var(--line); border-radius: 50%; font-size: 1rem; }
.lightbox-nav.prev { left: 20px; } .lightbox-nav.next { right: 20px; }
@media (max-width: 640px) { .lightbox { padding: 16px; } .lightbox-nav { display: none; } }

/* ---------- Visit ---------- */
.visit-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(32px, 5vw, 72px); align-items: stretch; }
.visit-info h2 { margin-bottom: 8px; }
.visit-rows { margin-top: 30px; }
.visit-row { display: flex; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line-soft); }
.visit-row:last-child { border-bottom: 1px solid var(--line-soft); }
.visit-row i { width: 40px; height: 40px; flex: none; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-size: 0.9rem; }
.visit-row .label { font-family: var(--font-body); font-weight: 400; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.visit-row p, .visit-row a { color: var(--cream); font-size: 1.02rem; line-height: 1.5; }
.visit-row a:hover { color: var(--gold-light); }
.visit-map { position: relative; min-height: 380px; border: 1px solid var(--line); }
.visit-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(0.92) contrast(0.9) sepia(0.2); }
.visit-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px var(--line-soft), inset 0 0 80px rgba(0,0,0,0.5); }
.visit-social { display: flex; gap: 10px; margin-top: 28px; }
.visit-social a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--cream); transition: all 0.3s; }
.visit-social a:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
@media (max-width: 900px) { .visit-grid { grid-template-columns: 1fr; } .visit-map { min-height: 320px; } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; min-height: 62vh; display: grid; place-items: center; text-align: center; padding: calc(var(--header-h) + 40px) 0 60px; isolation: isolate; overflow: hidden; }
.page-hero .hero-bg img { animation: none; transform: none; }
.page-hero .hero-veil { background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 60%, var(--black) 100%); }
.page-hero h1 { font-size: clamp(2.4rem, 5.5vw, 4.4rem); }
.page-hero p { margin: 18px auto 0; color: var(--muted); font-size: 1.08rem; }
.page-hero .script { display: block; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1; margin-bottom: 4px; }

/* ---------- Events ---------- */
.events-list { display: grid; gap: 22px; }
.event-card {
    display: grid; grid-template-columns: 110px 220px 1fr; gap: 0; align-items: stretch;
    background: var(--ink); border: 1px solid var(--line-soft); overflow: hidden;
    transition: border-color 0.3s, transform 0.4s var(--ease);
}
.event-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.event-date { background: var(--green); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 10px; border-right: 1px solid var(--line-soft); }
.event-date .d { font-family: var(--font-display); font-size: 2.8rem; line-height: 1; color: var(--gold-light); }
.event-date .m { font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--cream); margin-top: 8px; }
.event-date .w { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.event-media { position: relative; background: var(--ink-2); min-height: 200px; }
.event-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.event-body { padding: 26px 28px; display: flex; flex-direction: column; gap: 10px; }
.event-body h3 { font-size: 1.5rem; }
.event-meta { display: flex; gap: 20px; flex-wrap: wrap; font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); }
.event-meta i { margin-right: 6px; color: var(--gold); }
.event-body p { color: var(--muted); font-size: 0.98rem; white-space: pre-line; }
.event-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; padding-top: 10px; }
.event-actions .icon-btn { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--gold-light); transition: all 0.3s; }
.event-actions .icon-btn:hover { background: var(--gold); color: var(--black); }
@media (max-width: 860px) {
    .event-card { grid-template-columns: 90px 1fr; }
    .event-media { grid-column: 2; min-height: 180px; }
    .event-body { grid-column: 1 / -1; }
}
.events-empty { text-align: center; padding: 60px 20px; border: 1px dashed var(--line); }
.events-empty i { font-size: 2.2rem; color: var(--gold); }
.events-empty h3 { margin: 14px 0 8px; }
.events-empty p { margin: 0 auto 22px; color: var(--muted); }
.events-empty .btn { margin: 4px; }
.calendar-wrap { margin-top: 56px; border: 1px solid var(--line-soft); background: var(--ink); }
.calendar-wrap iframe { width: 100%; height: 620px; border: 0; filter: invert(0.92) hue-rotate(180deg) contrast(0.9); display: block; }
.calendar-link { text-align: center; padding: 22px; border-top: 1px solid var(--line-soft); }
@media (max-width: 720px) { .calendar-wrap iframe { display: none; } .calendar-link { border-top: 0; } }

/* Packages */
.packages { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 22px; }
.package { position: relative; background: rgba(0,0,0,0.35); border: 1px solid var(--line); padding: 38px 30px 32px; display: flex; flex-direction: column; transition: transform 0.4s var(--ease), border-color 0.3s, background 0.3s; }
.package:hover { transform: translateY(-5px); border-color: var(--gold-light); background: rgba(0,0,0,0.5); }
.package.featured { border-color: var(--gold); box-shadow: 0 30px 60px -30px rgba(201,162,39,0.35); }
.package-badge { position: absolute; top: -1px; left: 50%; transform: translate(-50%, -50%); background: var(--gold); color: var(--black); font-size: 0.64rem; letter-spacing: 0.3em; text-transform: uppercase; padding: 6px 14px; font-weight: 500; }
.package-icon { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 1.2rem; margin-bottom: 18px; }
.package h3 { font-size: 1.5rem; }
.package-price { margin: 10px 0 18px; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.package-price span { font-family: var(--font-display); font-size: 1.6rem; color: var(--gold-light); letter-spacing: 0; text-transform: none; margin-left: 6px; }
.package ul { flex: 1; }
.package ul li { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px dotted var(--line-soft); color: var(--cream); font-size: 0.96rem; }
.package ul li i { color: var(--gold); font-size: 0.75rem; margin-top: 8px; }
.package .btn { margin-top: 24px; width: 100%; }
.packages-cta { text-align: center; margin-top: 52px; }
.packages-cta p { margin: 0 auto 20px; color: var(--muted); font-size: 1.08rem; }

/* CTA strip */
.cta-strip { text-align: center; }
.cta-strip h2 { color: var(--ivory); }
.cta-strip p { margin: 16px auto 30px; color: var(--muted); font-size: 1.08rem; }
.cta-strip .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--black); border-top: 1px solid var(--line-soft); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 96px; margin-bottom: 18px; }
.footer-brand p { color: var(--muted); font-size: 0.95rem; }
.footer .footer-h { font-family: var(--font-body); font-weight: 400; font-size: 0.7rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-links li { padding: 5px 0; }
.footer-links a { color: var(--cream); font-size: 0.95rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-hours li { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; font-size: 0.92rem; color: var(--cream); border-bottom: 1px dotted var(--line-soft); }
.footer-hours li span:last-child { color: var(--muted); }
.footer-contact li { padding: 5px 0; font-size: 0.95rem; color: var(--cream); }
.footer-contact li i { color: var(--gold); width: 20px; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.8rem; color: var(--muted-2); letter-spacing: 0.06em; }
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--gold-light); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Motion ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

.toast-wrap { position: fixed; bottom: 22px; right: 22px; z-index: 300; display: grid; gap: 10px; }
.toast { background: var(--ink); border: 1px solid var(--gold); color: var(--cream); padding: 12px 18px; font-size: 0.9rem; box-shadow: 0 16px 40px rgba(0,0,0,0.5); }

/* 404 */
.notfound { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 120px 24px 60px; }
.notfound .script { font-size: clamp(3rem, 10vw, 7rem); line-height: 1; }
.notfound p { margin: 16px auto 28px; color: var(--muted); }

/* ---------- 2026-09-20 SEO/perf/a11y pass ---------- */
.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; }
.hero-bg picture, .band-bg picture, .framed picture { display: block; width: 100%; height: 100%; }
.visit-row .label { max-width: none; }
.menu-tab { color: rgba(243, 234, 216, 0.82); }
