:root{--orange:#ff641f;--orange-dark:#d94708;--black:#151412;--ink:#24211e;--muted:#77716b;--paper:#f7f5f2;--line:#e6e0da;--white:#fff;--green:#1e7650;--radius:20px;--shadow:0 18px 50px #3b271217}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{height:78px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:11px}.brand>span{width:42px;height:42px;border-radius:13px;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:23px;font-weight:900}.brand strong{font-size:20px;line-height:1}.brand small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.13em;font-size:8px;margin-top:6px}.site-header nav{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:700}.site-header nav>a:hover{color:var(--orange)}.cart-trigger{border:0;background:var(--black);color:#fff;border-radius:30px;padding:10px 15px;cursor:pointer}.cart-trigger b{background:var(--orange);border-radius:50%;padding:2px 6px;margin-left:5px}.preview-bar{display:flex;justify-content:center;gap:12px;background:#fff0e8;color:#85330d;padding:9px 20px;font-size:12px;border-bottom:1px solid #ffd5c1}.preview-bar strong{text-transform:uppercase;letter-spacing:.09em}main{min-height:calc(100vh - 190px)}.hero{min-height:560px;background:var(--orange);display:grid;grid-template-columns:1.2fr .8fr;padding:clamp(55px,8vw,110px) clamp(24px,8vw,130px);overflow:hidden}.hero>div{max-width:700px;position:relative;z-index:2}.eyebrow{font-size:10px;letter-spacing:.18em;font-weight:800;text-transform:uppercase;color:var(--orange-dark)}.hero .eyebrow{color:#6b2204}.hero h1{font-size:clamp(54px,7vw,102px);letter-spacing:-.07em;line-height:.87;margin:22px 0}.hero h1 em{color:#fff;font-style:normal}.hero p{font-size:17px;line-height:1.6;max-width:530px;margin-bottom:30px}.hero aside{align-self:center;justify-self:end;width:min(360px,30vw);aspect-ratio:1;border-radius:50%;border:1px solid #ffffff80;display:grid;place-items:center;position:relative}.hero-mark{font-size:clamp(100px,16vw,230px);font-weight:900;color:#fff;line-height:1}.hero aside span{position:absolute;right:-25px;bottom:35px;background:#fff;padding:14px 17px;font-weight:800;font-size:12px;transform:rotate(-4deg)}.button{border:0;background:var(--orange);color:#fff;padding:14px 20px;border-radius:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.button:hover{background:var(--orange-dark)}.button.dark{background:var(--black)}.button.light{background:#fff;color:var(--black);border:1px solid var(--line)}.section{padding:80px clamp(22px,6vw,96px);max-width:1500px;margin:auto}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px;gap:30px}.section-head h2{font-size:35px;letter-spacing:-.04em;margin:8px 0 0}.section-head p{color:var(--muted);max-width:400px}.section-head.compact{margin-bottom:16px}.section-head.compact h2{font-size:25px}.restaurant-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.restaurant-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.restaurant-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.restaurant-art{height:180px;background:var(--black);color:#fff;display:flex;align-items:center;justify-content:center;position:relative}.restaurant-art>span{font-size:90px;font-weight:900;color:var(--orange)}.restaurant-art small{position:absolute;top:17px;right:17px;background:#ffffff19;border:1px solid #ffffff35;padding:7px 9px;border-radius:20px}.restaurant-info{padding:22px}.restaurant-info h3{font-size:23px;margin:0 0 18px}.restaurant-info>a,.store-links a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:13px 0;font-size:13px;font-weight:750}.restaurant-info a b{color:var(--orange)}.promotions{max-width:1350px;margin:-35px auto 0;position:relative;z-index:2;padding:0 22px;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.promotions article{min-height:150px;border-radius:18px;background:var(--black);color:#fff;padding:25px;display:flex;gap:20px;box-shadow:var(--shadow)}.promotions img{width:120px;object-fit:cover;border-radius:12px}.promotions span{color:var(--orange);font-size:9px;text-transform:uppercase;letter-spacing:.15em}.promotions h2{margin:8px 0}.promotions p{color:#bbb}.notice{max-width:1200px;margin:22px auto;padding:15px 18px;border-radius:12px;background:#fff5d9;border:1px solid #f3d889}.notice.error,.field-error{background:#fff0ed;border:1px solid #ffc8bd;color:#9c2c17}.notice.success{background:#e9f6ee;border-color:#b9dfc8;color:#17613d}.menu-head{background:#fff;padding:45px clamp(22px,6vw,95px);display:grid;grid-template-columns:1fr 2fr 1fr;align-items:end;border-bottom:1px solid var(--line)}.menu-head>a{align-self:start;color:var(--muted);font-size:13px}.menu-head h1{font-size:48px;letter-spacing:-.05em;margin:7px 0}.menu-head p{color:var(--muted)}label{display:grid;gap:7px;font-size:12px;font-weight:750}input,select,textarea{border:1px solid var(--line);border-radius:10px;background:#fff;padding:12px 13px;color:var(--ink);width:100%}input:focus,select:focus,textarea:focus{outline:3px solid #ff641f25;border-color:var(--orange)}.menu-head label{max-width:260px;justify-self:end}.menu-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;max-width:1500px;margin:auto;padding:48px clamp(22px,5vw,70px);gap:28px}.category{margin-bottom:50px}.category-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.category-head>span{width:31px;height:31px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:800}.category-head h2{font-size:26px;margin:0}.category-head small{color:var(--muted)}.item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.menu-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;display:grid;grid-template-columns:1fr 95px;gap:14px;position:relative;min-height:190px}.item-copy h3{font-size:17px;margin:7px 0}.item-copy p{color:var(--muted);font-size:12px;line-height:1.5;margin:0 0 16px}.item-copy strong{font-size:15px}.menu-item img,.item-placeholder{width:95px;height:95px;border-radius:13px;object-fit:cover}.item-placeholder{background:#fff0e7;color:var(--orange);display:grid;place-items:center;font-size:40px;font-weight:900}.menu-item>button{position:absolute;right:18px;bottom:17px;border:1px solid var(--line);background:#fff;border-radius:30px;padding:8px 11px;font-weight:800;cursor:pointer}.menu-item>button:hover{background:var(--black);color:#fff}.menu-item>button b{color:var(--orange);margin-left:4px}.cart-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;align-self:start;position:sticky;top:100px;box-shadow:0 10px 30px #31210e0a}.cart-head{display:flex;justify-content:space-between;align-items:start}.cart-head h2{margin:5px 0}.cart-head button{display:none;border:0;background:none;font-size:25px}.cart-items{margin:18px 0}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-line span{display:block;color:var(--muted);font-size:11px;margin-top:3px}.cart-line div:last-child{display:flex;align-items:center;gap:7px}.cart-line button{border:1px solid var(--line);background:#fff;border-radius:7px;width:25px;height:25px;cursor:pointer}.cart-total{display:flex;justify-content:space-between;padding:17px 0;border-top:2px solid var(--black);margin-bottom:15px}.cart-panel>label{margin-top:12px}.checkout{width:100%;margin-top:18px}.cart-message{font-size:12px;color:var(--orange-dark);line-height:1.5}.text-link{color:var(--orange-dark);font-weight:750;font-size:12px;margin-top:12px}.auth-shell{max-width:1100px;margin:70px auto;padding:0 22px;display:grid;grid-template-columns:1fr 430px;gap:80px;align-items:center}.auth-shell article h1{font-size:60px;line-height:.95;letter-spacing:-.06em;margin:15px 0}.auth-shell article p{color:var(--muted);line-height:1.7;max-width:490px}.auth-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;display:grid;gap:17px;box-shadow:var(--shadow)}.auth-card h2{margin:0 0 5px}.auth-card small{color:var(--muted);line-height:1.5}.field-error{padding:11px;border-radius:9px;font-size:12px}.otp{font-size:27px;letter-spacing:.35em;font-weight:800}.account-head{background:var(--black);color:#fff;padding:55px clamp(22px,7vw,110px);display:flex;justify-content:space-between;align-items:center}.account-head .eyebrow{color:var(--orange)}.account-head h1{font-size:50px;letter-spacing:-.05em;margin:9px 0}.account-head p{color:#aaa}.account-layout{max-width:1350px;margin:45px auto;padding:0 22px;display:grid;grid-template-columns:1.35fr .65fr;gap:35px}.order-list,.address-list{display:grid;gap:10px}.order-list article,.address-list article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;display:flex;justify-content:space-between}.order-list article>div:last-child{display:grid;justify-items:end;gap:8px}.order-list h3{margin:5px 0}.order-list span,.order-list small,.address-list span{color:var(--muted);font-size:12px}.order-status{text-transform:uppercase;font-size:9px;color:var(--green);background:#e4f3ea;padding:5px 7px;border-radius:20px}.address-list article{display:grid;gap:4px;position:relative}.address-list small{position:absolute;right:12px;top:12px;background:#fff0e8;color:var(--orange-dark);padding:4px 7px;border-radius:12px}.address-form{margin-top:15px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.address-form summary{font-weight:800;cursor:pointer}.address-form form{display:grid;gap:12px;margin-top:17px}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkbox{display:flex;grid-template-columns:auto 1fr;align-items:center}.checkbox input{width:auto}.empty{grid-column:1/-1;min-height:180px;border:1px dashed #cdc5be;border-radius:16px;display:grid;place-items:center;align-content:center;gap:7px;color:var(--muted);text-align:center;padding:25px}.empty strong{color:var(--ink)}.empty a{color:var(--orange-dark);font-weight:800}.empty.small{min-height:80px;font-size:12px}.muted{color:var(--muted)}.error-page{max-width:600px;text-align:center;margin:100px auto;padding:30px}.error-page>span{width:65px;height:65px;background:var(--orange);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:30px;font-weight:900;margin:auto}.error-page h1{font-size:45px;letter-spacing:-.05em}.error-page p{color:var(--muted);margin-bottom:25px}footer{min-height:115px;background:#fff;border-top:1px solid var(--line);padding:30px clamp(22px,6vw,90px);display:flex;justify-content:space-between;align-items:center}footer div{display:grid;gap:5px}footer div strong{font-size:19px}footer div span{color:var(--muted);font-size:12px}footer nav{display:flex;gap:25px;font-size:12px;font-weight:700}
@media(max-width:1050px){.hero{grid-template-columns:1fr}.hero aside{display:none}.restaurant-grid{grid-template-columns:repeat(2,1fr)}.menu-layout{grid-template-columns:1fr}.cart-panel{position:fixed;z-index:50;inset:auto 0 0;top:10vh;transform:translateY(110%);transition:.25s;border-radius:24px 24px 0 0;overflow:auto}.cart-panel.open{transform:none}.cart-head button{display:block}.item-grid{grid-template-columns:repeat(2,1fr)}.account-layout{grid-template-columns:1fr}.cart-trigger[hidden]{display:none!important}.cart-trigger{display:block!important}}
@media(max-width:700px){.site-header{height:67px;padding:0 16px}.brand strong{font-size:17px}.brand>span{width:37px;height:37px}.site-header nav>a:first-child{display:none}.site-header nav{gap:10px}.preview-bar{display:grid;text-align:center;gap:3px}.hero{min-height:500px;padding:60px 22px}.hero h1{font-size:55px}.section{padding:55px 17px}.section-head{display:block}.restaurant-grid,.promotions{grid-template-columns:1fr}.promotions{margin-top:16px}.menu-head{padding:30px 18px;display:block}.menu-head>a{display:block;margin-bottom:28px}.menu-head h1{font-size:38px}.menu-head label{max-width:none;margin-top:22px}.menu-layout{padding:28px 14px}.item-grid{grid-template-columns:1fr}.auth-shell{display:block;margin:40px auto}.auth-shell article h1{font-size:45px}.auth-card{margin-top:30px;padding:22px}.account-head{padding:40px 19px;align-items:start}.account-head h1{font-size:38px}.account-layout{margin-top:30px;padding:0 14px}.two{grid-template-columns:1fr}.order-list article{display:grid;gap:13px}.order-list article>div:last-child{display:flex;justify-content:space-between}.cart-panel{padding-bottom:35px}footer{display:grid;gap:20px}}
