:root{--ink:#172019;--muted:#6e756f;--paper:#f5f2e9;--card:#fffdf8;--line:#dedbd1;--lime:#d8f25d;--olive:#374431;--red:#bc4b36;--shadow:0 18px 55px #1b25171a;--radius:22px;--serif:"Iowan Old Style","Palatino Linotype",Georgia,serif;--sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.45 var(--sans)}button,input,select,textarea{font:inherit}button{color:inherit;cursor:pointer}button:disabled{opacity:.42;cursor:not-allowed}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}[hidden]{display:none!important}.eyebrow{display:block;font-size:11px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.primary,.soft,.dark-button{border:0;border-radius:13px;padding:13px 16px;font-weight:800}.primary{background:var(--lime);color:#15200f}.primary span{margin-left:12px}.soft{border:1px solid #ffffff47;background:#ffffff14;color:#fff;backdrop-filter:blur(12px)}.dark-button{background:var(--ink);color:#fff}.big{min-height:52px}.round{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff}.round.ghost{border-color:#ffffff3d;background:#ffffff16;color:#fff}.lang{width:42px;height:42px;border:0;border-radius:50%;background:var(--lime);font-weight:850}.wordmark{display:flex;align-items:center;gap:10px;color:#fff}.wordmark b{font-size:31px;line-height:1}.wordmark span{padding-left:10px;border-left:1px solid #ffffff60;font-size:10px;font-weight:800;letter-spacing:.13em}.toast{position:fixed;z-index:1000;right:18px;bottom:104px;left:18px;max-width:440px;margin:auto;padding:14px 16px;border-radius:14px;background:#182219;color:#fff;box-shadow:var(--shadow);font-size:14px;font-weight:750;text-align:center}

/* Welcome */
.welcome{min-height:100vh;background:#191d19}.welcome-top{position:absolute;z-index:5;top:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:22px max(22px,calc((100vw - 1200px)/2))}.welcome-top>div{display:flex;gap:8px}.welcome-hero{position:relative;min-height:76vh;overflow:hidden}.welcome-hero>img{position:absolute;width:100%;height:100%;object-fit:cover}.welcome-shade{position:absolute;inset:0;background:linear-gradient(90deg,#10150eea 0%,#12160fa6 43%,#11160f22 75%),linear-gradient(0deg,#141914d9 0%,transparent 45%)}.welcome-copy{position:relative;z-index:2;display:flex;min-height:76vh;max-width:1200px;margin:auto;padding:140px 24px 96px;flex-direction:column;justify-content:center;color:#fff}.welcome-copy .eyebrow{color:var(--lime)}.welcome-copy h1{max-width:790px;margin:12px 0 18px;font:400 clamp(48px,8vw,96px)/.93 var(--serif);letter-spacing:-.055em}.welcome-copy h1 em{color:var(--lime);font-weight:400}.welcome-copy>p{max-width:580px;margin:0 0 27px;color:#ffffffbd;font-size:18px}.welcome-actions{display:flex;gap:10px}.welcome-actions .soft{display:flex;align-items:center;gap:22px}.welcome-actions small{font-size:11px;opacity:.7}.open-status{position:absolute;z-index:4;right:max(24px,calc((100vw - 1200px)/2));bottom:30px;display:flex;align-items:center;gap:12px;border:1px solid #ffffff36;border-radius:15px;padding:12px 15px;background:#162017bd;color:#fff;backdrop-filter:blur(15px)}.open-status i{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px #d8f25d1e}.open-status span,.open-status b,.open-status small{display:block;text-align:left}.open-status small{color:#ffffff9c;font-size:11px}.welcome-content{max-width:1200px;margin:auto;padding:56px 24px 80px;color:#fff}.welcome-section-head{display:flex;align-items:end;justify-content:space-between;margin:0 0 20px}.welcome-section-head .eyebrow{color:var(--lime)}.welcome-section-head h2{margin:4px 0 0;font:400 36px/1.1 var(--serif)}.welcome-section-head button{border:0;background:transparent;color:#ffffffb0}.welcome-events{display:grid;margin-bottom:54px;grid-template-columns:repeat(2,1fr);gap:16px}.welcome-event{position:relative;min-height:260px;overflow:hidden;border-radius:24px;text-align:left}.welcome-event img{position:absolute;width:100%;height:100%;object-fit:cover}.welcome-event:after{position:absolute;inset:0;background:linear-gradient(0deg,#101510e6,transparent 72%);content:""}.welcome-event>div{position:absolute;z-index:2;right:22px;bottom:22px;left:22px;display:flex;align-items:end;justify-content:space-between}.welcome-event b{display:block;font:400 27px/1.1 var(--serif)}.welcome-event small{color:#ffffffa7}.welcome-event time{border-radius:12px;padding:10px 12px;background:var(--lime);color:#192018;font-weight:900;text-align:center}.welcome-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.welcome-cat{display:flex;min-height:130px;align-items:flex-end;justify-content:space-between;border:1px solid #ffffff1c;border-radius:18px;padding:18px;background:#ffffff09;color:#fff;text-align:left}.welcome-cat i{font-style:normal;font-size:22px}.welcome-cat b,.welcome-cat small{display:block}.welcome-cat small{margin-top:4px;color:#ffffff78}.welcome-first{margin-top:56px;border:1px solid #ffffff1e;border-radius:22px;padding:32px;background:linear-gradient(115deg,#36442f,#202a20)}.welcome-first>span{color:var(--lime);font-size:11px;font-weight:850;letter-spacing:.14em}.welcome-first h3{max-width:620px;margin:8px 0 20px;font:400 32px/1.15 var(--serif)}.welcome-first button{border:0;background:transparent;color:#fff;font-weight:800}

/* Guest app shell */
.guest-app{max-width:720px;min-height:100vh;margin:auto;background:var(--paper);box-shadow:0 0 80px #00000012}.guest-head{position:sticky;z-index:30;top:0;display:flex;min-height:76px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 18px;background:#f5f2e9ed;backdrop-filter:blur(18px)}.guest-brand{display:flex;align-items:center;gap:11px;border:0;background:transparent;text-align:left}.guest-brand>b{font-size:28px}.guest-brand>span{padding-left:11px;border-left:1px solid var(--line)}.guest-brand strong,.guest-brand small{display:block}.guest-brand strong{font-size:14px}.guest-brand small{color:var(--muted);font-size:11px}.head-actions{display:flex;align-items:center;gap:7px}.head-actions .round{width:38px;height:38px}.avatar-stack{display:flex;border:0;background:transparent}.avatar-stack i{display:grid;width:30px;height:30px;margin-left:-7px;place-items:center;border:2px solid var(--paper);border-radius:50%;background:var(--olive);color:#fff;font-size:9px;font-style:normal;font-weight:800}.avatar-stack i:nth-child(2){background:#9c6b43}.avatar-stack i:nth-child(3){background:var(--lime);color:var(--ink)}.avatar-stack.large i{width:40px;height:40px}.guest-main{padding-bottom:100px}.app-view{animation:viewIn .28s ease}@keyframes viewIn{from{opacity:0;transform:translateY(7px)}}.home-hero{position:relative;min-height:535px;overflow:hidden}.home-hero>img{position:absolute;width:100%;height:100%;object-fit:cover}.home-shade{position:absolute;inset:0;background:linear-gradient(0deg,#101610ef,transparent 78%)}.home-copy{position:absolute;z-index:2;right:22px;bottom:28px;left:22px;color:#fff}.home-copy .eyebrow{color:var(--lime)}.home-copy h1{margin:8px 0 10px;font:400 46px/.97 var(--serif);letter-spacing:-.04em}.home-copy p{max-width:380px;color:#ffffffb8}.wheel-peek{position:absolute;z-index:3;top:18px;right:16px;display:flex;align-items:center;gap:10px;border:1px solid #ffffff40;border-radius:50px;padding:8px 13px 8px 8px;background:#141b14bc;color:#fff;backdrop-filter:blur(12px)}.wheel-peek>i{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:conic-gradient(var(--lime),#fb8,#e98,#95bc72,var(--lime));color:#1d261b;font-style:normal}.wheel-peek span,.wheel-peek b,.wheel-peek small{display:block;text-align:left}.wheel-peek small{color:#ffffff8e;font-size:10px}.mobile-section{padding:30px 18px;border-bottom:1px solid var(--line)}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.section-head .eyebrow,.view-title .eyebrow{color:#71823c}.section-head h2{margin:4px 0 0;font:400 30px/1.05 var(--serif)}.section-head button{border:0;background:transparent;color:var(--muted);font-size:12px}.event-strip{display:grid;grid-auto-columns:82%;grid-auto-flow:column;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory}.event-mini{position:relative;min-height:190px;overflow:hidden;border:0;border-radius:19px;scroll-snap-align:start;color:#fff;text-align:left}.event-mini img{position:absolute;width:100%;height:100%;object-fit:cover}.event-mini:after{position:absolute;inset:0;background:linear-gradient(0deg,#101510e8,transparent);content:""}.event-mini div{position:absolute;z-index:2;right:15px;bottom:15px;left:15px}.event-mini time{color:var(--lime);font-size:11px;font-weight:850}.event-mini b,.event-mini small{display:block}.event-mini b{font:400 23px/1.1 var(--serif)}.event-mini small{margin-top:5px;color:#ffffffaa}.intent-grid,.home-cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.intent-grid button,.home-cat-grid button{display:flex;min-height:124px;flex-direction:column;border:1px solid var(--line);border-radius:17px;padding:15px;background:var(--card);text-align:left}.intent-grid i{display:grid;width:34px;height:34px;margin-bottom:auto;place-items:center;border-radius:10px;background:#edf2d9;font-style:normal}.intent-grid b,.intent-grid small,.home-cat-grid b,.home-cat-grid small{display:block}.intent-grid small,.home-cat-grid small{margin-top:3px;color:var(--muted);font-size:11px}.home-cat-grid button{min-height:100px;justify-content:flex-end;background:linear-gradient(135deg,#35432f,#1d261d);color:#fff}.home-cat-grid small{color:#ffffff80}.budget-banner{overflow:hidden;border-radius:22px;padding:30px 25px;background:#283327;color:#fff}.budget-banner .eyebrow{color:var(--lime)}.budget-banner h2{margin:8px 0 10px;font:400 34px/1.05 var(--serif)}.budget-banner p{color:#ffffffa6}.view-title{padding:34px 18px 20px}.view-title h1{margin:5px 0 7px;font:400 43px/.98 var(--serif);letter-spacing:-.04em}.view-title p{margin:0;color:var(--muted)}.sticky-tools{position:sticky;z-index:20;top:76px;display:flex;gap:8px;padding:10px 18px;background:#f5f2e9ed;backdrop-filter:blur(14px)}.menu-search{display:flex;flex:1;align-items:center;gap:8px;border:1px solid var(--line);border-radius:13px;padding:0 13px;background:#fff}.menu-search svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.7}.menu-search input{width:100%;border:0;outline:0;padding:12px 0;background:transparent}.filter-button{border:1px solid var(--line);border-radius:13px;background:#fff;font-weight:750}.main-categories,.sub-categories{display:flex;gap:8px;overflow-x:auto;padding:8px 18px}.main-categories button,.sub-categories button{white-space:nowrap;border:1px solid var(--line);border-radius:50px;padding:9px 13px;background:transparent;font-size:13px}.main-categories button.active{border-color:var(--ink);background:var(--ink);color:#fff}.sub-categories button.active{border-color:#71823c;background:#edf2d9}.menu-result-head{display:flex;justify-content:space-between;padding:20px 18px 8px}.menu-result-head small{color:var(--muted)}.food-list{display:grid;gap:12px;padding:0 18px 30px}.food-card{display:grid;grid-template-columns:132px 1fr;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--card)}.food-card__image{position:relative;min-height:158px;border:0;padding:0;background:#ddd}.food-card__image img{width:100%;height:100%;object-fit:cover}.food-card__image>span{position:absolute;top:9px;left:9px;border-radius:50px;padding:5px 8px;background:var(--lime);font-size:9px;font-weight:900}.food-card__image>em{position:absolute;right:8px;bottom:8px;left:8px;border-radius:8px;padding:5px;background:#1c241bd9;color:#fff;font-size:9px;font-style:normal;text-align:center}.food-card__body{display:flex;min-width:0;flex-direction:column;padding:14px}.food-card h3{margin:0;font:700 18px/1.15 var(--serif)}.food-card p{display:-webkit-box;margin:6px 0 9px;overflow:hidden;color:var(--muted);font-size:12px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.food-tags{display:flex;flex-wrap:wrap;gap:5px}.food-tags span{border-radius:50px;padding:3px 7px;background:#eef0e8;color:#586057;font-size:9px}.food-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.food-bottom button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:var(--lime);font-size:22px}.food-bottom button:disabled{background:#ddd}.mobile-dock{position:fixed;z-index:60;right:0;bottom:0;left:0;display:grid;max-width:720px;height:78px;margin:auto;padding:5px 9px calc(5px + env(safe-area-inset-bottom));grid-template-columns:repeat(5,1fr);border-top:1px solid #d4d3ca;background:#fffdf8f5;backdrop-filter:blur(20px)}.mobile-dock button{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border:0;background:transparent;color:#7c837d;font-size:10px}.mobile-dock svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.mobile-dock button.active{color:var(--ink);font-weight:800}.mobile-dock button.active:before{position:absolute;top:-5px;width:24px;height:3px;border-radius:0 0 3px 3px;background:var(--lime);content:""}.dock-cart>i{position:absolute;top:3px;right:20%;display:grid;min-width:18px;height:18px;place-items:center;border-radius:20px;background:var(--red);color:#fff;font-size:9px;font-style:normal}.event-nudge{position:fixed;z-index:50;right:12px;bottom:90px;left:12px;display:flex;max-width:520px;margin:auto;align-items:center;gap:10px;border:1px solid #ffffff3d;border-radius:16px;padding:10px;background:#1a231bea;color:#fff;box-shadow:var(--shadow);backdrop-filter:blur(16px);text-align:left}.event-nudge time{border-radius:10px;padding:8px;background:var(--lime);color:var(--ink);font-size:11px;font-weight:900}.event-nudge span{flex:1}.event-nudge b,.event-nudge small{display:block}.event-nudge small{color:#ffffff8b;font-size:10px}.event-nudge em{font-style:normal}

/* Cart, events, table */
.empty-state{margin:20px 18px;border:1px dashed #bdbdb4;border-radius:20px;padding:36px;text-align:center}.empty-state i{font-size:40px;font-style:normal}.empty-state h3{font:400 27px var(--serif)}.cart-stack{display:grid;gap:10px;padding:0 18px}.cart-row{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:16px;padding:9px;background:#fff}.cart-row img{width:72px;height:72px;border-radius:11px;object-fit:cover}.cart-row b,.cart-row small{display:block}.cart-row small{color:var(--muted)}.qty{display:flex;align-items:center;gap:8px}.qty button{display:grid;width:29px;height:29px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff}.cart-summary-card,.approved-bill{margin:16px 18px;border-radius:20px;padding:20px;background:var(--ink);color:#fff}.approved-bill{background:#e8eddd;color:var(--ink)}.cart-summary-card p,.approved-bill p{display:flex;justify-content:space-between}.cart-summary-card small{display:block;color:#ffffff8e}.cart-summary-card .primary{width:100%;margin-top:16px}.event-list{display:grid;gap:16px;padding:0 18px 30px}.event-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff}.event-card img{width:100%;height:230px;object-fit:cover}.event-card__body{padding:20px}.event-card time{color:#71823c;font-size:11px;font-weight:850}.event-card h3{margin:5px 0;font:700 26px var(--serif)}.event-card p{color:var(--muted)}.event-card footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px}.event-card footer span{font-size:11px}.event-card footer b{display:block}.table-session{display:flex;margin:0 18px 18px;align-items:center;gap:13px;border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff}.table-session>div:nth-child(2){flex:1}.table-session b,.table-session small{display:block}.table-session small{color:var(--muted);font-size:11px}.table-session>button{border:0;background:transparent;font-weight:800}.service-grid{display:grid;margin:0 18px 18px;grid-template-columns:repeat(2,1fr);gap:10px}.service-grid button{display:flex;min-height:145px;flex-direction:column;border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff;text-align:left}.service-grid i{display:grid;width:36px;height:36px;margin-bottom:auto;place-items:center;border-radius:10px;background:#eef2dd;font-style:normal;font-weight:800}.service-grid b,.service-grid small{display:block}.service-grid small{margin-top:3px;color:var(--muted);font-size:11px}.wifi-card{display:flex;width:calc(100% - 36px);margin:0 18px 18px;align-items:center;justify-content:space-between;border:0;border-radius:18px;padding:18px;background:var(--olive);color:#fff;text-align:left}.wifi-card>span{display:grid;grid-template-columns:42px 1fr;align-items:center}.wifi-card i{display:grid;width:38px;height:38px;grid-row:1/3;place-items:center;border-radius:12px;background:#ffffff12;font-style:normal}.wifi-card b,.wifi-card small{display:block}.wifi-card small{color:#ffffff90}.wifi-card em{font-style:normal}.bill-mini{margin:0 18px 24px;border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff}.bill-mini header{display:flex;align-items:center;justify-content:space-between}.bill-mini h3{margin:0;font:700 22px var(--serif)}.bill-mini p{display:flex;justify-content:space-between;margin:9px 0;color:var(--muted);font-size:12px}

/* Modal system */
.overlay{position:fixed;z-index:200;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:12px;background:#111811b5;backdrop-filter:blur(5px)}.sheet{width:min(650px,100%);max-height:94vh;overflow:auto;border-radius:25px;background:var(--paper);box-shadow:var(--shadow)}.sheet-head{position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:17px 19px;background:#f5f2e9f2;backdrop-filter:blur(12px)}.sheet-head h2{margin:0;font:700 25px var(--serif)}.close{display:grid;width:37px;height:37px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:22px}.sheet-body{padding:20px}.modal-form{display:grid;gap:15px}.modal-form label{display:grid;gap:6px;font-size:12px;font-weight:800}.modal-form input,.modal-form select,.modal-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;background:#fff}.modal-form textarea{min-height:110px}.modal-form .primary{width:100%;margin-top:4px}.product-sheet .product-cover{position:relative;height:330px}.product-cover img{width:100%;height:100%;object-fit:cover}.product-cover:after{position:absolute;inset:0;background:linear-gradient(0deg,#101510b8,transparent 65%);content:""}.product-cover .close{position:absolute;z-index:3;top:15px;right:15px}.product-cover .play{position:absolute;z-index:3;right:18px;bottom:18px;border:1px solid #ffffff44;border-radius:50px;padding:10px 13px;background:#101510a8;color:#fff}.product-info{padding:22px}.product-info>h2{margin:6px 0 10px;font:400 36px/.98 var(--serif)}.product-info>p{color:var(--muted)}.fact-row{display:grid;margin:20px 0;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.fact-row span{padding:13px 4px;border-right:1px solid var(--line)}.fact-row span:last-child{border:0}.fact-row b,.fact-row small{display:block}.fact-row small{color:var(--muted);font-size:9px}.allergen-panel{border-radius:14px;padding:15px;background:#efece3}.allergen-panel header{display:flex;justify-content:space-between}.allergen-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.allergen-chips span{border:1px solid #d6cfc2;border-radius:50px;padding:5px 9px;background:#fff;font-size:10px}.dna-panel{margin:22px 0}.dna-line{display:grid;margin:10px 0;align-items:center;grid-template-columns:110px 1fr 28px;gap:9px;font-size:11px}.dna-line i{height:6px;overflow:hidden;border-radius:8px;background:#ddd}.dna-line i b{display:block;height:100%;background:#71823c}.story-teaser{width:100%;margin:18px 0;border:0;border-radius:19px;padding:20px;background:#263226;color:#fff;text-align:left}.story-teaser span{color:var(--lime);font-size:10px;font-weight:850;letter-spacing:.15em}.story-teaser h3{margin:7px 0;font:400 26px/1.08 var(--serif)}.story-teaser small{color:#ffffff88}.recommend-grid{display:grid;gap:8px}.recommend-item{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:13px;padding:7px;background:#fff;text-align:left}.recommend-item img{width:58px;height:58px;border-radius:9px;object-fit:cover}.recommend-item b,.recommend-item small{display:block}.recommend-item small{color:var(--muted);font-size:10px}.recommend-item em{font-style:normal;font-size:20px}.product-add{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:14px 20px;background:#fff}.product-add strong{font-size:20px}.story-sheet{border-radius:0;max-width:720px;max-height:100vh}.story-hero{position:relative;height:56vh}.story-hero img{width:100%;height:100%;object-fit:cover}.story-hero:after{position:absolute;inset:0;background:linear-gradient(0deg,#111711e8,transparent 75%);content:""}.story-hero .close{position:absolute;z-index:3;top:17px;right:17px}.story-hero-copy{position:absolute;z-index:2;right:22px;bottom:25px;left:22px;color:#fff}.story-hero-copy span{color:var(--lime)}.story-hero-copy h1{margin:8px 0;font:400 44px/.98 var(--serif)}.story-article{padding:30px 22px 70px;background:#f5f2e9}.story-lead{font:400 25px/1.35 var(--serif)}.story-section{margin:38px 0}.story-section img{width:100%;max-height:390px;border-radius:20px;object-fit:cover}.story-section h2{font:700 28px var(--serif)}.story-section p{color:#545b54;font-size:17px;line-height:1.75}.chef-note{margin:35px 0;border-left:4px solid var(--lime);padding:10px 20px;font:italic 22px/1.45 var(--serif)}.story-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.story-gallery img{height:180px;border-radius:14px;object-fit:cover}.story-gallery img:first-child{grid-column:1/-1;height:270px}.video-placeholder{display:grid;min-height:260px;place-items:center;border-radius:20px;background:#1a211a;color:#fff;text-align:center}.video-placeholder i{display:grid;width:60px;height:60px;margin:auto;place-items:center;border:1px solid #ffffff4d;border-radius:50%;font-style:normal}.wheel-stage{text-align:center}.wheel{position:relative;width:min(320px,78vw);aspect-ratio:1;margin:12px auto 24px;border:8px solid #fff;border-radius:50%;background:conic-gradient(#d8f25d 0 60deg,#e89b70 60deg 120deg,#324331 120deg 180deg,#f3d77f 180deg 240deg,#a9c8a2 240deg 300deg,#cf6b5b 300deg);box-shadow:0 15px 38px #15201530;transition:transform 4.4s cubic-bezier(.12,.72,.08,1)}.wheel:after{position:absolute;inset:18%;display:grid;place-items:center;border:6px solid #fff;border-radius:50%;background:#1c251c;color:#fff;content:"MESA";font-size:34px;font-weight:900}.wheel-pointer{position:absolute;z-index:2;top:-6px;left:50%;border-right:14px solid transparent;border-left:14px solid transparent;border-top:28px solid #182118;transform:translateX(-50%)}.wheel-result{min-height:26px;font-weight:850}.route-steps{display:grid;gap:12px}.route-step{display:grid;grid-template-columns:36px 70px 1fr;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding:10px 0}.route-step>i{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#edf2d9;font-style:normal}.route-step img{width:70px;height:70px;border-radius:12px;object-fit:cover}.route-step b,.route-step small{display:block}.route-step small{color:var(--muted)}.budget-controls{display:grid;gap:14px}.budget-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.budget-presets button{border:1px solid var(--line);border-radius:12px;padding:11px;background:#fff}.budget-presets button.active{border-color:var(--ink);background:var(--ink);color:#fff}.budget-results{margin-top:20px}.budget-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;font-size:18px}.tip-options{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.tip-options button{border:1px solid var(--line);border-radius:12px;padding:12px 4px;background:#fff}.tip-options button.active{background:var(--ink);color:#fff}.wifi-sheet{text-align:center}.wifi-qr{width:220px;height:220px;margin:10px auto 18px;border:10px solid #fff;border-radius:12px;image-rendering:pixelated}.wifi-credentials{display:grid;gap:8px;margin:18px 0;text-align:left}.wifi-credentials p{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:8px 0}.browser-note{border-radius:13px;padding:12px;background:#ece9df;color:#5d645d;font-size:11px;text-align:left}

@media(max-width:700px){.welcome-top{padding:18px}.welcome-hero{min-height:78vh}.welcome-copy{min-height:78vh;padding:120px 18px 105px}.welcome-copy h1{font-size:52px}.welcome-copy>p{font-size:15px}.welcome-actions{display:grid}.open-status{right:18px;bottom:18px;left:18px;justify-content:center}.welcome-content{padding:38px 18px 70px}.welcome-events{display:grid;grid-auto-columns:88%;grid-auto-flow:column;grid-template-columns:none;overflow-x:auto}.welcome-event{min-height:220px}.welcome-categories{grid-template-columns:repeat(2,1fr)}.welcome-section-head h2{font-size:28px}.welcome-first h3{font-size:27px}.overlay{padding:0}.sheet{border-radius:25px 25px 0 0}.story-sheet{border-radius:0}.story-hero-copy h1{font-size:38px}}
@media(min-width:721px){.guest-page:not(.welcome-open){padding-block:20px}.guest-app{border-radius:25px;overflow:hidden}.mobile-dock{bottom:20px;border-radius:0 0 25px 25px}}
body.large-type{font-size:18px}body.large-type .food-card h3{font-size:21px}body.large-type .food-card p,body.large-type .food-tags span,body.large-type small{font-size:12px}
.guest-page small{font-size:11px}
.special-menu-hero{position:relative;min-height:260px;overflow:hidden;background:#182119;color:#fff}.special-menu-hero>img{position:absolute;width:100%;height:100%;object-fit:cover}.special-menu-hero:after{position:absolute;inset:0;background:linear-gradient(0deg,#111711ed,transparent 86%);content:""}.special-menu-hero>div{position:absolute;z-index:2;right:20px;bottom:22px;left:20px}.special-menu-hero .eyebrow{color:var(--lime)}.special-menu-hero h2{margin:5px 0;font:400 34px/1 var(--serif)}.special-menu-hero p{margin:5px 0 13px;color:#ffffffb0}.special-menu-hero button{border:1px solid #ffffff3c;border-radius:10px;padding:9px 11px;background:#ffffff12;color:#fff;font-size:11px;font-weight:800}
.waiter-card{display:flex;margin:0 18px 12px;align-items:center;gap:12px;border:1px solid var(--line);border-radius:18px;padding:15px;background:#fff}.waiter-card>i{display:grid;width:48px;height:48px;overflow:hidden;place-items:center;border-radius:50%;background:#263326;color:#fff;font-style:normal;font-weight:850}.waiter-card>i img{width:100%;height:100%;object-fit:cover}.waiter-card>span{flex:1}.waiter-card small,.waiter-card b,.waiter-card em{display:block}.waiter-card small{color:#71823c;font-size:9px;font-weight:900;letter-spacing:.09em}.waiter-card em{color:var(--muted);font-size:10px;font-style:normal}.waiter-card button{border:0;border-radius:10px;padding:9px 11px;background:#eef2dd;font-size:10px;font-weight:800}
.allergen-icon-list{display:grid;margin-top:12px;grid-template-columns:repeat(3,1fr);gap:7px}.allergen-icon-list>span{display:flex;min-width:0;align-items:center;gap:6px;border:1px solid #d8d5cc;border-radius:10px;padding:8px;background:#fff}.allergen-icon-list svg{width:23px;height:23px;flex:0 0 auto;color:#667338}.allergen-icon-list small{font-size:9px;line-height:1.15}.allergen-filter-grid{display:grid;margin-top:10px;grid-template-columns:repeat(2,1fr);gap:7px}.allergen-filter-grid label{position:relative;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:11px;padding:9px;background:#fff;font-size:10px}.allergen-filter-grid input{position:absolute;opacity:0}.allergen-filter-grid label:has(input:checked){border-color:#71823c;background:#edf2d9}.allergen-filter-grid i{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:#f0f2eb}.allergen-filter-grid svg{width:21px;height:21px}.allergen-filter-grid span{line-height:1.15}
.venue-info__brand{display:flex;align-items:end;justify-content:space-between;border-radius:17px;padding:20px;background:#263326;color:#fff}.venue-info__brand b{font:700 34px/1 var(--serif)}.venue-info__brand span{color:var(--lime);font-size:10px;font-weight:850;letter-spacing:.12em}.venue-info__rows{margin:15px 0}.venue-info__rows p,.venue-info__rows a,.info-wifi p{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:11px 0}.venue-info__rows span,.info-wifi span{color:var(--muted)}.info-wifi{border-radius:15px;padding:17px;background:#ecefe6}.info-wifi .eyebrow{color:#71823c}.info-wifi .dark-button{width:100%;margin-top:9px}
@media(max-width:440px){.allergen-icon-list{grid-template-columns:repeat(2,1fr)}}

:root{
  --ink:#241f1b;
  --muted:#746c65;
  --paper:#f7f3ed;
  --card:#fffdfa;
  --line:#ded5ca;
  --lime:#c96f42;
  --olive:#45372f;
  --red:#c64e42;
  --accent:#c96f42;
  --accent-soft:#f3dfd2;
  --sage:#80907b;
  --gold:#d5ad69;
  --shadow:0 22px 70px rgba(53,39,31,.16);
  --serif:"Cormorant Garamond","Iowan Old Style","Palatino Linotype",Georgia,serif;
}

body{font-size:16px;background:var(--paper)}
.primary{background:var(--accent);color:#fff}.lang{background:#fff;color:var(--ink)}
.eyebrow,.section-head .eyebrow,.view-title .eyebrow,.event-card time{color:var(--accent)}
.welcome{background:#201b18}.welcome-shade{background:linear-gradient(90deg,rgba(27,21,18,.95),rgba(31,23,19,.69) 46%,rgba(20,16,14,.1) 80%),linear-gradient(0deg,rgba(24,18,15,.86),transparent 48%)}
.welcome-copy .eyebrow,.welcome-section-head .eyebrow,.welcome-first>span,.home-copy .eyebrow,.budget-banner .eyebrow{color:#edb98e}
.welcome-copy h1 em{color:#edb98e}.welcome-copy>p{font-size:19px;line-height:1.6}.welcome-content{padding-bottom:32px}
.welcome-event{border:1px solid rgba(255,255,255,.12)}.welcome-event img,.event-mini img{object-position:center 48%}.welcome-event time{background:#f2e7dc;color:#332822}
.welcome-first{background:linear-gradient(120deg,#6e4331,#332722)}
.welcome-footer{display:flex;gap:20px;margin-top:42px;padding:22px 0;border-top:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.58);font-size:12px}.welcome-footer span{margin-right:auto}.welcome-footer button{border:0;background:transparent;color:inherit}
.event-menu-button{display:flex;min-height:58px;min-width:225px;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.32);border-radius:13px;padding:10px 16px;background:rgba(255,255,255,.12);color:#fff;font-weight:800;backdrop-filter:blur(15px)}.event-menu-button small{display:block;color:#edb98e;font-size:9px;letter-spacing:.14em}.event-menu-button span{margin-left:auto}
.guest-head{background:rgba(247,243,237,.94)}.guest-brand>b{font-family:var(--serif);font-weight:700}.home-shade{background:linear-gradient(0deg,rgba(29,21,18,.95),transparent 78%)}
.wheel-peek{background:rgba(38,28,23,.82)}.wheel-peek>i{background:linear-gradient(135deg,#efc58f,#c96f42);color:#fff}
.intent-grid button{min-height:134px;padding:17px;transition:.2s ease}.intent-grid button:hover{border-color:#c8aa95;transform:translateY(-2px);box-shadow:0 12px 30px rgba(66,45,35,.08)}.intent-grid i{width:42px;height:42px;border-radius:14px;background:#f3e5db;color:#8f4b2e}.intent-grid i svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.home-cat-grid button{background:linear-gradient(135deg,#544238,#2a211d)}.budget-banner{background:linear-gradient(135deg,#5d4235,#2c231f)}
.mobile-dock button.active:before{background:var(--accent)}.dock-cart>i{background:var(--red)}.mobile-dock span{font-size:10px}.mobile-dock button:nth-child(3) svg{stroke-width:1.45}
.food-card__image>span{background:#f2d0b9;color:#5b301f}.food-bottom button{background:var(--accent);color:#fff}.main-categories button.active{background:#322824}.sub-categories button.active{border-color:#c99070;background:#f5e4d9}
.special-menu-hero{border-color:#d9c0af;background:#3a2d27}.special-menu-hero button{background:#fff;color:#3b2d27}
.selection-rail{position:fixed;z-index:58;top:50%;right:max(12px,calc((100vw - 720px)/2 + 12px));display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:18px 4px 4px 18px;background:#2d2420;color:#fff;box-shadow:0 16px 42px rgba(28,20,17,.3);transform:translateY(-50%);transition:transform .2s ease,background .2s ease}.selection-rail:hover{background:#43332c;transform:translateY(-50%) translateX(-3px)}.selection-rail svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.selection-rail>span{position:absolute;top:-7px;left:-7px;display:grid;min-width:23px;height:23px;place-items:center;border:2px solid var(--paper);border-radius:50%;padding:0 5px;background:var(--accent);color:#fff;font-size:10px;font-weight:900}

/* Kombin menüler */
.bundle-strip{display:grid;grid-auto-columns:min(86%,480px);grid-auto-flow:column;gap:13px;overflow-x:auto;padding-bottom:5px;scroll-snap-type:x mandatory}.bundle-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--card);scroll-snap-align:start}.bundle-card>button{position:relative;width:100%;height:190px;border:0;padding:0;background:#ddd}.bundle-card>button img{width:100%;height:100%;object-fit:cover}.bundle-save{position:absolute;top:12px;left:12px;border-radius:50px;padding:7px 10px;background:#fff;color:#814126;font-size:10px;font-weight:900}.bundle-card>div{padding:17px}.bundle-card>div>small{color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.13em}.bundle-card h3{margin:4px 0 6px;font:700 25px/1.05 var(--serif)}.bundle-card p{margin:0 0 12px;color:var(--muted);font-size:12px}.bundle-components{display:flex;flex-wrap:wrap;gap:5px}.bundle-components span{border-radius:50px;padding:5px 8px;background:#f0e9e2;font-size:9px}.bundle-card footer{display:flex;align-items:end;justify-content:space-between;margin-top:15px;border-top:1px solid var(--line);padding-top:13px}.bundle-card footer span,.bundle-card footer del,.bundle-card footer b{display:block}.bundle-card footer del{color:#9b9189;font-size:10px}.bundle-card footer b{font-size:20px}.bundle-card footer button{border:0;border-radius:11px;padding:10px 12px;background:#342925;color:#fff;font-size:10px;font-weight:850}.menu-bundles{margin:12px 18px 24px;border-radius:24px;padding:21px 0 21px 18px;background:#ede3da}.menu-bundle-head h2{margin:4px 0 15px;font:700 28px/1 var(--serif)}.menu-bundles .bundle-strip{padding-right:18px}.bundle-row{border-color:#d2a98e;background:#fff9f5}.bundle-label{color:var(--accent)!important;font-size:8px!important;font-weight:900;letter-spacing:.12em}
.bundle-detail>img{width:100%;height:230px;border-radius:17px;object-fit:cover}.bundle-detail>p{color:var(--muted)}.bundle-detail>div{display:grid;gap:8px}.bundle-detail article{display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line);padding:8px 0}.bundle-detail article img{width:64px;height:64px;border-radius:12px;object-fit:cover}.bundle-detail article span{flex:1}.bundle-detail article b,.bundle-detail article small{display:block}.bundle-detail article small{color:var(--muted);font-size:10px}.bundle-detail footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px;border-top:1px solid var(--line);padding-top:16px}.bundle-detail footer del,.bundle-detail footer b{display:block}.bundle-detail footer b{font-size:22px}

/* Editorial ürün hikâyesi */
.story-sheet{width:min(900px,100%);background:#f4eee7}.story-hero{height:min(72vh,720px)}.story-hero:after{background:linear-gradient(0deg,rgba(29,20,16,.9),transparent 72%)}.story-hero-copy{bottom:42px;max-width:720px}.story-hero-copy>small{display:block;margin-top:10px;color:#efc7a9;font-size:10px;font-weight:900;letter-spacing:.18em}.story-hero-copy h1{max-width:760px;margin:9px 0 10px;font-size:clamp(46px,8vw,78px);line-height:.94}.story-hero-copy p{margin:0;color:rgba(255,255,255,.72);font-size:14px}.story-article{padding:0 38px 70px;background:#f4eee7}.story-intro{display:grid;align-items:start;grid-template-columns:70px 1fr;gap:20px;padding:56px 0}.story-intro>span{color:#caa98f;font:400 54px/1 var(--serif)}.story-lead{margin:0;font-size:31px;line-height:1.35}.story-section{display:grid;margin:36px 0 70px;align-items:center;grid-template-columns:1.1fr .9fr;gap:34px}.story-section.reverse{grid-template-columns:.9fr 1.1fr}.story-section.reverse figure{order:2}.story-section figure{margin:0}.story-section img{height:430px;max-height:none;border-radius:4px}.story-section figcaption{margin-top:8px;color:#93867c;font-size:9px;letter-spacing:.14em}.story-section h2{margin:8px 0 14px;font-size:38px;line-height:1}.story-section p{font-size:16px;line-height:1.8}.chef-note{margin:75px 0;border:0;border-block:1px solid #cfc1b5;padding:42px 8%;font-size:30px;text-align:center}.chef-note span{display:block;margin-bottom:14px;color:var(--accent);font:900 9px var(--sans);letter-spacing:.18em}.story-gallery-section{margin:65px 0}.story-gallery-section header{text-align:center}.story-gallery-section h2{margin:4px 0 24px;font-size:42px}.story-gallery{grid-auto-rows:180px}.story-gallery button{overflow:hidden;border:0;border-radius:4px;padding:0}.story-gallery button:first-child{grid-row:span 2}.story-gallery img,.story-gallery button:first-child img{width:100%;height:100%;border-radius:0;object-fit:cover}.story-video{display:flex;align-items:center;justify-content:space-between;margin-top:50px;border-radius:4px;padding:28px;background:#302620;color:#fff}.story-video h3{margin:5px 0;font:700 30px var(--serif)}.story-video p{margin:0;color:#ffffff9f}.story-video button{display:flex;align-items:center;gap:9px;border:1px solid #ffffff3b;border-radius:50px;padding:10px 15px;background:transparent;color:#fff}.story-video i{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#fff;color:#2b211d;font-style:normal}.story-end{display:flex;justify-content:space-between;margin-top:60px;border-top:1px solid #d2c6bb;padding-top:20px;color:#897c72;font-size:10px;letter-spacing:.13em}.story-lightbox-sheet{width:min(1050px,100%);max-height:96vh;background:#191511}.story-lightbox{position:relative}.story-lightbox img{width:100%;max-height:92vh;object-fit:contain}.story-lightbox .close{position:absolute;z-index:2;top:12px;right:12px}

/* Erişilebilirlik */
.accessibility-panel{display:grid;gap:9px}.accessibility-panel>p{color:var(--muted)}.accessibility-panel button{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:14px;padding:15px;background:#fff;text-align:left}.accessibility-panel b,.accessibility-panel small{display:block}.accessibility-panel small{color:var(--muted);font-size:10px}.accessibility-panel i{border-radius:50px;padding:5px 9px;background:#eee5dd;font-style:normal;font-size:9px}.high-contrast{--paper:#fff;--card:#fff;--ink:#000;--muted:#292929;--line:#5b5b5b}.high-contrast .guest-head,.high-contrast .mobile-dock{background:#fff}.high-contrast .food-card,.high-contrast .intent-grid button{border-width:2px}

/* Çark */
.welcome-wheel-peek{position:absolute;z-index:5;top:92px;right:max(20px,calc((100vw - 520px)/2 + 20px));display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.32);border-radius:50px;padding:8px 13px 8px 8px;background:rgba(38,28,23,.72);color:#fff;box-shadow:0 12px 30px rgba(25,15,10,.22);backdrop-filter:blur(14px)}
.welcome-wheel-peek>i{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:conic-gradient(#d5a660,#f1c88c,#a36b53,#89957a,#d5a660);color:#fff;font-style:normal;font-size:18px}.welcome-wheel-peek span,.welcome-wheel-peek b,.welcome-wheel-peek small{display:block;text-align:left}.welcome-wheel-peek b{font-size:12px}.welcome-wheel-peek small{color:rgba(255,255,255,.68);font-size:9px}
.wheel:after{display:none}.wheel>.wheel-center{position:absolute;z-index:4;inset:29%;display:grid;place-items:center;border:6px solid #fff;border-radius:50%;background:#2d2420;color:#fff;font:700 43px var(--serif);box-shadow:0 5px 18px rgba(30,20,15,.24)}.wheel-wrap{position:relative}.wheel-segment-label{position:absolute;z-index:2;inset:0;transform:rotate(var(--segment-angle));pointer-events:none}.wheel-segment-label b{position:absolute;top:13px;left:50%;display:block;width:92px;transform:translateX(-50%);color:#2d211b;font-size:10px;font-weight:900;line-height:1.05;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,.7)}.wheel-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:-8px auto 18px}.wheel-legend span{display:flex;align-items:center;gap:5px;border-radius:50px;padding:5px 8px;background:#eee7e0;font-size:9px}.wheel-legend i{width:8px;height:8px;border-radius:50%}
@media(max-width:700px){.welcome-wheel-peek{top:84px;right:16px}.wheel-segment-label b{top:11px;width:78px;font-size:9px}.wheel>.wheel-center{font-size:38px}}

/* Etkinlik + menü */
.linked-menu-chip{margin-top:8px;border:1px solid #dbb79f;border-radius:50px;padding:7px 10px;background:#fff7f2;color:#7a3e28;font-size:10px;font-weight:850}.event-modal-cover{position:relative}.event-modal-cover img{width:100%;height:240px;border-radius:16px;object-fit:cover}.event-modal-cover time{position:absolute;bottom:12px;left:12px;border-radius:10px;padding:8px 10px;background:#fff;font-size:10px;font-weight:900}.event-linked-menu{margin:18px 0;border:1px solid #d9b9a4;border-radius:16px;padding:17px;background:#fff8f3}.event-linked-menu h3{margin:5px 0;font:700 25px var(--serif)}.event-linked-menu p{color:var(--muted)}.event-linked-menu button{border:0;background:transparent;color:var(--accent);font-weight:900}

/* Alerjen sembolleri */
.allergen-symbol__bg{fill:#f4e8de;stroke:#dfc8b7}.allergen-symbol{color:#704936}.allergen-admin-grid label{min-height:76px;border-radius:14px}.allergen-admin-grid i{width:44px;height:44px;border-radius:14px;background:transparent}.allergen-admin-grid svg{width:38px;height:38px}.allergen-icon-list>span{border:1px solid #e3d0c2;border-radius:14px;background:#fff}.allergen-icon-list svg{width:34px;height:34px}

/* Admin: estetik seçimler ve gerçek galeri */
.signature-switch{position:relative!important;display:flex!important;align-items:center!important;gap:14px!important;border:1px solid #d6b69f!important;border-radius:16px!important;padding:16px!important;background:linear-gradient(135deg,#fff8f3,#f3e3d7)!important}.signature-switch:before{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:#c96f42;color:#fff;content:"✦";font-size:18px}.signature-switch span{flex:1;font-size:13px}.signature-switch input{width:20px!important;height:20px}.pretty-check{border-radius:13px;padding:12px!important;background:#f4eee8}.media-actions select,#heroLibrary,#galleryLibrary,#specialCoverLibrary,#eventCoverLibrary{display:none}.gallery-open-button{margin-top:9px;border:1px solid #cdb9aa;border-radius:10px;padding:10px 13px;background:#fff;color:#5d3c2e;font-size:11px;font-weight:850}.media-picker-layer{position:fixed;z-index:400;inset:0;display:grid;place-items:center;padding:20px;background:rgba(26,19,16,.76);backdrop-filter:blur(7px)}.media-picker{display:grid;width:min(920px,100%);max-height:90vh;grid-template-rows:auto auto 1fr auto;overflow:hidden;border-radius:22px;background:#f7f3ed;box-shadow:0 30px 90px rgba(0,0,0,.25)}.media-picker>header,.media-picker>footer{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line)}.media-picker>footer{border-top:1px solid var(--line);border-bottom:0}.media-picker header span{color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.16em}.media-picker h2{margin:3px 0 0;font:700 29px var(--serif)}.media-picker header button{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:22px}.media-picker-search{padding:13px 22px}.media-picker-search input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}.media-picker-grid{display:grid;overflow:auto;padding:4px 22px 22px;grid-template-columns:repeat(4,1fr);gap:10px}.media-picker-grid button{position:relative;overflow:hidden;border:2px solid transparent;border-radius:14px;padding:0;background:#fff;text-align:left}.media-picker-grid button.selected{border-color:var(--accent)}.media-picker-grid img{width:100%;height:135px;object-fit:cover}.media-picker-grid span{display:block;overflow:hidden;padding:8px 9px;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:750}.media-picker-grid i{position:absolute;top:7px;right:7px;display:none;width:25px;height:25px;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-style:normal}.media-picker-grid button.selected i{display:grid}.media-picker footer button{border:0;border-radius:10px;padding:11px 14px;background:#332823;color:#fff;font-weight:850}

/* Admin: kombin, çark ve bağlantılar */
.bundle-admin-list{display:grid;gap:13px}.bundle-admin-card{display:grid;overflow:hidden;grid-template-columns:190px 1fr;border:1px solid #ded5ca;border-radius:18px;background:#fff}.bundle-admin-card>img{width:190px;height:100%;min-height:220px;object-fit:cover}.bundle-admin-card>div{padding:18px}.bundle-admin-card header{display:flex;align-items:start;justify-content:space-between}.bundle-admin-card h3{margin:5px 0;font:700 25px var(--serif)}.bundle-admin-card p{color:#746c65}.bundle-price del,.bundle-price b{display:block;text-align:right}.bundle-price del{color:#9d928a;font-size:10px}.bundle-price b{font-size:22px}.bundle-admin-items{display:flex;flex-wrap:wrap;gap:6px}.bundle-admin-items span{border-radius:50px;padding:6px 9px;background:#f1e9e2;font-size:10px}.bundle-admin-card footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px;border-top:1px solid #e5ddd6;padding-top:14px}.bundle-admin-card footer button{border:1px solid #ded5ca;border-radius:9px;padding:8px 10px;background:#fff}.bundle-selected{display:grid;gap:7px;margin-bottom:10px}.bundle-selected article{display:grid;align-items:center;grid-template-columns:46px 1fr auto auto;gap:8px;border:1px solid var(--line);border-radius:10px;padding:6px;background:#fff}.bundle-selected article>img{width:46px;height:46px;border-radius:8px;object-fit:cover}.bundle-selected article b,.bundle-selected article small{display:block}.bundle-selected article small{color:var(--muted);font-size:9px}.bundle-selected article>button{border:0;background:transparent;font-size:18px}.pretty-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.pretty-options>label{position:relative;display:flex!important;align-items:center;gap:10px;border:1px solid var(--line);border-radius:14px;padding:14px!important;background:#fff;cursor:pointer}.pretty-options input{position:absolute;opacity:0}.pretty-options span{flex:1}.pretty-options b,.pretty-options small{display:block}.pretty-options small{color:var(--muted);font-size:9px}.pretty-options i{width:40px;height:22px;border-radius:30px;background:#ccc}.pretty-options i:after{display:block;width:16px;height:16px;margin:3px;border-radius:50%;background:#fff;content:"";transition:.2s}.pretty-options input:checked~i{background:var(--accent)}.pretty-options input:checked~i:after{transform:translateX(18px)}
.wheel-settings>header,.wheel-outcomes>header{display:flex;align-items:center;justify-content:space-between;padding:18px}.wheel-general{display:grid;padding:18px;grid-template-columns:1fr 160px auto;gap:10px;border-top:1px solid var(--line)}.wheel-general label{display:grid;gap:5px;font-size:10px;font-weight:850}.wheel-general input{border:1px solid var(--line);border-radius:10px;padding:10px}.wheel-general button,.wheel-outcomes footer button{border:0;border-radius:10px;padding:10px 13px;background:#332823;color:#fff;font-weight:850}.wheel-outcomes{margin-top:14px}.wheel-outcomes>div{padding:0 18px}.wheel-outcomes>div>article{display:grid;align-items:center;grid-template-columns:38px 1fr 100px 52px 45px 45px;gap:10px;border-top:1px solid var(--line);padding:12px 0}.wheel-outcomes input[type=color]{width:36px;height:36px;border:0;border-radius:9px;padding:0}.wheel-outcomes label span{display:block;color:var(--muted);font-size:9px}.wheel-outcomes label input:not([type=checkbox]){width:100%;border:1px solid var(--line);border-radius:8px;padding:8px}.wheel-outcomes footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:16px 18px}.wheel-outcomes footer p{max-width:600px;margin:0;color:var(--muted);font-size:10px}
.special-menu-links{margin-top:15px;border-top:1px dashed #d4c4b8;padding-top:14px}.special-menu-links h4{margin:0 0 9px}.special-menu-links>label{display:grid;gap:5px}.special-menu-links select,.event-menu-link select{border:1px solid var(--line);border-radius:9px;padding:9px;background:#fff}.special-menu-links>div{margin-top:10px}.special-menu-links>div>span{display:block;margin-bottom:5px;color:var(--muted);font-size:9px;font-weight:850}.mini-check{display:inline-flex!important;margin:2px;border-radius:50px;padding:6px 9px!important;background:#f0e8e2;font-size:9px}.event-menu-link{display:grid;margin-top:10px;gap:4px;color:var(--muted);font-size:9px}.event-menu-link select{font-size:10px}
.table-admin-section{margin-top:16px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}.table-admin-section>header{display:flex;align-items:center;justify-content:space-between}.table-admin-section h3{margin:0;font-size:14px}.table-admin-section header span{border-radius:50px;padding:4px 7px;background:#f3ded2;color:#87472f;font-size:9px;font-weight:850}.table-assign{display:flex;gap:8px;margin-top:10px}.table-assign select{flex:1;border:1px solid var(--line);border-radius:9px;padding:9px}.table-assign button{border:0;border-radius:9px;background:#332823;color:#fff}.table-event-line{display:grid;align-items:center;grid-template-columns:10px 1fr auto;gap:9px;border-top:1px solid var(--line);padding:10px 0}.table-event-line>i{width:8px;height:8px;border-radius:50%;background:#aaa}.table-event-line.pending>i,.table-event-line.new>i{background:var(--red);box-shadow:0 0 0 5px rgba(198,78,66,.12)}.table-event-line b,.table-event-line small{display:block}.table-event-line small{color:var(--muted);font-size:9px}.table-event-line em{font-size:9px;font-style:normal}.bill-line{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:9px 0}

/* Garson: yanıt bekleyen talep ve masa devri */
.staff-request{position:relative}.unread-pulse{position:absolute;top:11px;right:11px;width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 0 rgba(198,78,66,.55);animation:unreadPulse 1.35s infinite}@keyframes unreadPulse{0%{box-shadow:0 0 0 0 rgba(198,78,66,.55)}70%{box-shadow:0 0 0 9px rgba(198,78,66,0)}100%{box-shadow:0 0 0 0 rgba(198,78,66,0)}}.staff-request.pending{border-color:#d9a18e}.table-transfer{display:flex;gap:8px;margin-bottom:15px;border-radius:12px;padding:12px;background:#eee5de}.table-transfer label{display:grid;flex:1;gap:5px;font-size:10px;font-weight:850}.table-transfer select{border:1px solid var(--line);border-radius:8px;padding:9px;background:#fff}.table-transfer button{align-self:end;border:0;border-radius:8px;padding:10px;background:#332823;color:#fff;font-size:10px;font-weight:850}.pending-line{color:#983f34}

@media(max-width:760px){
  .selection-rail{right:0;border-radius:18px 0 0 18px}
  .story-article{padding:0 20px 55px}.story-intro{grid-template-columns:42px 1fr;padding:42px 0}.story-intro>span{font-size:38px}.story-lead{font-size:25px}.story-section,.story-section.reverse{grid-template-columns:1fr;gap:14px}.story-section.reverse figure{order:0}.story-section img{height:360px}.story-section h2{font-size:32px}.chef-note{padding:34px 3%;font-size:25px}.story-video{align-items:flex-start;flex-direction:column;gap:18px}
  .media-picker-grid{grid-template-columns:repeat(2,1fr)}.media-picker-grid img{height:115px}
  .bundle-admin-card{grid-template-columns:1fr}.bundle-admin-card>img{width:100%;height:180px}.pretty-options{grid-template-columns:1fr}.wheel-general{grid-template-columns:1fr}.wheel-outcomes>div>article{grid-template-columns:34px 1fr 76px}.wheel-outcomes>div>article>b,.wheel-outcomes>div>article>.toggle,.wheel-outcomes>div>article>.danger-link{grid-column:auto}.wheel-outcomes footer{align-items:flex-start;flex-direction:column;gap:12px}
}

/* Compact menu bundles and station views */
.signature-switch,.pretty-check,.pretty-options>label,.bundle-choice{transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}
.signature-switch input,.pretty-check input,.pretty-options input,.bundle-choice input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}
.signature-switch{background:#fff!important;border-color:var(--line)!important;cursor:pointer}
.signature-switch:has(input:checked),.pretty-check:has(input:checked),.pretty-options>label:has(input:checked),.bundle-choice:has(input:checked){border-color:#7e9a78!important;background:#e4eee1!important;color:#2f4930!important;box-shadow:inset 0 0 0 1px rgba(72,105,69,.08)}
.signature-switch:before{background:#efe6df!important;color:#995234!important}.signature-switch:has(input:checked):before{background:#496c4c!important;color:#fff!important}.pretty-options i{display:none!important}
.pretty-check{position:relative;border:1px solid var(--line);background:#fff!important;cursor:pointer}.pretty-check:has(input:checked){background:#e4eee1!important}
.event-linked-badge{display:flex;align-items:center;justify-content:space-between;margin:12px 0 4px;border:1px solid #d8c3b5;border-radius:12px;padding:10px 12px;background:#f8f1eb}
.event-linked-badge span{color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.event-linked-badge b{color:#71452f;font-size:11px}
.event-menu-editor{display:grid!important;gap:7px;border-top:1px solid var(--line);padding-top:16px!important}.event-menu-editor select{border:1px solid var(--line);border-radius:11px;padding:12px;background:#fff}.event-menu-editor small{color:var(--muted);font-size:9px}
.special-menu-links,.event-menu-link{display:none!important}
.special-admin-card__body>header>.toggle{display:none!important}
.special-bundle-editor{display:grid;gap:11px;border-top:1px solid var(--line);padding-top:17px}.special-bundle-editor header b,.special-bundle-editor header small{display:block}.special-bundle-editor header small{margin-top:4px;color:var(--muted);font-size:9px}
.special-bundle-editor>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bundle-choice{position:relative;display:flex!important;border:1px solid var(--line);border-radius:13px;padding:13px!important;background:#fff;cursor:pointer}.bundle-choice b,.bundle-choice small{display:block}.bundle-choice small{margin-top:3px;color:var(--muted);font-size:9px}
.app-view[data-view="menu"] .view-title{padding-bottom:12px}.app-view[data-view="menu"] .sticky-tools{margin-bottom:9px}.main-categories{scrollbar-width:none}.main-categories::-webkit-scrollbar,.bundle-compact-strip::-webkit-scrollbar{display:none}
.menu-bundles{margin:10px 18px 18px;border:1px solid #dfd4ca;border-radius:18px;padding:13px 0 13px 13px;background:#f4eee8}.menu-bundle-head{display:flex;align-items:center;justify-content:space-between;padding-right:14px}.menu-bundle-head>b{color:var(--muted);font-size:10px;font-weight:750}
.bundle-compact-strip{display:grid;grid-auto-columns:min(82%,360px);grid-auto-flow:column;gap:9px;overflow-x:auto;margin-top:9px;padding-right:13px;scroll-snap-type:x mandatory}.bundle-compact{position:relative;min-width:0;overflow:hidden;border:1px solid #d9ccc1;border-radius:14px;background:#fff;scroll-snap-align:start}
.bundle-compact>button:first-child{display:grid;width:100%;align-items:center;grid-template-columns:74px 1fr auto;gap:10px;border:0;padding:7px 45px 7px 7px;background:transparent;color:inherit;text-align:left}.bundle-compact img{width:74px;height:68px;border-radius:10px;object-fit:cover}.bundle-compact span{min-width:0}
.bundle-compact span small,.bundle-compact span b,.bundle-compact span em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-compact span small{color:#a65e3d;font-size:9px;font-weight:900;letter-spacing:.04em}.bundle-compact span b{margin:4px 0 2px;font:700 18px/1.05 var(--serif)}.bundle-compact span em{color:#527251;font-size:10px;font-style:normal;font-weight:850}.bundle-compact strong{font-size:13px;white-space:nowrap}
.bundle-compact-add{position:absolute;right:7px;bottom:7px;display:grid!important;width:31px;height:31px;place-items:center;border:0!important;border-radius:10px!important;padding:0!important;background:#342925!important;color:#fff;font-size:18px}.special-menu-hero{min-height:200px}.special-menu-hero>div{max-width:430px}.food-card__image img[src$=".svg"]{background:#ddc8ae;object-fit:cover}
.staff-role-view{display:flex;align-items:center;gap:8px;border:1px solid #ffffff24;border-radius:11px;padding:7px 9px;background:#ffffff0a;color:#fff}.staff-role-view span{color:#ffffffa8;font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.staff-role-view select{border:0;background:transparent;color:#fff;font-size:12px;font-weight:850;outline:0}.staff-role-view option{color:#222}
.station-pill{border-radius:50px;padding:4px 7px;background:#eee5dd;color:#6d5142;font-size:9px;font-style:normal;font-weight:850;text-transform:uppercase}.station-pill.bar{background:#e5ebf2;color:#405f7a}.staff-station-note{margin:0 0 12px;border-radius:12px;padding:11px 13px;background:#efe8e1;color:#6e5d51;font-size:12px}
.production-view .staff-order footer>div{display:none}.production-view .staff-order footer:after{content:"İstasyon durumu canlı sunucuda rol bazlı güncellenecek";max-width:230px;color:var(--muted);font-size:9px;text-align:right}
@media(max-width:760px){.special-bundle-editor>div{grid-template-columns:1fr}.bundle-compact-strip{grid-auto-columns:88%}.bundle-compact>button:first-child{grid-template-columns:66px 1fr;padding-right:43px}.bundle-compact img{width:66px;height:62px}.bundle-compact strong{display:none}.staff-role-view{order:3;width:100%;justify-content:space-between}}

/* Mesa Menu Pro — final visual and interaction layer */
:root{
  --ink:#241d19;
  --muted:#74685f;
  --paper:#f4eee6;
  --card:#fffaf4;
  --line:#ded2c8;
  --lime:#b9653f;
  --olive:#3d3732;
  --red:#b74f43;
  --accent:#b9653f;
  --accent-soft:#f1dfd3;
  --success:#54725b;
  --serif:"Iowan Old Style","Palatino Linotype",Georgia,serif;
  --sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

body{font-size:16px;background:#eee8e1}
.guest-page small{font-size:12px}.guest-page .bundle-label{font-size:10px!important}.guest-page .station-pill{font-size:10px}
button,a,input,select,textarea{min-height:44px}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(185,101,63,.34);outline-offset:2px}
.eyebrow{font-size:12px;letter-spacing:.13em}
.primary{background:var(--accent);color:#fff}
.dark-button{background:var(--ink)}
.lang{display:none}

/* Single-screen cinematic entrance */
.welcome{min-height:100svh;background:#171311}
.welcome-hero,.welcome-copy{min-height:100svh}
.welcome-copy{padding-bottom:74px}
.welcome-copy h1 em{color:#e9b08f}
.welcome-copy .eyebrow{color:#edbc9e}
.welcome-copy>p{max-width:520px;font-size:17px}
.welcome-actions .primary{box-shadow:0 14px 34px rgba(92,43,23,.28)}
.welcome-utility{display:flex;flex-wrap:wrap;gap:6px;margin-top:22px}
.welcome-utility button{border:0;padding:6px 10px;background:transparent;color:rgba(255,255,255,.72);font-size:13px}
.open-status i{background:#7fc08b;box-shadow:0 0 0 5px rgba(127,192,139,.18)}

/* App shell */
.guest-app{background:var(--paper)}
.guest-head{min-height:72px;background:rgba(244,238,230,.94)}
.guest-brand>b{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:var(--ink);color:#fff;font:700 24px var(--serif)}
.guest-brand strong{font-size:15px}.guest-brand small{font-size:12px}
.avatar-stack i{background:#6d5145}.avatar-stack i:nth-child(2),.avatar-stack i:nth-child(3){background:var(--accent);color:#fff}
.home-hero{min-height:490px}
.home-copy h1{font-size:44px}.home-copy p{font-size:15px}
.wheel-peek>i{background:conic-gradient(#d59a78,#f1d2b5,#9a6d55,#e8b28d,#d59a78);color:#2a1f19}
.mobile-section{padding-block:27px}
.section-head button{font-size:13px;font-weight:700}
.intent-grid button,.home-cat-grid button{min-height:116px}
.intent-grid i{background:var(--accent-soft);color:#7e442e}
.intent-grid small,.home-cat-grid small{font-size:12px}
.home-cat-grid button{background:linear-gradient(145deg,#51453e,#2e2824)}
.budget-banner{background:linear-gradient(145deg,#473c35,#2b2521)}
.budget-banner .eyebrow{color:#edb18d}

/* Menu hierarchy */
.view-title{padding-top:29px}.view-title h1{font-size:42px}.view-title p{font-size:14px;line-height:1.55}
.sticky-tools{top:72px;background:rgba(244,238,230,.94)}
.menu-search,.filter-button{min-height:48px}
.main-categories,.sub-categories,.bundle-compact-strip,.event-strip{scrollbar-width:none;-webkit-overflow-scrolling:touch}
.main-categories,.sub-categories{position:relative}
.main-categories button,.sub-categories button{min-height:42px;font-size:14px}
.sub-categories button.active{border-color:var(--accent);background:var(--accent-soft);color:#6f3b28}
.menu-bundles{background:#eee4dc;border-color:#d7c8bc}
.menu-bundle-head>b{font-size:12px}
.bundle-compact span small,.bundle-compact span em{font-size:11px}
.bundle-compact-add{width:36px;height:36px;background:var(--ink)!important}
.food-card{grid-template-columns:128px 1fr;border-radius:20px;box-shadow:0 8px 24px rgba(53,39,30,.035)}
.food-card__image{min-height:166px}
.food-card__image>span,.food-card__image>em{font-size:10px}
.food-card__body{padding:15px}
.food-card h3{font-size:20px}.food-card p{font-size:13px;line-height:1.45}
.food-tags span{padding:4px 8px;font-size:11px}
.food-bottom b{font-size:16px}.food-bottom button{width:40px;height:40px;background:var(--ink);color:#fff}
.active-filter-note{display:flex;margin:8px 18px 0;align-items:center;justify-content:space-between;border:1px solid #d3b7a6;border-radius:13px;padding:10px 12px;background:#fbf2eb;color:#6f4231;font-size:13px}
.active-filter-note button{min-height:32px;border:0;background:transparent;font-weight:800}

/* Product detail and customization */
.product-info>p{font-size:15px;line-height:1.6}
.fact-row small{font-size:11px}.dna-line{font-size:13px}
.allergen-panel{background:#eee7de}
.allergen-icon-list small{font-size:11px}
.allergen-advice{margin:11px 0 0;color:#725c51;font-size:12px;line-height:1.45}
.product-options{display:grid;gap:12px;margin:22px 0}
.product-options>h3{margin:0;font:700 23px var(--serif)}
.option-group{border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff}
.option-group>header{display:flex;justify-content:space-between;margin-bottom:9px}
.option-group>header b{font-size:14px}.option-group>header small{font-size:11px;color:var(--muted)}
.option-choices{display:grid;gap:7px}
.option-choice{position:relative;display:flex;min-height:46px;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff;cursor:pointer}
.option-choice input{position:absolute;opacity:0}
.option-choice:has(input:checked){border-color:var(--accent);background:var(--accent-soft);color:#643721}
.option-choice span{font-size:14px}.option-choice em{font-size:12px;font-style:normal;font-weight:800}
.product-note{display:grid;gap:6px;margin:16px 0;font-size:13px;font-weight:800}
.product-note textarea{min-height:74px;border:1px solid var(--line);border-radius:13px;padding:12px;background:#fff;font-weight:400;resize:vertical}
.product-add{gap:14px}.product-add button{min-width:170px}
.story-teaser{background:linear-gradient(145deg,#4b3c34,#29231f)}
.story-teaser span{color:#efb18d}.recommend-item small{font-size:11px}

/* Selections and customer status */
.cart-row{grid-template-columns:72px 1fr auto;padding:10px}
.cart-row small{font-size:12px}.qty button{width:36px;height:36px}
.cart-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}
.cart-meta span{border-radius:30px;padding:3px 7px;background:#eee6df;color:#6c574b;font-size:11px}
.cart-note{margin-top:5px;color:#79533f!important;font-style:italic}
.order-history{display:grid;gap:9px;margin:0 18px 18px}
.order-history>h2{margin:0 0 3px;font:700 25px var(--serif)}
.customer-order{border:1px solid var(--line);border-radius:17px;padding:15px;background:#fff}
.customer-order header{display:flex;align-items:center;justify-content:space-between;gap:10px}
.customer-order header span,.customer-order header b,.customer-order header small{display:block}
.customer-order header small{color:var(--muted);font-size:12px}
.status-pill{border-radius:40px;padding:6px 9px;background:#eee5de;color:#6d5649;font-size:11px;font-weight:850}
.status-pill.preparing{background:#f3e4c8;color:#765016}.status-pill.ready{background:#dce9dd;color:#34573d}.status-pill.done{background:#dce9dd;color:#34573d}.status-pill.rejected{background:#f2d8d4;color:#8c3f36}
.order-progress{display:grid;margin-top:13px;grid-template-columns:repeat(4,1fr);gap:3px}
.order-progress span{height:5px;border-radius:8px;background:#e5ddd6}.order-progress span.on{background:var(--accent)}
.cart-summary-card{background:var(--ink)}
.cart-summary-card small{font-size:12px;line-height:1.55}

/* Table and service feedback */
.service-grid button{min-height:132px}.service-grid i{background:var(--accent-soft);color:#7e432d}
.service-grid small,.table-session small{font-size:12px}
.request-status-list{display:grid;gap:8px;margin:0 18px 18px}
.request-status-list:empty{display:none}
.customer-request{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:14px;padding:12px;background:#fff}
.customer-request>i{width:9px;height:9px;border-radius:50%;background:#c48b63;box-shadow:0 0 0 5px rgba(196,139,99,.12)}
.customer-request.resolved>i{background:var(--success)}
.customer-request span{flex:1}.customer-request b,.customer-request small{display:block}.customer-request small{color:var(--muted);font-size:12px}
.waiter-card small,.waiter-card em,.waiter-card button{font-size:11px}

/* Events and dedicated event-menu experience */
.event-card time,.event-card footer span{font-size:12px}
.event-card footer{gap:12px}.event-card footer .primary{min-width:145px}
.event-menu-sheet{width:min(720px,100%);max-height:100vh;border-radius:0;background:var(--paper)}
.event-menu-cover{position:relative;min-height:300px;overflow:hidden;color:#fff}
.event-menu-cover img{position:absolute;width:100%;height:100%;object-fit:cover}
.event-menu-cover:after{position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,18,14,.9),rgba(26,18,14,.12));content:""}
.event-menu-cover .close{position:absolute;z-index:3;top:16px;right:16px}
.event-menu-cover>div{position:absolute;z-index:2;right:22px;bottom:24px;left:22px}
.event-menu-cover .eyebrow{color:#efb18d}.event-menu-cover h1{margin:7px 0;font:700 42px/1 var(--serif)}
.event-menu-body{padding:22px 18px 80px}
.event-menu-body>p{color:var(--muted);font-size:15px}
.event-course{display:grid;grid-template-columns:38px 82px 1fr;align-items:center;gap:11px;border-bottom:1px solid var(--line);padding:13px 0}
.event-course>i{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--accent-soft);font-style:normal;font-weight:850}
.event-course img{width:82px;height:76px;border-radius:12px;object-fit:cover}
.event-course b,.event-course small{display:block}.event-course small{color:var(--muted);font-size:12px}

/* Bottom dock */
.mobile-dock{height:82px;background:rgba(255,250,244,.96)}
.mobile-dock button{font-size:11px}.mobile-dock button.active:before{background:var(--accent)}
.dock-cart>i{font-size:10px}
.selection-rail{background:var(--ink)!important}

/* Staff/admin refinements shared by the final state */
.online-dot{display:inline-flex;align-items:center;gap:6px;color:#42614a;font-size:12px;font-weight:800}
.online-dot:before{width:8px;height:8px;border-radius:50%;background:#62a572;content:""}
.online-dot.offline{color:#8a817b}.online-dot.offline:before{background:#aaa19b}
.request-amount{display:flex;justify-content:space-between;border-radius:10px;padding:9px 11px;background:#f5eee8;font-size:13px}
.station-actions{display:flex;gap:8px}
.performance-card{width:100%;border:1px solid var(--line);background:#fff;text-align:left;color:inherit}
.shift-toggle{display:flex;min-height:46px;align-items:center;gap:9px;border:1px solid #ffffff26;border-radius:12px;padding:7px 10px;background:#ffffff0b;color:#fff;text-align:left}
.shift-toggle>i{width:10px;height:10px;border-radius:50%;background:#6ed081;box-shadow:0 0 0 5px rgba(110,208,129,.12)}
.shift-toggle span,.shift-toggle b,.shift-toggle small{display:block}.shift-toggle small{color:#ffffff8d;font-size:10px}
.shift-toggle.offline>i{background:#9d9691;box-shadow:none}.shift-toggle.offline small{color:#ffffff72}
.final-product-editor{margin-top:16px}.final-tag-grid{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.final-tag-grid label{position:relative}.final-tag-grid input{position:absolute;opacity:0}.final-tag-grid span{display:block;border:1px solid var(--line);border-radius:30px;padding:8px 11px;background:#fff;font-size:12px}.final-tag-grid label:has(input:checked) span{border-color:var(--accent);background:var(--accent-soft);color:#6f3c29}
.dna-admin{display:grid;gap:7px;margin-top:12px}.dna-admin label{display:grid;align-items:center;grid-template-columns:130px 1fr 38px 34px;gap:8px}.dna-admin input:first-child,.dna-admin button,.option-admin-card input,.option-admin-card button,.story-section-admin input,.story-section-admin select,.story-section-admin textarea{border:1px solid var(--line);border-radius:9px;padding:8px;background:#fff}.dna-admin button{min-height:36px}
.option-admin-card,.story-section-admin{margin:10px 0;border:1px solid var(--line);border-radius:13px;padding:12px;background:#fff}.option-admin-card>header,.story-section-admin>header{display:flex;align-items:center;gap:8px}.option-admin-card>header>input{flex:1}.option-admin-card>div{display:grid;gap:6px;margin:9px 0}.option-admin-card>div>label{display:grid;grid-template-columns:1fr 120px 36px;gap:6px}.story-section-admin{display:grid;gap:8px}.story-section-admin>header{justify-content:space-between}.story-section-admin textarea{min-height:90px}

@media(max-width:700px){
  .welcome-copy{padding:112px 18px 70px}.welcome-copy h1{font-size:50px}.welcome-copy>p{font-size:15px}
  .welcome-actions{gap:8px}.welcome-utility{margin-top:14px}
  .food-card{grid-template-columns:118px 1fr}.food-card__image{min-height:160px}
  .food-card h3{font-size:19px}.food-card p{font-size:12.5px}
  .event-menu-cover h1{font-size:37px}
}

@media(max-width:360px){
  .mobile-dock span{font-size:10px}.food-card{grid-template-columns:108px 1fr}.food-card__body{padding:12px}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* Final payment, private feedback and post-visit experience */
.feedback-card{display:flex;width:calc(100% - 36px);margin:0 18px 18px;align-items:center;justify-content:space-between;gap:14px;border:1px solid #d8c2b4;border-radius:18px;padding:17px;background:linear-gradient(135deg,#fff9f3,#f1e1d6);color:var(--ink);text-align:left;box-shadow:0 9px 24px rgba(74,50,33,.045)}
.feedback-card>span{display:grid;min-width:0;grid-template-columns:40px 1fr;align-items:center}.feedback-card i{display:grid;width:36px;height:36px;grid-row:1/3;place-items:center;border-radius:11px;background:var(--accent);color:#fff;font-style:normal}.feedback-card b,.feedback-card small{display:block}.feedback-card small{color:var(--muted);font-size:12px;line-height:1.35}.feedback-card em{white-space:nowrap;color:var(--accent-strong);font-size:12px;font-style:normal;font-weight:850}
.account-balance{display:flex;align-items:center;justify-content:space-between;border-radius:18px;padding:18px;background:linear-gradient(135deg,#3f312a,#211c19);color:#fff}.account-balance span,.account-balance small,.account-balance b{display:block}.account-balance small{color:rgba(255,255,255,.58);font-size:9px;letter-spacing:.11em}.account-balance b{margin-top:4px;font:700 27px var(--serif)}.account-balance>i{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:rgba(255,255,255,.1);font-style:normal;font-weight:900}.account-intro{color:var(--muted);font-size:13px;line-height:1.55}
.payment-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.payment-method-grid label{position:relative}.payment-method-grid input{position:absolute;opacity:0}.payment-method-grid span{display:flex;min-height:116px;flex-direction:column;border:1px solid var(--line);border-radius:15px;padding:12px;background:#fff;cursor:pointer}.payment-method-grid i{display:grid;width:31px;height:31px;margin-bottom:auto;place-items:center;border-radius:9px;background:#eee5dd;color:#76513f;font-style:normal}.payment-method-grid b,.payment-method-grid small{display:block}.payment-method-grid b{font-size:12px;line-height:1.15}.payment-method-grid small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.25}.payment-method-grid label:has(input:checked) span{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 1px var(--accent)}
.payment-plan-editor{margin:14px 0;border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff}.payment-plan-summary{display:flex;align-items:center;justify-content:space-between}.payment-plan-summary span,.payment-plan-summary b,.payment-plan-summary small{display:block}.payment-plan-summary small{color:var(--muted);font-size:10px}.payment-plan-summary strong{font-size:17px}.split-count{display:grid;align-items:center;grid-template-columns:1fr 90px;gap:12px;font-size:12px;font-weight:800}.split-count input{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff}.equal-plan{margin-top:10px}.equal-plan p{display:flex;justify-content:space-between;margin:0;border-top:1px solid var(--line);padding:9px 2px;font-size:12px}.plan-note{display:block;margin-top:8px;color:var(--muted);font-size:10px}
.separate-plan>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.separate-plan header b,.separate-plan header small{display:block}.separate-plan header small{color:var(--muted);font-size:10px}.separate-plan header button{border:0;border-radius:9px;padding:8px 10px;background:var(--ink);color:#fff;font-size:10px;font-weight:800}.payer-row{display:grid;margin-top:7px;grid-template-columns:1fr 120px 34px;gap:7px}.payer-row>input,.payer-row label{min-width:0;border:1px solid var(--line);border-radius:10px;background:#fff}.payer-row>input{padding:10px}.payer-row label{display:grid;grid-template-columns:1fr 24px;align-items:center}.payer-row label input{min-width:0;border:0;outline:0;padding:10px;background:transparent}.payer-row label span{color:var(--muted);font-size:11px}.payer-row>button{border:0;border-radius:9px;background:#f3e4df;color:#934d40;font-size:18px}.plan-balance{margin:9px 0 0;color:#9a4f3f;font-size:11px;font-weight:800}.plan-balance.complete{color:var(--success)}
.tip-section{margin:16px 0;border-top:1px solid var(--line);padding-top:15px}.tip-section>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.tip-section header b,.tip-section header small{display:block}.tip-section header small{color:var(--muted);font-size:10px}.tip-section header strong{font-size:16px}.custom-tip{display:grid;margin-top:9px;align-items:center;grid-template-columns:1fr 140px;gap:10px;font-size:12px;font-weight:800}.custom-tip input{border:1px solid var(--line);border-radius:10px;padding:11px;background:#fff}.account-grand-total{display:flex;align-items:center;justify-content:space-between;margin:16px 0;border-block:1px solid var(--line);padding:14px 0}.account-grand-total span{font-size:12px}.account-grand-total b{font-size:20px}.account-send{width:100%}
.feedback-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.feedback-form fieldset{margin:0;border:1px solid var(--line);border-radius:14px;padding:13px;background:#fff}.feedback-form legend{padding:0 5px;font-size:12px;font-weight:800}.feedback-form legend small{color:var(--muted);font-weight:400}.private-rating>div{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.private-rating label{position:relative}.private-rating input{position:absolute;opacity:0}.private-rating span{display:grid;min-height:42px;place-items:center;border:1px solid var(--line);border-radius:10px;background:#fff}.private-rating label:has(input:checked) span{border-color:var(--accent);background:var(--accent);color:#fff}.reply-toggle{display:flex!important;align-items:center;gap:10px;border:1px solid var(--line);border-radius:13px;padding:12px;background:#fff}.reply-toggle input{width:18px!important;height:18px}.reply-toggle b,.reply-toggle small{display:block}.reply-toggle small{color:var(--muted);font-size:10px}.feedback-contact{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.post-visit{text-align:left}.post-visit>h3{margin:7px 0 8px;font:700 31px/1.05 var(--serif)}.post-visit>p{color:var(--muted);line-height:1.6}.post-visit-actions{display:grid;gap:8px;margin-top:16px}.post-visit-actions button{display:grid;min-height:72px;align-items:center;grid-template-columns:42px 1fr auto;gap:11px;border:1px solid var(--line);border-radius:15px;padding:11px;background:#fff;text-align:left}.post-visit-actions button>i{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:var(--accent-soft);color:var(--accent-strong);font-style:normal;font-weight:900}.post-visit-actions span,.post-visit-actions b,.post-visit-actions small{display:block}.post-visit-actions small{color:var(--muted);font-size:10px}.post-visit-actions em{font-style:normal}
@media(max-width:440px){.payment-method-grid{grid-template-columns:1fr}.payment-method-grid span{min-height:74px}.payer-row{grid-template-columns:1fr 105px 32px}.feedback-choice-grid,.feedback-contact{grid-template-columns:1fr}}

/* Decision guide additions from the hospitality feedback */
.decision-section .section-head>small{color:var(--muted);font-size:11px}
.intent-grid .chef-intent{display:grid;min-height:84px;align-items:center;grid-column:1/-1;grid-template-columns:38px 1fr auto;gap:11px;background:linear-gradient(135deg,#765443,#312a25);color:#fff}
.intent-grid .chef-intent i{margin:0;background:rgba(255,255,255,.12);color:#f0cb94}
.intent-grid .chef-intent span{text-align:left}.intent-grid .chef-intent b{font-size:19px}.intent-grid .chef-intent small{color:rgba(255,255,255,.67)}
.intent-grid .chef-intent em{font-size:21px;font-style:normal}

/* Admin-controlled special-day atmospheres */
:root[data-menu-theme="sunset"]{--accent:#b96d43;--accent-strong:#934b31;--accent-soft:#f2d8c7;--gold:#c99755}
:root[data-menu-theme="romance"]{--accent:#a84f61;--accent-strong:#7b3040;--accent-soft:#f0d3da;--gold:#c89a70}
:root[data-menu-theme="celebration"]{--accent:#b67a32;--accent-strong:#80501f;--accent-soft:#f3dfbd;--gold:#d0a34d}
:root[data-menu-theme="newyear"]{--accent:#9d7a35;--accent-strong:#654b1d;--accent-soft:#eee2c8;--gold:#c9a85c}
:root[data-menu-theme="romance"] .menu-masthead-shade{background:linear-gradient(0deg,rgba(72,25,38,.9),rgba(72,25,38,.08) 76%)}
:root[data-menu-theme="celebration"] .menu-masthead-shade{background:linear-gradient(0deg,rgba(70,40,15,.89),rgba(70,40,15,.06) 76%)}
:root[data-menu-theme="newyear"] .menu-masthead-shade{background:linear-gradient(0deg,rgba(18,20,18,.94),rgba(18,20,18,.08) 76%)}
:root[data-menu-theme="newyear"] .experience-switch button:first-child{background:linear-gradient(145deg,#d0af67,#80652c)}

/* Mesa customer experience — editorial hospitality layer */
:root{
  --paper:#f2e7d6;
  --paper-deep:#ead9c1;
  --card:#fffaf1;
  --ink:#2a211c;
  --muted:#796a5e;
  --line:rgba(79,58,43,.17);
  --accent:#b96d43;
  --accent-strong:#934b31;
  --accent-soft:#f2d8c7;
  --gold:#c99755;
  --gold-soft:#efd6aa;
  --sage:#75806d;
  --success:#4f765c;
  --serif:"Iowan Old Style","Baskerville","Palatino Linotype",Georgia,serif;
  --sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --shadow:0 18px 54px rgba(78,52,32,.13);
}

body.guest-page{
  background:
    radial-gradient(circle at 50% -10%,rgba(255,255,255,.72),transparent 38%),
    linear-gradient(135deg,#ddd0bf,#f3eadf 48%,#ded1c0);
  color:var(--ink);
  font-family:var(--sans);
}
.guest-app{max-width:520px;background:var(--paper);box-shadow:0 0 90px rgba(61,43,31,.2)}
.guest-main{background:linear-gradient(180deg,var(--paper),#f6eee2 58%,var(--paper))}
.eyebrow{font-size:11px;letter-spacing:.17em}

/* Cinematic entrance */
.welcome{background:#211914}
.welcome-hero>img{filter:saturate(.88) contrast(.98) brightness(.92)}
.welcome-shade{
  background:
    linear-gradient(180deg,rgba(26,18,13,.24),transparent 30%),
    linear-gradient(0deg,rgba(27,18,13,.86),transparent 63%),
    linear-gradient(90deg,rgba(34,23,16,.37),transparent 70%);
}
.welcome-top{padding-top:max(20px,env(safe-area-inset-top));text-shadow:0 2px 14px rgba(0,0,0,.4)}
.wordmark b{font:600 30px/1 var(--serif);letter-spacing:.08em}
.wordmark span{font-size:10px;line-height:1.25}
.welcome-copy{justify-content:flex-end;max-width:520px;padding:130px 22px 72px;text-shadow:0 2px 18px rgba(0,0,0,.28)}
.welcome-copy .eyebrow{color:#f1d4a4}
.welcome-copy h1{max-width:470px;margin:11px 0 15px;font:400 clamp(47px,12vw,70px)/.92 var(--serif);letter-spacing:-.045em}
.welcome-copy h1 em{color:#f0cf9d;font-style:italic}
.welcome-copy>p{max-width:435px;margin-bottom:24px;color:rgba(255,255,255,.82);font-size:16px;line-height:1.58}
.welcome-actions{display:grid;grid-template-columns:1.1fr .9fr;gap:9px}
.welcome-actions .big{min-height:58px;border-radius:16px;padding:13px 17px}
.welcome-actions .primary{background:linear-gradient(135deg,#d0a15d,#b87342);box-shadow:0 12px 35px rgba(52,25,12,.28)}
.welcome-actions .soft{border-color:rgba(255,255,255,.28);background:rgba(255,250,239,.13)}
.welcome-utility{margin-top:13px;justify-content:center}
.welcome-utility button{font-size:12px;text-shadow:0 1px 8px rgba(0,0,0,.45)}
.open-status{top:92px;right:20px;bottom:auto;left:auto;border-color:rgba(255,255,255,.3);border-radius:999px;padding:9px 12px;background:rgba(32,21,15,.42)}
.open-status i{background:#b8ce9f;box-shadow:0 0 0 5px rgba(184,206,159,.18)}
.open-status small{display:none}

/* App chrome */
.guest-head{min-height:72px;border-color:var(--line);padding:9px 15px;background:rgba(255,250,241,.9);box-shadow:0 5px 22px rgba(54,39,27,.05)}
.guest-brand>b{display:grid;width:40px;height:40px;place-items:center;border-radius:13px;background:var(--ink);color:#fff;font:600 25px/1 var(--serif)}
.guest-brand>span{border-color:var(--line)}
.guest-brand strong{font-size:15px}.guest-brand small{font-size:12px}
.head-actions .round{border-color:var(--line);background:var(--card)}
.avatar-stack i{border-color:var(--card);background:#77594b}.avatar-stack i:nth-child(2){background:var(--accent)}

/* Discovery page */
.home-hero{min-height:480px;border-radius:0 0 30px 30px}
.home-hero>img{filter:saturate(.88) contrast(1.04)}
.home-shade{background:linear-gradient(0deg,rgba(35,23,16,.91),rgba(35,23,16,.06) 76%)}
.home-copy{right:24px;bottom:70px;left:24px}
.home-copy .eyebrow{color:#f2cd96}
.home-copy h1{font-size:48px;line-height:.94}.home-copy p{max-width:345px;color:rgba(255,255,255,.78);font-size:14px;line-height:1.5}
.home-copy .primary{background:var(--gold);color:#fff}
.wheel-peek{top:17px;right:15px;border-color:rgba(255,255,255,.25);background:rgba(37,25,17,.58)}
.wheel-peek>i{background:conic-gradient(#d5a660,#f1c88c,#a36b53,#89957a,#d5a660);color:#fff}
.wheel-peek small{font-size:11px}
.experience-switch{
  position:relative;z-index:5;display:grid;margin:-45px 12px 4px;grid-template-columns:repeat(3,1fr);
  overflow:hidden;border:1px solid rgba(89,64,47,.14);border-radius:22px;background:rgba(255,250,241,.97);box-shadow:var(--shadow)
}
.experience-switch button{display:flex;min-width:0;min-height:94px;align-items:center;justify-content:center;flex-direction:column;gap:7px;border:0;border-right:1px solid var(--line);padding:12px 5px;background:transparent;text-align:center}
.experience-switch button:last-child{border-right:0}.experience-switch button:first-child{margin:7px;border:0;border-radius:16px;background:linear-gradient(145deg,#d2a25e,#bc7745);color:#fff}
.experience-switch i{font-size:21px;font-style:normal}.experience-switch b,.experience-switch small{display:block}.experience-switch b{font:700 15px/1.05 var(--serif)}.experience-switch small{margin-top:3px;color:inherit;font-size:10px;opacity:.72}
.mobile-section{border-color:var(--line);padding:34px 15px}
.section-head{margin-bottom:17px}.section-head h2{font-size:31px;letter-spacing:-.025em}.section-head button{color:var(--accent-strong);font-size:12px;font-weight:800}
.event-mini{border-radius:23px;box-shadow:0 12px 30px rgba(50,35,24,.1)}.event-mini time{color:#f0c98f;font-size:11px}.event-mini b{font-size:25px}
.intent-grid{grid-template-columns:repeat(2,1fr);gap:9px}.intent-grid button{min-height:116px;border-color:var(--line);background:rgba(255,250,241,.82)}
.intent-grid i{background:#f2dfc6;color:#9e623f}.intent-grid svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6}.intent-grid b{font:700 17px var(--serif)}.intent-grid small{font-size:11px}
.home-cat-grid{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.home-cat-grid button{min-width:170px;min-height:108px;border-color:rgba(255,255,255,.1);background:linear-gradient(145deg,#7c5945,#3c3029);box-shadow:0 12px 28px rgba(61,43,31,.1)}
.home-cat-grid b{font:700 19px var(--serif)}.home-cat-grid small{font-size:11px}
.budget-banner{background:linear-gradient(140deg,#7a5948,#2f2925);box-shadow:0 18px 42px rgba(58,39,28,.15)}.budget-banner .eyebrow{color:#f0ce9b}.budget-banner h2{font-size:35px}

/* Editorial menu masthead */
.menu-masthead{position:relative;min-height:246px;overflow:hidden;color:#fff}
.menu-masthead>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 58%;filter:saturate(.8) contrast(1.02)}
.menu-masthead-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(38,25,17,.87),rgba(38,25,17,.08) 75%)}
.menu-masthead .view-title{position:absolute;z-index:2;right:20px;bottom:22px;left:20px;padding:0}
.menu-masthead .view-title .eyebrow{color:#f0ce99}.menu-masthead .view-title h1{margin:4px 0 5px;color:#fff;font-size:54px;line-height:.9}.menu-masthead .view-title p{max-width:410px;color:rgba(255,255,255,.8);font-size:13px;line-height:1.45}
.sticky-tools{top:72px;gap:8px;padding:12px 15px;background:rgba(242,231,214,.94);box-shadow:0 8px 18px rgba(67,47,32,.04)}
.menu-search{min-height:50px;border-color:var(--line);border-radius:16px;background:var(--card)}.menu-search input{font-size:14px}.filter-button{min-width:66px;border-color:var(--line);border-radius:16px;background:var(--card)}
.main-categories{padding:7px 15px 4px}.sub-categories{padding:6px 15px 8px}
.main-categories button,.sub-categories button{min-height:43px;border-color:var(--line);padding:9px 15px;background:rgba(255,250,241,.55);font-size:12px;font-weight:750}
.main-categories button.active{border-color:var(--accent);background:linear-gradient(135deg,#c98f55,#b96d43);box-shadow:0 8px 20px rgba(155,82,46,.2)}
.sub-categories button.active{border-color:#c89c69;background:#f1dbbd;color:#6f492f}

.menu-featured{padding:26px 15px 17px}
.menu-featured>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:13px}.menu-featured h2{margin:3px 0 0;font:400 30px/1 var(--serif)}.menu-featured>header>small{color:var(--muted);font-size:11px}
.featured-strip{display:grid;grid-auto-columns:min(72%,285px);grid-auto-flow:column;gap:10px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}.featured-strip::-webkit-scrollbar{display:none}
.featured-card{position:relative;display:grid;min-height:112px;align-items:center;grid-template-columns:82px 1fr;gap:11px;overflow:hidden;border:1px solid var(--line);border-radius:20px;padding:9px 44px 9px 9px;background:var(--card);box-shadow:0 10px 25px rgba(69,48,32,.06);scroll-snap-align:start;text-align:left}
.featured-card>img{width:82px;height:92px;border-radius:15px;object-fit:cover}.featured-card span{min-width:0}.featured-card small,.featured-card b,.featured-card em{display:block}.featured-card small{color:var(--accent);font-size:10px;font-weight:850;letter-spacing:.07em}.featured-card b{display:-webkit-box;margin:4px 0;font:700 18px/1.08 var(--serif);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.featured-card em{color:var(--accent-strong);font-size:13px;font-style:normal;font-weight:900}
.featured-card>i{position:absolute;right:9px;bottom:9px;display:grid;width:31px;height:31px;place-items:center;border-radius:11px;background:var(--ink);color:#fff;font-size:18px;font-style:normal}

.menu-bundles{margin:7px 15px 15px;border-color:var(--line);border-radius:20px;background:rgba(225,205,185,.35)}
.menu-bundle-head .eyebrow{color:var(--accent)}.bundle-compact{border-color:var(--line);background:var(--card)}.bundle-compact span small{color:var(--accent)}.bundle-compact span b{font-size:17px}.bundle-compact-add{background:var(--ink)!important}
.menu-result-head{padding:21px 15px 10px}.menu-result-head b{font:700 22px var(--serif)}.menu-result-head small{font-size:12px}
.food-list{gap:11px;padding:0 15px 32px}
.food-card{grid-template-columns:123px 1fr;border-color:var(--line);border-radius:22px;background:var(--card);box-shadow:0 10px 28px rgba(77,53,35,.055)}
.food-card__image{min-height:177px}.food-card__image img{filter:saturate(.9) contrast(1.01)}
.food-card__image>span{top:10px;left:9px;background:#efd7b9;color:#70452f;font-size:9px;letter-spacing:.04em}.food-card__image>em{font-size:10px}
.food-card__body{padding:15px 13px}.food-card h3{font:700 21px/1.05 var(--serif);letter-spacing:-.015em}.food-card p{margin:7px 0 9px;color:var(--muted);font-size:12.5px;line-height:1.45}
.food-tags span{background:#eee9df;color:#665e56;font-size:10px}.food-bottom>b{color:var(--accent-strong);font-size:18px}.food-bottom button{width:38px;height:38px;background:var(--ink);color:#fff;box-shadow:0 8px 17px rgba(43,31,24,.18)}
.active-filter-note{margin-inline:15px}

/* Remaining customer views */
.app-view[data-view="cart"]>.view-title,.app-view[data-view="events"]>.view-title,.app-view[data-view="table"]>.view-title{padding:32px 18px 19px;background:linear-gradient(160deg,#ead8c0,var(--paper))}
.app-view[data-view="cart"]>.view-title h1,.app-view[data-view="events"]>.view-title h1,.app-view[data-view="table"]>.view-title h1{font-size:44px}
.table-session,.service-grid button,.bill-mini,.event-card,.cart-row{border-color:var(--line);background:var(--card)}
.service-grid button{box-shadow:0 9px 24px rgba(74,50,33,.04)}.service-grid i{background:#f0dcc6;color:var(--accent-strong)}
.event-card{box-shadow:0 12px 30px rgba(70,48,32,.07)}.event-card time{color:var(--accent)}
.cart-summary-card{background:linear-gradient(140deg,#4f3a30,#251f1b)}

/* Product and story detail */
.sheet{background:var(--paper)}.sheet-head{background:rgba(242,231,214,.94)}
.product-info>h2{font-size:38px}.product-info>p{font-size:15px;line-height:1.6}.product-add{background:var(--card)}
.story-teaser{background:linear-gradient(135deg,#755343,#302925)}.story-teaser span{color:#efca93}
.dna-line i b{background:linear-gradient(90deg,var(--gold),var(--accent))}
.chef-note{border-color:var(--gold)}.story-article{background:var(--paper)}

/* Dock */
.mobile-dock{max-width:520px;height:81px;border-color:var(--line);background:rgba(255,250,241,.96);box-shadow:0 -10px 30px rgba(65,44,29,.06)}
.mobile-dock button{color:#8a8177}.mobile-dock button.active{color:var(--accent-strong)}.mobile-dock button.active:before{background:var(--accent)}
.dock-cart>i{background:var(--accent)}

@media(max-width:700px){
  .welcome-copy{padding:130px 20px 66px}.welcome-copy h1{font-size:51px}.welcome-copy>p{font-size:15px}
  .open-status{top:82px;right:15px}
  .home-copy h1{font-size:45px}
  .menu-masthead{min-height:235px}.menu-masthead .view-title h1{font-size:50px}
  .food-card{grid-template-columns:119px 1fr}.food-card__image{min-height:174px}
}
@media(max-width:370px){
  .welcome-actions{grid-template-columns:1fr}.welcome-actions .soft{display:none}
  .experience-switch b{font-size:14px}.experience-switch small{font-size:9px}
  .featured-strip{grid-auto-columns:82%}.food-card{grid-template-columns:110px 1fr}.food-card h3{font-size:19px}
}
