@font-face{font-family:Mona;src:url('assets/mona-sans.woff2') format('woff2');font-weight:200 900;font-stretch:75% 125%;font-display:swap}
:root{--paper:#f4f4ed;--ink:#22231f;--accent:#ff302b;--night:#080203;--pad:20px;--progress:0;--reveal:0;--px:0;color:var(--ink);background:var(--paper);font-family:Mona,Arial,sans-serif;font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button,dialog{border:0}button{background:none}svg{display:block}button:focus-visible,a:focus-visible{outline:3px solid currentColor;outline-offset:6px}::selection{background:var(--accent);color:var(--ink)}
.skip-link{position:fixed;z-index:20;top:10px;left:10px;padding:15px;background:var(--ink);color:var(--paper);transform:translateY(-180%)}.skip-link:focus{transform:none}
.header{color:var(--paper);position:fixed;top:0;left:0;width:100%;z-index:5;padding:var(--pad);display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none}.header a,.header button{pointer-events:auto}

.monogram{position:absolute;left:50%;transform:translateX(-50%);top:26px;width:41px}.monogram svg{fill:currentColor}.header-actions{display:flex;gap:12px}.menu-button{height:60px;border-radius:10px;transition:background .2s,transform .2s}.menu-button{width:60px;border:2px solid currentColor;position:relative;background:#08020380}
.hero-track{height:190svh;position:relative}.hero{position:sticky;top:0;height:100svh;min-height:520px;overflow:clip;isolation:isolate;background:var(--night);color:var(--paper)}.hero-glow{position:absolute;inset:-10%;background:radial-gradient(ellipse 71% 71% at 50% 73%,#ff201b 0%,#f90a12 30%,color-mix(in srgb,#f90a12 60%,#080203) 50%,#310004 70%,transparent 93%);opacity:.66;filter:blur(100px)}
.portrait{position:absolute;z-index:1;bottom:0;left:50%;height:min(calc(100svh - 90px),82vw);transform:translateX(-50%) translateX(calc(var(--px)*12px)) scale(calc(1 - var(--progress)*.1));transform-origin:50% 100%;will-change:transform}.portrait img{display:block;height:100%;width:auto;max-width:none;user-select:none}

.hero-title{position:absolute;z-index:2;left:0;bottom:6svh;width:100%;text-align:center;opacity:var(--reveal);transform:translateY(calc((1 - var(--reveal))*90px));color:var(--paper);pointer-events:none;scroll-margin-top:0}
.live-card{position:absolute;z-index:2;left:var(--pad);bottom:var(--pad);width:108px;height:205px;padding:21px 12px 12px;display:flex;align-items:center;flex-direction:column;justify-content:space-between;border:1px solid currentColor;border-radius:6px;background:#08020370;font-size:9px;font-weight:650;line-height:1.1;transition:background .2s}.live-card:hover{background:var(--paper);color:var(--ink)}.card-label{position:absolute;top:-6px;left:-1px;font-size:9px;padding:0 8px 0 0;background:var(--night);border-radius:0 0 4px 0}.record{width:67px;height:67px}.live-card:hover .record{animation:record-spin 5s linear infinite}.live-card strong{font-size:10px;letter-spacing:.03em}.card-divider{height:1px;width:100%;background:currentColor;opacity:.5;margin:8px 0}.equalizer{height:30px;display:flex;gap:3px;align-items:center}.equalizer i{display:block;width:3px;background:currentColor;height:35%}.equalizer i:nth-child(2n){height:75%}.equalizer i:nth-child(3n){height:100%}.live-card:hover .equalizer i{animation:bars .7s ease-in-out infinite alternate}.live-card:hover .equalizer i:nth-child(2n){animation-delay:-.4s}.live-card>span:last-child{margin-top:8px;display:flex;gap:10px;align-items:center}
.scroll-cue{position:absolute;z-index:2;right:var(--pad);bottom:var(--pad);display:flex;gap:20px;align-items:center;font-size:10px;font-weight:750;letter-spacing:.04em;opacity:calc(1 - var(--reveal));visibility:visible}.scroll-cue svg{width:17px;height:27px;fill:none;stroke:currentColor;stroke-width:1.4;transition:transform .2s}.scroll-cue:hover svg{transform:translateY(5px)}
body:has(dialog[open]){overflow:hidden}dialog{color:var(--ink);padding:28px;border-radius:12px;max-width:calc(100% - 28px)}dialog::backdrop{background:#151512ab;backdrop-filter:blur(12px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:35px}.dialog-top>span,.dialog-top h2{font-size:11px;letter-spacing:.1em;font-weight:700;margin:0}.close-button{font-size:32px;width:44px;height:44px;border:1px solid currentColor;border-radius:7px;line-height:1}.close-button:hover{background:var(--ink);color:var(--paper)}.menu-dialog{width:780px;background:var(--accent)}.menu-dialog nav{display:flex;flex-direction:column}.menu-dialog nav>a,.menu-dialog nav>button{display:flex;align-items:center;gap:20px;text-align:left;border-top:1px solid #22231f50;padding:20px 0;font-size:clamp(28px,6vw,68px);font-weight:850;letter-spacing:-.055em}.menu-dialog nav small{font-size:11px;letter-spacing:0;font-weight:500}.menu-dialog nav span{margin-left:auto;font-weight:400}.menu-dialog nav>a:hover,.menu-dialog nav>button:hover{color:var(--paper)}.menu-dialog>p{margin:30px 0 0;font-size:10px;letter-spacing:.1em}.video-dialog{background:var(--paper);width:560px}.video-dialog .dialog-top{margin-bottom:15px}.video-dialog video{display:block;max-height:72svh;width:100%;background:#111;border-radius:4px}
@keyframes record-spin{to{rotate:360deg}}@keyframes bars{to{transform:scaleY(.4)}}
@media(min-width:1600px){.menu-button{height:70px}.menu-button{width:70px}.live-card{width:116px;height:230px}.record{width:78px;height:78px}}
@media(max-width:700px){:root{--pad:14px}.header-actions{gap:7px}.monogram{width:29px;top:22px}.menu-button{height:46px;border-radius:8px}.menu-button{width:46px}.hero-track{height:170svh}.hero{min-height:500px}.portrait{height:86svh;top:auto;bottom:0}.live-card{background:#080203b3;width:84px;height:155px;padding:17px 8px 10px;font-size:8px}.record{width:47px;height:47px}.live-card strong,.card-label{font-size:8px}.equalizer{height:23px;gap:3px}.equalizer i{width:2px}.card-divider{margin:6px 0}.live-card>span:last-child{gap:5px}.scroll-cue{color:var(--paper);font-size:9px;gap:12px}.hero-title{bottom:24svh}dialog{padding:20px}.dialog-top{margin-bottom:20px}}
@media(max-width:370px){}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.portrait{transform:translateX(-50%)}.hero-title{transform:none}}

.topography{position:absolute;inset:0;overflow:hidden;pointer-events:none}.topography canvas{display:block;width:100%;height:100%}






.header{align-items:center}.wordmark{display:block;width:clamp(104px,12vw,180px);transition:opacity .2s}.wordmark:hover{opacity:.75}.wordmark img{display:block;width:100%;height:auto}.monogram{top:50%;transform:translate(-50%,-50%);width:40px}.contact-button{display:flex;align-items:center;justify-content:center;gap:20px;height:60px;padding:0 23px;border-radius:10px;background:var(--accent);color:#180202;font-size:15px;font-weight:800;letter-spacing:.02em;transition:background .2s}.contact-button:hover{background:#fff;color:#180202}.contact-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.menu-button{display:grid;place-items:center;border-width:1px;transition:background .2s}.menu-button svg{width:26px;height:26px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.menu-button:hover{background:#ffffff20}
@media(min-width:1600px){.contact-button{height:70px}}
@media(max-width:700px){.wordmark{width:88px}.monogram{width:28px}.contact-button{height:46px;padding:0 12px;gap:8px;font-size:12px;border-radius:8px}.contact-button svg{width:14px}.menu-button svg{width:24px}}
@media(max-width:370px){.wordmark{width:75.2px}.monogram{width:24px}.contact-button{padding:0 10px;font-size:11px;gap:6px}.contact-button svg{width:12px}.header-actions{gap:6px}}

.hero-lettering{mix-blend-mode:screen;position:absolute;z-index:0;left:50%;top:46%;width:90%;height:auto;transform:translate(-50%,-50%) rotate(-6deg);pointer-events:none;user-select:none}
@media(max-width:700px){.hero-lettering{top:28%;width:110%;transform:translate(-50%,-50%) rotate(-12deg)}}

.hero-title h1{margin:0;line-height:0}.hero-title h1 img{display:block;width:61.6%;height:auto;margin:0 auto}

/* One asset-ready entrance. Animate children/individual translate so scroll and parallax keep ownership of transform. */
.intro-loader{display:none;position:fixed;inset:0;z-index:10;background:var(--night);place-content:center;justify-items:center;gap:28px;pointer-events:none}
.intro-loader img{width:150px;height:auto}.intro-loader span{width:46px;height:2px;background:var(--accent);animation:load-pulse .8s ease-in-out infinite alternate}
[data-intro] .intro-loader{display:grid}
[data-intro="loading"] :is(.hero-glow,.topography,.portrait img,.hero-lettering,.header,.live-card,.scroll-cue){opacity:0}
[data-intro="ready"] .intro-loader{animation:loader-out .45s ease-out forwards}
[data-intro="ready"] :is(.hero-glow,.topography,.portrait img,.hero-lettering,.header,.live-card,.scroll-cue){animation:scene-in .9s cubic-bezier(.16,1,.3,1) backwards}
[data-intro="ready"] .hero-glow{animation-duration:1.2s}
[data-intro="ready"] .topography{animation-delay:.15s}
[data-intro="ready"] .portrait img{animation-name:portrait-enter;animation-duration:1.1s;animation-delay:.12s;transform-origin:center bottom}
[data-intro="ready"] .hero-lettering{animation-name:lettering-enter;animation-delay:.3s}
[data-intro="ready"] .header{animation-name:controls-enter;animation-delay:.5s}
[data-intro="ready"] .live-card{animation-name:controls-enter;animation-delay:.62s}
[data-intro="ready"] .scroll-cue{animation-name:controls-enter;animation-delay:.72s}
@keyframes load-pulse{from{opacity:.3;scale:.5 1}to{opacity:1;scale:1 1}}
@keyframes loader-out{to{opacity:0;visibility:hidden}}
@keyframes scene-in{from{opacity:0}}
@keyframes portrait-enter{from{opacity:0;translate:0 48px;scale:1.035}to{opacity:1;translate:0 0;scale:1}}
@keyframes lettering-enter{from{opacity:0;translate:-45px 15px;scale:.94}to{opacity:1;translate:0 0;scale:1}}
@keyframes controls-enter{from{opacity:0;translate:0 14px}to{translate:0 0}}
@media(prefers-reduced-motion:reduce){[data-intro] .intro-loader{display:none}[data-intro="loading"] :is(.topography,.portrait img,.hero-lettering,.header,.live-card){opacity:1}[data-intro="loading"] .hero-glow{opacity:.66}[data-intro="loading"] .scroll-cue{opacity:calc(1 - var(--reveal))}}

body{background:var(--night);color:var(--paper)}
.live-section{padding:clamp(90px,10vw,160px) clamp(20px,5vw,90px);scroll-margin-top:0;max-width:1600px;margin:0 auto}
.live-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:40px}
.live-section h2{font-size:clamp(58px,9vw,140px);line-height:.95;letter-spacing:-.065em;font-weight:750;margin:0}
.live-play-label{display:flex;align-items:center;gap:25px;padding:12px 0;font-size:15px;font-weight:600;white-space:nowrap}
.live-play-label span{color:var(--accent);font-size:26px}.live-play-label:hover{color:var(--accent)}
.live-preview{position:relative;display:block;width:100%;padding:0;overflow:hidden;aspect-ratio:2/1;background:#160607}
.live-preview img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 66%;filter:grayscale(1) brightness(.65);transition:filter .3s}
.live-preview:hover img{filter:grayscale(1) brightness(.85)}
.live-play-icon{position:absolute;left:50%;top:50%;translate:-50% -50%;display:grid;place-items:center;width:84px;height:84px;border-radius:50%;background:var(--accent);transition:scale .2s}
.live-play-icon svg{width:28px;height:28px;fill:white}.live-preview:hover .live-play-icon{scale:1.08}
@media(max-width:700px){.live-section-heading{margin-bottom:28px;gap:16px}.live-play-label{font-size:12px;gap:10px}.live-preview{aspect-ratio:4/5}.live-play-icon{width:66px;height:66px}}

/* One-page layout: open sections, large type, real performance imagery. */
:root{--paper:#fff;--muted:#aaa4a4;--accent:#ff302b;--night:#080203;--section-gap:clamp(85px,10vw,150px);scroll-behavior:smooth;scroll-padding-top:110px}
.icon{width:24px;height:24px;flex:none;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.header{transition:background .2s}.header.is-scrolled{background:#080203f5}.header .contact-button{min-height:46px}
.page-section{max-width:1500px;padding:var(--section-gap) clamp(20px,5vw,80px);margin:0 auto;color:var(--paper)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px}
.page-section h2{font-size:clamp(55px,7.4vw,112px);font-weight:700;letter-spacing:-.06em;line-height:1.02;margin:0}
.section-heading p{font-size:18px;line-height:1.5;max-width:290px;margin:0 0 6px;color:var(--muted)}
.live-section{padding-bottom:0}.live-preview{aspect-ratio:2.1}.live-preview img{object-position:center 73%;filter:grayscale(1) brightness(.55)}
.preview-caption{position:absolute;bottom:28px;left:30px;right:30px;display:flex;justify-content:space-between;align-items:center;font-size:17px;font-weight:600}.preview-caption>span{font-variant-numeric:tabular-nums;font-weight:400}
.set-list{margin-top:32px}.set-list button{display:flex;align-items:center;gap:26px;width:100%;padding:26px 0;border-bottom:1px solid #ffffff24;text-align:left}.set-list button>.icon{color:var(--accent);fill:currentColor;stroke:none;width:20px}.set-list button>span:first-of-type{font-size:clamp(20px,2.3vw,30px);letter-spacing:-.025em}.set-list small{margin-left:auto;font-size:15px;color:var(--muted);font-variant-numeric:tabular-nums}.set-action{font-size:15px;margin-left:35px}.set-list button:hover{color:var(--accent)}
.content-note{font-size:15px!important;line-height:1.55!important;color:var(--muted);max-width:520px}.dates-section .content-note{margin:0 0 32px}
.dates-list{list-style:none;padding:0;margin:0 0 32px}.dates-list li{display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:25px;border-top:1px solid #ffffff24;padding:30px 0}.dates-list li:last-child{border-bottom:1px solid #ffffff24}.event-date{display:flex;align-items:center;gap:20px}.event-date strong{font-size:56px;font-weight:500;letter-spacing:-.05em;line-height:1}.event-date span{font-size:14px;max-width:60px;color:var(--muted);line-height:1.5}.dates-list h3{font-size:clamp(26px,3vw,38px);letter-spacing:-.04em;font-weight:550;margin:0 0 7px}.dates-list p{margin:0;color:var(--muted);font-size:17px}.event-status{font-size:15px;color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:20px;font-size:18px;line-height:1.5;min-height:48px}.text-link .icon{color:var(--accent)}.text-link:hover{color:var(--accent)}
.about-section{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center;padding-top:30px}.about-copy>p{font-size:20px;line-height:1.65;max-width:470px;color:var(--muted);margin:24px 0}.about-copy .lead{font-size:clamp(25px,3vw,40px);line-height:1.25;letter-spacing:-.035em;color:white;margin-top:40px}.about-photo{width:100%;height:auto;max-height:800px;object-fit:cover;aspect-ratio:3/4;object-position:center 60%}
.photo-section{padding-top:0}.photo-strip{display:grid;grid-template-columns:1fr 1fr;gap:24px}.photo-open{position:relative;display:block;overflow:hidden;padding:0;text-align:left}.photo-open:first-child{grid-row:span 2}.photo-open img{display:block;width:100%;height:100%;object-fit:cover}.photo-open:first-child img{aspect-ratio:3/4;object-position:center 65%}.photo-open:not(:first-child) img{aspect-ratio:16/9}.photo-open span{position:absolute;bottom:20px;right:20px;width:44px;height:44px;display:grid;place-items:center;background:#080203cc;color:white;font-size:28px;border-radius:50%;transition:background .2s}.photo-open:hover span{background:var(--accent)}
.booking-section{background:#170507}.booking-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px 9%}.booking-copy .lead{font-size:24px;margin:32px 0 18px}.booking-copy>p:not(.lead){font-size:19px;line-height:1.6;max-width:420px;color:#c7bdbd}.booking-copy .content-note{margin-top:35px}
#booking-form{padding-top:10px;align-self:center}#booking-form label{display:block;font-size:16px;line-height:1.5}#booking-form label>span{color:var(--muted);font-size:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:36px}
#booking-form input,#booking-form textarea{width:100%;min-width:0;border:0;border-bottom:1px solid #846668;border-radius:0;background:transparent;color:white;font:inherit;font-size:18px;padding:15px 0;outline-offset:5px;color-scheme:dark;resize:vertical}#booking-form input::placeholder,#booking-form textarea::placeholder{color:#ad9294}#booking-form input:focus,#booking-form textarea:focus{outline:2px solid white}#booking-form textarea{min-height:105px;max-height:350px}
.booking-submit{display:flex;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:20px 24px;margin-top:32px;background:var(--accent);color:#080203;font-size:18px;font-weight:700;text-align:left;min-height:64px}.booking-submit:hover{background:white}.form-note{font-size:13px;color:#c7bdbd;line-height:1.5;margin:16px 0 0}
.booking-faq{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:9%;margin-top:20px}.booking-faq h3{font-size:32px;letter-spacing:-.035em;font-weight:500;margin:20px 0}.booking-faq details{border-top:1px solid #ffffff30}.booking-faq details:last-child{border-bottom:1px solid #ffffff30}.booking-faq summary{display:flex;justify-content:space-between;align-items:center;gap:20px;list-style:none;cursor:pointer;font-size:20px;padding:24px 0}.booking-faq summary::-webkit-details-marker{display:none}.booking-faq summary:focus-visible{outline:2px solid white;outline-offset:4px}.booking-faq details[open] .icon{rotate:45deg}.booking-faq details p{font-size:17px;line-height:1.6;color:#c7bdbd;margin:0 0 24px;max-width:500px}
.site-footer{max-width:1500px;margin:auto;padding:60px clamp(20px,5vw,80px);display:flex;justify-content:space-between;align-items:center;gap:35px}.site-footer>a:first-child{width:165px}.site-footer img{width:100%;height:auto;display:block}.site-footer nav{display:flex;gap:30px;font-size:16px}.site-footer a:hover{color:var(--accent)}.back-top{display:flex;align-items:center;gap:15px;font-size:16px;min-height:44px}
.menu-dialog{background:var(--night);color:white;width:100%;max-width:100%;height:100svh;max-height:100svh;border-radius:0;margin:0;padding:30px clamp(24px,8vw,130px)}.menu-dialog .dialog-top{margin-bottom:20px}.menu-dialog nav>a{font-size:clamp(32px,6vh,70px);line-height:1.1;padding:12px 0;font-weight:550;border:0;letter-spacing:-.045em}.menu-dialog nav>a:hover{color:var(--accent)}.close-button{border:0;border-radius:0;font-weight:300;font-size:38px}.close-button:hover{background:transparent;color:var(--accent)}
.video-dialog,.photo-dialog,.request-dialog{background:var(--night);color:white;border-radius:0}.video-dialog video{border-radius:0}.photo-dialog{width:100%;height:100svh;max-height:100svh;max-width:100%;margin:0;padding:60px 24px 80px}.photo-dialog>img{display:block;width:100%;height:100%;object-fit:contain}.photo-dialog>form{position:absolute;top:15px;right:20px}.photo-controls{position:absolute;bottom:16px;left:50%;translate:-50% 0;display:flex;align-items:center;gap:30px}.photo-controls button{width:48px;height:48px;font-size:28px}.photo-controls button:hover{color:var(--accent)}.photo-controls span{white-space:nowrap;font-size:16px}
.request-dialog{width:620px;padding:32px}.request-dialog .dialog-top{margin-bottom:20px}.request-dialog .dialog-top h2{font-size:28px;letter-spacing:-.04em}.request-dialog>p{font-size:17px;line-height:1.5;color:var(--muted)}#request-preview{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;font-size:16px;line-height:1.6;border-top:1px solid #ffffff30;padding-top:20px;max-height:35svh;overflow:auto}
@media(max-width:800px){.section-heading{display:block;margin-bottom:30px}.section-heading p{margin:20px 0 0;max-width:none;font-size:17px}.live-preview{aspect-ratio:4/3}.preview-caption{bottom:18px;left:18px;right:18px;font-size:14px}.set-list button{gap:16px;padding:24px 0}.set-action{display:none}.dates-list li{grid-template-columns:115px 1fr;gap:15px}.event-date{gap:12px}.event-date strong{font-size:44px}.event-date span{font-size:12px}.event-status{grid-column:2;font-size:13px;margin-top:-8px}.about-section{grid-template-columns:1fr;gap:40px;padding-top:0}.about-copy>p{max-width:650px;font-size:19px}.about-photo{max-height:650px;object-position:center 58%}.photo-strip{gap:12px}.photo-open span{bottom:10px;right:10px}.booking-inner{grid-template-columns:1fr;gap:40px}.booking-faq{grid-template-columns:1fr;gap:10px}.site-footer{flex-wrap:wrap;padding-top:40px;padding-bottom:40px}.site-footer nav{order:3;width:100%;gap:25px;flex-wrap:wrap}.form-row{gap:20px}.photo-dialog{padding-left:0;padding-right:0}.page-section h2{font-size:clamp(48px,9vw,72px)}}
@media(max-width:420px){.form-row{grid-template-columns:1fr;gap:26px;margin-bottom:26px}.photo-strip{grid-template-columns:1fr}.photo-open:first-child{grid-row:auto}.set-list button>span:first-of-type{font-size:19px}.booking-submit{font-size:16px;padding:18px}.dates-list li{grid-template-columns:100px 1fr}.dates-list h3{font-size:25px}.event-date strong{font-size:38px}.site-footer>a:first-child{width:130px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}}

.site-footer nav a{display:inline-flex;align-items:center;min-height:44px}.booking-submit:disabled{opacity:.45;cursor:default}.booking-copy h2+p{margin-top:32px}

/* Live footage: three portrait players against the club, not a simulated social embed. */
.live-section{position:relative;isolation:isolate;max-width:none;padding:100px clamp(20px,5vw,80px) 110px;margin:0;background:#080203;overflow:hidden}
.live-inner{max-width:1120px;margin:auto}.live-section h2{font-size:clamp(55px,7.4vw,112px);font-weight:700;letter-spacing:-.06em;line-height:1.02;margin:0}.live-section .section-heading{margin-bottom:55px}
.live-reels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;align-items:start;padding:0 30px}
.live-reel{position:relative;margin:0;min-width:0}.live-reel:nth-child(2){margin-top:30px}.live-reel video{display:block;width:100%;aspect-ratio:9/16;object-fit:cover;background:#130608;border-radius:20px;box-shadow:0 22px 60px #0007;accent-color:var(--accent)}
.reel-logo{position:absolute;top:20px;left:18px;width:95px;height:auto;pointer-events:none;filter:drop-shadow(0 2px 5px #000)}
.live-reel figcaption{font-size:17px;margin-top:20px;line-height:1.4}.live-reel video:focus-visible{outline:2px solid white;outline-offset:5px}
@media(max-width:800px){.live-section{padding:80px 0}.live-section .section-heading{padding:0 20px;margin-bottom:35px}.live-reels{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:5px 20px 25px;scrollbar-color:var(--accent) #ffffff15;scrollbar-width:thin}.live-reel{flex:0 0 76%;max-width:330px;scroll-snap-align:center}.live-reel:nth-child(2){margin-top:0}.live-reel video{border-radius:16px}.live-reel figcaption{font-size:16px;margin-top:16px}}

.services-section{padding-bottom:0}.services-list{list-style:none;margin:0 0 32px;padding:0}.services-list li{display:grid;grid-template-columns:44px 1fr 1fr;gap:30px;align-items:center;padding:36px 0;border-top:1px solid #ffffff24}.services-list li:last-child{border-bottom:1px solid #ffffff24}.services-list h3{margin:0;font-size:clamp(27px,3.2vw,43px);line-height:1.15;letter-spacing:-.04em;font-weight:550}.services-list p{margin:0;color:var(--muted);font-size:19px;line-height:1.6;max-width:470px}.service-icon{width:32px;height:32px;color:var(--accent)}
@media(max-width:800px){.services-list li{grid-template-columns:32px 1fr;gap:16px 20px;padding:28px 0}.services-list p{grid-column:2;font-size:17px}.service-icon{width:28px;height:28px}.site-footer{flex-wrap:wrap}.site-footer nav{flex-wrap:wrap}}

.services-section{padding-bottom:var(--section-gap)}.service-scope{max-width:700px;font-size:17px;line-height:1.6;color:var(--muted);margin:0 0 24px}.booking-price{font-size:17px!important;line-height:1.6!important;color:var(--muted)!important;margin-top:28px}.booking-copy .text-link{margin-top:20px;overflow-wrap:anywhere}
#booking-form select{display:block;width:100%;border:0;border-bottom:1px solid #846668;border-radius:0;background:#170507;color:white;font:inherit;font-size:18px;padding:15px 0;margin-bottom:30px;color-scheme:dark}#booking-form select:focus-visible{outline:2px solid white;outline-offset:5px}

/* Compact gallery; the full photograph opens in the shared lightbox. */
.photo-strip{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 20px;scrollbar-color:var(--accent) #ffffff18;scrollbar-width:thin}
.photo-strip .photo-open{flex:0 0 52%;height:clamp(260px,34vw,460px);scroll-snap-align:start;grid-row:auto}
.photo-strip .photo-open img,.photo-strip .photo-open:first-child img,.photo-strip .photo-open:not(:first-child) img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center}
.gallery-controls{display:flex;gap:12px}.gallery-controls button{width:52px;height:52px;display:grid;place-items:center;border:1px solid #ffffff50;border-radius:50%}.gallery-controls button:hover:not(:disabled){background:var(--accent);border-color:var(--accent)}.gallery-controls button:disabled{opacity:.25;cursor:default}.photo-section .section-heading{display:flex;align-items:center}.photo-strip:focus-visible{outline:2px solid white;outline-offset:6px}
.press-header{max-width:1500px;margin:auto;padding:25px clamp(20px,5vw,80px);display:flex;align-items:center;justify-content:space-between;gap:24px}.press-main{max-width:1500px;margin:auto;padding:70px clamp(20px,5vw,80px) 0}.press-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.press-intro h1{font-size:clamp(64px,10vw,140px);line-height:1;letter-spacing:-.065em;margin:0;font-weight:700}.press-intro p{font-size:21px;line-height:1.5;color:var(--muted);margin:28px 0 12px}.press-download{display:flex;align-items:center;gap:24px;padding:20px 26px;background:var(--accent);color:#080203;font-size:18px;font-weight:650;white-space:nowrap;min-height:64px}.press-download:hover{background:white}.press-download span{font-size:13px}.press-section{padding-top:90px}.press-section h2{font-size:clamp(38px,5vw,65px);letter-spacing:-.05em;font-weight:550;margin:0 0 32px}.logo-downloads{display:grid;grid-template-columns:1fr 1fr;gap:28px}.logo-sample{height:220px;display:grid;place-items:center;background:#180709}.logo-sample-light{background:white}.logo-sample img{width:75%;height:auto}.logo-downloads>a>span{display:flex;justify-content:space-between;align-items:center;font-size:20px;padding-top:20px}.logo-downloads small{font-size:15px;color:var(--muted)}.logo-downloads>a:hover>span{color:var(--accent)}
.press-photos{display:grid;grid-template-columns:1fr 1fr;gap:45px 28px}.press-photos figure{margin:0;min-width:0}.press-photos .photo-open{width:100%;height:clamp(230px,28vw,400px)}.press-photos .photo-open img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center 55%}.press-photos figcaption a{display:flex;justify-content:space-between;gap:16px;font-size:20px;padding:18px 0 8px}.press-photos figcaption a:hover{color:var(--accent)}.press-photos figcaption span{color:var(--muted);font-size:15px}.press-photos figcaption p,.press-note{font-size:14px;line-height:1.5;color:var(--muted);margin:0}.press-note{margin:32px 0 20px}
@media(max-width:700px){.photo-strip .photo-open{flex-basis:85%;height:300px}.photo-section .section-heading{gap:16px}.photo-section .section-heading h2{font-size:42px}.gallery-controls{gap:8px}.gallery-controls button{width:44px;height:44px}.press-intro{align-items:flex-start;flex-direction:column;gap:25px}.press-main{padding-top:45px}.press-intro p{font-size:18px}.press-section{padding-top:65px}.logo-downloads,.press-photos{grid-template-columns:1fr}.logo-sample{height:180px}.press-photos .photo-open{height:320px}.press-header .text-link{font-size:15px;gap:12px}.press-download{font-size:17px}}
