:root{--bg:#080808;--surface:#111;--gold:#d4af37;--gold-light:#f0c05a;--purple:#6f2c91;--text:#f8f8f8;--muted:#d1d1d1;--border:rgba(212,175,55,.2);--success:#438f69;--danger:#c6535b;--font:'Poppins',sans-serif}
*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{max-width:100%;height:auto}a{color:var(--gold);text-decoration:none;transition:color .2s ease,background-color .2s ease,transform .2s ease}a:hover{color:var(--gold-light)}h1,h2,h3,h4,h5,h6{color:var(--text);font-family:var(--font);font-weight:600;line-height:1.2}h1{margin:0 0 2rem;font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.6rem,3vw,2.25rem)}p{color:var(--muted)}svg{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;top:1rem;left:1rem;z-index:10000;padding:1rem;background:#fff;color:#000}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:15px 8px 0;pointer-events:none}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;min-height:136px;padding:8px 24px;border-radius:24px;background:rgba(0,0,0,0);box-shadow:0 1px 5px rgba(0,0,0,.1);backdrop-filter:blur(16px);transition:background-color .25s ease,box-shadow .25s ease,min-height .25s ease,transform .3s ease;pointer-events:auto}.site-header.is-hidden .header-inner{transform:translateY(-170px)}.site-header.is-scrolled .header-inner{min-height:88px;background:rgba(5,5,5,.88);box-shadow:0 8px 28px rgba(0,0,0,.25)}.site-logo{display:block;flex:0 0 auto}.site-logo img{display:block;width:120px;height:120px;object-fit:contain;transition:width .25s ease,height .25s ease,transform .3s ease}.site-logo:hover img{transform:scale(1.05)}.site-header.is-scrolled .site-logo img{width:72px;height:72px}.desktop-navigation{position:relative;display:flex;flex:1;justify-content:center}.primary-menu,.mobile-menu,.footer-menu{list-style:none;margin:0;padding:0}.primary-menu{display:flex;align-items:center;justify-content:center;gap:24px;width:100%;padding-left:24px;padding-right:190px}.primary-menu>.menu-item>a{position:relative;display:block;padding:8px 0;color:#fff;font-size:16px;font-weight:600;letter-spacing:.5px;white-space:nowrap}.primary-menu>.menu-item:not(.menu-item-ticket)>a:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.primary-menu>.menu-item:not(.menu-item-ticket)>a:hover:after,.primary-menu>.current-menu-item:not(.menu-item-ticket)>a:after{transform:scaleX(1)}.primary-menu>.menu-item>a:hover{color:#facc15}.primary-menu .sub-menu{position:absolute;list-style:none;padding:10px 0;background:#0a0a0a;border-radius:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.primary-menu .sub-menu a{display:block;padding:8px 18px;color:#fff}.primary-menu>.menu-item-ticket{position:absolute;right:0;margin-left:0}.menu-item-ticket>a{padding:11px 25px!important;border-radius:999px;background:linear-gradient(120deg,var(--gold-light),var(--gold));color:#080808!important;font-weight:700!important}.menu-item-ticket>a:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(212,175,55,.22)}.menu-toggle{display:none;width:44px;height:44px;padding:10px;border:0;background:transparent;color:#fff}.menu-toggle span{display:block;width:26px;height:2px;margin:5px 0;background:currentColor;transition:transform .25s ease,opacity .2s ease}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-7px) rotate(-45deg)}.mobile-navigation{position:fixed;inset:0;z-index:900;display:grid;place-items:center;padding:120px 24px 40px;background:rgba(5,5,5,.98)}.mobile-navigation[hidden]{display:none}.mobile-menu{text-align:center}.mobile-menu a{display:inline-block;padding:8px;color:#fff;font-size:clamp(1.25rem,6vw,2rem);font-weight:600}.mobile-menu .menu-item-ticket{position:static;margin-top:24px}.mobile-menu .menu-item-ticket>a{padding:11px 25px;font-size:1rem}.site-main{min-height:65vh;padding:190px 24px 96px;background:linear-gradient(to bottom,#080808 0,#080808 160px,#fff 160px,#fff 100%);color:#222}.content-container{width:100%;max-width:1200px;margin:0 auto}.content-narrow{max-width:850px}.site-main h1,.site-main h2,.site-main h3,.site-main h4,.site-main h5,.site-main h6{color:#171717}.site-main p{color:#4b4b4b}.page-content>*:first-child{margin-top:0}.page-content>*:last-child{margin-bottom:0}.featured-image{display:block;margin:0 0 2rem}.content-card{padding:24px 0;border-bottom:1px solid #ddd}.content-card h2{margin:.25rem 0}.content-card h2 a{color:#171717}.content-card .eyebrow{font-size:.8rem;color:#777}.button,.site-main .btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-block;padding:.75rem 1.25rem!important;border:0!important;border-radius:999px!important;background:linear-gradient(120deg,var(--gold-light),var(--gold))!important;color:#080808!important;font-family:var(--font)!important;font-size:.9rem!important;font-weight:700!important}.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0!important}.show-card{float:none!important;width:auto!important;margin:0!important;overflow:hidden;border:1px solid #ddd;background:#fff}.show-poster{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:#eee}.show-poster img{width:100%;height:100%;object-fit:cover}.show-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.35),transparent 45%)}.show-date-badge{position:absolute;left:12px;bottom:12px;padding:6px 9px;background:#080808;color:#fff;font-size:.72rem}.show-body{padding:20px}.show-meta{display:flex;gap:12px;color:#666;font-size:.75rem}.show-meta span{display:flex;align-items:center;gap:5px}.show-card h2{margin:12px 0;font-size:1.35rem}.show-card h2 a{color:#171717}.show-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-from{font-weight:600;color:#333}.woocommerce div.product .product_title{color:#171717}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#7b5c08}.woocommerce input.input-text,.woocommerce textarea,.woocommerce select{min-height:44px;border:1px solid #bbb;background:#fff;color:#222}.woocommerce table.shop_table{border-color:#ccc}.woocommerce-info,.woocommerce-message{background:#f5f5f5;color:#222}.site-footer{padding:64px 16px 32px;background:rgba(5,5,5,.96);color:var(--text)}.footer-container{max-width:1184px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}.footer-identity{display:flex;flex-direction:column;align-items:flex-start}.footer-logo img{display:block;width:96px;height:96px;margin-bottom:12px;object-fit:contain}.footer-identity p{max-width:350px;margin:0;color:#d1d5db}.footer-navigation{text-align:center}.site-footer h2{margin:0 0 16px;color:#fff;font-size:1.25rem}.footer-menu li{margin:7px 0}.footer-menu a{color:#d1d5db}.footer-menu a:hover{color:#facc15}.footer-menu .menu-item-ticket>a{padding:0!important;background:none;color:#d1d5db!important;font-weight:400!important}.footer-contact{display:flex;flex-direction:column;align-items:flex-end}.social-links{display:flex;gap:12px}.social-links a{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff}.social-links a:hover{background:rgba(255,255,255,.2);color:#fff}.social-links svg{width:20px;height:20px}.footer-contact address{margin-top:24px;color:#9ca3af;font-size:.875rem;font-style:normal;line-height:1.65;text-align:right}.footer-contact address a:first-of-type{color:#facc15}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:48px;padding-top:24px;border-top:1px solid var(--border);text-align:center}.footer-bottom p,.footer-bottom a{margin:0;color:#6b7280;font-size:.875rem}.footer-bottom a:hover{color:#facc15}.footer-widgets{margin-top:32px}
@media(max-width:1050px){.site-header{padding-top:10px}.header-inner{min-height:76px;padding:8px 16px;border-radius:16px}.site-logo img,.site-header.is-scrolled .site-logo img{width:60px;height:60px}.desktop-navigation{display:none}.menu-toggle{display:block}.site-main{padding-top:130px}.footer-grid{gap:32px}}
@media(max-width:767px){.site-main{padding:120px 18px 64px}.footer-grid{grid-template-columns:1fr;gap:32px;text-align:center}.footer-identity,.footer-contact{align-items:center}.footer-contact address{text-align:center}.footer-navigation{text-align:center}.footer-logo img{width:80px;height:80px}.products{grid-template-columns:1fr}.footer-bottom{margin-top:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
