@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');
:root{--ink:#f4efe5;--muted:#c8bfb1;--gold:#c9a466;--red:#7d2c27;--black:#100f0d;--panel:#1b1815;--line:rgba(201,164,102,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:17px;line-height:1.65}a{color:inherit}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:.75rem clamp(1.2rem,4vw,4.5rem);background:rgba(16,15,13,.92);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:700;letter-spacing:.04em}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}.site-header nav{display:flex;gap:2rem}.site-header nav a{text-decoration:none;font-size:.9rem;text-transform:uppercase;letter-spacing:.11em}.site-header nav a:hover,.text-link:hover,.social a:hover{color:var(--gold)}.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:2px;color:var(--ink);padding:.5rem .75rem}.hero{min-height:82vh;display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch}.hero-image{background:linear-gradient(90deg,transparent 65%,var(--black)),linear-gradient(0deg,rgba(16,15,13,.25),rgba(16,15,13,.05)),url('hero-hall.jpg') center/cover no-repeat}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,7rem) clamp(1.5rem,5vw,6rem) clamp(3rem,7vw,7rem) 1rem}.eyebrow,.format{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:600}.hero h1,.intro h2,.section-heading h2,.contact h2{font-family:'Cormorant Garamond',serif;line-height:.98;margin:.4rem 0 1.5rem}.hero h1{font-size:clamp(3.2rem,6vw,6.5rem);max-width:11ch}.hero-content>p:not(.eyebrow){max-width:40rem;color:var(--muted);font-size:1.1rem}.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.7rem 1.2rem;background:var(--gold);color:#15110c;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700;border:1px solid var(--gold)}.button:hover{background:#dfbd82}.button.secondary{background:transparent;color:var(--ink)}.intro,.shows,.contact{padding:clamp(4.5rem,9vw,9rem) clamp(1.2rem,7vw,8rem)}.intro{max-width:1100px;margin:auto;text-align:center}.intro h2,.section-heading h2,.contact h2{font-size:clamp(2.6rem,5vw,5rem)}.intro>p:last-child{max-width:850px;margin:0 auto;color:var(--muted);font-size:1.08rem}.shows{background:#151310}.section-heading{text-align:center;margin-bottom:4rem}.show-card{border:1px solid var(--line);background:var(--panel);overflow:hidden}.show-card.featured{display:grid;grid-template-columns:minmax(270px,.72fr) 1.28fr;max-width:1100px;margin:0 auto 2rem}.poster{background:#0b0a09;overflow:hidden}.poster img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.show-card:hover .poster img{transform:scale(1.025)}.show-copy{padding:clamp(1.5rem,4vw,3.5rem)}.show-copy h3{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin:.35rem 0 1.2rem}.show-copy p:not(.format),.show-copy li{color:var(--muted)}.show-copy ul{padding-left:1.2rem}.text-link{display:inline-block;margin-top:1rem;color:var(--gold);text-decoration:none}.show-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;max-width:1100px;margin:auto}.show-grid .show-card{display:grid;grid-template-columns:42% 58%;min-height:390px}.show-grid .show-copy{padding:2rem}.show-grid .show-copy h3{font-size:2.25rem}.contact{display:grid;grid-template-columns:1.35fr .65fr;gap:4rem;align-items:center;max-width:1200px;margin:auto}.contact h2{margin-bottom:1rem}.contact p:not(.eyebrow){color:var(--muted)}.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.mail-link{color:var(--gold);font-size:.9rem}footer{padding:2.5rem clamp(1.2rem,7vw,8rem);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;color:var(--muted);font-size:.85rem}footer>div:first-child{display:flex;align-items:center;gap:.75rem;color:var(--ink);font-family:'Cormorant Garamond',serif;font-size:1.15rem}footer img{width:42px;height:42px;border-radius:50%}.social{display:flex;gap:1.5rem}.social a{text-decoration:none}footer p{grid-column:1/-1;margin:0}
.contact{grid-template-columns:.82fr 1.18fr;gap:clamp(3rem,7vw,7rem);align-items:start}.contact-intro address{display:flex;flex-direction:column;gap:.25rem;margin:2rem 0;font-style:normal}.contact-intro address span{color:var(--muted)}.contact-intro address a{color:var(--gold);text-decoration:none}.contact-form{display:grid;gap:1.05rem;padding:clamp(1.4rem,3vw,2.5rem);border:1px solid var(--line);background:var(--panel)}.form-row{display:grid;gap:.35rem}.form-row label{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.form-row input,.form-row textarea{width:100%;border:1px solid #4a453d;border-radius:0;background:#100f0d;color:var(--ink);font:inherit;padding:.8rem .9rem}.form-row textarea{resize:vertical;min-height:150px}.form-row input:focus,.form-row textarea:focus{outline:2px solid var(--gold);outline-offset:2px}.contact-form .button{justify-self:start;cursor:pointer}.form-notice{margin:0;font-size:.78rem}.form-honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.thanks-page{min-height:70vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:min(760px,calc(100% - 2.4rem));margin:auto}.thanks-page h1{margin:.3rem 0 1rem;font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,7vw,6rem);line-height:1}.thanks-page>p:not(.eyebrow){color:var(--muted);margin:0 0 2rem}
@media(max-width:850px){body{font-size:16px}.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;background:#100f0d;padding:1.5rem;flex-direction:column;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.menu-toggle{display:block}.hero{min-height:auto;grid-template-columns:1fr}.hero-image{min-height:55vh;background:linear-gradient(0deg,var(--black),transparent 45%),url('hero-hall.jpg') center/cover no-repeat}.hero-content{padding:2rem 1.2rem 4rem}.hero h1{font-size:3.4rem}.show-card.featured,.show-grid .show-card{grid-template-columns:1fr}.show-grid{grid-template-columns:1fr}.show-card .poster{max-height:560px}.contact{grid-template-columns:1fr;gap:2rem}footer{grid-template-columns:1fr}.social{flex-wrap:wrap}}
.legal-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.legal-links a{color:inherit;text-decoration:underline;text-underline-offset:.2em}.legal-page{padding:7rem clamp(1.25rem,5vw,5rem) 4rem;max-width:900px;margin:0 auto}.legal-page h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,7vw,5rem);line-height:1;margin:.4rem 0 2rem}.legal-page h2{font-family:'Cormorant Garamond',serif;font-size:2rem;margin:2.5rem 0 .75rem;color:var(--gold)}.legal-page p,.legal-page li{line-height:1.75;color:var(--muted)}.legal-page a{color:var(--gold)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.poster img{transition:none}}
.cookie-banner{position:fixed;z-index:100;right:1.2rem;bottom:1.2rem;left:1.2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:980px;margin:auto;padding:1.25rem 1.4rem;border:1px solid var(--gold);background:#1b1815;box-shadow:0 12px 50px rgba(0,0,0,.55)}.cookie-banner h2{margin:0 0 .25rem;font-family:'Cormorant Garamond',serif;font-size:1.7rem;color:var(--ink)}.cookie-banner p{max-width:650px;margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}.cookie-banner a{color:var(--gold)}.cookie-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-actions .button{cursor:pointer}.cookie-settings{grid-column:1/-1;justify-self:start;padding:0;border:0;background:none;color:var(--muted);font:inherit;font-size:.8rem;text-decoration:underline;text-underline-offset:.2em;cursor:pointer}.cookie-settings:hover{color:var(--gold)}
@media(max-width:700px){.cookie-banner{align-items:stretch;flex-direction:column;gap:1rem}.cookie-actions{width:100%}.cookie-actions .button{flex:1}}
.contact-form button:disabled{cursor:wait;opacity:.68}.form-error{margin:0;padding:.85rem 1rem;border-left:4px solid #b33a32;background:#2a1412;color:#ffd9d4}.form-error a{color:inherit;font-weight:700}
