:root {
    --wine: #651d2b;
    --wine-dark: #3d0e18;
    --wine-soft: #8c3446;
    --gold: #d3aa5f;
    --gold-light: #f1ddb0;
    --ink: #201b19;
    --muted: #6e625d;
    --cream: #f8f2e8;
    --paper: #fffdf9;
    --line: rgba(74, 44, 35, .14);
    --shadow: 0 24px 60px rgba(53, 23, 21, .14);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--wine-dark); border-radius: 8px; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 253, 249, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold-light); background: var(--wine); border: 1px solid rgba(211, 170, 95, .55); border-radius: 50% 50% 44% 44%; font: 700 24px/1 Georgia, serif; box-shadow: inset 0 0 0 4px rgba(255,255,255,.08); }
.brand-logo { width: 58px; height: 58px; max-width: 58px; max-height: 58px; flex: 0 0 58px; object-fit: contain; background: white; border-radius: 50%; }
.brand strong, .brand small { display: block; }
.brand strong { font: 700 18px/1.15 Georgia, "Times New Roman", serif; letter-spacing: .02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #493d38; font-size: 14px; font-weight: 650; text-decoration: none; }
.main-nav a:hover { color: var(--wine); }
.main-nav .nav-cta { padding: 11px 20px; color: white; background: var(--wine); border-radius: 999px; }
.main-nav .nav-cta:hover { color: white; background: var(--wine-dark); }
.menu-button { display: none; padding: 8px; background: none; border: 0; }
.menu-button span:not(.sr-only) { width: 24px; height: 2px; display: block; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 88px 0 98px; background: linear-gradient(135deg, #fbf6ed 0%, #f4e9dc 54%, #ead7c7 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(rgba(101,29,43,.17) .7px, transparent .7px); background-size: 8px 8px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 12px; color: var(--wine-soft); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(48px, 6vw, 78px); line-height: .98; }
h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; }
h3 { margin-bottom: 8px; font-size: 19px; line-height: 1.25; }
.hero-intro { max-width: 610px; margin: 0; color: #5d504a; font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border-radius: 999px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--wine); box-shadow: 0 14px 28px rgba(101,29,43,.22); }
.button-primary:hover { background: var(--wine-dark); box-shadow: 0 17px 32px rgba(61,14,24,.27); }
.text-link { color: var(--wine); font-weight: 750; text-decoration: none; }
.text-link span { margin-left: 6px; transition: margin .2s ease; }
.text-link:hover span { margin-left: 11px; }
.hero-features { display: flex; flex-wrap: wrap; gap: 16px 26px; margin: 32px 0 0; padding: 0; color: #5f534c; font-size: 13px; list-style: none; }
.hero-features span { color: var(--wine); font-weight: 900; }

.stage-card { position: relative; min-height: 520px; overflow: hidden; background: radial-gradient(circle at 50% 30%, #f0d294 0, #9e674c 25%, #35151b 68%); border: 8px solid rgba(255,255,255,.38); border-radius: 160px 160px 28px 28px; box-shadow: var(--shadow); isolation: isolate; }
.stage-light { position: absolute; z-index: -1; top: 0; left: 50%; width: 60%; height: 76%; transform: translateX(-50%); background: linear-gradient(to bottom, rgba(255,240,186,.82), transparent); clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%); filter: blur(6px); }
.curtain { position: absolute; z-index: 2; top: -4%; width: 52%; height: 94%; background: repeating-linear-gradient(90deg, #49101b 0 18%, #7b2435 29%, #3a0b15 46%); box-shadow: inset -18px 0 30px rgba(0,0,0,.25); }
.curtain::after { content: ""; position: absolute; bottom: -25px; width: 100%; height: 80px; background: inherit; border-radius: 50%; }
.curtain-left { left: -32%; transform: rotate(5deg); }
.curtain-right { right: -32%; transform: scaleX(-1) rotate(5deg); }
.stage-content { position: absolute; z-index: 3; inset: 29% 18% auto; color: #fff5da; text-align: center; text-shadow: 0 3px 18px rgba(0,0,0,.55); }
.stage-content span { display: block; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.stage-content strong { display: block; font: 500 clamp(70px, 9vw, 112px)/1 Georgia, serif; }
.stage-content p { margin: 8px 0 0; font-family: Georgia, serif; font-style: italic; }
.stage-floor { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; height: 29%; background: repeating-linear-gradient(96deg, #4a2921 0 4px, #6e4634 5px 28px); clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.hero-glow-one { top: -150px; right: 10%; width: 380px; height: 380px; background: rgba(211,170,95,.18); }
.hero-glow-two { bottom: -250px; left: -100px; width: 480px; height: 480px; background: rgba(101,29,43,.07); }

.section { padding: 96px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.section-heading.compact { margin-bottom: 42px; }
.performances-section { background: var(--paper); }
.empty-program { display: flex; align-items: center; gap: 22px; padding: 30px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.empty-program p { margin: 0; color: var(--muted); }
.empty-program h3 { margin-bottom: 5px; font: 600 24px/1.2 Georgia, serif; }
.empty-icon { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; color: var(--gold); background: var(--wine); border-radius: 50%; font-size: 23px; }
.status-pill { margin-left: auto; padding: 8px 14px; color: var(--wine); background: #ead7cf; border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.performances-grid { display: grid; gap: 18px; }
.performance-card { display: grid; grid-template-columns: 90px minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 25px 28px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.performance-card.has-poster { grid-template-columns: 105px 90px minmax(0,1fr) auto; }
.performance-poster { width: 105px; height: 145px; object-fit: cover; border-radius: 14px; box-shadow: 0 10px 24px rgba(53,23,21,.16); }
.performance-date { width: 74px; min-height: 82px; display: grid; place-content: center; color: white; background: var(--wine); border-radius: 18px; text-align: center; }
.performance-date span { font: 500 34px/1 Georgia, serif; }
.performance-date strong { margin-top: 5px; color: var(--gold-light); font-size: 11px; letter-spacing: .15em; }
.performance-content h3 { margin-bottom: 7px; font: 600 25px/1.2 Georgia, serif; }
.performance-content p { margin: 3px 0; color: var(--muted); }
.performance-content .performance-kicker { color: var(--wine-soft); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.performance-action { min-width: 230px; display: flex; align-items: flex-end; flex-direction: column; gap: 12px; }
.availability { color: #067647; font-size: 13px; font-weight: 750; }
.availability.sold-out { color: #b42318; }
.button-disabled { min-height: 44px; padding-inline: 18px; color: #776b66; background: #e8e0d7; cursor: default; }
.button-disabled:hover { transform: none; }

.steps-section { color: white; background: var(--wine-dark); }
.steps-section .eyebrow { color: var(--gold); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); list-style: none; overflow: hidden; }
.steps-grid li { min-height: 255px; padding: 34px; background: var(--wine-dark); }
.steps-grid h3 { margin-top: 34px; color: #fff8eb; font: 500 25px/1.2 Georgia, serif; }
.steps-grid p { margin: 0; color: rgba(255,255,255,.68); }
.step-number { color: var(--gold); font-size: 13px; font-weight: 850; letter-spacing: .14em; }

.info-section { background: #f4ece2; }
.info-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; }
.info-lead { max-width: 420px; color: var(--muted); font-size: 18px; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.info-grid article { display: flex; gap: 15px; padding: 21px; background: rgba(255,255,255,.68); border: 1px solid rgba(101,29,43,.09); border-radius: 16px; }
.info-grid article > span { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; color: var(--wine); background: #eeddd3; border-radius: 50%; font-weight: 850; }
.info-grid h3 { margin: 1px 0 4px; font-size: 15px; }
.info-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 34px 0; color: rgba(255,255,255,.72); background: #1c1112; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand strong { color: white; }
.footer-brand small { color: rgba(255,255,255,.55); }
.footer-brand .brand-logo { width: 52px; height: 52px; max-width:52px; max-height:52px; flex-basis:52px; }
.footer-inner p { margin: 0; font-size: 13px; }

@media (max-width: 900px) {
    .hero-layout, .info-layout { grid-template-columns: 1fr; }
    .hero-layout { gap: 55px; }
    .stage-card { width: min(100%, 560px); min-height: 500px; margin-inline: auto; }
    .info-layout { gap: 40px; }
    .section-heading { align-items: start; flex-direction: column; }
    .main-nav { position: absolute; top: 82px; right: 20px; left: 20px; display: none; align-items: stretch; padding: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; flex-direction: column; }
    .main-nav a { padding: 9px 10px; }
    .main-nav .nav-cta { text-align: center; }
    .menu-button { display: block; cursor: pointer; }
    .performance-card { grid-template-columns: 80px 1fr; }
    .performance-card.has-poster { grid-template-columns: 105px 80px 1fr; }
    .performance-action { grid-column: 2; min-width: 0; align-items: flex-start; }
    .performance-card.has-poster .performance-action { grid-column: 3; }
}

@media (max-width: 680px) {
    .shell { width: min(100% - 28px, 1160px); }
    .hero { padding: 64px 0 72px; }
    h1 { font-size: clamp(44px, 14vw, 62px); }
    .hero-actions, .hero-features, .footer-inner { align-items: flex-start; flex-direction: column; }
    .hero-actions { gap: 18px; }
    .stage-card { min-height: 410px; border-radius: 110px 110px 24px 24px; }
    .section { padding: 72px 0; }
    .empty-program { align-items: flex-start; flex-wrap: wrap; }
    .status-pill { margin-left: 80px; }
    .performance-card { grid-template-columns: 1fr; padding: 22px; }
    .performance-card.has-poster { grid-template-columns: 1fr; }
    .performance-poster { width: 100%; height: min(120vw, 460px); }
    .performance-action { grid-column: 1; }
    .performance-card.has-poster .performance-action { grid-column: 1; }
    .steps-grid, .info-grid { grid-template-columns: 1fr; }
    .steps-grid { gap: 1px; }
    .steps-grid li { min-height: 210px; }
    .footer-inner { gap: 22px; }
    .brand-logo { width: 48px; height: 48px; max-width:48px; max-height:48px; flex-basis:48px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}
