:root { --black:#0b0b09; --panel:#14120e; --line:rgba(245,239,221,.2); --cream:#f5efdd; --muted:#b7afa0; --orange:#ff7547; --green:#b9d779; --accent:#ff7547; --font-display:"Instrument Sans",sans-serif; --font-ui:"Manrope",sans-serif; color-scheme: dark; }
body { height: 100svh; overflow: hidden; background: var(--black); color: var(--cream); font-family: var(--font-ui); }
button { border: 0; }
.home-grid { height: 100svh; display: grid; grid-template-columns: minmax(0,2.35fr) minmax(300px,.95fr); gap: 12px; padding: 12px; }
.hero-card, .nav-card { position: relative; overflow: hidden; border-radius: 18px; background: #171714; isolation: isolate; }
.cover-image, .nav-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.cover-image { object-position: 50% 49%; animation: hero-in 1.25s cubic-bezier(.2,.7,.2,1) both; }
.hero-video { pointer-events: none; background: #0c0c0b; }
@keyframes hero-in { from { opacity: .2; transform: scale(1.07); } }
.image-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(5,5,4,.03),rgba(5,5,4,.08) 38%,rgba(5,5,4,.9)); }
.floating-nav { position: absolute; z-index: 5; top: clamp(20px,5vh,56px); left: clamp(20px,5vw,64px); display: flex; align-items: center; gap: 6px; min-height: 58px; padding: 6px; border: 1px solid var(--line); border-radius: 11px; background: rgba(11,11,10,.9); box-shadow: 0 16px 45px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.menu-icon { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 7px; background: transparent; cursor: pointer; }
.menu-icon i { display: block; width: 19px; height: 1.5px; background: var(--cream); }
.wordmark { padding: 0 20px 0 11px; font: 600 22px/1 var(--font-display); letter-spacing: .07em; text-decoration: none; }
.floating-nav nav { display: flex; align-self: stretch; }
.floating-nav nav button, .nav-book { padding: 0 18px; background: transparent; color: var(--cream); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.15; text-transform: uppercase; white-space: nowrap; transition: color .2s,background .2s; }
.floating-nav nav button:hover { color: #fff; }
.nav-book { min-width: 210px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 5px 10px 5px 5px; border: 1px solid var(--orange); border-radius: 8px; background: var(--orange); color: #15100c; text-align: left; box-shadow: 0 8px 26px rgba(255,117,71,.2); }
.nav-book-mark { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 6px; background: #17100c; transition: transform .25s ease; }
.nav-book-mark::before { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,117,71,.12); content: ""; }
.nav-book-copy { display: block; min-width: 0; }
.nav-book-copy small, .nav-book-copy strong { display: block; }
.nav-book-copy small { margin-bottom: 3px; font-size: 8px; font-weight: 800; letter-spacing: .12em; opacity: .62; }
.nav-book-copy strong { font-size: 11px; font-weight: 800; letter-spacing: .055em; }
.nav-book > i { font-size: 18px; font-style: normal; transition: transform .25s ease; }
.nav-book:hover { background: var(--cream); border-color: var(--cream); color: var(--black); }
.nav-book:hover .nav-book-mark { transform: rotate(12deg); }
.nav-book:hover > i { transform: translateX(3px); }
.hero-copy { position: absolute; z-index: 2; left: clamp(34px,6vw,82px); bottom: clamp(54px,7vh,76px); }
.hero-copy > p { margin: 0 0 18px 4px; color: rgba(245,239,221,.74); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; font: 500 clamp(68px,7.35vw,112px)/.79 var(--font-display); letter-spacing: -.055em; text-transform: uppercase; }
.hero-copy h1 span { display: block; }
.hero-copy h1 span:last-child { margin-left: .32em; }
.hero-copy h1 em { color: var(--orange); font-weight: 400; }
.hero-pitch { margin: 22px 0 0 25%; color: rgba(245,239,221,.82); font: 500 15px/1.55 var(--font-ui); }
.hero-actions { display: flex; gap: 8px; margin: 18px 0 0 25%; }
.hero-actions button { min-width: 136px; min-height: 48px; padding: 0 20px; border: 1px solid rgba(245,239,221,.42); border-radius: 7px; background: rgba(12,12,10,.46); color: var(--cream); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1.15; text-transform: uppercase; white-space: nowrap; backdrop-filter: blur(10px); transition: .2s; }
.hero-actions button:first-child { border-color: var(--orange); background: var(--orange); color: #17100c; }
.hero-actions button i { margin-left: 12px; font-size: 18px; font-style: normal; }
.hero-actions button:hover { border-color: var(--cream); background: var(--cream); color: var(--black); }
.hero-status { position: absolute; z-index: 2; right: 23px; bottom: 98px; display: grid; grid-template-columns: auto auto; gap: 3px 8px; min-width: 165px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 9px; background: rgba(11,11,9,.7); backdrop-filter: blur(12px); }
.hero-status i { grid-row: 1/3; align-self: center; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.hero-status span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-status strong { font: 600 13px/1.15 var(--font-display); }
.hero-meta { position: absolute; z-index: 2; left: clamp(34px,6vw,82px); right: 32px; bottom: 22px; display: flex; justify-content: space-between; color: rgba(245,239,221,.58); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.socials { position: absolute; z-index: 3; right: 22px; bottom: 48px; display: flex; gap: 7px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(12,12,11,.7); color: rgba(245,239,221,.86); font: 700 11px/1 var(--font-ui); text-decoration: none; text-transform: uppercase; backdrop-filter: blur(9px); transition: .2s; }
.socials a:hover { border-color: var(--cream); background: var(--cream); color: var(--black); }
.card-stack { min-height: 0; }
.card-track { height: 100%; display: grid; grid-template-rows: 1fr 1fr 1fr; gap: 12px; min-height: 0; }
.mobile-stack-head, .mobile-booking-bar { display: none; }
.nav-card { display: block; min-height: 0; width: 100%; padding: 0; color: var(--cream); cursor: pointer; text-align: left; }
.nav-card > img { filter: brightness(.78) saturate(.72); }
.card-menu > img { object-position: center 58%; }
.card-reserve > img { object-position: center 62%; }
.card-story > img { object-position: 41% center; }
.card-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,transparent 30%,rgba(5,5,4,.16) 58%,rgba(5,5,4,.94)); }
.nav-card::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; content: ""; pointer-events: none; }
.nav-card:hover > img { transform: scale(1.055); filter: brightness(.92) saturate(.9); }
.nav-card:hover .card-label i { transform: translateX(4px); border-color: var(--cream); }
.card-label { position: absolute; right: 12px; bottom: 11px; left: 12px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 9px 12px; padding: 11px 12px; border: 1px solid rgba(245,239,221,.13); border-radius: 9px; background: rgba(10,10,8,.7); backdrop-filter: blur(12px); }
.card-label small { grid-column: 1/-1; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.2; }
.card-label > span { min-width: 0; }
.card-label strong { display: block; font: 600 clamp(17px,1.5vw,22px)/1.08 var(--font-display); letter-spacing: -.015em; text-transform: uppercase; }
.card-label em { display: block; margin-top: 5px; color: rgba(245,239,221,.72); font-size: 10px; font-style: normal; font-weight: 500; letter-spacing: .01em; line-height: 1.3; white-space: normal; }
.card-label i { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--orange); border-radius: 50%; background: var(--orange); color: #17100c; font-size: 18px; font-style: normal; transition: .25s; }
.availability { position: absolute; top: 13px; right: 14px; display: flex; align-items: center; gap: 7px; min-height: 33px; padding: 7px 12px; border: 1px solid rgba(185,215,121,.5); border-radius: 999px; background: rgba(10,10,9,.78); color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); }
.availability i { width: 5px; height: 5px; border-radius: 50%; background: #93a974; box-shadow: 0 0 8px #93a974; animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.back-concepts { position: fixed; z-index: 20; left: 26px; bottom: 25px; display: none; min-height: 40px; align-items: center; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(12,12,11,.76); color: rgba(245,239,221,.82); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; backdrop-filter: blur(10px); }

.content-drawer { position: fixed; z-index: 110; inset: 0; display: grid; grid-template-columns: 1fr min(760px,100%); opacity: 0; transition: opacity .35s ease; }
.content-drawer.is-open { opacity: 1; }
.drawer-backdrop { grid-column: 1; grid-row: 1; background: rgba(0,0,0,.62); cursor: default; backdrop-filter: blur(4px); }
.drawer-panel { grid-column: 2; grid-row: 1; height: 100%; overflow-y: auto; padding: 42px clamp(28px,5vw,68px) 60px; background: #121210; box-shadow: -30px 0 100px rgba(0,0,0,.4); transform: translateX(100%); transition: transform .55s cubic-bezier(.22,.75,.18,1); }
.content-drawer.is-open .drawer-panel { transform: none; }
.drawer-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.drawer-index { display: block; margin-bottom: 25px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.drawer-panel h2 { margin: 0; font: 500 clamp(48px,5.5vw,74px)/.85 var(--font-display); letter-spacing: -.045em; text-transform: uppercase; }
.drawer-panel h2 em { color: var(--orange); font-weight: 400; }
.drawer-close { flex: 0 0 auto; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--cream); cursor: pointer; font-size: 20px; transition: .2s; }
.drawer-close:hover { background: var(--cream); color: var(--black); transform: rotate(8deg); }
.drawer-intro { max-width: 460px; margin: 28px 0 42px auto; color: var(--muted); font: 500 15px/1.7 var(--font-ui); }
.menu-list section { margin-top: 34px; }
.menu-list section > h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 12px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.menu-list section > h3 .section-mark { position: relative; width: 27px; height: 27px; display: block; border: 1px solid rgba(255,117,71,.4); border-radius: 7px; background: rgba(255,117,71,.09); }
.menu-list section > h3 .section-mark::before { position: absolute; top: 50%; left: 7px; width: 11px; height: 1px; background: var(--orange); content: ""; transform: translateY(-50%); }
.menu-list .menu-product { display: grid; grid-template-columns: 96px minmax(0,1fr) 116px; align-items: center; gap: 16px; padding: 13px 0; border-top: 1px solid var(--line); transition: border-color .2s,background .2s; }
.menu-product > img { width: 96px; height: 96px; display: block; border-radius: 10px; object-fit: cover; background: #211f19; filter: saturate(.82); transition: transform .35s ease,filter .35s ease; }
.menu-product:hover > img, .menu-product.has-items > img { transform: scale(1.035); filter: saturate(1); }
.menu-product-copy { min-width: 0; }
.menu-list .menu-product strong { display: block; font: 600 18px/1.22 var(--font-display); letter-spacing: -.01em; text-transform: uppercase; }
.menu-list .menu-product p { margin: 7px 0 0; color: #aaa397; font-size: 12px; line-height: 1.45; }
.chef-pick { display: inline-flex; align-items: center; min-height: 23px; margin-bottom: 9px; padding: 4px 8px; border-radius: 999px; background: rgba(185,215,121,.13); color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.chef-pick::before { width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: var(--green); content: ""; box-shadow: 0 0 8px var(--green); }
.menu-product-action { min-width: 0; display: grid; justify-items: end; gap: 13px; }
.menu-list .menu-product-action > b { color: var(--orange); font: 700 17px/1 var(--font-ui); }
.qty-control { display: grid; grid-template-columns: 34px 30px 34px; align-items: center; overflow: hidden; min-height: 34px; border: 1px solid rgba(245,239,221,.28); border-radius: 999px; background: rgba(255,255,255,.025); }
.qty-control button { width: 34px; height: 34px; padding: 0; background: transparent; color: var(--cream); cursor: pointer; font: 500 18px/1 var(--font-ui); transition: background .2s,color .2s; }
.qty-control button:hover { background: var(--cream); color: var(--black); }
.qty-control button:last-child { background: var(--orange); color: #17100c; }
.qty-control button:last-child:hover { background: var(--cream); }
.qty-control output { min-width: 30px; color: var(--cream); font-size: 12px; font-weight: 800; text-align: center; }
.menu-product.has-items { border-color: rgba(255,117,71,.58); }
.menu-product.has-items .qty-control { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,117,71,.07); }
.order-bar { position: sticky; z-index: 4; bottom: -42px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; margin: 28px -14px -28px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.36); border-radius: 11px; background: var(--cream); color: #17100c; box-shadow: 0 18px 50px rgba(0,0,0,.5); }
.order-bar > div strong, .order-bar > div small { display: block; }
.order-bar > div strong { font: 650 14px/1.2 var(--font-display); text-transform: uppercase; }
.order-bar > div small { margin-top: 4px; color: #726b5f; font-size: 9px; font-weight: 700; }
.order-bar > b { color: #17100c; font: 700 20px/1 var(--font-display); white-space: nowrap; }
.order-bar > button { min-height: 46px; display: inline-flex; align-items: center; gap: 13px; padding: 0 18px; border-radius: 7px; background: var(--orange); color: #17100c; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.order-bar > button:hover { background: #17100c; color: var(--cream); }
.order-bar > button i { font-size: 17px; font-style: normal; }
.menu-mode { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin: 35px 0 5px; padding: 5px; border: 1px solid var(--line); border-radius: 10px; background: #0c0b09; }
.menu-mode button { min-height: 50px; padding: 0 14px; border-radius: 6px; background: transparent; color: #a49e92; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; }
.menu-mode button.is-active { background: var(--orange); color: #17100c; }
.tasting-menu { margin-top: 36px; }
.tasting-head { display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.tasting-head span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tasting-head strong { color: var(--orange); font: 700 34px/1 var(--font-display); }
.tasting-menu ol { margin: 0; padding: 0; list-style: none; }
.tasting-menu li { display: grid; grid-template-columns: 28px 92px minmax(0,1fr); align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.tasting-menu li > span { color: var(--orange); font-size: 10px; font-weight: 800; }
.tasting-menu li > img { width: 92px; height: 72px; object-fit: cover; border-radius: 8px; filter: saturate(.88) contrast(1.04); transition: transform .3s ease, filter .3s ease; }
.tasting-menu li:hover > img { transform: scale(1.04); filter: saturate(1.05) contrast(1.04); }
.tasting-menu li strong { font: 600 16px/1.25 var(--font-display); text-transform: uppercase; }
.tasting-menu li p { margin: 5px 0 0; color: #aaa397; font-size: 12px; line-height: 1.4; }
.tasting-menu > p { color: var(--muted); font-size: 10px; line-height: 1.5; letter-spacing: .05em; text-transform: uppercase; }
.drawer-cta { width: 100%; min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 40px; padding: 12px 22px; border: 1px solid var(--orange); border-radius: 8px; background: var(--orange); color: #17100c; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; transition: .2s; }
.drawer-cta span { text-align: left; }
.drawer-cta small { display: block; margin-top: 6px; font-size: 10px; letter-spacing: .02em; line-height: 1.25; opacity: .7; }
.drawer-cta i { flex: 0 0 auto; font-size: 22px; font-style: normal; }
.drawer-cta:hover { border-color: var(--cream); background: var(--cream); color: var(--black); }
.story-image { width: 100%; aspect-ratio: 16/8.5; margin-top: 34px; border-radius: 10px; object-fit: cover; object-position: center; filter: saturate(.72); }
.story-copy > p { max-width: 510px; margin: 30px 0 45px; color: #bcb5a9; font: 500 16px/1.7 var(--font-ui); }
.story-copy dl { margin: 0; }
.story-copy dl > div { display: grid; grid-template-columns: 100px 1fr; padding: 16px 0; border-top: 1px solid var(--line); }
.story-copy dt { color: #989185; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.story-copy dd { margin: 0; font: 500 14px/1.5 var(--font-ui); }
.story-highlights { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 22px; }
.story-highlights div { padding: 15px; border: 1px solid var(--line); border-radius: 8px; }
.story-highlights strong { display: block; color: var(--orange); font: 600 30px/1 var(--font-display); }
.story-highlights span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-panel blockquote { margin: 28px 0; padding: 22px 0 22px 22px; border-left: 2px solid var(--orange); color: var(--cream); font: 500 20px/1.4 var(--font-display); }
.story-panel blockquote cite { display: block; margin-top: 13px; color: var(--orange); font: 800 10px/1.2 var(--font-ui); letter-spacing: .08em; text-transform: uppercase; }
.story-actions { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.story-actions .drawer-cta { margin-top: 30px; }
.story-actions > a { min-height: 44px; display: inline-flex; align-items: center; margin-top: 30px; color: var(--cream); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.panel-open { overflow: hidden; }

.booking-shell { z-index: 120; --book-bg:#15130f; --book-ink:#f5efdd; --book-muted:#a69f91; --book-line:rgba(245,239,221,.2); --book-accent:#ff7547; }
.booking-title, .booking-step h3, .date-chip strong, .guest-stepper strong, .booking-summary strong, .booking-code strong { font-family: var(--font-display); font-weight: 600; }
.booking-next { border-color: var(--orange); background: var(--orange); color: #17100c; }
.booking-next:hover { border-color: var(--cream); background: var(--cream); color: #121210; }
.booking-success .success-mark { color: #121210; }
.experience-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.experience-options label { position: relative; cursor: pointer; }
.experience-options input { position: absolute; opacity: 0; }
.experience-options label > span { min-height: 78px; display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 11px; padding: 12px 15px; border: 1px solid var(--book-line); border-radius: 8px; background: rgba(255,255,255,.02); transition: .2s; }
.experience-options label:has(input:checked) > span { border-color: var(--orange); background: var(--orange); color: #17100c; }
.experience-icon { grid-row: 1/3; width: 36px; height: 36px; display: grid; place-items: center; align-self: center; border-radius: 8px; background: rgba(255,117,71,.12); color: var(--orange); font: 800 11px/1 var(--font-ui); letter-spacing: .08em; }
.experience-options label:has(input:checked) .experience-icon { background: #17100c; color: var(--orange); }
.experience-options strong { font: 600 15px/1.25 var(--font-display); }
.experience-options small { margin-top: 4px; color: inherit; font-size: 10px; line-height: 1.25; opacity: .72; }
.time-chip { position: relative; }
.time-chip { min-height: 58px; line-height: 1.15; }
.time-chip small { display: block; margin-top: 4px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.time-chip:hover small, .time-chip.is-selected small { color: inherit; }
.booking-trust { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 14px; margin-top: 16px; color: var(--book-muted); font-size: 10px; font-weight: 700; letter-spacing: .01em; line-height: 1.35; }
.booking-trust span { display: inline-flex; align-items: center; gap: 8px; }
.booking-trust span::before { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(185,215,121,.1); content: ""; }
.booking-progress li, .booking-label, .booking-fields label { font-family: var(--font-ui); font-size: 11px; }
.booking-progress li { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; padding-top: 14px; letter-spacing: .07em; }
.booking-progress li i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--book-line); border-radius: 50%; background: rgba(255,255,255,.02); color: var(--book-muted); font: 800 8px/1 var(--font-ui); letter-spacing: .05em; }
.booking-progress li.is-active i, .booking-progress li.is-done i { border-color: var(--orange); background: var(--orange); color: #17100c; }
.booking-label { display: flex; align-items: center; gap: 8px; }
.booking-label > i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 6px; background: rgba(255,117,71,.12); color: var(--orange); font: 800 8px/1 var(--font-ui); letter-spacing: .04em; }
.booking-menu-selection { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -11px 0 24px; padding: 12px 14px; border: 1px solid rgba(185,215,121,.35); border-radius: 8px; background: rgba(185,215,121,.07); }
.booking-menu-selection span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.booking-menu-selection strong { font: 600 12px/1.3 var(--font-ui); text-align: right; }
.date-chip small, .date-chip span { font-size: 10px; }
.booking-summary span { font-size: 10px; }
.booking-next, .booking-back { border-radius: 8px; font-family: var(--font-ui); font-size: 11px; line-height: 1.2; white-space: normal; }
.booking-next i { margin-left: 8px; font-size: 18px; font-style: normal; vertical-align: -1px; }
.guest-stepper, .date-chip, .time-chip { border-radius: 8px; }
.best-time { border-color: rgba(185,215,121,.56); background: rgba(185,215,121,.04); }
.booking-empty { grid-column: 1/-1; min-height: 58px; display: grid; place-items: center; padding: 10px; border: 1px dashed var(--book-line); border-radius: 8px; color: var(--book-muted); font-size: 11px; line-height: 1.35; text-align: center; }
.booking-empty.is-loading { color: var(--orange); animation: availability-pulse 1s ease-in-out infinite alternate; }
.booking-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.booking-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; color: var(--book-muted); font-size: 11px; line-height: 1.45; cursor: pointer; }
.booking-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--orange); }
.booking-confirm-cues { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin-top: 16px; }
.booking-confirm-cues > span { min-height: 70px; display: grid; grid-template-columns: 30px minmax(0,1fr); grid-template-rows: auto auto; align-content: center; gap: 2px 9px; padding: 10px; border: 1px solid var(--book-line); border-radius: 8px; background: rgba(255,255,255,.025); }
.booking-confirm-cues i { grid-row: 1/3; width: 30px; height: 30px; display: grid; place-items: center; align-self: center; border-radius: 50%; background: var(--orange); color: #17100c; font: 900 8px/1 var(--font-ui); letter-spacing: .04em; }
.booking-confirm-cues b { align-self: end; color: var(--book-text); font-size: 10px; line-height: 1.2; }
.booking-confirm-cues small { align-self: start; color: var(--book-muted); font-size: 9px; line-height: 1.2; }
.booking-next:disabled { cursor: wait; opacity: .62; }
@keyframes availability-pulse { to { opacity: .48; } }

@media (max-width: 1020px) {
  .home-grid { grid-template-columns: minmax(0,1.72fr) minmax(280px,1fr); }
  .floating-nav { left: 28px; }
  .floating-nav nav { display: none; }
  .hero-copy { left: 42px; }
  .hero-copy h1 { font-size: clamp(70px,9vw,105px); }
  .hero-meta { left: 42px; }
  .hero-status { display: none; }
}

@media (max-width: 720px) {
  html { scroll-snap-type: y proximity; }
  body { height: auto; min-height: 100svh; overflow-x: hidden; overflow-y: auto; padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .home-grid { height: auto; display: block; padding: 8px; }
  .hero-card { min-height: calc(100svh - 16px); scroll-snap-align: start; }
  .cover-image { object-position: 50% 48%; }
  .floating-nav { top: max(12px, env(safe-area-inset-top)); left: 12px; right: 12px; justify-content: flex-start; min-height: 56px; padding: 5px; border-radius: 12px; }
  .menu-icon { flex: 0 0 auto; width: 44px; height: 44px; }
  .wordmark { flex: 1; padding: 0 8px; font-size: 21px; }
  .nav-book { min-width: 136px; grid-template-columns: 32px 1fr; align-self: stretch; gap: 8px; padding: 4px 8px 4px 4px; }
  .nav-book-mark { width: 32px; height: 32px; }
  .nav-book-copy small { display: none; }
  .nav-book-copy strong { font-size: 10px; letter-spacing: .035em; }
  .nav-book > i { display: none; }
  .hero-copy { left: 22px; right: 22px; bottom: 74px; }
  .hero-copy > p { margin: 0 0 15px; font-size: 9px; letter-spacing: .15em; text-align: center; }
  .hero-copy h1 { font-size: clamp(50px,14.5vw,68px); line-height: .84; text-align: center; }
  .hero-copy h1 span:last-child { margin-left: 0; }
  .hero-pitch { margin: 19px auto 0; max-width: 320px; font-size: 13px; line-height: 1.55; text-align: center; }
  .hero-actions { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8px; width: 100%; margin: 18px 0 0; }
  .hero-actions button { min-width: 0; min-height: 52px; padding: 0 12px; font-size: 10px; }
  .hero-actions button i { margin-left: 8px; }
  .hero-meta { left: 22px; right: 22px; bottom: 24px; justify-content: center; font-size: 9px; }
  .hero-meta span:last-child { display: none; }
  .socials { display: none; }
  .card-stack { margin: 26px 0 0; }
  .mobile-stack-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 4px 12px; color: var(--cream); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
  .mobile-stack-head small { color: var(--muted); font-size: 8px; letter-spacing: .08em; }
  .card-track { height: auto; display: flex; gap: 10px; overflow-x: auto; padding: 0 14px 12px 2px; scroll-padding-inline: 2px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .card-track::-webkit-scrollbar { display: none; }
  .nav-card { flex: 0 0 min(82vw,340px); height: clamp(340px,48svh,420px); min-height: 0; scroll-snap-align: start; }
  .card-label { right: 10px; bottom: 10px; left: 10px; padding: 13px; }
  .card-label strong { font-size: 22px; }
  .card-label em { font-size: 11px; }
  .card-label i { width: 44px; height: 44px; }
  .availability { top: 12px; right: 12px; min-height: 36px; }
  .mobile-booking-bar { position: fixed; z-index: 90; right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); left: 8px; min-height: 66px; display: flex; align-items: center; gap: 10px; padding: 6px; border: 1px solid rgba(245,239,221,.18); border-radius: 14px; background: rgba(12,12,10,.92); box-shadow: 0 16px 48px rgba(0,0,0,.42); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(calc(100% + 20px)); transition: opacity .25s ease, transform .35s cubic-bezier(.2,.75,.2,1), visibility .35s; }
  .mobile-booking-bar.is-visible { opacity: 1; visibility: visible; transform: none; }
  .mobile-booking-status { min-width: 0; display: flex; align-items: center; gap: 10px; padding-left: 8px; }
  .mobile-booking-status > i { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(185,215,121,.72); }
  .mobile-booking-status small, .mobile-booking-status strong { display: block; white-space: nowrap; }
  .mobile-booking-status small { margin-bottom: 3px; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-booking-status strong { font: 600 11px/1 var(--font-display); }
  .mobile-booking-bar > button { flex: 1; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 0 14px; border-radius: 9px; background: var(--orange); color: #17100c; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
  .mobile-booking-bar > button i { font-size: 17px; font-style: normal; }
  .panel-open .mobile-booking-bar, .booking-open .mobile-booking-bar { opacity: 0; visibility: hidden; transform: translateY(calc(100% + 20px)); }
  .content-drawer { display: block; background: rgba(0,0,0,.6); }
  .drawer-backdrop { position: absolute; inset: 0; }
  .drawer-panel { position: absolute; inset: 0; height: 100dvh; padding: max(26px, env(safe-area-inset-top)) 20px calc(104px + env(safe-area-inset-bottom)); border-radius: 0; overscroll-behavior: contain; transform: translateY(105%); }
  .content-drawer.is-open .drawer-panel { transform: none; }
  .drawer-panel > header { padding: 2px 54px 24px 0; }
  .drawer-index { margin-bottom: 18px; font-size: 9px; }
  .drawer-panel h2 { font-size: clamp(42px,11.5vw,58px); line-height: .87; }
  .drawer-close { position: fixed; z-index: 3; top: max(18px, env(safe-area-inset-top)); right: 18px; width: 46px; height: 46px; background: rgba(18,18,16,.88); backdrop-filter: blur(12px); }
  .drawer-intro { margin: 24px 0 28px; font-size: 14px; line-height: 1.6; }
  .menu-mode { margin-top: 24px; }
  .qty-control { grid-template-columns: 42px 30px 42px; min-height: 42px; }
  .qty-control button { width: 42px; height: 42px; }
  .order-bar { bottom: calc(8px + env(safe-area-inset-bottom)); margin: 24px 0 0; }
  .story-actions { grid-template-columns: 1fr; }
  .story-actions > a { margin-top: 0; text-align: center; }
  .booking-shell { background: #15130f; }
  .booking-panel { inset: 0; height: 100dvh; padding: max(22px, env(safe-area-inset-top)) 18px calc(108px + env(safe-area-inset-bottom)); border-radius: 0; overscroll-behavior: contain; }
  .booking-head { margin-bottom: 20px; padding-right: 52px; }
  .booking-kicker { margin-bottom: 6px; font-size: 9px; }
  .booking-title { font-size: clamp(31px,9vw,38px); line-height: .94; }
  .booking-close { position: fixed; z-index: 3; top: max(18px, env(safe-area-inset-top)); right: 18px; width: 46px; height: 46px; background: rgba(21,19,15,.9); backdrop-filter: blur(12px); }
  .booking-progress { gap: 6px; margin-bottom: 26px; }
  .booking-progress li { grid-template-columns: 25px minmax(0,1fr); gap: 6px; padding-top: 11px; font-size: 8px; letter-spacing: .04em; }
  .booking-progress li i { width: 25px; height: 25px; }
  .booking-step h3 { font-size: 28px; }
  .booking-step > p { margin-bottom: 21px; font-size: 13px; line-height: 1.55; }
  .booking-label { margin: 20px 0 10px; }
  .experience-options label > span { min-height: 74px; grid-template-columns: 32px 1fr; padding: 10px 12px; }
  .experience-icon { width: 32px; height: 32px; }
  .date-grid { gap: 4px; }
  .date-chip { min-height: 76px; padding: 11px 2px 10px; }
  .date-chip strong { font-size: 22px; }
  .booking-row { gap: 0; }
  .guest-stepper button { width: 52px; }
  .booking-trust { justify-content: flex-start; gap: 12px 20px; }
  .booking-actions { position: static; margin-top: 24px; }
}

@media (max-width: 410px) {
  .floating-nav { left: 14px; right: 14px; }
  .wordmark { font-size: 19px; }
  .nav-book { min-width: 128px; }
  .hero-copy h1 { font-size: 14.5vw; }
  .menu-list .menu-product { grid-template-columns: 78px minmax(0,1fr); gap: 12px; padding: 14px 0; }
  .menu-product > img { width: 78px; height: 78px; }
  .menu-product-action { grid-column: 2; display: flex; align-items: center; justify-content: space-between; width: 100%; }
  .menu-list .menu-product strong { font-size: 16px; }
  .order-bar { grid-template-columns: 1fr auto; gap: 10px; }
  .order-bar > button { grid-column: 1/-1; justify-content: space-between; }
  .booking-progress li { grid-template-columns: 24px 1fr; gap: 5px; font-size: 8px; }
  .booking-progress li i { width: 24px; height: 24px; }
  .tasting-menu li { grid-template-columns: 22px 72px minmax(0,1fr); gap: 9px; }
  .tasting-menu li > img { width: 72px; height: 60px; }
  .booking-confirm-cues { grid-template-columns: 1fr; }
  .booking-confirm-cues > span { min-height: 58px; }
}

@media (max-width: 360px) {
  .wordmark { font-size: 17px; }
  .nav-book { min-width: 108px; display: block; padding: 0 8px; text-align: center; }
  .nav-book-mark { display: none; }
  .hero-actions button { min-width: 0; padding-inline: 10px; font-size: 10px; }
  .experience-options { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .cover-image, .nav-card > img { animation: none; }
}
