/* V010 content layer. Book geometry, canvas positioning and gesture logic live
   in the original files; additions below are scoped to the editorial sections. */
:root{--vr-red:#da291c;--vr-ink:#3a3a3a;--vr-muted:#4a4a4a;--vr-surface:#d6d6d6;--vr-line:#d6d6d6;--vr-heading:'Archivo',Arial,sans-serif;--vr-body:'Source Sans 3',Arial,sans-serif;--sans:var(--vr-body);--serif:var(--vr-heading);--red:var(--vr-red)}
body{font-family:var(--vr-body)}
h1,h2,h3,.eyebrow,.button,.text-link,.header-inquiry,.chapter-next{font-family:var(--vr-heading)}
h1,.chapter h2{font-weight:800}
h1 em,.chapter h2 em{font-weight:inherit;font-style:normal}
h1{font-size:clamp(62px,6.15vw,100px);letter-spacing:-.055em;line-height:1}
.chapter h2{font-size:clamp(48px,4.8vw,78px);letter-spacing:-.05em;line-height:1.03}
.eyebrow,.button,.text-link{font-weight:700}
.chapter .lead{color:#4a4a4a}.chapter-detail,.chapter-detail>span:not(.detail-mark){color:#555}
.site-header{background:rgba(255,255,255,.97);gap:24px;border-bottom:1px solid #e8e6df}
body[data-theme="dark"] .site-header{background:#3a3a3a;border-bottom-color:#444}
.main-nav{gap:clamp(16px,1.7vw,27px)}.main-nav>a{font-size:13px;white-space:nowrap}
.header-inquiry{background:var(--vr-red);border:1px solid var(--vr-red);color:#fff;gap:15px;font-size:12px;white-space:nowrap;border-radius:0;padding:16px 18px;min-height:48px}
.header-inquiry:hover{background:#b32117;border-color:#b32117;color:#fff}
.brand-logo{height:calc(var(--header-h) - 24px);width:auto;max-width:210px}
/* Preserve the logo colours; use white lettering on the dark stage header. */
.brand-logo-dark{display:none}
body[data-theme="dark"] .brand-logo-light{display:none}
body[data-theme="dark"] .brand-logo-dark{display:block}
.mobile-inquiry{display:none}
.vr-section,.vr-footer,.vr-regular,.vr-stage-note,.opening-section{color:var(--vr-ink);font-family:var(--vr-body);position:relative}
.vr-section{padding:100px var(--gutter);background:#fff;scroll-margin-top:calc(var(--header-h) + 20px);z-index:3}
.vr-surface{background:var(--vr-surface)}
.vr-wrap{width:100%;max-width:1340px;margin-inline:auto}
.vr-section *, .vr-footer *, .vr-regular *{box-sizing:border-box}
.vr-section h2,.vr-regular h2{font-family:var(--vr-heading);font-size:clamp(36px,4.35vw,66px);font-weight:800;letter-spacing:-.055em;line-height:1.05;text-wrap:balance}
.vr-section h3{font-family:var(--vr-heading);font-size:25px;line-height:1.18;font-weight:700;letter-spacing:-.035em}
.vr-section p,.vr-section li,.vr-section address{font-size:18px;line-height:1.65;font-weight:400;color:var(--vr-muted)}
.vr-section address{font-style:normal}
.vr-section strong{font-weight:600;color:var(--vr-ink)}
.vr-section a,.vr-footer a{overflow-wrap:anywhere}
.vr-section .vr-kicker,.vr-kicker{font-family:var(--vr-heading);font-size:11px;line-height:1.5;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:var(--vr-red);margin:0 0 20px}
.vr-heading{display:grid;grid-template-columns:1.15fr 1fr;column-gap:80px;align-items:end;margin-bottom:58px}
.vr-heading>.vr-kicker{grid-column:1/-1}
.vr-heading>.vr-intro{max-width:520px;padding-bottom:4px}
.vr-heading h2{max-width:700px}
.vr-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--vr-red);color:#fff;margin-bottom:26px}
.vr-icon svg{width:35px;height:35px}
.vr-offerings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}
.vr-offerings article{display:flex;flex-direction:column;align-items:flex-start}
.vr-offerings h3{font-size:31px;margin:0 0 18px}
.vr-offerings .vr-kicker{margin-bottom:9px}
.vr-offerings p:not(.vr-kicker){margin-bottom:15px}
.vr-offerings .text-link{margin-top:auto;padding-top:12px}
.vr-section .text-link{font-size:13px;line-height:1.5;font-family:var(--vr-heading);font-weight:700;color:var(--vr-ink);gap:16px;border-bottom-color:var(--vr-line);padding-bottom:10px}
.vr-section .text-link:hover{color:var(--vr-red);border-bottom-color:var(--vr-red)}
.vr-button{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;background:var(--vr-red);border:1px solid var(--vr-red);border-radius:0;min-height:52px;padding:16px 20px;color:white;font:700 13px/1.45 var(--vr-heading);text-align:left;cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s}
.vr-button span{font-size:19px;line-height:1;flex-shrink:0}
.vr-button:hover{background:#b32117;border-color:#b32117}
.vr-button:disabled{background:#dedede;border-color:#dedede;color:#666;cursor:not-allowed}
.vr-button-outline{background:transparent;color:var(--vr-ink);border-color:var(--vr-ink)}
.vr-button-outline:hover{background:var(--vr-ink);border-color:var(--vr-ink);color:#fff}
.vr-button-dark{background:var(--vr-ink);border-color:var(--vr-ink)}
.vr-button-dark:hover{background:#333;border-color:#333}
.vr-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.opening-section{background:var(--vr-red);color:#fff;gap:70px;margin-top:0;padding:60px var(--gutter);scroll-margin-top:calc(var(--header-h) + 18px)}
.opening-section .eyebrow{color:#fff;font-size:11px;letter-spacing:.13em;margin-bottom:20px}
.opening-section h2{font:800 clamp(36px,4.1vw,62px)/1.06 var(--vr-heading);letter-spacing:-.045em}
.opening-section>div+div p{font-size:18px;line-height:1.55;margin-bottom:18px}
.opening-section>div+div .opening-time{font:700 28px var(--vr-heading);letter-spacing:-.03em}
.opening-section strong{font-weight:600}
.opening-section .button-light{border-color:#fff;color:#fff;background:transparent;border-radius:0;padding:15px 20px;font-size:12px;min-height:48px}
.opening-section .button-light:hover{background:#fff;color:var(--vr-red);transform:none}
.vr-regular{background:var(--vr-ink);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:54px var(--gutter);scroll-margin-top:calc(var(--header-h) + 18px)}
.vr-regular .vr-kicker{color:#fff}.vr-regular h2{font-size:40px}.vr-regular p{font-size:17px}.vr-regular .text-link{margin-top:20px;font-size:13px}
.vr-stage-note{display:flex;justify-content:space-between;gap:24px;padding:25px var(--gutter);background:#d6d6d6;font-size:17px}.vr-stage-note a{font-weight:700;text-decoration:underline;text-underline-offset:5px}
.vr-bookings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.vr-booking{display:flex;flex-direction:column;background:#fff;padding:34px 30px;border-top:3px solid var(--vr-ink);min-width:0}
.vr-number{font:700 12px var(--vr-heading);color:var(--vr-red);margin-bottom:25px}
.vr-booking h3{min-height:60px;margin-bottom:18px;font-size:25px;overflow-wrap:anywhere}
.vr-booking>p{font-size:17px;margin-bottom:23px}
.vr-booking ul{list-style:none;padding:0;margin:0 0 30px}
.vr-booking li{font-size:15px;line-height:1.5;padding:12px 0 12px 20px;border-top:1px solid var(--vr-line);position:relative}
.vr-booking li::before{content:'+';font-family:var(--vr-heading);color:var(--vr-red);position:absolute;left:0}
.vr-booking .vr-button{margin-top:auto;width:100%;font-size:12px;min-height:63px}
.vr-conditions{display:grid;grid-template-columns:1fr 1fr;gap:65px;background:#fff;border:1px solid var(--vr-red);padding:45px;margin-top:35px}
.vr-conditions h3{font-size:35px;line-height:1.1;margin-bottom:22px}
.vr-conditions>div>p:not(.vr-kicker){font-size:17px;margin-top:16px}
.vr-prices{margin:0}.vr-prices>div{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:14px 0;border-bottom:1px solid var(--vr-line)}
.vr-prices>div:first-child{padding-top:0}.vr-prices dt{font-size:17px;color:var(--vr-ink);font-weight:600}
.vr-prices dt span{display:block;font-size:14px;color:var(--vr-muted);font-weight:400}
.vr-prices dd{margin:0;white-space:nowrap;font:700 14px var(--vr-heading);color:var(--vr-ink)}
.vr-section p.vr-small,.vr-section .vr-small,.vr-small{font-size:14px;line-height:1.6;color:var(--vr-muted)}
.vr-small a,.vr-section a.vr-small{text-decoration:underline;text-underline-offset:3px}
.vr-price-side>p.vr-small{font-size:13px!important}
.vr-publisher-heading{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}
.vr-big-number{font:800 clamp(140px,17vw,245px)/.85 var(--vr-heading);letter-spacing:-.085em;color:var(--vr-red);padding-right:30px}
.vr-big-number>span{display:block;font:700 11px var(--vr-heading);letter-spacing:.16em;text-transform:uppercase;margin:24px 0 0 10px;color:var(--vr-ink)}
.vr-publisher-heading h2{margin-bottom:25px}.vr-publisher-heading p:not(.vr-kicker){max-width:590px}.vr-publisher-heading .text-link{margin-top:28px}
.vr-publishers{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:var(--vr-line);border:1px solid var(--vr-line);margin-top:55px}
.vr-publisher{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px 15px;min-height:96px;text-align:center;background:#fff;font-size:13px;line-height:1.4;color:var(--vr-ink);transition:background .2s}
.vr-publisher:hover{background:#f8f8f8}.vr-publisher img{width:100%;height:75px;object-fit:contain;max-width:130px}.vr-publisher>span{font-weight:600}
.vr-empty{border-top:1px solid var(--vr-line);padding-top:26px;margin-top:50px;display:flex;align-items:baseline;justify-content:space-between;gap:50px}
.vr-empty-label{font:700 15px/1.5 var(--vr-heading);max-width:300px}.vr-empty p{font-size:16px;max-width:580px}
.vr-programme-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.vr-programme-layout h2{margin-bottom:27px}.vr-programme-layout>.vr-programme-right{min-width:0}.vr-programme-layout>div>p:not(.vr-kicker){margin-top:20px}.vr-programme-layout .vr-button{margin-top:30px}
.vr-programme-statement{border-top:2px solid var(--vr-red);padding:30px 0 10px;display:flex;flex-wrap:wrap;align-items:flex-end;gap:18px 24px}
.vr-programme-statement strong{font:800 clamp(100px,12vw,170px)/.85 var(--vr-heading);letter-spacing:-.07em;color:var(--vr-red)}
.vr-programme-statement p{font:700 clamp(22px,2.2vw,30px)/1.2 var(--vr-heading);letter-spacing:-.025em;color:var(--vr-ink);margin:0}
.vr-event{display:grid;grid-template-columns:64px 1fr;gap:22px;border-bottom:1px solid #ccc;padding:24px 0}
.vr-event time{font-family:var(--vr-heading);font-weight:700;color:var(--vr-red);font-size:12px;text-transform:uppercase;letter-spacing:.04em;line-height:1.5}
.vr-event time strong{font-size:34px;line-height:1.15;display:block;color:var(--vr-red)}
.vr-event h3{font-size:21px;line-height:1.25;margin:0 0 6px}.vr-event p{font-size:15px;line-height:1.5}.vr-event a:hover{text-decoration:underline;text-underline-offset:4px}
.place-section{background:#fff;color:var(--vr-ink);padding-bottom:30px}.section-heading h2{font-family:var(--vr-heading);font-weight:800;letter-spacing:-.05em}
.section-heading>p:last-child{font-size:18px;color:var(--vr-muted)}.section-heading>.eyebrow{color:var(--vr-red);font-size:11px;letter-spacing:.13em}
.photo-image{background:#d6d6d6}.photo figcaption{font:700 20px/1.4 var(--vr-heading);letter-spacing:-.02em}.photo figcaption>span{font:700 10px var(--vr-heading);color:var(--vr-red);letter-spacing:.11em}
.vr-about{padding-top:70px}.vr-about .vr-heading{grid-template-columns:1fr}
.vr-roles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}
.vr-roles article{border-top:3px solid var(--vr-red);padding-top:25px}.vr-roles article:nth-child(2){border-color:var(--vr-ink)}.vr-roles article:nth-child(3){border-color:#8c8c8c}
.vr-roles h3{font-size:23px;min-height:65px;margin-bottom:17px}.vr-roles p{font-size:17px}
.vr-olten{display:grid;grid-template-columns:1fr 1fr;gap:0 55px;background:var(--vr-surface);padding:40px;margin-top:45px}
.vr-olten>.vr-kicker{grid-column:1/-1}.vr-olten h3{font-size:32px;line-height:1.18}.vr-olten p:not(.vr-kicker){font-size:17px}
.vr-hours{display:grid;grid-template-columns:1.15fr 1fr;gap:90px;align-items:start}.vr-hours h2{margin-bottom:32px}
.vr-hours p.vr-hours-time{font-size:21px;color:var(--vr-ink)}.vr-hours-time strong{font:700 32px/1.5 var(--vr-heading)}
.vr-hours>div+div{padding-top:36px}.vr-hours h3{margin-bottom:19px}.vr-hours address{font-size:20px;color:var(--vr-ink);margin-bottom:20px}.vr-hours>div>p:not(.vr-kicker){margin-bottom:20px}
.vr-contact{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.vr-contact h2{margin-bottom:25px}.vr-contact>div>p:not(.vr-kicker){max-width:460px}
.vr-contact address{font-size:16px;margin:30px 0 25px}.vr-contact-links{display:flex;flex-direction:column;gap:6px;font-size:20px;margin-bottom:28px}
.vr-map-card{background:var(--vr-surface);border:1px solid var(--vr-line);min-width:0}
.vr-map-placeholder{padding:36px;display:flex;align-items:flex-start;flex-direction:column}.vr-map-icon{width:43px;height:43px;color:var(--vr-red);display:block;margin-bottom:23px}.vr-map-icon svg{width:100%;height:100%}
.vr-map-placeholder .vr-kicker{font-size:10px;margin-bottom:14px}.vr-map-placeholder h3{font-size:32px;margin-bottom:18px}.vr-map-placeholder p:not(.vr-kicker){font-size:15px;line-height:1.6}.vr-map-placeholder .vr-button{margin:23px 0 15px}.vr-map-placeholder>a.vr-small{font-size:12px}
#map-frame{height:445px}#map-frame iframe{width:100%;height:100%;border:0;display:block}
.vr-map-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 30px;border-top:1px solid #d9d9d9}.vr-map-bottom .text-link{font-size:12px;padding:0;border:0}.vr-map-bottom button{font-size:12px;text-decoration:underline;text-underline-offset:3px}
#map-status:empty{display:none}#map-status{padding:0 30px 20px}
.vr-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.vr-media-card{display:flex;flex-direction:column;align-items:flex-start;background:#fff;padding:30px}
.vr-media-card>.vr-icon{background:transparent;color:var(--vr-red);width:42px;height:42px;justify-content:flex-start;margin-bottom:24px}
.vr-media-card .vr-kicker{font-size:9px;letter-spacing:.1em;margin-bottom:14px}.vr-media-card h3{margin-bottom:16px}.vr-media-card>p:not(.vr-kicker){font-size:16px;margin-bottom:24px}.vr-media-card .text-link{margin-top:auto}
.vr-media-contact p{font-size:15px!important}.vr-media-contact p a{text-decoration:underline;text-underline-offset:3px}.vr-media-contact p:last-child{margin-bottom:0}
.vr-footer{background:var(--vr-ink);color:#fff;padding:70px var(--gutter) 35px;z-index:3}
.vr-footer-grid{display:grid;grid-template-columns:1.65fr .8fr .8fr;gap:55px;padding-bottom:40px}
.vr-footer-name{font:800 clamp(30px,3.2vw,48px)/1.1 var(--vr-heading);letter-spacing:-.05em}
.vr-footer-claim{font-size:13px;color:#ccc;margin:10px 0 24px}
.vr-footer-roles{font-size:14px;line-height:1.7;color:#c7c7c7;max-width:530px}
.vr-footer-grid h2{font:700 12px/1.5 var(--vr-heading);margin-bottom:20px;text-transform:uppercase;letter-spacing:.1em;color:#ddd}
.vr-footer-grid>div:not(:first-child)>a{display:block;font-size:15px;line-height:1.7;margin-bottom:10px;overflow-wrap:anywhere}
.vr-footer-grid address{font-style:normal;font-size:16px;line-height:1.6;margin-bottom:20px;color:#ccc}
.vr-footer a:hover{text-decoration:underline;text-underline-offset:4px}
.vr-footer-bottom{border-top:1px solid #454545;display:flex;justify-content:space-between;gap:20px;padding:24px 0;font-size:12px;line-height:1.6;color:#d1d1d1}
.vr-footer-bottom>div{display:flex;flex-wrap:wrap;gap:15px 25px}.vr-footer-bottom>span{white-space:nowrap}
.vr-legal{border-top:1px solid #454545}.vr-legal details{border-bottom:1px solid #454545;scroll-margin-top:calc(var(--header-h) + 20px)}
.vr-legal summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;padding:24px 0;font:700 18px/1.4 var(--vr-heading)}
.vr-legal summary::-webkit-details-marker{display:none}.vr-legal summary>span{font:400 25px var(--vr-body)}.vr-legal details[open]>summary>span{transform:rotate(45deg)}
.vr-legal-content{max-width:820px;padding:0 0 30px;font-size:16px;line-height:1.7;color:#e2e2e2}
.vr-legal-content p,.vr-legal-content address{font-size:16px;line-height:1.7;font-style:normal;margin-bottom:17px}.vr-legal-content h3{font:700 17px/1.4 var(--vr-heading);margin:28px 0 12px;color:#fff}
.vr-legal-content a{text-decoration:underline;text-underline-offset:4px}.vr-legal-content .vr-small{color:#ccc;font-size:13px}.vr-review-note{padding:16px 20px;border-left:2px solid #da291c;background:#292929;font-size:14px!important;color:#ddd}
.vr-anchor-alias{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}
/* Accessible forms, kept inside the original native dialog. */
#inquiry-dialog{width:660px;padding:40px;background:#fff;color:var(--vr-ink);max-height:calc(100svh - 28px);border-radius:0}
#inquiry-dialog h2{font:800 42px/1.05 var(--vr-heading);letter-spacing:-.04em;margin-bottom:18px}
#inquiry-dialog form>p:not(.vr-kicker){font-size:16px;line-height:1.6;color:var(--vr-muted);margin-bottom:24px}
#inquiry-dialog .vr-kicker{font-size:10px;margin-bottom:17px}
#inquiry-dialog label{font:600 15px/1.45 var(--vr-body);color:var(--vr-ink);margin-bottom:18px}
#inquiry-dialog input:not([type=checkbox]),#inquiry-dialog textarea,#inquiry-dialog select{background:#fff;border:1px solid #bbb;border-radius:0;color:#3a3a3a;font:400 16px/1.5 var(--vr-body);min-height:46px;padding:10px 12px;width:100%;max-width:100%}
#inquiry-dialog input:focus,#inquiry-dialog textarea:focus,#inquiry-dialog select:focus{border-color:var(--vr-red);outline:2px solid #da291c26;outline-offset:1px}
#inquiry-dialog input[type=number]{max-width:130px}
#inquiry-dialog .vr-field-hint{display:block;font-size:12px;font-weight:400;color:#555;line-height:1.5;margin-top:4px}
#inquiry-dialog .vr-consent-group{border-top:1px solid var(--vr-line);padding-top:22px;margin:4px 0 23px}
#inquiry-dialog .vr-check{display:flex;align-items:flex-start;gap:12px;font-size:14px;font-weight:400;line-height:1.55}
#inquiry-dialog .vr-check input{display:block;appearance:auto;width:19px;min-width:19px;height:19px;min-height:19px;margin:2px 0 0;accent-color:var(--vr-red);padding:0}
#inquiry-dialog .vr-check a{text-decoration:underline;text-underline-offset:3px}
#inquiry-dialog .vr-form-notice{font-size:13px;line-height:1.6;background:#d6d6d6;padding:15px;margin-top:18px}
#inquiry-dialog #inquiry-submit{width:100%}
#inquiry-dialog #inquiry-clarify{font-size:12px;margin-top:17px;line-height:1.6}
#inquiry-dialog form>.form-note{font-size:12px;line-height:1.6;margin:13px 0 0}
#inquiry-dialog form>.form-status{font-size:14px;line-height:1.6;margin:18px 0 0;color:var(--vr-ink);white-space:pre-line}
#inquiry-dialog form>.form-status:not(:empty){border-left:2px solid var(--vr-red);padding:10px 15px;background:#d6d6d6}
.vr-honeypot{position:absolute!important;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);opacity:0;pointer-events:none}
#inquiry-dialog .dialog-close{min-width:36px;min-height:36px;top:15px;right:15px}
[hidden]{display:none!important}
@media(max-width:1200px) and (min-width:901px){.main-nav{gap:13px}.main-nav>a{font-size:11px}.header-inquiry{font-size:11px;padding:13px}.brand-logo{max-width:170px}.site-header{gap:15px}.vr-booking{padding:28px 22px}.vr-booking h3{font-size:22px}.vr-booking .vr-button{padding:13px;font-size:11px}.vr-conditions{gap:40px;padding:32px}.vr-programme-layout,.vr-contact,.vr-hours{gap:50px}}
@media(max-width:1050px) and (min-width:901px){.main-nav{gap:10px}.main-nav>a{font-size:10px}.brand-logo{max-width:140px}.site-header{gap:12px}.vr-offerings{gap:30px}}
@media(max-width:900px){
 h1{font-size:clamp(47px,12.2vw,67px);letter-spacing:-.055em;line-height:1}.chapter h2{font-size:clamp(38px,10.5vw,58px);letter-spacing:-.05em;line-height:1.05}
 .main-nav{padding:16px 22px;background:#fff;max-height:calc(100svh - var(--header-h) - 20px);overflow:auto;border-color:#ddd;border-radius:0}
 .main-nav>a{font-size:15px;padding:13px 0;line-height:1.3;white-space:normal}.main-nav .mobile-inquiry{display:flex;justify-content:space-between;background:var(--vr-red);color:#fff;padding:15px;margin:10px 0 2px;font-family:var(--vr-heading);font-weight:700;font-size:13px}.main-nav .mobile-inquiry::after{display:none}
 .site-header{gap:16px}.brand-logo{max-width:170px}.header-inquiry{display:none}
 .vr-section{padding:65px var(--gutter)}.vr-section h2{font-size:clamp(34px,7vw,49px)}.vr-section h3{font-size:24px}.vr-section p,.vr-section li,.vr-section address{font-size:17px}
 .vr-heading{grid-template-columns:1fr;gap:0;margin-bottom:35px}.vr-heading .vr-intro{margin-top:23px;max-width:630px}.vr-kicker,.vr-section .vr-kicker{font-size:10px;margin-bottom:16px}
 .vr-offerings{gap:27px}.vr-offerings h3{font-size:24px}.vr-offerings p:not(.vr-kicker){font-size:16px}.vr-offerings .text-link{font-size:11px}.vr-icon{width:44px;height:44px;margin-bottom:21px}.vr-icon svg{width:30px;height:30px}
 .opening-section{padding:42px var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:0}.opening-section h2{font-size:36px}.opening-section>div+div{padding:0}.opening-section>div+div p{font-size:16px}.opening-section>div+div .opening-time{font-size:23px}.opening-section .eyebrow{font-size:10px}
 .vr-bookings{grid-template-columns:1fr;gap:18px}.vr-booking{padding:28px;border-top-width:2px}.vr-booking h3{min-height:0;font-size:25px}.vr-booking ul{margin-bottom:25px}.vr-booking .vr-button{min-height:52px;font-size:13px}.vr-number{margin-bottom:18px}
 .vr-conditions{padding:30px;gap:35px;grid-template-columns:1fr;margin-top:25px}.vr-conditions h3{font-size:32px}.vr-conditions h3 br{display:none}.vr-prices>div{padding:15px 0}
 .vr-publisher-heading{grid-template-columns:.7fr 1.3fr;gap:35px}.vr-big-number{font-size:150px}.vr-publisher-heading h2{margin-bottom:19px}.vr-publisher-heading .text-link{font-size:12px;margin-top:24px}.vr-publishers{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:35px}.vr-empty{display:block;margin-top:35px}.vr-empty p{margin-top:12px}.vr-big-number>span{font-size:9px;margin:20px 0 0 6px}
 .vr-programme-layout{grid-template-columns:1fr;gap:35px}.vr-programme-layout .vr-button{font-size:12px}.vr-programme-right{width:100%}
 .place-section{padding-top:60px;padding-bottom:0}.section-heading h2{font-size:40px}.section-heading>p:last-child{font-size:17px;max-width:550px}.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.photo-offset{padding-top:45px}.photo figcaption{font-size:17px}.photo figcaption>span{font-size:9px}
 .vr-about{padding-top:50px}.vr-roles{grid-template-columns:1fr;gap:28px}.vr-roles h3{min-height:0;margin-bottom:14px;font-size:22px}.vr-roles article{padding-top:19px}.vr-roles p{font-size:17px}.vr-olten{padding:28px;grid-template-columns:1fr;gap:0}.vr-olten h3{font-size:29px;margin-bottom:20px}
 .vr-hours{grid-template-columns:1fr 1fr;gap:35px}.vr-hours h2{font-size:36px}.vr-hours>div+div{padding-top:30px}.vr-hours-time strong{font-size:26px}
 .vr-contact{grid-template-columns:1fr;gap:40px}.vr-contact-links{font-size:20px}.vr-map-placeholder{padding:30px}.vr-map-placeholder h3{font-size:31px}.vr-contact address{font-size:16px}.vr-map-card{max-width:100%}
 .vr-media-grid{grid-template-columns:1fr;gap:18px}.vr-media-card{padding:28px}.vr-media-card>p:not(.vr-kicker){font-size:17px}.vr-media-card .text-link{margin-top:6px}.vr-media-contact>p{font-size:16px!important}
 .vr-footer{padding:50px var(--gutter) 25px}.vr-footer-grid{grid-template-columns:1fr 1fr;gap:35px}.vr-footer-grid>div:first-child{grid-column:1/-1}.vr-footer-name{font-size:39px}.vr-footer-roles{max-width:700px}.vr-footer-bottom{display:block;font-size:11px}.vr-footer-bottom>span{display:block;margin-top:19px}.vr-footer-grid>div:not(:first-child)>a{font-size:14px}.vr-footer-grid address{font-size:15px}
 .vr-legal summary{font-size:16px;padding:22px 0}.vr-legal-content p,.vr-legal-content address{font-size:15px}
 .vr-regular{padding:38px var(--gutter);align-items:flex-start}.vr-regular h2{font-size:28px}.vr-regular p{font-size:16px}.vr-regular .text-link{font-size:12px}
 #inquiry-dialog{padding:36px 24px 25px;width:620px}.form-pair{grid-template-columns:1fr 1fr;gap:17px}#inquiry-dialog h2{font-size:36px}
}
@media(max-width:600px){
 .vr-offerings{grid-template-columns:1fr;gap:32px}.vr-offerings article{padding-top:30px;border-top:1px solid var(--vr-line)}.vr-offerings article:first-child{padding-top:0;border-top:0}.vr-offerings p:not(.vr-kicker){font-size:17px}.vr-offerings .text-link{font-size:12px}.vr-offerings .vr-icon{margin-bottom:20px}
 .opening-section{display:block}.opening-section>div+div{padding-top:28px}.opening-section h2{font-size:37px}.opening-section .button-light{font-size:11px;min-height:47px;padding:13px 16px}.opening-section .vr-actions{gap:10px}
 .vr-section{padding:53px var(--gutter)}.vr-section h2{font-size:36px}.vr-heading{margin-bottom:32px}.vr-heading>.vr-intro{margin-top:23px}.vr-booking{padding:25px}.vr-booking h3{font-size:24px;min-height:0}.vr-booking li{font-size:15px}.vr-conditions{padding:24px;gap:30px}.vr-conditions h3{font-size:29px}.vr-conditions h3 br{display:initial}.vr-prices{font-size:15px}.vr-prices dt{font-size:16px}.vr-prices dd{font-size:12px}.vr-prices>div{gap:12px}
 .vr-publisher-heading{grid-template-columns:1fr;gap:30px}.vr-big-number{font-size:124px;display:flex;gap:27px;align-items:end}.vr-big-number>span{margin-bottom:5px}.vr-publisher-heading h2{font-size:36px}.vr-publisher-heading h2 br{display:none}.vr-empty{margin-top:32px}.vr-publisher{min-height:90px}
 .vr-programme-layout h2{font-size:36px}.vr-programme-layout .vr-button{font-size:11px;padding:14px 16px}
 .photo-grid{display:block;margin-bottom:25px}.photo-offset{padding-top:30px}.photo figcaption{font-size:19px}.section-heading h2{font-size:36px}.vr-about{padding-top:35px}.vr-olten{padding:24px}.vr-olten h3{font-size:27px}
 .vr-hours{grid-template-columns:1fr;gap:30px}.vr-hours>div+div{padding-top:0;border-top:1px solid #d5d5d5;padding-top:28px}.vr-hours h2{margin-bottom:23px}.vr-hours p.vr-hours-time{font-size:19px}.vr-hours-time strong{font-size:28px}
 .vr-map-placeholder{padding:25px}.vr-map-bottom{padding:19px 22px;flex-wrap:wrap}.vr-map-placeholder h3{font-size:29px}.vr-contact-links{font-size:19px}#map-frame{height:380px}
 .vr-media-card{padding:26px}.vr-footer-grid{grid-template-columns:1fr;gap:30px}.vr-footer-grid>div:first-child{grid-column:auto}.vr-footer-grid h2{font-size:10px;letter-spacing:.06em}.vr-footer-grid>div:not(:first-child)>a{font-size:13px}.vr-footer-claim{font-size:12px}.vr-footer-bottom>div{gap:12px 20px}
 .vr-regular{display:block}.vr-regular>div+div{margin-top:25px}.vr-stage-note{display:block;font-size:15px}.vr-stage-note a{display:block;margin-top:12px}
 #inquiry-dialog{max-width:calc(100% - 18px);max-height:calc(100svh - 18px);padding:36px 22px 25px}.form-pair{grid-template-columns:1fr;gap:0}#inquiry-dialog .vr-button{font-size:12px}
}
@media(max-width:900px) and (max-height:760px){h1{font-size:46px}.chapter h2{font-size:37px}.chapter-theatre h2{font-size:36px}}
@media(max-height:720px) and (min-width:901px){h1{font-size:64px}.chapter h2{font-size:52px}}
@media(max-width:900px) and (max-height:510px) and (orientation:landscape){h1{font-size:35px}.chapter h2,.chapter-theatre h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){.vr-button{transition:none}}
@media print{
 .vr-section,.vr-footer,.vr-regular,.opening-section{background:#fff!important;color:#111!important;padding:25px 0;break-inside:auto}.vr-footer *{color:#111!important}.vr-section h2,.vr-regular h2{font-size:28px}.vr-bookings,.vr-offerings,.vr-roles,.vr-media-grid{display:block}.vr-booking,.vr-offerings article,.vr-roles article,.vr-media-card{break-inside:avoid;margin-bottom:25px}.vr-button,.vr-map-card,.vr-footer-bottom,.vr-big-number{display:none!important}.vr-heading,.vr-conditions,.vr-publisher-heading,.vr-programme-layout,.vr-hours,.vr-contact,.vr-olten,.vr-footer-grid{display:block}.vr-legal details>*{display:block!important}.vr-legal summary{font-size:20px}.vr-legal summary span{display:none}.vr-review-note{background:#fff;color:#111}.vr-prices>div{break-inside:avoid}.vr-section{scroll-margin:0}
}


#inquiry-spam{min-width:0;margin:10px 0 20px}#inquiry-turnstile{min-height:65px}#inquiry-spam-status:empty{display:none}

/* Keep red accents readable on grey and dark surfaces. */
.vr-surface .vr-kicker,.vr-map-card .vr-kicker{color:var(--vr-ink)}
body[data-theme="dark"] a:focus-visible,body[data-theme="dark"] button:focus-visible{outline-color:#fff}
@media(min-width:701px) and (max-width:1000px){.vr-publishers{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:420px){.vr-publishers{grid-template-columns:1fr}}
