/* /style.css */
@font-face{font-family:Spooky;src:url('/assets/spooky-warp-display-complete.woff2') format('woff2');font-display:swap}
:root{--orange:#ff6f00;--peach:#fa9f74;--green:#7ac122;--purple:#ba96e0;--deep-purple:#8f40c5;--u:calc(min(100vw,1920px)/1920);color-scheme:dark;font-family:Arial,Helvetica,sans-serif;background:#000;color:#fff;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;max-width:1920px;margin-inline:auto;overflow-x:clip}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button,a,input,textarea,summary{outline-offset:6px}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--purple)}button{border:0;background:none;color:inherit;padding:0}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}h1,h2,h3,p{margin:0}p{font-size:max(16px,calc(24*var(--u)));line-height:1.22;font-weight:400}h3{font-size:max(17px,calc(30*var(--u)));line-height:1.35;font-weight:400}button:disabled{opacity:.4;cursor:default}[hidden]{display:none!important}.skip-link{position:fixed;z-index:100;top:10px;left:10px;transform:translateY(-180%);padding:16px;background:var(--orange);color:black}.skip-link:focus{transform:none}
.scene{position:relative;height:calc(var(--h)*var(--u));isolation:isolate}.placed{position:absolute;left:calc(var(--x)*var(--u));top:calc(var(--y)*var(--u));width:calc(var(--w)*var(--u))}.artwork{line-height:0}.site-header{position:absolute;top:0;left:max(0px,calc((100vw - 1920px)/2));width:min(100%,1920px);z-index:10;display:flex;align-items:flex-start;justify-content:space-between;padding:calc(30*var(--u)) calc(48*var(--u)) 0}.brand{width:calc(165*var(--u));transition:transform .4s}.brand:hover{transform:rotate(-6deg)}.site-header nav{display:flex;align-items:center;gap:calc(76*var(--u));padding-top:calc(34*var(--u))}.site-header nav a{font-size:max(14px,calc(24*var(--u)));line-height:1.3;position:relative;padding-bottom:8px;transition:color .25s}.site-header nav a:after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .3s}.site-header nav a:hover,.site-header nav a.active{color:var(--orange)}.site-header nav a:hover:after,.site-header nav a.active:after{transform:scaleX(1)}
.hero{overflow:hidden}.hero-art{transform-origin:50% 35%;will-change:transform;animation:hero-arrive 1.5s cubic-bezier(.2,.7,.2,1) both}@keyframes hero-arrive{from{opacity:0;transform:translateY(25px) scale(.975);filter:blur(5px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.intro-lead{font-size:max(18px,calc(30*var(--u)));margin-bottom:calc(14*var(--u))}.intro-actions{display:flex;gap:calc(46*var(--u))}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;height:calc(74*var(--u));width:calc(264*var(--u));padding:10px 15px;font-size:max(14px,calc(24*var(--u)));line-height:1.1;text-align:center;position:relative;overflow:hidden;transition:background-color .25s,color .25s,transform .3s;white-space:nowrap}.button:hover{transform:translateY(-3px)}.button:active{transform:translateY(0) scale(.98)}.button-orange{background:var(--orange);color:white}.button-orange:hover{background:#ff922f}.button-outline{border:1px solid var(--orange);color:white}.button-outline:hover{background:var(--orange)}.button-purple{background:var(--purple);color:white}.button-purple:hover{background:#cbb0eb}.button.placed{position:absolute}.intro-building{transform-origin:center bottom;transition:filter .5s}
.reveal{opacity:1}.motion-ready .reveal:not(.revealed){opacity:0;transform:translateY(22px)}.reveal{transition:opacity .8s cubic-bezier(.2,.65,.3,1),transform 1s cubic-bezier(.2,.65,.3,1)}.reveal.revealed{opacity:1;transform:translateY(0)}.date-tab{transition:transform .5s cubic-bezier(.22,1,.36,1),filter .4s;transform-origin:center 70%;border-radius:20%}.date-tab img{transition:filter .35s}.date-tab[aria-selected=false]:hover{transform:translateY(-10px) rotate(-3deg);filter:brightness(1.6)}.date-tab[aria-selected=true]:hover{transform:translateY(-8px) rotate(2deg)}.date-tab[aria-selected=true]{filter:drop-shadow(0 0 22px #7bc12312)}.date-tab.tab-pop{animation:tab-pop .55s cubic-bezier(.2,.65,.3,1)}@keyframes tab-pop{0%{transform:scale(1)}45%{transform:scale(1.07) rotate(-3deg)}100%{transform:scale(1)}}.event-panel:focus-visible{outline:none}.event-photo{overflow:hidden}.event-photo img{width:100%;height:100%;object-fit:contain}.event-date,.event-tagline{color:var(--purple)}.event-tagline{font-size:max(19px,calc(30*var(--u)));line-height:1.2}.event-heading #event-heading-text{font-family:Spooky,Arial,sans-serif;font-size:calc(112*var(--u));line-height:1.05;color:var(--purple)}.event-more{height:calc(74*var(--u))}.event-panel.is-changing .event-photo,.event-panel.is-changing .event-date,.event-panel.is-changing .event-heading,.event-panel.is-changing .event-tagline,.event-panel.is-changing .event-description{animation:panel-in .48s both}@keyframes panel-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.gallery{overflow:hidden;touch-action:pan-y}.gallery-image{display:block;width:100%;height:100%;overflow:hidden}.gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,.65,.3,1),opacity .3s}.gallery-image:hover img{transform:scale(1.018)}.gallery-image img.detail{object-fit:cover;transform:scale(1.3)}.gallery-image:hover img.detail{transform:scale(1.33)}.gallery-image img.changing{animation:photo-in .6s both}@keyframes photo-in{from{opacity:.1;filter:blur(4px)}to{opacity:1;filter:blur(0)}}.gallery-arrow{position:absolute;top:50%;width:48px;height:64px;display:grid;place-content:center;font-size:46px;line-height:1;background:#0009;opacity:0;transform:translateY(-50%);transition:opacity .2s,background .2s}.gallery-prev{left:12px}.gallery-next{right:12px}.gallery:hover .gallery-arrow,.gallery:focus-within .gallery-arrow{opacity:1}.gallery-arrow:hover{background:var(--deep-purple)}.photo-caption h3{margin-bottom:0}.gallery-dots{display:flex;justify-content:center;gap:0}.gallery-dots button{width:calc(36*var(--u));min-width:24px;height:32px;display:grid;place-items:center}.gallery-dots button:after{content:'';width:calc(13*var(--u));height:calc(13*var(--u));min-width:7px;min-height:7px;background:var(--deep-purple);border-radius:50%;opacity:.45;transition:transform .3s,opacity .3s}.gallery-dots button[aria-current=true]:after{opacity:1;transform:scale(1.12)}.gallery-dots button:hover:after{opacity:1}
.venue-photo{display:block;transition:filter .4s,transform .5s}.venue-photo:hover{filter:brightness(1.12)}.image-action{position:absolute;bottom:12%;left:24px;display:block;padding:10px 16px;background:var(--orange);color:#000;font-size:14px;font-weight:600;opacity:0;transform:translateY(8px);transition:opacity .3s,transform .3s}.venue-photo:hover .image-action,.venue-photo:focus-visible .image-action,.venue-maps:hover .image-action,.venue-maps:focus-visible .image-action{opacity:1;transform:none}.venue-info h3{color:var(--peach);margin-bottom:calc(17*var(--u))}.venue-maps{display:block}.venue-maps .image-action{left:50%;bottom:0;transform:translate(-50%,8px)}.venue-maps:hover .image-action,.venue-maps:focus-visible .image-action{transform:translate(-50%,0)}.party-date{display:flex;gap:calc(130*var(--u));font-size:max(16px,calc(24*var(--u)))}.ticket h3{color:#a9d552;margin-bottom:calc(13*var(--u))}.ticket{margin-bottom:calc(33*var(--u))}.ticket:first-child{margin-bottom:calc(53*var(--u))}.ticket p{line-height:1.2}.packages-title{margin-bottom:calc(49*var(--u))}.package h3{color:#4fa600;margin-bottom:calc(13*var(--u))}.package{margin-bottom:calc(38*var(--u))}.package p{line-height:1.2}.alcohol-note{margin-top:calc(135*var(--u))}.party-poster{transition:transform .6s,filter .4s}.party-poster:hover{transform:rotate(1.5deg);filter:brightness(1.15)}.faqs{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(58*var(--u))}.faqs details summary{font-size:max(17px,calc(30*var(--u)));line-height:1.35;color:var(--purple);list-style:none;cursor:pointer;margin-bottom:calc(16*var(--u));transition:color .25s}.faqs summary::-webkit-details-marker{display:none}.faqs summary:hover{color:white}.faqs details div{animation:faq-open .3s ease-out}@keyframes faq-open{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.faqs details:not([open]) summary{opacity:.75}
.contact-copy p+p{margin-top:calc(27*var(--u))}.field{position:relative;min-height:calc(112.35*var(--u));padding-bottom:calc(28*var(--u))}.field label{position:absolute;left:0;top:0;color:var(--peach);font-size:max(17px,calc(30*var(--u)));pointer-events:none;transition:transform .25s,font-size .25s}.field input,.field textarea{display:block;color:#fff;width:100%;font-size:max(16px,calc(27*var(--u)));min-height:44px;height:calc(65*var(--u));background:transparent;border:0;border-bottom:1px solid #777;resize:none;border-radius:0;padding:calc(20*var(--u)) 0 3px;outline:none}.field textarea{overflow:auto}.field:focus-within label,.field.filled label{font-size:12px;transform:translateY(-10px);color:var(--orange)}.field:focus-within input,.field:focus-within textarea{border-bottom-color:var(--orange)}.contact-form>.button{margin-top:calc(55*var(--u))}.form-status{font-size:14px;line-height:1.35;margin-top:12px;color:var(--peach);max-width:550px}.contact-skeleton{transform-origin:center bottom}.contact-phone{transform-origin:center bottom;transition:transform .5s}.contact-phone:hover{transform:rotate(-1.5deg)}.contact-phone.ringing{animation:phone-ring .6s ease-in-out}@keyframes phone-ring{0%,100%{transform:none}20%,60%{transform:rotate(-2deg)}40%,80%{transform:rotate(2deg)}}.contact:has(.contact-phone:hover) .contact-skeleton{animation:skeleton-rock .8s ease-in-out infinite alternate}@keyframes skeleton-rock{from{transform:rotate(0)}to{transform:rotate(-3deg)}}
.footer{background:var(--purple);color:black}.footer-brand{transition:transform .4s}.footer-brand:hover{transform:rotate(-6deg)}.footer-meta{border-top:1px solid #5e4572;padding-top:calc(18*var(--u));display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;font-size:max(12px,calc(18*var(--u)));line-height:1.35}.footer-meta span:last-child{text-align:right}.footer-meta a{width:fit-content}.footer-meta a:hover{text-decoration:underline}.footer-art{transition:transform .7s}.footer-art:hover{transform:translateY(-6px)}
dialog{color:#fff;border:1px solid #45404c;background:#0a0a0a;overscroll-behavior:contain;padding:0}dialog::backdrop{background:#000d;backdrop-filter:blur(10px)}dialog[open]{animation:dialog-in .3s cubic-bezier(.2,.7,.3,1)}@keyframes dialog-in{from{opacity:0;transform:translateY(15px) scale(.985)}to{opacity:1;transform:none}}body.modal-open{overflow:hidden}.detail-dialog{width:min(650px,calc(100% - 32px));max-height:85dvh;padding:48px}.dialog-close{font-size:32px;width:44px;height:44px;display:grid;place-content:center;line-height:1}.detail-dialog>.dialog-close{position:absolute;right:12px;top:12px}.dialog-close:hover{color:var(--orange)}.detail-dialog h2{font-family:Spooky,Arial,sans-serif;font-size:48px;line-height:1.1;color:var(--purple);margin-bottom:22px}.detail-dialog p{font-size:17px;line-height:1.5;margin-bottom:16px}.detail-dialog .detail-date{color:var(--purple)}.detail-dialog .button{width:auto;height:auto;min-height:44px;margin-top:12px;font-size:15px}.detail-dialog ul{padding-left:22px;line-height:1.8;font-size:17px}.image-dialog{width:min(1600px,96vw);max-width:96vw;height:92dvh;max-height:92dvh;overflow:hidden}.image-dialog[open]{display:flex;flex-direction:column}.image-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 18px;border-bottom:1px solid #333;flex:none}.image-toolbar p{font-size:16px}.image-toolbar>div{display:flex;align-items:center;gap:8px}.image-toolbar button{font-size:22px;width:44px;height:44px}.image-toolbar #zoom-reset{width:62px;font-size:14px}.image-toolbar button:hover{background:#242027}.image-viewport{position:relative;overflow:hidden;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;touch-action:none;cursor:grab}.image-viewport:active{cursor:grabbing}.image-viewport img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transform-origin:center;user-select:none;-webkit-user-drag:none}.image-help{text-align:center;font-size:13px;color:#b5adb9;padding:12px;flex:none}
@media(min-width:901px){.hero-art{max-width:none}.event-photo{height:calc(var(--asset-h)*var(--u))}.gallery{height:calc(var(--asset-h)*var(--u))}}
@media(max-width:1100px) and (min-width:901px){.special-packages p,.ticket p,.faqs p{font-size:14px}.ticket h3,.package h3,.packages-title,.faqs summary{font-size:16px}.intro-actions{gap:14px}.button{padding-inline:10px}.event-tagline{font-size:18px}.footer-meta{font-size:11px}}
@media(max-width:900px){
:root{--u:calc(100vw/1920)}body{width:100%}.scene{height:auto;position:relative;padding:70px 24px}.placed{position:relative;left:auto;top:auto;width:auto}.artwork img{width:100%}.site-header{position:absolute;align-items:center;padding:18px 24px}.brand{width:56px}.site-header nav{gap:18px;padding:0}.site-header nav a{font-size:12px;padding:10px 0}.hero{height:auto;padding:0 0 44px;min-height:280px}.hero-art.placed{position:relative;width:80%;left:10%;margin-top:0}.intro{padding-top:35px;display:grid;grid-template-columns:1fr;gap:24px}.intro .artwork{width:90%}.intro-copy{width:100%}.intro-copy p{font-size:16px;line-height:1.45}.intro-copy .intro-lead{font-size:19px;margin-bottom:10px}.desktop-break{display:none}.intro-actions{display:flex;gap:15px;margin-top:0}.button{width:auto;min-width:145px;height:46px;font-size:14px;padding:12px 16px}.intro-building.placed{width:68%;justify-self:end;margin-top:15px}.whats-on{padding-top:55px;padding-bottom:90px}.whats-on>.artwork{width:100%;margin-bottom:38px}.date-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:38px;align-items:center}.date-tab.placed{width:100%;position:relative}.date-tab[aria-selected=false]:hover{transform:translateY(-4px)}.event-panel{display:grid;grid-template-columns:1fr;gap:0}.event-photo{width:100%;max-height:none;margin-bottom:28px;aspect-ratio:840/772}.event-photo img{height:100%;object-fit:contain}.event-date{font-size:16px;margin-bottom:15px}.event-date p{font-size:15px;line-height:1.3}.event-heading{width:95%;margin-left:-3%;margin-bottom:12px}.event-heading #event-heading-text{font-size:clamp(34px,8vw,64px)}.event-tagline{font-size:20px;line-height:1.3;margin-bottom:20px}.event-description{font-size:16px;line-height:1.45;max-width:550px;margin-bottom:24px}.event-more.button.placed{position:relative;justify-self:start;width:150px;height:46px}.photo-spots{padding-top:0;padding-bottom:90px}.photo-spots>.artwork{width:76%;margin-bottom:34px}.gallery{width:100%;aspect-ratio:1.94}.gallery-arrow{width:32px;height:44px;font-size:32px;opacity:.7}.gallery-prev{left:0}.gallery-next{right:0}.photo-caption{margin-top:13px}.photo-caption h3{font-size:18px}.photo-caption p{font-size:14px;line-height:1.4}.gallery-dots{margin:14px auto 0;width:130px}.gallery-dots button{width:32px;height:32px}.gallery-dots button:after{width:8px;height:8px}.visit{padding-top:0;padding-bottom:90px;display:grid;grid-template-columns:1fr;gap:0}.visit>.artwork{width:80%;margin-bottom:32px}.venue-photo{width:100%;margin:0}.venue-photo[data-asset=statue-square-photo]{grid-row:2}.venue-one{grid-row:3}.venue-photo[data-asset=chater-road-photo]{grid-row:4}.venue-two{grid-row:5}.venue-info{margin:14px 0 30px}.venue-info h3{font-size:18px;margin-bottom:8px}.venue-info p{font-size:15px;line-height:1.45}.venue-maps{margin-top:12px;width:100%;grid-row:6}.image-action{font-size:12px;left:12px;padding:8px 10px}.venue-maps .image-action{position:relative;display:table;opacity:1;transform:none!important;left:auto;bottom:auto;margin:14px auto 0}.party{padding-top:0;padding-bottom:85px;display:grid;grid-template-columns:1fr;gap:0}.party>.artwork{width:100%;margin-bottom:30px}.party-date{font-size:16px;gap:50px;margin-bottom:20px}.ticket-prices{margin-bottom:24px}.ticket{margin-bottom:24px}.ticket:first-child{margin-bottom:24px}.ticket h3,.package h3{font-size:19px;margin-bottom:7px}.ticket p,.package p{font-size:16px;line-height:1.4}.special-packages{margin-bottom:28px}.packages-title{font-size:17px;margin-bottom:22px}.package{margin-bottom:24px}.alcohol-note{margin-top:22px;font-size:14px}.party-poster{width:75%;margin-inline:auto}.faq{padding-top:0;padding-bottom:80px}.faq>.artwork{width:65%;margin-bottom:35px}.faqs{display:block}.faqs details{padding:17px 0;border-bottom:1px solid #423449}.faqs details:first-child{border-top:1px solid #423449}.faqs summary{font-size:18px!important;margin:0!important;padding-right:25px;position:relative}.faqs summary:after{content:'+';position:absolute;right:3px;top:0}.faqs details[open] summary:after{content:'−'}.faqs details p{font-size:16px;line-height:1.45;margin:12px 0 4px}.contact{padding-top:0;padding-bottom:55px;display:grid;grid-template-columns:1fr 1fr;gap:0}.contact>.artwork{grid-column:1/-1;width:90%;margin-bottom:30px}.contact-copy{grid-column:1/-1}.contact-copy p{font-size:16px;line-height:1.45}.contact-copy p+p{margin-top:15px}.contact-form{grid-column:1/-1;width:100%;margin-top:36px}.field{min-height:76px;padding-bottom:22px}.field label{font-size:18px;top:0}.field input,.field textarea{height:48px;font-size:17px;padding:19px 0 5px}.contact-form>.button{margin-top:8px}.contact-skeleton.placed{grid-column:1;width:85%;align-self:end;justify-self:end;margin-top:35px}.contact-phone.placed{grid-column:2;width:83%;justify-self:end;margin-top:35px}.footer{padding:32px 24px 40px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.footer-brand{width:68px}.organisers.placed{width:170px;max-width:100%;align-self:end;justify-self:end}.footer-meta{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:10px 20px;padding-top:14px;font-size:12px}.footer-meta span:last-child{text-align:left;font-size:11px}.footer-art{grid-column:1/-1;width:100%;margin-top:16px}.detail-dialog{padding:48px 24px 24px}.detail-dialog h2{font-size:36px}.image-toolbar{padding:5px 8px;gap:4px}.image-toolbar p{font-size:13px}.image-toolbar>div{gap:0}.image-toolbar button{width:36px;height:44px}.image-toolbar #zoom-reset{width:50px}.image-dialog{height:85dvh}.image-help{font-size:12px}
}
@media(max-width:400px){.site-header{padding-inline:16px}.site-header nav{gap:11px}.site-header nav a{font-size:11px}.scene{padding-inline:20px}.hero{padding-inline:0}.date-tabs{gap:8px}.intro-actions{gap:10px}.button{min-width:130px}.organisers.placed{width:150px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.motion-ready .reveal:not(.revealed){opacity:1;transform:none}.hero-art{transform:none!important}.date-tab:hover,.contact-phone:hover,.party-poster:hover,.footer-art:hover{transform:none}}

.date-tab[data-event=family][aria-selected=false] img{filter:brightness(.60)}
.date-tab:not([data-event=family])[aria-selected=true] img{filter:brightness(1.67)}
.hero-art{transition:translate .8s cubic-bezier(.2,.7,.3,1)}
.family-bat{pointer-events:none;transform-origin:50% 50%}.whats-on:hover .family-bat{animation:bat-hover 4s ease-in-out infinite}@keyframes bat-hover{0%,100%{transform:translate(0,0) rotate(0)}50%{transform:translate(4px,-6px) rotate(-4deg)}}
@media(max-width:900px){.family-bat.placed{display:none}.event-panel{position:relative}.event-heading{margin-left:-3%;margin-top:0}}
@media(min-width:901px){.event-heading #event-heading-text{font-size:calc(78*var(--u));line-height:1.1}.event-panel[data-event=party] .event-heading #event-heading-text{font-size:calc(65*var(--u))}.site-header{padding-left:calc(44.5*var(--u));padding-top:calc(29.5*var(--u))}.brand{width:calc(170*var(--u))}}
@media(prefers-reduced-motion:reduce){.hero-art{translate:0 0!important}.family-bat{animation:none!important}}

/* The exploration layers are fixed and leave every designed position intact. */
.image-toolbar{flex-wrap:wrap}.image-toolbar>div{flex-shrink:0}
@media(max-width:600px){.image-toolbar>p{flex:1;min-width:100px}}
.gallery-image{position:relative}.content-previous-image{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:1;pointer-events:none}.content-status{position:fixed;left:24px;bottom:94px;max-width:320px;padding:12px 18px;background:#100c12;border:1px solid var(--orange);color:var(--peach);font:14px/1.4 Arial,sans-serif;z-index:1030}.content-status[hidden]{display:none}
.torch-darkness{position:fixed;inset:0;z-index:1000;pointer-events:none;--torch-x:50vw;--torch-y:43vh;--torch-radius:440px;--torch-shade:.09;--torch-ambient:.818;--torch-core:24%;--torch-mid:46.75%;--torch-soft:69.5%;--torch-edge:93.16%;background:radial-gradient(circle var(--torch-radius) at var(--torch-x) var(--torch-y),rgb(255 180 100 / .018) 0%,transparent 66%),radial-gradient(circle var(--torch-radius) at var(--torch-x) var(--torch-y),rgb(0 0 0 / var(--torch-shade)) 0%,rgb(0 0 0 / var(--torch-shade)) var(--torch-core),rgb(0 0 0 / .24) var(--torch-mid),rgb(0 0 0 / .44) var(--torch-soft),rgb(0 0 0 / .67) var(--torch-edge),rgb(0 0 0 / var(--torch-ambient)) 115%);contain:strict}
.torch-controls{position:fixed;right:24px;bottom:max(24px,env(safe-area-inset-bottom));z-index:1020;display:flex;align-items:center;gap:0;padding:6px;background:#111014f2;color:#f5e9dd;border:1px solid #665044;box-shadow:0 4px 30px #0008;border-radius:999px;font-family:Arial,Helvetica,sans-serif;max-width:calc(100vw - 32px);isolation:isolate}
.torch-strength{display:flex;align-items:center;gap:2px;padding:0 8px 0 12px}.torch-strength label{font-size:13px;letter-spacing:.02em;margin-right:8px}.torch-controls button{min-width:36px;height:40px;border-radius:50%;font-size:20px;color:var(--peach);transition:color .2s,background-color .2s}.torch-controls button:hover{background:#36251f;color:#fff}.torch-controls button:focus-visible,.torch-controls input:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.torch-controls button:disabled{opacity:.35;cursor:default}.torch-strength input{appearance:none;-webkit-appearance:none;width:86px;height:36px;margin:0 2px;background:transparent;cursor:pointer;--range-fill:57.78%}.torch-strength input::-webkit-slider-runnable-track{height:3px;border-radius:2px;background:linear-gradient(to right,var(--orange) 0 var(--range-fill),#514047 var(--range-fill) 100%)}.torch-strength input::-moz-range-track{height:3px;border-radius:2px;background:#514047}.torch-strength input::-moz-range-progress{height:3px;background:var(--orange)}.torch-strength input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:13px;height:13px;border:0;border-radius:50%;background:var(--peach);margin-top:-5px;box-shadow:0 0 10px #ff6f0040}.torch-strength input::-moz-range-thumb{width:13px;height:13px;border:0;border-radius:50%;background:var(--peach)}.torch-controls .torch-toggle{min-width:91px;border-radius:999px;padding:0 16px;background:var(--orange);color:#090604;font-size:13px;white-space:nowrap}.torch-controls .torch-toggle:hover{background:var(--peach);color:#090604}.torch-controls.torch-off{border-color:#514047}.torch-controls.torch-off .torch-toggle{background:var(--purple)}.torch-hint{position:fixed;z-index:1010;left:28px;bottom:max(42px,calc(env(safe-area-inset-bottom) + 18px));color:#e7cdb9;font-family:Arial,Helvetica,sans-serif;font-size:13px;letter-spacing:.02em;line-height:1.4;pointer-events:none;transition:opacity 1s,transform 1s;background:#0009;border-radius:20px;padding:6px 12px}.torch-hint.dismissed{opacity:0;transform:translateY(6px)}.touch-torch-hint{display:none}.torch-mode .skip-link:focus{z-index:1030}.bat-flight-layer{position:fixed;inset:0;z-index:990;overflow:hidden;pointer-events:none;mix-blend-mode:screen;contain:layout style;opacity:1}.modal-open .torch-controls,.modal-open .torch-hint,.modal-open .bat-flight-layer{visibility:hidden}
@media(pointer:coarse){.desktop-torch-hint{display:none}.touch-torch-hint{display:inline}}
@media(max-width:700px){.torch-controls{right:16px;bottom:max(16px,env(safe-area-inset-bottom));padding:4px}.torch-strength{padding-left:9px;padding-right:5px}.torch-strength label{font-size:12px;margin-right:4px}.torch-strength input{width:66px}.torch-controls button{min-width:32px;height:40px}.torch-controls .torch-toggle{min-width:84px;padding:0 13px;font-size:12px}.torch-hint{left:auto;right:18px;bottom:max(80px,calc(env(safe-area-inset-bottom) + 64px));font-size:12px;max-width:calc(100vw - 36px)}.footer{padding-bottom:108px}}
@media(prefers-reduced-motion:reduce){.bat-flight-layer{display:none}.torch-hint{transition:none}}
@media print{.torch-darkness,.torch-controls,.torch-hint,.bat-flight-layer{display:none!important}}

.torch-strength label,.torch-controls .torch-toggle{font-size:14px}
@media(max-width:700px){.torch-strength label,.torch-controls .torch-toggle{font-size:13px}}


/* /motion/motion.css */
/* Motion operates inside the measured artwork boxes; resting geometry stays exact. */
.motion-ready [data-motion-title].reveal{opacity:1;transform:none;transition:none}
.motion-ready .footer-art:hover{transform:none}
.title-motion-surface{position:relative;display:block;width:100%;transform-origin:25% 70%;will-change:transform,opacity}
.title-motion-surface>img{width:100%;height:auto;display:block}
.motion-piece{position:absolute;left:var(--piece-x);top:var(--piece-y);width:var(--piece-width);height:var(--piece-height);display:block;z-index:2;transform-origin:var(--pivot-x,50%) var(--pivot-y,65%);pointer-events:auto}
.motion-piece img{width:100%;height:100%;object-fit:contain;user-select:none;-webkit-user-drag:none;pointer-events:none}
.motion-piece[data-kind=record]{cursor:default}
.illustration-surface{position:relative;display:block;width:100%}.illustration-surface>img{width:100%;height:auto}
.motion-piece.is-reacting{z-index:3}
.motion-ready .intro-building,.motion-ready .contact-skeleton{transition:opacity .8s,transform 1s}
.motion-ready .contact:has(.contact-phone:hover) .contact-skeleton{animation:none}
.motion-ready .whats-on:hover .family-bat{animation:none}
.motion-ready .contact-phone:hover{transform:none}
.bat-flight-layer{mix-blend-mode:normal;isolation:isolate}
.natural-bat{position:absolute;left:0;top:0;display:block;width:var(--bat-size,100px);height:calc(var(--bat-size,100px)*.739);will-change:transform,opacity;pointer-events:none}
.natural-bat svg{display:block;width:100%;height:100%;overflow:visible}
.natural-bat .bat-rig{transform-box:view-box;transform-origin:50% 50%}
.motion-ready .date-tab[aria-selected]:hover{transition:filter .3s;transform:none}
.motion-ready .date-tab img{transform-origin:50% 75%;transition:filter .35s}
.motion-ready .family-bat{pointer-events:auto;cursor:default}
.contact-phone>img{transform-origin:50% 95%}
.title-hover-surface{display:inline-block;transform-origin:50% 60%;vertical-align:top}
.title-hover-art{display:block;width:100%;line-height:0;position:relative}
.title-hover-art>img{display:block;width:100%;height:auto}
.event-heading .title-hover-surface{font:inherit;line-height:0}
.natural-bat{height:calc(var(--bat-size,100px)*.818)}
.map-surface{position:relative;width:100%;isolation:isolate}
.map-open{display:block;width:100%;text-align:inherit;cursor:zoom-in}
.map-open>img{width:100%;height:auto}
.venue-pumpkin{position:absolute;left:var(--pumpkin-x);top:var(--pumpkin-y);width:var(--pumpkin-width);height:var(--pumpkin-height);display:block;pointer-events:none;transform-origin:50% 75%;z-index:2}
.venue-pumpkin-shape{display:block;width:100%;height:100%;background:#fff;-webkit-mask-image:var(--pumpkin-mask);mask-image:var(--pumpkin-mask);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:100% 100%;mask-size:100% 100%;transition:background-color .38s ease,filter .4s}
.venue-photo.pumpkin-awake .venue-pumpkin-shape,.venue-photo:hover .venue-pumpkin-shape,.venue-photo:focus-visible .venue-pumpkin-shape{background:var(--orange);filter:none}
.venue-photo:has(.venue-pumpkin):hover{filter:none}
.motion-piece.pointer-aware>img{transform:translate(var(--glance-x,0%),var(--glance-y,0%)) rotate(var(--glance-angle,0deg));transition:transform .4s cubic-bezier(.22,1,.36,1)}
.image-viewport img.camera-moving{transition:transform .85s cubic-bezier(.22,1,.36,1)}
.image-viewport:focus-visible{outline:1px solid #ba96e088;outline-offset:-3px}
.venue-maps:focus-within .image-action{opacity:1;transform:translate(-50%,0)}
@media(prefers-reduced-motion:reduce){.title-motion-surface,.motion-piece,.illustration-surface{transform:none!important;translate:none!important;rotate:none!important;opacity:1!important;clip-path:none!important}.natural-bat{display:none}.title-motion-surface{will-change:auto}}
.family-title-art{position:relative;display:block;width:100%}.family-title-art>img{display:block;width:100%;height:auto}.family-title-art[hidden]{display:none}
.venue-maps .map-enlarge{opacity:1}.venue-maps .map-open{cursor:pointer}
@media(prefers-reduced-motion:reduce){.title-hover-surface,.venue-pumpkin,.motion-piece.pointer-aware>img{transform:none!important;transition:none!important}.venue-pumpkin-shape,.image-viewport img.camera-moving{transition:none}}

.hero-art{transition:filter .5s;transform-origin:50% 60%}.hero-art.hero-awake{filter:none}
@media(prefers-reduced-motion:reduce){.hero-art{rotate:none!important;scale:none!important;filter:none!important}}

.hero-art{animation-fill-mode:backwards}.venue-maps .map-enlarge{transform:translate(-50%,0)}

/* Give the map's lower caption its own clear space before the action. */
.venue-maps .map-enlarge,.venue-maps:hover .map-enlarge,.venue-maps:focus-within .map-enlarge{position:relative;display:table;left:auto;top:auto;bottom:auto;transform:none!important;margin:24px auto 0;padding:12px 26px;min-height:48px;font:24px/1.1 Spooky,Arial,sans-serif;opacity:1}
@media(min-width:901px){.visit.scene{height:calc(var(--h)*var(--u) + 92px)}}
@media(max-width:900px){.venue-maps .map-enlarge{margin-top:24px}}

.motion-piece.beam-aware>img{filter:brightness(calc(1 + var(--beam-glow,0)*.12));transition:filter .4s ease,transform .4s cubic-bezier(.22,1,.36,1)}
.motion-piece[data-kind=pumpkin].beam-aware>img{filter:brightness(calc(1 + var(--beam-glow,0)*.15))}
.venue-pumpkin.beam-aware .venue-pumpkin-shape{background:color-mix(in srgb,var(--orange) calc(var(--beam-glow,0)*100%),white);filter:none}
.venue-photo.pumpkin-awake .venue-pumpkin.beam-aware .venue-pumpkin-shape,.venue-photo:hover .venue-pumpkin.beam-aware .venue-pumpkin-shape,.venue-photo:focus-visible .venue-pumpkin.beam-aware .venue-pumpkin-shape{background:var(--orange)}
@media(prefers-reduced-motion:reduce){.motion-piece.beam-aware>img{transition:none}.venue-pumpkin.beam-aware .venue-pumpkin-shape{transition:none}}


/* /motion/zombie-game.css */
.zombie-dialog{width:min(1100px,96vw);max-width:96vw;max-height:96dvh;overflow:auto;border:1px solid var(--orange);border-radius:0;background:#000;color:#fff;font-family:Arial,Helvetica,sans-serif}
.zombie-dialog[open]{display:flex;flex-direction:column}
.game-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 26px;border-bottom:1px solid #ff6f0050;flex:none}
.game-header h2{font:clamp(30px,4vw,46px)/1 Spooky,Arial,sans-serif;color:var(--orange);margin:0;text-transform:uppercase}
.game-header p{font:20px/1.1 Spooky,Arial,sans-serif;color:var(--purple);margin-top:7px}
.game-hud{display:flex;align-items:center;gap:32px;padding:14px 26px;flex:none;background:#000;border-bottom:1px solid #ff6f0050}
.game-stat{display:flex;flex-direction:column;gap:4px;min-width:84px;color:var(--purple)}
.game-stat>span{font:18px/1 Spooky,Arial,sans-serif;text-transform:uppercase}
.game-stat strong{font:clamp(38px,4.5vw,56px)/.95 Spooky,Arial,sans-serif;color:var(--orange);font-variant-numeric:tabular-nums}
.game-stat:nth-child(2) strong{color:var(--purple)}
.game-power{flex:1;min-width:0;font-size:14px}.game-power>span:first-child{font:20px/1 Spooky,Arial,sans-serif;color:var(--purple);text-transform:uppercase}
.game-power strong{font:clamp(21px,2.4vw,28px)/1.1 Spooky,Arial,sans-serif;color:var(--orange);display:block;margin:4px 0 7px}
.game-power progress{display:block;width:100%;height:5px;accent-color:var(--orange);border:0;border-radius:0;overflow:hidden;background:#3b253f}
.game-power progress::-webkit-progress-bar{background:#3b253f}.game-power progress::-webkit-progress-value{background:var(--orange)}
#game-progress-label{display:block;font-size:12px;line-height:1.3;color:#d4b9e8;margin-top:5px}
.game-hud button,.game-footer button,.game-overlay button{border:1px solid var(--orange);border-radius:0;min-height:44px;padding:10px 18px;font:22px/1 Spooky,Arial,sans-serif;background:#000;color:var(--orange)}
.game-hud button:hover,.game-footer button:hover{background:var(--orange);color:#000}.game-hud button:disabled{opacity:.4;cursor:default}
.game-stage{display:flex;align-items:center;justify-content:center;background:#000;min-height:0}
.zombie-board{position:relative;isolation:isolate;width:min(100%,calc((96dvh - 290px)*1.17837));aspect-ratio:2266/1923;overflow:hidden;cursor:crosshair;touch-action:manipulation;user-select:none}
.game-map-image{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}
.zombie-targets{position:absolute;inset:0;pointer-events:none}
.zombie-target{position:absolute;display:block;pointer-events:auto;transform:translate(-50%,-99.7331%);width:clamp(44px,7%,64px);aspect-ratio:387.333/599.333;min-height:44px;padding:0;border:0;background:transparent;cursor:crosshair;border-radius:0;touch-action:manipulation}
.zombie-target:focus-visible{outline:2px solid var(--purple);outline-offset:3px;background:#0008}
.zombie-sprite{position:relative;display:block;width:100%;height:100%;transform:scaleX(var(--z-facing,1)) rotate(var(--z-lean,0deg));transform-origin:50% 100%;filter:drop-shadow(1px 1px 0 #000) drop-shadow(-1px -1px 0 #000)}
.zombie-sprite>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none;transform-origin:var(--limb-pivot-x,50%) var(--limb-pivot-y,50%)}
.slow-spell .zombie-sprite{filter:drop-shadow(0 0 3px var(--purple)) drop-shadow(1px 1px 0 #000)}
.game-overlay{position:absolute;inset:0;z-index:150;background:#000d;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;cursor:default}
.game-overlay strong{font:clamp(38px,6vw,76px)/1 Spooky,Arial,sans-serif;color:var(--orange)}
.game-overlay p{font-size:16px;line-height:1.5;max-width:360px;margin-top:15px;white-space:pre-line;color:var(--purple)}
.game-overlay button{background:var(--orange);color:#000;border-color:var(--orange);margin-top:22px;min-width:145px}
.game-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 26px;flex:none;border-top:1px solid #ff6f0050}
.game-footer p{font-size:14px;line-height:1.4;color:var(--purple);max-width:570px}.game-footer button{white-space:nowrap}
.game-shot{position:absolute;pointer-events:none;z-index:110;transform:translate(-50%,-70%);width:46px;height:46px;border:2px solid var(--orange);border-radius:50%;animation:game-hit .65s ease-out forwards}
.game-shot.hit{border-color:var(--orange);box-shadow:0 0 0 5px #ff6f0030}.game-shot.blast{width:110px;height:110px;border-color:var(--purple)}
.game-shot>span{position:absolute;left:50%;top:-26px;transform:translateX(-50%);color:var(--orange);font:36px/1 Spooky,Arial,sans-serif;text-shadow:2px 2px 0 #000,-1px -1px 0 #000}
.game-shot.miss{width:18px;height:18px;opacity:.7}
@keyframes game-hit{from{opacity:1;scale:.6}to{opacity:0;scale:1.6;translate:0 -22px}}
.game-toast{position:absolute;z-index:140;left:50%;top:14px;transform:translateX(-50%);width:max-content;max-width:90%;text-align:center;padding:10px 18px;border:1px solid var(--purple);background:#000f;border-radius:0;color:var(--purple);font:28px/1.1 Spooky,Arial,sans-serif;pointer-events:none}
.game-paused .zombie-targets{opacity:.25}
.zombie-dialog .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.game-overlay[hidden],.game-toast[hidden]{display:none}
.image-toolbar{flex-wrap:wrap}.image-toolbar>div{flex-shrink:0}
.image-toolbar .map-hunt-start{width:auto;min-height:44px;padding:10px 20px;font:23px/1 Spooky,Arial,sans-serif;background:var(--orange);color:#000;white-space:nowrap}
.image-toolbar .map-hunt-start:hover{background:var(--purple)}
@media(max-width:600px){.zombie-dialog{width:100vw;max-width:100vw;max-height:100dvh}.game-header{padding:12px}.game-header h2{font-size:32px}.game-header p{font-size:18px}.game-hud{padding:12px;gap:14px;flex-wrap:wrap}.game-stat{min-width:52px}.game-stat>span{font-size:16px}.game-stat strong{font-size:38px}.game-power{min-width:120px}.game-power>span:first-child{font-size:17px}.game-power strong{font-size:23px}.game-hud button{padding:8px 12px;font-size:19px}.game-footer{padding:10px 12px;gap:10px;align-items:flex-start}.game-footer p{font-size:12px}.game-footer button{font-size:18px;padding:7px 10px}.zombie-board{width:min(100%,calc((100dvh - 275px)*1.17837))}.game-overlay{padding:15px}.game-overlay p{font-size:14px}.game-toast{font-size:23px}.image-toolbar .map-hunt-start{order:3;width:100%;font-size:23px}.image-toolbar>p{flex:1;min-width:100px}}
@media(prefers-reduced-motion:reduce){.game-shot{animation:none;opacity:.8}.zombie-dialog[open]{animation:none}}
.game-effects{position:absolute;inset:0;z-index:180;pointer-events:none;overflow:visible}
.game-collected-points{position:absolute;display:block;transform:translate(-50%,-50%);font:clamp(24px,3vw,36px)/1 Spooky,Arial,sans-serif;white-space:nowrap;color:var(--orange);text-shadow:2px 2px #000,-1px -1px #000;pointer-events:none}
.zombie-target.game-caught{pointer-events:none;transform-origin:50% 100%}
.game-shot>i{position:absolute;left:50%;top:50%;width:4px;height:12px;background:var(--orange);transform:rotate(var(--spark-angle)) translateY(-30px);transform-origin:50% 0}
.game-shot.blast>i{background:var(--purple);transform:rotate(var(--spark-angle)) translateY(-58px)}
.game-achievement{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;margin-bottom:12px;color:var(--purple)}
.game-achievement img{display:block;width:clamp(40px,9dvh,76px);height:clamp(40px,9dvh,76px);object-fit:contain}
.game-achievement span{font:clamp(22px,3vw,32px)/1.12 Spooky,Arial,sans-serif;max-width:330px;text-wrap:balance}
.game-achievement[hidden]{display:none}
.game-overlay.is-result{overflow:auto;justify-content:flex-start;justify-content:safe center;gap:0}
.game-overlay.is-result>strong{font-size:clamp(30px,5vw,58px);flex-shrink:0}
.game-overlay.is-result>p{margin-top:10px;flex-shrink:0}
.game-overlay.is-result>button{margin-top:14px;flex-shrink:0}
@media(prefers-reduced-motion:reduce){.game-shot>i{display:none}.game-caught{display:none}.game-collected-points{transform:translate(-50%,-50%)} }
.game-map-foreground{position:absolute;display:block;pointer-events:none;user-select:none;object-fit:fill}
.game-overlay{z-index:3000}.game-toast{z-index:2800}.game-shot{z-index:2200}.game-effects{z-index:4000}
.zombie-target:disabled{pointer-events:none}
.game-stat:first-child{min-width:136px}.game-stat>span{white-space:nowrap}#game-streak{font:14px/1 Spooky,Arial,sans-serif;color:var(--orange);margin-left:7px;text-transform:none}
.zombie-kind{position:absolute;left:50%;bottom:102%;transform:translateX(-50%);padding:2px 5px;background:#000d;border:1px solid var(--purple);color:var(--purple);font:15px/1 Spooky,Arial,sans-serif;white-space:nowrap;pointer-events:none}
.game-toast{white-space:pre-line}
.is-final-ten #game-time{color:var(--orange);animation:final-time-beat 1s ease-out infinite}
.is-final-ten .zombie-board:after{content:'';position:absolute;inset:0;z-index:2100;pointer-events:none;border:2px solid #ff6f0060}
@keyframes final-time-beat{0%,100%{scale:1}20%{scale:1.055}55%{scale:1}}
@media(prefers-reduced-motion:reduce){.is-final-ten #game-time{animation:none}}

.zombie-dialog[open]{animation:none}
.game-entering .game-stage{visibility:hidden}.game-entering .game-hud{opacity:0;pointer-events:none}
.map-handoff{position:fixed;z-index:5000;overflow:hidden;pointer-events:none;background:#000}
.map-handoff img{position:absolute;display:block;max-width:none;max-height:none;object-fit:fill;pointer-events:none}

/* The original page is untouched; game controls sit beside the full map. */
.zombie-dialog{width:min(1300px,96vw)}
.zombie-dialog[open]{display:grid;grid-template-columns:240px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto}
.game-header,.game-footer{grid-column:1/-1}
.game-header{padding:15px 22px}.game-header h2{font-size:40px}.game-header p{font-size:19px}
.game-hud{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:16px;border-right:1px solid #ff6f0050;border-bottom:0;justify-content:center}
.game-totals{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:12px}
.game-stat,.game-stat:first-child{min-width:0}.game-stat strong{font-size:40px;line-height:1.08}.game-stat>span{font-size:17px}
#game-streak{min-height:17px;margin:0;font:14px/1.25 Arial,Helvetica,sans-serif;color:var(--orange)}
.game-wave,.game-mission{display:flex;flex-direction:column;gap:5px}
.game-wave>span,.game-mission>span:first-child{font:17px/1.15 Spooky,Arial,sans-serif;color:var(--purple);text-transform:uppercase}
.game-wave>strong,.game-mission>strong{font:23px/1.13 Spooky,Arial,sans-serif;color:var(--orange)}
.game-mission{border-block:1px solid #ff6f0050;padding-block:8px}
#game-mission-progress{font:13px/1.3 Arial,Helvetica,sans-serif;color:var(--purple)}
.game-power{flex:none}.game-power>span:first-child{font-size:20px}.game-power progress{height:7px;margin-top:9px}
.game-power button{width:100%;font-size:22px;margin-top:10px;padding-inline:8px}
#game-active-power{font:13px/1.4 Arial,Helvetica,sans-serif;min-height:20px;color:var(--purple);margin:0}
.game-hud #game-pause{font-size:21px;min-height:40px;padding:8px}
.game-hud .is-charged{background:var(--orange);color:#000;box-shadow:none}
.zombie-board{width:min(100%,calc((96dvh - 185px)*1.17837))}
.game-stage{min-width:0}
.game-footer{padding:12px 22px}.game-footer p{font-size:13px}
.zombie-target{min-height:0}
.zombie-kind{font-size:16px;line-height:1.15;padding:3px 5px;border-color:var(--orange);color:var(--orange)}
.zombie-kind:empty{display:none}
.zombie-target[data-kind="runner"] .zombie-kind{border-color:var(--purple);color:var(--purple)}
.game-pickup{position:absolute;pointer-events:auto;width:44px;height:48px;padding:0;border:0;background:transparent;transform:translate(-50%,-100%);cursor:pointer;animation:pickup-arrive .35s ease-out both}
.game-pickup img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 4px #000)}
.game-pickup span{position:absolute;left:50%;top:100%;transform:translateX(-50%);font:17px/1.15 Spooky,Arial,sans-serif;color:var(--orange);background:#000e;border:1px solid var(--orange);padding:3px 6px;white-space:nowrap;pointer-events:none}
.game-pickup[data-power="freeze"] span{color:var(--purple);border-color:var(--purple)}
.game-pickup:hover img{filter:drop-shadow(0 0 4px #000);scale:1.12}
.game-pickup:focus-visible{outline:2px solid var(--purple);outline-offset:4px}
.game-ready-guide{max-width:440px}.game-ready-guide[hidden]{display:none}
.game-legend{display:flex;justify-content:center;align-items:flex-end;gap:28px;margin:20px 0 12px}
.game-legend>div{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--orange)}
.game-legend img{object-fit:contain;margin-bottom:5px;height:auto;width:40px}
.game-legend>div:nth-child(2) img{width:35px}.game-legend>div:nth-child(3) img{width:48px}
.game-legend span{font:22px/1.15 Spooky,Arial,sans-serif}
.game-legend small{font:12px/1.3 Arial,Helvetica,sans-serif;color:var(--purple);white-space:nowrap}
.game-ready-guide p{font-size:14px;line-height:1.45;max-width:none;margin-top:12px}
.game-overlay.is-ready{overflow:auto;justify-content:safe center;padding:20px}
.game-overlay.is-ready>strong{font-size:clamp(32px,4vw,52px)}
.game-overlay.is-ready>p{font-size:15px;max-width:440px;margin-top:10px}
.game-overlay.is-ready>button{font-size:24px;margin-top:18px;flex-shrink:0}
.game-overlay.is-result>p{max-width:440px}
@keyframes pickup-arrive{from{opacity:0;translate:0 -12px}to{opacity:1;translate:0 0}}
@media(max-width:700px){
  .zombie-dialog[open]{display:flex}.game-hud{display:grid;grid-template-columns:1fr 1fr;gap:10px;border-right:0;padding:12px}
  .game-totals{grid-column:1/-1}.game-stat strong{font-size:34px}.game-mission{padding-block:8px}.game-wave>strong,.game-mission>strong{font-size:21px}
  .game-stage{flex:none}.zombie-board{width:100%}.game-header h2{font-size:32px}.game-legend{gap:14px}
  .game-overlay.is-ready{justify-content:flex-start}.game-overlay.is-ready>strong{font-size:32px}.game-legend img{max-height:55px}
}
@media(prefers-reduced-motion:reduce){.game-pickup{animation:none}.game-pickup:hover img{scale:1}}

/* One soft impact per lost heart, confined to the play area. */
.zombie-target.game-attacker{pointer-events:none;z-index:2400!important;transform-origin:50% 85%}
.game-attack-impact{position:absolute;inset:0;z-index:2500;pointer-events:none;border:3px solid #ff7856;box-shadow:inset 0 0 35px 10px #ff6038aa;background:radial-gradient(ellipse at center,transparent 42%,#ff603840 100%);opacity:.55}
@media(prefers-reduced-motion:reduce){.game-attack-impact{box-shadow:none;background:none;opacity:.7}.game-attacker{display:none}}


/* /update.css */
/* September layout: photograph reveal, campaign interlude and stacked maps. */
.hero-window{position:relative;width:100%;height:calc(1329.944 * var(--u));overflow:hidden;background:#000}
.hero .hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%;animation:none;transition:none;transform-origin:50% 50%;max-width:none}
.hero-curtain{position:absolute;inset:0;background:#000;mask:url('/assets/hero-curtain.svg') center/100% 100% no-repeat;-webkit-mask:url('/assets/hero-curtain.svg') center/100% 100% no-repeat;transform-origin:50% 48%;will-change:transform,opacity;pointer-events:none}
.site-header nav a{text-shadow:0 1px 12px #000,0 1px 3px #000}
.campaign-art{max-width:none}.section-anchor{position:absolute;top:0}
.campaign.scene{height:auto;padding:clamp(28px,5vw,90px) 0}
.campaign-media{position:relative;width:100%;aspect-ratio:20/9;overflow:hidden;background:#000}
.campaign-media video{display:block;width:100%;height:100%;object-fit:contain}
.campaign-video-toggle{position:absolute;right:16px;bottom:16px;min-width:70px;min-height:44px;padding:10px 16px;border:1px solid #ffffff70;border-radius:999px;background:#080408c9;color:#fff;font:14px/1.3 Arial,sans-serif;backdrop-filter:blur(8px);z-index:2}
.campaign-video-toggle:hover{background:var(--orange);color:#000;border-color:var(--orange)}
.visit.scene{height:auto;padding-top:calc(1240 * var(--u));padding-bottom:calc(90 * var(--u))}
.visit-maps.placed{position:relative;top:auto;left:auto;width:calc(1648 * var(--u));margin:auto}
.venue-maps{position:relative;width:100%;max-width:1250px;margin-inline:auto}
.map-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:0 0 22px;color:var(--orange)}
.map-heading h3{font-family:Spooky,Arial,sans-serif;font-size:clamp(26px,2.5vw,44px);line-height:1.2}.map-heading>span{font-size:14px;color:var(--peach)}
.road-map{margin-top:clamp(60px,7vw,130px);text-align:center}.road-map .button{width:auto;margin:24px auto 0;min-height:48px;font:24px/1.1 Spooky,Arial,sans-serif;color:var(--orange)}
.visit-gallery.button{min-width:180px;white-space:normal}
.gallery-dialog{width:min(1200px,94vw);max-width:94vw;max-height:92dvh;padding:34px;overflow:auto}
.gallery-dialog>.dialog-close{position:sticky;top:0;margin-left:auto;z-index:2;background:#000}
.gallery-content{height:auto!important;padding:0!important}.gallery-content .placed{position:relative;inset:auto;width:auto}
.gallery-content>.artwork{width:min(650px,80%);margin:0 0 30px}.gallery-content .gallery{width:100%;height:auto;aspect-ratio:1.94}
.gallery-content .gallery-arrow{opacity:1}.gallery-content .photo-caption{margin:16px 0}.gallery-content .gallery-dots{width:160px;margin:16px auto 0}
.gallery-content .gallery-image img{object-fit:cover}.gallery-content .gallery-dots button{width:36px}
.torch-controls.torch-off .torch-strength{display:none}.torch-controls.torch-off .torch-toggle{background:#000;color:var(--peach)}
@media(min-width:1921px){.hero-window{width:100vw;margin-left:calc((1920px - 100vw)/2);height:min(76vw,1100px)}.hero{overflow:visible}.site-header{left:0;width:100%;max-width:none}}
@media(max-width:1100px) and (min-width:901px){.event-description{font-size:16px;line-height:1.4;width:calc(720*var(--u))}.event-more{top:calc(1720 * var(--u))}.whats-on{height:calc(2050 * var(--u))}.intro-actions{width:340px}.intro-actions .button{min-width:150px}.visit-gallery.button{top:calc(1190*var(--u))}.visit.scene{padding-top:calc(1320*var(--u))}}
@media(max-width:900px){
.site-header{align-items:flex-start;padding:16px 20px}.brand{width:64px}.site-header nav{gap:16px;flex-wrap:wrap;justify-content:flex-end;padding-top:8px}.site-header nav a{font-size:14px;padding:8px 0}
.hero.scene{padding:0;min-height:0;height:auto}.hero-window{height:clamp(470px,85svh,780px)}.hero .hero-art{left:0;width:100%;margin:0;object-position:50% 50%}
.hero-curtain{mask-size:auto 100%;-webkit-mask-size:auto 100%;transform-origin:50% 47%}
.intro{padding-top:65px}.intro>.artwork{max-width:620px}.campaign.scene{padding:25px 0 80px;height:auto}.campaign-art.placed{position:relative;width:84%;left:auto;top:auto;margin:auto}
.visit.scene{display:flex;flex-direction:column;height:auto;padding:0 24px 80px}.visit>.artwork{order:0}.venue-photo[data-asset=statue-square-photo]{order:1}.venue-one{order:2}.venue-photo[data-asset=chater-road-photo]{order:3}.venue-two{order:4}.visit-gallery.button.placed{position:relative;inset:auto;order:5;align-self:flex-start;width:auto;margin:0 0 45px}.visit-maps.placed{order:6;width:100%;margin:0}.venue-maps{margin:0}
.map-heading{padding-bottom:14px;gap:12px;flex-wrap:wrap}.map-heading h3{font-size:28px}.map-heading>span{font-size:14px}.road-map{margin-top:60px}.road-map .button{font-size:21px}.venue-maps .map-enlarge{font-size:21px;padding:12px 18px}
.gallery-dialog{padding:16px}.gallery-content>.artwork{width:85%;margin-bottom:24px}.gallery-content .gallery{aspect-ratio:1.45}.gallery-content .photo-caption p{font-size:16px}
}
@media(max-width:390px){.site-header{padding-inline:14px}.brand{width:54px}.site-header nav{gap:10px;max-width:270px}.site-header nav a{font-size:13px}}
@media(prefers-reduced-motion:reduce){.hero .hero-art{transform:none!important}}
.zombie-dialog{width:min(1040px,96vw)}
.zombie-board{aspect-ratio:1477/1600;width:min(100%,calc((96dvh - 185px)*.923125))}
.game-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 22px;margin:18px 0}
.game-legend img,.game-legend>div:nth-child(2) img,.game-legend>div:nth-child(3) img{height:58px;width:52px;object-fit:contain}
.game-legend>div:nth-child(5) img{width:66px}.game-legend>div:nth-child(2) img{filter:hue-rotate(220deg)}
.game-legend>div:nth-child(3) img{filter:hue-rotate(35deg)}.game-legend small{font-size:13px}
.zombie-target[data-kind=runner] .zombie-sprite{filter:hue-rotate(220deg) drop-shadow(1px 1px 0 #000)}
.zombie-target[data-kind=brute] .zombie-sprite{filter:hue-rotate(35deg) drop-shadow(1px 1px 0 #000)}
.zombie-target[data-kind=ghost] .zombie-sprite{filter:hue-rotate(240deg) brightness(1.35) drop-shadow(0 0 3px #000)}
.zombie-target[data-kind=eyeball] .zombie-sprite{filter:hue-rotate(45deg) drop-shadow(0 0 3px #000)}
.zombie-target{min-width:44px;min-height:44px}
.game-overlay.is-ready>strong{font-size:clamp(28px,3.8vw,46px)}
.game-ready-guide p{font-size:14px}.game-overlay.is-ready>p{font-size:14px}
.game-legend span{font-size:22px}.game-overlay.is-ready{padding:18px;justify-content:safe center}
@media(max-width:700px){.zombie-board{width:100%}.game-legend{gap:12px 16px;margin:14px 0}.game-legend img,.game-legend>div:nth-child(2) img,.game-legend>div:nth-child(3) img{height:45px;width:40px}.game-legend>div:nth-child(5) img{width:55px}.game-overlay.is-ready{justify-content:flex-start}.game-overlay.is-ready>strong{font-size:30px}.game-legend span{font-size:20px}.game-legend small{font-size:12px}.game-ready-guide p{font-size:14px;line-height:1.35}.game-overlay.is-ready>button{font-size:22px;margin-top:14px}}
.hero-window:before,.hero-window:after{content:'';position:absolute;left:0;right:0;height:clamp(36px,5.4vw,86px);background:url('/assets/drip-edge.svg') 0 0/48% 100% repeat-x;pointer-events:none;z-index:2}
.hero-window:before{top:-1px}.hero-window:after{bottom:-1px;transform:rotate(180deg);background-size:57% 100%;height:clamp(30px,4vw,64px)}
.game-legend>div:nth-child(4) img{filter:hue-rotate(240deg) brightness(1.35)}.game-legend>div:nth-child(6) img{filter:hue-rotate(45deg)}
@media(max-width:700px){
  .zombie-dialog:has(.game-overlay.is-ready) .game-hud{display:none}
  .zombie-board:has(.game-overlay.is-ready){min-height:510px}
  .game-hud{padding:9px 12px;gap:6px 10px}
  .game-header{padding:10px 12px}.game-header h2{font-size:29px}.game-header p{font-size:17px}
  .game-stat strong{font-size:30px}.game-wave>strong,.game-mission>strong{font-size:19px}
  .game-mission{padding-block:5px}.game-power button{margin-top:6px;font-size:20px}
  #game-streak,#game-active-power{font-size:12px}.game-footer p{font-size:12px}
}
.hero-curtain{display:block;width:100%;height:100%;overflow:visible;background:none;mask:none!important;-webkit-mask:none!important;transform-origin:50% 50%}

/* Preserve the supplied drip proportions at every screen width. */
.hero-window:before,.hero-window:after{height:clamp(48px,5vw,82px);background-size:auto 100%;background-position:left top}
.hero-window:after{height:clamp(42px,4.3vw,70px);background-size:auto 100%;background-position:70px top}
.hero .hero-art{inset:auto;max-height:none;object-fit:cover;pointer-events:none}
.hero .hero-art[hidden]{display:none}
.hero-curtain{z-index:3;opacity:1;will-change:transform}
.hero-controls{position:absolute;z-index:4;right:28px;bottom:clamp(58px,6vw,96px);display:flex;gap:2px;align-items:center;padding:3px 9px;background:#000b;border:1px solid #ff6f0066}
.hero-controls[hidden]{display:none}
.hero-controls button{width:44px;height:44px;border:0;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}
.hero-controls button span{width:8px;height:8px;border:1px solid #fff;border-radius:50%;transition:background .2s,scale .2s}
.hero-controls button[aria-current=true] span{background:var(--orange);border-color:var(--orange);scale:1.25}
.hero-controls .hero-play{width:64px;font:14px Arial,sans-serif;border-left:1px solid #fff5;margin-left:5px}
.hero-controls button:focus-visible{outline:2px solid var(--orange);outline-offset:-3px}.hero-controls button:disabled{opacity:.5;cursor:default}
@media(max-width:900px){.hero-controls{right:18px;bottom:64px}}

.zombie-dialog,.zombie-dialog *{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.zombie-dialog img{-webkit-user-drag:none}
.zombie-dialog ::selection{background:transparent}
.zombie-dialog button:focus:not(:focus-visible){outline:none}

.map-open{position:relative;isolation:isolate}
.map-animation-layer{position:absolute;inset:0;display:block;pointer-events:none;overflow:hidden;z-index:1;transform-origin:center}
.image-viewport>.map-animation-layer{inset:auto}
.map-animation-layer[hidden]{display:none}
.map-animation-layer .map-eye-turn img{transform-origin:51.7% 37.8%;animation:installation-eye 5.2s ease-in-out infinite paused}
.map-guest{position:absolute;width:clamp(16px,3.2%,38px);aspect-ratio:387.333/599.333;display:block;transform:translate(-50%,-100%);filter:drop-shadow(1px 2px 1px #000);pointer-events:none}
.map-guest-ghost{aspect-ratio:.75}.map-guest-bat{aspect-ratio:1.95;width:clamp(20px,4.5%,52px)}
.map-guest-body{position:absolute;inset:0;display:block;transform-origin:50% 100%}
.map-animation-layer .map-guest img{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}
@keyframes installation-eye{0%,100%{rotate:-9deg}50%{rotate:12deg}}
.ambient-motion .venue-pumpkin{animation:venue-float 4.6s ease-in-out infinite paused}
.ambient-motion .venue-pumpkin-shape{animation:venue-glow 5s ease-in-out infinite paused}
.ambient-motion.campaign>.campaign-art{animation:campaign-hover 6s ease-in-out infinite paused}
.ambient-motion.contact-skeleton>.illustration-surface{animation:character-sway 3.2s ease-in-out infinite paused}
.ambient-active .venue-pumpkin,.ambient-active .venue-pumpkin-shape,.ambient-active.campaign>.campaign-art,.ambient-active.contact-skeleton>.illustration-surface{animation-play-state:running}
@keyframes venue-float{0%,100%{translate:0 0;rotate:-1.5deg}50%{translate:0 -4%;rotate:2deg}}
@keyframes venue-glow{0%,100%{background:#fff;filter:none}50%{background:var(--orange);filter:none}}
@keyframes campaign-hover{0%,100%{translate:0 0;rotate:-.4deg}50%{translate:0 -12px;rotate:.4deg}}
@keyframes character-sway{0%,100%{translate:0 0;rotate:-1deg}50%{translate:0 -5px;rotate:1deg}}
@media(prefers-reduced-motion:reduce){.map-animation-layer{display:none}.ambient-motion *{animation:none!important}}
/* Each border contour comes from a different section of the supplied PDF. */
.hero-window:before,.hero-window:after{display:none}
.hero-ink{position:absolute;inset:0;width:100%;height:100%;z-index:2;fill:#000;pointer-events:none;overflow:hidden}

.hero-controls{gap:0;right:22px}.hero-controls .hero-play{width:56px}
.road-map-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:22px}
.road-map .road-map-actions .button{margin:0;font-size:23px;padding:14px 20px;min-height:48px}
.road-map .road-map-actions .button-orange{color:#000;background:var(--orange);border:1px solid var(--orange)}
.map-spots{display:flex;justify-content:center;gap:10px;margin-top:18px;flex-wrap:wrap}
.map-spots button{min-height:44px;padding:10px 16px;border:1px solid #91cf4066;background:#081006;color:#b8ea85;font:19px Spooky,Arial,sans-serif}
.map-spots button:hover,.map-spots button:focus-visible{border-color:#b8ea85;box-shadow:none}
.map-guest-walker{width:clamp(17px,2.25%,29px);filter:drop-shadow(0 1px 1px #000)}
.map-animation-layer .map-eye-turn img{animation-name:quiet-eye}
@keyframes quiet-eye{0%,35%,100%{rotate:0deg}50%,70%{rotate:2deg}}
@media(max-width:600px){.hero-controls{right:12px;left:12px;justify-content:center;padding-inline:4px}.hero-controls button{width:36px}.hero-controls .hero-play{width:51px}.road-map .road-map-actions .button{font-size:21px}.map-spots{gap:7px}.map-spots button{font-size:17px;padding-inline:12px}}

.hero-controls{bottom:20px}.hero-curtain{opacity:1;transition:none}
.image-toolbar .map-hunt-start[hidden]{display:none}

/* Consistent exploration controls and touch-safe title artwork. */
h1,h2,h3,.artwork,.title-motion-surface,.title-hover-surface{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
h1 img,h2 img,h3 img,.artwork img{-webkit-user-drag:none;user-select:none}
h1::selection,h2::selection,h3::selection,.artwork ::selection{background:transparent}
.map-explore,.venue-maps .map-explore,.road-map .map-explore{position:relative;display:flex;left:auto;bottom:auto;transform:none!important;opacity:1;width:190px;min-width:190px;height:52px;margin:22px auto 0;padding:12px 22px;border:1px solid var(--orange);background:transparent;color:var(--orange);font:23px/1 Spooky,Arial,sans-serif;transition:background .2s,color .2s}
.map-explore:hover,.map-explore:focus-visible,.venue-maps .map-explore:hover,.road-map .map-explore:hover{background:var(--orange);color:#000}
.road-map-actions{margin-top:0}

/* Hold the photograph in view until the pumpkin has opened completely. */
.hero.scene{height:calc(var(--hero-frame-height,69.27vw) + var(--hero-reveal-travel,190px));padding:0;overflow:visible}
.hero-window{position:sticky;top:0;max-height:100svh}
.dj-mix-button{display:block;width:100%;text-align:left;line-height:0;touch-action:manipulation;position:relative}
.dj-mix-button:focus-visible,.world-dialog .dj-mix-button:focus-visible{outline:none}.dj-mix-button:focus-visible:after{content:'';position:absolute;width:44px;height:3px;left:0;bottom:-8px;background:#bb97e1;border-radius:2px}
.dj-mix-button:focus:not(:focus-visible){outline:none}

#interactive-map .map-explore,.road-map .road-map-actions .map-explore{margin:22px auto 0;padding:12px 22px;width:190px;min-height:52px;height:52px;font:23px/1 Spooky,Arial,sans-serif}

/* One compact, shared bar for both ways to explore. */
#torch-controls{right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));width:min(332px,calc(100vw - 32px));max-width:none;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:4px;border:1px solid #ff6f0066;border-radius:18px;background:#0b070ef2;box-shadow:0 5px 24px #0006;backdrop-filter:blur(12px)}
#torch-controls.torch-off{border-radius:999px;border-color:#ff6f0066}
#torch-controls .experience-modes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;isolation:isolate}
#torch-controls .experience-modes>button{position:relative;inset:auto;z-index:auto;width:auto;min-width:0;min-height:44px;height:auto;margin:0;padding:11px 12px;display:flex;align-items:center;justify-content:center;gap:0;border:0;border-radius:999px;background:transparent;box-shadow:none;color:var(--orange);font:14px/1.4 Arial,Helvetica,sans-serif;white-space:normal;text-wrap:balance;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
#torch-controls .experience-modes>button+button:before{content:'';position:absolute;left:0;top:50%;width:1px;height:18px;transform:translateY(-50%);background:#ff6f004d;pointer-events:none}
#torch-controls .experience-modes>.torch-toggle[aria-pressed=true]{background:#ff6f001c;color:#ffd0ab}
#torch-controls .experience-modes>button:hover,#torch-controls .experience-modes>button:focus-visible{background:var(--orange);color:#050204}
#torch-controls .experience-modes>button:focus-visible{outline:2px solid #ffba85;outline-offset:2px}
#torch-controls .torch-strength{width:100%;padding:2px 8px 8px;margin-bottom:4px;gap:4px;border-bottom:1px solid #ff6f002b;justify-content:center}
#torch-controls .torch-strength label{margin:0 4px 0 0;font-size:14px;color:#d7c0ca}
#torch-controls .torch-strength button{flex:0 0 40px;min-width:40px;min-height:44px;height:44px;border-radius:12px}
#torch-controls .torch-strength input{flex:1;min-width:48px;width:auto;margin:0 3px}
#torch-hint{left:auto;right:24px;bottom:max(152px,calc(env(safe-area-inset-bottom) + 140px));max-width:calc(100vw - 32px);font-size:12px}
@media(max-width:700px){#torch-controls{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));width:min(332px,calc(100vw - 24px))}#torch-hint{right:14px;bottom:max(144px,calc(env(safe-area-inset-bottom) + 132px))}.footer{padding-bottom:152px}}

/* Artwork remains interactive without native selection or drag highlights. */
:is(img,picture,svg,canvas,video,.artwork,.illustration-surface,.motion-piece,[data-motion-title],.title-motion-surface,.title-hover-surface,.family-title-art,.date-tab,.hero-window,.intro-building,.contact-skeleton,.contact-phone,.footer-art,.world-portal,.booth-stage),
:is(.artwork,.illustration-surface,.motion-piece,[data-motion-title],.title-motion-surface,.title-hover-surface,.family-title-art,.date-tab,.hero-window,.intro-building,.contact-skeleton,.contact-phone,.footer-art,.world-portal,.booth-stage) *{
  -webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;
}
img,picture,svg{-webkit-user-drag:none}
:is(img,picture,svg,canvas,video,.artwork,.illustration-surface,.motion-piece,[data-motion-title],.title-motion-surface,.title-hover-surface,.family-title-art,.date-tab,.hero-window,.intro-building,.contact-skeleton,.contact-phone,.footer-art,.world-portal,.booth-stage)::selection,
:is(.artwork,.illustration-surface,.motion-piece,[data-motion-title],.title-motion-surface,.title-hover-surface,.family-title-art,.date-tab,.hero-window,.intro-building,.contact-skeleton,.contact-phone,.footer-art,.world-portal,.booth-stage) ::selection{background:transparent}

/* The map overlay shares the image's bounds and zoom/pan transform. */
.map-surface {position:relative}
.map-animation-layer :is(.interactive-installation-map,.interactive-chater-map) {display:block;width:100%;height:100%;overflow:visible;pointer-events:none}
.map-animation-layer .map-installation .hit-area {pointer-events:all}
.map-animation-layer .map-game-background .hit-area {pointer-events:none}
.map-animation-layer[hidden] {display:none!important}

/* The enhanced SVG replaces the fallback visually, retaining its layout dimensions. */
.interactive-map-source {opacity:0!important}
@media(prefers-reduced-motion:reduce){
  .map-animation-layer.has-interactive-art {display:block}
}

/* Text navigation replaces directional icons on desktop and mobile. */
.gallery-arrow{width:auto;min-width:64px;padding:10px 14px;font-size:14px;line-height:1.2;border-radius:22px}
.world-turn-controls #world-prev,.world-turn-controls #world-next{width:auto;min-width:64px;padding:10px 14px;font-size:14px}

/* Prevent accidental page selection and double-tap zoom; keep native scrolling
   and pinch zoom. More specific canvas/map gesture rules continue to apply. */
* {
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
body,body * {
  -webkit-user-select:none;
  user-select:none;
}
*::selection {background:transparent;color:inherit}
/* Editing, selecting and copying entered text still work, using brand colours. */
body :is(input,textarea,[contenteditable]:not([contenteditable="false"])),
body [contenteditable]:not([contenteditable="false"]) * {
  -webkit-user-select:text;
  user-select:text;
  -webkit-touch-callout:default;
}
body :is(input,textarea,[contenteditable]:not([contenteditable="false"]))::selection,
body [contenteditable]:not([contenteditable="false"]) *::selection {
  background:var(--peach);
  color:#000;
}
:focus-visible {outline:2px solid var(--purple);outline-offset:4px}
:focus:not(:focus-visible) {outline:none}


/* /motion/halloween-world.css */
.world-entry{position:fixed;right:24px;bottom:24px;z-index:25;min-height:48px;padding:12px 20px;display:flex;align-items:center;gap:10px;border:1px solid var(--orange);background:#080502ed;color:var(--orange);font-size:14px;box-shadow:0 5px 28px #0008}
.world-entry strong{font:24px Spooky,Arial,sans-serif}.world-entry:hover{background:var(--orange);color:#000}
.world-dialog{position:fixed;inset:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border:0;margin:0;padding:0;overflow:hidden;background:#040104;color:#fff;font-family:Arial,sans-serif}
.world-dialog::backdrop{background:#000}.world-dialog[open]{display:block}.world-dialog [hidden]{display:none!important}.world-dialog button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.world-dialog button:focus-visible{outline:2px solid #adf25b;outline-offset:4px}
.world-header{position:absolute;z-index:8;inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 28px;background:linear-gradient(#050205, #050205e8,transparent)}
.world-brand{display:flex;gap:14px;align-items:center}.world-brand img{width:52px;height:52px;object-fit:contain}.world-brand h1{font:29px/1 Spooky,Arial,sans-serif;color:var(--orange)}.world-brand p{font-size:12px;color:#c7a8d6;margin-top:6px;letter-spacing:.03em}
.world-header-actions{display:flex;gap:10px;align-items:center}.world-header .dialog-close,.world-rotation{position:static;width:auto;min-height:44px;padding:10px 16px;border:1px solid #ff6f0080;background:#090406;color:#ffb277;font-size:13px}.world-rotation{border-color:#865c9b;color:#e8c7f8}.world-rotation:hover,.world-header .dialog-close:hover{border-color:var(--orange);color:#000;background:var(--orange)}
.world-viewport{position:absolute;inset:92px 0 137px;overflow:hidden;touch-action:none;cursor:grab;outline:none;background:radial-gradient(ellipse at 50% 90%,#79351640,transparent 55%),radial-gradient(ellipse at 10% 10%,#4f266440,transparent 60%),#040104;-webkit-user-select:none;user-select:none}
.world-viewport:active{cursor:grabbing}.world-viewport:before{content:'';position:absolute;inset:-8%;background:url('/assets/hero-gateway-display.webp') center/cover;opacity:.12;filter:blur(12px);pointer-events:none}
.world-floor{position:absolute;left:-100%;right:-100%;bottom:-35%;height:70%;background:repeating-linear-gradient(0deg,transparent 0 79px,#ff6f001e 80px 81px),repeating-linear-gradient(90deg,transparent 0 79px,#a36bec1e 80px 81px);transform:perspective(400px) rotateX(65deg) rotateZ(var(--world-yaw,0deg));mask-image:linear-gradient(transparent,#000);pointer-events:none}
.world-space{position:absolute;inset:0;transform-style:preserve-3d;pointer-events:none}
.world-portal{position:absolute;left:50%;top:50%;width:clamp(270px,29vw,440px);height:var(--portal-height,190px);background:#09030b;border:1px solid #9a61b5;box-shadow:0 8px 28px #000b;transform-style:preserve-3d;backface-visibility:hidden;pointer-events:auto;overflow:hidden;isolation:isolate;border-radius:3px}
.world-portal:after{content:'';position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#08030977,transparent 35%,#080309c9 67%,#080309 100%);pointer-events:none}
.world-portal>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;opacity:.86}.world-portal[data-index="6"]>img{object-fit:contain;padding:15px;background:#050305}
.world-portal[data-active=true]{border-color:var(--orange);box-shadow:0 15px 40px #000b}.world-portal:hover{border-color:#adf25b;box-shadow:0 15px 40px #000b}
.world-portal-number{position:absolute;z-index:1;top:12px;left:18px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#fff0dc}
.world-portal h2{position:absolute;z-index:1;left:18px;right:18px;bottom:38px;font:clamp(23px,2.5vw,34px)/1.04 Spooky,Arial,sans-serif;color:#ffe9d7;text-shadow:0 2px 8px #000;margin:0;pointer-events:none}
.world-portal>button{position:absolute;inset:0;z-index:2;width:100%;height:100%;text-align:left;background:transparent;color:var(--orange)}.world-portal>button>span{position:absolute;left:18px;bottom:13px;font:12px/1 Arial,sans-serif;letter-spacing:.07em}.world-portal>button:focus-visible{outline-offset:-5px}
.world-levels{position:absolute;z-index:6;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:5px;padding:6px;background:#08030ed9;border:1px solid #79598666;border-radius:5px}.world-levels button{min-height:40px;padding:8px 11px;font-size:11px;letter-spacing:.04em;color:#c9b0d5}.world-levels button[aria-pressed=true]{color:var(--orange);background:#351507}.world-levels button:hover{color:#fff}
.world-controls{position:absolute;z-index:6;bottom:15px;left:20px;right:20px;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.world-controls>*{pointer-events:auto}.world-controls>p{font-size:12px;color:#bea3ca;text-align:center}.world-turn-controls{display:flex;gap:10px;align-items:center}.world-turn-controls button{min-height:44px;min-width:44px;padding:10px 16px;border:1px solid #865c9b;background:#0f0614ee;color:#dfc4e6;font-size:14px}.world-turn-controls #world-enter-section{border-color:var(--orange);color:var(--orange);min-width:215px}.world-turn-controls button:hover{background:var(--orange);border-color:var(--orange);color:#000!important}.world-sections{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.world-sections button{min-height:34px;background:#0b050fed;padding:8px 12px;border:1px solid #7e5f854d;font-size:12px;color:#bda9c6}.world-sections button[aria-current=true]{color:#000;background:var(--orange);border-color:var(--orange)}
/* Each page has its own reading layout, independent of the main poster layout. */
.world-reader{position:absolute;z-index:7;inset:92px max(24px,calc((100vw - 1340px)/2)) 24px;background:#060407;border:1px solid #80532e;display:flex;flex-direction:column;box-shadow:0 20px 80px #000;border-radius:6px;overflow:hidden}
.world-reader>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 22px;border-bottom:1px solid #493049;background:#100b13}.world-reader>header button{min-height:42px;padding:9px 12px;border:1px solid #87629b;color:#e2bffa;font-size:13px;white-space:nowrap}.world-reader>header button:hover{background:#dfb5ed;color:#09030b}.world-reader>header h2{font:19px/1.2 Spooky,Arial,sans-serif;color:var(--orange);margin-right:auto}.world-reader #world-normal-section{border:0;font-size:12px;color:#c9afb6}
.world-content{overflow:auto;overscroll-behavior:contain;padding:clamp(24px,4vw,54px);scroll-behavior:smooth;flex:1;min-height:0;scrollbar-color:#805336 #100b13;scrollbar-width:thin;background:radial-gradient(ellipse at 100% 0,#34142f24,transparent 50%)}
.world-content .world-section{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr);height:auto!important;min-height:0!important;padding:0!important;gap:30px;max-width:1160px;margin:auto;width:100%;--u:.75px;isolation:isolate}
.world-content .placed{position:relative!important;inset:auto!important;width:100%!important;order:initial!important;margin:0;min-width:0}
.world-content .world-section>*{grid-column:auto;grid-row:auto}.world-content .artwork{max-width:720px;height:auto}.world-content .artwork img{height:auto}.world-content .reveal{opacity:1!important;transform:none!important}.world-content p{font:16px/1.6 Arial,sans-serif;max-width:68ch}.world-content h3{font:26px/1.15 Spooky,Arial,sans-serif}.world-content .button{width:fit-content!important;min-width:150px;min-height:46px;height:auto;padding:13px 21px;font:15px/1.3 Arial,sans-serif}.world-content .desktop-break{display:none}
.world-content .intro.world-section{grid-template-columns:1.2fr 1fr;column-gap:42px;align-items:center}.world-content .intro>.artwork{grid-area:1/1;width:100%}.world-content .intro-copy{grid-area:2/1}.world-content .intro-lead{font-size:22px;margin-bottom:12px;color:#ffb585}.world-content .intro-actions{grid-area:3/1;display:flex;flex-wrap:wrap;gap:12px}.world-content .intro-building.placed{grid-area:1/2/4/3;width:100%!important;align-self:center}
.world-content #whats-on{gap:32px}.world-content #days-heading{max-width:820px}.world-content .date-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:center;max-width:680px;width:100%;padding:14px 0 26px;margin:0;border-bottom:1px solid #513447}.world-content .date-tab{position:relative!important;inset:auto!important;width:100%!important;max-width:145px;justify-self:center}.world-content .date-tab img{max-height:135px;object-fit:contain}.world-content .event-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:36px;row-gap:15px;align-items:start}.world-content .event-photo.placed{grid-area:1/1/6/2;width:100%;height:auto;max-height:none;aspect-ratio:auto;align-self:start}.world-content .event-photo>img{height:auto;max-height:560px;object-fit:contain}.world-content .event-date{grid-area:1/2;display:flex;gap:18px;flex-wrap:wrap}.world-content .event-date p{font-size:15px;color:#ca9bea}.world-content .event-heading{grid-area:2/2;max-width:490px;align-self:start}.world-content .event-heading #event-heading-text{font:clamp(32px,4vw,58px)/1 Spooky,Arial,sans-serif}.world-content .event-tagline{grid-area:3/2;font-size:23px;line-height:1.25}.world-content .event-description{grid-area:4/2}.world-content .event-more{grid-area:5/2;justify-self:start;margin-top:7px}.world-content .family-bat{display:block;width:64px!important;justify-self:end}
.world-content #plan-your-visit{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:30px;row-gap:20px;align-items:start}.world-content #visit-heading{grid-area:1/1/2/3;max-width:600px;margin-bottom:15px}.world-content #photo-spots{display:none}.world-content .venue-photo[data-asset=statue-square-photo]{grid-area:2/1}.world-content .venue-one{grid-area:3/1}.world-content .venue-photo[data-asset=chater-road-photo]{grid-area:2/2}.world-content .venue-two{grid-area:3/2}.world-content .venue-photo{height:auto;aspect-ratio:auto;max-width:none}.world-content .venue-info h3{font-size:25px;color:#ffb08b;margin-bottom:10px}.world-content .venue-info p{font-size:15px}.world-content .visit-gallery.button.placed{grid-area:4/1/5/3;margin:12px 0 22px;justify-self:start}.world-content .visit-maps.placed{grid-area:5/1/6/3;max-width:850px;justify-self:center;border-top:1px solid #613824;padding-top:30px}.world-content .map-heading h3{font-size:28px}.world-content .image-action{opacity:1;transform:none;left:12px;bottom:12px;padding:8px 10px;font-size:12px}
.world-content #dj-party{grid-template-columns:minmax(0,1.25fr) minmax(240px,.85fr);gap:28px 38px;align-items:start}.world-content #party-heading{grid-area:1/1/2/3;max-width:850px;margin-bottom:22px}.world-content .party-date{grid-area:2/1;display:flex;gap:15px;flex-wrap:wrap;font:16px Arial,sans-serif;color:#ffbf89}.world-content .party-date span{padding:10px 15px;border:1px solid #68421e;background:#1c1009}.world-content .ticket-prices{grid-area:3/1;display:grid;gap:10px}.world-content .ticket{padding:18px 20px;border-left:2px solid #93bf39;background:#101208;margin:0!important}.world-content .ticket h3{font-size:23px;margin-bottom:6px}.world-content .ticket p{font-size:15px;line-height:1.5}.world-content .party-poster.placed{grid-area:2/2/4/3;max-width:420px;width:100%!important;justify-self:end;align-self:start;box-shadow:0 10px 40px #0008}.world-content .special-packages{grid-area:4/1/5/3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:14px;padding-top:28px;border-top:1px solid #465222}.world-content .packages-title{grid-column:1/-1;color:#add655;font-size:30px;margin:0}.world-content .package{margin:0;padding:24px;background:#0d1208;border:1px solid #37431c}.world-content .package h3{color:#add655;font-size:25px;margin-bottom:13px}.world-content .package p{font-size:15px;line-height:1.65}.world-content .alcohol-note{grid-column:1/-1;font-size:12px;margin:0;color:#b2b59a}
.world-content #before-you-visit{max-width:920px;gap:32px}.world-content #faq-heading{max-width:510px}.world-content .faqs{display:grid;grid-template-columns:1fr;gap:12px}.world-content .faqs details{padding:23px 25px;border:1px solid #5a3f65;background:#110b16}.world-content .faqs summary{position:relative;padding-right:30px;margin:0!important;font:23px/1.3 Spooky,Arial,sans-serif!important;color:#dbb0eb;opacity:1!important}.world-content .faqs summary:after{content:'+';position:absolute;right:0;top:0;color:var(--orange)}.world-content .faqs details[open] summary:after{content:'−'}.world-content .faqs p{margin:15px 0 0;color:#e0d5e1}
.world-content #contact{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:30px 55px;align-items:start}.world-content #contact-heading{grid-area:1/1/2/3;max-width:670px}.world-content .contact-copy{grid-area:2/1}.world-content .contact-copy p+p{margin-top:18px}.world-content .contact-form{grid-area:2/2/4/3;max-width:none;padding:28px!important;border:1px solid #5e3a44;background:#100b10}.world-content .contact-skeleton.placed{grid-area:3/1;width:140px!important;justify-self:center;align-self:end;opacity:.9}.world-content .contact-phone{display:none}.world-content .field{min-height:86px;padding-bottom:24px}.world-content .field label{font-size:17px}.world-content .field input,.world-content .field textarea{height:56px;padding:25px 0 6px;font-size:17px}.world-content .field textarea{min-height:100px;resize:vertical}.world-content .contact-form>.button{margin-top:12px}.world-content .form-status{font-size:13px;margin-top:15px}
.world-content .gallery-content{gap:20px}.world-content .gallery-content>.artwork{max-width:620px;width:100%;margin-bottom:12px}.world-content .gallery{width:100%;height:auto;aspect-ratio:1.8;border:1px solid #694424}.world-content .gallery-arrow{opacity:1}.world-content .photo-caption{display:block;margin:0;padding-top:10px}.world-content .photo-caption h3{color:#ffb085;margin-bottom:10px}.world-content .photo-caption p{color:#dfc9d8}.world-content .gallery-dots.placed{display:flex;width:auto!important;justify-self:center;margin:0}.world-content .gallery-dots button{width:42px;height:42px}
@media(max-width:850px){.world-content .intro.world-section,.world-content .event-panel,.world-content #contact{grid-template-columns:minmax(0,1fr)}.world-content .intro>.artwork,.world-content .intro-copy,.world-content .intro-actions,.world-content .intro-building.placed,.world-content .event-panel>.placed,.world-content #contact>.placed{grid-area:auto}.world-content .intro-building.placed{max-width:370px;justify-self:end}.world-content .event-photo.placed{max-width:580px;margin-bottom:8px}.world-content #contact .contact-skeleton{display:block;width:120px!important;justify-self:center}.world-content .contact-form{padding:25px!important}.world-content .contact-copy{max-width:620px}.world-content #dj-party{column-gap:25px;grid-template-columns:minmax(0,1.1fr) minmax(200px,.8fr)}.world-content .ticket{padding:15px}.world-content .ticket h3{font-size:21px}.world-content .party-poster.placed{align-self:start}.world-content .special-packages{gap:15px}.world-content .package{padding:20px}.world-reader>header h2{display:none}.world-reader #world-normal-section{margin-left:auto}.world-reader>header{gap:10px}}
@media(max-width:650px){.world-entry{right:12px;bottom:12px;padding:10px 14px;font-size:12px}.world-entry strong{font-size:22px}.world-header{padding:12px;align-items:flex-start;gap:8px}.world-brand{gap:8px}.world-brand img{width:36px;height:41px}.world-brand h1{font-size:22px;max-width:150px}.world-brand p{font-size:10px;max-width:170px;line-height:1.4}.world-header-actions{gap:6px;flex-direction:column;align-items:stretch}.world-header .dialog-close,.world-rotation{padding:7px 9px;font-size:11px;min-height:35px}.world-viewport{inset:104px 0 148px}.world-portal{width:clamp(240px,65vw,320px)}.world-portal h2{font-size:24px;left:14px;right:14px;bottom:32px}.world-portal-number{font-size:9px;top:9px;left:14px}.world-portal>button>span{left:14px;bottom:11px;font-size:10px}.world-levels{right:7px;padding:3px;gap:2px}.world-levels button{padding:7px 6px;min-height:36px;font-size:10px}.world-controls{bottom:12px;left:10px;right:10px;gap:8px}.world-controls>p{font-size:11px;max-width:330px}.world-sections{gap:4px;max-width:420px}.world-sections button{font-size:10px;min-height:30px;padding:6px 8px}.world-turn-controls{gap:7px}.world-turn-controls button{font-size:12px;padding:9px}.world-turn-controls #world-enter-section{min-width:195px}.world-reader{inset:70px 7px 8px}.world-reader>header{padding:10px 8px;gap:5px}.world-reader>header button{font-size:12px;padding:8px}.world-reader #world-normal-section{font-size:10px;white-space:normal;max-width:120px}.world-content{padding:26px 20px}.world-content .world-section{gap:24px;--u:.65px}.world-content .date-tabs{gap:10px;padding-bottom:20px}.world-content .date-tab img{max-height:100px}.world-content #plan-your-visit{grid-template-columns:1fr;gap:18px}.world-content #visit-heading{grid-area:auto;margin-bottom:10px}.world-content .venue-photo[data-asset=statue-square-photo]{grid-area:2/1}.world-content .venue-one{grid-area:3/1;margin-bottom:18px}.world-content .venue-photo[data-asset=chater-road-photo]{grid-area:4/1}.world-content .venue-two{grid-area:5/1}.world-content .visit-gallery.button.placed{grid-area:6/1;margin:10px 0 15px}.world-content .visit-maps.placed{grid-area:7/1}.world-content .venue-info h3{font-size:24px}.world-content #dj-party{grid-template-columns:1fr;gap:24px}.world-content #party-heading{grid-area:1/1;margin-bottom:20px}.world-content .party-date{grid-area:2/1;gap:8px;font-size:14px}.world-content .ticket-prices{grid-area:4/1}.world-content .party-poster.placed{grid-area:3/1;max-width:320px;justify-self:center}.world-content .special-packages{grid-area:5/1;grid-template-columns:1fr}.world-content .party-date span{padding:9px 12px}.world-content .faqs details{padding:20px 18px}.world-content .faqs summary{font-size:22px!important}.world-content .contact-form{padding:20px!important}.world-content .gallery{aspect-ratio:1.35}.world-content .gallery-content>.artwork{margin-bottom:4px}}
@media(max-height:600px){.world-viewport{inset:75px 0 88px}.world-controls>p,.world-sections{display:none}.world-controls{bottom:18px}.world-header{padding-block:10px}.world-brand p{display:none}.world-reader{inset:70px 12px 10px}.world-portal h2{font-size:23px}}
@media(prefers-reduced-motion:reduce){.world-content{scroll-behavior:auto}}
/* Shared world surfaces, navigation and reading rhythm. */
.world-dialog{--world-surface:#0b070e;--world-panel:#130d18;--world-line:#64424a;--world-copy:#f1e5ee;--world-muted:#d2bccd;--world-gutter:clamp(22px,4vw,52px);--world-header-height:96px;--world-controls-height:140px}
.world-panorama{position:absolute;inset:-10px;width:calc(100% + 20px);height:calc(100% + 20px);filter:blur(5px);opacity:.82;pointer-events:none;background:#141421 url('/assets/hero-gateway-display.webp') center/cover}
.world-atmosphere{position:absolute;inset:0;pointer-events:none;background:linear-gradient(#08030b55,#13091a18 38%,#050108c9),radial-gradient(ellipse at center,transparent 15%,#10051955)}
.world-viewport{inset:calc(var(--world-header-height) + 8px) 0 calc(var(--world-controls-height) + 22px);background:none}
.world-viewport:before,.world-floor{display:none}
.world-header{display:grid;grid-template-columns:minmax(210px,1fr) auto auto;align-items:center;padding:17px 26px;gap:14px;z-index:12;background:#09050dd9;backdrop-filter:blur(14px);border-bottom:1px solid #ff6f0029}
.world-brand h1{font-size:28px}.world-brand p{font-size:12px;line-height:1.4;color:var(--world-muted);max-width:none}.world-brand img{width:47px;height:47px}
.world-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.world-header .dialog-close,.world-header-actions>button,.world-turn-controls button,.world-levels button,.world-sections button,.world-reader>header button{min-height:44px;padding:10px 15px;border:1px solid #ff6f0070;background:#0d070feb;border-radius:3px;color:#ffb174;font:14px/1.25 Arial,sans-serif;transition:background .18s,color .18s,border-color .18s}
.world-header .dialog-close:hover,.world-header-actions>button:hover,.world-turn-controls button:hover,.world-levels button:hover,.world-sections button:hover,.world-reader>header button:hover{border-color:var(--orange);background:var(--orange);color:#000}
.world-header-actions>button{white-space:nowrap}.world-light-toggle[aria-pressed=true]{border-color:#c6a0e5;color:#eed8ff;background:#2c173b}
.world-beam-control{display:flex;align-items:center;gap:8px;color:var(--world-muted);font:14px Arial,sans-serif;min-height:44px;padding:0 10px;background:#170c21;border:1px solid #7b538e;border-radius:3px}.world-beam-control input{width:76px;min-width:60px;accent-color:var(--orange);cursor:pointer}.world-beam-control output{font-size:12px;min-width:31px}
.world-controls{z-index:12;gap:9px;bottom:16px}.world-controls>p{font-size:13px;line-height:1.5;color:#f1dfe8;text-shadow:0 2px 8px #000}.world-turn-controls #world-enter-section{min-width:220px}.world-sections{gap:6px}.world-sections button{min-height:40px;padding:8px 12px;font-size:14px}.world-sections button[aria-current=true],.world-levels button[aria-pressed=true]{color:#000;background:var(--orange);border-color:var(--orange)}
.world-levels{z-index:12;padding:5px;gap:5px;right:15px;border-color:#ff6f005c;background:#0d070fe8}.world-levels button{font-size:12px;min-height:42px;padding:8px 10px;border-color:transparent}
.world-portal{width:var(--portal-width,min(620px,80vw));border-color:#bb7e57;border-radius:5px;background:#130b17;box-shadow:0 12px 45px #03010599}.world-portal-number{font-size:12px;letter-spacing:.08em;top:18px;left:24px}.world-portal h2{left:24px;right:24px;bottom:55px;font-size:clamp(28px,3vw,42px);color:#fff2e5;line-height:1.1}.world-portal>button>span{left:24px;font-size:14px;bottom:24px;letter-spacing:0}.world-portal:after{background:linear-gradient(180deg,#0b040999,transparent 34%,#09030ad9 73%,#09030a)}
.world-darkness{position:absolute;inset:0;z-index:9;pointer-events:none;background:radial-gradient(circle var(--beam-radius,320px) at var(--beam-x,50%) var(--beam-y,45%),transparent var(--beam-core,26%),#03010718 49%,#03010773 76%,rgb(3 1 7 / var(--beam-ambient,.81)) 100%)}
.world-reader{inset:calc(var(--world-header-height) + 14px) max(22px,calc((100vw - 1280px)/2)) 22px;z-index:10;border-color:var(--world-line);border-radius:5px;background:var(--world-surface);box-shadow:0 30px 90px #000b}
.world-reader>header{padding:14px 22px;gap:16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;border-color:var(--world-line);background:#110a15}.world-reader>header h2{display:block!important;font:20px/1.25 Spooky,Arial,sans-serif;color:#ffb68b;margin:0;text-align:center}.world-reader #world-normal-section{font-size:14px;color:#e5d0db;border:1px solid #715261;padding:10px 15px;max-width:none;white-space:nowrap}.world-reader #world-normal-section:hover{color:#000;border-color:var(--orange)}
.world-page-body{position:relative;flex:1;min-height:0;overflow:hidden}.world-page-body>.world-darkness{z-index:5}.world-content{height:100%;padding:var(--world-gutter);color:var(--world-copy);scroll-padding:28px;background:linear-gradient(135deg,#20102233,transparent 45%)}
.world-content .world-section{max-width:1100px;gap:32px;--u:.75px}.world-content .world-section>.artwork{padding-bottom:12px}.world-content p,.world-content .ticket p,.world-content .package p,.world-content .venue-info p,.world-content .event-date p{font-size:16px;line-height:1.65;color:var(--world-copy)}.world-content .event-date p{color:#d9acee}.world-content h3{line-height:1.25}.world-content .button{font-size:16px;line-height:1.35;border:1px solid var(--orange)!important;background:transparent!important;color:var(--orange)!important;border-radius:3px;min-height:48px;padding:13px 22px}.world-content .button:hover,.world-content .button:focus-visible{background:var(--orange)!important;color:#000!important}
.world-content #before-you-visit{max-width:1100px}.world-content .intro-copy .intro-lead{font-size:22px;color:#ffbc90;line-height:1.4}.world-content .intro-actions{gap:12px}.world-content .date-tabs{max-width:none;padding:10px 12px 26px;border-bottom-color:var(--world-line)}.world-content .date-tab{max-width:145px}.world-content .event-panel{column-gap:40px;row-gap:18px}.world-content .event-description{margin-bottom:4px}.world-content .event-tagline{color:#d9acee}.world-content .event-photo,.world-content .venue-photo{border-radius:4px;overflow:hidden}.world-content .venue-info h3{margin-bottom:12px}.world-content .visit-maps.placed{border-top-color:var(--world-line);padding-top:36px}.world-content .venue-info{padding:0 4px 16px}
.world-content .ticket,.world-content .package,.world-content .faqs details,.world-content .contact-form{background:var(--world-panel);border:1px solid var(--world-line);border-radius:4px}.world-content .ticket{border-left:2px solid #add655;padding:20px 22px}.world-content .ticket h3{font-size:24px}.world-content .package{padding:26px}.world-content .packages-title{font-size:28px}.world-content .special-packages{gap:22px;border-top-color:var(--world-line);padding-top:32px}.world-content .alcohol-note{font-size:13px;color:var(--world-muted)}.world-content .party-date span{border-color:var(--world-line);background:var(--world-panel);border-radius:3px}.world-content .faqs{gap:16px}.world-content .faqs details{padding:24px 26px}.world-content .faqs p{margin-top:16px}
.world-content .contact-form{padding:30px!important}.world-content .field{min-height:0;margin-bottom:22px;padding:0}.world-content .field label,.world-content .field:focus-within label,.world-content .field.filled label{position:static;display:block;font:14px/1.4 Arial,sans-serif;transform:none;color:#f3c6ad;margin-bottom:9px}.world-content .field input,.world-content .field textarea{height:49px;padding:11px 13px;font:16px/1.5 Arial,sans-serif;border:1px solid #755564;border-radius:3px;background:#08050b}.world-content .field textarea{min-height:126px}.world-content .field:focus-within input,.world-content .field:focus-within textarea{border-color:var(--orange);box-shadow:0 0 0 1px var(--orange)}.world-content .contact-form>.button{margin-top:0}.world-content .form-status{font-size:14px;color:var(--world-muted)}
.world-content .gallery-content{gap:24px}.world-content .gallery{border-color:var(--world-line);border-radius:4px}.world-content .gallery-arrow{min-height:48px;color:#ffb174;background:#0d070fdd;border:1px solid #ff6f0070}.world-content .gallery-arrow:hover{background:var(--orange);color:#000}.world-content .photo-caption{padding:16px 0 0;border-top:1px solid var(--world-line)}.world-content .photo-caption h3{font-size:28px}.world-content .gallery-dots button:after{background:var(--orange);width:9px;height:9px}
@media(max-width:1050px){.world-header{grid-template-columns:1fr auto;gap:12px;padding:14px 20px}.world-header-actions{grid-area:2/1/3/3;justify-content:center;min-height:44px}.world-header>.dialog-close{grid-area:1/2}.world-brand h1{font-size:26px}.world-brand p{font-size:12px;display:block}.world-reader>header h2{font-size:18px}.world-reader>header{gap:10px}.world-reader>header button,.world-reader #world-normal-section{font-size:13px;padding-inline:12px}}
@media(max-width:650px){.world-header{padding:11px 12px;gap:10px}.world-brand{gap:9px}.world-brand img{width:37px;height:42px}.world-brand h1{font-size:23px;max-width:none}.world-brand p{font-size:12px;max-width:210px}.world-header-actions{flex-direction:row;justify-content:center;gap:7px;min-height:44px}.world-header .dialog-close{font-size:12px;min-height:44px;padding:9px 10px;max-width:108px}.world-header-actions>button{font-size:14px;padding:10px 12px}.world-beam-control{width:100%;justify-content:center;min-height:38px}.world-beam-control input{width:120px}.world-viewport{inset:calc(var(--world-header-height) + 8px) 0 calc(var(--world-controls-height) + 18px)}.world-controls{left:10px;right:10px;bottom:10px;gap:7px}.world-controls>p{font-size:12px;max-width:340px}.world-turn-controls button{font-size:14px;min-height:44px}.world-turn-controls #world-enter-section{min-width:190px}.world-sections{flex-wrap:nowrap;justify-content:flex-start;width:100%;max-width:100%;overflow-x:auto;scrollbar-width:none;padding:1px 0 4px}.world-sections button{flex-shrink:0;font-size:14px;min-height:40px}.world-levels{right:6px;gap:2px;padding:3px}.world-levels button{font-size:12px;padding:8px 6px;min-height:40px}.world-portal h2{font-size:24px;bottom:38px}.world-portal-number{font-size:12px;top:10px}.world-portal>button>span{font-size:14px;bottom:12px}.world-reader{inset:calc(var(--world-header-height) + 8px) 8px 9px}.world-reader>header{grid-template-columns:1fr 1fr;padding:12px;gap:10px}.world-reader>header h2{grid-area:1/1/2/3;text-align:left;font-size:20px}.world-reader>header button,.world-reader #world-normal-section{font-size:13px;min-height:44px;max-width:none;white-space:normal;margin:0}.world-reader #world-normal-section{text-align:right}.world-dialog{--world-gutter:22px}.world-content .world-section{gap:26px}.world-content .date-tabs{padding-inline:0;gap:12px}.world-content .ticket,.world-content .package,.world-content .faqs details{padding:21px}.world-content .contact-form{padding:22px!important}.world-content .special-packages{gap:17px}.world-content .photo-caption h3{font-size:25px}}
@media(max-height:600px) and (min-width:651px){.world-header{padding:8px 18px;grid-template-columns:1fr auto auto;gap:10px}.world-brand p{display:none}.world-brand img{width:34px;height:34px}.world-brand h1{font-size:24px}.world-header-actions{grid-area:auto;min-height:40px}.world-header>.dialog-close{grid-area:auto}.world-header button{min-height:40px;font-size:12px}.world-beam-control span,.world-beam-control output{display:none}.world-beam-control{min-height:40px}.world-beam-control input{width:65px}.world-reader>header{padding:8px 14px}.world-content{padding:25px}}

/* A full-size screen anchored in the upper ring of the room. */
.world-cinema{background:#000}
.world-cinema:after{display:none}
.world-cinema-video{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}
.world-cinema>.world-portal-number{pointer-events:none}
.world-cinema>button{cursor:pointer}
.world-cinema>button>span{padding:8px 11px;background:#000c;border-radius:2px;color:#ffd5b1}
.world-cinema[data-playing=true]>button>span{opacity:0;transition:opacity .2s}
.world-cinema:hover>button>span,.world-cinema:focus-within>button>span{opacity:1}

/* The active reading page gets the same title bats as the normal website. */
.world-dialog .bat-flight-layer{visibility:visible;z-index:11;pointer-events:none}

/* Supplied Chinese lettering, kept clear of the Explore control below. */
.world-portal h2 .world-portal-title-art{display:block;width:auto;height:clamp(34px,3.8vw,52px);max-width:100%;object-fit:contain;object-position:left bottom;filter:drop-shadow(0 2px 5px #0009)}



/* /polish.css */
/* Visit essentials share the campaign's open black canvas and orange type. */
.intro.scene{height:auto;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);column-gap:clamp(32px,7vw,120px);row-gap:24px;padding:clamp(64px,7vw,128px) clamp(24px,3vw,58px) clamp(60px,5vw,96px);align-items:start}
.intro>.placed{position:relative;inset:auto;width:auto}
.intro>#intro-heading{grid-area:1/1;width:100%;max-width:924px;margin:0 0 12px}
.intro>.intro-copy{grid-area:2/1;width:100%;max-width:750px}
.intro>.intro-actions{grid-area:3/1;display:flex;flex-wrap:wrap;gap:14px;width:100%;margin:0}
.intro>.intro-actions .button{width:auto;min-width:170px;height:auto;min-height:50px;padding:14px 22px;font-size:16px}
.intro>.intro-building{grid-area:1/2/4/3;width:100%;align-self:end;max-width:740px;margin:0}
.intro-copy p{font-size:clamp(16px,1.3vw,23px);line-height:1.5}.intro-copy .intro-lead{font-size:clamp(20px,1.7vw,30px)}
.event-overview{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:clamp(24px,4vw,68px);margin-top:28px;padding:30px 0 0;border-top:1px solid #694832;color:#f5e7df;line-height:1.55}
.event-overview dl,.event-overview dd{margin:0;min-width:0}.event-overview dt{font-size:14px;letter-spacing:.07em;text-transform:uppercase;color:#ffa463;margin-bottom:12px}
.event-overview dd{display:flex;flex-direction:column;gap:5px;font-size:16px}.event-overview strong{font-weight:500;font-size:clamp(19px,1.6vw,26px);line-height:1.3;color:#fff}
.event-overview a{color:#ff9958;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;align-self:flex-start;padding:10px 0;margin-top:4px;min-height:44px}.event-overview a:hover{color:#ffd2b1}.event-overview .overview-note{color:#c7b5c1;font-size:14px}
.event-tab-label{display:none}.world-section-picker{display:none}
.world-reader{transform-origin:50% 50%}
.world-content .intro.world-section{padding:0;row-gap:24px}.world-content .event-overview{grid-area:4/1/5/3;margin-top:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.world-content .event-overview dd{font-size:16px}.world-content .event-overview strong{font-size:22px}
.world-content .intro-actions .button{min-width:0}
@media(max-width:900px){
 .intro.scene{grid-template-columns:minmax(0,1fr);gap:22px;padding:58px 24px 64px}
 .intro>#intro-heading{grid-area:1/1;max-width:620px}.intro>.intro-copy{grid-area:2/1}.intro>.intro-actions{grid-area:3/1;gap:12px}
 .intro>.intro-building{grid-area:5/1;max-width:390px;width:70%;justify-self:end;margin-top:8px}
 .event-overview,.world-content .event-overview{grid-area:4/1;grid-template-columns:minmax(0,1fr);gap:22px;margin-top:12px;padding-top:25px}
 .event-overview dl+dl{padding-top:22px;border-top:1px solid #4c333c}.event-overview dt{margin-bottom:8px}.event-overview strong{font-size:22px}
 .world-content .intro.world-section{grid-template-columns:minmax(0,1fr);column-gap:0}.world-content .intro>.intro-building{grid-area:5/1;max-width:330px}
 .date-tabs,.world-content .date-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px;align-items:start;justify-items:center;padding:0 0 24px;max-width:560px;margin-inline:auto}
 .date-tab.placed,.world-content .date-tab{position:relative;inset:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;height:auto;max-width:220px;padding:8px 4px;min-height:44px;border:0;border-radius:0;background:transparent;box-shadow:none;filter:none;mix-blend-mode:screen}
 .date-tab.placed[aria-selected=true],.world-content .date-tab[aria-selected=true]{background:transparent;border:0;box-shadow:none;filter:none}.date-tab img,.world-content .date-tab img{width:100%;height:clamp(108px,30vw,164px);max-height:none;object-fit:contain;mix-blend-mode:screen}
 .event-tab-label{display:block;font:14px/1.3 Arial,Helvetica,sans-serif;color:#eadfe8;text-align:center;padding-bottom:9px;position:relative}.date-tab[aria-selected=true] .event-tab-label{color:#ffc08c}.date-tab[aria-selected=true] .event-tab-label:after{content:"";position:absolute;bottom:0;left:calc(50% - 12px);width:24px;height:2px;background:var(--orange);border-radius:2px}
 .map-heading{align-items:flex-start;gap:10px}.map-heading h3{font-size:26px;line-height:1.15}.map-heading>span{max-width:110px;font-size:14px;text-align:right}
 .map-explore,.world-content .map-explore{min-height:48px}.venue-info p{font-size:16px;line-height:1.55}
 .site-header nav{gap:4px 14px}.site-header nav a{min-height:44px;display:flex;align-items:center;font-size:14px}
 .hero-controls button{min-width:44px;min-height:44px}.hero-controls{max-width:calc(100% - 24px);margin-inline:auto}
 .faqs summary{min-height:44px}.gallery-arrow{width:44px;min-height:48px}
 .contact-form input,.contact-form textarea{font-size:16px}
}
@media(max-width:650px){
 .world-section-picker{display:block;width:100%;max-width:420px;min-height:44px;padding:10px 36px 10px 14px;border:1px solid #815766;border-radius:10px;background:#160d1cf2;color:#f7e7ee;font:14px/1.4 Arial,Helvetica,sans-serif;touch-action:manipulation}
 .world-sections,.world-controls>p{display:none}.world-controls{gap:9px;bottom:max(10px,env(safe-area-inset-bottom))}.world-turn-controls{width:100%;max-width:420px;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:8px}
 .world-turn-controls #world-enter-section{min-width:0;width:100%;font-size:14px}.world-turn-controls button{min-width:44px;min-height:44px;padding:10px 6px}
 .world-levels button{min-height:44px;font-size:12px}.world-header-actions>button{font-size:14px;min-height:44px}.world-header{gap:9px}
 .world-reader>header h2{font-size:18px;line-height:1.35}.world-reader>header button,.world-reader #world-normal-section{font-size:14px;min-height:44px}.world-dialog{--world-gutter:20px}
 .world-content .event-overview{gap:20px}.world-content .event-overview strong{font-size:21px}
}
@media(max-width:400px){.intro.scene{padding-inline:20px}.intro>.intro-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.intro>.intro-actions .button{min-width:0;font-size:14px;padding:12px 10px;white-space:normal}.site-header nav a{font-size:13px}.site-header nav{gap:2px 10px}}
@media(prefers-reduced-motion:reduce){.world-reader{transform:none!important}}


/* /booth/booth.css */
.photo-booth{position:relative;isolation:isolate;padding:80px clamp(24px,4vw,80px) 100px;border-top:1px solid #382330;background:#070407}
.booth-heading-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;gap:24px}
.booth-kicker{color:var(--peach);font:14px/1.5 Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase;margin-bottom:16px}
#booth-heading{font:clamp(48px,6.6vw,110px)/.92 Spooky,Arial,sans-serif;color:var(--orange);font-weight:400;user-select:none;max-width:900px}
.booth-heading-bat{width:clamp(90px,14vw,220px);height:auto;transform:rotate(-14deg);margin-right:3vw}
.booth-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.8fr);gap:clamp(30px,5vw,70px);align-items:start;max-width:1200px;margin-inline:auto}
.booth-stage-column{min-width:0}.booth-stage{position:relative;aspect-ratio:3/4;width:100%;overflow:hidden;background:#15081b;border-radius:18px;isolation:isolate}
.booth-stage canvas,.booth-stage>img,.booth-stage>video:not(#booth-camera){display:block;width:100%;height:100%;object-fit:contain;position:absolute;inset:0}.booth-stage>video{background:#090509}
.booth-welcome{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,#0b06166b,#0a021699 50%,#050106bf);padding:24px;gap:18px}
.booth-welcome>span{font:clamp(42px,5vw,78px)/.95 Spooky,Arial,sans-serif;color:var(--peach)}.booth-welcome>p{font-size:17px;line-height:1.4}
.photo-booth button,.photo-booth a,.photo-booth input{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.photo-booth button,.photo-booth a{user-select:none}.photo-booth :is(button,a,input):focus-visible{outline:2px solid var(--purple);outline-offset:5px}
.photo-booth .booth-primary,.photo-booth .booth-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 22px;font:16px/1.3 Arial,sans-serif;border-radius:999px;text-align:center;transition:background .2s,color .2s;cursor:pointer}
.photo-booth .booth-primary{background:var(--orange);color:#090408;border:1px solid var(--orange)}.photo-booth .booth-primary:hover{background:var(--peach);border-color:var(--peach)}.photo-booth .booth-secondary{border:1px solid var(--orange);color:var(--orange)}.photo-booth .booth-secondary:hover{background:var(--orange);color:#090408}
.booth-text-button{min-height:44px;padding:10px 4px;color:var(--peach);font:15px/1.4 Arial,sans-serif;text-decoration:underline;text-underline-offset:5px}
.booth-options{padding-top:10px}.booth-options fieldset{margin:0 0 28px;padding:0;border:0;min-width:0}.booth-options legend{display:block;width:100%;padding:0;margin-bottom:16px;font:17px/1.4 Arial,sans-serif}.booth-options legend>span{color:var(--orange);font-size:13px;margin-right:12px}
.booth-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.booth-filters button{display:flex;flex-direction:column;gap:12px;align-items:center;padding:14px 3px 12px;border-bottom:2px solid #392a37;min-height:133px;font-size:15px;color:#ddd1dc}.booth-filters img{width:75px;height:80px;object-fit:contain;transition:transform .25s}.booth-filters button:hover img{transform:translateY(-6px) rotate(-5deg)}.booth-filters button[aria-pressed=true]{border-color:var(--orange);color:var(--orange)}
.booth-scenes{display:flex;flex-wrap:wrap;gap:9px}.booth-scenes button{padding:12px 15px;min-height:46px;border:1px solid #604957;border-radius:999px;font-size:14px}.booth-scenes button[aria-pressed=true]{background:var(--purple);border-color:var(--purple);color:#120918}.booth-scenes button:hover{border-color:var(--peach)}
.booth-modes{display:flex;border-bottom:1px solid #604957;gap:24px;flex-wrap:wrap}.booth-modes button{padding:10px 0 13px;min-height:46px;font-size:15px;position:relative}.booth-modes button[aria-pressed=true]{color:var(--orange)}.booth-modes button[aria-pressed=true]:after{content:'';height:2px;position:absolute;bottom:-1px;left:0;right:0;background:var(--orange)}
.booth-help{font:14px/1.55 Arial,sans-serif;color:#c9baca}.booth-capture{width:100%;margin-top:20px}.booth-privacy{font:13px/1.55 Arial,sans-serif;color:#a894a7;border-top:1px solid #362333;padding-top:20px;margin-top:28px}.booth-status{font:15px/1.5 Arial,sans-serif;color:var(--peach);margin-top:16px;min-height:24px}
.booth-camera-tools{display:flex;gap:8px 20px;flex-wrap:wrap;align-items:center;margin-top:12px;font:13px/1.4 Arial,sans-serif;color:#bca9bc}.booth-camera-tools button{min-height:44px;color:var(--peach);font-size:14px}.booth-camera-tools span{flex-basis:100%}
.booth-countdown{white-space:pre-line;text-align:center;position:absolute;inset:0;display:grid;place-items:center;font:clamp(60px,15vw,140px)/1.1 Spooky,Arial,sans-serif;color:white;background:#0003;text-shadow:0 3px 12px #0008;pointer-events:none}.booth-recording{position:absolute;top:20px;left:20px;background:#150617ed;color:#fff0e1;font:14px/1.4 Arial,sans-serif;border-radius:999px;padding:9px 15px}.booth-recording:before{content:'';display:inline-block;width:8px;height:8px;background:#ff5e32;border-radius:50%;margin-right:8px}
.booth-review h3{font:clamp(42px,4.3vw,66px)/1 Spooky,Arial,sans-serif;color:var(--orange);margin:0 0 22px}.booth-review>p:not(.booth-kicker){font-size:16px;line-height:1.5}.booth-result-actions{display:flex;flex-direction:column;gap:12px;margin-top:26px}.booth-email-form{margin-top:28px}.booth-email-form>label{display:block;font-size:15px;line-height:1.4;margin-bottom:12px}.booth-email-form>div{display:flex;gap:8px;margin-bottom:16px}.booth-email-form input[type=email]{min-width:0;width:100%;background:#160d18;border:1px solid #70516d;color:white;border-radius:8px;padding:12px;font-size:16px}.booth-email-form .booth-consent{display:flex;align-items:start;gap:10px;font-size:13px}.booth-consent input{accent-color:var(--orange);margin-top:3px;flex-shrink:0}
.photo-booth.booth-active{z-index:1001}body:has(.photo-booth.booth-active) :is(.torch-hint,.torch-controls){visibility:hidden}
@media(max-width:800px){.photo-booth{padding:54px 22px 64px}.booth-layout{grid-template-columns:1fr;gap:28px;max-width:540px}.booth-heading-row{margin-bottom:30px;align-items:flex-end}.booth-heading-bat{width:84px;margin:0 0 15px}.booth-options{padding-top:0}.booth-options fieldset{margin-bottom:24px}#booth-heading{font-size:clamp(43px,9vw,68px)}.booth-stage{max-height:74svh;aspect-ratio:3/4;max-width:calc(74svh * .75);margin-inline:auto}.booth-welcome>span{font-size:clamp(40px,9vw,64px)}.booth-filters img{height:62px}.booth-filters button{min-height:112px}.booth-camera-tools{justify-content:space-between}.booth-camera-tools span{font-size:13px}.booth-modes{justify-content:space-between;gap:10px}}
@media(prefers-reduced-motion:reduce){.photo-booth *{transition:none!important}.booth-filters button:hover img{transform:none}}

.booth-stage{scroll-margin-top:24px}.booth-live-actions{position:absolute;z-index:2;right:14px;bottom:14px;display:flex;gap:8px}.booth-live-actions button{min-height:44px;padding:10px 16px;border:1px solid #c7a2ce;background:#170d1ceb;color:#fff0e1;border-radius:999px;font:14px/1.4 Arial,sans-serif}

/* Supplied title artwork; the SVG viewport removes only its transparent margins. */
.booth-heading-row {display:block}
#booth-heading {width:100%;max-width:1160px;line-height:1;margin:0}
.booth-title-art {display:block;width:100%;height:auto;overflow:visible}
.booth-heading-row .booth-kicker {margin-bottom:22px}
#booth-heading .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

#booth-heading .title-hover-surface{display:block;width:100%}

/* Lens blink and spider use isolated pieces of the supplied vector title. */
.booth-title-trigger{display:block;position:relative;width:100%;padding:0;margin:0;border:0;border-radius:0;background:none;color:inherit;text-align:left;line-height:0;cursor:pointer;touch-action:manipulation}
.booth-title-trigger:focus-visible{outline:2px solid #ff7000;outline-offset:8px}
.booth-title-trigger .booth-title-svg{width:100%;height:auto;overflow:visible;pointer-events:none}
.booth-title-svg .booth-spider-thread{transform-origin:2061px 152.81px}
.booth-title-svg .booth-lens-cover{pointer-events:none}

/* Keep the complete portrait and camera controls visible on desktop. */
@media(min-width:801px){
 .booth-stage-column{position:sticky;top:24px}
 .booth-stage,.booth-camera-tools{width:min(100%,calc((100svh - 156px)*.75));margin-inline:auto}
 .booth-stage{max-height:calc(100svh - 156px)}
 .booth-camera-tools{justify-content:space-between;gap:4px 16px}
 .booth-welcome>span,html[lang=zh-Hant] .booth-welcome>span{font-size:clamp(30px,3.1vw,48px)}
 .booth-welcome{gap:12px;padding:20px}
 .booth-options{padding-top:0}
 .booth-options fieldset{margin-bottom:22px}
 .booth-filters button{min-height:108px;padding-top:8px;gap:8px}
 .booth-filters img{height:62px}
}
/* Use the same body and control scale as the event and visit sections. */
.photo-booth{font-size:17px;line-height:1.55}
.photo-booth :is(button,a,input,legend,.booth-help,.booth-privacy,.booth-status,.booth-camera-tools){font-family:var(--chinese-font,Arial,sans-serif)}
.booth-options legend{font-size:18px;line-height:1.5}
.photo-booth :is(.booth-filters button,.booth-scenes button,.booth-modes button,.booth-text-button){font-size:16px;line-height:1.4}
.photo-booth .booth-help,.photo-booth .booth-status{font-size:17px;line-height:1.55}
.photo-booth .booth-privacy,.photo-booth .booth-camera-tools,.photo-booth .booth-camera-tools button{font-size:14px;line-height:1.5}

.booth-bat-clue{margin:-4px 0 22px;padding:0}
.booth-bat-clue p{font-size:16px;line-height:1.6;color:var(--peach);max-width:46ch}
.booth-stage canvas.props-editable{touch-action:none;cursor:grab}
.booth-stage canvas.props-editable:active{cursor:grabbing}


/* /locales.css */
/* Shared bilingual layouts allow the updated event names to wrap naturally. */
.language-switch{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:22px;font:14px/1.4 Arial,sans-serif}.language-switch a{min-height:44px;display:flex;align-items:center;padding:8px 3px;color:#f7e2d2}.language-switch a[aria-current=page]{color:var(--orange);text-decoration:underline;text-underline-offset:5px}.language-switch>span{opacity:.45}.site-header{gap:16px}.site-header nav{margin-left:auto}.world-language-switch{margin:0 10px 0 0}
.whats-on.scene{height:auto;padding:80px clamp(24px,3vw,58px) 100px}.whats-on>.placed{position:relative;inset:auto;width:100%;max-width:1450px;margin-bottom:45px}.date-tabs,.world-content .date-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%;max-width:1280px;margin:0 auto 55px;align-items:start}.date-tab.placed,.world-content .date-tab{position:relative;inset:auto;width:100%;max-width:270px;display:flex;flex-direction:column;align-items:center;gap:12px;background:transparent;border:0;padding:12px 4px;mix-blend-mode:normal}.event-date-art{position:relative;display:grid;grid-template-columns:auto auto;align-items:end;gap:9px;padding-top:18px;color:#81bc21}.event-date-art strong{font:clamp(64px,7vw,120px)/.9 Spooky,Arial,sans-serif}.event-date-art>span{font:clamp(22px,2.5vw,38px)/1 Spooky,Arial,sans-serif;padding-bottom:5px}.date-tab .event-date-art img,.world-content .date-tab .event-date-art img{position:absolute;right:0;top:-5px;width:30px;height:36px;object-fit:contain;filter:none;mix-blend-mode:normal;transform:rotate(15deg)}.event-tab-label{display:block;font:16px/1.4 Arial,sans-serif;text-align:center;max-width:240px;padding-bottom:12px;color:#d7c5dd}.date-tab[aria-selected=true] .event-tab-label{color:var(--orange)}
.event-panel,.world-content .event-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px clamp(24px,5vw,90px);align-items:start}.event-panel>.placed{position:relative;inset:auto;width:auto;margin:0}.event-panel .event-photo.placed{grid-area:1/1/6/2;width:100%;height:auto;aspect-ratio:auto}.event-photo>img{width:100%;height:auto;max-height:760px;object-fit:contain}.event-panel .event-date{grid-area:1/2;display:flex;gap:16px;flex-wrap:wrap}.event-panel .event-date p{font-size:16px;line-height:1.5}.event-panel .event-heading{grid-area:2/2;max-width:100%;height:auto;display:flex;flex-direction:column;gap:18px}.event-heading #event-heading-text,.world-content .event-heading #event-heading-text,.event-panel[data-event=party] .event-heading #event-heading-text{font:clamp(34px,4.1vw,76px)/1.07 Spooky,Arial,sans-serif;order:1}.event-heading #event-heading-art{order:2;width:155px;height:68px;display:flex;gap:13px;align-items:center}.event-heading #event-heading-art .motion-piece{position:relative;inset:auto;width:42px;height:62px}.event-heading .wellness-title-art{order:2;width:155px;height:155px;object-fit:contain}.event-panel .event-tagline{grid-area:3/2;font-size:24px;line-height:1.3}.event-panel .event-description{grid-area:4/2;font-size:17px;line-height:1.55}.event-panel .event-more{grid-area:5/2;width:fit-content;min-height:48px;height:auto;padding:14px 25px;font-size:16px}.event-panel .family-bat{position:absolute;right:0;top:-28px;width:70px!important}
.visit.scene,.world-content #plan-your-visit{height:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 32px;padding:60px clamp(24px,3vw,58px) 100px}.visit>.placed{position:relative;inset:auto;width:100%;margin:0}.visit #photo-spots{position:absolute}.visit #visit-heading,.world-content #visit-heading{grid-area:1/1/2/3;max-width:900px;margin-bottom:8px}.takeover-copy,.world-content .takeover-copy{grid-area:2/1/3/3;max-width:960px;margin-bottom:24px}.takeover-copy .takeover-date{color:var(--peach);font-size:17px;margin-bottom:12px}.takeover-copy h3{font:clamp(32px,4vw,68px)/1.1 Spooky,Arial,sans-serif;color:var(--orange);margin-bottom:18px}.takeover-copy p{font-size:18px;line-height:1.55}.visit .venue-photo[data-asset=statue-square-photo],.world-content .venue-photo[data-asset=statue-square-photo]{grid-area:3/1}.visit .venue-photo[data-asset=chater-road-photo],.world-content .venue-photo[data-asset=chater-road-photo]{grid-area:3/2}.visit .venue-one,.world-content .venue-one{grid-area:4/1}.visit .venue-two,.world-content .venue-two{grid-area:4/2}.venue-info h3{font-size:26px;line-height:1.3}.venue-info p{font-size:17px;line-height:1.5}.visit .visit-gallery.button.placed,.world-content .visit-gallery.button.placed{grid-area:5/1/6/3;justify-self:start;width:auto;margin:15px 0 25px;padding:14px 22px;height:auto;min-height:48px;font-size:16px}.visit .visit-maps.placed,.world-content .visit-maps.placed{grid-area:6/1/7/3;max-width:1350px;justify-self:center;width:100%;margin:0}
.party.scene{height:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;padding:70px clamp(24px,3vw,58px) 100px}.party>.placed{position:relative;inset:auto;width:auto;margin:0}.party #party-heading{grid-area:1/1/2/4;max-width:1300px}.party-title-copy{display:inline-flex;flex-direction:column;gap:14px;max-width:90%;text-align:left}.party-title-copy strong{font:clamp(50px,7vw,120px)/.95 Spooky,Arial,sans-serif;color:var(--orange)}.party-title-copy>span{font:clamp(25px,3.6vw,60px)/1.1 Spooky,Arial,sans-serif;color:var(--orange)}#party-heading .motion-piece{position:relative;inset:auto;display:inline-block;width:80px;height:80px;vertical-align:middle;margin:18px 22px 0 0}#party-heading .title-motion-surface{height:auto}.party .party-date{grid-area:2/1/3/4}.party .ticket-prices{grid-area:3/1}.party .special-packages{grid-area:3/2}.party .party-poster{grid-area:3/3;align-self:start}.party p{font-size:17px;line-height:1.5}.party h3{font-size:25px;line-height:1.3}.world-content .party-title-copy>span{font-size:34px}.world-content .party-title-copy strong{font-size:68px}.world-content #party-heading .motion-piece{width:62px;height:62px}
html[lang^=zh]{--chinese-font:"PingFang HK","Noto Sans TC","Microsoft JhengHei",sans-serif}html[lang^=zh] body,html[lang^=zh] button,html[lang^=zh] input,html[lang^=zh] textarea,html[lang^=zh] select,html[lang^=zh] p,html[lang^=zh] .event-tab-label,html[lang^=zh] .world-content p{font-family:var(--chinese-font)}html[lang^=zh] :is(h1,h2,h3,.event-tagline,.booth-welcome>span),html[lang^=zh] #event-heading-text,html[lang^=zh] .world-content #event-heading-text,html[lang^=zh] .party-title-copy>span{font-family:var(--chinese-font);font-weight:900;line-height:1.2}html[lang^=zh] p{line-height:1.65}html[lang^=zh] .localized-art-title{display:block;font:900 clamp(36px,5.7vw,105px)/1.16 var(--chinese-font);letter-spacing:.02em;color:var(--orange)}html[lang^=zh] #intro-heading .localized-art-title{font-size:clamp(44px,6.7vw,126px)}html[lang^=zh] #footer-art .localized-art-title,html[lang^=zh] .footer-art .localized-art-title{color:#000;font-size:clamp(55px,11vw,190px)}html[lang^=zh] .world-content .localized-art-title{font-size:clamp(35px,5vw,70px)}html[lang^=zh] [data-localized-art] .motion-piece{position:relative;inset:auto;display:inline-block;width:65px;height:65px;margin:12px 20px 0 0;vertical-align:middle}html[lang^=zh] .world-portal h2{font-family:var(--chinese-font);font-weight:800;line-height:1.3;font-size:34px}html[lang^=zh] .booth-welcome>span{font-size:clamp(34px,4vw,62px)}html[lang^=zh] .booth-review h3{font-size:clamp(34px,4vw,58px)}html[lang^=zh] #booth-heading{font-size:clamp(40px,5.5vw,90px)}html[lang^=zh] .event-date-art>span{font-family:var(--chinese-font);font-size:22px}
@media(max-width:900px){.site-header{display:grid;grid-template-columns:auto 1fr;gap:0 12px;align-items:start}.site-header .brand{grid-area:1/1/3/2}.site-header nav{grid-area:2/2;justify-content:flex-end;flex-wrap:wrap;margin:0;gap:4px 14px}.site-header>.language-switch{grid-area:1/2;justify-content:flex-end;margin:0}.whats-on.scene{padding:45px 24px 75px}.date-tabs,.world-content .date-tabs{grid-template-columns:repeat(2,minmax(0,1fr));max-width:580px;gap:16px 20px;margin-bottom:35px}.event-tab-label{font-size:15px}.event-date-art strong{font-size:90px}.event-panel,.world-content .event-panel{grid-template-columns:1fr;gap:18px}.event-panel>.placed,.world-content .event-panel>.placed{grid-area:auto!important}.event-panel .event-photo.placed{max-width:700px}.event-panel .event-date{margin-top:5px}.event-panel .event-heading{width:100%}.event-panel .event-heading #event-heading-text{font-size:clamp(34px,7vw,58px)}.event-panel .event-more{margin-top:5px}.event-panel .family-bat{display:none}.visit.scene{padding:40px 24px 75px}.visit,.world-content #plan-your-visit{grid-template-columns:1fr!important}.visit>*:not(#photo-spots),.world-content #plan-your-visit>*:not(#photo-spots){grid-area:auto!important}.visit .venue-photo[data-asset=statue-square-photo],.world-content .venue-photo[data-asset=statue-square-photo]{order:3!important}.visit .venue-one,.world-content .venue-one{order:4!important}.visit .venue-photo[data-asset=chater-road-photo],.world-content .venue-photo[data-asset=chater-road-photo]{order:5!important}.visit .venue-two,.world-content .venue-two{order:6!important}.visit .visit-gallery,.world-content .visit-gallery{order:7!important}.visit .visit-maps,.world-content .visit-maps{order:8!important}.takeover-copy h3{font-size:40px}.takeover-copy p{font-size:17px}.party.scene{grid-template-columns:1fr;padding:35px 24px 80px}.party>.placed{grid-area:auto!important}.party .party-poster{max-width:440px;justify-self:center}.party-title-copy strong{font-size:clamp(48px,9vw,80px)}.party-title-copy>span{font-size:clamp(28px,5vw,46px)}.party .party-date{gap:30px}.world-header-actions{flex-wrap:wrap;gap:6px}.world-language-switch{margin:0;justify-content:center}.world-header .dialog-close{max-width:110px}.world-content #dj-party>.placed{grid-area:auto!important}.world-content #dj-party{grid-template-columns:1fr!important}.world-content .special-packages{display:block}.world-content .package{margin:20px 0}html[lang^=zh] .world-portal h2{font-size:28px}html[lang^=zh] .event-heading #event-heading-text{font-size:36px}}
@media(max-width:450px){.world-header{grid-template-columns:1fr auto}.world-header-actions{max-width:160px;display:grid;grid-template-columns:1fr 1fr}.world-header-actions .language-switch{grid-column:1/-1}.world-header-actions>button{padding:7px!important;font-size:12px!important}.world-beam-control{grid-column:1/-1}.world-header .dialog-close{font-size:12px}.world-viewport{top:160px}.world-brand p{display:none}.world-brand h1{font-size:20px}.world-reader{top:160px}.language-switch{font-size:14px}.takeover-copy h3{font-size:34px}}
/* Keep the mobile world toolbar in rows and size its viewport from its measured height. */
html[lang^=zh] #event-panel .event-heading #event-heading-text{font-family:var(--chinese-font);font-weight:900;line-height:1.2}
html[lang^=zh] #days-heading .localized-art-title{color:var(--green)}
html[lang^=zh] .event-date-art{display:flex;flex-direction:row-reverse;align-items:baseline}
html[lang^=zh] .event-date-art>span{font-size:18px;white-space:nowrap}
@media(max-width:650px){.world-header-actions{display:grid;grid-template-columns:auto auto auto;width:100%;max-width:none;gap:7px;align-items:center;justify-content:center}.world-header-actions .world-language-switch{grid-column:auto;gap:7px}.world-beam-control{grid-column:1/-1;white-space:nowrap;width:100%;min-width:0}.world-beam-control span{flex-shrink:0}.world-viewport{top:calc(var(--world-header-height) + 8px)}.world-reader{top:calc(var(--world-header-height) + 8px)}}
/* Preserve the original English campaign art and its embedded moving pieces. */
html[lang=en] .date-tab>img{display:block;width:100%;height:clamp(160px,17vw,260px);max-height:none;object-fit:contain;mix-blend-mode:screen}
html[lang=en] .date-tab.placed{gap:14px;mix-blend-mode:screen}
html[lang=en] .event-heading #event-heading-art{display:block;position:relative;order:0;width:100%;max-width:660px;height:auto}
html[lang=en] .event-heading #event-heading-art>img{display:block;width:100%;height:auto}
html[lang=en] #party-heading .motion-piece,html[lang=en] .event-heading #event-heading-art .motion-piece{position:absolute;inset:auto;left:var(--piece-x);top:var(--piece-y);width:var(--piece-width);height:var(--piece-height);margin:0;display:block}
html[lang=en] #party-heading .title-motion-surface{position:relative;display:block;width:100%;height:auto}
html[lang=en] .party #party-heading{width:100%;max-width:920px}
html[lang=en] .party-date{flex-wrap:wrap;gap:12px 35px}
html[lang=en] .party-programme-name{flex-basis:100%;width:100%;margin:0 0 8px;font:clamp(20px,2vw,30px)/1.35 Arial,sans-serif;color:var(--orange)}
html[lang=en] .event-programme-name{display:inline-block;font:700 20px/1.4 Arial,sans-serif;margin-bottom:12px;color:var(--purple)}
html[lang=en] .world-content .date-tab>img{height:160px}
html[lang=en] .world-content #party-heading{max-width:850px}
html[lang=en] .world-content .party-programme-name{font-size:22px;max-width:none}
@media(max-width:900px){html[lang=en] .date-tab>img,html[lang=en] .world-content .date-tab>img{height:clamp(120px,35vw,190px)}html[lang=en] .party #party-heading{max-width:720px}html[lang=en] .event-heading #event-heading-art{max-width:580px}}
/* Uploaded Chinese campaign art: shared source pixels, original motion hooks. */
html[lang^=zh] [data-cn-art]{mix-blend-mode:normal;height:auto}
html[lang^=zh] [data-cn-art] .title-motion-surface{position:relative;display:block;width:100%;height:auto}
html[lang^=zh] [data-cn-art] .cn-title-graphic{display:block;width:100%;height:auto;overflow:hidden}
html[lang^=zh] [data-cn-art] .motion-piece,html[lang^=zh] #party-heading[data-cn-art] .motion-piece{position:absolute;inset:auto;left:var(--piece-x);top:var(--piece-y);width:var(--piece-width);height:var(--piece-height);margin:0;display:block}
html[lang^=zh] .date-tab{mix-blend-mode:normal}
html[lang^=zh] .date-tab>img.cn-date-art{display:block;width:100%;height:clamp(160px,17vw,260px);max-height:none;object-fit:contain;mix-blend-mode:normal;overflow:visible;transform-origin:50% 75%;pointer-events:none}
html[lang^=zh] .world-content .date-tab>img.cn-date-art{height:160px}
html[lang^=zh] #days-heading[data-cn-art]{max-width:1330px;margin-bottom:30px}
html[lang^=zh] #party-heading[data-cn-art]{width:100%;max-width:1300px}
html[lang^=zh] #faq-heading[data-cn-art]{width:calc(920 * var(--u));max-width:100%}
html[lang^=zh] .world-content #faq-heading[data-cn-art]{width:100%;max-width:760px}
html[lang^=zh] .faq.scene{height:auto;display:grid;gap:40px;padding:70px clamp(24px,3vw,58px) 85px}
html[lang^=zh] .faq.scene>.placed{position:relative;inset:auto;margin:0;width:100%}
html[lang^=zh] .faq.scene #faq-heading[data-cn-art]{max-width:840px}
html[lang^=zh] .footer-art[data-cn-art]{mix-blend-mode:normal}
@media(max-width:900px){html[lang^=zh] .date-tab>img.cn-date-art,html[lang^=zh] .world-content .date-tab>img.cn-date-art{height:clamp(135px,37vw,205px)}html[lang^=zh] #days-heading[data-cn-art]{margin-bottom:20px}html[lang^=zh] #faq-heading[data-cn-art]{width:100%;max-width:670px}}
@media(prefers-reduced-motion:reduce){.cn-date-art{transform:none!important;transition:none!important}}

html[lang^=zh] .party-date{flex-wrap:wrap;gap:12px 35px}html[lang^=zh] .party-programme-name{flex-basis:100%;font-size:22px;color:var(--green);margin-bottom:8px}

/* The attached record pivots as one complete ink stroke, without tearing the word. */
[data-cn-art] .motion-piece[data-motion-profile=joined-record]>img{transform-origin:20% 55%}

/* Keep language links on the same bottom edge as the primary menu. */
.site-header {align-items:flex-end}
.site-header nav {align-items:flex-end}
.site-header nav a {align-items:flex-end}
.site-header>.language-switch {align-self:flex-end;align-items:flex-end;line-height:1.3}
.site-header>.language-switch a {align-items:flex-end;padding-top:8px;padding-bottom:8px}
.site-header>.language-switch>span {padding-bottom:8px}
@media(max-width:900px){
 .site-header {grid-template-columns:minmax(0,1fr) auto;gap:0 12px;align-items:end}
 .site-header .brand {grid-area:1/1;align-self:start}
 .site-header nav {grid-area:2/1;min-width:0;max-width:none;justify-content:flex-start;gap:0 12px;padding-top:4px}
 .site-header>.language-switch {grid-area:2/2;justify-content:flex-end;gap:6px;margin:0}
}
@media(max-width:450px){.site-header nav{gap:0 9px}.site-header>.language-switch{gap:4px}}

/* Chinese pumpkin ink matches the existing English normal/hover/selected states. */
html[lang^=zh] .date-tab[aria-selected=false]>img.cn-date-art{filter:url(#date-ink-palette) brightness(.6)}
html[lang^=zh] .date-tab[aria-selected=true]>img.cn-date-art{filter:url(#date-ink-palette) brightness(1)}
.date-tab[aria-selected=false]:focus-visible{filter:brightness(1.6)}
html[lang^=zh] #visit-heading[data-cn-art]{max-width:850px}
html[lang^=zh] #contact-heading[data-cn-art]{max-width:900px}

/* Uploaded map names share a consistent cap height while preserving their ratio. */
html[lang^=zh] .map-heading h3{max-width:100%;min-width:0}
.map-name-art{display:block;width:auto;height:clamp(23px,3vw,38px);max-width:100%;object-fit:contain;object-position:left center}

/* The supplied purple event headings keep their original proportions. */
.event-heading .uploaded-event-headings{display:block;position:relative;width:100%;max-width:660px;order:0}
.event-heading .uploaded-event-title{display:block;width:100%;height:auto;max-width:100%;mix-blend-mode:normal}
.event-heading .uploaded-event-title[hidden],.event-heading .uploaded-event-headings[hidden]{display:none!important}
html[lang^=zh] .event-heading #event-heading-text.sr-only,.event-heading #event-heading-text.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}


/* /revision70.css */
/* 18 September: keep the original artwork and interactions in a flowing layout. */
.hero.scene{height:auto!important;min-height:0;overflow:hidden;padding:0}
.hero-window{position:relative;top:auto;height:min(100svh,64vw);min-height:480px;width:100vw;margin-left:calc((100% - 100vw)/2);max-height:none}
.hero-curtain,.hero-ink{display:none!important}
.hero-controls{bottom:22px}
#whats-on.scene{height:auto;padding:90px clamp(24px,3vw,58px) 80px;display:block}
#whats-on>.placed,#whats-on .date-tab.placed,#whats-on .event-panel .placed{position:relative;inset:auto;width:auto}
#whats-on>h2{width:min(1050px,90%);margin:0 0 60px}
.date-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin:0 0 65px;width:100%}
.date-tab.placed{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:none;padding:0;gap:10px}
.date-pumpkin-window{display:block;width:min(100%,255px);aspect-ratio:1/.83;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 70%,88% 70%,79% 100%,21% 100%,12% 70%,0 70%)}
.date-tab .date-pumpkin-window img{width:100%;height:auto;max-height:none;object-fit:contain;filter:url('#date-orange')!important}
.date-tab .event-tab-label{display:block;font:500 30pt/1.12 Spooky,Arial,sans-serif;color:var(--orange);text-align:center;padding:0;overflow-wrap:anywhere}
.date-tab .event-tab-label:after{display:none}
.date-tab[aria-selected=false]{opacity:.6;filter:none!important}.date-tab[aria-selected=true]{opacity:1;filter:none!important}.date-tab:hover{opacity:1}
.event-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px 45px;align-items:start}
.event-panel .event-photo{grid-column:1;grid-row:1/6;width:100%;aspect-ratio:1/1.02;align-self:start}
.event-panel .event-date{grid-column:2;display:flex;flex-wrap:wrap;gap:6px 24px;margin:0}
.event-date p,.takeover-date,.venue-info p:not(.venue-category),.detail-date,.party-date{font-size:30pt!important;font-weight:300!important;line-height:1.3}
.event-panel .event-heading{grid-column:2;grid-row:2;width:100%;margin:0}
.event-panel .uploaded-event-headings{width:100%;height:auto;position:relative;display:block}
.event-panel .uploaded-event-title{width:100%;height:auto;object-fit:contain;mix-blend-mode:screen}
.event-panel .event-tagline{grid-column:2;grid-row:3;font-size:30pt;font-weight:500;line-height:1.22;margin:0}
.event-panel .event-description{grid-column:2;grid-row:4;font-size:18px;line-height:1.5;margin:0}
.event-panel .event-more{grid-column:2;grid-row:5;justify-self:start;width:auto;height:auto;min-height:50px;padding:14px 28px;margin-top:14px}
.event-panel .family-bat{display:none!important}.event-programme-name{display:none}.event-programme-name+br{display:none}
.intro-support{grid-column:2;grid-row:4;justify-self:end;width:min(100%,430px)}
.intro-support p{font-size:16px;margin:0 0 16px}.intro-support .organisers.placed{position:relative;inset:auto;width:100%;height:auto;filter:invert(1);mix-blend-mode:screen}
.intro-copy .intro-lead{font-weight:500}.intro .event-overview{display:none}
#plan-your-visit.scene{height:auto;padding:80px clamp(24px,3vw,58px);display:grid;grid-template-columns:1fr 1fr;gap:28px 35px}
#plan-your-visit>.placed,#plan-your-visit>.takeover-copy{position:relative;inset:auto;width:auto;margin:0}
#plan-your-visit>#visit-heading{grid-column:1/-1;width:min(900px,90%);margin-bottom:24px}
#plan-your-visit>.takeover-copy{grid-column:1/-1;max-width:1050px}
.takeover-copy h3{font:500 30pt/1.2 Spooky,Arial,sans-serif;color:var(--orange);margin:20px 0}.takeover-copy>p:last-child{font-size:18px;line-height:1.5;margin-bottom:30px}
#plan-your-visit>.venue-photo{grid-row:3;width:100%;aspect-ratio:1.64;overflow:visible}
.venue-photo>img{width:100%;height:100%;object-fit:cover;border-radius:8% 3% 8% 3%}
#plan-your-visit>.venue-one{grid-column:1;grid-row:4}#plan-your-visit>.venue-two{grid-column:2;grid-row:4}
.venue-info h3{font-size:30pt;font-weight:500}.venue-category{font-size:16px!important;font-weight:300!important;margin-bottom:20px}
#plan-your-visit>.visit-gallery{grid-column:1/-1;justify-self:start;width:auto;height:auto;padding:14px 26px}
#plan-your-visit>.visit-maps{grid-column:1/-1;width:86%;margin:65px auto 0}
.zombie-hunt{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:80px clamp(24px,6vw,110px);scroll-margin-top:100px}
.zombie-hunt h2{font:clamp(48px,7vw,104px)/1 Spooky,Arial,sans-serif;color:var(--orange);margin:15px 0 25px}.zombie-hunt p{font-size:20px;line-height:1.5}.zombie-hunt .hunt-kicker{font-size:14px;letter-spacing:.14em}.zombie-hunt .button{margin-top:28px;width:auto;padding:14px 28px;min-height:50px}.zombie-hunt>img{width:180px;max-width:27%;height:280px;object-fit:contain;animation:hunt-idle 3s ease-in-out infinite}@keyframes hunt-idle{50%{transform:rotate(3deg) translateY(-8px)}}
#before-you-visit.scene{height:auto;padding:75px clamp(24px,3vw,58px);display:block}
#before-you-visit>.placed{position:relative;inset:auto;width:auto}#before-you-visit>h2{width:min(650px,70%);margin-bottom:65px}
.faqs{display:grid;grid-template-columns:1fr 1fr;gap:60px}.faqs summary{font-size:30pt!important;font-weight:500}.faqs p{font-size:18px;line-height:1.5;margin:20px 0}.faqs strong{font-weight:500}
#detail-content .placed{position:relative;inset:auto;width:auto;margin:25px 0}#detail-content .ticket,#detail-content .package{margin:20px 0}#detail-content h3{font-size:22px}#detail-content p{font-size:18px}
[hidden]{display:none!important}
@media(max-width:900px){
 .hero-window{height:80svh;min-height:420px}.site-header{gap:12px;flex-wrap:wrap}.site-header nav{flex:1;gap:14px}.language-switch{margin-left:auto}
 #whats-on.scene{padding-top:60px}.date-tabs{grid-template-columns:1fr 1fr;gap:30px 20px;max-width:none}.date-pumpkin-window{width:min(100%,210px)}
 .event-panel{grid-template-columns:1fr;gap:24px}.event-panel .event-photo{grid-column:1;grid-row:1;aspect-ratio:1.1}.event-panel .event-date{grid-column:1;grid-row:2}.event-panel .event-heading{grid-column:1;grid-row:3}.event-panel .event-tagline{grid-column:1;grid-row:4}.event-panel .event-description{grid-column:1;grid-row:5}.event-panel .event-more{grid-column:1;grid-row:6}
 .intro-support{grid-column:1;grid-row:6;justify-self:start;width:320px;max-width:100%}
 #plan-your-visit.scene{display:flex;flex-direction:column;padding-top:50px}#plan-your-visit>.takeover-copy{order:0}#plan-your-visit>.venue-photo{aspect-ratio:1.64;width:100%}#plan-your-visit>.visit-maps{width:100%;margin:40px 0 0}.venue-info{margin-bottom:24px!important}
 .faqs{grid-template-columns:1fr;gap:24px}.faqs summary{font-size:26px!important}.event-date p,.takeover-date,.venue-info p:not(.venue-category),.detail-date{font-size:clamp(24px,5.8vw,40px)!important}.event-tab-label{font-size:clamp(25px,5.8vw,40px)!important}.event-tagline,.venue-info h3{font-size:28px!important}
 .zombie-hunt{padding-block:55px}.zombie-hunt>img{width:110px;height:220px}
}
@media(prefers-reduced-motion:reduce){.zombie-hunt>img{animation:none}}

/* Keep the original date lettering, with only the superseded curved labels clipped. */
.date-pumpkin-window{aspect-ratio:1;clip-path:none;width:min(100%,230px)}
.date-tab .date-pumpkin-window img{display:block;width:100%;height:100%;object-fit:contain}
.date-tab[aria-selected=false]{opacity:1}.date-tab[aria-selected=true] .date-pumpkin-window{transform:translateY(-8px)}
.date-tab.placed{height:auto!important;overflow:visible!important}.date-tabs{align-items:start}
html[lang="zh-Hans"]{--font-body:"PingFang SC","Microsoft YaHei",sans-serif}

.intro-support .organisers.placed{filter:none;mix-blend-mode:normal;border-radius:4px}
@media(max-width:900px){#plan-your-visit>#visit-heading{order:0}#plan-your-visit>.takeover-copy{order:1}#plan-your-visit>.venue-photo[data-asset="statue-square-photo"]{order:2}#plan-your-visit>.venue-one{order:3}#plan-your-visit>.venue-photo[data-asset="chater-road-photo"]{order:4}#plan-your-visit>.venue-two{order:5}#plan-your-visit>.visit-maps{order:6}#plan-your-visit>.visit-gallery{order:7}}

.footer-meta>span:first-child{font-size:30pt;font-weight:300;line-height:1.3}
@media(max-width:900px){.footer-meta>span:first-child{font-size:24px}}


/* /revision71.css */
/* 18 September revised PDF proportions and consolidated visit guide. */
#whats-on.scene{padding-top:clamp(50px,5vw,96px);padding-bottom:clamp(65px,7vw,135px)}
#whats-on>h2{width:94%;max-width:none;margin-bottom:clamp(40px,5vw,96px)}
.date-tabs{gap:clamp(15px,2.5vw,48px);margin-bottom:clamp(55px,7vw,135px)}
.date-pumpkin-window{width:90%;max-width:360px;aspect-ratio:600/640}
.date-tab .date-pumpkin-window img{filter:none!important}
.date-tab .event-tab-label{display:none}
.date-tab .event-programme-label{font:500 clamp(16px,1.55vw,30px)/1.25 var(--font-body,Arial,sans-serif);color:white;display:block;min-height:2.5em;max-width:100%;text-align:center}
.date-tab[aria-selected=false] .date-pumpkin-window{opacity:.6}.date-tab[aria-selected=true] .date-pumpkin-window{opacity:1;transform:none}
.event-panel{column-gap:clamp(36px,5vw,96px);row-gap:clamp(16px,1.8vw,34px);grid-template-columns:46% 1fr}
.event-panel .event-photo{aspect-ratio:auto;width:100%;align-self:start}.event-photo>img{height:auto;object-fit:contain}
.event-panel .event-date{margin-top:6%;gap:8px 28px}
.event-date p,.takeover-date,.detail-date,.party-date{font-size:clamp(18px,1.55vw,30px)!important;font-weight:300!important;line-height:1.35}
.event-panel .event-tagline{font-size:clamp(20px,1.55vw,30px)!important;line-height:1.3;font-weight:500}
.event-panel .event-description{font-size:clamp(16px,1.25vw,24px);line-height:1.35}
.event-panel .event-more{margin-top:clamp(16px,2vw,38px);padding:16px 32px;min-width:clamp(140px,14vw,268px)}
.intro-support{width:clamp(240px,24vw,460px)}.intro-support .organisers.placed{background:none;border-radius:0}
#plan-your-visit.scene{gap:clamp(18px,2vw,38px);padding-top:clamp(55px,6vw,115px)}
#plan-your-visit>#visit-heading{width:62%;max-width:1150px;margin-bottom:clamp(30px,3vw,58px)}
#plan-your-visit>.takeover-copy{max-width:1100px;margin-bottom:clamp(20px,3vw,58px)}
.takeover-copy h3{font-size:clamp(30px,3.1vw,60px);margin:22px 0 30px}.takeover-copy>p:last-child{font-size:clamp(16px,1.25vw,24px)}
.venue-info h3{font:500 clamp(20px,1.6vw,30px)/1.3 var(--font-body,Arial,sans-serif);color:#ff9a62;margin:18px 0}
.venue-category{font-size:clamp(14px,1.05vw,20px)!important;font-weight:300;color:#ccc}
.venue-info p:not(.venue-category){font-size:clamp(16px,1.25vw,24px)!important;font-weight:300!important;line-height:1.35}
#plan-your-visit>.visit-gallery{grid-row:5;margin-top:20px}#plan-your-visit>.visit-maps{grid-row:6;margin-top:60px}
#before-you-visit.scene{padding-top:90px;padding-bottom:100px}
#before-you-visit>h2{width:36%;margin-bottom:clamp(45px,5vw,96px)}
.faqs{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(26px,3.5vw,68px);align-items:start}
.faqs summary,.faq-contact h3{font:500 clamp(19px,1.55vw,30px)/1.3 var(--font-body,Arial,sans-serif)!important;color:#bd8fe0;margin:0 0 24px}
.faqs p,.faq-contact p{font-size:clamp(16px,1.25vw,24px);font-weight:300;line-height:1.4}
.faq-contact .placed{position:relative;inset:auto;width:100%}.faq-contact .contact-copy p{margin:0 0 24px}.faq-contact .contact-form{margin-top:28px;width:100%}
.faq-contact .field{min-height:65px;padding:0 0 18px}.faq-contact .field label{font-size:clamp(16px,1.25vw,24px);color:#bd8fe0;top:0}
.faq-contact .field input,.faq-contact .field textarea{font-size:18px;padding-top:24px;height:55px}.faq-contact .field textarea{min-height:105px;resize:vertical}
.faq-contact .button{position:relative;width:160px;margin-top:24px;min-height:48px}
.faq-art{display:flex;align-items:flex-end;width:25%;gap:12px;margin-top:-170px;pointer-events:none}.faq-art>.placed{position:relative;inset:auto;pointer-events:auto}.faq-art .contact-skeleton{width:42%}.faq-art .contact-phone{width:52%}
.footer-meta>span:first-child,.footer-meta{font-size:clamp(12px,.9vw,17px);font-weight:300;line-height:1.4}
.footer-meta{align-items:center}.footer-brand{width:clamp(80px,8.7vw,166px)}
@media(max-width:900px){
 .date-tabs{gap:25px 16px}.date-pumpkin-window{width:100%;max-width:240px}.date-tab .event-programme-label{font-size:16px}
 .event-panel{grid-template-columns:1fr}.event-panel .event-date{margin-top:0}.event-panel .event-photo{max-width:560px;justify-self:center}
 #plan-your-visit>#visit-heading{width:90%}#before-you-visit>h2{width:70%}
 .faqs{grid-template-columns:1fr;gap:30px}.faq-contact{margin-top:10px}.faq-art{margin-top:40px;width:220px;max-width:65%}
 .faqs summary,.faq-contact h3{font-size:22px!important}.faqs p,.faq-contact p{font-size:16px}
 .footer-meta>span:first-child{font-size:12px}.intro-support{width:290px;max-width:100%}
}


/* /revision72.css */
/* Supplied September 18 artwork and shared game experience. */
.intro>.intro-building{grid-area:1/2;align-self:end}.intro-support{grid-column:2;grid-row:3;justify-self:stretch;align-self:end;width:100%;display:flex;align-items:flex-end;gap:24px}.intro-support p{margin:0;flex:1;white-space:nowrap;font-size:clamp(14px,1.2vw,23px);align-self:flex-start}.intro-support .organisers.placed{width:58%;max-height:70px;object-fit:contain;object-position:right bottom}
#before-you-visit>h2{width:18%;margin-left:0}.date-pumpkin-window{clip-path:none;aspect-ratio:600/640}.date-tab[aria-selected=false]{opacity:1}.date-tab[aria-selected=false] .date-pumpkin-window{opacity:.35}.date-tab[aria-selected=true] .date-pumpkin-window{opacity:1}.date-tab:hover .date-pumpkin-window{opacity:1}
#plan-your-visit>.venue-photo{aspect-ratio:1853/1042}.venue-photo>img{object-fit:contain;border-radius:0}.takeover-heading-art{width:min(100%,750px);height:auto;display:block}
html[lang=zh-Hans] #intro-heading .motion-piece,html[lang=zh-Hans] #days-heading .motion-piece,html[lang=zh-Hans] #faq-heading .motion-piece,html[lang=zh-Hans] .footer-art .motion-piece{display:none}
html[lang=zh-Hans] .cn-title-graphic{object-fit:contain;height:auto}
.hunt-entry,.hunt-community{width:min(100%,420px);font-family:Arial,sans-serif}.hunt-entry label,.hunt-reward label{display:block;text-align:left;color:#fff;font-size:16px;margin:12px 0}.hunt-entry input,.hunt-reward input{display:block;width:100%;background:#19111c;border:1px solid #bd8fe0;border-radius:4px;padding:12px;color:#fff;font:18px Arial;box-sizing:border-box;user-select:text}.hunt-entry p,.hunt-community p{max-width:none;font:14px/1.4 Arial;margin:10px 0}.hunt-community h3{font:22px Arial;color:#bd8fe0;margin:18px 0}.hunt-community ol{padding-left:30px;text-align:left;color:#fff;font:16px/1.8 Arial}.hunt-community li{padding-left:8px}.hunt-community li span:last-child{float:right}.hunt-reward{text-align:left}.game-overlay.is-ready,.game-overlay.is-result{overflow:auto;justify-content:flex-start}.game-overlay.is-ready{padding-top:28px}.hunt-community button{font:18px Arial}.game-overlay:has(.hunt-entry:not([hidden])){overflow:auto;justify-content:flex-start}
.play-page .site-header{position:relative}.play-page main>section:not(#play-zone):not(#photo-booth),.play-page footer,.play-page #torch-controls{display:none!important}.play-page #play-zone{padding:35px 24px;max-width:900px;margin:auto}.play-page #play-zone h1{font:clamp(36px,6vw,68px) Spooky,Arial;color:var(--orange);margin:15px 0 30px}.play-page #interactive-map{width:100%;max-width:560px;margin:auto}.play-page .site-header nav a:first-child{display:none}.play-page #photo-booth{padding-top:50px}
@media(max-width:1100px){.intro-support{display:block}.intro-support p{margin-bottom:12px}.intro-support .organisers.placed{width:100%;max-width:330px;object-position:left bottom}}
@media(max-width:900px){.intro>.intro-building{grid-area:auto;align-self:end}.intro-support{grid-column:1;grid-row:auto;width:100%;max-width:430px;justify-self:start}#before-you-visit>h2{width:35%}.takeover-heading-art{width:100%}.hunt-entry p,.hunt-community p{font-size:14px}.game-overlay.is-ready>strong,.game-overlay.is-result>strong{font-size:36px}.play-page #interactive-map{max-width:100%}}

@media(min-width:901px){.intro>#intro-heading{align-self:end;margin-bottom:0}.intro>.intro-actions{align-self:end}.intro-support{gap:16px}.intro-support p{white-space:normal;min-width:0}.intro-support .organisers.placed{flex:0 0 58%}}

/* Revision 73: halve only the rendered English title; preserve Chinese sizes. */
html[lang=en] #before-you-visit>#faq-heading{width:50%;max-width:none;margin-left:0;margin-right:auto;justify-self:start}


/* /revision74.css */
/* September 18: streamlined sections and direct-play experience. */
#event-more,.intro-actions,#open-gallery{display:none!important}
.intro-support{grid-row:2}
.date-tabs{justify-content:center;justify-items:center;width:100%}
.date-tabs .date-tab.placed{justify-self:center;text-align:center;min-width:0;display:flex;flex-direction:column;align-items:center}
.date-pumpkin-window{margin-inline:auto}
.date-tab img{object-position:center}
html[lang^=zh] #days-heading .cn-title-graphic{filter:url(#entire-title-green)}
.world-portal[data-index="4"] h2 .world-portal-title-art{height:clamp(34px,3.8vw,52px)}
.play-page #play-zone{max-width:1100px}
.play-page #interactive-map{max-width:none}
.play-page .zombie-dialog.inline-game{position:relative;inset:auto;width:100%;max-width:100%;max-height:none;margin:0;padding:0;overflow:visible;box-sizing:border-box}
.inline-game .game-header>.dialog-close,.inline-game #game-map-only{display:none}
.inline-game .zombie-board{width:min(100%,620px)}
.inline-game .game-overlay{max-height:100%;box-sizing:border-box}
@media(min-width:901px){
 .intro-support{align-self:end}
 #plan-your-visit>.visit-maps{grid-row:5}
}
@media(max-width:900px){
 html[lang=en] #before-you-visit>#faq-heading{width:100%;max-width:none}
 html[lang^=zh] .takeover-heading-art{width:50%}
 html[lang^=zh] .footer-art .title-motion-surface{filter:brightness(0)}
 .site-header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:18px;row-gap:4px}
 .site-header .brand{grid-area:1/1;align-self:center}
 .site-header nav{grid-area:1/2;justify-self:end;margin:0;padding:0;width:auto;max-width:none;text-align:right;justify-content:flex-end;align-items:center;align-self:center;flex-wrap:nowrap;gap:clamp(10px,2.5vw,22px)}
 .site-header>.language-switch{grid-area:2/2;justify-self:end;justify-content:flex-end;margin:0}
 .intro-support{grid-row:auto}
 .play-page #play-zone{padding:20px 12px}
 .inline-game .game-header{padding:14px 16px}
}
@media(max-width:400px){.site-header{column-gap:12px}.site-header nav a{font-size:13px}}
.world-party-title{display:none}
html[lang=zh-Hans] .world-content #event-panel[data-event=party] .event-heading .world-party-title{display:block;width:100%;height:auto;mix-blend-mode:screen}
html[lang=zh-Hans] .world-content #event-panel[data-event=party] #event-heading-text,html[lang=zh-Hans] .world-content #event-panel[data-event=party] #event-uploaded-headings{display:none!important}
.event-heading .world-party-title{display:none}
html[lang=zh-Hans] .world-portal h2 .world-portal-title-art{width:auto;height:clamp(78px,8vw,105px);max-width:100%;object-fit:contain;filter:url(#white-title-art);mix-blend-mode:normal}
html[lang=zh-Hans] .world-content .world-party-title{filter:url(#white-title-art)}
/* Let the direct-play entry form and results grow with the page, including on phones. */
.inline-game .zombie-board:has(.game-overlay.is-ready),.inline-game .zombie-board:has(.game-overlay.is-result){aspect-ratio:auto}
.inline-game .zombie-board:has(.game-overlay.is-ready)>.game-map-image,.inline-game .zombie-board:has(.game-overlay.is-result)>.game-map-image{position:absolute;inset:0;object-fit:cover}
.inline-game .game-overlay.is-ready,.inline-game .game-overlay.is-result{position:relative;inset:auto;overflow:visible;max-height:none}


/* /revision78.css */
/* The video shares the existing hero frame and crop with the still photographs. */
.hero-video{background:#000}
.hero-controls .hero-video-dot span{width:0;height:0;border:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #fff;border-radius:0;background:transparent;scale:1}
.hero-controls .hero-video-dot[aria-current=true] span{border-left-color:var(--orange);border-top-color:transparent;border-bottom-color:transparent;background:transparent}
@media(max-width:600px){
 .hero-controls{left:12px;right:12px;max-width:none;gap:0;padding-inline:4px}
 .hero-controls button{flex:1 1 0;min-width:0;max-width:44px;width:auto;min-height:44px}
 .hero-controls .hero-play{flex:0 0 55px;width:55px;max-width:none;margin-left:3px}
}


/* /revision79.css */
/* Chinese event typography: preserve the illustrated date labels and give
   programme names a clear, consistent rhythm at every screen size. */
html[lang="zh-Hant"] {
  --chinese-font: "PingFang HK", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  --font-body: var(--chinese-font);
}

html[lang="zh-Hans"] {
  --chinese-font: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --font-body: var(--chinese-font);
}

html[lang^="zh"] .date-tabs .date-tab.placed {
  gap: clamp(14px, 1.2vw, 20px);
}

html[lang^="zh"] .date-tab .event-programme-label {
  font-family: var(--chinese-font);
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .045em;
  min-height: 3.2em;
  padding-inline: 2px;
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
}

html[lang^="zh"] .event-programme-label .programme-brand,
html[lang^="zh"] .event-programme-label .programme-name {
  display: block;
  white-space: nowrap;
}

html[lang^="zh"] .event-programme-label .programme-brand {
  font-family: Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .01em;
}

html[lang^="zh"] .date-tab[aria-selected="false"] .date-pumpkin-window {
  opacity: .72;
}

html[lang^="zh"] .date-tab[aria-selected="true"] .date-pumpkin-window,
html[lang^="zh"] .date-tab:hover .date-pumpkin-window,
html[lang^="zh"] .date-tab:focus-visible .date-pumpkin-window {
  opacity: 1;
}

html[lang^="zh"] .date-tab[aria-selected="true"] .event-programme-label {
  color: #dedf73;
}

@media (max-width: 900px) {
  html[lang^="zh"] .date-tabs {
    row-gap: 30px;
  }

  html[lang^="zh"] .date-tab .event-programme-label {
    font-size: clamp(14px, 3.8vw, 18px);
    letter-spacing: .035em;
  }
}


/* /revision80.css */
/* Put the launch action before optional instructions on every route. */
.zombie-dialog { --game-copy: Arial, Helvetica, sans-serif; }
html[lang^="zh"] .zombie-dialog { --game-copy: var(--chinese-font); }
.zombie-dialog :is(.hunt-entry,.hunt-community,.game-ready-guide,.hunt-live-counter) { font-family:var(--game-copy); }
.zombie-dialog[data-game-state="ready"] { grid-template-columns:minmax(0,1fr); }
.zombie-dialog[data-game-state="ready"] :is(.game-hud,.game-footer) { display:none; }
.zombie-dialog[data-game-state="ready"] .game-stage { grid-column:1/-1;flex:none; }
.zombie-dialog .zombie-board:has(.game-overlay.is-ready) { width:100%;min-height:0;aspect-ratio:auto; }
.zombie-dialog .zombie-board:has(.game-overlay.is-ready)>.game-map-image { position:absolute;inset:0;object-fit:cover;opacity:.28; }
.zombie-dialog .game-overlay.is-ready { position:relative;inset:auto;max-height:none;overflow:visible;padding:24px clamp(18px,4vw,36px);background:#000e;gap:0; }
.zombie-dialog .game-overlay.is-ready>strong { font-size:clamp(28px,4vw,42px);line-height:1.2; }
.zombie-dialog .game-overlay.is-ready>p { margin:10px 0 4px;font:16px/1.5 var(--game-copy);max-width:450px;text-wrap:balance; }
.zombie-dialog .hunt-entry { width:min(100%,420px); }
.zombie-dialog .hunt-entry label { font:600 15px/1.4 var(--game-copy);margin:14px 0 6px; }
.zombie-dialog .hunt-entry input { min-height:48px;font:18px/1.35 var(--game-copy); }
.zombie-dialog .hunt-entry p { font:13px/1.5 var(--game-copy);margin:8px 0; }
.zombie-dialog .hunt-entry p:empty { display:none; }
.zombie-dialog .game-overlay.is-ready>#game-overlay-button { position:sticky;bottom:12px;z-index:3;display:block;width:min(100%,420px);min-height:54px;margin:12px 0 0;padding:14px 18px;font:700 21px/1.3 var(--game-copy);box-shadow:0 0 0 7px #09040bea;white-space:normal; }
.zombie-dialog .game-overlay.is-ready>#game-overlay-button:hover { background:#dedf73; }
.zombie-dialog .game-ready-guide { width:min(100%,500px);max-width:500px;margin-top:24px;border-top:1px solid #bd8fe055;text-align:left; }
.zombie-dialog .game-ready-guide summary { cursor:pointer;min-height:44px;padding:12px 0;color:#dedf73;font:600 16px/1.4 var(--game-copy); }
.zombie-dialog .game-ready-guide p { font:14px/1.6 var(--game-copy);margin:8px 0 14px; }
.zombie-dialog .game-legend { text-align:center; }
.zombie-dialog .game-legend span { font:600 16px/1.35 var(--game-copy); }
.zombie-dialog .game-legend small { white-space:normal; }
.play-page .inline-game .game-header { display:none; }
.play-page #play-zone h1 { margin:4px 0 18px; }
.play-page #play-zone { padding-top:22px; }
.play-page .inline-game { overflow-anchor:none;scroll-margin-top:10px; }
.game-totals { grid-template-columns:1fr 1fr; }
.game-health { grid-column:1/-1; }
#game-health { display:flex;gap:5px;font:28px/1.1 Arial,sans-serif;color:#ff7856; }
#game-health .is-lost { color:#51434e; }
.hunt-live-counter { margin:0;padding:8px 0;border-bottom:1px solid #bd8fe044;color:#dedf73;font:13px/1.4 var(--game-copy); }
.hunt-live-counter[hidden] { display:none!important; }
.zombie-threat { position:absolute;left:12%;right:12%;bottom:-8px;height:5px;background:#100b17;border:1px solid #dedf73;border-radius:4px;overflow:hidden;pointer-events:none; }
.zombie-threat i { display:block;width:100%;height:100%;background:#dedf73;transform-origin:left; }
.zombie-target.is-threatening .zombie-threat { height:7px;border-color:#ff8b4d; }
.zombie-target.is-threatening .zombie-threat i { background:#ff8b4d; }
.zombie-target.is-threatening .zombie-kind { color:#fff;border-color:#ff8b4d;background:#3b1405; }
.zombie-dialog.is-hurt .zombie-board { outline:3px solid #ff7856;outline-offset:-3px; }
.zombie-dialog.is-hurt #game-health { color:#ffd6c5; }
.zombie-dialog[data-game-state="finished"] .game-hud { opacity:.8; }
.zombie-dialog[data-game-state="finished"] .game-overlay { position:relative;inset:auto;max-height:none; }
.zombie-dialog[data-game-state="finished"] .zombie-board { aspect-ratio:auto; }
.zombie-dialog[data-game-state="finished"] .game-map-image { position:absolute;inset:0;object-fit:cover; }
html[lang^="zh"] .zombie-dialog :is(button,.game-wave>strong,.game-mission>strong,.game-power>span,.game-stat>span) { font-family:var(--game-copy);line-height:1.4; }
@media (max-width:900px) {
  .zombie-dialog[open] { display:flex; }
  .zombie-dialog .game-hud { display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;padding:10px 12px;border-right:0;border-bottom:1px solid #ff6f0050; }
  .inline-game .game-hud { position:sticky;top:0;z-index:3100; }
  .game-hud .game-totals { grid-column:1/-1;grid-template-columns:1fr 1fr 1.65fr;gap:10px; }
  .game-health { grid-column:auto; }
  .game-stat strong { font-size:30px; }
  .game-stat>span { font:13px/1.3 var(--game-copy); }
  #game-health { font-size:22px;gap:3px;margin-top:4px; }
  .hunt-live-counter { grid-column:1/-1;padding:3px 0 6px;font-size:12px; }
  .game-hud :is(#game-streak,.game-wave,.game-mission,#game-active-power) { display:none; }
  .game-hud .game-power { min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:center; }
  .game-power>span:first-child { display:none; }
  .game-power progress { grid-area:1/1;height:6px;margin:0; }
  #game-progress-label { grid-area:2/1;margin:0;font-size:11px; }
  .game-power #game-burst { grid-area:1/2/3/3;min-height:44px;width:auto;max-width:180px;font:600 14px/1.25 var(--game-copy);margin:0;padding:8px 10px; }
  .game-hud #game-pause { font:600 14px/1.25 var(--game-copy);min-height:44px;padding:8px 10px; }
  .zombie-dialog .zombie-board { width:min(100%,calc((100dvh - 240px)*.923125)); }
  .zombie-dialog.inline-game .zombie-board { width:min(100%,calc((100dvh - 185px)*.923125)); }
  .zombie-dialog .game-footer { padding:8px 12px; }
  .game-footer #game-instructions { display:none; }
  .inline-game .game-footer { display:none; }
  .zombie-dialog .game-overlay.is-ready { padding:20px 18px; }
  .zombie-dialog .game-overlay.is-ready>p { font-size:14px; }
  .zombie-dialog .game-overlay.is-ready>#game-overlay-button { font-size:18px; }
  .game-toast { top:10px;font:600 17px/1.4 var(--game-copy);max-width:85%; }
  .zombie-kind { font:600 12px/1.25 var(--game-copy); }
}
@media (max-width:360px) {
  .play-page #play-zone { padding-top:10px; }
  .play-page #play-zone h1 { font-size:30px;margin:0 0 12px; }
  .game-hud .game-totals { grid-template-columns:1fr 1fr 1.65fr; }
  .game-stat strong { font-size:26px;white-space:nowrap; }
  #game-health { font-size:20px;gap:2px; }
  .game-power #game-burst { max-width:120px;font-size:12px; }
}
@media (max-height:500px) and (min-width:600px) {
  .zombie-dialog[open]:not([data-game-state="ready"]) { display:grid;grid-template-columns:230px minmax(0,1fr); }
  .zombie-dialog .game-hud { display:flex;gap:6px;padding:10px; }
  .zombie-dialog .game-header,.zombie-dialog .game-footer { padding:6px 12px; }
  .game-header p { display:none; }
  .zombie-dialog .zombie-board,.zombie-dialog.inline-game .zombie-board { width:min(100%,calc((100dvh - 100px)*.923125)); }
}


/* /revision81.css */
/* Navigation returns on upward scroll, with the existing layout in every locale. */
html.site-header-ready { scroll-padding-top:calc(var(--site-header-height, 130px) + 16px); }
.site-header-ready .site-header {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  max-width:none;
  z-index:3200;
  transform:translateY(0);
  transition:transform .24s ease, background-color .24s ease, box-shadow .24s ease;
}
@media (min-width:901px) {
  .site-header-ready .site-header { padding-bottom:12px; }
}
.site-header-scrolled .site-header {
  background-color:rgb(0 0 0 / .94);
  box-shadow:0 1px 0 rgb(244 120 41 / .24), 0 8px 24px rgb(0 0 0 / .2);
}
.site-header-hidden .site-header {
  transform:translateY(calc(-100% - 2px));
  pointer-events:none;
  box-shadow:none;
}
.site-header-world .site-header,
body:has(#world-dialog[open]) .site-header {
  visibility:hidden;
  pointer-events:none;
  transform:translateY(calc(-100% - 2px));
  transition:none;
}
.site-header-spacer { flex:none; pointer-events:none; }
.site-header-ready .skip-link:focus { z-index:3300; }
@media (max-width:900px) {
  .site-header-ready .inline-game .game-hud {
    top:var(--site-header-offset, 0px);
    transition:top .24s ease;
  }
}
@media (prefers-reduced-motion:reduce) {
  .site-header-ready .site-header,
  .site-header-ready .inline-game .game-hud { transition:none; }
}


/* /revision82.css */
/* Clearer section and venue hierarchy in the stacked mobile layout. */
@media (max-width:900px) {
  #plan-your-visit .takeover-copy h3 {
    font-size:clamp(34px,9.2vw,46px);
    line-height:1.12;
    margin:22px 0 24px;
    text-wrap:balance;
  }
  html[lang^=zh] #plan-your-visit .takeover-heading-art {
    width:80%;
    max-width:440px;
  }
  #plan-your-visit .venue-info h3 {
    font-size:clamp(22px,5.6vw,24px)!important;
    line-height:1.35;
    margin:0 0 12px;
    text-wrap:balance;
  }
  #plan-your-visit .venue-category { margin-bottom:10px; }
  #plan-your-visit .venue-info p:not(.venue-category) { line-height:1.5; }
  #plan-your-visit>.venue-one { margin-bottom:clamp(64px,10vw,88px)!important; }
}


/* /revision94.css */
/* Client programme copy: keep longer paragraphs open and readable. */
.event-panel .event-description {line-height:1.55;min-width:0}
.event-panel .event-description p {font:inherit;line-height:inherit;overflow-wrap:break-word}
.event-panel .event-description p+p {margin-top:1em}
html[lang^="zh"] .event-panel .event-description {line-height:1.75}
.intro-copy .intro-lead {line-height:1.4;margin-bottom:.8em}
.venue-hours-note {display:inline-block;margin-top:.35em}


/* /contact-form.css */
.contact-form .form-status { line-height: 1.5; overflow-wrap: anywhere; }
.contact-form [type="submit"]:disabled { opacity: .65; cursor: wait; }
.contact-form [readonly] { opacity: .8; }


/* /revision97.css */
/* Hunter identity uses the same label and number typography as the score. */
.zombie-dialog .hunt-live-counter { padding:10px 0 12px;gap:6px;color:var(--purple); }
.zombie-dialog .hunt-live-counter>span { white-space:normal; }
.zombie-dialog .hunt-live-counter>strong { color:var(--orange);overflow-wrap:anywhere; }
@media (max-width:900px) {
  .zombie-dialog .hunt-live-counter { flex-direction:row;align-items:center;flex-wrap:wrap;gap:6px 14px;padding:5px 0 8px; }
  .zombie-dialog .hunt-live-counter>strong { white-space:normal; }
}


/* /revision99.css */
/* Reserve the final hero box before JavaScript to avoid a phone layout jump.
   object-fit supplies the same centred cover crop as the former oversized box. */
.hero .hero-art[data-framed="true"] {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

