:root {
  --green-950: #0b2a25;
  --green-900: #123c35;
  --green-800: #164a41;
  --green-700: #255e52;
  --green-600: #397165;
  --sage-500: #7f9b77;
  --sage-300: #b9c9b4;
  --sage-100: #e6ede3;
  --cream-50: #faf9f4;
  --cream-100: #f4f1e8;
  --cream-200: #e8e2d3;
  --gold-500: #c6a15b;
  --gold-400: #d6b774;
  --gold-300: #ead49e;
  --ink: #14201d;
  --muted: #64706d;
  --white: #ffffff;
  --danger: #a63d40;
  --warning: #9a681a;
  --success: #26734d;
  --shadow-sm: 0 8px 24px rgba(11, 42, 37, 0.08);
  --shadow-lg: 0 30px 80px rgba(11, 42, 37, 0.18);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --font-sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --font-serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --shell: 1180px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--cream-50); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
figure { margin: 0; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 3px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 2000; transform: translateY(-160%); background: var(--white); color: var(--green-900); padding: 10px 16px; border-radius: var(--radius-sm); font-weight: 700; }
.skip-link:focus { transform: none; }
.noscript-note { padding: 20px; background: var(--cream-100); color: var(--green-900); text-align: center; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { background: var(--green-950); color: var(--white); }
.eyebrow, .admin-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--green-700); font-size: .76rem; font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.eyebrow-light { color: var(--gold-300); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: inherit; line-height: 1.08; }
h1 { font-size: clamp(3rem, 6.7vw, 6.4rem); letter-spacing: -.055em; }
h2 { margin: 20px 0 24px; font-size: clamp(2.45rem, 4.8vw, 4.8rem); letter-spacing: -.05em; }
h2 em, h1 em { color: var(--gold-500); font-family: var(--font-serif); font-weight: 400; letter-spacing: -.025em; }
h3 { font-size: 1.35rem; }
.lead { color: var(--green-900); font-size: 1.28rem; font-weight: 600; line-height: 1.55; }
.section-heading > p { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { margin-inline: auto; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 13px 24px; font-weight: 750; line-height: 1; text-decoration: none; transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { box-shadow: 0 8px 24px rgba(11, 42, 37, .14); }
.button:disabled { cursor: not-allowed; opacity: .5; box-shadow: none; }
.button svg { width: 19px; height: 19px; }
.button-small { min-height: 42px; padding: 11px 18px; font-size: .9rem; }
.button-full { width: 100%; }
.button-primary { background: var(--green-800); color: var(--white); }
.button-primary:hover { background: var(--green-700); }
.button-gold { background: var(--gold-400); color: var(--green-950); }
.button-gold:hover { background: var(--gold-300); }
.button-secondary { border-color: var(--cream-200); background: var(--white); color: var(--green-900); }
.button-secondary:hover { border-color: var(--sage-300); background: var(--cream-50); }
.button-ghost-light { border-color: rgba(255,255,255,.38); color: var(--white); }
.button-ghost-light:hover { border-color: var(--white); background: rgba(255,255,255,.08); box-shadow: none; }
.icon-button { width: 46px; height: 46px; display: inline-grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: inherit; }
.icon-button:hover { background: rgba(127,155,119,.13); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; }
.text-link svg { transform: rotate(180deg); }

.site-header { position: absolute; top: 0; inset-inline: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white); }
.header-inner { height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { width: 44px; height: 56px; display: grid; place-items: center; overflow: hidden; border-radius: 7px; background: var(--white); }
.brand-mark img { width: 32px; height: auto; }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 1.02rem; }
.brand small { margin-top: 5px; color: var(--gold-300); font-family: var(--font-serif); font-size: .9rem; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav > a { position: relative; font-size: .91rem; font-weight: 650; text-decoration: none; }
.site-nav > a::after { position: absolute; bottom: -8px; left: 0; width: 0; height: 1px; background: var(--gold-300); content: ""; transition: width .2s ease; }
.site-nav > a:hover::after { width: 100%; }
.site-nav .button-primary { background: var(--white); color: var(--green-900); }
.mobile-menu-button { display: none; }

.hero { position: relative; min-height: 890px; display: grid; align-items: center; overflow: hidden; }
.hero-photo, .hero-overlay { position: absolute; inset: 0; }
.hero-photo { display: block; overflow: hidden; transform: scale(1.015); }
.hero-photo img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% center; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,31,27,.97) 0%, rgba(10,42,36,.89) 48%, rgba(10,42,36,.44) 75%, rgba(10,42,36,.66) 100%), linear-gradient(0deg, rgba(8,33,29,.8), transparent 35%); }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); align-items: center; gap: 100px; padding-top: 112px; padding-bottom: 90px; }
.hero-copy { max-width: 760px; }
.hero h1 { margin: 24px 0 28px; }
.hero-lead { max-width: 660px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: 1.19rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.prototype-label { display: flex; align-items: center; gap: 8px; margin: 20px 0 0; color: rgba(255,255,255,.56); font-size: .78rem; }
.prototype-label svg { width: 16px; height: 16px; flex: 0 0 16px; }
.event-card { position: relative; padding: 36px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-lg); background: rgba(9,39,34,.63); box-shadow: var(--shadow-lg); backdrop-filter: blur(16px); }
.event-year { position: absolute; top: 24px; right: 26px; color: rgba(255,255,255,.22); font-size: .85rem; font-weight: 800; letter-spacing: .15em; }
.event-date { display: flex; align-items: center; gap: 16px; padding-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.16); }
.event-date > strong { font-family: var(--font-serif); font-size: 5.2rem; font-weight: 400; line-height: .8; }
.event-date > span { color: var(--gold-300); font-size: .9rem; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.event-facts { padding: 13px 0; }
.event-facts p { display: flex; align-items: center; gap: 14px; margin: 17px 0; }
.event-facts svg { color: var(--gold-300); }
.event-facts small, .event-facts strong { display: block; }
.event-facts small { color: rgba(255,255,255,.48); font-size: .7rem; text-transform: uppercase; }
.event-facts strong { color: rgba(255,255,255,.9); font-size: .9rem; }
.availability-line { display: flex; align-items: center; gap: 9px; margin-top: 7px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: var(--sage-300); font-size: .8rem; font-weight: 700; }
.pulse-dot, .live-pill i, .status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #63c985; box-shadow: 0 0 0 5px rgba(99,201,133,.12); }
.availability-line[data-sales-state="loading"] .pulse-dot { background: var(--gold-300); animation: sales-pulse 1.2s ease-in-out infinite; }
.availability-line[data-sales-state="closed"] .pulse-dot, .availability-line[data-sales-state="soldout"] .pulse-dot, .availability-line[data-sales-state="error"] .pulse-dot { background: #c9bfa9; box-shadow: none; }
@keyframes sales-pulse { 50% { opacity: .45; transform: scale(.82); } }
.hero-bottom { position: absolute; bottom: 0; left: 50%; z-index: 1; min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 26px; transform: translateX(-50%); border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.7); font-size: .77rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.hero-bottom i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-400); }

.intro { background: var(--cream-50); }
.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; }
.intro-copy > p:not(.lead) { max-width: 610px; color: var(--muted); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--cream-200); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { color: var(--green-800); font-family: var(--font-serif); font-size: 2.4rem; font-weight: 400; line-height: 1; }
.trust-row span { margin-top: 8px; color: var(--muted); font-size: .76rem; line-height: 1.4; }

