:root{--hero-background:#a00000;--hero-frame:#9a9a9a;--hero-ink:#181818;--hero-nav-size:22px;--hero-tagline-size:28px;--hero-wordmark-size:clamp(140px, 17vw, 310px);--hero-button-shadow:#0000002e}.home-root{background:var(--hero-frame);min-height:100vh}.hero{background-color:var(--hero-background);isolation:isolate;background-position:bottom;background-repeat:no-repeat;background-size:120%;flex-direction:column;justify-content:space-between;min-height:90vh;padding:32px 44px 54px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:linear-gradient(#a000002e 0%,#a000001a 38%,#a000000f 100%),linear-gradient(#a000000f,#a000000f);position:absolute;inset:0}.hero__topbar,.hero__content,.about-strip{z-index:2;position:relative}.hero__topbar{justify-content:space-between;align-items:flex-start;gap:var(--s4);display:flex}.hero__nav-left{flex-wrap:wrap;align-items:center;gap:24px 56px;list-style:none;display:flex}.hero__nav-left li{align-items:center;display:inline-flex}.hero__nav-left a,.hero__nav-button{justify-content:center;align-items:center;display:inline-flex}.hero__nav-button{cursor:pointer;background:0 0;border:0;padding:0}.hero__nav-link{font-family:var(--font-display), serif;font-size:var(--hero-nav-size);color:var(--white);letter-spacing:0;text-transform:lowercase;text-shadow:0 2px #00000024;white-space:nowrap;font-weight:400;transition:opacity .15s}.hero__nav-link:hover,.hero__nav-button:hover .hero__nav-link,.hero__nav-button:focus-visible .hero__nav-link{opacity:.8}.hero__nav-button:focus-visible,.home-modal__close:focus-visible{outline:2px solid var(--yellow);outline-offset:4px}.hero__content{flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:66vh;padding-bottom:18px;display:flex}.hero__copy{max-width:900px}.hero__wordmark{font-size:var(--hero-wordmark-size);color:var(--white);letter-spacing:-.04em;text-shadow:0 4px #0000001f;margin-left:-8px;line-height:.82}.hero__eyebrow{font-size:var(--hero-tagline-size);color:var(--white);text-shadow:0 2px #00000024;max-width:640px;margin-top:10px;line-height:1.05}.hero__cta{background:var(--yellow);color:var(--hero-ink);letter-spacing:.02em;box-shadow:0 10px 24px var(--hero-button-shadow);margin-top:38px;padding:20px 34px;font-size:22px}.about-strip{background:var(--black);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.about-strip__cell{padding:32px 40px 40px}.about-strip__cell--bordered{border-right:1px solid var(--grey-mid)}.about-strip__label{margin-bottom:var(--s3)}.about-strip__body{color:var(--white);white-space:pre-line;font-size:15px;line-height:1.7}.home-modal{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d0d0dc7;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.home-modal__panel{background:linear-gradient(#8d0000f5 0%,#0d0d0dfa 100%);border:1px solid #f2f0eb1f;width:min(1080px,100%);max-height:min(88vh,920px);position:relative;overflow:hidden;box-shadow:0 30px 80px #0006}.home-modal__close{z-index:3;width:44px;height:44px;color:var(--white);cursor:pointer;background:#f2f0eb24;border:0;border-radius:999px;font-size:30px;line-height:1;position:absolute;top:20px;right:20px}.home-modal__content{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:32px;padding:56px;display:grid}.home-modal__copy{flex-direction:column;gap:18px;display:flex}.home-modal__title{color:var(--white);font-size:clamp(44px,8vw,88px)}.home-modal__description{color:#f2f0ebe6;max-width:40ch;font-size:18px;line-height:1.5}.home-modal__details{color:var(--white);gap:12px;padding-left:20px;font-size:16px;line-height:1.6;display:grid}.home-modal__gallery{align-content:start;gap:16px;display:grid}.home-modal__gallery--stacked{grid-template-columns:1fr}.home-modal__image{object-fit:cover;background:#0000002e;border:1px solid #f2f0eb1f;width:100%;display:block}.booking-sheet__backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d0d0d99;justify-content:center;align-items:flex-end;animation:.22s sheet-backdrop-in;display:flex;position:fixed;inset:0}@keyframes sheet-backdrop-in{0%{opacity:0}to{opacity:1}}.booking-sheet__panel{background:linear-gradient(180deg, #1a1a1a 0%, var(--black) 100%);border:1px solid var(--grey-mid);scrollbar-width:none;-ms-overflow-style:none;border-bottom:none;border-radius:24px 24px 0 0;outline:none;flex-direction:column;width:100%;max-width:1280px;max-height:92svh;animation:.3s cubic-bezier(.32,.72,0,1) sheet-slide-up;display:flex;position:relative;overflow:hidden}.booking-sheet__panel::-webkit-scrollbar{display:none}@keyframes sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.booking-sheet__handle{background:#fff3;border-radius:999px;flex-shrink:0;width:40px;height:4px;margin:12px auto 0}.booking-sheet__close{z-index:2;width:40px;height:40px;color:var(--white);cursor:pointer;background:#ffffff1a;border:0;border-radius:999px;font-size:26px;line-height:1;transition:background .15s;position:absolute;top:12px;right:16px}.booking-sheet__close:hover{background:#ffffff2e}.booking-sheet__close:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.booking-sheet__body{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;padding:24px var(--s5) var(--s6);gap:var(--s4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.booking-sheet__body::-webkit-scrollbar{display:none}.booking-sheet__layout-panel-wrap{flex:none;margin:4px 0 0;display:block;position:relative}.booking-sheet__grid-panel{margin-top:0}.booking-sheet__venue-carousel{touch-action:pan-y;-webkit-user-select:none;user-select:none;margin-top:4px;position:relative;overflow:visible}.booking-sheet__venue-track{width:100%}.booking-sheet__venue-slide{box-sizing:border-box;width:100%;min-width:0}.booking-sheet__venue-card{flex-direction:column;gap:12px;margin-bottom:0;display:flex}.booking-sheet__venue-card-layout,.booking-sheet__venue-card-grid{min-width:0}.booking-sheet__venue-card-layout .booking-sheet__table-layout-panel{padding:0}.booking-sheet__venue-card-layout .booking-sheet__table-layout{gap:8px;margin-top:0}.booking-sheet__venue-card-layout .booking-sheet__table-layout-title{color:#f2f0eba3;font-size:11px}.booking-sheet__venue-card-layout .booking-sheet__room-map-wrap{width:min(100%,620px);padding-top:0}.booking-sheet__venue-card-layout .booking-sheet__room-shell,.booking-sheet__venue-card-layout .booking-sheet__room-shell--b2{min-height:clamp(150px,20vw,196px)}.booking-sheet__venue-card-grid{padding-top:2px}.booking-sheet__venue-selector{grid-template-columns:repeat(2,minmax(132px,1fr));gap:10px;width:100%;display:grid}.booking-sheet__venue-select-card{color:#f2f0ebbd;cursor:pointer;text-align:left;background:radial-gradient(circle at 18% 0,#f5c5181f,#0000 42%),#ffffff0b;border:1px solid #ffffff17;border-radius:18px;flex-direction:column;justify-content:center;gap:6px;min-height:78px;padding:14px 16px;font-family:inherit;transition:transform .2s,border-color .2s,background .2s,color .2s;display:flex}.booking-sheet__venue-select-card:hover{color:var(--white);border-color:#fff3;transform:translateY(-1px)}.booking-sheet__venue-select-card--active{color:var(--white);background:radial-gradient(circle at 18% 0,#f5c5183d,#0000 46%),#f5c5181a;border-color:#f5c5189e}.booking-sheet__venue-select-card:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}.booking-sheet__venue-select-name{font-family:var(--font-display), serif;letter-spacing:.04em;text-transform:uppercase;font-size:18px;font-weight:900;line-height:.95}.booking-sheet__venue-select-address{color:#f2f0eb94;letter-spacing:.02em;font-size:12px;font-weight:700}.booking-sheet__venue-select-card--active .booking-sheet__venue-select-address{color:#f5c518d1}.booking-sheet__header{justify-content:start;align-items:start;column-gap:18px;row-gap:var(--s2);grid-template-columns:minmax(280px,.9fr) auto;display:grid}.booking-sheet__header-venues{min-width:0}.booking-sheet__header-date-strip{width:fit-content;min-width:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;flex:none;align-self:start;margin-top:0;padding:0;display:flex}.booking-sheet__header-date-strip .booking-sheet__date-strip{justify-content:flex-start;width:auto;padding-bottom:0}.booking-sheet__mobile-date-strip{display:none}.booking-sheet__title{color:var(--white);font-size:clamp(1.8rem,3.2vw,2.6rem)}.booking-sheet__subtitle{max-width:640px;color:var(--grey-light)}.booking-sheet__table-layout-panel{overflow:hidden}.booking-sheet__table-layout{flex-direction:column;gap:14px;margin-top:4px;display:flex}.booking-sheet__table-layout-header{flex-direction:column;flex:none;gap:6px;display:flex}.booking-sheet__table-layout-title{color:var(--white)}.booking-sheet__room-map-wrap{width:min(100%,860px);margin:0 auto;padding-top:8px;position:relative}.booking-sheet__room-map{width:100%;margin:0 auto;padding:2px 0}.booking-sheet__room-shell{aspect-ratio:2.35;background:#101010;border-radius:28px;width:100%;min-height:232px;position:relative;overflow:hidden}.booking-sheet__room-shape,.booking-sheet__room-pill,.booking-sheet__room-diamond,.booking-sheet__room-bench,.booking-sheet__room-ring,.booking-sheet__room-couch{box-sizing:border-box;opacity:.9;border:1px solid #ffffffd1;display:block;position:absolute}.booking-sheet__room-arc-group,.booking-sheet__room-top-inline,.booking-sheet__room-right-cluster,.booking-sheet__room-benches,.booking-sheet__room-ring-stack,.booking-sheet__room-small-diamonds{position:absolute}.booking-sheet__room-arc-group--left-top{width:18%;height:20%;top:10.5%;left:4.2%}.booking-sheet__room-top-inline--center{width:34%;height:9%;top:8.2%;left:29%}.booking-sheet__room-top-inline--right{width:11%;height:9%;top:8.3%;left:67.4%}.booking-sheet__room-right-cluster{width:23%;height:18%;top:10%;right:3.8%}.booking-sheet__room-small-diamonds{width:28%;height:42%;top:24%;left:0}.booking-sheet__room-shape--diamond{aspect-ratio:1;border-radius:1px;width:11.5%;transform:rotate(45deg)}.booking-sheet__room-shape--offset{top:17%;left:11%}.booking-sheet__room-shape--trapezoid{clip-path:polygon(0 0,88% 0,100% 100%,12% 100%);width:20%;height:44%}.booking-sheet__room-shape--wide{width:38%;height:50%;top:2%;left:34%;transform:rotate(-15deg)}.booking-sheet__room-shape--long{width:30%}.booking-sheet__room-shape--top-block{width:11%;height:54%}.booking-sheet__room-shape--medium{width:27%}.booking-sheet__room-shape--circle{aspect-ratio:1;border-radius:999px;width:11%}.booking-sheet__room-shape--square{aspect-ratio:1;border-radius:1px}.booking-sheet__room-shape--tiny{width:16%}.booking-sheet__room-shape--tiny-square{width:21%;top:10%;left:28%}.booking-sheet__room-shape--second{top:7%;left:56%}.booking-sheet__room-top-inline .booking-sheet__room-shape{position:absolute;top:0}.booking-sheet__room-top-inline--center .booking-sheet__room-shape:first-child{left:0}.booking-sheet__room-top-inline--center .booking-sheet__room-shape:nth-child(2){left:18%}.booking-sheet__room-top-inline--center .booking-sheet__room-shape:nth-child(3){left:40%}.booking-sheet__room-top-inline--center .booking-sheet__room-shape:nth-child(4){left:52%}.booking-sheet__room-top-inline--right .booking-sheet__room-shape{right:0}.booking-sheet__room-couch{clip-path:polygon(0 0,27% 0,27% 58%,100% 58%,100% 100%,18% 100%,0 82%);border-radius:28px 10px 14px 34px;width:59%;height:76%;top:0;right:0}.booking-sheet__room-pill--left{border-radius:999px;width:2.8%;height:38%;top:30.6%;left:2.8%}.booking-sheet__room-diamond--left-bottom{aspect-ratio:1;border-radius:1px;width:7.2%;bottom:13%;left:3.2%;transform:rotate(41deg)}.booking-sheet__room-benches{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:8.4%;display:grid;bottom:8.2%;left:7.8%;right:4.2%}.booking-sheet__room-bench{border-radius:999px;width:100%;height:8px;position:relative}.booking-sheet__room-ring-stack{gap:7px;width:4.6%;display:grid;top:42%;right:1.6%}.booking-sheet__room-ring{aspect-ratio:1;border-radius:999px;width:100%;position:relative}.booking-sheet__layout-table{--table-accent:#ffffffd1;border:1px solid color-mix(in srgb, var(--table-accent) 74%, white 26%);background:color-mix(in srgb, var(--table-accent) 82%, black 18%);color:#fffffff5;cursor:pointer;border-radius:1px;justify-content:center;align-items:center;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;position:absolute;box-shadow:inset 0 1px #ffffff2e}.booking-sheet__layout-table:hover{transform:translateY(-1px)}.booking-sheet__layout-table--selected{border-color:var(--yellow);box-shadow:0 0 0 3px #f5c5182e,inset 0 1px #ffffff47}.booking-sheet__layout-table:focus-visible{outline-offset:2px;outline:2px solid #f5c51899}.booking-sheet__layout-table-label{color:inherit;-webkit-user-select:none;user-select:none;font-family:Comic Sans MS,Bradley Hand,Marker Felt,cursive;font-size:clamp(1.5rem,2.2vw,2.45rem);line-height:1;transform:rotate(-8deg)}.booking-sheet__layout-table--horizontal{aspect-ratio:1.9;width:13.8%}.booking-sheet__layout-table--vertical{aspect-ratio:.66;width:9.4%}.booking-sheet__layout-table--1,.booking-sheet__layout-table--4{width:15.2%}.booking-sheet__layout-table--3,.booking-sheet__layout-table--6{width:10%}.booking-sheet__layout-table--7{width:8%}.booking-sheet__layout-table--1{top:23.8%;left:48.6%}.booking-sheet__layout-table--2{top:23.8%;left:28.6%}.booking-sheet__layout-table--3{top:35.2%;left:10.8%}.booking-sheet__layout-table--4{top:56.4%;left:28.6%}.booking-sheet__layout-table--5{top:56.4%;left:48.6%}.booking-sheet__layout-table--6{top:39%;left:68.2%}.booking-sheet__layout-table--7{top:47%;left:82.2%}.booking-sheet__room-shell--b2{--b2-wall-position:43%;--b2-line-color:#ffffffd1;--b2-ornament-color:#ffffffc7;grid-template-columns:var(--b2-wall-position) minmax(0, 1fr);aspect-ratio:2.35;align-items:stretch;gap:0;padding:clamp(18px,3.2%,28px) 4.2% clamp(14px,2.4%,18px);display:grid}.booking-sheet__b2-hall{align-content:center;justify-items:center;min-width:0;display:grid;position:relative}.booking-sheet__b2-hall--left{grid-template-rows:min-content min-content;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(8px,6%,14px) clamp(12px,9%,18px);padding:12% 13% 18% 9%}.booking-sheet__b2-hall--right{flex-direction:column;justify-content:center;align-items:center;gap:clamp(4px,1.6%,8px);padding:9% 24% 9% 16%;display:flex}.booking-sheet__room-shell--b2 .booking-sheet__layout-table{max-width:none;position:relative;top:auto;left:auto}.booking-sheet__room-shell--b2 .booking-sheet__layout-table--horizontal{aspect-ratio:1.9;width:100%}.booking-sheet__room-shell--b2 .booking-sheet__layout-table--vertical{aspect-ratio:.66;width:min(100%,44px)}.booking-sheet__b2-hall--left .booking-sheet__layout-table--1{grid-column:1/-1;width:74%}.booking-sheet__b2-hall--left .booking-sheet__layout-table--2,.booking-sheet__b2-hall--left .booking-sheet__layout-table--3{width:min(100%,42px)}.booking-sheet__b2-hall--right .booking-sheet__layout-table--horizontal{aspect-ratio:1.9;width:auto;max-width:100%;height:22%}.booking-sheet__b2-hall--right .booking-sheet__layout-table--vertical{width:min(100%,44px);max-height:100%}.booking-sheet__b2-hall--left .booking-sheet__layout-table--2,.booking-sheet__b2-hall--left .booking-sheet__layout-table--3,.booking-sheet__b2-hall--right .booking-sheet__layout-table{place-self:center}.booking-sheet__b2-wall{left:var(--b2-wall-position);background:var(--b2-line-color);opacity:.9;pointer-events:none;width:1.4px;position:absolute;transform:translate(-.7px)}.booking-sheet__b2-wall--top{height:32%;top:6%}.booking-sheet__b2-wall--bottom{height:32%;bottom:6%}.booking-sheet__b2-passage{left:var(--b2-wall-position);aspect-ratio:1;pointer-events:none;border:1px dashed #ffffff6b;border-radius:999px;place-items:center;width:clamp(28px,6%,44px);display:grid;position:absolute;top:50%;transform:translate(-50%,-50%)}.booking-sheet__b2-passage-arrow{border-top:1.2px solid #ffffffbf;border-right:1.2px solid #ffffffbf;width:46%;height:46%;transform:rotate(45deg)translate(-8%,8%)}.booking-sheet__b2-ornament{box-sizing:border-box;pointer-events:none;border:1px solid var(--b2-ornament-color);opacity:.9;position:absolute}.booking-sheet__b2-ornament--couch{background:#f2f0eb14;border-radius:999px;height:10px;box-shadow:inset 0 1px #ffffff29}.booking-sheet__b2-ornament--left-top{width:64%;top:7%;left:8%}.booking-sheet__b2-ornament--left-bottom{width:70%;bottom:7%;left:6%}.booking-sheet__b2-ornament--right-top{width:74%;top:7%;left:12%}.booking-sheet__b2-ornament--right-bottom{width:66%;bottom:7%;left:14%}.booking-sheet__b2-ornament--corner-diamond{background:#f2f0eb0f;width:9%;position:absolute;top:6%;right:6%}.booking-sheet__b2-bench-row{pointer-events:none;align-items:end;gap:8%;display:grid;position:absolute}.booking-sheet__b2-bench-row>span{border:1px solid var(--b2-ornament-color);background:#f2f0eb14;border-radius:999px;height:6px;box-shadow:inset 0 1px #ffffff1f}.booking-sheet__b2-bench-row--left{grid-template-columns:repeat(3,minmax(0,1fr));gap:9%;bottom:16%;left:9%;right:9%}.booking-sheet__b2-bench-row--right{grid-template-columns:repeat(4,minmax(0,1fr));bottom:16%;left:16%;right:8%}.booking-sheet__b2-ring-stack{pointer-events:none;gap:6px;width:6.5%;display:grid;position:absolute;top:38%;right:3%}.booking-sheet__b2-ring-stack .booking-sheet__room-shape--circle{aspect-ratio:1;border:1px solid var(--b2-ornament-color);opacity:.88;background:#f2f0eb0f;width:100%;position:relative}.booking-sheet__date-strip{justify-content:center;gap:var(--s2);width:100%;padding-bottom:var(--s1);grid-template-columns:repeat(7,minmax(0,84px));display:grid}.booking-sheet__header-date-strip .booking-date-pill{border-radius:16px;width:78px;min-height:78px}.booking-sheet__header-date-strip .booking-date-day{line-height:1}.booking-sheet__header-date-strip .booking-date-weekday,.booking-sheet__header-date-strip .booking-date-month{line-height:1.05}.booking-sheet__date-strip::-webkit-scrollbar{display:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=640px){.booking-sheet__body{padding:16px var(--s3) calc(var(--s6) + env(safe-area-inset-bottom,0px));gap:var(--s3)}.booking-sheet__header{gap:var(--s2);grid-template-columns:1fr}.booking-sheet__venue-selector{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.booking-sheet__venue-select-card{border-radius:16px;min-height:70px;padding:12px}.booking-sheet__venue-select-name{font-size:16px}.booking-sheet__venue-select-address{font-size:11px;line-height:1.15}.booking-sheet__header-date-strip{width:100%;display:flex;overflow-x:auto}.booking-sheet__header-date-strip .booking-sheet__date-strip{grid-template-columns:repeat(7,minmax(68px,1fr));gap:6px;width:100%}.booking-sheet__header-date-strip .booking-date-pill{border-radius:14px;width:auto;min-height:70px}.booking-sheet__mobile-date-strip{display:none}.booking-sheet__table-layout{gap:12px}.booking-sheet__venue-card{gap:10px;padding:12px}.booking-sheet__venue-card-layout .booking-sheet__table-layout{gap:6px}.booking-sheet__venue-card-layout .booking-sheet__room-map-wrap{width:100%}.booking-sheet__venue-card-layout .booking-sheet__room-shell{border-radius:16px;min-height:clamp(108px,28vw,138px)}.booking-sheet__venue-card-grid{padding-top:10px}.booking-sheet__room-map-wrap{width:calc(100vw - 72px);max-width:100%;padding-top:0}.booking-sheet__layout-panel-wrap,.booking-sheet__grid-panel{margin-top:0}.booking-sheet__mobile-date-strip .booking-sheet__date-strip{justify-content:flex-start}.booking-sheet__room-map{width:100%;max-width:100%;padding:2px 0 0}.booking-sheet__room-shell{border-radius:20px;min-height:clamp(148px,36vw,188px)}.booking-sheet__room-shape,.booking-sheet__room-pill,.booking-sheet__room-diamond,.booking-sheet__room-bench,.booking-sheet__room-ring,.booking-sheet__room-couch,.booking-sheet__layout-table{border-width:.9px}.booking-sheet__room-benches{gap:9%;bottom:7.4%;left:9%;right:6.6%}.booking-sheet__room-bench{height:5px}.booking-sheet__room-ring-stack{gap:4px;width:5.2%;top:43.4%;right:1.8%}.booking-sheet__layout-table--horizontal{width:14.6%}.booking-sheet__layout-table--vertical{width:9.8%}.booking-sheet__layout-table--1,.booking-sheet__layout-table--4{width:17%}.booking-sheet__layout-table--3,.booking-sheet__layout-table--6{width:10%}.booking-sheet__layout-table--1{top:24.2%;left:48.4%}.booking-sheet__layout-table--2{top:24.2%;left:28.4%}.booking-sheet__layout-table--3{top:35.8%;left:11.2%}.booking-sheet__layout-table--4{top:56.8%;left:28.4%}.booking-sheet__layout-table--5{top:56.8%;left:48.4%}.booking-sheet__layout-table--6{top:44%;left:71.8%}.booking-sheet__layout-table--7{top:51.9%;left:83.6%}.booking-sheet__room-shell--b2{--b2-wall-position:43%;aspect-ratio:3.1;padding:20px 3.6% 12px}.booking-sheet__b2-hall--left{gap:7px 9px;padding:19% 11% 13% 6%}.booking-sheet__b2-hall--right{gap:2px;padding:10% 22% 10% 16%}.booking-sheet__room-shell--b2 .booking-sheet__layout-table--horizontal{aspect-ratio:3.05;width:100%}.booking-sheet__b2-hall--right .booking-sheet__layout-table--horizontal{aspect-ratio:2.9}.booking-sheet__room-shell--b2 .booking-sheet__layout-table--vertical{aspect-ratio:.64;width:54%}.booking-sheet__b2-hall--left .booking-sheet__layout-table--1{width:84%}.booking-sheet__b2-ornament--couch{height:6px}.booking-sheet__b2-bench-row>span{height:4px}.booking-sheet__b2-bench-row--left,.booking-sheet__b2-bench-row--right{bottom:10%}.booking-sheet__b2-passage{width:clamp(22px,8%,34px)}.booking-sheet__b2-ring-stack{gap:3px;right:2.5%}.booking-sheet__layout-table-label{font-size:clamp(1rem,3.7vw,1.35rem)}.booking-sheet__date-strip{scrollbar-width:none;justify-content:flex-start;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.booking-sheet__date-strip .booking-date-pill{flex:0 0 72px;width:72px}}@media (width<=420px){.booking-sheet__room-map{width:calc(100vw - 56px)}.booking-sheet__room-shell{border-radius:18px;min-height:clamp(132px,38vw,164px)}.booking-sheet__room-arc-group--left-top{width:19%;left:5.2%}.booking-sheet__room-top-inline--center{width:32%;left:30%}.booking-sheet__room-right-cluster{width:24.6%;right:3.2%}.booking-sheet__room-pill--left{width:2.4%;left:3.8%}.booking-sheet__layout-table--horizontal{width:15.1%}.booking-sheet__layout-table--vertical{width:10.2%}.booking-sheet__layout-table--1,.booking-sheet__layout-table--4{width:17.4%}.booking-sheet__layout-table--3,.booking-sheet__layout-table--6{width:10%}.booking-sheet__layout-table--7{width:8%}.booking-sheet__layout-table--6{left:69%}.booking-sheet__layout-table--7{top:51%;left:83%}.booking-sheet__layout-table-label{font-size:clamp(.92rem,4vw,1.12rem)}}@media (width<=960px){:root{--hero-nav-size:18px;--hero-tagline-size:22px}.hero{background-position:38% bottom;padding:24px 24px 40px}.hero__nav-left{gap:14px 28px}.hero__content{min-height:72vh}.hero__wordmark{margin-left:-4px}.hero__cta{margin-top:28px;padding:18px 26px;font-size:18px}.about-strip{grid-template-columns:1fr}.about-strip__cell--bordered{border-right:0;border-bottom:1px solid var(--grey-mid)}.home-modal{padding:20px}.home-modal__content{grid-template-columns:1fr;padding:52px 28px 28px}}@media (width<=640px){:root{--hero-nav-size:16px;--hero-tagline-size:18px;--hero-wordmark-size:clamp(88px, 28vw, 140px)}.hero{background-position:44% bottom;background-size:240%;min-height:80svh}.hero__topbar{-webkit-overflow-scrolling:touch;flex-flow:row;align-items:center;gap:16px;padding-bottom:8px;overflow-x:auto}.hero__topbar::-webkit-scrollbar{display:none}.hero__nav-left{flex-wrap:nowrap;align-items:center;gap:0 20px}.hero__content{min-height:75svh;padding-bottom:24px}.hero__wordmark{line-height:.9}.hero__eyebrow{max-width:320px}.hero__cta{text-align:center;width:100%}.about-strip__cell{padding:24px}.home-modal{padding:12px}.home-modal__close{top:14px;right:14px}.home-modal__content{gap:24px;padding:48px 18px 18px}.home-modal__gallery--stacked{grid-template-columns:1fr}.home-modal__description,.home-modal__details{font-size:15px}}.booking-sheet__auth-panel{flex-direction:column;gap:14px;display:flex}.booking-sheet__auth-header{flex-direction:column;gap:4px;display:flex}.booking-sheet__auth-title{color:var(--white);font-size:clamp(1.2rem,2vw,1.6rem)}.booking-sheet__auth-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.booking-sheet__auth-card{--auth-accent:var(--white);color:var(--white);text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;transition:transform .18s,border-color .18s,background .18s;display:flex}.booking-sheet__auth-card:hover:not(:disabled){border-color:var(--auth-accent);background:#ffffff12;transform:translateY(-1px)}.booking-sheet__auth-card:disabled{opacity:.6;cursor:progress}.booking-sheet__auth-card-icon{width:40px;height:40px;color:var(--auth-accent);background:#00000059;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.booking-sheet__auth-card-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.booking-sheet__auth-card-title{font-family:var(--font-display), serif;text-transform:uppercase;letter-spacing:.04em;color:var(--white);font-size:15px;font-weight:900}.booking-sheet__auth-card-sub{color:#f2f0eb99;font-size:12px}.booking-sheet__auth-card-cta{color:var(--auth-accent);flex-shrink:0;font-size:18px}.booking-sheet__auth-user{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:8px;padding:10px 12px;display:flex;box-shadow:inset 0 1px #ffffff0f}.booking-sheet__auth-user-main{align-items:center;gap:10px;min-width:0;display:flex}.booking-sheet__auth-avatar{background:linear-gradient(135deg, var(--crimson), var(--crimson-dk));width:32px;height:32px;color:var(--white);font-family:var(--font-display), serif;text-transform:uppercase;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:900;display:inline-flex}.booking-sheet__auth-user-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.booking-sheet__auth-user-name-row{align-items:center;gap:8px;min-width:0;display:flex}.booking-sheet__auth-user-handle{color:var(--white);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.booking-sheet__auth-user-meta{color:#f2f0eb8c;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.booking-sheet__auth-confirm{color:#f2f0ebd6;background:#aa2b2924;border:1px solid #aa2b295c;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:12px;font-weight:700;display:flex}.booking-sheet__auth-confirm-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.booking-sheet__auth-confirm-actions button{color:var(--white);font-family:var(--font-display), serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#ffffff1a;border:0;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;transition:background .18s,transform .18s}.booking-sheet__auth-confirm-actions button:hover{background:#ffffff2e}.booking-sheet__auth-confirm-actions button:active{transform:translateY(1px)scale(.98)}.booking-sheet__auth-confirm-actions button:last-child{background:var(--crimson)}.booking-sheet__auth-upcoming-chips{flex:auto;justify-content:flex-end;align-items:center;gap:6px;min-width:120px;margin:0 0 0 auto;padding:0;list-style:none;display:flex;overflow:hidden}.booking-sheet__auth-upcoming-chip{color:#f2f0ebb8;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;grid-template-columns:minmax(0,auto) minmax(0,auto);align-items:center;gap:8px;min-width:0;max-width:188px;padding:5px 8px;display:inline-grid}.booking-sheet__auth-upcoming-chip-main,.booking-sheet__auth-upcoming-chip-meta{align-items:baseline;gap:5px;min-width:0;display:inline-flex}.booking-sheet__auth-upcoming-chip-main{color:#f2f0ebad;letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:800}.booking-sheet__auth-upcoming-chip-main strong{color:var(--yellow);font-variant-numeric:tabular-nums;font-size:11px;font-weight:900}.booking-sheet__auth-upcoming-chip-meta{color:#f2f0eb9e;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800;overflow:hidden}.booking-sheet__auth-upcoming-chip-meta span,.booking-sheet__auth-upcoming-chip-meta small{text-overflow:ellipsis;overflow:hidden}.booking-sheet__auth-upcoming-chip-meta small{color:#f2f0eb73;text-transform:lowercase;font-size:9px;font-weight:900}.booking-sheet__auth-bookings{flex-shrink:0;justify-items:end;gap:7px;margin-left:auto;display:grid;position:relative}.booking-sheet__auth-bookings-toggle{width:auto;max-width:100%;color:inherit;text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;grid-template-columns:auto auto;align-items:center;gap:8px;padding:6px 9px;transition:background .18s,border-color .18s,transform .18s;display:inline-grid}.booking-sheet__auth-bookings-toggle:hover{background:#ffffff14;border-color:#ffffff38}.booking-sheet__auth-bookings-toggle:active{transform:translateY(1px)scale(.98)}.booking-sheet__auth-bookings-title{color:#f2f0eb7a;font-family:var(--font-display), serif;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;font-size:9px;font-weight:900}.booking-sheet__auth-bookings-summary{min-width:18px;height:18px;color:var(--yellow);font-variant-numeric:tabular-nums;white-space:nowrap;background:#ddbf6f29;border-radius:999px;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:inline-flex;position:relative}.booking-sheet__auth-bookings-summary:after{content:"";background:var(--yellow);opacity:.65;border-radius:999px;width:6px;height:6px;transition:transform .18s,opacity .18s;position:absolute;bottom:-1px;right:-3px;box-shadow:0 0 0 2px #181817fa}.booking-sheet__auth-bookings-toggle[aria-expanded=true] .booking-sheet__auth-bookings-summary:after{opacity:1;transform:scale(1.35)}.booking-sheet__auth-booking-list{z-index:4;background:#181817fa;border:1px solid #ffffff1a;border-radius:16px;gap:0;width:min(340px,100vw - 48px);min-width:0;max-height:180px;margin:0;padding:10px 12px;list-style:none;display:grid;position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 18px 44px #0000005c}.booking-sheet__auth-booking-items{gap:0;margin:0;padding:0;list-style:none;display:grid}.booking-sheet__auth-booking-state{color:#f2f0eb9e;letter-spacing:.02em;margin:0;font-size:12px;font-weight:800}.booking-sheet__auth-booking-state--error{color:var(--terracotta)}.booking-sheet__auth-booking-item{border-top:1px solid #ffffff12;grid-template-columns:minmax(112px,auto) 1fr;align-items:center;gap:10px;padding:7px 0;display:grid}.booking-sheet__auth-booking-item:first-child{border-top:0;padding-top:0}.booking-sheet__auth-booking-item:last-child{padding-bottom:0}.booking-sheet__auth-booking-time,.booking-sheet__auth-booking-place{align-items:baseline;gap:6px;min-width:0;display:flex}.booking-sheet__auth-booking-time{color:var(--white);letter-spacing:.02em;white-space:nowrap;font-size:11px;font-weight:700}.booking-sheet__auth-booking-time strong{color:var(--yellow);font-size:12px;font-weight:900}.booking-sheet__auth-booking-place{text-align:right;justify-content:flex-end}.booking-sheet__auth-booking-place span{color:#f2f0ebe6;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:900}.booking-sheet__auth-booking-place small{color:#f2f0eb80;letter-spacing:.04em;text-transform:lowercase;white-space:nowrap;font-size:10px;font-weight:800}.booking-sheet__auth-signout{color:var(--white);font-family:var(--font-display), serif;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:1px solid #ffffff29;border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:10px;font-weight:700;transition:background .15s,border-color .15s}.booking-sheet__auth-signout:hover{background:#ffffff14;border-color:#ffffff52}.booking-sheet__auth-error{color:var(--terracotta);letter-spacing:.02em;font-size:13px;font-weight:700}.booking-sheet__auth-slot{flex-direction:column;gap:8px;width:100%;display:flex}.booking-sheet__auth-card-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.booking-sheet__auth-login-btn{--auth-accent:#229ed9;background:radial-gradient(circle at 12% 20%, color-mix(in srgb, var(--auth-accent) 18%, transparent), transparent 40%), #ffffff0a;width:100%;color:var(--white);text-align:left;cursor:pointer;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;padding:12px 14px;font-family:inherit;transition:transform .18s,border-color .18s,background .18s;display:flex}.booking-sheet__auth-login-btn:hover:not(:disabled){border-color:var(--auth-accent);background:radial-gradient(circle at 12% 20%, color-mix(in srgb, var(--auth-accent) 24%, transparent), transparent 42%), #ffffff12;transform:translateY(-1px)}.booking-sheet__auth-login-btn:disabled{opacity:.62;cursor:not-allowed}.booking-grid-slot:hover:not(:disabled),.booking-grid-slot:focus-visible:not(:disabled){outline:none;background:#f5c51814!important}.booking-grid-slot[aria-pressed=true]{box-shadow:inset 0 0 0 1px #f5c51873}.booking-sheet__inline-form{background:#ffffff0b;border:1px solid #f5c5182e;border-radius:18px;grid-template-columns:minmax(136px,.75fr) minmax(260px,1fr) auto;align-items:center;gap:12px;margin-top:12px;padding:10px 10px 10px 12px;display:grid}.booking-sheet__inline-form-head{color:var(--white);gap:3px;display:grid}.booking-sheet__inline-form-kicker,.booking-sheet__inline-field span,.booking-sheet__inline-form-result span{color:#f2f0eb7a;font-family:var(--font-display), serif;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:900}.booking-sheet__inline-form-head strong{text-transform:lowercase;font-size:18px;font-weight:900}.booking-sheet__inline-form-head small{color:#f2f0eb9e;font-size:12px;font-weight:800}.booking-sheet__inline-form-grid{grid-template-columns:minmax(84px,1fr) minmax(84px,1fr) auto;align-items:end;gap:8px;display:grid}.booking-sheet__inline-field{gap:5px;display:grid}.booking-sheet__time-wheel select{width:100%;min-height:46px;color:var(--white);font:inherit;font-variant-numeric:tabular-nums;text-align:center;text-align-last:center;appearance:none;background:linear-gradient(#ffffff12,#ffffff05),#181817f0;border:1px solid #ffffff24;border-radius:14px;padding:0 28px 0 12px;font-size:18px;font-weight:900;box-shadow:inset 0 1px #ffffff14}.booking-sheet__inline-form-result{min-width:72px;color:var(--yellow);background:#f5c5181a;border-radius:14px;gap:3px;padding:7px 10px;display:grid}.booking-sheet__inline-form-result strong{font-variant-numeric:tabular-nums;font-size:16px}.booking-sheet__inline-form-actions{justify-content:flex-end;align-self:end;display:flex}.booking-sheet__inline-form-submit{background:var(--yellow);min-height:38px;color:var(--black);font-family:var(--font-display), serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:0;border-radius:999px;padding:0 16px;font-size:11px;font-weight:900;transition:transform .16s,opacity .16s}.booking-sheet__inline-form-submit:active{transform:translateY(1px)scale(.98)}.booking-sheet__inline-form-submit:disabled{opacity:.48;cursor:not-allowed}.booking-sheet__inline-form-note,.booking-sheet__inline-form-error,.booking-sheet__inline-form-success{margin:0;font-size:12px;font-weight:800}.booking-sheet__inline-form-note{color:#f2f0eb9e}.booking-sheet__inline-form-error{color:var(--terracotta)}.booking-sheet__inline-form-success{color:var(--yellow)}@media (width<=920px){.booking-sheet__inline-form{grid-template-columns:1fr}.booking-sheet__inline-form-actions{justify-content:stretch}.booking-sheet__inline-form-submit{width:100%}}@media (width<=760px){.booking-sheet__inline-form-grid{grid-template-columns:1fr 1fr auto}}@media (width<=520px){.booking-sheet__inline-form-grid{grid-template-columns:1fr}}@media (width<=640px){.booking-sheet__auth-card-row{grid-template-columns:1fr}}@font-face{font-family:Coolvetica;src:url(/assets/coolvetica%20rg-e9cH7o45.ttf)format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Coolvetica Condensed;src:url(/assets/coolvetica%20condensed%20rg-nFIuw1Hr.ttf)format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Coolvetica Compressed;src:url(/assets/coolvetica%20compressed%20rg-Cd7lgt2s.ttf)format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Coolvetica Crammed;src:url(/assets/coolvetica%20crammed%20rg-C3NyI_9a.ttf)format("truetype");font-weight:900;font-style:normal;font-display:swap}:root{--crimson:#8d0000;--crimson-dk:#7a0a15;--yellow:#f5c518;--black:#0d0d0d;--white:#f2f0eb;--teal:#1a6b5a;--terracotta:#c4503a;--indigo:#3d2e7a;--royal:#2b4fd4;--grey:#1e1e1e;--grey-mid:#2e2e2e;--grey-light:#5a5a5a;--font-display:"Coolvetica", "Impact", "Arial Narrow", Arial, sans-serif;--s1:4px;--s2:8px;--s3:16px;--s4:24px;--s5:40px;--s6:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--font-display), serif;-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}.grain:after{content:"";pointer-events:none;z-index:1;border-radius:inherit;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.display{font-family:var(--font-display), serif;text-transform:uppercase;letter-spacing:-.01em;font-weight:900;line-height:.92}.label-caps{text-transform:uppercase;letter-spacing:.12em;color:var(--grey-light);font-size:11px;font-weight:700}@keyframes cta-pulse{0%,to{box-shadow:0 0 #f5c5188c}60%{box-shadow:0 0 0 14px #f5c51800}}.btn-cta{background:var(--yellow);color:var(--black);font-family:var(--font-display), serif;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;border:0;border-radius:2px;padding:18px 48px;font-size:18px;font-weight:900;text-decoration:none;display:inline-block}.btn-cta:hover{background:#ffd326}.btn-cta:active{box-shadow:none;transform:translateY(0)scale(.98)}.btn-nav{font-family:var(--font-display), serif;text-transform:uppercase;letter-spacing:.12em;color:var(--black);background:var(--yellow);border-radius:2px;padding:8px 20px;font-size:12px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-block}.btn-nav:hover{background:#ffd326;transform:translateY(-1px)}.glitch-hover:hover{transition:transform .1s;transform:skew(-2deg)scale(1.02)}.hard-border{border:4px solid var(--white);border-radius:40px;box-shadow:8px 8px #fff3}.hand-drawn-font{font-family:Comic Sans MS,Chalkboard SE,cursive}.booking-shell{background:radial-gradient(circle at top left, #f5c51814, transparent 28%), radial-gradient(circle at top right, #8d00002e, transparent 24%), var(--black);min-height:100dvh}.booking-page-main{max-width:1240px;padding:24px var(--s3) 40px;margin:0 auto}.booking-surface{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1e1e1edb;border:1px solid #ffffff14;border-radius:24px;position:relative;box-shadow:inset 0 1px #ffffff0d,0 18px 48px #0000003d}.booking-dot{background:currentColor;border-radius:999px;flex-shrink:0;width:8px;height:8px}.booking-date-strip-inline{margin-bottom:12px}.booking-hero-layout-section{padding:16px}.booking-section-header-compact{margin-bottom:10px}.booking-hero-layout-grid{grid-template-columns:1fr;align-items:start;gap:14px;display:grid}.booking-hero-layout-hall,.booking-hero-layout-schedule{min-width:0}.booking-section{margin-bottom:18px;padding:clamp(14px,2vw,20px)}.booking-section-tight{margin-bottom:14px;padding-top:14px;padding-bottom:14px}.booking-section-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:12px;margin-bottom:12px;display:flex}.booking-section-title{color:var(--white);margin-bottom:4px}.booking-section-copy{color:#f2f0ebad;max-width:58ch;font-size:13px;line-height:1.45}.booking-date-strip{scrollbar-width:thin;gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.booking-date-pill{aspect-ratio:1;width:100%;min-width:0;color:var(--white);cursor:pointer;text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:10px 0 9px;transition:transform .22s cubic-bezier(.16,1,.3,1),border-color .22s cubic-bezier(.16,1,.3,1),background .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1);display:flex}.booking-date-pill:hover{border-color:#f5c51838;transform:translateY(-2px)}.booking-date-pill[aria-pressed=true]{background:linear-gradient(#8d0000e6,#7a0a15f5);border-color:#f5c51857;box-shadow:inset 0 1px #ffffff1a,0 14px 32px #0000003d}.booking-date-day{font-size:22px;line-height:1.05}.booking-date-weekday{letter-spacing:.08em;margin-top:4px;font-size:9px;font-weight:700}.booking-date-month{color:#f2f0eb80;margin-top:2px;font-size:9px}.booking-date-pill[aria-pressed=true] .booking-date-month{color:#f2f0ebb8}.booking-legend{gap:var(--s3);color:var(--grey-light);flex-wrap:wrap;font-size:12px;display:flex}.booking-legend-item{align-items:center;gap:8px;display:inline-flex}@media (width<=980px){.booking-page-main{padding-left:var(--s3);padding-right:var(--s3)}.booking-hero-layout-grid{grid-template-columns:1fr}}.booking-list-section{margin-bottom:0}
