: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__header{justify-content:start;align-items:start;column-gap:18px;row-gap:var(--s2);grid-template-columns:minmax(0,1fr) auto;display:grid}.booking-sheet__header-copy{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.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;color:#1f1f1f;cursor:pointer;background:#d9d9d9;border:1px solid #ffffff42;border-radius:1px;justify-content:center;align-items:center;transition:transform .22s cubic-bezier(.16,1,.3,1),background-color .22s cubic-bezier(.16,1,.3,1),border-color .22s cubic-bezier(.16,1,.3,1),color .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;box-shadow:inset 0 1px #ffffff42}.booking-sheet__layout-table:active{transform:translateY(0)scale(.98)}.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%}@media (hover:hover) and (pointer:fine){.booking-sheet__layout-table:hover,.booking-sheet__layout-table:focus-visible{background:color-mix(in srgb, var(--table-accent) 82%, black 18%);border-color:color-mix(in srgb, var(--table-accent) 74%, white 26%);color:#fffffff5;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff2e}}@media (hover:none),(pointer:coarse){.booking-sheet__layout-table:active,.booking-sheet__layout-table:focus-visible{background:color-mix(in srgb, var(--table-accent) 82%, black 18%);border-color:color-mix(in srgb, var(--table-accent) 74%, white 26%);color:#fffffff5;transform:translateY(-1px)scale(.98);box-shadow:inset 0 1px #ffffff2e}}.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:20px var(--s3) calc(var(--s6) + env(safe-area-inset-bottom,0px))}.booking-sheet__header{align-items:stretch;gap:var(--s2);flex-direction:column}.booking-sheet__header-date-strip{display:none}.booking-sheet__mobile-date-strip{margin-bottom:var(--s2);display:block}.booking-sheet__table-layout{gap:12px}.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__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}}@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}
