:root{--black:#121212;--white:#fff;--grey-100:#f2f2f0;--grey-300:#d4d4d0;--blue:#2633dc;--cyan:#35bce8;--violet:#8751df;--warm:#e1ddbc;--rail:98px;--header:105px;--gutter:clamp(20px, 3vw, 56px);--type-ui:clamp(15px, 1.33vw, 20px);--type-meta:clamp(12px, 1vw, 15px);--type-section:clamp(32px, 3.18vw, 48px);--mono:var(--font-space-mono), "Courier New", monospace;--sans:var(--font-space-grotesk), Arial, Helvetica, sans-serif;--line:1px solid var(--black)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--black);background:var(--white);font-family:var(--mono);text-rendering:geometricprecision;margin:0;overflow-x:clip}a{color:inherit;text-decoration:none}.skip-link{z-index:100;color:var(--white);background:var(--black);font-size:var(--type-meta);padding:12px 16px;transition:transform .14s;position:fixed;top:10px;left:10px;transform:translateY(calc(-100% - 20px))}.skip-link:focus{transform:translateY(0)}button,select{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,select:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:30;height:var(--header);border-bottom:var(--line);background:var(--white);grid-template-columns:227px minmax(0,1fr) auto;align-items:center;gap:clamp(48px,5.55vw,84px);padding:0 25px;display:grid;position:fixed;top:0;left:0;right:0}.wordmark{width:227px;min-height:44px;display:block}.wordmark img{width:100%;height:auto;display:block}.site-header .desktop-navigation{font-size:var(--type-ui);grid-template-columns:repeat(2,minmax(0,1fr));justify-content:space-between;align-items:center;gap:0;display:grid}.desktop-navigation>a:not(.ticket-link){border:1px solid #0000;border-radius:999px;justify-self:center;align-items:center;min-height:44px;padding:8px 20px 7px;transition:color .16s,background .16s;display:inline-flex}.desktop-navigation>a:not(.ticket-link):hover:after,.desktop-navigation>a:not(.ticket-link):focus-visible:after,.desktop-navigation>a[aria-current=page]:after{content:none}.desktop-navigation>a:not(.ticket-link):hover,.desktop-navigation>a:not(.ticket-link):focus-visible,.desktop-navigation>a[aria-current=page]{color:var(--white);background:var(--black)}.menu-toggle{min-width:44px;min-height:44px;font-size:var(--type-meta);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:flex-end;align-items:center;gap:10px;padding:8px 10px 7px;transition:color .16s,background .16s;display:flex}.menu-toggle:hover,.menu-toggle:focus-visible,.menu-toggle[aria-expanded=true]{color:var(--white);background:var(--black)}.menu-toggle span:last-child{text-align:right;width:16px;font-size:15px;line-height:1}.site-index{z-index:29;inset:var(--header) 0 0;visibility:hidden;opacity:0;pointer-events:none;background:var(--white);grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:fixed;overflow:auto;transform:translateY(-12px)}.site-index.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.site-index-primary,.site-index-secondary{min-height:100%;display:grid}.site-index-primary{border-right:var(--line);grid-template-rows:repeat(4,minmax(84px,1fr))}.site-index-secondary{grid-template-rows:repeat(5,minmax(70px,1fr))}.site-index a{border-bottom:var(--line);font-family:var(--sans);letter-spacing:-.055em;grid-template-columns:clamp(42px,5vw,82px) minmax(0,1fr) auto;align-items:center;padding:clamp(18px,2vw,34px);transition:color .16s,background .16s;display:grid}.site-index-primary a{font-size:clamp(24px,3vw,42px)}.site-index-secondary a{font-size:clamp(20px,2.15vw,32px)}.site-index a:last-child{border-bottom:0}.site-index a:hover,.site-index a:focus-visible,.site-index a[aria-current=page]{color:var(--white);background:var(--black)}.site-index-number{font-family:var(--mono);font-size:var(--type-meta);letter-spacing:0;align-self:start;padding-top:.45em}.site-index-arrow{font-family:var(--mono);letter-spacing:0;align-self:end;padding-bottom:.18em;font-size:clamp(14px,1.4vw,22px)}.ticket-link{border:1px solid var(--black);width:158px;min-width:158px;color:var(--white);background:var(--black);text-align:center;border-radius:999px;justify-self:end;padding:8px 24px 7px;transition:color .16s,background .16s}.ticket-link:hover,.ticket-link:focus-visible{color:var(--black);background:var(--white)}.timed-action-disabled{opacity:.62;cursor:default;pointer-events:none}.side-rail{z-index:20;top:var(--header);width:var(--rail);border-right:var(--line);background:var(--white);flex-direction:column;align-items:center;gap:48px;height:calc(62.615vw - 61.36px);padding-top:64px;display:flex;position:absolute;left:0}.side-rail a{width:48px;height:48px;font-size:var(--type-meta);place-items:center;display:grid;position:relative}.side-rail-icon{object-fit:contain;width:37px;height:32px}.side-label{opacity:0;pointer-events:none;color:var(--white);background:var(--black);white-space:nowrap;padding:5px 8px;transition:opacity .16s,transform .16s;position:absolute;left:calc(100% + 10px);transform:translate(-8px)}.side-rail a:hover .side-label,.side-rail a:focus-visible .side-label{opacity:1;transform:translate(0)}.page-content{padding-top:var(--header);padding-left:var(--rail)}.site-alert{min-height:48px;padding:10px var(--gutter);border-bottom:var(--line);color:var(--white);background:var(--black);font-size:var(--type-meta);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;display:grid}.site-alert strong{font-family:var(--sans);font-weight:600}.site-alert:hover span:last-child,.site-alert:focus-visible span:last-child{transform:translate(4px)}.site-alert span:last-child{transition:transform .16s}.hero{aspect-ratio:1415/683;color:var(--white);background:var(--black);position:relative;overflow:hidden}.hero-background{background:#000;position:absolute;inset:0;overflow:hidden}.hero-artwork{aspect-ratio:1443/683;pointer-events:none;min-width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%);container-type:inline-size}.hero-artwork-layer{position:absolute}.hero-contours{object-fit:cover;opacity:.96;mix-blend-mode:screen;transform:scale(1.05)}.hero-live-copy{z-index:4;padding:clamp(24px,3.8vw,58px);position:absolute;inset:0}.hero-live-copy h1{font-family:var(--sans);letter-spacing:-.065em;margin:0;font-size:clamp(72px,10vw,150px);font-weight:400;line-height:.82}.hero-live-copy h1 span{position:absolute}.hero-live-copy h1 span:first-child{top:6%;left:4%}.hero-live-copy h1 span:nth-child(2){top:26%;left:38%}.hero-live-copy h1 span:nth-child(3){top:51%;left:4%}.hero-live-copy time{font-family:var(--sans);letter-spacing:-.055em;white-space:nowrap;font-size:clamp(42px,6.4vw,96px);line-height:.9;position:absolute;bottom:14%;right:5%}.hero-live-copy>p{font-size:var(--type-meta);margin:0;position:absolute;bottom:3%;right:3%}.hero-live-copy>a{border:1px solid var(--white);color:var(--black);background:var(--white);border-radius:999px;align-items:center;gap:18px;padding:13px 25px 11px;font-size:clamp(18px,2vw,30px);transition:color .16s,background .16s;display:inline-flex;position:absolute;bottom:6%;left:4%}.hero-live-copy>a:hover,.hero-live-copy>a:focus-visible{color:var(--white);background:var(--black)}.hero-original{position:absolute;inset:0}.hero-original img{filter:none;width:106.855%;max-width:none;height:auto;position:absolute;top:0;left:0;transform:translate(-6.415%,-9.776%)}.hero-original:after{display:none}@keyframes hero-image-enter{0%{opacity:.55;filter:saturate(.82)blur(4px)}to{opacity:1;filter:saturate(1.02)blur()}}.hero-ticket-hotspot{z-index:5;border-radius:clamp(10px,1.9vw,27px);width:31.166%;height:9.255%;transition:background .18s,box-shadow .18s;position:absolute;top:80.135%;left:6.502%}.hero-ticket-hotspot:hover{background:#ffffff14;box-shadow:0 0 0 1px #ffffff9e}.hero-ticket-hotspot:focus-visible{box-shadow:none;background:#ffffff14}.home-shortcuts{border-bottom:var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-shortcuts a{min-height:clamp(150px,16vw,238px);padding:clamp(28px, 4vw, 62px) var(--gutter);border-right:var(--line);font-family:var(--sans);font-size:var(--type-section);letter-spacing:-.045em;justify-content:space-between;align-items:flex-end;gap:24px;line-height:.95;transition:color .18s,background .18s;display:flex}.home-shortcuts a:last-child{border-right:0}.home-shortcuts a span:last-child{font-family:var(--mono);font-size:var(--type-ui)}.hero-art,.hero-art:before,.hero-art:after{position:absolute;inset:0}.hero-art{background:radial-gradient(circle at 62% 38%,#294af1 0,#0000 24%),radial-gradient(circle at 30% 75%,#8e50e8 0,#0000 28%),radial-gradient(circle at 72% 82%,#42c3e8 0,#0000 23%),#02040d;display:none;overflow:hidden}.hero-art:before{content:"";opacity:.95;background:repeating-radial-gradient(at 55% 46%,#0000 0 28px,#ffffffb8 29px 30px,#0000 31px 49px);animation:18s ease-in-out infinite alternate mobile-contours-drift;transform:scale(1.35)rotate(-8deg)}.hero-art:after{content:"";filter:blur(18px);mix-blend-mode:screen;background:radial-gradient(circle at 64% 71%,#eee5bfbf,#0000 8%),radial-gradient(circle at 18% 35%,#4dc0e873,#0000 20%);animation:12s ease-in-out infinite alternate mobile-light-drift}@keyframes mobile-contours-drift{to{transform:scale(1.45)rotate(-4deg)translate(-2%,2%)}}@keyframes mobile-light-drift{to{opacity:.72;transform:translate(4%,-3%)scale(1.08)}}.glow,.island{z-index:2;position:absolute}.glow{filter:blur(60px);border-radius:50%}.glow-a{background:#2e4bff8a;width:26vw;height:17vw;top:22%;left:38%}.glow-b{background:#924bdd66;width:29vw;height:21vw;bottom:6%;left:10%}.glow-c{background:#2ab8e66b;width:24vw;height:18vw;bottom:10%;right:9%}.island{background:var(--white);border-radius:53% 47% 61% 39%/58% 35% 65% 42%;width:clamp(22px,4vw,64px);height:clamp(13px,2.4vw,40px);transform:rotate(27deg)}.island-a{width:clamp(68px,11vw,170px);height:clamp(34px,5vw,76px);top:40%;left:55%}.island-b{top:59%;right:5%}.island-c{top:22%;left:83%;transform:rotate(-31deg)scale(.65)}.hero-copy{z-index:4;min-height:inherit;padding:clamp(38px,5vw,76px);display:none;position:relative}.mobile-title{font-family:var(--sans);letter-spacing:-.06em;margin:0;font-size:clamp(76px,10vw,150px);font-weight:400;line-height:.92}.mobile-title span{position:absolute}.where{top:6%;left:4%}.water{top:22%;left:37%}.gathers{top:38%;left:4%}.festival-date{font-family:var(--sans);letter-spacing:-.055em;margin:0;font-size:clamp(44px,7vw,105px);line-height:.9;position:absolute;top:45%;right:4%}.festival-city{margin:0;font-size:12px;position:absolute;bottom:8%;right:5%}.hero-ticket{color:var(--black);background:var(--white);border-radius:18px;padding:13px 24px 10px;font-size:clamp(22px,2.6vw,40px);position:absolute;bottom:9%;left:5%}.section{scroll-margin-top:var(--header);padding:clamp(78px,10vw,154px) clamp(18px,6.35vw,96px) clamp(78px,10vw,154px) 0}.section h2,.section-kicker{font-size:var(--type-section);text-align:center;margin:0 0 clamp(62px,8vw,116px);font-weight:400;line-height:1}.filter-bar{font-size:var(--type-ui);grid-template-columns:minmax(92px,.55fr) minmax(310px,2fr) minmax(150px,.8fr) minmax(180px,1fr);align-items:center;gap:24px;margin-bottom:48px;display:grid}.filter-label{margin:0}.select-wrap{align-items:center;min-height:32px;display:flex;position:relative}.select-wrap select{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.day-filter{justify-content:center;gap:6px;display:flex}.day-filter button{cursor:pointer;font-size:var(--type-ui);background:0 0;border:0;border-radius:999px;padding:7px 11px 6px}.day-filter button.is-active{color:var(--white);background:var(--black)}.text-link{justify-self:end;align-items:center;min-height:32px;display:flex}.programme-table{border-top:var(--line)}.programme-row{border-bottom:var(--line);background:linear-gradient(var(--black), var(--black)) no-repeat left bottom / 0 100%;min-height:83px;font-size:var(--type-ui);grid-template-columns:minmax(260px,2fr) .55fr 1.25fr .4fr;align-items:center;transition:color .26s,background-size .42s cubic-bezier(.22,1,.36,1),padding .26s cubic-bezier(.22,1,.36,1);display:grid}.programme-row>:not(:first-child){padding-left:16px}.programme-row small{color:#666;font-size:var(--type-meta);margin-top:4px;display:block}.programme-row>a{text-align:right;justify-content:flex-end;align-items:center;min-height:32px;display:flex}.programme-row>span:first-child>a{align-items:center;min-height:24px;display:inline-flex}.programme-row:not(.programme-head):hover,.programme-row:not(.programme-head):focus-within{color:var(--white);background-size:100% 100%;padding-left:14px;padding-right:14px}.programme-head{min-height:54px;font-size:var(--type-meta)}.empty-state{border-bottom:var(--line);text-align:center;padding:36px 0}.artists-section{padding-top:56px}.artist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(22px,3vw,48px);display:grid}.artist-card h3,.artist-card p{font-size:var(--type-ui);margin:9px 0 0;font-weight:400}.artist-card a{display:block}.artist-visual{transition:transform .48s cubic-bezier(.22,1,.36,1),filter .48s cubic-bezier(.22,1,.36,1),box-shadow .48s cubic-bezier(.22,1,.36,1)}.artist-card a:hover .artist-visual,.artist-card a:focus-visible .artist-visual{filter:contrast(1.08)saturate(1.08);transform:translateY(-6px)scale(1.012);box-shadow:0 16px 32px #0505051f}.artist-card a:hover h3,.artist-card a:focus-visible h3{text-underline-offset:3px;text-decoration:underline}.artist-card p{color:#666;font-size:var(--type-meta);margin-top:4px}.artist-visual{aspect-ratio:1;background:linear-gradient(125deg, transparent 30%, #ffffffa6), var(--grey-300);font-size:var(--type-meta);flex-direction:column;justify-content:space-between;padding:16px;display:flex;position:relative;overflow:hidden}.artist-visual img,.profile-placeholder img{object-fit:cover}.artist-visual span:last-child{align-self:flex-end}.artist-visual-2,.artist-visual-5{background:radial-gradient(circle at 70% 30%, var(--cyan), transparent 27%), linear-gradient(135deg, #101010, var(--violet));color:var(--white)}.artist-visual-3{background:repeating-linear-gradient(28deg, transparent 0 18px, #00000040 19px 20px), var(--grey-100)}.home-theme-section,.home-news-section{border-top:var(--line);grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(40px,8vw,130px);display:grid}.home-theme-heading>p,.home-news-section>div:first-child>p:last-child{color:#666;font-size:var(--type-meta);margin:0 0 18px}.home-theme-heading h2,.home-news-section h2{font-family:var(--sans);letter-spacing:-.055em;text-align:left;margin:0;font-size:clamp(42px,6.7vw,106px);font-weight:400;line-height:.88}.home-theme-copy,.home-news-section>div:last-child{font-family:var(--sans);align-self:end;font-size:clamp(20px,2vw,32px);line-height:1.15}.home-theme-copy p,.home-news-section>div:last-child p{margin:0 0 1em}.home-theme-links{border-top:var(--line);font-family:var(--mono);font-size:var(--type-meta);flex-wrap:wrap;gap:14px 28px;padding-top:24px;display:flex}.home-theme-links a,.home-news-section a{text-underline-offset:4px;text-decoration:underline}.home-news-section{background:var(--grey-100)}.home-news-media{min-width:0}.home-news-image{border:var(--line);width:min(100%,540px);height:auto;display:block}.home-news-deadline{font-family:var(--mono);font-size:var(--type-meta);line-height:1.35}.home-news-section .section-kicker{text-align:left;margin-bottom:32px}.home-news-section>div:last-child>a{font-family:var(--mono);font-size:var(--type-meta);margin-top:22px;display:inline-flex}.home-news-actions{border-top:var(--line);font-family:var(--mono);font-size:var(--type-meta);flex-wrap:wrap;align-items:center;gap:12px 22px;padding-top:24px;display:flex}.home-news-actions .home-news-apply{border:1px solid var(--black);min-height:48px;color:var(--white);background:var(--black);border-radius:999px;align-items:center;padding:12px 22px;text-decoration:none;transition:color .16s,background .16s;display:inline-flex}.venue-experience{border-top:var(--line);border-bottom:var(--line);grid-template-columns:minmax(0,2.25fr) minmax(280px,.75fr);display:grid;position:relative}.venue-map{--map-shift-x:0px;--map-shift-y:0px;aspect-ratio:1407/956;border-right:var(--line);background:var(--white);min-height:0;position:relative;overflow:hidden}.venue-map:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff61,#0000 14% 86%,#ffffff61),linear-gradient(#fff3,#0000 18% 82%,#fff3);position:absolute;inset:0}.venue-map-plane{transform:translate3d(var(--map-shift-x), var(--map-shift-y), 0) scale(1.025);will-change:transform;transition:transform .38s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.venue-map-instruction{z-index:5;font-size:var(--type-meta);pointer-events:none;justify-content:space-between;gap:20px;display:flex;position:absolute;top:20px;left:20px;right:20px}.venue-routes{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.venue-route{fill:none;stroke:var(--black);stroke-dasharray:.035 .018;stroke-dashoffset:0;stroke-linecap:round;stroke-width:1px;vector-effect:non-scaling-stroke;opacity:.18;transition:opacity .3s,stroke-width .3s;animation:9s linear infinite map-route-flow}.venue-route.is-active{stroke-dasharray:.06 .014;stroke-width:1.5px;opacity:.75;animation-duration:4s}@keyframes map-route-flow{to{stroke-dashoffset:-1px}}.venue-hotspot{z-index:4;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;display:flex;position:absolute;transform:translate(-50%,-50%)}.venue-dot{border:1px solid #05050538;border-radius:50%;width:30px;height:30px;transition:border-color .22s,background .22s,transform .22s;position:relative}.venue-dot>span{background:var(--black);border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.venue-dot:after{border:1px solid var(--black);border-radius:inherit;content:"";opacity:0;position:absolute;inset:-1px;transform:scale(.55)}.venue-hotspot[aria-pressed=true] .venue-dot:after{animation:2.2s ease-out infinite venue-pulse}.venue-hotspot[data-status=CONTEXT][aria-pressed=true] .venue-dot:after{animation:none}@keyframes venue-pulse{0%{opacity:.65;transform:scale(.65)}75%,to{opacity:0;transform:scale(1.85)}}.venue-hotspot:hover .venue-dot,.venue-hotspot:focus-visible .venue-dot,.venue-hotspot[aria-pressed=true] .venue-dot{border-color:var(--black);background:#ffffffb8;transform:scale(1.12)}.venue-hotspot-label{opacity:0;color:var(--white);background:var(--black);font-size:var(--type-meta);white-space:nowrap;pointer-events:none;padding:5px 7px 4px;transition:opacity .14s,transform .14s;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%,4px)}.venue-hotspot[data-status=CONTEXT] .venue-dot{opacity:.58;border-style:dashed;width:20px;height:20px}.venue-hotspot[data-status=CONTEXT] .venue-dot>span{width:4px;height:4px}.venue-hotspot[data-status=CONTEXT] .venue-hotspot-label{border:1px solid var(--black);color:var(--black);background:#ffffffeb}.venue-hotspot[data-status=PENDING] .venue-dot{border-style:dotted;border-radius:4px;width:26px;height:26px}.venue-detail{background:var(--white);grid-template-rows:auto 1fr auto;min-height:100%;padding:clamp(28px,3.5vw,56px);display:grid;overflow:hidden}.venue-detail-count{border-bottom:var(--line);color:#666;font-size:var(--type-meta);justify-content:space-between;padding-bottom:18px;display:flex}.venue-detail-count span:last-child:before{content:"/ "}.venue-detail-copy{align-self:center;padding:48px 0;animation:.36s cubic-bezier(.22,1,.36,1) venue-copy-enter}@keyframes venue-copy-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.venue-detail-copy>p,.venue-detail-copy>a{font-size:var(--type-meta);line-height:1.5}.venue-detail-copy>p:first-child{color:#666;font-size:var(--type-meta);margin:0}.venue-detail-copy h2{font-family:var(--sans);letter-spacing:-.06em;overflow-wrap:anywhere;margin:30px 0;font-size:clamp(34px,3.4vw,58px);font-weight:400;line-height:.9}.venue-detail-copy>p:nth-of-type(2){max-width:34ch;margin:0}.venue-detail-copy>a{border-bottom:1px solid var(--black);align-items:center;min-height:32px;margin-top:38px;padding-bottom:4px;display:inline-flex}.venue-detail-copy>a span{margin-left:8px;transition:transform .18s;display:inline-block}.venue-detail-copy>a:hover span{transform:translate(3px,-2px)}.venue-detail-controls{border-top:var(--line);grid-template-columns:repeat(2,1fr);display:grid}.venue-detail-controls button{cursor:pointer;background:0 0;border:0;min-height:58px;padding:0;font-size:18px;transition:color .16s,background .16s}.venue-detail-controls button+button{border-left:var(--line)}.venue-detail-controls button:hover,.venue-detail-controls button:focus-visible{color:var(--white);background:var(--black)}.info-section{border-bottom:var(--line)}.home-info-links{border-top:var(--line);border-left:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-info-links a{border-right:var(--line);border-bottom:var(--line);min-height:clamp(180px,19vw,288px);font-family:var(--sans);letter-spacing:-.04em;justify-content:space-between;align-items:flex-end;gap:18px;padding:clamp(22px,3vw,44px);font-size:clamp(24px,3vw,48px);line-height:.95;transition:color .16s,background .16s;display:flex}.home-info-links a:hover,.home-info-links a:focus-visible{color:var(--white);background:var(--black)}.home-info-links a span{font-family:var(--mono);font-size:var(--type-ui)}.home-care-statement{color:var(--white);background:var(--black);grid-template-columns:minmax(0,1.7fr) auto;align-items:end;gap:40px;padding:clamp(34px,5vw,72px);display:grid}.home-care-statement p{max-width:960px;font-family:var(--sans);letter-spacing:-.045em;margin:0;font-size:clamp(28px,4.2vw,66px);line-height:.98}.home-care-statement a{font-size:var(--type-meta);text-underline-offset:4px;text-decoration:underline}.info-grid{gap:var(--gutter);grid-template-columns:repeat(3,1fr);display:grid}.info-grid p,.info-grid a{font-size:var(--type-ui);margin:0 0 8px}.info-label{color:#666;font-size:var(--type-meta)!important;margin-bottom:32px!important}.partners-section{border-bottom:0}.partner-groups{gap:clamp(46px,5vw,76px);display:grid}.partner-group h3{font-size:var(--type-ui);margin:0 0 24px;font-weight:400;line-height:1.15}.partner-grid{border-top:var(--line);border-left:var(--line);grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin:0;padding:0;list-style:none;display:grid}.partner-logo{border-right:var(--line);border-bottom:var(--line);background:var(--white);place-items:center;min-width:0;min-height:clamp(126px,14vw,190px);padding:clamp(20px,3vw,38px);display:grid}footer{padding:30px var(--gutter);font-size:var(--type-meta);justify-content:space-between;gap:24px;display:flex}footer p{margin:0}footer div{gap:26px;display:flex}.site-footer a{align-items:center;min-height:24px;display:flex}.site-footer{border-top:var(--line)}.standard-page{min-height:100vh;padding-top:var(--header)}.standard-page-content{min-height:calc(100vh - var(--header))}.page-intro{gap:42px var(--gutter);min-height:min(72vh,860px);padding:clamp(58px, 8vw, 120px) var(--gutter);border-bottom:var(--line);background:radial-gradient(circle at 76% 18%, #35bce847, transparent 22%), radial-gradient(circle at 16% 84%, #8751df33, transparent 24%), var(--white);grid-template-rows:auto 1fr;grid-template-columns:.65fr 1.6fr;align-items:end;display:grid;overflow:hidden}.page-intro>p{font-size:var(--type-meta);align-self:start;margin:0}.page-intro h1{font-family:var(--sans);letter-spacing:-.075em;text-transform:uppercase;grid-column:1/-1;margin:0;font-size:clamp(84px,14vw,230px);font-weight:400;line-height:.72}.page-intro-lead{max-width:800px;font-family:var(--sans);letter-spacing:-.035em;grid-area:1/2;align-self:start;font-size:clamp(20px,2vw,34px);line-height:1.16}.directory-section,.programme-directory-section{padding:clamp(80px, 10vw, 150px) var(--gutter)}.programme-directory-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:clamp(42px,6vw,82px);display:flex}.programme-directory-heading p{font-size:var(--type-meta);margin:0}.programme-directory-heading h2{max-width:900px;font-family:var(--sans);letter-spacing:-.055em;margin:14px 0 0;font-size:clamp(34px,5.2vw,82px);font-weight:400;line-height:.92}.programme-directory-filters{border-top:var(--line);grid-template-columns:1.3fr 1fr 1fr auto;align-items:end;gap:24px;padding:20px 0;display:grid}.programme-directory-filters fieldset{border:0;min-width:0;padding:0}.programme-directory-filters legend,.programme-directory-filters label>span{font-size:var(--type-meta);margin-bottom:10px;display:block}.programme-directory-filters select{border:0;border-bottom:var(--line);width:100%;color:inherit;font:inherit;font-size:var(--type-meta);cursor:pointer;background:0 0;border-radius:0;padding:9px 28px 8px 0}.programme-filter-buttons{flex-wrap:wrap;gap:6px;display:flex}.programme-filter-buttons button,.programme-filter-reset,.programme-directory-empty button{border:var(--line);color:inherit;font:inherit;font-size:var(--type-meta);cursor:pointer;background:0 0;border-radius:999px;padding:8px 12px 7px}.programme-filter-buttons button.is-active{color:var(--white);background:var(--black)}.programme-filter-reset{border-radius:0}.programme-directory-section .event-directory-row small{color:#666;font-size:var(--type-meta);margin-top:5px;font-weight:400;display:block}.programme-directory-section .event-directory-row:hover small,.programme-directory-section .event-directory-row:focus-visible small{color:#ffffffad}.programme-directory-empty{border-bottom:var(--line);text-align:center;padding:64px 20px}.programme-directory-empty p{font-size:var(--type-meta);margin:0 0 20px}.directory-heading{justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:54px;display:flex}.directory-heading h2,.directory-heading p{font-size:var(--type-ui);margin:0;font-weight:400}.event-directory{border-top:var(--line)}.event-directory-row{border-bottom:var(--line);min-height:82px;font-size:var(--type-meta);background:linear-gradient(var(--black), var(--black)) no-repeat left bottom / 0 100%;grid-template-columns:.55fr 1.2fr 1.4fr 1fr auto;align-items:center;gap:20px;transition:color .26s,background-size .42s cubic-bezier(.22,1,.36,1),padding .26s cubic-bezier(.22,1,.36,1);display:grid}.event-directory-row:hover,.event-directory-row:focus-visible{color:var(--white);background-size:100% 100%;padding-left:12px;padding-right:12px}.event-directory-row strong{font-family:var(--sans);letter-spacing:-.035em;font-size:clamp(18px,1.7vw,28px);font-weight:400}.event-directory-row>span:last-child{text-align:right}.announcement-panel{min-height:70vh;padding:clamp(42px, 6vw, 86px) var(--gutter);color:var(--white);background:repeating-radial-gradient(at 64% 42%,#0000 0 30px,#ffffff8c 31px 32px,#0000 33px 52px),radial-gradient(circle at 48% 42%,#2633dc,#0000 33%),radial-gradient(circle at 18% 82%,#8751df,#0000 34%),radial-gradient(circle at 82% 74%,#35bce8,#0000 30%),#050711;flex-direction:column;justify-content:space-between;display:flex}.announcement-panel p{max-width:520px;font-size:var(--type-ui);margin:0;line-height:1.5}.announcement-panel h2{font-family:var(--sans);letter-spacing:-.075em;margin:auto 0;font-size:clamp(64px,12vw,190px);font-weight:400;line-height:.78}.profile-directory{background:var(--black);grid-template-columns:repeat(2,1fr);gap:1px;padding:1px;display:grid}.artist-directory-meta{padding:24px var(--gutter);border-top:var(--line);justify-content:space-between;gap:24px;display:flex}.artist-directory-meta p{font-size:var(--type-meta);margin:0}.profile-directory-card{background:var(--white);padding:clamp(22px,3vw,48px);transition:color .18s,background .18s}.profile-directory-card h2{font-family:var(--sans);letter-spacing:-.055em;margin:18px 0 8px;font-size:clamp(28px,3.6vw,58px);font-weight:400;line-height:.95}.profile-directory-card>p{color:#666;font-size:var(--type-meta);margin:0;transition:color .18s}.profile-placeholder{aspect-ratio:1;background:repeating-radial-gradient(ellipse at 55% 45%, transparent 0 20px, #0000005c 21px 22px, transparent 23px 37px), var(--grey-100);font-size:var(--type-meta);transform-origin:50%;justify-content:space-between;padding:18px;transition:transform .22s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;transform:scale(1)}.artist-portrait-figure{margin:0 0 64px}.profile-directory-card:hover .profile-placeholder,.profile-directory-card:focus-visible .profile-placeholder{transform:scale(.985)}.profile-placeholder.visual-2,.profile-placeholder.visual-4{color:var(--white);background:repeating-radial-gradient(ellipse at 55% 45%, transparent 0 20px, #ffffff73 21px 22px, transparent 23px 37px), radial-gradient(circle at 65% 35%, var(--cyan), transparent 34%), linear-gradient(135deg, var(--blue), var(--violet))}.standalone-map{padding-top:clamp(80px,10vw,150px)}.venue-directory{scroll-margin-top:var(--header);padding:clamp(80px, 10vw, 150px) var(--gutter)}.venue-directory-heading{justify-content:space-between;gap:24px;margin-bottom:54px;display:flex}.venue-directory-heading p{font-size:var(--type-meta);margin:0}.venue-directory>a{border-top:var(--line);grid-template-columns:70px minmax(280px,1fr) minmax(150px,.55fr) 80px auto;align-items:center;gap:24px;padding:34px 0;display:grid}.venue-directory>a:last-child{border-bottom:var(--line)}.venue-directory h2{font-family:var(--sans);letter-spacing:-.055em;margin:0 0 10px;font-size:clamp(28px,3.5vw,58px);font-weight:400;line-height:.95}.venue-directory p,.venue-directory span{font-size:var(--type-meta);margin:0}.venue-directory-kind{color:#666;font-size:var(--type-meta)!important;margin-top:10px!important}.venue-accessibility{border:var(--line);font-family:var(--mono);margin-top:64px;padding:28px}.venue-accessibility h2{font-size:var(--type-meta);margin:0 0 18px;font-weight:400}.venue-accessibility p{font-family:var(--mono);font-size:var(--type-meta);margin:0;line-height:1.5}.archive-summary{border-top:var(--line);border-bottom:var(--line);grid-template-columns:repeat(3,1fr);display:grid}.archive-summary>div{min-height:180px;padding:24px var(--gutter);border-right:var(--line);flex-direction:column;justify-content:space-between;display:flex}.archive-summary>div:last-child{border-right:0}.archive-summary strong{font-family:var(--sans);letter-spacing:-.07em;font-size:clamp(52px,7vw,104px);font-weight:400;line-height:.8}.archive-summary span,.archive-edition-meta{font-family:var(--mono);font-size:var(--type-meta)}.archive-list{padding:clamp(60px, 8vw, 120px) var(--gutter) clamp(80px, 10vw, 150px)}.archive-list>a{border-top:var(--line);grid-template-columns:minmax(110px,.5fr) 2fr auto;align-items:center;gap:24px;padding:30px 0;display:grid}.archive-list>a:last-child{border-bottom:var(--line)}.archive-year{font-family:var(--sans);letter-spacing:-.06em;font-size:clamp(38px,5vw,78px)}.archive-list h2{font-size:var(--type-ui);margin:0 0 8px;font-weight:400}.archive-list p,.archive-list>a>span:last-child{font-size:var(--type-meta);margin:0}.archive-edition-meta{flex-wrap:wrap;gap:8px 16px;margin-top:20px;display:flex}.archive-edition-meta span{align-items:center;display:inline-flex}.archive-edition-meta span:first-child:before{content:"";border:1px solid;border-radius:50%;width:7px;height:7px;margin-right:7px}.archive-edition-meta span[data-status=MIGRATED]:before{background:#000}.archive-edition-meta span[data-status=PARTIAL]:before{background:linear-gradient(90deg,#000 50%,#0000 50%)}.archive-programme{border-top:var(--line);margin-top:72px}.archive-section-heading{justify-content:space-between;gap:24px;padding:22px 0 46px;display:flex}.archive-section-heading h2,.archive-section-heading span,.archive-programme-group h3{font-family:var(--mono);font-size:var(--type-meta);margin:0;font-weight:400}.archive-programme-group{border-top:1px solid var(--grey-300);content-visibility:auto;contain-intrinsic-size:auto 280px;grid-template-columns:minmax(130px,.55fr) 1.45fr;gap:28px;padding:24px 0;display:grid}.archive-programme-group ol{margin:0;padding:0;list-style:none}.archive-programme-group li{border-bottom:1px solid var(--grey-300);grid-template-columns:30px 1fr;gap:14px;padding:10px 0;display:grid}.archive-programme-group li:first-child{padding-top:0}.archive-programme-group li span{color:#777;font-family:var(--mono);font-size:var(--type-meta)}.archive-programme-group li p{margin:0;font-size:15px;line-height:1.3}:is(.detail-body:has(.archive-events),.detail-body:has(.archive-programme),.detail-body:has(.media-gallery)){max-width:100%}.archive-events,.archive-poster,.media-gallery,.event-poster{border-top:var(--line);margin-top:72px;padding-top:24px}.archive-event-grid,.media-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3vw,46px);display:grid}.archive-event-card{border-top:1px solid var(--grey-300);min-width:0}.archive-event-card>a{padding-top:14px;display:block}.archive-event-poster,.archive-event-placeholder,.media-figure-image{width:100%;height:auto;display:block}.archive-event-placeholder{aspect-ratio:4/3;background:repeating-linear-gradient(24deg, transparent 0 18px, #1212121f 19px 20px), var(--grey-100);font-size:var(--type-meta);flex-direction:column;justify-content:space-between;padding:18px;display:flex}.archive-event-placeholder span:last-child{font-size:var(--type-section);align-self:flex-end}.archive-event-copy{padding:22px 0 42px}.archive-event-copy h3{font-family:var(--sans);letter-spacing:-.04em;margin:12px 0 18px;font-size:clamp(26px,2.5vw,40px);font-weight:400;line-height:1}.archive-event-copy>p,.archive-event-copy dd,.archive-event-link{font-size:var(--type-meta);line-height:1.45}.archive-event-copy .archive-event-meta,.archive-event-copy dt{color:#666;font-size:var(--type-meta)}.archive-event-copy dl{gap:14px;margin:28px 0;display:grid}.archive-event-copy dl div{grid-template-columns:120px 1fr;gap:16px;display:grid}.archive-event-copy dt,.archive-event-copy dd{margin:0}.archive-event-link{border-bottom:var(--line);padding-bottom:4px;display:inline-block}.archive-event-card a:hover .archive-event-link,.archive-event-card a:focus-visible .archive-event-link{transform:translate(4px)}.archive-poster-figure,.event-poster-figure,.media-figure{margin:0}.archive-poster-figure,.event-poster-figure{max-width:680px}.media-gallery-heading{justify-content:space-between;gap:24px;margin-bottom:34px;display:flex}.media-gallery-heading h2,.media-gallery-heading span,.event-poster>h2{font-family:var(--mono);font-size:var(--type-meta);margin:0;font-weight:400}.media-figure-caption{font-size:var(--type-meta);justify-content:space-between;gap:18px;padding-top:10px;line-height:1.4;display:flex}.media-credit{color:#666}.event-poster-figure{margin-top:28px}.archive-empty-state{border:var(--line);font-size:var(--type-meta);margin-top:64px;padding:24px;line-height:1.5}.archive-artists{border-top:var(--line);margin-top:64px;padding-top:28px}.archive-artists h2{font-family:var(--mono);font-size:var(--type-meta);margin:0 0 26px;font-weight:400}.archive-artists ul{grid-template-columns:repeat(2,1fr);gap:10px 28px;padding:0;list-style:none;display:grid}.archive-artists li{border-bottom:1px solid var(--grey-300);padding-bottom:8px}.status-note,.source-note,.legal-review-note{border:var(--line);font-family:var(--mono);padding:18px;font-size:var(--type-meta)!important;line-height:1.5!important}.source-note{color:#666;margin-top:64px!important}.editorial-grid{gap:var(--gutter);padding:clamp(90px, 12vw, 180px) var(--gutter);grid-template-columns:.75fr 1.25fr;display:grid}.editorial-grid h2{font-size:var(--type-ui);margin:0;font-weight:400}.editorial-grid>div{max-width:820px;font-family:var(--sans);letter-spacing:-.035em;font-size:clamp(21px,2.1vw,36px);line-height:1.18}.editorial-grid p{margin:0 0 1.4em}.editorial-grid-current{border-top:var(--line);background:var(--grey-100)}.editorial-kicker{font-family:var(--mono);font-size:var(--type-ui);letter-spacing:0;line-height:1.25}.editorial-grid .status-note{font-family:var(--mono);letter-spacing:0;margin-top:2.6em;font-size:var(--type-meta)!important}.statement-band{padding:clamp(74px, 10vw, 150px) var(--gutter);color:var(--white);background:var(--black)}.statement-band p{max-width:1180px;font-family:var(--sans);letter-spacing:-.06em;margin:0;font-size:clamp(42px,6.8vw,108px);line-height:.92}.link-grid{background:var(--black);grid-template-columns:repeat(3,1fr);gap:1px;padding:1px;display:grid}.link-grid a{background:var(--white);flex-direction:column;justify-content:space-between;min-height:220px;padding:clamp(24px,3vw,46px);display:flex}.link-grid strong{font-size:var(--type-ui);font-weight:400}.information-list{padding:clamp(80px, 10vw, 150px) var(--gutter)}.information-list article{border-top:var(--line);grid-template-columns:90px 1fr;gap:24px;padding:36px 0;display:grid}.information-list article:last-child{border-bottom:var(--line)}.information-list span,.information-list h2{font-size:var(--type-meta);font-weight:400}.information-list h2{margin:0 0 22px}.code-of-conduct{padding:clamp(80px, 10vw, 150px) var(--gutter);color:var(--white);background:var(--black)}.section-label{font-size:var(--type-meta);margin:0 0 70px}.code-of-conduct h2{max-width:1050px;font-family:var(--sans);letter-spacing:-.06em;margin:0 0 90px;font-size:clamp(46px,7vw,110px);font-weight:400;line-height:.9}.code-of-conduct>div{gap:var(--gutter);grid-template-columns:repeat(3,1fr);display:grid}.code-of-conduct a{text-decoration:underline}.contact-directory{padding:clamp(80px, 10vw, 150px) var(--gutter)}.contact-directory a{border-top:var(--line);grid-template-columns:.8fr 1.7fr auto;align-items:center;gap:28px;padding:38px 0;transition:padding .18s,color .18s,background .18s;display:grid}.contact-directory a:last-child{border-bottom:var(--line)}.contact-directory span{font-size:var(--type-meta)}.contact-directory strong{font-family:var(--sans);letter-spacing:-.04em;overflow-wrap:anywhere;font-size:clamp(22px,2.6vw,42px);font-weight:400}.contact-directory a:hover,.contact-directory a:focus-visible{color:var(--white);background:var(--black);padding-left:18px;padding-right:18px}.social-band{padding:46px var(--gutter);color:var(--white);background:var(--black);font-size:var(--type-meta);justify-content:space-between;gap:32px;display:flex}.social-band p{margin:0}.social-band div{flex-wrap:wrap;gap:38px;display:flex}.social-band a{text-underline-offset:4px}.social-band a:hover,.social-band a:focus-visible{text-decoration:underline}.newsletter-placeholder{padding:clamp(80px, 10vw, 150px) var(--gutter)}.newsletter-placeholder>p:first-child{font-size:var(--type-meta);margin:0 0 64px}.newsletter-placeholder h2{max-width:1000px;font-family:var(--sans);letter-spacing:-.06em;margin:0 0 42px;font-size:clamp(46px,7vw,110px);font-weight:400;line-height:.9}.newsletter-placeholder>p:last-child{max-width:560px;font-size:var(--type-ui);line-height:1.5}.legal-copy{max-width:1100px;padding:clamp(80px, 10vw, 150px) var(--gutter)}.legal-copy article{gap:var(--gutter);border-top:var(--line);grid-template-columns:.55fr 1.45fr;padding:38px 0;display:grid}.legal-copy article:last-of-type{border-bottom:var(--line)}.legal-copy h2{font-size:var(--type-meta);margin:0;font-weight:400}.legal-copy article>p{font-family:var(--sans);grid-column:2;margin:0 0 10px;font-size:clamp(17px,1.35vw,23px);line-height:1.4}.legal-copy a{text-decoration:underline}.legal-review-note{margin-top:60px}.detail-page{min-height:100vh;padding-top:var(--header);background:var(--white);grid-template-columns:minmax(280px,1fr) minmax(0,1fr);display:grid}.detail-backdrop{top:var(--header);height:calc(100vh - var(--header));border-right:var(--line);background:radial-gradient(circle at 48% 42%,#2734dce6,#0000 23%),radial-gradient(circle at 35% 76%,#8751dfad,#0000 31%),radial-gradient(circle at 72% 65%,#35bce8b3,#0000 27%),#050711;position:sticky;overflow:hidden}.detail-contours,.detail-contours:before{content:"";background:repeating-radial-gradient(at 52% 47%,#0000 0 25px,#ffffffb8 26px 27px,#0000 28px 45px);position:absolute;inset:-30%;transform:rotate(-8deg)}.detail-contours:before{opacity:.45;inset:10%;transform:rotate(18deg)scale(.72)}.detail-content{min-height:calc(100vh - var(--header));padding:clamp(36px,5vw,84px)}.detail-back,.detail-eyebrow,.detail-meta dt,.detail-related p{font-size:var(--type-meta)}.detail-back{margin-bottom:clamp(80px,11vw,160px);transition:transform .18s;display:inline-block}.detail-back:hover,.detail-back:focus-visible{transform:translate(-5px)}.detail-eyebrow{color:#666;margin:0 0 26px}.detail-content>h1{max-width:850px;font-family:var(--sans);letter-spacing:-.065em;overflow-wrap:anywhere;margin:0;font-size:clamp(48px,7vw,112px);font-weight:400;line-height:.88}.detail-subtitle{max-width:750px;font-family:var(--sans);letter-spacing:-.035em;margin:28px 0 0;font-size:clamp(22px,2.6vw,42px);line-height:1.05}.detail-meta{border-top:var(--line);border-bottom:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:clamp(64px,8vw,120px) 0 0;padding:22px 0;display:grid}.detail-meta div{min-width:0}.detail-meta dt{color:#666;margin-bottom:10px}.detail-meta dd{font-size:var(--type-ui);overflow-wrap:anywhere;margin:0;line-height:1.45}.detail-body{max-width:760px;font-family:var(--sans);margin:clamp(72px,10vw,150px) 0;font-size:clamp(17px,1.45vw,24px);line-height:1.42}.detail-body p{margin:0 0 1.45em}.detail-lead{letter-spacing:-.04em;font-size:1.55em;line-height:1.08}.practical-info{border-top:var(--line);margin-top:64px;padding-top:28px}.practical-info h2{font-family:var(--mono);font-size:var(--type-ui);margin:0 0 28px;font-weight:400}.practical-info ul{padding-left:1.1em}.practical-info li{margin-bottom:8px}.detail-actions{flex-wrap:wrap;gap:12px;margin-top:46px;display:flex}.detail-actions a{border:var(--line);font-family:var(--mono);font-size:var(--type-meta);border-radius:999px;padding:12px 18px 10px}.detail-related{border-top:var(--line);flex-direction:column;align-items:flex-start;gap:12px;padding-top:28px;display:flex}.detail-related p{color:#666;margin:0 0 10px}.detail-related a{border-bottom:var(--line);font-size:var(--type-ui)}.not-found{min-height:100vh;padding:var(--gutter);color:var(--white);background:var(--black);align-content:center;gap:32px;display:grid}.not-found p,.not-found h1{margin:0}.not-found h1{max-width:900px;font-family:var(--sans);letter-spacing:-.06em;font-size:clamp(52px,9vw,140px);font-weight:400;line-height:.9}.not-found a{border-bottom:1px solid var(--white);font-size:var(--type-ui);justify-self:start;padding-bottom:4px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.venue-map-plane{transform:none}.hero-original{will-change:auto;transform:none}}@media (max-width:900px){:root{--rail:0px;--header:62px}.side-rail{display:none}.site-header{justify-content:space-between;padding:0 18px;display:flex}.site-header .desktop-navigation{display:none}.site-index{flex-direction:column;display:flex}.site-index-primary,.site-index-secondary{display:contents}.site-index a,.site-index-primary a,.site-index-secondary a{border-bottom:var(--line);font-family:var(--sans);letter-spacing:-.045em;flex:1;grid-template-columns:44px 1fr auto;align-items:center;padding:0 18px;font-size:clamp(20px,5vw,28px);display:grid}.site-index a:last-child{border-bottom:var(--line)}.site-index-secondary a:last-child{border-bottom:0}.site-index-number{align-self:center;padding-top:0;font-size:12px}.site-index-arrow{align-self:center;padding-bottom:0;font-size:14px}.hero{aspect-ratio:4/3;min-height:0}.hero-original{display:block}.filter-bar{grid-template-columns:1fr}.day-filter{justify-content:flex-start;overflow-x:auto}.text-link{justify-self:start}.programme-row{grid-template-columns:1.6fr .5fr 1fr .4fr}.artist-grid{grid-template-columns:repeat(2,1fr)}.home-theme-section,.home-news-section{grid-template-columns:1fr}.home-theme-copy,.home-news-section>div:last-child{max-width:720px}.home-info-links{grid-template-columns:1fr}.home-info-links a{min-height:150px}.home-care-statement{grid-template-columns:1fr;align-items:start}.concept-section,.venue-experience{grid-template-columns:1fr}.venue-map{border-right:0;border-bottom:var(--line);min-height:0}.venue-detail{min-height:420px}.info-grid{grid-template-columns:1fr;gap:56px}.partner-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.detail-page{grid-template-columns:1fr}.detail-backdrop{border-right:0;border-bottom:var(--line);height:min(58vh,520px);position:relative;top:auto}.page-intro{grid-template-rows:auto auto 1fr;grid-template-columns:1fr;align-items:start;min-height:68vh}.page-intro-lead{grid-area:2/1}.page-intro h1{grid-row:3;align-self:end}.event-directory-row{grid-template-columns:.55fr 1.5fr 1fr auto}.event-directory-row>span:nth-child(3){display:none}.programme-directory-filters{grid-template-columns:1fr 1fr}.programme-filter-reset{align-self:stretch}.code-of-conduct>div,.link-grid{grid-template-columns:1fr}}@media (min-width:901px) and (max-width:1150px){.site-header{grid-template-columns:170px minmax(0,1fr) auto;gap:16px;padding-left:18px;padding-right:18px}.wordmark{width:170px}.site-header .desktop-navigation{font-size:14px}.ticket-link{width:110px;min-width:110px}.desktop-navigation>a:not(.ticket-link){padding-left:14px;padding-right:14px}.section{padding-left:clamp(24px,3vw,38px);padding-right:clamp(36px,5vw,58px)}footer{flex-wrap:wrap}.filter-bar{grid-template-columns:minmax(100px,.65fr) minmax(320px,2fr)}.select-wrap{grid-column:1}.text-link{grid-column:2}}@media (max-width:600px){.site-alert{grid-template-columns:1fr auto;gap:6px 14px;padding:12px 18px}.site-alert strong{grid-column:1/-1}.wordmark{width:148px}.hero{aspect-ratio:3/4;min-height:0}.hero-contours{object-position:52% center;transform:scale(1.22)}.hero-live-copy h1{font-size:clamp(58px,17.5vw,82px);line-height:.84}.hero-live-copy h1 span:first-child{top:7%;left:5%}.hero-live-copy h1 span:nth-child(2){top:27%;left:auto;right:5%}.hero-live-copy h1 span:nth-child(3){text-shadow:0 2px 12px #000000e6;-webkit-text-stroke:.75px #000000b8;top:51%;left:5%}.hero-live-copy time{font-size:clamp(30px,9.5vw,44px);bottom:23%;right:5%}.hero-live-copy>a{padding:11px 17px 9px;font-size:17px;bottom:7%;left:5%}.hero-live-copy>p{bottom:8%;right:5%}.hero-ticket-hotspot{height:44px;top:84.7625%;transform:translateY(-50%)}.home-shortcuts{grid-template-columns:1fr}.home-shortcuts a{border-right:0;border-bottom:var(--line);min-height:116px;padding:26px 18px;font-size:clamp(28px,10vw,42px)}.home-shortcuts a:last-child{border-bottom:0}.section{padding:64px 18px}.section h2,.section-kicker{margin-bottom:44px}.programme-table{overflow:visible}.programme-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px 18px;min-width:0;padding:16px 0}.programme-head{display:none}.programme-row>:not(:first-child){padding-left:0}.programme-row>span:nth-child(2),.programme-row>a:last-child{text-align:right}.programme-row>a:nth-child(3){justify-content:flex-start}.programme-row>a:last-child{justify-content:flex-end}.artist-grid{grid-template-columns:1fr}.home-theme-section,.home-news-section{gap:34px}.home-theme-copy,.home-news-section>div:last-child{font-size:20px}.home-info-links a{min-height:128px}.home-care-statement{margin-left:-18px;margin-right:-18px;padding:38px 18px}.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-logo{min-height:126px;padding:18px}.venues-section{padding-left:0;padding-right:0}.venue-hotspot{max-width:110px}.venue-map-instruction{top:12px;left:12px;right:12px}.venue-map{aspect-ratio:auto;width:100%;height:min(76svh,680px);min-height:520px}.partners-section{padding-bottom:54px}.partner-groups{gap:42px}.venue-hotspot-label{display:none}.venue-hotspot[aria-pressed=true] .venue-hotspot-label{white-space:normal;text-align:center;max-width:120px;display:block}.venue-detail{min-height:390px;padding:24px 18px}footer{flex-direction:column}footer div{flex-wrap:wrap}.detail-content{padding:36px 18px 72px}.detail-back{margin-bottom:72px}.detail-meta{grid-template-columns:1fr}.page-intro{min-height:620px;padding-left:18px;padding-right:18px}.page-intro h1{font-size:clamp(64px,22vw,108px)}.directory-section,.programme-directory-section,.artist-directory-meta,.venue-directory,.archive-list,.editorial-grid,.information-list,.code-of-conduct,.contact-directory,.newsletter-placeholder,.legal-copy{padding-left:18px;padding-right:18px}.event-directory-row{grid-template-columns:58px 1fr auto;gap:12px}.programme-directory-heading{flex-direction:column;align-items:start}.programme-directory-filters{grid-template-columns:1fr}.event-directory-row>span:nth-child(4){display:none}.announcement-panel{min-height:620px;padding-left:18px;padding-right:18px}.profile-directory{grid-template-columns:1fr}.venue-directory>a{grid-template-columns:44px 1fr auto}.venue-directory>a>span:nth-of-type(2),.venue-directory>a>span:nth-of-type(3){display:none}.archive-list>a{grid-template-columns:1fr;gap:12px}.archive-summary{grid-template-columns:1fr}.archive-summary>div{border-right:0;border-bottom:var(--line);min-height:120px;padding-left:18px;padding-right:18px}.archive-summary>div:last-child{border-bottom:0}.archive-list>a>span:last-child{display:none}.archive-artists ul{grid-template-columns:1fr}.archive-programme-group{grid-template-columns:1fr;gap:20px}.archive-event-grid,.media-gallery-grid{grid-template-columns:1fr}.archive-event-copy dl div{grid-template-columns:1fr;gap:4px}.media-figure-caption{flex-direction:column;gap:4px}.editorial-grid{grid-template-columns:1fr}.information-list article{grid-template-columns:38px 1fr}.contact-directory a{grid-template-columns:1fr}.contact-directory a>span:last-child{display:none}.social-band{flex-direction:column;padding-left:18px;padding-right:18px}.legal-copy article{grid-template-columns:1fr}.legal-copy article>p{grid-column:1}}:root{--design-columns:16;--design-gap:clamp(8px, .8vw, 14px);--design-edge:clamp(18px, 1.6vw, 28px);--rail:clamp(76px, 6.4vw, 98px);--line:2px solid var(--black)}.site-header{gap:var(--design-gap);padding:0 var(--design-edge);border-bottom-width:2px;grid-template-columns:repeat(16,minmax(0,1fr))}.wordmark{grid-column:1/4;width:min(100%,227px)}.site-header .desktop-navigation{display:contents}.desktop-navigation>a:first-child{grid-column:6/8;justify-self:start}.desktop-navigation>.ticket-link{grid-column:11/13;width:100%;min-width:0}.subscribe-trigger{min-height:44px;font-size:var(--type-ui);text-align:right;cursor:pointer;background:0 0;border:0;grid-column:15/17;padding:8px 0}.subscribe-trigger:hover,.subscribe-trigger:focus-visible{text-underline-offset:5px;text-decoration:underline}.menu-toggle{display:none}.side-rail{align-items:stretch;gap:0;padding-top:clamp(48px,5vw,74px)}.side-rail a{align-items:center;width:100%;height:auto;min-height:76px;padding:12px 10px;font-size:clamp(12px,.9vw,14px);display:flex}.side-rail a:hover,.side-rail a:focus-visible{color:var(--white);background:var(--black)}.hero-live-copy{gap:0 var(--design-gap);padding:var(--design-edge);grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.hero-live-copy h1{letter-spacing:normal;font-weight:500;display:contents}.hero-live-copy h1 span,.hero-live-copy h1 span:first-child,.hero-live-copy h1 span:nth-child(2),.hero-live-copy h1 span:nth-child(3),.hero-live-copy time,.hero-live-copy>p{position:static;inset:auto}.hero-live-copy h1 span:first-child{grid-area:1/2/3/7;align-self:center}.hero-live-copy h1 span:nth-child(2){grid-area:3/7/5/14;align-self:center}.hero-live-copy h1 span:nth-child(3){grid-area:5/2/7/8;align-self:center}.hero-live-copy time{letter-spacing:normal;grid-area:7/6/9/16;place-self:center end;font-size:clamp(42px,7.3vw,110px);font-weight:500}.hero-live-copy>p{grid-area:8/15/auto/17;place-self:end}.hero-ticket-row{gap:var(--design-gap);min-height:0;padding:clamp(18px, 1.8vw, 28px) var(--design-edge) 0;grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.hero-ticket-row>a{color:var(--white);background:var(--black);white-space:nowrap;border-radius:999px;grid-column:1/6;place-self:start;padding:9px 18px 8px;font-size:clamp(22px,2.1vw,32px);line-height:1}.home-shortcuts{gap:0 var(--design-gap);padding:0 var(--design-edge) clamp(8px, 1vw, 14px);border:0;grid-template-rows:repeat(2,clamp(36px,3vw,46px));grid-template-columns:repeat(16,minmax(0,1fr));margin-top:clamp(-8px,-.5vw,0px)}.home-shortcuts a,.home-shortcuts a:last-child{min-height:0;font-family:var(--mono);background:0 0;border:0;justify-content:flex-start;align-items:flex-start;padding:0;font-size:clamp(22px,2.1vw,32px);line-height:1;display:flex}.home-shortcuts a:first-child{grid-area:1/6/auto/12}.home-shortcuts a:last-child{grid-area:2/11/auto/17}.home-shortcuts a:hover,.home-shortcuts a:focus-visible{color:var(--black);background:0 0}.home-shortcuts a span{border-radius:999px;padding:4px 8px 3px}.home-shortcuts a:hover span,.home-shortcuts a:focus-visible span{color:var(--white);background:var(--black)}.home-theme-section{gap:0 var(--design-gap);padding-top:clamp(12px,1.25vw,20px);padding-right:var(--design-edge);padding-bottom:clamp(72px,7vw,106px);padding-left:var(--design-edge);border:0;grid-template-rows:auto repeat(3,clamp(84px,8.15vw,124px)) auto;grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.home-theme-kicker{color:#666;font-size:var(--type-meta);text-align:center;grid-area:1/5/auto/13;margin:0 0 clamp(16px,1.5vw,24px)}.section .home-theme-title{font-family:var(--sans);letter-spacing:normal;font-size:clamp(82px,8.8vw,134px);font-weight:500;line-height:.93;display:contents}.home-theme-title span:first-child{grid-area:2/4/auto/10;justify-self:start}.home-theme-title span:nth-child(2){grid-area:3/9/auto/17;justify-self:start}.home-theme-title span:nth-child(3){grid-area:4/4/auto/12;justify-self:start}.home-theme-logo{grid-area:4/11/auto/13;place-self:center start;width:clamp(66px,6.4vw,98px);height:auto}.home-theme-copy{max-width:754px;font-family:var(--mono);grid-area:5/4/auto/13;align-self:start;padding-top:clamp(14px,1.35vw,22px);padding-bottom:0;font-size:12px;line-height:1.35}.rounded-text-action{min-height:42px;color:var(--white);background:var(--black);font:inherit;font-family:var(--mono);font-size:var(--type-meta);cursor:pointer;border:0;border-radius:999px;padding:9px 18px 7px}.rounded-text-action:hover,.rounded-text-action:focus-visible{color:var(--black);background:var(--grey-300)}.themed-dialog{width:100%;max-width:none;height:100svh;max-height:none;color:var(--black);background:var(--white);border:0;margin:0;padding:0}.themed-dialog::backdrop{background:#000000b8}.themed-dialog-panel{min-height:100%;padding:clamp(72px, 8vw, 124px) var(--design-edge);background-image:linear-gradient(#1212121a 1px,#0000 1px),linear-gradient(90deg,#1212121a 1px,#0000 1px);background-size:6.25% 100%,100% 25%;position:relative;overflow:auto}.dialog-close{z-index:2;top:22px;right:var(--design-edge);min-height:44px;color:var(--white);background:var(--black);cursor:pointer;border:0;border-radius:999px;padding:8px 16px;position:fixed}.curatorial-dialog h2{font-family:var(--sans);letter-spacing:-.07em;grid-template-columns:repeat(16,minmax(0,1fr));margin:clamp(40px,7vw,100px) 0;font-size:clamp(70px,10vw,152px);font-weight:500;line-height:.78;display:grid}.curatorial-dialog h2 span:first-child{grid-column:3/9}.curatorial-dialog h2 span:nth-child(2){grid-column:8/15}.curatorial-dialog h2 span:nth-child(3){grid-column:4/11}.curatorial-dialog-copy{width:min(100%,850px);margin-left:calc(25% - var(--design-edge));font-family:var(--sans);padding-bottom:80px;font-size:clamp(18px,1.7vw,28px);line-height:1.25}.newsletter-dialog .themed-dialog-panel{align-content:center;gap:var(--design-gap);color:var(--white);background-color:var(--black);background-image:linear-gradient(#ffffff1f 1px,#0000 1px),linear-gradient(90deg,#ffffff1f 1px,#0000 1px);grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.newsletter-dialog .themed-dialog-panel>p:first-of-type,.newsletter-dialog h2,.newsletter-dialog-copy{grid-column:3/15}.newsletter-dialog h2{font-family:var(--sans);letter-spacing:-.06em;margin:28px 0;font-size:clamp(56px,9vw,138px);font-weight:500;line-height:.86}.newsletter-dialog-copy{max-width:760px;font-family:var(--sans);font-size:clamp(20px,2vw,30px);line-height:1.2}.programme-section{padding-right:var(--design-edge);padding-left:var(--design-edge)}.filter-bar{gap:var(--design-gap);grid-template-columns:repeat(16,minmax(0,1fr))}.filter-label{grid-column:1/3}.day-filter{grid-column:3/10;justify-content:flex-start}.select-wrap{grid-column:10/13}.filter-bar .text-link{grid-column:13/17}.day-filter button{border-radius:0}.day-filter button.is-active{color:var(--black);box-shadow:inset 0 -2px 0 var(--black);background:0 0}.programme-table{color:var(--white);background:var(--black);border:0}.programme-row{background:0 0;border-bottom:1px solid #ffffff57;grid-template-columns:minmax(250px,2fr) 1fr .62fr 1.25fr 48px;transition:color .16s,background .16s}.programme-row:not(.programme-head):hover,.programme-row:not(.programme-head):focus-within{color:var(--black);background:var(--white);padding:0}.programme-row small{color:#ffffffa8}.programme-row:not(.programme-head):hover small,.programme-row:not(.programme-head):focus-within small{color:#121212a8}.programme-day{border-bottom:1px solid var(--white);min-height:76px;font-family:var(--sans);align-items:flex-end;padding:18px 0 12px;font-size:clamp(30px,3vw,46px);font-weight:500;display:flex}.programme-day span{padding-left:0}.site-index-subscribe{display:none}@media (max-width:900px){:root{--design-columns:8;--line:2px solid var(--black)}.site-header{display:flex}.site-header .desktop-navigation{display:none}.menu-toggle{border-radius:0;place-items:center;width:48px;padding:8px;display:grid}.menu-lines{gap:6px;width:30px;display:grid}.menu-lines i{background:currentColor;height:2px;transition:transform .16s,opacity .16s;display:block}.menu-toggle[aria-expanded=true] .menu-lines i:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-lines i:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .menu-lines i:last-child{transform:translateY(-8px)rotate(-45deg)}.site-index-subscribe{background:var(--white);font-family:var(--sans);text-align:left;border:0;flex:1;grid-template-columns:44px 1fr auto;align-items:center;padding:0 18px;font-size:clamp(20px,5vw,28px);display:grid}.hero-live-copy{grid-template-columns:repeat(8,minmax(0,1fr))}.hero-live-copy h1 span:first-child{grid-column:1/5}.hero-live-copy h1 span:nth-child(2){grid-column:4/9}.hero-live-copy h1 span:nth-child(3){grid-column:1/6}.hero-live-copy time{grid-column:4/9}.hero-live-copy>p{grid-column:7/9}.hero-ticket-row,.home-shortcuts,.home-theme-section,.filter-bar{grid-template-columns:repeat(8,minmax(0,1fr))}.hero-ticket-row>a{grid-column:1/5}.home-shortcuts a:first-child{grid-column:2/6}.home-shortcuts a:last-child{grid-column:5/9}.home-theme-kicker{grid-column:1/5}.home-theme-title span:first-child{grid-column:1/7}.home-theme-title span:nth-child(2){grid-column:4/9}.home-theme-title span:nth-child(3){grid-column:2/7}.home-theme-logo{grid-column:7/9}.home-theme-copy{grid-area:5/2/auto/8}.filter-label{grid-column:1/3}.day-filter{grid-column:3/9}.select-wrap{grid-column:1/4}.filter-bar .text-link{grid-column:5/9}.programme-row{grid-template-columns:minmax(200px,1.8fr) 1fr .62fr 1fr 44px}}.standard-page .page-intro{gap:var(--design-gap);min-height:0;padding:clamp(70px, 7.5vw, 116px) var(--design-edge) clamp(52px, 5vw, 78px);background:var(--white);border:0;grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.standard-page .page-intro h1{font-family:var(--mono);letter-spacing:0;text-align:center;grid-column:5/13;margin:0;font-size:clamp(34px,3.2vw,48px);font-weight:400;line-height:1}.artist-directory-meta{padding:0 var(--design-edge) clamp(26px, 3vw, 46px);border:0}.profile-directory{gap:clamp(48px, 5vw, 76px) var(--design-gap);padding:0 var(--design-edge) clamp(90px, 11vw, 168px);background:0 0;grid-template-columns:repeat(4,minmax(0,1fr))}.profile-directory-card{background:0 0;min-width:0;padding:0}.profile-placeholder{isolation:isolate;color:var(--black);background:var(--grey-300);padding:14px}.profile-placeholder img{z-index:-1;object-fit:cover}.profile-placeholder:after{z-index:-1;content:"";background:linear-gradient(#00000047,#0000 32% 68%,#00000052);position:absolute;inset:0}.profile-placeholder:has(img){color:var(--white);background:var(--grey-300)}.profile-placeholder.visual-2:has(img){color:var(--white);background:var(--grey-300)}.profile-placeholder.visual-4:has(img){color:var(--white);background:var(--grey-300)}.profile-date,.profile-type{z-index:1;font-size:var(--type-meta);text-transform:uppercase;line-height:1.15;position:absolute}.profile-date{top:14px;left:14px}.profile-type{text-align:right;max-width:calc(100% - 28px);bottom:14px;right:14px}.profile-directory-card h2{font-family:var(--mono);letter-spacing:0;text-transform:uppercase;margin:10px 0 4px;font-size:clamp(14px,1.35vw,20px);line-height:1.08}.profile-directory-card>p{color:var(--black);font-size:var(--type-meta);line-height:1.2}.profile-directory-card:hover,.profile-directory-card:focus-visible{color:var(--black);background:0 0}.profile-directory-card:hover>p,.profile-directory-card:focus-visible>p{color:var(--black)}.editorial-grid{gap:var(--design-gap);padding:clamp(24px, 2vw, 34px) var(--design-edge) clamp(110px, 16vw, 248px);grid-template-columns:repeat(16,minmax(0,1fr))}.editorial-grid h2{display:none}.editorial-grid>div{max-width:none;font-family:var(--mono);letter-spacing:0;grid-column:1/13;font-size:clamp(12px,.95vw,15px);line-height:1.35}.editorial-grid p{margin-bottom:1.35em}.link-grid{gap:var(--design-gap);padding:0 var(--design-edge) clamp(90px, 12vw, 180px);background:0 0;grid-template-columns:repeat(16,minmax(0,1fr))}.link-grid a{background:0 0;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;min-height:64px;padding:0}.link-grid a:first-child{grid-column:1/6}.link-grid a:nth-child(2){grid-column:6/11}.link-grid a:nth-child(3){grid-column:11/17}.link-grid span{font-size:var(--type-meta)}.link-grid strong{color:var(--white);background:var(--black);font-size:var(--type-ui);border-radius:999px;padding:8px 18px 7px;line-height:1}.detail-page{padding-top:var(--header);display:block}.detail-content{min-height:calc(100vh - var(--header));align-content:start;gap:0 var(--design-gap);padding:clamp(58px, 6vw, 92px) var(--design-edge) 0;grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.detail-back{grid-column:14/17;justify-self:end;margin:0 0 clamp(34px,4vw,62px)}.detail-eyebrow{grid-column:5/15;margin:0 0 12px}.detail-content>h1,.detail-subtitle{max-width:none;font-family:var(--mono);letter-spacing:0;grid-column:5/15}.detail-content>h1{font-size:clamp(24px,2.25vw,36px);line-height:1.05}.detail-subtitle{font-size:clamp(16px,1.45vw,23px);line-height:1.2}.detail-meta{gap:var(--design-gap);border-top:2px solid var(--black);border-bottom:2px solid var(--black);grid-column:1/17;grid-template-columns:repeat(3,minmax(0,1fr));margin:clamp(54px,7vw,104px) 0 0;padding:16px 0}.detail-meta dt,.detail-meta dd{font-size:var(--type-meta);line-height:1.35}.detail-body{gap:24px var(--design-gap);width:100%;max-width:none;font-family:var(--mono);grid-column:1/17;grid-template-columns:repeat(16,minmax(0,1fr));margin:clamp(54px,7vw,104px) 0;font-size:clamp(12px,.95vw,15px);line-height:1.4;display:grid}.detail-body>p,.detail-body>.practical-info,.detail-body>.venue-accessibility,.detail-body>.detail-actions{grid-column:5/13;width:100%;max-width:none;margin:0}.detail-body>.media-figure,.detail-body>.event-poster{grid-area:1/1/span 4/5;margin:0}.detail-body>.media-gallery,.detail-body>.archive-events,.detail-body>.archive-programme{grid-column:1/17}.detail-lead{font-size:inherit;line-height:inherit;letter-spacing:0}.practical-info,.venue-accessibility{border:0;padding:26px 0 0}.detail-actions a{color:var(--white);background:var(--black);border:0}.detail-related{text-align:right;border:0;grid-column:10/17;align-items:flex-end;padding:0 0 clamp(60px,8vw,120px)}.detail-related a{font-size:var(--type-meta);text-transform:uppercase;border:0}.detail-content>.site-footer{margin-right:calc(-1 * var(--design-edge));margin-left:calc(-1 * var(--design-edge));grid-column:1/17}.code-of-conduct{gap:var(--design-gap);padding:0 var(--design-edge) clamp(80px, 10vw, 152px);color:var(--black);background:var(--white);grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.code-of-conduct h2{max-width:none;font-family:var(--mono);letter-spacing:0;grid-column:1/9;margin:0 0 34px;font-size:clamp(30px,3.2vw,48px);line-height:1}.code-of-conduct-statement{color:var(--white);background:var(--black);font-size:var(--type-meta);text-align:center;text-transform:uppercase;border-radius:999px;grid-column:3/13;margin:0 0 24px;padding:8px 18px 7px}.code-of-conduct>div{grid-column:1/9;display:block}.code-of-conduct>div p{font-family:var(--mono);margin:0 0 1.35em;font-size:clamp(12px,.95vw,15px);line-height:1.35}.information-list{gap:clamp(62px, 8vw, 120px) var(--design-gap);padding:0 var(--design-edge) clamp(100px, 14vw, 220px);grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.information-list article,.information-list article:last-child{border:0;padding:0;display:block}.information-list article:first-child{grid-column:9/17}.information-list article:nth-child(2){grid-area:1/4/auto/12}.information-list article:nth-child(3){grid-column:5/13}.information-list article:nth-child(4){grid-column:1/9}.information-list article:nth-child(5){grid-column:9/17}.information-list article:nth-child(6){grid-column:2/12}.information-list article>span{display:none}.information-list h2{font-family:var(--mono);text-align:center;margin:0 0 24px;font-size:clamp(28px,3.2vw,48px);line-height:1}.information-list p{max-width:none;font-family:var(--mono);margin:0 0 1em;font-size:clamp(12px,.95vw,15px);line-height:1.35}@media (max-width:900px){.standard-page .page-intro,.detail-content,.editorial-grid,.link-grid,.code-of-conduct,.information-list{grid-template-columns:repeat(8,minmax(0,1fr))}.standard-page .page-intro h1{grid-column:2/8}.profile-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-grid>div{grid-column:1/9}.link-grid a:first-child{grid-column:1/4}.link-grid a:nth-child(2){grid-column:4/7}.link-grid a:nth-child(3){grid-column:7/9}.link-grid a{flex-direction:column;align-items:flex-start}.detail-back{grid-column:6/9}.detail-eyebrow,.detail-content>h1,.detail-subtitle{grid-column:3/9}.detail-meta,.detail-body{grid-column:1/9}.detail-body{grid-template-columns:repeat(8,minmax(0,1fr))}.detail-body>p,.detail-body>.practical-info,.detail-body>.venue-accessibility,.detail-body>.detail-actions{grid-column:3/9}.detail-body>.media-figure,.detail-body>.event-poster{grid-column:1/3}.detail-body>.media-gallery,.detail-body>.archive-events,.detail-body>.archive-programme{grid-column:1/9}.detail-related{grid-column:4/9}.detail-content>.site-footer{grid-column:1/9}.code-of-conduct h2,.code-of-conduct>div{grid-column:1/7}.code-of-conduct-statement{grid-column:2/8}.information-list article:first-child{grid-column:4/9}.information-list article:nth-child(2){grid-column:2/7}.information-list article:nth-child(3){grid-column:3/8}.information-list article:nth-child(4){grid-column:1/6}.information-list article:nth-child(5){grid-column:4/9}.information-list article:nth-child(6){grid-column:2/8}}@media (max-width:600px){.standard-page .page-intro,.detail-content,.editorial-grid,.link-grid,.code-of-conduct,.information-list{grid-template-columns:repeat(4,minmax(0,1fr))}.standard-page .page-intro h1{grid-column:1/5}.profile-directory{grid-template-columns:1fr}.artist-directory-meta{flex-direction:column;align-items:flex-start}.editorial-grid>div,.link-grid a:first-child,.link-grid a:nth-child(2),.link-grid a:nth-child(3),.detail-back,.detail-eyebrow,.detail-content>h1,.detail-subtitle,.detail-meta,.detail-body,.detail-related,.detail-content>.site-footer{grid-column:1/5}.detail-back{justify-self:start}.detail-meta{grid-template-columns:1fr}.detail-body{grid-template-columns:repeat(4,minmax(0,1fr))}.detail-body>p,.detail-body>.practical-info,.detail-body>.venue-accessibility,.detail-body>.detail-actions,.detail-body>.media-figure,.detail-body>.event-poster,.detail-body>.media-gallery,.detail-body>.archive-events,.detail-body>.archive-programme,.code-of-conduct h2,.code-of-conduct-statement,.code-of-conduct>div,.information-list article:first-child,.information-list article:nth-child(2),.information-list article:nth-child(3),.information-list article:nth-child(4),.information-list article:nth-child(5),.information-list article:nth-child(6){grid-area:auto/1/auto/5}.code-of-conduct-statement{border-radius:22px}.information-list h2{text-align:left}}.legal-copy{gap:clamp(34px, 4vw, 62px) var(--design-gap);max-width:none;padding:0 var(--design-edge) clamp(110px, 14vw, 214px);grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.legal-copy article,.legal-copy article:last-of-type{gap:0 var(--design-gap);border:0;grid-column:1/10;grid-template-columns:repeat(9,minmax(0,1fr));padding:0;display:grid}.legal-copy h2,.legal-copy article>p{font-family:var(--mono);grid-column:1/8;font-size:clamp(12px,.95vw,15px);line-height:1.35}.legal-copy h2{margin:0 0 clamp(28px,3vw,46px)}.legal-copy article>p{margin:0}.legal-copy article>p+p{margin-top:3px}.legal-copy article>p:last-child a{margin-top:12px;display:inline-block}.legal-review-note{font-size:var(--type-meta);grid-column:1/10;margin:0}@media (max-width:900px){.legal-copy{grid-template-columns:repeat(8,minmax(0,1fr))}.legal-copy article,.legal-review-note{grid-column:1/8}}@media (max-width:600px){.legal-copy{grid-template-columns:repeat(4,minmax(0,1fr))}.legal-copy article,.legal-review-note{grid-column:1/5}}.contact-directory{gap:clamp(52px, 7vw, 104px) var(--design-gap);padding:0 var(--design-edge) clamp(84px, 11vw, 166px);grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.contact-directory a,.contact-directory a:last-child{border:0;flex-direction:column;grid-column:span 8;align-items:flex-start;gap:18px;padding:0;display:flex}.contact-directory strong{font-family:var(--mono);letter-spacing:0;font-size:clamp(18px,2.1vw,32px)}.contact-directory a>span:last-child{color:var(--white);background:var(--black);border-radius:999px;padding:8px 16px 7px}.contact-directory a:hover,.contact-directory a:focus-visible{color:var(--black);background:0 0;padding:0}.social-band{gap:var(--design-gap);padding:clamp(34px, 4vw, 58px) var(--design-edge);grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.social-band p{grid-column:1/5}.social-band div{grid-column:5/17;justify-content:space-between}.press-intro-panel{gap:24px var(--design-gap);padding:0 var(--design-edge) clamp(86px, 11vw, 170px);grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.press-intro-panel>p:first-child{font-size:var(--type-meta);grid-column:1/5;margin:0}.press-intro-panel h2,.press-intro-panel>p:last-child{font-family:var(--mono);grid-column:5/13;margin:0}.press-intro-panel h2{font-size:clamp(30px,4.5vw,68px);font-weight:400;line-height:1}.press-intro-panel>p:last-child{max-width:720px;font-size:clamp(14px,1vw,16px);line-height:1.4}@media (max-width:900px){.contact-directory,.social-band,.press-intro-panel{grid-template-columns:repeat(8,minmax(0,1fr))}.contact-directory a,.contact-directory a:last-child{grid-column:span 4}.social-band p{grid-column:1/3}.social-band div{grid-column:3/9}.press-intro-panel>p:first-child{grid-column:1/3}.press-intro-panel h2,.press-intro-panel>p:last-child{grid-column:3/9}}@media (max-width:600px){.contact-directory,.social-band,.press-intro-panel{grid-template-columns:repeat(4,minmax(0,1fr))}.contact-directory a,.contact-directory a:last-child,.social-band p,.social-band div,.press-intro-panel>p:first-child,.press-intro-panel h2,.press-intro-panel>p:last-child{grid-column:1/5}.social-band div{gap:22px}:root{--design-columns:4}.hero-live-copy,.hero-ticket-row,.home-shortcuts,.home-theme-section,.filter-bar{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-live-copy h1 span:first-child{grid-column:1/4}.hero-live-copy h1 span:nth-child(2){grid-column:2/5}.hero-live-copy h1 span:nth-child(3){grid-column:1/4}.hero-live-copy time{grid-column:1/5;justify-self:end;font-size:clamp(26px,8.5vw,44px)}.hero-live-copy>p{grid-column:4/5}.hero-ticket-row>a{grid-column:1/5}.home-shortcuts{margin-top:8px;padding-bottom:20px;display:grid}.home-shortcuts a:first-child{grid-column:1/4}.home-shortcuts a:last-child{grid-column:2/5}.home-theme-section{grid-template-rows:auto repeat(3,clamp(64px,21vw,82px)) auto;padding-top:24px;padding-bottom:82px}.home-theme-kicker{grid-column:1/5}.section .home-theme-title{font-size:clamp(54px,18vw,78px)}.home-theme-title span:first-child{grid-column:1/5;justify-self:start}.home-theme-title span:nth-child(2){grid-column:2/5;justify-self:start}.home-theme-title span:nth-child(3){grid-column:1/5;justify-self:start}.home-theme-logo{grid-column:4/5;justify-self:end;width:58px}.home-theme-copy{grid-area:5/1/auto/5;max-width:none;padding-top:42px}.themed-dialog-panel{background-size:25% 100%,100% 20%}.curatorial-dialog h2{grid-template-columns:repeat(4,minmax(0,1fr));font-size:clamp(56px,18vw,80px)}.curatorial-dialog h2 span:first-child{grid-column:1/4}.curatorial-dialog h2 span:nth-child(2){grid-column:2/5}.curatorial-dialog h2 span:nth-child(3){grid-column:1/5}.curatorial-dialog-copy{margin-left:0}.newsletter-dialog .themed-dialog-panel{grid-template-columns:repeat(4,minmax(0,1fr))}.newsletter-dialog .themed-dialog-panel>p:first-of-type,.newsletter-dialog h2,.newsletter-dialog-copy,.filter-label,.day-filter,.select-wrap,.filter-bar .text-link{grid-column:1/5}.programme-row{grid-template-columns:minmax(0,1fr) auto;gap:10px 18px;min-width:0;padding:18px 0}.programme-row>span:nth-child(2),.programme-row>span:nth-child(3){font-size:var(--type-meta)}.programme-row>span:nth-child(2){grid-column:1}.programme-row>span:nth-child(3){grid-area:1/2}.programme-row>a:nth-child(4){grid-column:1}.programme-row>a:last-child{grid-area:2/2/4;align-self:center}}.venues-section{padding-left:0;padding-right:0}.venues-section>h2{padding:0 var(--design-edge);margin-bottom:clamp(32px,4vw,56px)}.venue-experience{width:calc(100% - (2 * var(--design-edge)));border:0;max-width:1480px;margin:0 auto;display:block}.venue-map-layout{align-items:stretch;gap:var(--design-gap);grid-template-columns:minmax(0,12fr) minmax(190px,4fr);display:grid}.venue-map{aspect-ratio:1.94;background:var(--white);border:0;width:100%;min-height:0}.venue-map:after,.venue-routes{display:none}.venue-map-plane{transform:translate3d(var(--map-shift-x), var(--map-shift-y), 0) scale(1.12);inset:-5%}.venue-map-image{object-fit:cover;opacity:1;filter:contrast(1.12)}.venue-hotspot{left:var(--venue-x);top:var(--venue-y);border-radius:0;width:clamp(46px,5vw,68px);height:clamp(40px,4vw,56px)}.venue-contour-mark{width:clamp(14px, calc(var(--venue-outline-size) * 1vw), 60px);opacity:0;height:auto;transition:transform .18s,opacity .16s;position:absolute;overflow:visible;transform:scale(1)}.venue-contour-mark:before,.venue-contour-mark:after{display:none}.venue-contour-mark use{fill:none;stroke:var(--black);stroke-width:2px;vector-effect:non-scaling-stroke}.venue-hotspot:hover .venue-contour-mark,.venue-hotspot:focus-visible .venue-contour-mark,.venue-hotspot[aria-pressed=true] .venue-contour-mark{opacity:1;animation:1.8s ease-in-out infinite venue-outline-breathe;transform:scale(1.06)}.venue-hotspot:hover .venue-contour-mark use,.venue-hotspot:focus-visible .venue-contour-mark use,.venue-hotspot[aria-pressed=true] .venue-contour-mark use{stroke-width:4px}@keyframes venue-outline-breathe{50%{transform:scale(1.12)}}.venue-hotspot-label{opacity:0;color:var(--black);text-shadow:-1px -1px 0 var(--white), 1px -1px 0 var(--white), -1px 1px 0 var(--white), 1px 1px 0 var(--white);background:0 0;padding:0;font-size:clamp(12px,1vw,16px);font-weight:700;bottom:calc(100% - 4px);left:50%;transform:translate(-50%)}.venue-hotspot:hover .venue-hotspot-label,.venue-hotspot:focus-visible .venue-hotspot-label,.venue-hotspot[aria-pressed=true] .venue-hotspot-label{opacity:1;transform:translate(-50%,-4px)}.venue-hotspot[data-status=CONTEXT] .venue-contour-mark{opacity:.34;border-width:1px}.venue-hotspot[data-status=CONTEXT] .venue-hotspot-label{opacity:.5;color:var(--black);background:0 0;border:0;font-weight:400}.venue-map-details{text-transform:uppercase;min-width:0;padding:4px 0;font-size:clamp(9px,.72vw,12px);line-height:1.35}.venue-map-selection{min-height:clamp(84px,8vw,122px)}.venue-map-selection strong,.venue-map-selection span{display:block}.venue-map-selection strong{margin-bottom:10px}.venue-map-details ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.venue-map-details button{color:var(--black);font:inherit;text-align:left;text-transform:uppercase;cursor:pointer;background:0 0;border:0;padding:0}.venue-map-details button[aria-pressed=true]{font-weight:700}.venue-addresses{padding:clamp(24px,3vw,42px) 0 0}.venue-addresses-heading{align-items:center;gap:var(--design-gap);grid-template-columns:repeat(16,minmax(0,1fr));margin-bottom:42px;display:grid}.venue-addresses-heading h3{font-size:var(--type-ui);grid-column:1/9;margin:0;font-weight:400}.venue-address-controls{grid-column:15/17;justify-content:flex-end;gap:8px;display:flex}.venue-address-controls button{width:44px;height:44px;color:var(--white);background:var(--black);cursor:pointer;border:0;border-radius:999px}.venue-addresses ul{margin:0;padding:0;list-style:none;display:block}.venue-addresses li{border-bottom:1px solid var(--black)}.venue-addresses li:before{display:none}.venue-addresses li>button{gap:var(--design-gap);text-align:left;text-transform:uppercase;cursor:pointer;background:0 0;border:0;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;min-width:0;padding:11px 0 9px;font-size:clamp(9px,.7vw,12px);line-height:1.25;display:grid}.venue-addresses li>button:hover,.venue-addresses li>button:focus-visible,.venue-addresses li.is-active>button{font-weight:700}.venue-addresses li>button:disabled{cursor:default}.venue-addresses li>button span:first-child{font-family:var(--sans);margin-bottom:8px;font-size:clamp(18px,1.7vw,26px);font-weight:500;line-height:1}.venue-addresses li>button small{color:#666;margin-bottom:12px;font-size:12px}.venue-addresses li>button span:last-child{font-size:var(--type-meta);line-height:1.35}.venue-addresses li>a{border-radius:999px;place-items:center;width:42px;height:42px;display:grid}.venue-addresses li>a:hover,.venue-addresses li>a:focus-visible{color:var(--white);background:var(--black)}.info-section{gap:0 var(--design-gap);padding-top:clamp(52px,5vw,72px);padding-right:var(--design-edge);padding-bottom:0;padding-left:var(--design-edge);border:0;grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.info-section>h2{grid-column:1/17;margin-bottom:0}.home-info-links{gap:clamp(5px, .65vw, 10px) var(--design-gap);border:0;grid-column:1/17;grid-template-rows:repeat(3,auto);grid-template-columns:repeat(16,minmax(0,1fr));min-height:clamp(190px,16vw,242px);padding:clamp(30px,3vw,46px) 0 clamp(24px,2.5vw,38px);display:grid;position:relative}.home-info-links .home-info-link{letter-spacing:-.025em;border:0;align-self:center;min-height:0;padding:0;font-size:clamp(30px,2.85vw,44px);line-height:1;display:block}.home-info-links .home-info-link:first-child{grid-area:1/1/auto/7;justify-self:start}.home-info-links .home-info-link:nth-child(2){grid-area:2/5/auto/13;justify-self:center}.home-info-links .home-info-link:nth-child(3){grid-area:3/11/auto/17;justify-self:end}.home-info-links .home-info-link:hover,.home-info-links .home-info-link:focus-visible{color:var(--black);text-underline-offset:.18em;background:0 0;text-decoration:underline;text-decoration-thickness:1px}.home-info-links .home-info-link:before{display:none}.home-info-links .home-info-contact{min-height:0;color:var(--white);background:var(--black);font-family:var(--mono);font-size:var(--type-meta);letter-spacing:0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:6px 14px 5px;line-height:1;display:inline-flex;position:absolute;top:clamp(26px,2.7vw,42px);right:0}.home-info-links .home-info-contact:hover,.home-info-links .home-info-contact:focus-visible{color:var(--black);background:var(--accent)}.home-care-statement{border:0;grid-column:1/17;margin-top:32px;padding:clamp(34px,5vw,72px)}.partners-section{padding-right:var(--design-edge);padding-left:var(--design-edge);border:0}.partner-grid{gap:clamp(18px, 2vw, 32px) var(--design-gap);border:0;grid-template-columns:repeat(4,minmax(0,1fr))}.partner-logo{border:0;min-height:clamp(118px,12vw,178px);padding:clamp(18px,2.4vw,34px)}.partner-logo img{object-fit:contain;width:68%;height:auto;max-height:clamp(58px,5.4vw,78px)}.site-footer{align-items:start;gap:var(--design-gap);padding:18px var(--design-edge) 24px;border:0;grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.site-footer>a{text-align:center;justify-self:center}@media (max-width:900px){.venue-map{border:0;min-height:0}.venue-map-layout{grid-template-columns:minmax(0,6fr) minmax(150px,2fr)}.venue-addresses-heading{grid-template-columns:repeat(8,minmax(0,1fr))}.venue-addresses-heading h3{grid-column:1/6}.venue-address-controls{grid-column:7/9}.venue-addresses ul{grid-template-columns:repeat(2,minmax(0,1fr))}.info-section,.home-info-links{grid-template-columns:repeat(8,minmax(0,1fr))}.info-section>h2,.home-info-links{grid-column:1/9}.home-info-links .home-info-link:first-child{grid-column:1/4}.home-info-links .home-info-link:nth-child(2){grid-column:3/7}.home-info-links .home-info-link:nth-child(3){grid-column:6/9}.home-care-statement{grid-column:1/9}.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.venue-experience{width:calc(100% - 36px)}.venue-map-layout{grid-template-columns:1fr}.venue-map{aspect-ratio:1.35;height:auto;min-height:0}.venue-map-plane{transform:translate3d(var(--map-shift-x), var(--map-shift-y), 0) scale(1.2);inset:-8%}.venue-hotspot{left:var(--venue-mobile-x);top:var(--venue-mobile-y)}.venue-contour-mark{width:clamp(14px, calc(var(--venue-outline-size) * 1.25vw), 32px)}.venue-map-details{grid-template-columns:1fr 1fr;gap:18px;padding-top:18px;display:grid}.venue-map-selection{min-height:0}.venue-map-instruction span:last-child{display:none}.venue-hotspot-label,.venue-hotspot[aria-pressed=true] .venue-hotspot-label{white-space:normal;text-align:center;max-width:105px;display:block}.venue-addresses-heading{grid-template-columns:repeat(4,minmax(0,1fr))}.venue-addresses-heading h3{grid-column:1/4}.venue-address-controls{grid-column:4/5}.venue-addresses li>button{grid-template-columns:1fr 1fr;gap:6px 16px;font-size:10px}.info-section,.home-info-links{grid-template-columns:repeat(4,minmax(0,1fr))}.info-section>h2,.home-info-links,.home-care-statement{grid-column:1/5}.home-info-links{gap:18px var(--design-gap);grid-template-rows:repeat(3,auto);min-height:210px;padding-top:52px}.home-info-links .home-info-link{min-height:0;font-size:clamp(21px,7vw,28px)}.home-info-links .home-info-link:first-child{grid-column:1/4}.home-info-links .home-info-link:nth-child(2){grid-column:2/5}.home-info-links .home-info-link:nth-child(3){grid-column:3/5}.home-info-links .home-info-contact{top:18px}.home-care-statement{margin-left:0;margin-right:0}.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-logo img{width:74%;max-height:62px}.site-footer{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:18px}.site-footer>a{text-align:left;justify-self:start}}@media (max-width:900px){:root{--rail:0px}}.programme-section{padding-top:clamp(76px,8vw,122px)}.programme-section>.section-kicker{font-family:var(--mono);margin-bottom:clamp(48px,5vw,76px);font-size:clamp(24px,2vw,32px)}.programme-section .filter-bar{align-items:center;gap:var(--design-gap);font-family:var(--mono);grid-template-columns:repeat(16,minmax(0,1fr));margin-bottom:clamp(32px,3vw,46px);font-size:clamp(9px,.72vw,11px)}.programme-section .filter-label,.programme-section .select-wrap,.programme-section .filter-bar .text-link{width:max-content;min-height:20px;color:var(--white);background:var(--black);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:4px 10px 3px;line-height:1;display:inline-flex}.programme-section .filter-label{grid-column:1/3;justify-self:start;margin:0}.programme-section .day-filter{grid-column:3/10;justify-content:flex-start;gap:clamp(2px,.55vw,8px);min-width:0;display:flex}.programme-section .day-filter button{font-family:var(--mono);font-size:inherit;border-radius:0;flex:none;padding:5px 7px 4px;line-height:1}.programme-section .select-wrap{grid-column:10/13;justify-self:start}.programme-section .filter-bar .text-link{grid-column:14/17;justify-self:end}.programme-section .programme-table{font-family:var(--mono)}.programme-section .programme-row{min-height:clamp(42px,3.4vw,52px);font-family:var(--mono);border-bottom-color:#ffffffb8;grid-template-columns:minmax(0,42fr) minmax(0,18fr) minmax(80px,14fr) minmax(0,22fr) minmax(28px,4fr);padding:0 10px;font-size:clamp(9px,.76vw,12px);line-height:1.15}.programme-section .programme-head{min-height:clamp(36px,2.8vw,43px);font-size:clamp(8px,.62vw,10px)}.programme-section .programme-row>:not(:first-child){padding-left:10px}.programme-section .programme-row small{margin-top:2px;font-size:clamp(7px,.58vw,9px);line-height:1.15}.programme-section .programme-row:not(.programme-head):hover,.programme-section .programme-row:not(.programme-head):focus-within{padding-left:10px;padding-right:10px}.programme-section .programme-day{border-bottom-color:var(--white);min-height:clamp(58px,4.6vw,70px);font-family:var(--mono);text-align:center;justify-content:center;align-items:center;padding:0 10px;font-size:clamp(8px,.58vw,10px);font-weight:400;line-height:1}.programme-section .programme-day span{padding-left:0}@media (max-width:900px){.programme-section .filter-bar{grid-template-columns:repeat(8,minmax(0,1fr))}.programme-section .filter-label{grid-column:1/3}.programme-section .day-filter{scrollbar-width:thin;grid-column:3/9;overflow-x:auto}.programme-section .select-wrap{grid-column:1/4}.programme-section .filter-bar .text-link{grid-column:7/9}.programme-section .programme-row{grid-template-columns:minmax(190px,2fr) 1fr .72fr 1.25fr 34px}}@media (max-width:600px){.programme-section>.section-kicker{margin-bottom:42px;font-size:24px}.programme-section .filter-bar{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 8px;margin-bottom:30px}.programme-section .filter-label{grid-area:1/1/auto/3}.programme-section .select-wrap{grid-area:1/3/auto/5;justify-self:end}.programme-section .day-filter{grid-area:2/1/auto/5;padding-bottom:5px}.programme-section .filter-bar .text-link{grid-area:3/1/auto/3;justify-self:start}.programme-section .programme-row{grid-template-columns:minmax(0,1fr) auto;gap:7px 14px;min-height:0;padding:13px 10px;font-size:11px}.programme-section .programme-row>:not(:first-child){padding-left:0}.programme-section .programme-row>span:first-child{grid-column:1/3}.programme-section .programme-row>span:nth-child(2){text-align:left;grid-area:2/1}.programme-section .programme-row>span:nth-child(3){text-align:right;grid-area:2/2}.programme-section .programme-row>a:nth-child(4){text-align:left;grid-area:3/1;justify-content:flex-start}.programme-section .programme-row>a:last-child{grid-area:3/2}.programme-section .programme-row small{font-size:9px}.programme-section .programme-day{min-height:52px;font-size:9px}}.home-news-section{gap:0 var(--design-gap);padding:clamp(72px, 7vw, 106px) var(--design-edge) clamp(82px, 8vw, 122px);background:var(--white);border:0;grid-template-columns:repeat(16,minmax(0,1fr));display:grid}.home-news-media{display:contents}.home-news-section .section-kicker{font-family:var(--mono);text-align:center;grid-area:1/1/auto/17;margin:0 0 clamp(40px,4vw,60px);font-size:clamp(24px,2vw,32px);font-weight:400}.home-news-image{border:0;grid-area:2/1/auto/5;align-self:start;width:100%;max-width:none;height:auto}.home-news-section>div.home-news-content{min-width:0;font-family:var(--mono);flex-direction:column;grid-area:2/5/auto/16;align-self:stretch;padding-left:clamp(22px,3.2vw,48px);font-size:clamp(10px,.8vw,12px);line-height:1.35;display:flex}.home-news-meta{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;margin-bottom:clamp(14px,1.5vw,22px);display:grid}.home-news-meta p,.home-news-section .home-news-deadline{font-family:var(--mono);margin:0;font-size:clamp(8px,.62vw,10px);line-height:1.2}.home-news-section .home-news-content h2{font-family:var(--mono);letter-spacing:0;text-align:left;margin:0 0 5px;font-size:clamp(17px,1.45vw,22px);font-weight:400;line-height:1.05}.home-news-details{margin:0 0 clamp(13px,1.2vw,18px);font-size:clamp(8px,.62vw,10px);line-height:1.35}.home-news-summary{max-width:760px}.home-news-summary p{font-family:var(--mono);margin:0 0 .75em;font-size:clamp(10px,.8vw,12px);line-height:1.45}.home-news-actions{font-family:var(--mono);border:0;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px 14px;margin-top:auto;padding-top:clamp(22px,2.5vw,38px);font-size:clamp(9px,.72vw,11px);display:flex}.home-news-section .home-news-actions a{text-decoration:none}.home-news-actions .home-news-apply,.home-news-read{border:1px solid var(--black);min-height:24px;color:var(--white);background:var(--black);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px 5px;line-height:1;display:inline-flex}.home-news-actions .home-news-apply{min-height:34px;padding:9px 17px 8px}.home-news-actions .home-news-apply:hover,.home-news-actions .home-news-apply:focus-visible{color:var(--black);background:var(--white)}.home-news-actions>a:has(.home-news-read):hover .home-news-read{color:var(--black);background:var(--white)}.home-news-actions>a:has(.home-news-read):focus-visible .home-news-read{color:var(--black);background:var(--white)}.home-news-all{color:var(--black);padding:5px 0 4px;box-shadow:inset 0 -1px}@media (max-width:900px){.home-news-section{grid-template-columns:repeat(8,minmax(0,1fr))}.home-news-section .section-kicker{grid-column:1/9}.home-news-image{grid-column:1/4}.home-news-section>div.home-news-content{grid-column:4/9;padding-left:18px}}@media (max-width:600px){.home-news-section{grid-template-columns:repeat(4,minmax(0,1fr));padding-top:72px;padding-bottom:82px}.home-news-section .section-kicker{grid-column:1/5;margin-bottom:36px;font-size:24px}.home-news-image{grid-area:2/1/auto/4}.home-news-section>div.home-news-content{grid-area:3/1/auto/5;gap:0;padding-top:28px;padding-left:0;font-size:11px}.home-news-section .home-news-content h2{font-size:20px}.home-news-section .home-news-content>p:not(.home-news-deadline){font-size:11px}.home-news-meta{grid-template-columns:1fr;gap:10px}.home-news-summary p{font-size:11px}.home-news-actions{justify-content:flex-start;margin-top:0;padding-top:24px}}:root{--type-ui:clamp(16px, 1.33vw, 20px);--type-meta:clamp(14px, 1.05vw, 16px)}body{font-size:16px}.side-rail{height:calc((100vw - var(--rail)) * .482686)}.home-theme-logo{display:none}.artists-section{padding-right:var(--design-edge);padding-left:var(--design-edge)}.artist-grid{gap:clamp(24px, 2.4vw, 38px) var(--design-gap)}.artist-card h3{font-size:clamp(16px,1.25vw,20px)}.artist-card .artist-card-meta{text-overflow:ellipsis;white-space:nowrap;font-size:clamp(14px,1vw,16px);line-height:1.25;overflow:hidden}.artist-card-date{z-index:2;color:var(--white);background:var(--black);border-radius:999px;padding:6px 11px 5px;font-size:clamp(12px,.9vw,14px);line-height:1;display:inline-flex;position:absolute;top:12px;left:12px}.artist-placeholder-label{z-index:1;align-self:flex-end;margin-top:auto;position:relative}.programme-section .programme-table{color:var(--black);background:var(--white)}.programme-section .programme-head,.programme-section .programme-row:not(.programme-head){color:var(--white);background:var(--black)}.programme-section .programme-row{min-height:clamp(52px,4vw,64px);font-size:clamp(13px,1vw,16px);line-height:1.25}.programme-section .programme-head{font-size:clamp(12px,.9vw,14px)}.programme-section .programme-day{min-height:clamp(78px,6vw,96px);color:var(--black);background:var(--white);font-family:var(--sans);text-align:left;border:0;justify-content:flex-start;align-items:flex-end;padding:22px 0 12px;font-size:clamp(34px,3.25vw,50px);font-weight:500}.venue-map{border:2px solid var(--black);position:relative;overflow:hidden}.venue-map-plane{transform:translate3d(var(--map-shift-x), var(--map-shift-y), 0) scale(var(--map-control-scale,1.12));transition:transform .22s}.venue-map-zoom{z-index:8;gap:6px;display:flex;position:absolute;bottom:12px;right:12px}.venue-map-zoom button{border:1px solid var(--black);width:36px;height:36px;color:var(--white);background:var(--black);cursor:pointer;border-radius:999px;place-items:center;padding:0;font-size:20px;line-height:1;display:grid}.venue-map-zoom button:hover,.venue-map-zoom button:focus-visible{color:var(--black);background:var(--white)}.venue-map-zoom button:disabled{opacity:.35;cursor:default}.venue-contour-mark use{fill:#0000;transition:fill .16s,stroke-width .16s}.venue-hotspot:hover .venue-contour-mark use,.venue-hotspot:focus-visible .venue-contour-mark use,.venue-hotspot[aria-pressed=true] .venue-contour-mark use{fill:var(--black)}.venue-map-details,.venue-addresses li>button{font-size:clamp(12px,.9vw,14px)}.partner-grid{align-items:stretch;row-gap:clamp(10px,1vw,16px)}.partner-logo{height:clamp(82px,7.2vw,110px);min-height:0;padding:clamp(13px,1.7vw,26px)}.partner-logo-frame{place-items:center;width:clamp(110px,11.6vw,176px);height:clamp(34px,3.7vw,56px);display:grid;overflow:hidden}.partner-logo-frame img{--partner-logo-scale:1;object-fit:contain;width:clamp(110px,11.6vw,176px);max-width:100%;height:clamp(34px,3.7vw,56px);max-height:none;transform:scale(var(--partner-logo-scale));transform-origin:50%}.partner-logo[data-partner-id=bmwkms] img{--partner-logo-scale:1.14}.partner-logo[data-partner-id=eu-cofunded] img{--partner-logo-scale:1.06}.partner-logo[data-partner-id=polish-institute-vienna] img{--partner-logo-scale:1.19}.partner-logo[data-partner-id=lt-art-vienna] img{--partner-logo-scale:2.46;translate:2% 5%}.partner-logo[data-partner-id=seestadt-studios] img{--partner-logo-scale:1.72}.partner-groups{gap:clamp(38px,4vw,60px)}.partner-group h3{margin-bottom:clamp(14px,1.35vw,20px)}.home-news-section>div.home-news-content,.home-news-summary p{font-size:clamp(14px,1.05vw,16px)}.home-news-meta p,.home-news-section .home-news-deadline,.home-news-details,.home-news-actions{font-size:clamp(12px,.9vw,14px)}@media (max-width:900px){.side-rail{height:auto}}@media (max-width:600px){.artist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.programme-section .programme-row{font-size:14px}.programme-section .programme-head{display:none}.programme-section .programme-day{min-height:72px;font-size:34px}.venue-map{border:2px solid var(--black)}.venue-map-plane{transform:translate3d(var(--map-shift-x), var(--map-shift-y), 0) scale(var(--map-control-scale,1.12))}.home-news-section>div.home-news-content,.home-news-summary p{font-size:16px}}@media (min-width:901px){:root{--rail:clamp(76px, 5.16vw, 78px);--header:clamp(92px, 6.55vw, 99px)}.hero{aspect-ratio:1436/682}.side-rail{height:calc((100vw - var(--rail)) * .47493)}.hero-ticket-row{min-height:clamp(88px,8.27vw,125px);padding-top:clamp(28px,2.84vw,43px)}.hero-ticket-row>a{border-radius:clamp(24px,2.32vw,35px);justify-content:center;width:clamp(290px,29.17vw,441px);height:clamp(56px,5.42vw,82px);padding:clamp(9px,.93vw,14px) clamp(14px,1.2vw,18px) 0;font-size:clamp(30px,3.17vw,48px);line-height:1}.home-shortcuts{grid-template-rows:repeat(2,clamp(44px,4.17vw,63px));margin-top:0;padding-top:clamp(8px,.8vw,12px);padding-bottom:0}.home-shortcuts a,.home-shortcuts a:last-child{font-size:clamp(30px,3.17vw,48px);line-height:1}.home-shortcuts a span,.home-shortcuts a span:last-child{font-size:inherit}.home-shortcuts a:first-child{grid-column:5/13;justify-self:center}.home-shortcuts a:last-child{grid-column:9/17;justify-self:end}.home-theme-section{grid-template-rows:auto repeat(3,clamp(96px,9.26vw,140px)) auto;padding-top:clamp(62px,6.35vw,96px);padding-bottom:clamp(26px,2.65vw,40px)}.home-theme-kicker{color:var(--black);margin-bottom:clamp(32px,3.24vw,49px);font-size:clamp(30px,3.17vw,48px);line-height:clamp(58px,5.95vw,90px)}.section .home-theme-title{font-size:clamp(100px,9.92vw,150px);line-height:.933}.home-theme-title span:first-child{grid-column:4/11}.home-theme-title span:nth-child(2){grid-column:9/17}.home-theme-title span:nth-child(3){grid-column:4/13;transform:translate(clamp(16px,1.85vw,28px))}.home-theme-copy{padding-top:clamp(20px,1.92vw,29px);font-size:clamp(14px,1.06vw,16px);transform:translate(clamp(14px,1.59vw,24px))}.rounded-text-action{min-height:28px;padding:4px 17px 3px;font-size:clamp(16px,1.32vw,20px)}.programme-section{padding-top:clamp(34px,3.17vw,48px)}.programme-section>.section-kicker{margin-bottom:clamp(32px,3.17vw,48px);font-size:clamp(30px,3.17vw,48px)}.programme-section .filter-bar{margin-bottom:clamp(24px,2.12vw,32px)}.programme-section .programme-row{min-height:clamp(46px,3.44vw,52px);font-size:clamp(12px,.93vw,14px);line-height:1.2}.programme-section .programme-head{min-height:clamp(38px,2.84vw,43px);font-size:clamp(10px,.79vw,12px)}.programme-section .programme-day{min-height:clamp(60px,4.63vw,70px);font-family:var(--mono);text-align:center;justify-content:center;align-items:center;padding:0 10px;font-size:clamp(28px,2.12vw,32px);font-weight:400}.artists-section{padding-left:0;padding-right:clamp(82px,8.6vw,130px)}.artists-section>h2{font-size:48px}.artist-grid{column-gap:clamp(20px,1.92vw,29px)}.home-news-section{padding-left:0;padding-right:0}.home-news-section .section-kicker,.info-section>h2{font-size:clamp(30px,3.17vw,48px)}.info-section{padding-top:clamp(68px,5.95vw,90px)}.home-info-links{gap:clamp(28px, 2.71vw, 41px) var(--design-gap);grid-template-rows:repeat(3,clamp(28px,2.65vw,40px));min-height:clamp(300px,25.2vw,381px);padding:clamp(80px,7.94vw,120px) 0 clamp(40px,3.97vw,60px)}.home-info-links .home-info-link{font-size:clamp(28px,2.65vw,40px)}.home-info-links .home-info-link:first-child{grid-column:1/7;transform:translate(calc(clamp(45px,4.56vw,69px) + clamp(96px,10.58vw,160px)))}.home-info-links .home-info-link:nth-child(2){grid-column:4/11;transform:translate(calc(clamp(-20px,-1.32vw,-12px) + clamp(96px,10.58vw,160px)))}.home-info-links .home-info-link:nth-child(3){grid-column:8/12;transform:translate(calc(clamp(-9px,-.6vw,-5px) + clamp(96px,10.58vw,160px)))}.home-info-links .home-info-contact{padding-left:clamp(16px,1.59vw,24px);padding-right:clamp(16px,1.59vw,24px);top:clamp(70px,6.61vw,100px);right:clamp(100px,10.58vw,160px)}.side-rail{inset:var(--header) auto 0 0;grid-template-rows:repeat(4,minmax(0,1fr));align-items:stretch;gap:0;height:auto;padding:clamp(18px,1.8vw,28px) 0;display:grid;position:fixed}.side-rail a{width:100%;height:auto;min-height:0;color:var(--black);background:var(--white);justify-content:center;align-items:center;padding:0;display:flex;position:relative}.side-rail a:hover,.side-rail a:focus-visible{color:var(--black);background:var(--white)}.side-rail a:focus-visible{outline:2px solid var(--black);outline-offset:-5px}.side-rail-arrow{fill:none;stroke:currentColor;stroke-width:5px;width:clamp(34px,3.05vw,46px);height:clamp(34px,3.05vw,46px);transition:transform .16s}.side-label{opacity:0;color:var(--black);background:var(--white);white-space:nowrap;padding:2px 3px;font-size:clamp(11px,.9vw,14px);line-height:1;transition:opacity .16s,transform .16s;position:absolute;top:calc(50% + clamp(24px,2.4vw,36px));left:50%;transform:translate(-50%,-6px)}.side-rail a:hover .side-rail-arrow,.side-rail a:focus-visible .side-rail-arrow{transform:translateY(-8px)}.side-rail a:hover .side-label,.side-rail a:focus-visible .side-label{opacity:1;transform:translate(-50%)}}@media (max-width:900px){.home-theme-kicker{grid-column:1/-1}.section .home-theme-title{grid-area:2/1/5/-1;grid-template-rows:repeat(3,minmax(0,1fr));justify-self:center;width:min(100%,640px);height:100%;display:grid}.home-theme-title span:first-child,.home-theme-title span:nth-child(2),.home-theme-title span:nth-child(3){grid-column:1}.home-theme-title span:first-child{grid-row:1;justify-self:start}.home-theme-title span:nth-child(2){grid-row:2;justify-self:end}.home-theme-title span:nth-child(3){grid-row:3;justify-self:start;transform:translate(16.5%)}}