.recap-section { position: relative; overflow: hidden; background: #071e1a; }
.recap-section::before { position: absolute; top: 90px; left: -250px; width: 620px; height: 620px; border: 1px solid rgba(198,161,91,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(198,161,91,.025), 0 0 0 160px rgba(198,161,91,.018); content: ""; pointer-events: none; }
.recap-section .shell { position: relative; z-index: 1; }
.recap-heading > p { color: rgba(255,255,255,.66); }
.recap-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 260px; gap: 18px; }
.recap-video { grid-column: 1 / 8; grid-row: span 2; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: var(--cream-50); color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.recap-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #020807; }
.recap-video video { width: 100%; height: 100%; object-fit: cover; }
.recap-video video::cue { background: rgba(7,30,26,.9); color: var(--white); font-family: var(--font-sans); }
.media-badge { position: absolute; top: 16px; left: 16px; z-index: 1; padding: 7px 10px; border-radius: 999px; background: rgba(7,30,26,.8); color: var(--white); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); pointer-events: none; }
.recap-video-copy { padding: 25px 28px 28px; }
.recap-video-copy > span, .recap-photo figcaption span { color: var(--gold-500); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.recap-video-copy h3 { margin: 5px 0 8px; color: var(--green-900); }
.recap-video-copy p { margin: 0; color: var(--muted); font-size: .87rem; }
.recap-photo { position: relative; min-height: 260px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: var(--green-900); }
.recap-photo-atmosphere { grid-column: 8 / 13; }
.recap-photo-dance { grid-column: 8 / 11; }
.recap-photo-program { grid-column: 11 / 13; }
.recap-photo picture, .recap-photo img { width: 100%; height: 100%; }
.recap-photo img { object-fit: cover; transition: transform .55s ease; }
.recap-photo:hover img { transform: scale(1.035); }
.recap-photo-atmosphere img { object-position: center 30%; }
.recap-photo-dance img { object-position: center 48%; }
.recap-photo-program img { object-position: center; }
.recap-photo figcaption { position: absolute; inset: auto 0 0; display: grid; gap: 3px; padding: 50px 20px 18px; background: linear-gradient(transparent, rgba(5,22,19,.9)); color: var(--white); }
.recap-photo figcaption span { color: var(--gold-300); }
.recap-photo figcaption strong { font-size: .88rem; }

.program-section { background: var(--cream-100); }
.program-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: -8px 0 74px; }
.program-highlight { overflow: hidden; border: 1px solid var(--cream-200); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.program-highlight figure { aspect-ratio: 4 / 3; overflow: hidden; background: var(--green-900); }
.program-highlight picture, .program-highlight img { width: 100%; height: 100%; }
.program-highlight img { object-fit: cover; transition: transform .55s ease; }
.program-highlight:hover img { transform: scale(1.025); }
.program-highlight > div { padding: 27px 30px 31px; }
.program-highlight span, .program-plan-label > span { color: var(--gold-500); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.program-highlight h3 { margin: 7px 0 10px; color: var(--green-900); font-size: 1.55rem; }
.program-highlight p { margin: 0; color: var(--muted); font-size: .88rem; }
.program-plan-label { max-width: 900px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; margin: 0 auto 38px; padding-bottom: 20px; border-bottom: 1px solid var(--cream-200); }
.program-plan-label p { margin: 0; color: var(--muted); font-size: .82rem; }
.timeline { max-width: 900px; margin: 0 auto; }
.timeline-item { display: grid; grid-template-columns: 100px 32px 1fr; gap: 24px; min-height: 145px; }
.timeline-item time { padding-top: 2px; color: var(--green-800); font-family: var(--font-serif); font-size: 1.8rem; }
.timeline-marker { position: relative; width: 12px; height: 12px; margin-top: 9px; border: 2px solid var(--gold-500); border-radius: 50%; background: var(--cream-100); }
.timeline-marker::after { position: absolute; top: 14px; left: 3px; width: 2px; height: 106px; background: var(--cream-200); content: ""; }
.timeline-item:last-child .timeline-marker::after { display: none; }
.timeline-item > div { padding-bottom: 40px; }
.timeline-item small { color: var(--gold-500); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.timeline-item h3 { margin: 6px 0 10px; color: var(--green-900); font-size: 1.45rem; }
.timeline-item p { max-width: 570px; margin-bottom: 0; color: var(--muted); }
.timeline-item.featured { margin: 2px -28px 28px; padding: 28px; border-radius: var(--radius-md); background: var(--green-900); color: var(--white); box-shadow: var(--shadow-sm); }
.timeline-item.featured time, .timeline-item.featured h3 { color: var(--white); }
.timeline-item.featured .timeline-marker { background: var(--gold-400); }
.timeline-item.featured .timeline-marker::after { top: 42px; height: 122px; }
.timeline-item.featured p { color: rgba(255,255,255,.68); }

.included-section { position: relative; overflow: hidden; }
.included-section::after { position: absolute; top: -280px; right: -240px; width: 700px; height: 700px; border: 1px solid rgba(198,161,91,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(198,161,91,.03), 0 0 0 160px rgba(198,161,91,.025); content: ""; }
.included-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.included-copy p { max-width: 450px; margin-bottom: 30px; color: rgba(255,255,255,.68); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }
.benefit-grid article { min-height: 230px; padding: 32px; background: var(--green-950); }
.benefit-grid span { color: var(--gold-400); font-family: var(--font-serif); font-size: 1rem; }
.benefit-grid h3 { margin: 34px 0 12px; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }

.buffet-section { overflow: hidden; background: var(--cream-50); }
.buffet-intro { display: grid; grid-template-columns: .94fr 1.06fr; align-items: end; gap: 110px; margin-bottom: 58px; }
.buffet-intro h2 { margin-bottom: 0; }
.buffet-intro .lead { margin-bottom: 16px; }
.buffet-intro > div:last-child > p:last-child { margin-bottom: 3px; color: var(--muted); }
.buffet-gallery { display: grid; grid-template-columns: 1.42fr .88fr; grid-template-rows: repeat(2, minmax(250px, 1fr)); gap: 18px; }
.buffet-photo { position: relative; min-height: 280px; overflow: hidden; border-radius: var(--radius-lg); background: var(--green-900); box-shadow: var(--shadow-sm); }
.buffet-photo-main { grid-row: 1 / 3; min-height: 650px; }
.buffet-photo picture, .buffet-photo img { width: 100%; height: 100%; }
.buffet-photo img { object-fit: cover; transition: transform .55s ease; }
.buffet-photo-main img { object-position: 59% center; }
.buffet-photo:hover img { transform: scale(1.025); }
.buffet-photo figcaption { position: absolute; inset: auto 0 0; display: grid; gap: 3px; padding: 62px 24px 20px; background: linear-gradient(transparent, rgba(7,30,26,.92)); color: var(--white); }
.buffet-photo figcaption span { color: var(--gold-300); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.buffet-photo figcaption strong { font-size: .9rem; }
.menu-archive { margin-top: 24px; overflow: hidden; border: 1px solid var(--cream-200); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.menu-archive > summary { min-height: 112px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 24px 30px; color: var(--green-900); cursor: pointer; list-style: none; }
.menu-archive > summary::-webkit-details-marker { display: none; }
.menu-archive > summary > svg { width: 23px; height: 23px; transition: transform .2s ease; }
.menu-archive[open] > summary > svg { transform: rotate(45deg); }
.menu-archive-year { border-radius: 999px; padding: 7px 11px; background: var(--sage-100); color: var(--green-700); font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.menu-archive-title strong, .menu-archive-title small { display: block; }
.menu-archive-title strong { font-size: 1.1rem; }
.menu-archive-title small { margin-top: 3px; color: var(--muted); font-size: .78rem; font-weight: 500; }
.menu-archive-content { display: grid; grid-template-columns: minmax(320px, .78fr) 1.22fr; gap: 48px; padding: 0 30px 34px; border-top: 1px solid var(--cream-200); }
.menu-card-photo { align-self: start; margin-top: 30px; overflow: hidden; border-radius: var(--radius-md); background: var(--cream-100); }
.menu-card-photo picture, .menu-card-photo img { width: 100%; }
.menu-card-photo img { height: auto; }
.menu-card-photo figcaption { padding: 11px 15px; color: var(--muted); font-size: .72rem; text-align: center; }
.menu-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding-top: 30px; }
.menu-course-stack { display: grid; align-content: start; gap: 32px; }
.menu-course h3 { margin: 0 0 14px; color: var(--green-900); font-family: var(--font-serif); font-size: 1.7rem; font-weight: 400; }
.menu-course ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.menu-course li { padding: 9px 0; border-bottom: 1px solid var(--cream-200); color: var(--muted); font-size: .82rem; line-height: 1.45; }
.menu-note { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 12px; margin: 0; padding: 18px; border-left: 3px solid var(--gold-500); background: var(--cream-100); color: var(--muted); font-size: .78rem; }
.menu-note svg { flex: 0 0 auto; margin-top: 2px; color: var(--gold-500); }
.menu-note strong { color: var(--green-900); }

.team-section { overflow: hidden; background: var(--cream-100); }
.team-intro { display: grid; grid-template-columns: .94fr 1.06fr; gap: 110px; align-items: end; margin-bottom: 58px; }
.team-intro h2 { margin-bottom: 0; }
.team-intro .lead { margin-bottom: 16px; }
.team-intro > div:last-child > p:last-child { margin-bottom: 3px; color: var(--muted); }
.team-gallery { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 24px; }
.team-photo { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--green-900); box-shadow: var(--shadow-sm); }
.team-photo picture, .team-photo img { width: 100%; }
.team-photo img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; }
.team-caption { display: flex; justify-content: flex-end; gap: 10px; margin: 20px 4px 0; color: var(--muted); font-size: .8rem; }
.team-caption span { color: var(--green-800); font-weight: 800; }

.seating-section { background: var(--cream-50); }
.seating-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 100px; }
.seating-visual { position: relative; min-height: 590px; display: grid; gap: 24px; padding: 42px; border: 1px solid var(--cream-200); border-radius: var(--radius-lg); background: var(--cream-100); box-shadow: var(--shadow-sm); }
.mini-stage { display: grid; place-items: center; min-height: 78px; border-radius: 100px 100px 18px 18px; background: var(--green-900); color: var(--white); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mini-floor, .mini-gallery { padding: 22px; border: 1px solid var(--cream-200); border-radius: var(--radius-md); background: var(--white); }
.mini-floor > span, .mini-gallery > span { display: block; margin-bottom: 16px; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mini-tables { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.mini-table { aspect-ratio: 1.8; border: 1px solid var(--sage-300); border-radius: 999px; background: var(--sage-100); }
.mini-gallery .mini-tables { grid-template-columns: repeat(5, 1fr); }
.mini-gallery .mini-table { background: #f3ead5; border-color: var(--gold-300); }
.seating-copy .lead { margin-bottom: 30px; }
.check-list { display: grid; gap: 18px; margin: 0 0 30px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; color: var(--muted); }
.check-list li svg { flex: 0 0 auto; margin-top: 3px; color: var(--green-700); }
.check-list strong { color: var(--green-900); }
.hint-card { display: flex; gap: 14px; padding: 20px; border-left: 3px solid var(--gold-500); background: var(--cream-100); }
.hint-card svg { flex: 0 0 auto; margin-top: 2px; color: var(--gold-500); }
.hint-card p { margin: 0; color: var(--muted); font-size: .86rem; }

.ticket-section { background: var(--sage-100); }
.ticket-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.contact-card { display: grid; gap: 8px; margin-top: 36px; padding-top: 26px; border-top: 1px solid rgba(22,74,65,.16); }
.contact-card > span { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card a { display: flex; align-items: center; gap: 10px; color: var(--green-900); font-weight: 700; text-decoration: none; }
.contact-card svg { color: var(--gold-500); }
.presale-card { margin-top: 28px; padding: 26px; border: 1px solid rgba(22,74,65,.18); border-radius: var(--radius-md); background: var(--cream-50); scroll-margin-top: 110px; }
.presale-card h3 { margin: 12px 0; color: var(--green-900); font-size: 1.4rem; line-height: 1.3; }
.presale-card p { margin: 12px 0 0; color: var(--green-900); line-height: 1.65; }
.presale-card strong { font-weight: 800; }
.checkout-presale-note { margin-top: 20px; padding: 18px 20px; border-left: 3px solid var(--green-700); border-radius: var(--radius-sm); background: var(--sage-100); color: var(--green-900); }
.checkout-presale-note p { margin: 6px 0 0; font-size: .9rem; line-height: 1.6; }
.presale-cta-note { margin: 24px auto 0; color: var(--cream-50); line-height: 1.6; }
.presale-cta-note a { display: inline-block; min-height: 44px; padding: 10px 2px; color: var(--gold-300); text-underline-offset: 4px; }
.price-card { padding: 42px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg); }
.price-card-top { display: flex; justify-content: space-between; gap: 20px; color: var(--green-900); font-weight: 800; }
.status-pill, .live-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 6px 10px; background: #edf7ef; color: var(--success); font-size: .69rem; font-weight: 800; }
.status-pill i, .live-pill i { box-shadow: none; }
.status-pill[data-sales-state="loading"] { background: #fff6dd; color: #745811; }
.status-pill[data-sales-state="loading"] i { background: var(--gold-500); }
.status-pill[data-sales-state="closed"], .status-pill[data-sales-state="soldout"], .status-pill[data-sales-state="error"] { background: #f0eee8; color: #675f54; }
.status-pill[data-sales-state="closed"] i, .status-pill[data-sales-state="soldout"] i, .status-pill[data-sales-state="error"] i { background: #8a8174; }
.ticket-price-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0 14px; }
.ticket-price-option { min-width: 0; padding: 20px; border: 1px solid var(--cream-200); border-radius: var(--radius-md); background: var(--cream-50); }
.ticket-price-option.featured { border-color: rgba(22,74,65,.26); background: var(--sage-100); }
.ticket-price-option > span { display: block; color: var(--green-900); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ticket-price-option p { display: flex; align-items: flex-start; margin: 12px 0 5px; color: var(--green-900); }
.ticket-price-option strong { font-family: var(--font-serif); font-size: 3.8rem; font-weight: 400; line-height: .8; }
.ticket-price-option sup { margin: 3px 0 0 5px; font-size: 1.2rem; font-weight: 800; }
.ticket-price-option small { display: block; min-height: 2.5em; color: var(--muted); font-size: .73rem; line-height: 1.35; }
.price-line { display: flex; align-items: flex-start; margin: 30px 0 4px; color: var(--green-900); }
.price-line strong { font-family: var(--font-serif); font-size: 5.8rem; font-weight: 400; line-height: .85; }
.price-line sup { margin: 7px 0 0 6px; font-size: 1.7rem; }
.price-line span { align-self: flex-end; margin: 0 0 9px 12px; color: var(--muted); font-size: .8rem; }
.price-card > p { color: var(--muted); font-size: .78rem; }
.price-card hr { margin: 30px 0; border: 0; border-top: 1px solid var(--cream-200); }
.price-card ul { display: grid; gap: 14px; margin: 0 0 30px; padding: 0; list-style: none; }
.price-card li { display: flex; align-items: center; gap: 12px; color: var(--muted); }
.price-card li svg { color: var(--green-700); }
.price-card > small { display: block; margin-top: 14px; color: var(--muted); text-align: center; }
.price-card > small a { display: block; min-height: 44px; padding: 10px 0; color: var(--green-900); text-underline-offset: 3px; }
.ticket-memory { display: grid; grid-template-columns: 1.16fr .84fr; min-height: 440px; margin-top: 74px; overflow: hidden; border-radius: var(--radius-lg); background: var(--green-950); color: var(--white); box-shadow: var(--shadow-lg); }
.ticket-memory > figure { position: relative; min-height: 440px; overflow: hidden; }
.ticket-memory picture, .ticket-memory img { width: 100%; height: 100%; }
.ticket-memory img { object-fit: cover; object-position: center 47%; }
.ticket-memory figcaption { position: absolute; bottom: 18px; left: 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: 7px 11px; background: rgba(7,30,26,.74); color: var(--gold-300); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.ticket-memory-copy { align-self: center; padding: 48px; }
.ticket-memory-copy h3 { margin: 18px 0; font-family: var(--font-serif); font-size: clamp(2rem, 3.2vw, 3.4rem); font-weight: 400; letter-spacing: -.035em; }
.ticket-memory-copy > p { color: rgba(255,255,255,.68); }
.ticket-memory-note { display: flex; align-items: flex-start; gap: 11px; margin: 26px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.ticket-memory-note svg { flex: 0 0 auto; margin-top: 2px; color: var(--gold-300); }

.faq-section { background: var(--cream-50); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.accordion details { border-bottom: 1px solid var(--cream-200); }
.accordion summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--green-900); font-size: 1.05rem; font-weight: 750; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary svg { flex: 0 0 auto; transition: transform .2s ease; }
.accordion details[open] summary svg { transform: rotate(45deg); }
.accordion details p { max-width: 650px; padding: 0 40px 26px 0; color: var(--muted); }
.final-cta { padding: 120px 0; text-align: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin: 20px auto 38px; }

.site-footer { padding: 72px 0 24px; background: #071e1a; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .7fr 1fr; gap: 55px; }
.footer-brand { align-self: flex-start; color: var(--white); }
.footer-grid > div > span { display: block; margin-bottom: 16px; color: var(--gold-300); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid strong { display: block; color: var(--white); }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.5); font-size: .82rem; text-decoration: none; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.72); overflow-wrap: anywhere; }
.footer-grid a { display: block; margin-bottom: 7px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .73rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.footer-bottom nav a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-bottom nav a:hover { color: #fff; }

/* Checkout */
.checkout-dialog { width: min(1040px, calc(100% - 32px)); max-height: min(900px, calc(100dvh - 32px)); margin: auto; padding: 0; border: 0; border-radius: var(--radius-lg); background: var(--cream-50); color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.38); }
.checkout-dialog::backdrop { background: rgba(6,24,21,.72); backdrop-filter: blur(6px); }
.checkout-shell { min-height: 690px; display: flex; flex-direction: column; }
.checkout-shell > header { position: sticky; top: 0; z-index: 2; background: var(--cream-50); display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 26px 32px 22px; border-bottom: 1px solid var(--cream-200); }
.checkout-shell > header h2 { margin: 8px 0 0; font-size: 1.55rem; letter-spacing: -.03em; }
.checkout-progress { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0 32px; border-bottom: 1px solid var(--cream-200); background: var(--white); list-style: none; }
.checkout-progress li { min-height: 62px; display: flex; align-items: center; gap: 9px; border-bottom: 2px solid transparent; color: var(--muted); font-size: .78rem; font-weight: 700; }
.checkout-progress i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-100); font-style: normal; }
.checkout-progress li.active { color: var(--green-900); }
.checkout-progress li[aria-current="step"] { border-color: var(--green-800); }
.checkout-progress li.active i { background: var(--green-800); color: var(--white); }
#checkout-form { flex: 1; display: flex; flex-direction: column; }
.checkout-step, .checkout-success { flex: 1; padding: 38px 54px; }
.checkout-step:not(.active) { display: none; }
.checkout-step h3 { margin: 8px 0 8px; color: var(--green-900); font-size: 2rem; }
.checkout-step h3:focus { outline: none; }
.checkout-step > p { margin-bottom: 30px; color: var(--muted); }
.ticket-selector-list { display: grid; gap: 12px; }
.ticket-selector { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 24px; border: 1px solid var(--cream-200); border-radius: var(--radius-md); background: var(--white); }
.child-ticket-selector { border-color: rgba(216,183,92,.5); background: #fffdf6; }
.ticket-selector span, .ticket-selector strong, .ticket-selector small { display: block; }
.ticket-selector span { color: var(--green-900); font-size: 1.08rem; font-weight: 800; }
.ticket-selector strong { margin-top: 5px; font-family: var(--font-serif); font-size: 2rem; font-weight: 400; }
.ticket-selector small { color: var(--muted); }
.quantity-control { display: flex; align-items: center; gap: 18px; }
.quantity-control button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--cream-200); border-radius: 50%; background: var(--cream-50); color: var(--green-900); }
.quantity-control button:disabled { cursor: not-allowed; opacity: .38; }
.quantity-control output { min-width: 30px; color: var(--green-900); font-size: 1.6rem; font-weight: 800; text-align: center; }
.ticket-limit-note { margin: 12px 0 0 !important; color: var(--muted); font-size: .74rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { color: var(--green-900); font-size: .78rem; font-weight: 750; }
label > input:not([type="radio"]):not([type="checkbox"]), label > textarea, label > select { width: 100%; min-height: 48px; display: block; margin-top: 7px; border: 1px solid var(--cream-200); border-radius: var(--radius-sm); background: var(--white); color: var(--ink); padding: 12px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
label > textarea { min-height: 105px; resize: vertical; }
label > input:focus, label > textarea:focus, label > select:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(57,113,101,.12); }
#checkout-form input:not([type="checkbox"]), #checkout-form textarea { font-size: 16px; }
#checkout-form [aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 2px #a63d4026; }
label > small { display: block; margin-top: 6px; color: var(--muted); font-weight: 400; }
.span-2 { grid-column: 1 / -1; }
.area-choice, .payment-choice { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; border: 0; }
.area-choice legend, .payment-choice legend { grid-column: 1 / -1; margin-bottom: 6px; color: var(--green-900); font-size: .78rem; font-weight: 750; }
.area-choice label, .payment-choice label { position: relative; min-height: 112px; display: flex; border: 1px solid var(--cream-200); border-radius: var(--radius-sm); background: var(--white); cursor: pointer; }
.area-choice input, .payment-choice input { position: absolute; opacity: 0; }
.area-choice span, .payment-choice span { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 18px; border: 2px solid transparent; border-radius: var(--radius-sm); }
.area-choice input:checked + span, .payment-choice input:checked + span { border-color: var(--green-700); background: rgba(230,237,227,.5); }
.area-choice input:focus-visible + span, .payment-choice input:focus-visible + span { outline: 3px solid var(--gold-400); outline-offset: 2px; }
.area-choice small, .payment-choice small { margin-top: 5px; color: var(--muted); font-weight: 400; line-height: 1.35; }
.checkout-step[data-step="3"] > label { display: block; margin-top: 22px; }
.checkout-review { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 8px 24px; margin-bottom: 20px; padding: 18px 20px; border-radius: var(--radius-sm); background: var(--cream-100); }
.checkout-review > * { min-width: 0; overflow-wrap: anywhere; }
.checkout-review span { color: var(--muted); }
.checkout-review strong { color: var(--green-900); text-align: right; }
.withdrawal-note { display: grid; gap: 3px; margin: 18px 0; padding: 13px 15px; border-left: 3px solid var(--gold-500); border-radius: 0 10px 10px 0; background: #fff8e4; color: var(--green-900); font-size: .82rem; }
.withdrawal-note span { color: var(--muted); }
.info-note { margin: 18px 0; padding: 15px 18px; border: 1px solid var(--sage-300); border-radius: 12px; background: var(--sage-100); color: var(--green-900); font-size: .9rem; line-height: 1.55; }
.info-note strong { display: block; }
.legal-checkbox a, .stripe-legal-copy a { color: var(--green-800); font-weight: 800; }
.stripe-legal-copy { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.5; text-align: center; }
.payment-method-copy, .reservation-expiry-note { margin: 0 auto; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.reservation-expiry-note { max-width: 560px; }
.payment-choice label { min-height: 78px; }
.payment-choice { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
.payment-choice > p { margin: 0; }
.stripe-checkout { display: grid; width: min(100%, 560px); margin: 22px auto; gap: 14px; text-align: left; }
.stripe-checkout > * { min-width: 0; }
.stripe-checkout .form-error { margin-inline: 0; }
.stripe-checkout .button { width: 100%; }
.payment-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .8rem; text-align: center; }
.payment-divider::before, .payment-divider::after { content: ""; flex: 1; border-top: 1px solid var(--cream-200); }
.payment-choice span { padding: 12px 16px; }
.checkbox-label { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; color: var(--muted); font-weight: 500; }
.checkbox-label input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; accent-color: var(--green-800); }
.checkout-shell form > footer { position: sticky; bottom: 0; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 18px 32px; border-top: 1px solid var(--cream-200); background: var(--white); }
.checkout-total { margin-left: auto; text-align: right; }
.checkout-total span, .checkout-total strong { display: block; }
.checkout-total span { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.checkout-total strong { color: var(--green-900); font-size: 1.2rem; }
.form-error { min-height: 0; margin: 0 54px; color: var(--danger); font-size: .82rem; font-weight: 700; }
.form-error:empty { display: none; }
.form-error:not(:empty) { margin-bottom: 12px; padding: 10px 12px; border-radius: var(--radius-sm); background: #f9e9e8; }
.checkout-success { display: grid; place-items: center; text-align: center; }
.checkout-success > div { width: 100%; min-width: 0; }
.checkout-success p { margin-inline: auto; }
.success-mark { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--sage-100); color: var(--success); }
.success-mark svg { width: 34px; height: 34px; }
.checkout-success h3 { margin: 0 0 10px; color: var(--green-900); font-size: 2rem; }
.checkout-success p { max-width: 560px; color: var(--muted); }
.ticket-codes { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 22px 0; }
.ticket-codes span { padding: 7px 10px; border: 1px dashed var(--sage-500); border-radius: 6px; background: var(--white); color: var(--green-900); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; }
.ticket-grid-demo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.ticket-card-demo { display: grid; grid-template-columns: 104px 1fr; gap: 14px; align-items: center; padding: 13px; border: 1px solid var(--cream-200); border-radius: 14px; background: var(--white); text-align: left; }
.ticket-card-demo img { width: 104px; height: 104px; }
.ticket-card-demo small { display: block; margin-top: 2px; color: var(--muted); font-size: .7rem; }
.ticket-card-demo code { display: block; margin: 5px 0 10px; overflow-wrap: anywhere; color: var(--muted); font-size: .69rem; }
.ticket-downloads { display: flex; flex-wrap: wrap; gap: 6px; }
.checkout-success .ticket-downloads { justify-content: center; margin-block: 20px; gap: 10px; }
.checkout-success .ticket-downloads a { min-height: 44px; font-size: .86rem; padding: 10px 14px; }
.ticket-downloads a { min-height: 36px; display: inline-flex; align-items: center; border: 1px solid var(--sage-300); border-radius: 8px; padding: 6px 9px; color: var(--green-800); font-size: .68rem; font-weight: 800; }
.checkout-success > div > .button { margin: 5px; }

/* Admin */
.admin-app { min-height: 100dvh; background: #f1f3ef; }
.admin-login { min-height: 100dvh; display: grid; grid-template-columns: 1.08fr .92fr; }
.login-panel { min-height: 100dvh; display: flex; flex-direction: column; justify-content: space-between; padding: 58px 7vw; background: linear-gradient(145deg, rgba(11,42,37,.98), rgba(22,74,65,.92)), url("/assets/event-2024/hero-hall-1600.webp") center/cover; color: var(--white); }
.login-panel h1 { margin: 22px 0 24px; font-size: clamp(3rem, 5vw, 5.2rem); }
.login-panel p { max-width: 560px; color: rgba(255,255,255,.66); font-size: 1.08rem; }
.login-card { width: min(440px, calc(100% - 48px)); align-self: center; justify-self: center; padding: 40px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg); }
.login-card h2 { margin: 12px 0 8px; color: var(--green-900); font-size: 2rem; }
.login-card > p { color: var(--muted); }
.login-card label { display: block; margin: 24px 0; }
.login-card .form-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 17px 0 0; font-size: .75rem; }
.login-card .form-note svg { width: 16px; }
.login-card .form-error { margin-inline: 0; }
.admin-shell { min-height: 100dvh; display: grid; grid-template-columns: 248px minmax(0, 1fr); }
.admin-sidebar { position: sticky; top: 0; height: 100dvh; display: flex; flex-direction: column; padding: 28px 18px 18px; background: var(--green-950); color: var(--white); }
.admin-sidebar .brand { margin: 0 10px 42px; }
.brand-light .brand-mark { width: 38px; height: 48px; }
.brand-light .brand-mark img { width: 28px; }
.admin-sidebar nav { display: grid; gap: 6px; }
.admin-sidebar nav button { min-height: 48px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 10px; background: transparent; color: rgba(255,255,255,.57); padding: 0 14px; font-size: .87rem; font-weight: 700; text-align: left; }
.admin-sidebar nav button:hover { background: rgba(255,255,255,.06); color: var(--white); }
.admin-sidebar nav button.active { background: rgba(127,155,119,.18); color: var(--white); }
.admin-sidebar nav svg { color: var(--sage-300); }
.nav-badge { min-width: 24px; margin-left: auto; border-radius: 999px; background: rgba(255,255,255,.12); padding: 1px 7px; color: var(--white); font-size: .68rem; text-align: center; }
.nav-badge.warning { background: rgba(198,161,91,.2); color: var(--gold-300); }
.sidebar-bottom { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.admin-user { flex: 1; min-width: 0; display: flex; align-items: center; gap: 10px; }
.admin-user > span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--sage-500); font-size: .72rem; font-weight: 800; }
.admin-user p { min-width: 0; margin: 0; }
.admin-user strong, .admin-user small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-user strong { font-size: .73rem; }
.admin-user small { color: rgba(255,255,255,.45); font-size: .65rem; }
.admin-main { min-width: 0; }
.admin-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 38px; border-bottom: 1px solid #dde3dc; background: rgba(255,255,255,.8); backdrop-filter: blur(12px); }
.admin-header h1 { margin: 3px 0 0; color: var(--green-900); font-size: 1.8rem; letter-spacing: -.03em; }
.admin-header-actions { display: flex; align-items: center; gap: 12px; }
.admin-content { padding: 34px 38px 60px; }
.admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.admin-toolbar h2 { margin: 0; color: var(--green-900); font-size: 1.35rem; letter-spacing: -.02em; }
.admin-toolbar p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 28px; }
.stat-card { min-width: 0; min-height: 144px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 22px; border: 1px solid #e0e5df; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 3px 12px rgba(11,42,37,.03); }
.stat-card-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .73rem; font-weight: 750; text-transform: uppercase; }
.stat-card-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--sage-100); color: var(--green-700); }
.stat-card strong, .stat-card small { display: block; }
.stat-card strong { color: var(--green-900); font-family: var(--font-serif); font-size: 2.35rem; font-weight: 400; line-height: 1; }
.stat-card small { margin-top: 7px; color: var(--muted); font-size: .7rem; }
.admin-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.admin-card { overflow: hidden; border: 1px solid #e0e5df; border-radius: var(--radius-md); background: var(--white); }
.admin-card-header { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; border-bottom: 1px solid #e8ebe7; }
.admin-card-header h3 { margin: 0; color: var(--green-900); font-size: 1rem; }
.admin-card-header a, .admin-card-header button { color: var(--green-700); font-size: .76rem; font-weight: 750; }
.recent-list { display: grid; }
.recent-row { width: 100%; min-height: 72px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding: 10px 20px; border: 0; border-bottom: 1px solid #eef0ed; background: var(--white); color: inherit; text-align: left; }
.recent-row:hover { background: #fafbf9; }
.recent-row:last-child { border-bottom: 0; }
.guest-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-100); color: var(--green-800); font-size: .7rem; font-weight: 800; }
.recent-row p { margin: 0; }
.recent-row strong, .recent-row small { display: block; }
.recent-row strong { color: var(--green-900); font-size: .82rem; }
.recent-row small { color: var(--muted); font-size: .7rem; }
.recent-row > strong { color: var(--green-900); font-size: .78rem; }
.occupancy-wrap { padding: 20px; }
.occupancy-item { margin-bottom: 24px; }
.occupancy-item:last-child { margin-bottom: 0; }
.occupancy-label { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: .78rem; }
.occupancy-label strong { color: var(--green-900); }
.occupancy-label span { color: var(--muted); }
.progress-bar { height: 8px; overflow: hidden; border-radius: 999px; background: #edf0ec; }
.progress-bar i { display: block; height: 100%; border-radius: inherit; background: var(--green-600); }
.progress-bar.gold i { background: var(--gold-500); }

.filter-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.search-field { position: relative; flex: 1; max-width: 420px; }
.search-field svg { position: absolute; top: 50%; left: 14px; width: 18px; color: var(--muted); transform: translateY(-50%); }
.search-field input, .filter-bar select { min-height: 44px; border: 1px solid #dce2db; border-radius: 9px; background: var(--white); padding: 9px 14px; color: var(--ink); }
.search-field input { width: 100%; padding-left: 42px; }
.data-table-wrap { overflow-x: auto; border: 1px solid #e0e5df; border-radius: var(--radius-md); background: var(--white); }
.data-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.data-table th, .data-table td { padding: 14px 16px; border-bottom: 1px solid #edf0ec; text-align: left; white-space: nowrap; }
.data-table th { background: #f7f8f6; color: var(--muted); font-size: .67rem; letter-spacing: .07em; text-transform: uppercase; }
.data-table tbody tr { cursor: pointer; }
.data-table tbody tr:hover { background: #fafbf9; }
.data-table tbody tr.selected { background: var(--sage-100); }
.data-table td strong, .data-table td small { display: block; }
.data-table td strong { color: var(--green-900); }
.data-table td small { color: var(--muted); }
.table-status { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 4px 9px; background: #edf7ef; color: var(--success); font-size: .68rem; font-weight: 800; }
.table-status.pending { background: #fbf3df; color: var(--warning); }
.table-status.cancelled, .table-status.refunded { background: #f9e9e8; color: var(--danger); }
.table-status.unassigned { background: #f2f0ec; color: var(--muted); }

.integration-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; }
.integration-card { min-width: 0; padding: 18px; border: 1px solid #e0e5df; border-radius: var(--radius-md); background: var(--white); }
.integration-card.live { border-color: #bcd9c3; background: #f6fbf7; }
.integration-card > div:first-child { display: flex; align-items: center; gap: 11px; }
.integration-mark { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: var(--cream-100); color: var(--gold-600); }
.integration-card.live .integration-mark { background: #e4f2e8; color: var(--success); }
.integration-card strong, .integration-card small { display: block; }
.integration-card strong { color: var(--green-900); font-size: .86rem; }
.integration-card small { margin-top: 2px; color: var(--muted); font-size: .67rem; }
.integration-card p { margin: 13px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.5; }
.integration-card details { margin-top: 11px; }
.integration-card summary { cursor: pointer; color: var(--green-700); font-size: .68rem; font-weight: 800; }
.integration-card code { display: block; margin-top: 8px; overflow-wrap: anywhere; color: var(--muted); font-size: .61rem; white-space: normal; }
.ticket-table-wrap { margin-bottom: 22px; }
.ticket-table tbody tr { cursor: default; }
.ticket-actions { display: flex; align-items: center; gap: 6px; }
.ticket-actions > a, .ticket-actions > button, .ticket-actions > details > summary { min-height: 36px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid #d9e1d8; border-radius: 8px; background: var(--white); padding: 6px 9px; color: var(--green-800); font-size: .66rem; font-weight: 800; }
.ticket-actions > button { cursor: pointer; }
.ticket-actions > button svg { width: 14px; height: 14px; }
.ticket-actions details { position: relative; }
.ticket-actions details > div { position: absolute; right: 0; z-index: 5; min-width: 150px; display: grid; gap: 5px; margin-top: 5px; border: 1px solid #d9e1d8; border-radius: 9px; background: var(--white); padding: 8px; box-shadow: var(--shadow-md); }
.ticket-actions details a { padding: 6px; color: var(--green-800); }
.outbox-card { margin-top: 22px; }
.outbox-list { display: grid; }
.outbox-list article { min-height: 64px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 10px 20px; border-bottom: 1px solid #edf0ec; }
.outbox-list article:last-child { border-bottom: 0; }
.outbox-list p { margin: 0; }
.outbox-list strong, .outbox-list small { display: block; }
.outbox-list strong { color: var(--green-900); font-size: .76rem; }
.outbox-list small { margin-top: 3px; color: var(--muted); font-size: .66rem; }
.outbox-list a { color: var(--green-700); font-size: .7rem; font-weight: 800; }
.mail-status { border-radius: 999px; background: #fbf3df; padding: 4px 8px; color: var(--warning); font-size: .62rem; font-weight: 800; }
.mail-status.sent { background: #e5f2e8; color: var(--success); }
.mail-status.failed { background: #f9e9e8; color: var(--danger); }
.empty-outbox { padding: 24px; color: var(--muted); font-size: .76rem; }

.order-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 20px; }
.order-detail { position: sticky; top: 20px; align-self: start; padding: 24px; border: 1px solid #e0e5df; border-radius: var(--radius-md); background: var(--white); }
.order-detail header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid #edf0ec; }
.order-detail header h3 { margin: 3px 0; color: var(--green-900); }
.order-detail header p { margin: 0; color: var(--muted); font-size: .72rem; }
.detail-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.detail-form label.span-2 { grid-column: 1 / -1; }
.detail-form label > input, .detail-form label > textarea, .detail-form label > select { min-height: 41px !important; padding: 9px 11px !important; font-size: .8rem; }
.detail-actions { display: flex; gap: 8px; margin-top: 20px; }
.empty-detail { display: grid; place-items: center; min-height: 360px; color: var(--muted); text-align: center; }
.empty-detail svg { width: 38px; height: 38px; margin-bottom: 10px; color: var(--sage-500); }

.venue-toolbar { align-items: flex-end; }
.venue-toolbar-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.mode-switch { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid #dfe4de; border-radius: 11px; background: #eef1ed; }
.mode-switch button { min-height: 40px; display: inline-flex; align-items: center; gap: 7px; border: 0; border-radius: 8px; background: transparent; padding: 8px 13px; color: var(--muted); font-size: .74rem; font-weight: 800; }
.mode-switch button svg { width: 16px; height: 16px; }
.mode-switch button.active { background: var(--white); color: var(--green-900); box-shadow: 0 2px 8px rgba(11,42,37,.09); }
.mode-switch button:focus-visible, .venue-tabs button:focus-visible, .reservation-card:focus-visible, .seat:focus-visible, .table-label:focus-visible { outline: 3px solid rgba(198,161,91,.5); outline-offset: 2px; }
.venue-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 20px; }
.venue-panel { min-width: 0; padding: 24px; border: 1px solid #e0e5df; border-radius: var(--radius-md); background: var(--white); }
.venue-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.venue-tabs { display: inline-flex; gap: 4px; padding: 4px; border-radius: 10px; background: #eef1ed; }
.venue-tabs button { min-height: 38px; border: 0; border-radius: 7px; background: transparent; padding: 8px 15px; color: var(--muted); font-size: .76rem; font-weight: 750; }
.venue-tabs button.active { background: var(--white); color: var(--green-900); box-shadow: 0 2px 8px rgba(11,42,37,.08); }
.interaction-help { max-width: 340px; color: var(--muted); font-size: .68rem; line-height: 1.4; text-align: right; }
.stage-block { min-height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50% 50% 10px 10px / 80% 80% 10px 10px; background: var(--green-900); color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.table-map { display: grid; grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 18px; }
.venue-table { position: relative; min-height: 150px; display: grid; grid-template-columns: repeat(var(--seat-columns, 5), 1fr); align-content: space-between; gap: 5px; padding: 13px 9px; border: 1px solid #e5e9e4; border-radius: 16px; background: #f8f9f7; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.layout-editing .venue-table { cursor: pointer; border-style: dashed; }
.layout-editing .venue-table:hover, .venue-table.table-selected { border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(198,161,91,.14); }
.table-label { position: absolute; z-index: 2; inset: 50% auto auto 50%; min-width: 76px; border: 0; border-radius: 8px; background: rgba(248,249,247,.92); padding: 5px 8px; color: var(--muted); font-size: .64rem; font-weight: 800; line-height: 1.15; transform: translate(-50%, -50%); }
.table-label small { display: block; margin-top: 2px; color: #909a91; font-size: .56rem; font-weight: 650; }
.layout-editing .table-label { cursor: pointer; background: var(--white); box-shadow: 0 2px 8px rgba(11,42,37,.08); }
.seat { position: relative; z-index: 1; aspect-ratio: 1; min-width: 28px; display: grid; place-items: center; border: 1px solid #cfd8cf; border-radius: 50%; background: var(--white); color: var(--muted); font-size: .57rem; font-weight: 800; transition: transform .13s ease, border-color .13s ease, box-shadow .13s ease; }
.seat:hover { border-color: var(--green-600); }
.seat.assigned { border-color: var(--green-600); background: var(--sage-100); color: var(--green-800); }
.seat.blocked { border-color: #d3cbc1; background: #e9e5df; color: #8d8276; background-image: linear-gradient(45deg, transparent 43%, #b7afa5 45%, #b7afa5 55%, transparent 57%); }
.seat.selected { border-color: var(--gold-500); background: var(--gold-300); color: var(--green-950); box-shadow: 0 0 0 3px rgba(198,161,91,.18); }
.seat.assigned-other { cursor: pointer; opacity: .72; }
.seat.spotlight { z-index: 3; transform: scale(1.14); box-shadow: 0 0 0 4px rgba(30,101,83,.18); }
.venue-dragging .seat.free, .venue-dragging .seat.assigned { cursor: copy; }
.seat.drop-target { z-index: 4; border-color: var(--gold-500); transform: scale(1.22); box-shadow: 0 0 0 6px rgba(198,161,91,.25); }
.drag-source { opacity: .55; }
.venue-side { display: grid; align-content: start; gap: 16px; }
.venue-side-card { padding: 20px; border: 1px solid #e0e5df; border-radius: var(--radius-md); background: var(--white); }
.venue-side-card h3 { margin: 0 0 14px; color: var(--green-900); font-size: 1rem; }
.venue-side-card > p { color: var(--muted); font-size: .78rem; }
.side-card-heading, .active-assignment-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.side-card-heading h3, .active-assignment-head h3 { margin: 2px 0 0; }
.side-card-heading > span { display: grid; place-items: center; min-width: 27px; height: 27px; border-radius: 999px; background: var(--cream-100); color: var(--green-800); font-size: .7rem; font-weight: 800; }
.venue-search { position: relative; display: block; margin: 14px 0 10px; }
.venue-search svg { position: absolute; top: 50%; left: 12px; width: 16px; height: 16px; color: var(--muted); transform: translateY(-50%); }
.venue-search input { width: 100%; min-height: 42px; border: 1px solid #dce2db; border-radius: 9px; padding: 9px 12px 9px 38px; font-size: .76rem; }
.reservation-list { max-height: 310px; display: grid; gap: 6px; overflow-y: auto; padding: 2px; }
.reservation-card { position: relative; width: 100%; min-height: 58px; display: grid; grid-template-columns: 36px minmax(0,1fr) auto 13px; align-items: center; gap: 9px; border: 1px solid transparent; border-radius: 10px; background: #f7f9f6; padding: 8px 9px; color: inherit; text-align: left; }
.reservation-card:hover { border-color: #d9e0d8; background: var(--white); }
.reservation-card.active { border-color: var(--gold-500); background: #fcf8ed; box-shadow: 0 0 0 2px rgba(198,161,91,.12); }
.reservation-card .guest-avatar { width: 34px; height: 34px; }
.reservation-card strong, .reservation-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.reservation-card strong { color: var(--green-900); font-size: .75rem; }
.reservation-card small { margin-top: 2px; color: var(--muted); font-size: .63rem; }
.placement-badge { border-radius: 999px; background: #f7e9d4; padding: 4px 7px; color: #936618; font-size: .59rem; font-weight: 800; }
.placement-badge.complete { background: #e5f2e8; color: var(--success); }
.drag-handle { color: #a8b0a8; font-size: .72rem; font-style: normal; letter-spacing: -3px; }
.empty-list { padding: 16px 4px; color: var(--muted); font-size: .74rem; text-align: center; }
.selection-empty { min-height: 150px; display: grid; place-items: center; align-content: center; text-align: center; }
.selection-empty > svg { width: 30px; height: 30px; margin-bottom: 9px; color: var(--sage-500); }
.selection-empty h3 { margin-bottom: 4px; }
.selection-empty p { max-width: 260px; margin: 0; }
.active-assignment-head { justify-content: flex-start; }
.active-assignment-head .icon-button { margin-left: auto; }
.assigned-seat-list { display: flex; flex-wrap: wrap; gap: 5px; min-height: 26px; }
.assigned-seat-list span { border-radius: 999px; background: var(--sage-100); padding: 4px 8px; color: var(--green-800); font-size: .62rem; font-weight: 750; }
.assigned-seat-list em { color: var(--muted); font-size: .7rem; }
.assignment-actions { display: grid; gap: 8px; }
.text-action { min-height: 34px; border: 0; background: transparent; color: var(--muted); font-size: .7rem; font-weight: 750; }
.text-action:hover { color: var(--green-800); }
.seat-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.seat-legend span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .72rem; }
.seat-dot { width: 15px; height: 15px; border: 1px solid #cfd8cf; border-radius: 50%; background: var(--white); }
.seat-dot.assigned { background: var(--sage-100); border-color: var(--green-600); }
.seat-dot.blocked { background: #e9e5df; }
.seat-dot.selected { background: var(--gold-300); border-color: var(--gold-500); }
.selection-count { display: flex; justify-content: space-between; margin: 12px 0; padding: 12px; border-radius: 8px; background: var(--cream-100); font-size: .78rem; }
.selection-count strong { color: var(--green-900); }
.wish-box { margin: 12px 0; padding: 12px; border-left: 3px solid var(--gold-500); background: #faf7ef; color: var(--muted); font-size: .73rem; }
.table-form { display: grid; gap: 11px; }
.add-table-form { margin-top: 18px; padding-top: 17px; border-top: 1px solid #edf0ec; }
.table-form label { color: var(--green-900); font-size: .68rem; font-weight: 750; }
.table-form input { width: 100%; min-height: 40px; margin-top: 5px; border: 1px solid #dce2db; border-radius: 8px; padding: 8px 10px; color: var(--ink); }
.table-usage { display: flex; gap: 8px; }
.table-usage span { border-radius: 999px; background: #f1f3f0; padding: 5px 9px; color: var(--muted); font-size: .63rem; }
.danger-button { border-color: #e8c9c6 !important; color: var(--danger) !important; }
.table-overview > div { max-height: 220px; display: grid; gap: 5px; overflow-y: auto; }
.table-overview button { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid transparent; border-radius: 8px; background: #f7f9f6; padding: 7px 10px; color: var(--green-900); font-size: .72rem; font-weight: 750; }
.table-overview button small { color: var(--muted); font-size: .62rem; }
.table-overview button:hover, .table-overview button.active { border-color: var(--gold-500); background: #fcf8ed; }
.seat-context-menu { position: fixed; z-index: 5000; width: min(280px, calc(100vw - 16px)); overflow: hidden; border: 1px solid #d9dfd8; border-radius: 11px; background: var(--white); box-shadow: 0 18px 46px rgba(11,42,37,.2); padding: 6px; }
.seat-context-menu[hidden] { display: none; }
.context-menu-title { overflow: hidden; padding: 8px 10px; border-bottom: 1px solid #edf0ec; color: var(--muted); font-size: .64rem; text-overflow: ellipsis; white-space: nowrap; }
.seat-context-menu button { width: 100%; min-height: 40px; display: flex; align-items: center; gap: 9px; border: 0; border-radius: 7px; background: transparent; padding: 8px 10px; color: var(--green-900); font-size: .72rem; font-weight: 750; text-align: left; }
.seat-context-menu button:hover, .seat-context-menu button:focus-visible { background: var(--sage-100); outline: none; }
.seat-context-menu button svg { width: 16px; height: 16px; }
.settings-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.settings-card { padding: 26px; border: 1px solid #e0e5df; border-radius: var(--radius-md); background: var(--white); }
.settings-card h2 { margin: 0 0 5px; color: var(--green-900); font-size: 1.25rem; }
.settings-card > p { color: var(--muted); font-size: .82rem; }
.settings-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 22px; }
.switch-label { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid #edf0ec; }
.switch-label span strong, .switch-label span small { display: block; }
.switch-label span small { color: var(--muted); font-weight: 400; }
.switch-label input { width: 43px; height: 24px; accent-color: var(--green-700); }
.danger-zone { margin-top: 28px; padding-top: 24px; border-top: 1px solid #f0d8d6; }
.danger-zone h3 { color: var(--danger); }

.toast-region { position: fixed; right: 20px; bottom: 20px; z-index: 3000; display: grid; gap: 10px; pointer-events: none; }
.toast { min-width: 280px; max-width: 420px; display: flex; align-items: center; gap: 10px; border-radius: 10px; background: var(--green-950); color: var(--white); padding: 14px 17px; box-shadow: var(--shadow-lg); font-size: .82rem; font-weight: 700; animation: toast-in .24s ease-out both; }
.toast.error { background: var(--danger); }
@keyframes toast-in { from { opacity: 0; transform: translateY(10px); } }

.reveal { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero-content { gap: 45px; }
  .intro-grid, .included-grid, .seating-grid, .ticket-grid, .faq-grid { gap: 60px; }
  .buffet-intro { gap: 60px; }
  .menu-archive-content { grid-template-columns: minmax(280px, .7fr) 1.3fr; gap: 30px; }
  .menu-copy { gap: 24px; }
  .recap-grid { grid-auto-rows: 250px; }
  .recap-video { grid-column: 1 / 13; grid-row: span 2; }
  .recap-photo-atmosphere { grid-column: 1 / 7; }
  .recap-photo-dance { grid-column: 7 / 10; }
  .recap-photo-program { grid-column: 10 / 13; }
  .team-intro { gap: 60px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .admin-grid, .settings-grid { grid-template-columns: 1fr; }
  .venue-layout { grid-template-columns: 1fr; }
  .venue-side { grid-template-columns: 1fr 1fr; }
  .reservation-browser { grid-row: span 2; }
  .table-map { grid-template-columns: repeat(3, minmax(120px, 1fr)); }
  .order-layout { grid-template-columns: 1fr; }
  .order-detail { position: static; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 82px 0; }
  .mobile-menu-button { display: grid; }
  .site-nav { position: absolute; top: 86px; left: 16px; right: 16px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; border-radius: var(--radius-md); background: var(--white); color: var(--green-900); box-shadow: var(--shadow-lg); }
  .site-nav.open { display: flex; }
  .site-nav > a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; }
  .hero { min-height: 1060px; }
  .hero-content { grid-template-columns: 1fr; gap: 44px; padding-top: 142px; }
  .hero-copy { max-width: 680px; }
  .event-card { max-width: 520px; }
  .intro-grid, .included-grid, .seating-grid, .ticket-grid, .faq-grid, .team-intro, .buffet-intro { grid-template-columns: 1fr; }
  .section-heading.centered { margin-bottom: 50px; }
  .recap-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .recap-video { grid-column: 1 / -1; grid-row: auto; }
  .recap-photo-atmosphere { grid-column: 1 / -1; min-height: 430px; }
  .recap-photo-dance, .recap-photo-program { grid-column: auto; min-height: 350px; }
  .program-highlights { margin-bottom: 60px; }
  .team-intro { gap: 26px; margin-bottom: 42px; }
  .team-intro > div:last-child { max-width: 700px; }
  .buffet-intro { gap: 26px; margin-bottom: 42px; }
  .buffet-intro > div:last-child { max-width: 700px; }
  .buffet-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .buffet-photo-main { grid-column: 1 / -1; grid-row: auto; min-height: 580px; }
  .buffet-photo:not(.buffet-photo-main) { min-height: 360px; }
  .menu-archive-content { grid-template-columns: 1fr; }
  .menu-card-photo { width: min(100%, 620px); margin-inline: auto; }
  .ticket-memory { grid-template-columns: 1fr; }
  .ticket-memory > figure { min-height: 480px; }
  .seating-visual { order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .checkout-step, .checkout-success { padding: 32px; }
  .admin-shell { grid-template-columns: 76px minmax(0, 1fr); }
  .admin-sidebar { padding: 20px 10px; }
  .admin-sidebar .brand { justify-content: center; margin: 0 0 34px; }
  .admin-sidebar .brand > span:last-child, .admin-sidebar nav button:not(.active) .nav-badge, .admin-sidebar nav button { font-size: 0; }
  .admin-sidebar nav button { justify-content: center; padding: 0; }
  .admin-sidebar nav svg { width: 22px; height: 22px; }
  .admin-sidebar nav .nav-badge { position: absolute; margin: -28px 0 0 31px; font-size: .6rem; }
  .admin-user p, .sidebar-bottom .icon-button { display: none; }
  .admin-user { justify-content: center; }
  .admin-header { padding: 20px 24px; }
  .admin-content { padding: 26px 24px 50px; }
  .login-panel { padding: 42px; }
  .table-map { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
  .integration-grid { grid-template-columns: 1fr; }
  .venue-toolbar { align-items: stretch; flex-direction: column; }
  .venue-toolbar-actions { justify-content: space-between; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .hero { min-height: 1100px; }
  .hero-content { padding-top: 125px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-bottom { display: none; }
  .event-card { padding: 28px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row > div { display: grid; grid-template-columns: 74px 1fr; align-items: center; gap: 14px; }
  .trust-row span { margin: 0; }
  .timeline-item { grid-template-columns: 64px 20px 1fr; gap: 12px; }
  .timeline-item time { font-size: 1.3rem; }
  .timeline-item.featured { margin-inline: -8px; padding: 20px 12px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; }
  .buffet-gallery { grid-template-columns: 1fr; gap: 14px; }
  .buffet-photo-main, .buffet-photo:not(.buffet-photo-main) { grid-column: 1; min-height: 390px; }
  .buffet-photo-main { min-height: 500px; }
  .menu-archive > summary { grid-template-columns: 1fr auto; gap: 14px; min-height: 98px; padding: 20px; }
  .menu-archive-year { grid-column: 1 / -1; justify-self: start; }
  .menu-archive-content { gap: 20px; padding: 0 20px 24px; }
  .menu-copy { grid-template-columns: 1fr; padding-top: 10px; }
  .menu-note { grid-column: 1; }
  .ticket-memory { margin-top: 52px; }
  .ticket-memory > figure { min-height: 320px; }
  .ticket-memory-copy { padding: 32px 26px; }
  .recap-grid { grid-template-columns: 1fr; gap: 14px; }
  .recap-photo-atmosphere, .recap-photo-dance, .recap-photo-program { grid-column: 1; min-height: 390px; }
  .recap-photo-program { min-height: 310px; }
  .recap-video-copy { padding: 22px; }
  .program-highlights { grid-template-columns: 1fr; gap: 18px; }
  .program-highlight > div { padding: 24px; }
  .program-plan-label { grid-template-columns: 1fr; gap: 7px; }
  .team-gallery { grid-template-columns: 1fr; }
  .team-caption { justify-content: flex-start; flex-wrap: wrap; }
  .seating-visual { min-height: 500px; padding: 20px; }
  .mini-tables { gap: 8px; }
  .price-card { padding: 28px; }
  .price-card-top { align-items: flex-start; flex-direction: column; }
  .ticket-price-options { grid-template-columns: 1fr; }
  .ticket-price-option small { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .checkout-dialog { width: 100%; max-width: 100%; max-height: 100dvh; height: 100dvh; margin: 0; border-radius: 0; }
  .checkout-shell { min-height: 100%; }
  .checkout-shell > header { padding: 18px 20px; }
  .checkout-shell > header h2 { font-size: 1.2rem; }
  .checkout-progress { padding: 0 14px; }
  .checkout-progress li { justify-content: center; font-size: 0; }
  .checkout-progress i { font-size: .78rem; }
  .checkout-step, .checkout-success { padding: 26px 20px; }
  .checkout-review { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .checkout-review span:not(:first-child) { margin-top: 12px; }
  .checkout-review strong { text-align: left; }
  .ticket-grid-demo { grid-template-columns: 1fr; }
  .ticket-card-demo { grid-template-columns: 86px minmax(0, 1fr); }
  .ticket-card-demo img { width: 86px; height: 86px; }
  .ticket-downloads a { min-height: 44px; }
  .ticket-selector { align-items: flex-start; flex-direction: column; padding: 20px; }
  .form-grid, .area-choice, .payment-choice { grid-template-columns: 1fr; }
  .area-choice legend, .payment-choice legend { grid-column: 1; }
  .span-2 { grid-column: auto; }
  .area-choice label { min-height: 84px; }
  .checkout-shell form > footer { padding: 14px 16px max(14px, env(safe-area-inset-bottom)); flex-wrap: wrap; }
  .checkout-shell form > footer > .button-primary { flex: 1; padding-inline: 14px; }
  .checkout-total { order: -1; width: 100%; text-align: left; }
  .form-error { margin-inline: 20px; }
  .admin-login { grid-template-columns: 1fr; }
  .login-panel { min-height: 46dvh; padding: 28px 24px; }
  .login-panel h1 { font-size: 2.6rem; }
  .login-panel .text-link { display: none; }
  .login-card { margin: -30px auto 30px; padding: 28px; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: fixed; top: auto; bottom: 0; left: 0; right: 0; z-index: 100; width: 100%; height: 70px; display: block; padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); }
  .admin-sidebar > .brand, .sidebar-bottom { display: none; }
  .admin-sidebar nav { grid-template-columns: repeat(5, 1fr); gap: 2px; }
  .admin-sidebar nav button, .admin-sidebar nav button:not(.active) { min-height: 54px; display: flex; flex-direction: column; gap: 3px; font-size: .58rem; }
  .admin-sidebar nav svg { width: 19px; height: 19px; }
  .admin-sidebar nav .nav-badge { display: none; }
  .admin-main { padding-bottom: 78px; }
  .admin-header { align-items: flex-start; padding: 16px; }
  .admin-header-actions .live-pill { display: none; }
  .admin-content { padding: 20px 16px 40px; }
  .ticket-actions > a, .ticket-actions > button, .ticket-actions > details > summary { min-height: 44px; }
  .outbox-list article { grid-template-columns: 1fr; align-items: start; }
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .stat-card { min-height: 122px; padding: 16px; }
  .stat-card-top { gap: 5px; font-size: .61rem; }
  .stat-card-icon { width: 32px; height: 32px; flex: 0 0 auto; }
  .stat-card strong { font-size: 1.55rem; }
  .venue-side { grid-template-columns: 1fr; }
  .reservation-browser { grid-row: auto; }
  .table-map { grid-template-columns: 1fr 1fr; gap: 10px; }
  .venue-panel { padding: 14px; }
  .venue-panel-head { align-items: stretch; flex-direction: column; }
  .interaction-help { max-width: none; text-align: left; }
  .mode-switch { width: 100%; }
  .mode-switch button { flex: 1; justify-content: center; }
  .venue-toolbar-actions .live-pill { display: none; }
  .venue-table { min-height: 130px; padding: 9px 6px; }
  .seat { min-width: 23px; }
  .filter-bar { align-items: stretch; flex-direction: column; }
  .search-field { max-width: none; }
  .settings-form, .detail-form { grid-template-columns: 1fr; }
  .detail-form label.span-2 { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
