:root{--orange:#f57c20;--orange2:#ff9a3c;--ink:#101010;--muted:#6f6f6f;--cream:#fff8f1;--white:#fff;--line:#ece6df;--shadow:0 18px 55px rgba(27,17,9,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{background:#111;color:#fff;font-size:.88rem}.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:8px 0}.topbar span{opacity:.82}.navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}.nav-wrap{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:250px;height:74px;object-fit:contain;object-position:left center}.nav-links{display:flex;align-items:center;gap:28px;font-weight:700;font-size:.94rem}.nav-links a{position:relative}.nav-links a:after{content:'';position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--orange);transition:.25s}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-cta{background:var(--orange);color:#fff!important;padding:12px 18px;border-radius:999px}.nav-cta:after{display:none!important}.menu-btn{display:none;border:0;background:#111;color:#fff;width:46px;height:46px;border-radius:12px;font-size:1.3rem}.hero{min-height:690px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(10,7,4,.89),rgba(10,7,4,.58) 48%,rgba(10,7,4,.08)),url('images/food-54.jpg') center/cover no-repeat;color:#fff}.hero:after{content:'';position:absolute;inset:auto -100px -170px auto;width:460px;height:460px;border:75px solid rgba(245,124,32,.28);border-radius:50%}.hero-content{position:relative;z-index:2;max-width:720px;padding:85px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.17em;font-size:.78rem;font-weight:900;color:var(--orange)}.hero .eyebrow{color:#ffb16d}.hero h1{font-family:Georgia,serif;font-size:clamp(3rem,7vw,6.7rem);line-height:.94;letter-spacing:-.05em;margin:18px 0 24px;max-width:920px}.hero p{font-size:1.16rem;max-width:620px;color:#f0ebe6}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.25s}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(245,124,32,.35)}.btn-light{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08)}.section{padding:92px 0}.section.alt{background:var(--cream)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:38px}.section-head h2,.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;margin:8px 0}.section-head p{max-width:570px;color:var(--muted);margin:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card,.food-card,.contact-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 8px 34px rgba(0,0,0,.05)}.feature-card{padding:28px}.feature-icon{width:52px;height:52px;border-radius:16px;background:#fff1e4;color:var(--orange);display:grid;place-items:center;font-size:1.35rem;font-weight:900}.feature-card h3{font-family:Georgia,serif;font-size:1.45rem;margin:18px 0 8px}.feature-card p{color:var(--muted);margin:0}.food-card img{height:270px;width:100%;object-fit:cover}.food-card .pad{padding:20px}.food-card h3{margin:0 0 6px;font-family:Georgia,serif;font-size:1.35rem}.food-card p{color:var(--muted);margin:0}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.split-images{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.split-images img{height:520px;width:100%;object-fit:cover;border-radius:26px}.split-images .small{height:390px;margin-top:74px}.quote-box{background:#111;color:#fff;border-radius:30px;padding:42px;position:relative;overflow:hidden}.quote-box:before{content:'“';position:absolute;right:30px;top:-45px;font-family:Georgia,serif;font-size:180px;color:rgba(245,124,32,.22)}.quote-box h2{font-family:Georgia,serif;font-size:2.2rem;line-height:1.15;margin-top:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{border-top:3px solid var(--orange);padding:22px 8px 10px}.step strong{display:block;font-size:2.1rem;color:#ded5cc}.step h3{margin:4px 0 8px}.app-section{background:#0f0f0f;color:#fff;border-radius:36px;padding:54px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.app-section h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);margin:4px 0 12px}.store-buttons{display:flex;flex-wrap:wrap;gap:12px}.store{min-width:185px;padding:12px 18px;border:1px solid #444;border-radius:15px;background:#1b1b1b;color:#fff}.store small{display:block;font-size:.7rem;opacity:.7}.store b{font-size:1.05rem}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:250px 250px;gap:12px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.gallery img:first-child{grid-row:1/3}.page-hero{background:linear-gradient(110deg,#16100b,#0e0e0e);color:#fff;padding:90px 0 70px}.page-hero p{max-width:700px;color:#d9d1ca;font-size:1.08rem}.menu-category{margin-bottom:52px}.menu-category h2{font-family:Georgia,serif;font-size:2rem;border-bottom:1px solid var(--line);padding-bottom:12px}.menu-list{display:grid;grid-template-columns:1fr 1fr;gap:12px 35px}.menu-item{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px dashed #ded7cf}.menu-item b{display:block}.menu-item small{color:var(--muted)}.price{color:var(--orange);font-weight:900;white-space:nowrap}.buffet-card{background:#fff;border:1px solid var(--line);padding:30px;border-radius:24px}.plate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plate{padding:28px;border-radius:22px;background:#111;color:#fff}.plate:nth-child(2){background:var(--orange)}.plate h3{font-family:Georgia,serif;font-size:1.55rem;margin:0}.plate .price{font-size:1.9rem;color:#fff;margin-top:8px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px}.contact-card{padding:30px}.contact-card h3{font-family:Georgia,serif;font-size:1.6rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .full{grid-column:1/-1}input,textarea,select{width:100%;padding:15px 16px;border:1px solid #ddd4ca;border-radius:12px;font:inherit;background:#fff}textarea{min-height:150px;resize:vertical}.footer{background:#0e0e0e;color:#fff;padding:70px 0 24px;margin-top:90px}.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.15fr;gap:40px}.footer img{width:235px;background:white;border-radius:12px;padding:7px}.footer p,.footer a{color:#bdb8b2}.footer h4{margin:0 0 16px}.footer-links{display:grid;gap:9px}.copyright{border-top:1px solid #292929;margin-top:42px;padding-top:20px;color:#87827c;display:flex;justify-content:space-between;gap:20px}.badge{display:inline-block;background:#fff0e2;color:#bd5a00;padding:7px 12px;border-radius:999px;font-size:.78rem;font-weight:800}.notice{padding:18px 20px;border-left:4px solid var(--orange);background:#fff7ef;border-radius:12px;color:#5d4632}.float-order{position:fixed;right:20px;bottom:20px;z-index:60;background:var(--orange);color:#fff;padding:14px 20px;border-radius:999px;font-weight:900;box-shadow:0 14px 36px rgba(245,124,32,.4)}
@media(max-width:900px){.topbar{display:none}.brand img{width:205px}.nav-wrap{height:76px}.menu-btn{display:block}.nav-links{position:absolute;top:76px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:18px 24px 28px;border-top:1px solid #eee;box-shadow:0 18px 28px rgba(0,0,0,.08)}.nav-links.open{display:flex}.nav-links a{padding:9px 0}.hero{min-height:620px;background-position:60% center}.hero-content{padding:72px 0}.grid-3,.steps,.plate-grid{grid-template-columns:1fr 1fr}.split,.contact-grid{grid-template-columns:1fr}.app-section{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.menu-list{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:260px 190px 190px}.gallery img:first-child{grid-column:1/-1;grid-row:auto}.split-images img{height:440px}.split-images .small{height:340px}}
@media(max-width:600px){.container{width:min(100% - 26px,1180px)}.brand img{width:180px}.hero h1{font-size:3.25rem}.hero p{font-size:1rem}.section{padding:68px 0}.section-head{align-items:flex-start;flex-direction:column}.grid-3,.steps,.plate-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.split-images{grid-template-columns:1fr 1fr}.split-images img{height:330px}.split-images .small{height:270px;margin-top:42px}.app-section{padding:34px 24px;border-radius:25px}.gallery{grid-template-columns:1fr;grid-template-rows:repeat(5,220px)}.gallery img:first-child{grid-column:auto}.copyright{flex-direction:column}.float-order{right:12px;bottom:12px}.food-card img{height:230px}}
