@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#151816;--panel:#1e221f;--muted:#a9afa7;--line:#343a33;--orange:#ff8a3d;--white:#f6f5ee}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--white);font:16px/1.5 'DM Sans',sans-serif}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--orange);outline-offset:4px}button:disabled{opacity:.4;cursor:not-allowed}header{border-bottom:1px solid var(--line);background:#151816f5;position:sticky;top:0;z-index:20}.nav{max-width:1400px;margin:auto;min-height:92px;padding:18px 44px;display:flex;align-items:center;gap:50px}.brand{display:flex;align-items:center;gap:12px}.brand-symbol{width:43px;height:46px;border:2px solid var(--orange);display:grid;place-items:center;font:800 34px 'Barlow Condensed',sans-serif;color:var(--orange);transform:skew(-6deg)}.brand-name{font:800 29px/.9 'Barlow Condensed',sans-serif;letter-spacing:1px}.brand-name small{display:block;font:600 12px 'DM Sans',sans-serif;letter-spacing:2.6px;margin-top:7px}.nav-links{display:flex;gap:28px;margin-left:auto;font-size:14px}.nav-links a:first-child{color:var(--orange)}.cart-link{background:var(--orange);border:0;color:#191b16;border-radius:7px;padding:12px 18px;font-weight:700;display:flex;gap:12px;align-items:center}.cart-link span{background:#1b201b;color:white;font-size:12px;min-width:23px;padding:2px 6px;border-radius:4px}.demo-bar{max-width:1312px;margin:0 auto;padding:12px 0;font-size:13px;color:var(--muted);display:flex;gap:10px;align-items:center}.demo-bar b{font-size:11px;letter-spacing:1.2px;border:1px solid #5a604f;border-radius:4px;padding:3px 7px;color:#d6dacd;white-space:nowrap}main{max-width:1400px;margin:auto;padding:0 44px 64px}.hero{position:relative;min-height:336px;overflow:hidden;border:1px solid #424a3c;border-radius:12px;background:#242a22;display:flex;align-items:center}.hero img{position:absolute;width:65%;height:100%;right:0;object-fit:cover;object-position:center 54%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#252c23 0%,#252c23 33%,#252c23b3 48%,#252c2300 72%)}.hero-copy{z-index:1;position:relative;padding:35px 42px;max-width:620px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--orange);display:flex;gap:10px;align-items:center}.eyebrow:before{content:'';width:24px;height:2px;background:var(--orange)}h1,h2,h3,p{margin:0}h1{font:800 clamp(44px,5.4vw,74px)/.95 'Barlow Condensed',Impact,sans-serif;letter-spacing:-.5px;margin:18px 0}h1 em{font-style:normal;color:var(--orange)}.hero p{color:#c0c6b9;font-size:15px;max-width:310px;margin-bottom:24px}.primary{background:var(--orange);color:#171c16;border:0;padding:13px 18px;border-radius:6px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:20px}.primary:hover,.cart-link:hover{background:#ffa05f}.hero-note{position:absolute;right:22px;bottom:18px;z-index:2;color:#fff9;font-size:12px}.section-top{display:flex;align-items:end;justify-content:space-between;margin:36px 0 24px;gap:20px}.section-top h2{font:700 36px 'Barlow Condensed',sans-serif}.section-top p{color:var(--muted);font-size:14px}.section-top .label{font-size:12px;color:var(--muted);letter-spacing:1px}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.categories{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.category{border:1px solid var(--line);border-radius:6px;color:#cbd0c6;background:transparent;font-size:14px;padding:10px 17px}.category[aria-pressed=true]{color:#182018;background:#f0f0e4;border-color:#f0f0e4;font-weight:700}.category:hover{border-color:#a4ad9b}.menu-title{display:flex;align-items:center;gap:13px;margin:0 0 15px}.menu-title h3{font:700 24px 'Barlow Condensed',sans-serif}.menu-title span{color:var(--muted);font-size:13px}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.food-card{border:1px solid var(--line);border-radius:9px;background:var(--panel);overflow:hidden;display:flex;flex-direction:column}.food-photo{height:190px;position:relative;overflow:hidden;background:#2a3027}.food-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.food-card:hover .food-photo img{transform:scale(1.035)}.tag{position:absolute;top:14px;left:14px;background:var(--orange);padding:4px 8px;border-radius:3px;font-size:11px;letter-spacing:.8px;color:#172016;font-weight:800}.food-body{padding:21px;display:flex;flex-direction:column;flex:1}.food-body h3{font:700 27px 'Barlow Condensed',sans-serif;line-height:1.1;margin-bottom:10px}.food-body p{font-size:14px;line-height:1.65;color:var(--muted);margin-bottom:12px}.allergen{font-size:12px;color:#909a8b;margin-top:auto}.food-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:19px;gap:12px}.price{font-size:19px;font-weight:700}.add{border:1px solid #64664e;color:var(--orange);background:transparent;padding:9px 12px;border-radius:5px;font-size:13px;font-weight:700;white-space:nowrap}.add:hover{background:var(--orange);border-color:var(--orange);color:#172016}.add b{font-size:19px;margin-right:7px}.cart{position:sticky;top:116px;border:1px solid var(--line);border-radius:10px;background:var(--panel);overflow:hidden}.cart-head{padding:22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.cart-head h2{font:700 28px 'Barlow Condensed',sans-serif}.cart-head span{color:var(--muted);font-size:13px}.cart-body{padding:22px}.empty-cart{padding:20px 4px 34px;text-align:center;color:var(--muted)}.empty-cart svg{margin-bottom:12px;color:#697260}.empty-cart strong{display:block;font-size:16px;font-weight:500;color:#e0e4d8;margin-bottom:6px}.empty-cart p{font-size:13px}.cart-item{padding:0 0 18px;margin-bottom:17px;border-bottom:1px solid var(--line)}.cart-item-top{display:flex;justify-content:space-between;gap:8px;font-size:14px;font-weight:600}.quantity{display:flex;align-items:center;gap:12px;margin-top:12px;font-size:14px}.quantity button{width:28px;height:28px;color:var(--white);border:1px solid #505a48;background:transparent;border-radius:4px}.quantity .remove{margin-left:auto;border:none;color:var(--muted);width:auto;font-size:12px}.sum-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:9px;color:var(--muted)}.sum-row.total{padding-top:14px;margin-top:14px;border-top:1px dashed #46513f;font-weight:700;font-size:18px;color:var(--white)}.cart .primary{width:100%;margin-top:10px;font-size:14px}.small-note{font-size:12px;color:var(--muted);text-align:center;margin-top:12px}.cart-foot{border-top:1px solid var(--line);padding:14px 22px;font-size:12px;color:var(--muted);display:flex;align-items:center;gap:10px}.below-note{margin-top:24px;font-size:12px;color:var(--muted);max-width:720px}.about{margin-top:46px;padding:24px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:32px}.about h2{font:700 25px 'Barlow Condensed',sans-serif}.about p{color:var(--muted);font-size:14px;max-width:700px}footer{max-width:1400px;margin:auto;padding:23px 44px 30px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}dialog{background:var(--panel);color:var(--white);border:1px solid #515b47;border-radius:12px;width:min(560px,calc(100% - 28px));padding:28px;max-height:90dvh}dialog::backdrop{background:#060a08bd;backdrop-filter:blur(4px)}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.modal-head h2{font:700 32px 'Barlow Condensed',sans-serif}.close{background:none;border:0;color:var(--muted);font-size:30px;line-height:1;padding:6px}.form-note{font-size:14px;background:#ff8a3d0c;border:1px solid #79603f;padding:12px;border-radius:5px;color:#dbc6aa;margin-bottom:18px}.switch{display:flex;gap:8px;margin-bottom:20px}.switch label{flex:1;background:#151a14;padding:12px;border:1px solid var(--line);border-radius:5px;font-size:14px;cursor:pointer}.switch label:has(input:checked){border-color:var(--orange)}input[type=radio]{accent-color:var(--orange)}.field{display:block;font-size:14px;margin-bottom:15px}.field input,.field textarea{display:block;width:100%;margin-top:7px;border:1px solid #485040;background:#151a14;color:var(--white);padding:12px;border-radius:5px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field textarea{resize:vertical;min-height:80px}.modal-total{display:flex;justify-content:space-between;margin:20px 0;font-weight:700}.full{width:100%}.success-mark{font-size:36px;color:var(--orange);margin:15px 0}.success p{color:var(--muted);margin-bottom:20px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--orange);color:#172016;z-index:50;padding:12px 22px;border-radius:7px;font-size:14px;box-shadow:0 5px 30px #0005;text-align:center}.toast[hidden]{display:none}[hidden]{display:none!important}.mobile-cart{display:none}svg{vertical-align:middle;flex-shrink:0}@media(min-width:1400px){.hero{min-height:355px}}@media(max-width:1100px){.nav{padding:18px 28px}main{padding:0 28px 40px}.demo-bar{padding:12px 28px}.order-layout{grid-template-columns:minmax(0,1fr) 290px;gap:20px}.food-body{padding:16px}.add{font-size:12px;padding:8px}.food-photo{height:155px}.food-bottom{gap:6px}.price{font-size:17px}.hero-copy{padding:30px}.hero img{width:70%}}@media(max-width:850px){.order-layout{grid-template-columns:1fr}.cart{position:static}.cart-body{padding:20px}.nav-links{display:none}.cart-link{margin-left:auto}.hero{min-height:310px}.hero-copy{max-width:490px}.hero img{width:80%}.hero:after{background:linear-gradient(90deg,#252c23 5%,#252c23d9 45%,#252c2333 100%)}.hero-note{font-size:11px}.food-photo{height:210px}.food-body{padding:21px}.price{font-size:19px}.add{font-size:14px}.about{display:block}.about h2{margin-bottom:12px}.mobile-cart{display:flex;position:fixed;bottom:14px;left:20px;right:20px;border:0;background:var(--orange);color:#171c16;justify-content:space-between;padding:16px;border-radius:8px;font-weight:700;z-index:19;box-shadow:0 7px 30px #0006}body:has(.mobile-cart:not([hidden])) footer{padding-bottom:95px}}@media(max-width:520px){.nav{padding:16px 20px;min-height:80px;gap:14px}.brand-name{font-size:25px}.brand-name small{font-size:10px}.brand-symbol{width:35px;height:39px;font-size:28px}.cart-link{padding:10px 12px;font-size:13px}.cart-link svg{display:none}main{padding:0 20px 25px}.demo-bar{padding:11px 20px;font-size:12px;align-items:flex-start}.demo-bar b{margin-top:2px}.hero-copy{padding:26px 23px}.hero{min-height:340px}.hero p{max-width:220px;font-size:14px}.hero img{width:100%;object-position:65% center}.hero:after{background:linear-gradient(90deg,#252c23f0,#252c23a3 65%,#252c2355)}h1{font-size:55px}.hero-note{bottom:9px;right:12px}.section-top{margin:26px 0 20px;align-items:start}.section-top h2{font-size:33px}.section-top .label{display:none}.section-top p{font-size:13px}.categories{gap:6px}.category{padding:9px 11px;font-size:13px}.menu-grid{grid-template-columns:1fr}.food-photo{height:220px}.food-body{padding:22px}.food-body h3{font-size:29px}.food-bottom{margin-top:16px}.about{margin-top:30px}footer{padding:20px;gap:20px;flex-wrap:wrap}.form-row{grid-template-columns:1fr;gap:0}dialog{padding:22px}.hero .eyebrow{font-size:10px}}
.weekly-public{margin:32px 0;padding:28px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.weekly-public h2{font:700 34px 'Barlow Condensed',sans-serif;margin-bottom:18px}.weekly-public p{white-space:pre-wrap;line-height:1.8;overflow-wrap:anywhere}.weekly-public img{display:block;max-width:100%;max-height:1100px;margin:20px auto 0;object-fit:contain}.food-body p{white-space:pre-wrap;overflow-wrap:anywhere}.food-body h3{overflow-wrap:anywhere}
/* Featured dishes keep the existing Arena hero, with a readable photo caption. */
.gallery-panel{position:absolute;right:22px;bottom:22px;z-index:3;max-width:44%;display:flex;align-items:center;gap:18px;padding:14px 16px;border:1px solid #ffffff38;border-radius:9px;background:#151816ed}.gallery-caption{display:grid;gap:4px;min-width:0}.gallery-caption strong{font-size:18px;line-height:1.25;overflow-wrap:anywhere}.gallery-caption span{font-size:16px;color:var(--orange)}.gallery-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.gallery-controls button{width:44px;height:44px;border:1px solid #ffffff66;border-radius:6px;background:#252c23;color:white;font-size:28px}.gallery-controls button:hover{background:var(--orange);color:#151816}.gallery-controls span{font-size:14px;white-space:nowrap}.hero.has-gallery .hero-copy{max-width:55%}
@media(max-width:850px){.hero.has-gallery{padding-bottom:116px}.hero.has-gallery .hero-copy{max-width:100%}.gallery-panel{left:22px;right:22px;bottom:18px;max-width:none;justify-content:space-between}.hero.has-gallery img{top:0}.gallery-caption strong{font-size:16px}}
@media(max-width:400px){.gallery-panel{gap:8px;padding:10px;left:12px;right:12px}.gallery-controls{gap:4px}.gallery-controls button{width:40px}.hero.has-gallery h1{font-size:clamp(36px,12vw,55px)}}
.hero .gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:64px;display:grid;place-items:center;padding:0 0 5px;border:1px solid #ffffff88;border-radius:9px;background:var(--orange);color:#151816;font:400 48px/1 Arial,sans-serif;box-shadow:0 4px 18px #0006}.gallery-prev{left:10px}.gallery-next{right:10px}.hero .gallery-arrow:hover:not(:disabled){background:#ffad76}.hero .gallery-arrow:disabled{opacity:.45}.hero.has-gallery .hero-copy{padding-left:72px}.hero.has-gallery .gallery-panel{right:72px}
@media(max-width:850px){.hero .gallery-arrow{width:40px;height:54px}.gallery-prev{left:6px}.gallery-next{right:6px}.hero.has-gallery .hero-copy{padding-left:56px;padding-right:56px}.hero.has-gallery .gallery-panel{right:22px}}
.hero.has-gallery{display:block;padding-bottom:0;touch-action:pan-y}.hero.has-gallery:after{display:none}.gallery-track{width:100%;display:flex;align-items:stretch;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.gallery-slide{position:relative;flex:0 0 100%;min-width:0;min-height:390px;display:flex;align-items:center;overflow:hidden;background:#252c23}.gallery-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#252c23 0%,#252c23 28%,#252c23b3 50%,transparent 80%)}.hero.has-gallery .gallery-slide img{top:0;width:70%;height:100%;object-fit:cover}.hero.has-gallery .gallery-slide .hero-copy{padding:40px 72px 76px;max-width:62%;width:100%}.gallery-slide h2{font:800 clamp(36px,4.5vw,62px)/1.03 'Barlow Condensed',Impact,sans-serif;margin:18px 0;color:var(--orange);overflow-wrap:anywhere}.hero .gallery-slide p{font-size:16px;max-width:440px;white-space:pre-line;overflow-wrap:anywhere;margin-bottom:18px}.gallery-price{display:block;font-size:24px;margin-bottom:20px}.gallery-dots{position:absolute;z-index:4;bottom:14px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;flex-wrap:wrap;max-width:70%;padding:0 8px;border-radius:20px;background:#15181666}.gallery-dots button{width:28px;height:32px;border:0;padding:0;background:transparent;display:grid;place-items:center}.gallery-dots button:before{content:'';width:7px;height:7px;border-radius:50%;background:#ffffff55;transition:background .2s,transform .2s}.gallery-dots button[aria-pressed=true]:before{background:#ffffffe0;transform:scale(1.2)}.gallery-dots button:hover:before{background:#ffffffb3}
@media(max-width:850px){.hero.has-gallery .gallery-slide .hero-copy{max-width:100%;padding:34px 56px 70px}.hero.has-gallery .gallery-slide img{width:100%}.gallery-slide:after{background:linear-gradient(90deg,#252c23ed,#252c23b3 65%,#252c2355)}.gallery-slide{min-height:420px}.gallery-slide h2{font-size:clamp(32px,7vw,48px)}}
@media(prefers-reduced-motion:reduce){.gallery-track,.gallery-dots button:before{transition:none}}
