@font-face{font-family:Gloock;src:url('../fonts/v2/Gloock-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Hanken;src:url('../fonts/v2/HankenGrotesk%5Bwght%5D.ttf') format('truetype');font-weight:100 900;font-style:normal;font-display:swap}
:root{--ink:#101418;--oat:#e9e1d2;--acid:#c6a87d;--gold:#c6a87d;--brass:#b18648;--wine:#422a30;--line:rgba(198,168,125,.28);--motion-ease:cubic-bezier(.22,1,.36,1)}
html{scroll-padding-top:100px}body{background:var(--ink);color:var(--gold);font-family:Hanken,sans-serif;font-weight:400}h1,h2,h3{font-weight:400}h2,h3{font-family:Gloock,serif;letter-spacing:-.035em;line-height:1.06}em{font-family:inherit;font-style:normal;font-weight:inherit}a,button{touch-action:manipulation}button{color:inherit}button,a{outline-color:var(--gold)}::selection{background:var(--gold);color:var(--ink)}.eyebrow{font-size:11px;letter-spacing:.16em;line-height:1.5;text-transform:uppercase}.small-note{font-size:13px;line-height:1.4}.text-action{background:none;border:0;padding:10px 0;color:inherit}.underlink{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:48px;max-width:100%;padding:9px 0;background:transparent;color:inherit;border:0;border-bottom:1px solid currentColor;text-decoration:none;position:relative;font-size:15px;line-height:1.3}.underlink>span{display:inline-block;font-family:Hanken,sans-serif;transition:transform .4s var(--motion-ease)}.underlink:hover>span{transform:translate(4px,-4px)}.underlink::after{content:'';position:absolute;inset:auto 0 -1px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .4s var(--motion-ease)}.underlink:hover::after{transform:scaleX(1)}
.site-header{position:fixed;z-index:50;inset:0 0 auto;height:94px;padding:20px 4vw;display:flex;align-items:center;justify-content:space-between;color:var(--gold);transition:background .35s,border-color .35s;border-bottom:1px solid transparent}.site-header.is-scrolled{height:80px;background:var(--ink);border-color:var(--line)}.header-actions{display:flex;align-items:center;gap:30px}.reserve-action{min-height:47px;display:inline-flex;align-items:center;justify-content:space-between;gap:26px;padding:13px 22px;border:1px solid var(--gold);background:var(--gold);color:var(--ink);border-radius:2px;font-size:13px;line-height:1.3;position:relative;overflow:hidden;transition:background .35s,color .35s}.reserve-action>span{position:relative;z-index:1}.reserve-action>span:last-child{transition:transform .35s var(--motion-ease)}.reserve-action:hover{background:var(--ink);color:var(--gold)}.reserve-action:hover>span:last-child{transform:translate(3px,-3px)}.explore-toggle{display:flex;align-items:center;gap:12px;background:none;border:0;padding:10px 0;min-height:44px;font-size:13px;position:relative;z-index:2}.menu-glyph{display:grid;gap:6px;width:25px}.menu-glyph i{display:block;height:1px;background:currentColor;width:100%;transition:transform .3s}.explore-toggle[aria-expanded=true] .menu-glyph i:first-child{transform:translateY(3.5px) rotate(45deg)}.explore-toggle[aria-expanded=true] .menu-glyph i:last-child{transform:translateY(-3.5px) rotate(-45deg)}.header-logo{position:absolute;width:125px;left:50%;transform:translateX(-50%) translateY(-8px);opacity:0;pointer-events:none;transition:opacity .4s,transform .4s}.is-scrolled .header-logo{opacity:1;pointer-events:auto;transform:translateX(-50%)}.explore-menu{position:fixed;inset:80px 0 0;background:var(--ink);display:grid;grid-template-columns:1.15fr 1fr;gap:8vw;padding:7vh 8vw 5vh;overflow:auto;box-shadow:0 -20px var(--ink)}.explore-menu__links{display:flex;flex-direction:column;align-items:stretch}.explore-menu__links>.eyebrow{margin-bottom:5vh}.explore-menu__links>a:not(.explore-phone),.explore-menu__links>button{font-family:Gloock,serif;font-size:clamp(28px,3.5vw,58px);line-height:1.2;letter-spacing:-.035em;padding:15px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;background:none;border:0;border-bottom:1px solid var(--line);text-decoration:none;text-align:left}.explore-menu__links>a>span,.explore-menu__links>button>span{font-family:Hanken;font-size:24px}.explore-phone{margin-top:35px;font-size:18px;text-decoration:none}.explore-menu figure{align-self:center}.explore-menu figure img{width:100%;height:48vh;object-fit:cover}.explore-menu figcaption{font-family:Gloock,serif;font-style:normal;font-size:25px;margin-top:20px}.mobile-menu-open{overflow:hidden}.mobile-menu-open .site-header{background:var(--ink)}

/* The opening is a single photographic scene, expanded by native scrolling. */
.opening{height:100svh;min-height:660px;position:relative}.motion-ready .opening{height:215svh}.opening-stage{--progress:0;--mx:0px;--my:0px;position:sticky;top:0;height:100svh;min-height:660px;overflow:hidden;isolation:isolate;background:var(--ink)}.opening-location{position:absolute;top:17%;left:50%;transform:translateX(-50%) translateY(calc(var(--progress)*-120px));white-space:nowrap;opacity:calc(1 - var(--progress)*3);z-index:5}.opening-identity{position:absolute;z-index:4;width:68%;left:16%;top:22%;text-align:center;opacity:calc(1 - var(--progress)*2.2);transform:translate3d(calc(var(--mx)*.25),calc(var(--my)*.25 - var(--progress)*220px),0)}.opening-identity img{width:100%;height:auto}.opening-identity p{font-family:Gloock,serif;font-size:clamp(19px,1.9vw,30px);line-height:1.2;margin-top:10px;color:#dac7a8}.memory{position:absolute;z-index:2;opacity:calc(1 - var(--progress)*2);will-change:transform;pointer-events:none}.memory-inner{transform:translate3d(var(--mx),var(--my),0)}.memory img{width:100%;height:100%;object-fit:cover}.memory figcaption{font-family:Gloock,serif;font-style:normal;font-size:16px;margin-top:8px;white-space:nowrap;color:var(--gold)}.memory--garden{left:3%;top:54%;width:18%;height:25%;transform:translateY(calc(var(--progress)*-160px)) rotate(-7deg)}.memory--garden .memory-inner{height:100%}.memory--food{left:82%;top:18%;width:15%;height:30%;transform:translateY(calc(var(--progress)*-230px)) rotate(7deg)}.memory--food .memory-inner{height:100%;transform:translate3d(calc(var(--mx)*-.6),calc(var(--my)*-.6),0)}.memory--night{left:80%;top:73%;width:22%;height:30%;transform:translateY(calc(var(--progress)*260px)) rotate(-8deg)}.memory--night .memory-inner{height:100%;transform:translate3d(calc(var(--mx)*.5),calc(var(--my)*.5),0)}.portal{position:absolute;z-index:3;inset:0;clip-path:inset(calc(65%*(1 - var(--progress))) calc(32%*(1 - var(--progress))) calc(3%*(1 - var(--progress))) calc(32%*(1 - var(--progress))));overflow:hidden;pointer-events:none}.portal-image{width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(calc(1.12 - var(--progress)*.12));will-change:transform}.portal-shade{position:absolute;inset:0;background:#080b0e;opacity:calc(var(--progress)*.48)}.portal-copy{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:24px;color:var(--oat);opacity:clamp(0,calc((var(--progress) - .45)*2),1);transform:translateY(calc((1 - var(--progress))*90px));padding:80px 20px}.portal-copy p{font-family:Gloock,serif;font-size:clamp(58px,8.5vw,132px);line-height:.98;letter-spacing:-.04em}.portal-copy em{color:var(--gold)}.scroll-invitation{display:flex;align-items:center;gap:15px;position:absolute;z-index:7;left:4%;bottom:5%;font-size:11px;text-decoration:none;opacity:calc(1 - var(--progress)*3);transition:color .3s}.scroll-line{width:30px;height:1px;background:var(--gold)}.scroll-invitation>span:last-child{font-size:20px}.opening-aside{position:absolute;z-index:6;top:77%;left:72%;font-family:Gloock,serif;font-style:normal;line-height:1.1;font-size:25px;opacity:calc(1 - var(--progress)*3)}

.gathering{background:var(--gold);color:var(--ink);padding:80px 8vw 90px;position:relative;z-index:4}.gathering-top{display:flex;justify-content:space-between;gap:30px}.gathering-top>.small-note{text-align:right}.gathering h2{font-size:clamp(55px,7.5vw,118px);max-width:1000px;line-height:1.05;margin:65px 0 50px}.gathering-bottom{display:flex;justify-content:flex-end;align-items:flex-end;gap:8vw}.gathering-bottom p{max-width:420px;font-size:17px;line-height:1.7}.gathering-bottom .underlink{flex:0 0 200px}
.places{padding:80px 6vw 65px;background:var(--ink);position:relative;z-index:4}.section-line{display:flex;justify-content:space-between;gap:20px;padding-bottom:25px;border-bottom:1px solid var(--line)}.places-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin:60px 0}.places-intro h2{font-size:clamp(46px,5vw,80px)}.places-intro p{font-family:Gloock,serif;font-size:24px;font-style:normal;line-height:1.35;padding-bottom:6px}.places-stage{display:grid;grid-template-columns:1.15fr 1fr;gap:6vw;align-items:start}.place-list{border-top:1px solid var(--line)}.place-choice{display:grid;grid-template-columns:26px 1fr 30px;align-items:center;column-gap:12px;width:100%;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--line);color:var(--gold);padding:27px 0 25px;position:relative;transition:color .35s,padding .4s var(--motion-ease)}.place-number{font-size:10px;align-self:start;margin-top:10px;opacity:.5}.place-name{font-family:Gloock,serif;font-size:clamp(30px,3.6vw,58px);letter-spacing:-.035em;line-height:1.2}.place-kind{grid-column:2;font-size:11px;margin-top:7px;letter-spacing:.03em;opacity:.7}.place-arrow{grid-column:3;grid-row:1;font-size:25px;transition:transform .5s var(--motion-ease);opacity:.45}.place-choice.is-active{color:var(--oat);padding-left:12px}.place-choice.is-active .place-arrow{opacity:1;transform:rotate(45deg)}.place-choice::before{content:'';position:absolute;inset:0;background:rgba(198,168,125,.035);transform:scaleY(0);transform-origin:bottom;transition:transform .4s var(--motion-ease);z-index:-1}.place-choice:hover::before{transform:scaleY(1)}.place-photo-stack{position:relative;height:clamp(300px,34vw,530px);overflow:hidden;background:#252724}.place-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.075);transition:opacity .65s,transform 1.1s var(--motion-ease)}.place-photo.is-active{opacity:1;transform:scale(1)}.image-corner{position:absolute;right:18px;bottom:18px;color:#fff;z-index:2;font-family:Gloock,serif;font-style:normal;line-height:1.1;font-size:24px;text-shadow:0 1px 12px #0009}.place-caption{min-height:98px;margin-top:23px}.place-caption h3{font-size:26px;line-height:1.15;color:var(--oat)}.place-caption p{font-size:13px;margin-top:10px;line-height:1.5}.place-actions{display:flex;justify-content:space-between;gap:25px}.place-actions .underlink{font-size:14px}.place-footnote{font-size:12px;opacity:.75;margin-top:40px}
.taste{background:var(--wine);color:var(--gold);display:grid;grid-template-columns:1fr 1fr;position:relative;z-index:4;overflow:hidden}.taste-portrait{position:relative;overflow:hidden;min-height:870px}.taste-portrait>img{height:120%;width:100%;position:absolute;top:-10%;object-fit:cover;will-change:transform;object-position:center 53%}.photo-label{position:absolute;left:30px;bottom:28px;color:#fff;text-shadow:0 1px 10px #000}.taste-copy{padding:85px 6vw 60px}.taste-copy h2{font-size:clamp(46px,4.8vw,78px);line-height:1.07;margin:55px 0 32px}.taste-copy>p{font-size:16px;line-height:1.75;max-width:390px;color:#e1cab1}.taste-copy>.underlink{margin-top:24px}.bread-note{display:grid;grid-template-columns:1.1fr 1fr;gap:22px;align-items:center;margin-top:58px;transform:rotate(-3deg)}.bread-note img{width:100%;height:165px;object-fit:cover}.bread-note figcaption{font-family:Gloock,serif;font-size:22px;font-style:normal;line-height:1.2}
.live{height:100svh;min-height:730px;position:relative;overflow:hidden;z-index:4;color:var(--oat);padding:42px 6vw 40px;display:flex;flex-direction:column;justify-content:space-between}.live-image{position:absolute;z-index:-2;left:0;top:-10%;height:120%;width:100%;object-fit:cover;object-position:center 55%;will-change:transform}.live-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(20,7,9,.5),rgba(20,7,9,.17) 35%,rgba(20,7,9,.8))}.live-top,.live-bottom{display:flex;justify-content:space-between;gap:25px}.live-title-wrap{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.live h2{font-size:clamp(74px,10vw,160px);line-height:.93;letter-spacing:-.04em}.round-action{width:145px;height:145px;flex:0 0 145px;border-radius:50%;border:1px solid var(--gold);color:var(--gold);background:var(--ink);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:transform .6s var(--motion-ease),background .3s,color .3s}.round-action>span:first-child{font-family:Hanken;font-size:40px;line-height:1}.round-action>span:last-child{font-size:12px}.round-action:hover{transform:rotate(-12deg);background:var(--gold);color:var(--ink)}.live-bottom{align-items:flex-end}.live-bottom p{font-size:14px;line-height:1.6}.live-bottom .underlink{font-size:13px}
.together{background:var(--oat);color:var(--wine);padding:95px 8vw 110px;position:relative;overflow:hidden;z-index:4}.together h2{font-size:clamp(52px,6.5vw,104px);line-height:1.12;letter-spacing:-.045em;margin:45px 0 28px;position:relative;z-index:2;max-width:1000px}.together>.underlink{position:relative;z-index:2}.together-mark{position:absolute;right:-5%;top:-13%;font-family:Gloock,serif;font-style:normal;font-size:650px;line-height:1;color:rgba(177,134,72,.09);pointer-events:none}.site-footer{padding:70px 6vw 28px;overflow:hidden}.footer-top{display:flex;justify-content:space-between;gap:40px}.footer-top>p{font-family:Gloock,serif;font-size:48px;line-height:1.1}.footer-top>div{display:flex;align-items:flex-start;flex-direction:column;gap:8px;padding-top:8px}.footer-top>div>a{font-size:18px;text-decoration:none}.footer-top>div>button{margin-top:20px}.footer-wordmark{width:92%;margin:55px auto 65px;opacity:.85}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:20px;border-top:1px solid var(--line);padding-top:24px;font-size:11px}.footer-bottom a{text-decoration:none}.footer-bottom button{font-size:11px;background:none;border:0;padding:10px 0}
.motion-ready .reveal{opacity:.1;transform:translateY(35px);transition:opacity 1.05s var(--motion-ease),transform 1.25s var(--motion-ease)}.motion-ready .reveal.is-visible{opacity:1;transform:none}.motion-ready .opening-identity h1{animation:identity-in 1.6s var(--motion-ease) both}.motion-ready .opening-location,.motion-ready .opening-identity>p{animation:soft-in 1.5s var(--motion-ease) .25s both}@keyframes identity-in{from{opacity:0;transform:translateY(34px);clip-path:inset(0 0 100%)}to{opacity:1;transform:none;clip-path:inset(0)}}@keyframes soft-in{from{opacity:0;transform:translateY(10px)}to{opacity:1}}

/* Existing provider entry flows keep their behaviour and receive the new identity. */
.preview-dialog{--dialog-bg:var(--ink);--dialog-ink:var(--gold);border:1px solid var(--line);box-shadow:0 20px 100px #000a;font-family:Hanken,sans-serif}.preview-dialog__title{font-family:Gloock,serif;font-size:clamp(34px,4vw,52px);line-height:1.08;font-weight:400}.preview-dialog__intro{color:var(--oat)}.preview-venues,.preview-venue,.preview-resource,.preview-resource:last-of-type,.preview-provider__meta{border-color:var(--line)}.preview-form input,.preview-form select,.preview-form textarea{border-color:var(--line);background:var(--ink);color:var(--oat)}.preview-form select option{background:var(--ink)}.preview-dialog .button{font-family:Hanken,sans-serif;background:var(--gold);color:var(--ink);border-color:var(--gold);font-weight:500}.preview-dialog .button:hover{background:var(--ink);color:var(--gold)}.preview-provider__image{height:240px}.preview-dialog::backdrop,.programme-dialog::backdrop{background:rgba(8,11,14,.86);backdrop-filter:blur(5px)}.programme-dialog{background:var(--wine);color:var(--oat);width:min(680px,calc(100% - 28px));max-height:90dvh;overflow:auto;border:1px solid var(--line);padding:0}.programme-top{padding:28px 32px 0;display:flex;justify-content:space-between;align-items:center;gap:20px}.programme-top>button{width:44px;height:44px;border:1px solid currentColor;background:none;color:inherit;font-size:25px}.programme-body{padding:0 40px 40px}.programme-body h2{font-size:clamp(42px,5vw,66px);margin:25px 0}.programme-body>p{font-size:18px;line-height:1.65}.programme-note{font-size:12px;line-height:1.6;opacity:.65;margin-top:15px}.programme-body details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:30px 0}.programme-body summary{cursor:pointer;font-size:14px;min-height:30px;line-height:1.6}.programme-body summary span{float:right}.programme-body details p{font-size:14px;margin:15px 0 8px}.programme-body .ticket-note{font-size:13px;margin-bottom:25px}.programme-dialog[open],.preview-dialog[open]{animation:dialog-in .5s var(--motion-ease)}@keyframes dialog-in{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}

@media(min-width:1600px){.opening-identity{width:64%;left:18%;top:18%}.portal{clip-path:inset(calc(62%*(1 - var(--progress))) calc(34%*(1 - var(--progress))) calc(3%*(1 - var(--progress))) calc(34%*(1 - var(--progress))))}}
@media(max-width:1000px){.opening-identity{top:26%;width:78%;left:11%}.opening-location{top:20%}.memory--garden{left:-4%;top:60%;width:26%;height:22%}.memory--food{left:82%;top:18%;width:23%;height:24%}.memory--night{left:83%;top:79%;width:27%;height:22%}.opening-aside{left:73%;top:67%;font-size:22px}.gathering{padding:70px 6vw}.gathering-bottom{gap:5vw}.places-stage{gap:4vw}.place-name{font-size:36px}.place-choice{padding-top:24px;padding-bottom:23px}.taste-portrait{min-height:760px}.taste-copy{padding:65px 5vw 45px}.taste-copy h2{font-size:47px}.bread-note{gap:15px}.bread-note figcaption{font-size:20px}.bread-note img{height:130px}.explore-menu{grid-template-columns:1fr 1fr;gap:5vw;padding-left:6vw;padding-right:6vw}}
@media(max-width:700px){html{scroll-padding-top:78px}.site-header,.site-header.is-scrolled{height:76px;padding:15px 20px}.explore-toggle{font-size:12px;gap:10px}.header-logo{display:none}.header-actions{gap:18px}.menu-action{display:none}.reserve-action{min-height:44px;padding:11px 15px;gap:16px;font-size:12px}.explore-menu{top:76px;display:block;padding:45px 25px 40px}.explore-menu__links>a:not(.explore-phone),.explore-menu__links>button{font-size:34px;padding:18px 0}.explore-menu figure{display:none}.opening,.opening-stage{min-height:650px}.motion-ready .opening{height:170svh}.opening-identity{top:29%;left:5%;width:90%}.opening-identity p{font-size:21px;margin-top:17px}.opening-location{top:24%;font-size:9px;letter-spacing:.13em}.memory figcaption{display:none}.memory--food{left:78%;top:10%;width:23%;height:18%;transform:translateY(calc(var(--progress)*-140px)) rotate(9deg)}.memory--garden{left:-9%;top:56%;width:33%;height:20%;transform:translateY(calc(var(--progress)*-130px)) rotate(-9deg)}.memory--night{left:83%;top:75%;width:30%;height:20%}.portal{clip-path:inset(calc(58%*(1 - var(--progress))) calc(24%*(1 - var(--progress))) calc(12%*(1 - var(--progress))) calc(24%*(1 - var(--progress))))}.portal-image{object-position:52% center}.opening-aside{left:72%;top:66%;font-size:20px}.scroll-invitation{left:24px;bottom:5%;font-size:10px;gap:10px}.scroll-line{width:18px}.portal-copy .eyebrow{font-size:9px}.portal-copy p{font-size:61px}.gathering{padding:45px 25px 55px}.gathering-top>.small-note{display:none}.gathering .eyebrow{font-size:9px}.gathering h2{font-size:clamp(39px,10vw,68px);margin:38px 0 30px;line-height:1.16}.gathering-bottom{display:block}.gathering-bottom p{font-size:15px;line-height:1.7;max-width:390px}.gathering-bottom .underlink{margin-top:23px}.places{padding:45px 23px}.section-line>.eyebrow:last-child{display:none}.places-intro{margin:33px 0 35px}.places-intro h2{font-size:41px}.places-intro p{display:none}.places-stage{display:flex;flex-direction:column;gap:28px}.place-list{width:100%}.place-choice{padding:17px 0;grid-template-columns:21px 1fr 25px;column-gap:9px}.place-choice.is-active{padding-left:7px}.place-number{font-size:9px;margin-top:9px}.place-name{font-size:32px}.place-kind{font-size:10px;margin-top:3px}.place-arrow{font-size:22px}.place-view{width:100%}.place-photo-stack{height:360px}.place-caption{margin-top:19px;min-height:83px}.place-caption h3{font-size:26px}.place-actions{gap:20px}.place-actions .underlink{font-size:13px;gap:20px}.place-footnote{font-size:11px;margin-top:29px}.taste{display:flex;flex-direction:column}.taste-portrait{min-height:0;height:560px}.taste-portrait>img{object-position:center 47%}.photo-label{font-size:9px;left:25px;bottom:25px}.taste-copy{padding:42px 25px 55px}.taste-copy h2{font-size:54px;margin:36px 0 24px}.taste-copy>p{font-size:15px}.bread-note{margin-top:38px;grid-template-columns:1.1fr 1fr;gap:28px}.bread-note img{height:140px}.bread-note figcaption{font-size:24px}.live{height:90svh;min-height:680px;padding:28px 24px 34px}.live-top{display:block}.live-top>.eyebrow{display:block;font-size:10px}.live-top>.eyebrow:last-child{font-size:9px;margin-top:5px;opacity:.8}.live-image{object-position:45% center}.live h2{font-size:clamp(65px,14vw,92px);line-height:1.05}.live-title-wrap{display:block}.round-action{width:98px;height:98px;margin:25px 0 0 auto;gap:5px}.round-action>span:first-child{font-size:29px}.round-action>span:last-child{font-size:11px}.live-bottom{display:block}.live-bottom p{font-size:13px}.live-bottom .underlink{margin-top:13px;font-size:12px}.together{padding:55px 25px 60px}.together .eyebrow{font-size:9px;max-width:240px;display:block}.together h2{font-size:47px;margin-top:35px;line-height:1.1}.together h2 em{display:block;line-height:inherit}.together-mark{font-size:440px;right:-20%;top:12%}.site-footer{padding:45px 25px 20px}.footer-top{display:block}.footer-top>p{font-size:43px}.footer-top>div{margin-top:30px;gap:7px}.footer-top>div>a{font-size:16px}.footer-wordmark{width:100%;margin:45px 0 35px}.footer-bottom{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12px;font-size:9px}.footer-bottom button{font-size:9px;text-align:right}.footer-bottom>a:last-child{text-align:right}.programme-top{padding:20px 24px 0}.programme-body{padding:0 26px 30px}.programme-body h2{font-size:45px}.programme-body>p{font-size:16px}.programme-body .underlink{font-size:13px}.preview-dialog__title{font-size:35px}.preview-provider__image{height:175px}}
@media(max-width:370px){.site-header{padding-left:16px;padding-right:16px}.explore-toggle>span:last-child{font-size:11px}.reserve-action{font-size:11px;padding-left:12px;padding-right:12px;gap:12px}.opening-identity{top:31%}.opening-identity p{font-size:19px}.opening-location{font-size:8px}.opening-aside{font-size:18px}.portal-copy p{font-size:51px}.place-name{font-size:28px}.place-photo-stack{height:300px}.taste-copy h2{font-size:46px}.together h2{font-size:40px}.places-intro h2{font-size:37px}}
html[data-motion=off]{scroll-behavior:auto}html[data-motion=off] .opening{height:100svh}html[data-motion=off] .reveal{opacity:1;transform:none}html[data-motion=off] *,html[data-motion=off] *::before,html[data-motion=off] *::after{animation:none!important;transition:none!important}html[data-motion=off] [data-parallax]{transform:none!important}html[data-motion=off] .memory-inner{transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.motion-ready .opening{height:100svh}.motion-ready .reveal{opacity:1;transform:none}.memory-inner,[data-parallax]{transform:none!important}}
/* Final composition: the room opens as a whole image, without losing the people in a crop. */
.header-logo{visibility:hidden}.is-scrolled .header-logo{visibility:visible}
@media(min-width:1001px){.opening-identity{width:64%;left:18%;top:18%}.memory--garden{top:59%;left:2%;width:18%;height:24%}.opening-aside{left:73%;top:69%}}
.portal{clip-path:none}
.portal-image{transform:translateY(calc(33svh*(1 - var(--progress)))) scale(calc(.36 + var(--progress)*.64));object-position:center 55%}
@media(max-width:1000px){.portal-image{transform:translateY(calc(30svh*(1 - var(--progress)))) scale(calc(.40 + var(--progress)*.60))}}
@media(max-width:700px){.portal-image{transform:translateY(calc(21svh*(1 - var(--progress)))) scale(calc(.58 + var(--progress)*.42))}.places-stage .place-list{display:flex;overflow-x:auto;gap:25px;border-bottom:1px solid var(--line);scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--brass) transparent}.place-choice,.place-choice.is-active{display:block;flex:0 0 auto;width:auto;padding:20px 0;scroll-snap-align:start;border-bottom:0}.place-choice .place-name{font-size:28px;display:block}.place-number,.place-arrow{display:none}.place-kind{display:block;margin-top:7px}.place-choice.is-active{box-shadow:inset 0 -2px var(--gold)}.place-photo-stack{height:340px}}
.header-logo img,.footer-wordmark{height:auto}
@media(max-width:700px){.portal{clip-path:inset(calc(57%*(1 - var(--progress))) 0 calc(12%*(1 - var(--progress))) 0)}}
@media(min-width:1001px){.memory--food{left:86%;width:14%}.opening-aside{top:77%;left:78%}}
.opening-aside>span{display:block}
@media(min-width:701px) and (max-width:1000px){.memory--food{top:11%;height:20%;width:20%;left:83%}}
@media(min-width:480px) and (max-width:700px){.opening-identity{width:min(90vw,48svh);left:calc(50% - min(45vw,24svh))}}
@media(max-width:700px){.opening-aside{left:0;right:0;top:51.5%;font-family:Hanken,sans-serif;font-style:normal;font-size:9px;letter-spacing:.15em;text-transform:uppercase;text-align:center}.opening-aside>span{display:inline-block;margin:0 4px}}
.explore-menu:not([hidden]) .explore-menu__links>a,.explore-menu:not([hidden]) .explore-menu__links>button{animation:nav-in .7s var(--motion-ease) both;transition:padding-left .35s var(--motion-ease)}
.explore-menu:not([hidden]) .explore-menu__links>:nth-child(3){animation-delay:.06s}.explore-menu:not([hidden]) .explore-menu__links>:nth-child(4){animation-delay:.12s}.explore-menu:not([hidden]) .explore-menu__links>:nth-child(5){animation-delay:.18s}
.explore-menu__links>a:hover,.explore-menu__links>button:hover{padding-left:10px}
@keyframes nav-in{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}
@media(max-width:700px){.place-list::after{content:'→';font-family:Hanken,sans-serif;font-size:24px;align-self:center;padding:0 3px 0 0;flex:0 0 15px}}

/* Refinement: physical photographs, quick venue cuts, and different scene tempos. */
.memory img{transform:perspective(900px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transition:transform .55s ease-out;box-shadow:0 20px 45px #0003}
.memory--food img{transform:perspective(900px) rotateX(calc(var(--tilt-x,0deg)*-.7)) rotateY(calc(var(--tilt-y,0deg)*-.7))}
.place-photo{transition:none;z-index:0;transform:none}
.place-photo.is-previous{opacity:1;z-index:1;transform:none}
.place-photo.is-active{opacity:1;z-index:2;transform:none}
.place-caption{position:relative;padding-right:90px}
.place-count{position:absolute;right:0;top:-4px;display:flex;align-items:baseline;gap:7px;color:var(--gold)}
.place-count>span:first-child{font-family:Gloock,serif;font-style:normal;font-size:44px;line-height:1}
.place-count>span:last-child{font-size:10px;opacity:.55}
.place-choice .place-name{transition:transform .5s var(--motion-ease)}
.place-choice:hover .place-name{transform:translateX(5px)}
.type-line{display:block;overflow:hidden;padding:.15em .08em;margin:-.15em -.08em}
.type-line>span{display:block}
.motion-ready .taste-copy .reveal,.motion-ready .live .reveal{opacity:1;transform:none}
.motion-ready .reveal .type-line>span{transform:translateY(118%);transition:transform 1.25s var(--motion-ease)}
.motion-ready .reveal.is-visible .type-line>span{transform:none}
.motion-ready .reveal .type-line:nth-child(2)>span{transition-delay:.13s}
.motion-ready .live .reveal .type-line>span{transition-duration:.8s}
.bread-note{position:relative;z-index:2;transform:none;margin-left:-9vw;width:calc(100% + 9vw);grid-template-columns:1.4fr 1fr;gap:26px}
.bread-note img{height:190px;object-position:80% 64%;box-shadow:0 15px 35px #190e1533}
.bread-note figcaption{font-size:24px}
.together-mark{right:7vw;top:50%;width:min(28vw,340px);height:auto;aspect-ratio:359 / 424;transform:translateY(-50%) rotate(-10deg);overflow:hidden;opacity:.17;font-size:initial;line-height:normal;color:inherit}
/* Window onto the existing logo's spiral: original asset and proportions retained. */
.together-mark img{position:absolute;max-width:none;width:567.13%;height:auto;left:-298.33%;top:-41.75%}
@media(min-width:701px){.place-view{position:sticky;top:110px}.place-choice:hover .place-arrow{opacity:1}}
@media(max-width:1000px){.bread-note img{height:155px}.bread-note figcaption{font-size:21px}}
@media(max-width:700px){.place-caption{padding-right:72px}.place-count>span:first-child{font-size:36px}.place-count>span:last-child{font-size:9px}.bread-note{margin-left:0;width:100%;grid-template-columns:1.2fr 1fr;gap:23px}.bread-note img{height:155px}.bread-note figcaption{font-size:23px}.together-mark{right:-25px;top:47%;width:220px;opacity:.12}.place-choice:hover .place-name{transform:none}}
html[data-motion=off] .memory img{transform:none}
@media(prefers-reduced-motion:reduce){.memory img,.motion-ready .reveal .type-line>span{transform:none!important}}

/* Full-screen arrival: native horizontal slides with a slower photographic scroll layer. */
.opening,.motion-ready .opening,html[data-motion=off] .opening{height:100svh;min-height:360px}
.opening-stage{position:relative;height:100%;min-height:360px;padding:0;overflow:hidden;isolation:isolate}
.opening-identity{position:absolute;top:44%;left:50%;width:calc(100% - 80px);max-width:760px;margin:0;text-align:center;z-index:3;pointer-events:none;transform:translate(-50%,-50%) translateY(calc(var(--progress)*11svh));opacity:1}
.opening-identity h1{width:min(49vw,650px);margin:0 auto}
.opening-identity h1 img{display:block;filter:drop-shadow(0 3px 24px #0008)}
.opening-identity .opening-location{position:static;transform:none;opacity:1;font-family:Hanken,sans-serif;font-size:10px;line-height:1.5;letter-spacing:.19em;color:var(--oat);margin:0 0 24px;text-shadow:0 2px 16px #000}
.opening-identity .opening-tagline{font-family:Gloock,serif;font-size:clamp(24px,2.6vw,37px);margin:22px 0 0;line-height:1.2;color:var(--oat);text-shadow:0 2px 24px #0009}
.hero-carousel{position:absolute;inset:0}
.hero-carousel::after{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(8,11,14,.7) 0%,rgba(8,11,14,.5) 25%,rgba(8,11,14,.58) 52%,rgba(8,11,14,.3) 64%,rgba(8,11,14,.82) 100%)}
.hero-rail{position:relative;display:flex;width:100%;height:100%;gap:0;padding:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;cursor:grab;touch-action:pan-x pan-y pinch-zoom;outline-offset:-6px}
.hero-rail::-webkit-scrollbar{display:none}
.hero-rail:focus-visible{outline:2px solid var(--gold)}
.hero-rail.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}
.hero-slide{position:relative;isolation:isolate;flex:0 0 100%;width:100%;height:100%;margin:0;overflow:hidden;scroll-snap-align:center;scroll-snap-stop:always;user-select:none;background:#080b0e}
/* Overscan supplies real image beyond the frame throughout the scroll effect. */
.hero-slide img{position:absolute;left:0;top:-25%;width:100%;height:150%;max-width:none;object-fit:cover;object-position:center 54%;transform:scale(1.12);will-change:transform;pointer-events:none}
.hero-slide[data-hero-place=biergarten] img{object-position:center 58%}
.hero-slide[data-hero-place=music] img{object-position:center 48%}
.hero-slide figcaption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.hero-controls{position:absolute;z-index:2;left:4vw;right:4vw;bottom:max(38px,env(safe-area-inset-bottom));display:flex;align-items:end;gap:45px;color:var(--oat);padding-top:24px;border-top:1px solid rgba(233,225,210,.35)}
.hero-caption{display:flex;gap:26px;align-items:center;flex:1;min-width:0}
.hero-count{font-family:Hanken,sans-serif;font-size:11px;white-space:nowrap;align-self:flex-start;padding-top:6px;color:var(--gold)}
.hero-count>span:last-child{opacity:.65}
.hero-caption p{font-family:Gloock,serif;font-size:clamp(25px,2.6vw,36px);line-height:1.1;margin:0 0 9px;letter-spacing:-.025em}
.hero-caption [data-hero-note]{font-size:13px;line-height:1.4;color:var(--oat)}
.hero-discover{font-size:12px;gap:36px;min-height:48px;white-space:nowrap;margin-right:20px}
.hero-arrows{display:flex;gap:10px}
.hero-arrows button{width:52px;height:52px;border:1px solid rgba(233,225,210,.55);background:rgba(16,20,24,.25);display:grid;place-items:center;color:var(--oat);font-size:28px;transition:background .3s,color .3s,border-color .3s}
.hero-arrows button:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.hero-arrows button:disabled{opacity:.3;cursor:default}
.hero-arrows button>span{display:block;transition:transform .35s var(--motion-ease)}
@media(hover:hover) and (pointer:fine){.hero-arrows button:hover:not(:disabled){background:var(--gold);color:var(--ink);border-color:var(--gold)}.hero-arrows button:hover:not(:disabled)>span{transform:translateX(3px)}.hero-arrows button:first-child:hover:not(:disabled)>span{transform:translateX(-3px)}}
@media(max-width:1000px){.opening-identity h1{width:min(66vw,600px)}.hero-controls{gap:25px}.hero-caption{gap:18px}.hero-discover{margin-right:0;gap:20px}}
@media(max-width:700px){.opening-identity{width:calc(100% - 40px);top:43%}.opening-identity h1{width:min(84vw,520px)}.opening-identity .opening-location{font-size:8px;letter-spacing:.15em;margin-bottom:21px}.opening-identity .opening-tagline{font-size:clamp(23px,5.8vw,32px);margin-top:22px}.hero-controls{left:24px;right:24px;bottom:max(26px,env(safe-area-inset-bottom));padding-top:21px;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:18px;row-gap:17px}.hero-caption{gap:0;display:block}.hero-count{display:block;font-size:9px;padding:0;margin-bottom:11px}.hero-caption p{font-size:25px;margin-bottom:7px}.hero-caption [data-hero-note]{display:block;font-size:11px;max-width:26ch}.hero-arrows{grid-column:2;grid-row:1;align-self:center;gap:8px}.hero-arrows button{width:44px;height:46px;font-size:25px}.hero-discover{grid-column:1 / -1;justify-self:start;font-size:11px;min-height:42px;gap:50px}.hero-slide[data-hero-place=fabrica] img{object-position:51% center}}
@media(max-width:370px){.hero-controls{left:20px;right:20px;column-gap:13px;row-gap:12px;bottom:22px}.hero-caption p{font-size:22px}.hero-arrows{gap:6px}.hero-arrows button{width:42px;height:44px}.hero-caption [data-hero-note]{font-size:10px}.opening-identity .opening-tagline{font-size:21px}.opening-identity .opening-location{font-size:7px}}
@media(max-height:540px) and (min-width:701px){.opening-identity{top:43%}.opening-identity h1{width:min(43vw,58svh)}.opening-identity .opening-location{margin-bottom:10px;font-size:8px}.opening-identity .opening-tagline{font-size:23px;margin-top:8px}.hero-controls{bottom:22px;padding-top:15px}.hero-caption p{font-size:24px}.hero-caption [data-hero-note]{font-size:11px}.hero-arrows button{width:44px;height:44px}}
@media(max-height:540px) and (min-width:561px) and (max-width:700px){.opening-identity{top:42%;width:60%}.opening-identity h1{width:min(41vw,58svh)}.opening-identity .opening-location{font-size:7px;margin-bottom:10px}.opening-identity .opening-tagline{font-size:21px;margin-top:8px}.hero-controls{bottom:18px;padding-top:13px;display:flex;align-items:center;gap:24px}.hero-caption{flex:1}.hero-count{display:none}.hero-caption p{font-size:21px;margin-bottom:0}.hero-caption [data-hero-note]{display:none}.hero-discover{font-size:10px;min-height:42px;gap:16px}.hero-arrows button{width:42px;height:42px}.hero-arrows{gap:7px}}
html[data-motion=off] .opening-identity{transform:translate(-50%,-50%);opacity:1}
@media(prefers-reduced-motion:reduce){.opening-identity{transform:translate(-50%,-50%)!important;opacity:1}.hero-slide img{transform:none!important}}

@media(max-height:540px) and (max-width:560px){.opening-identity{top:37%}.opening-identity h1{width:min(62vw,43svh)}.opening-identity .opening-location{margin-bottom:12px;font-size:7px}.opening-identity .opening-tagline{font-size:20px;margin-top:12px}.hero-controls{bottom:18px;padding-top:14px;row-gap:8px}.hero-count{margin-bottom:6px}.hero-caption p{font-size:21px;margin-bottom:0}.hero-caption [data-hero-note]{display:none}}

/* A real shared-table scene connects the opening statement to the venue index. */
.gathering{padding:76px 6vw 78px;overflow:visible;z-index:5}
.gathering h2{font-size:clamp(52px,7.1vw,108px);max-width:none;line-height:1.1;margin:54px 0 48px;letter-spacing:-.035em}
.gathering h2>span{display:block}
.gathering h2 em{color:var(--wine)}
.gathering-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.8fr);column-gap:7vw;align-items:start}
.gathering-photo{grid-column:2;grid-row:1;align-self:end;position:relative;margin:0 0 -146px;min-width:0;z-index:1}
.gathering-photo>img{display:block;width:100%;height:auto;aspect-ratio:2000/1334;object-fit:contain;background:var(--ink)}
.gathering-photo figcaption{display:flex;justify-content:space-between;gap:20px;margin-top:16px;color:var(--gold);font-size:10px;line-height:1.5;letter-spacing:.03em}
.gathering-story{grid-column:1;grid-row:1;padding-top:31px;padding-bottom:12px;max-width:32ch}
.gathering-story p{font-size:16px;line-height:1.75;margin:0}
.gathering-story .underlink{font-size:13px;min-height:48px;gap:40px;margin-top:30px}
.gathering + .places{padding-top:144px}
@media(min-width:1600px){.gathering{padding-left:8vw;padding-right:8vw}.gathering-story{padding-top:52px}.gathering-story p{font-size:18px}.gathering-photo figcaption{font-size:12px}}
@media(min-width:761px) and (max-width:1000px){.gathering{padding-top:60px}.gathering-layout{column-gap:5vw;grid-template-columns:minmax(0,.9fr) minmax(0,1.65fr)}.gathering-story{padding-top:8px}.gathering-story p{font-size:14px}.gathering-story .underlink{font-size:12px;gap:18px;margin-top:18px}.gathering-photo figcaption{font-size:9px;gap:10px}}
@media(max-width:760px){.gathering{padding:48px 6vw 58px}.gathering-top>.small-note{display:none}.gathering .eyebrow{font-size:9px}.gathering h2{font-size:clamp(36px,9.8vw,68px);line-height:1.12;margin:34px 0 30px}.gathering h2 em{display:block;line-height:inherit}.gathering-layout{display:flex;flex-direction:column;gap:30px}.gathering-photo{width:100%;margin:0}.gathering-photo figcaption{margin-top:12px;color:var(--ink);font-size:9px;gap:18px}.gathering-story{padding:0;max-width:39ch;margin-left:9%}.gathering-story p{font-size:15px;line-height:1.75}.gathering-story .underlink{margin-top:21px;font-size:13px;gap:45px}.gathering + .places{padding-top:45px}}
@media(max-width:370px){.gathering-story{margin-left:0}.gathering-photo figcaption{font-size:9px;gap:14px}.gathering h2{font-size:35px}}

/* Scroll choreography is applied to photograph frames and complete type lines. */
.scroll-title .type-line{padding:.17em .09em;margin:-.17em -.09em}
.scroll-title .type-line>span{transform-origin:0 100%}
.gathering-photo{transform-origin:100% 100%}
.place-name>span{display:inline-block}
html[data-motion=off] .scroll-title .type-line>span{transform:none!important}
@media(prefers-reduced-motion:reduce){.scroll-title .type-line>span{transform:none!important}}

/* Tactile controls and photo windows compose independently of scroll transforms. */
.photo-window{overflow:hidden;position:relative;min-width:0}
.gathering-photo .photo-window>img{display:block;width:100%;height:auto;aspect-ratio:2000/1334;object-fit:contain}
.photo-window>img{display:block}
.reserve-action,.hero-arrows button,.round-action{isolation:isolate;overflow:hidden}
.reserve-action::before,.hero-arrows button::before,.round-action::before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:var(--ink);transform:translateY(102%);transition:transform .28s var(--motion-ease)}
.hero-arrows button,.round-action{position:relative}
.hero-arrows button::before,.round-action::before{background:var(--gold)}
.round-action>span,.hero-arrows button>span{position:relative}
.text-action{position:relative}
.text-action::after{content:'';position:absolute;left:0;right:0;bottom:5px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .25s var(--motion-ease)}
.photo-window>img,.taste-portrait>img,.place-photo,.live-image{scale:1;transition:scale .8s var(--motion-ease)}
.gathering-photo figcaption{transition:opacity .25s var(--motion-ease);opacity:.75}
.underlink,.reserve-action,.hero-arrows button,.round-action{transition:scale .13s var(--motion-ease),background .25s,color .25s,border-color .25s}
.reserve-action>span,.underlink>span{transition:transform .28s var(--motion-ease)}
.round-action>span:first-child{transition:transform .28s var(--motion-ease)}
.hero-arrows button>span{transition:transform .25s var(--motion-ease)}
.explore-menu:not([hidden]) .explore-menu__links>a,.explore-menu:not([hidden]) .explore-menu__links>button{transition:color .25s}
.explore-menu__links>a>span,.explore-menu__links>button>span{transition:transform .28s var(--motion-ease)}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
  html[data-motion=on] .reserve-action:hover{background:var(--gold);color:var(--gold)}
  html[data-motion=on] .reserve-action:hover::before,
  html[data-motion=on] .hero-arrows button:hover:not(:disabled)::before,
  html[data-motion=on] .round-action:hover::before{transform:translateY(0)}
  html[data-motion=on] .reserve-action:hover>span:last-child{transform:translate(6px,-6px)}
  html[data-motion=on] .reserve-action:hover>span:first-child{transform:translateY(-1px)}
  html[data-motion=on] .hero-arrows button:hover:not(:disabled){background:transparent;color:var(--ink);border-color:var(--gold)}
  html[data-motion=on] .hero-arrows button:hover:not(:disabled)>span{transform:translateX(5px)}
  html[data-motion=on] .hero-arrows button:first-child:hover:not(:disabled)>span{transform:translateX(-5px)}
  html[data-motion=on] .round-action:hover{background:var(--ink);color:var(--ink);transform:none}
  html[data-motion=on] .round-action:hover>span:first-child{transform:translate(6px,-6px)}
  html[data-motion=on] .underlink:hover>span{transform:translate(7px,-5px)}
  html[data-motion=on] .underlink::after{transition:transform .28s var(--motion-ease);transform-origin:right}
  html[data-motion=on] .underlink:hover::after{transform-origin:left;transform:scaleX(1)}
  html[data-motion=on] .text-action:hover::after{transform-origin:left;transform:scaleX(1)}
  html[data-motion=on] .explore-toggle:not([aria-expanded=true]):hover .menu-glyph i:last-child{transform:scaleX(.65);transform-origin:left}
  html[data-motion=on] .explore-menu__links>a:hover,html[data-motion=on] .explore-menu__links>button:hover{padding-left:0;color:var(--oat)}
  html[data-motion=on] .explore-menu__links>a:hover>span,html[data-motion=on] .explore-menu__links>button:hover>span{transform:translate(7px,-7px)}
  html[data-motion=on] .photo-window:hover>img{scale:1.045}
  html[data-motion=on] .taste-portrait:hover>img{scale:1.045;filter:none}
  html[data-motion=on] .place-photo-stack:hover .place-photo.is-active{scale:1.055}
  html[data-motion=on] .live:hover .live-image{scale:1.035}
  html[data-motion=on] .gathering-photo:hover figcaption{opacity:1}
}
@media(prefers-reduced-motion:no-preference){
  html[data-motion=on] :is(.underlink,.reserve-action,.hero-arrows button,.round-action):active:not(:disabled){scale:.97}
}
html[data-motion=off] :is(.photo-window>img,.taste-portrait>img,.place-photo,.live-image){scale:1}
@media(prefers-reduced-motion:reduce){.photo-window>img,.taste-portrait>img,.place-photo,.live-image{scale:1}}

/* The navigation opens from the header; rows settle before the photograph. */
.explore-menu:not([hidden]) .explore-menu__links>a,.explore-menu:not([hidden]) .explore-menu__links>button{animation:none}
@supports (transition-behavior:allow-discrete){
  @media(prefers-reduced-motion:no-preference){
    html[data-motion=on] .explore-menu{
      opacity:0;transform:translateY(-18px);transform-origin:top left;pointer-events:none;
      transition:opacity 180ms var(--motion-ease),transform 180ms var(--motion-ease),display 180ms allow-discrete;
    }
    html[data-motion=on] .explore-menu:not([hidden]){opacity:1;transform:translateY(0);pointer-events:auto;transition-duration:280ms}
    html[data-motion=on] .explore-menu .explore-menu__links>*{
      opacity:0;transform:translateY(18px);
      transition:opacity 120ms var(--motion-ease),transform 120ms var(--motion-ease),color 250ms;
    }
    html[data-motion=on] .explore-menu:not([hidden]) .explore-menu__links>*{
      opacity:1;transform:translateY(0);transition-duration:250ms;
      transition-delay:var(--nav-delay,0ms),var(--nav-delay,0ms),0ms;
    }
    .explore-menu__links>:nth-child(2){--nav-delay:35ms}
    .explore-menu__links>:nth-child(3){--nav-delay:70ms}
    .explore-menu__links>:nth-child(4){--nav-delay:105ms}
    .explore-menu__links>:nth-child(5){--nav-delay:140ms}
    .explore-menu__links>:nth-child(6){--nav-delay:175ms}
    html[data-motion=on] .explore-menu figure{
      opacity:0;transform:translateY(18px) scale(.97);transform-origin:50% 100%;
      transition:opacity 120ms var(--motion-ease),transform 120ms var(--motion-ease);
    }
    html[data-motion=on] .explore-menu:not([hidden]) figure{opacity:1;transform:translateY(0) scale(1);transition-duration:280ms;transition-delay:100ms}
    @starting-style{
      html[data-motion=on] .explore-menu:not([hidden]){opacity:0;transform:translateY(-18px)}
      html[data-motion=on] .explore-menu:not([hidden]) .explore-menu__links>*{opacity:0;transform:translateY(18px)}
      html[data-motion=on] .explore-menu:not([hidden]) figure{opacity:0;transform:translateY(18px) scale(.97)}
    }
  }
}
