:root{
  --red:#D12422;
  --red-dark:#9f1615;
  --yellow:#FABE18;
  --ink:#171717;
  --muted:#6b6b6b;
  --cream:#fff9e9;
  --white:#ffffff;
  --line:#ece6d8;
  --shadow:0 18px 55px rgba(29,23,16,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--ink);color:#fff;font-size:.9rem}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 0}.topbar a{color:#fff}.topbar span{opacity:.86}
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px}.brand img{width:58px;height:58px;object-fit:contain}.brand-copy strong{display:block;font-size:1.08rem;line-height:1.1}.brand-copy small{color:var(--muted)}
.menu{display:flex;align-items:center;gap:26px;font-weight:700;font-size:.95rem}.menu a:hover,.menu a.active{color:var(--red)}
.nav-actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 20px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn-primary{background:var(--red);color:#fff;box-shadow:0 8px 24px rgba(209,36,34,.25)}.btn-primary:hover{transform:translateY(-1px);background:var(--red-dark)}.btn-outline{border-color:#ddd;background:#fff}.btn-outline:hover{border-color:var(--red);color:var(--red)}
.mobile-toggle{display:none;border:0;background:#fff;font-size:1.55rem}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 20%,rgba(250,190,24,.38),transparent 28%),linear-gradient(135deg,#fff 0%,#fff9e9 55%,#fff0c4 100%)}
.hero:after{content:"";position:absolute;width:420px;height:420px;border:70px solid rgba(209,36,34,.055);border-radius:50%;right:-135px;bottom:-180px}
.hero-grid{min-height:690px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:55px;padding:60px 0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #f0e2bd;border-radius:999px;padding:7px 12px;font-size:.84rem;font-weight:800;color:var(--red)}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--yellow)}
h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.95;letter-spacing:-.055em;margin:20px 0}.accent{color:var(--red)}.hero p{font-size:1.12rem;color:#56514a;max-width:660px}.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.trust-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.trust-pill{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #eee3c7;border-radius:15px;padding:10px 13px;font-weight:700;font-size:.9rem}
.hero-card{position:relative;background:#fff;border-radius:40px;padding:25px;box-shadow:var(--shadow);border:1px solid rgba(209,36,34,.08)}.hero-card img{width:100%;aspect-ratio:1/1;object-fit:contain}.hero-badge{position:absolute;left:-28px;bottom:50px;background:var(--ink);color:#fff;border-radius:20px;padding:16px 18px;box-shadow:var(--shadow)}.hero-badge strong{display:block;color:var(--yellow);font-size:1.15rem}
.section{padding:94px 0}.section-soft{background:#fbfaf7}.section-red{background:var(--red);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-head h2{font-size:clamp(2rem,4vw,3.45rem);line-height:1.05;letter-spacing:-.04em;margin:0}.section-head p{max-width:600px;margin:0;color:var(--muted)}.section-red .section-head p{color:rgba(255,255,255,.8)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 10px 30px rgba(25,20,14,.04)}.icon{width:50px;height:50px;border-radius:16px;background:var(--cream);display:grid;place-items:center;font-size:1.35rem;margin-bottom:18px}.card h3{font-size:1.25rem;margin:0 0 8px}.card p{color:var(--muted);margin:0}
.food-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.food-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid var(--line);transition:.2s ease}.food-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.food-photo{height:170px;background:linear-gradient(135deg,#fff3c5,#ffd44a);display:grid;place-items:center;font-size:4rem}.food-body{padding:18px}.food-body h3{margin:0 0 4px}.price{font-weight:900;color:var(--red);font-size:1.2rem}.food-body small{color:var(--muted)}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.about-photo{background:linear-gradient(135deg,#ffe072,#fff4d0);border-radius:36px;overflow:hidden;padding:24px 24px 0}.about-photo img{width:100%;max-height:600px;object-fit:contain;object-position:bottom}.about-copy h2{font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.04;letter-spacing:-.04em;margin:0 0 20px}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:26px}.fact{padding:18px;border-radius:18px;background:#fff;border:1px solid var(--line)}.fact strong{display:block;color:var(--red)}
.franchise-strip{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;border-radius:32px;padding:42px;background:linear-gradient(135deg,#171717,#31231f);color:#fff;box-shadow:var(--shadow)}.franchise-strip h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:0 0 12px}.franchise-strip p{max-width:700px;color:rgba(255,255,255,.76);margin:0}.franchise-strip .btn{background:var(--yellow);color:#181818}
.menu-preview{display:grid;grid-template-columns:1.05fr .95fr;gap:45px;align-items:center}.menu-shot{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.checks{display:grid;gap:12px;margin:22px 0}.check{display:flex;gap:12px;align-items:flex-start}.check b{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;border-radius:50%;background:var(--yellow)}
.cta{background:linear-gradient(135deg,var(--red),#a91514);color:#fff;border-radius:34px;padding:52px;text-align:center}.cta h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:0 0 12px}.cta p{opacity:.82;max-width:700px;margin:0 auto 24px}.cta .btn{background:#fff;color:var(--red)}
.footer{background:#111;color:#fff;padding:68px 0 28px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:40px}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo img{width:72px}.footer p,.footer a{color:#bdbdbd}.footer h4{margin-top:0}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid #292929;margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#929292;font-size:.9rem}
.page-hero{padding:90px 0 60px;background:linear-gradient(135deg,#fff8e5,#fff)}.page-hero h1{font-size:clamp(2.7rem,5vw,4.6rem);margin:12px 0 18px}.page-hero p{max-width:760px;color:var(--muted);font-size:1.1rem}
.prose{max-width:900px}.prose h2{font-size:2rem;margin-top:45px}.prose h3{margin-top:30px}.prose p,.prose li{color:#555}.prose ul{padding-left:22px}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-card{background:#171717;color:#fff;border-radius:28px;padding:34px}.contact-card p,.contact-card a{color:#cfcfcf}.contact-line{padding:18px 0;border-bottom:1px solid #303030}.contact-line:last-child{border:0}.form{background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:0 8px 30px rgba(0,0,0,.04)}.field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800;font-size:.9rem}.field input,.field textarea,.field select{width:100%;border:1px solid #dedede;border-radius:14px;padding:14px 15px;font:inherit;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(209,36,34,.09)}.field textarea{min-height:130px;resize:vertical}
.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.plan{border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff}.plan strong{display:block;font-size:1.8rem;color:var(--red);margin:5px 0}.steps{counter-reset:item;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.step:before{counter-increment:item;content:counter(item);width:34px;height:34px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:14px}
.notice{background:#fff5d6;border:1px solid #f3d77d;border-radius:18px;padding:18px 20px;color:#5a4a18}
@media(max-width:980px){.menu{position:absolute;left:20px;right:20px;top:78px;background:#fff;border:1px solid #eee;border-radius:20px;padding:20px;display:none;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}.menu.open{display:flex}.mobile-toggle{display:block}.nav-actions .btn-outline{display:none}.hero-grid,.about-grid,.menu-preview,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:50px 0 70px}.hero-card{max-width:620px;margin:auto}.cards{grid-template-columns:1fr 1fr}.food-grid{grid-template-columns:1fr 1fr}.plan-grid,.steps{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.franchise-strip{grid-template-columns:1fr}.hero-badge{left:16px;bottom:20px}}
@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.topbar .container{justify-content:center}.topbar .container span:first-child{display:none}.brand-copy small{display:none}.nav-inner{height:72px}.brand img{width:52px;height:52px}.nav-actions .btn-primary{display:none}.section{padding:68px 0}.section-head{align-items:flex-start;flex-direction:column}.cards,.food-grid,.facts,.field-grid,.plan-grid,.steps,.footer-grid{grid-template-columns:1fr}.hero-grid{min-height:auto}.hero h1{font-size:3.35rem}.hero-badge{position:static;margin-top:14px}.franchise-strip,.cta{padding:28px}.footer-bottom{flex-direction:column}.page-hero{padding:70px 0 35px}}

.footer-about{max-width:300px;margin-top:16px}.footer-links span{color:#bdbdbd}.oflox-credit{color:#fff!important;font-weight:800}.oflox-credit:hover{text-decoration:underline}.legal-copy{max-width:860px}.legal-copy h2{margin-top:34px;margin-bottom:10px}.legal-copy p{color:var(--muted);line-height:1.8}.error-page{padding:80px 0 20px}.error-card{text-align:center;max-width:760px}.error-card img{width:150px}.error-code{font-size:clamp(5rem,16vw,10rem);line-height:1;font-weight:900;color:var(--red);margin:10px 0}.error-card h1{font-size:clamp(2rem,5vw,3.5rem);margin:10px 0}.error-card p{color:var(--muted);font-size:1.1rem}.error-actions{display:flex;justify-content:center;gap:12px;margin-top:26px;flex-wrap:wrap}

.delivery-pill{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:11px 16px;border-radius:999px;background:#FABE18;color:#171717;font-weight:900;box-shadow:0 8px 22px rgba(250,190,24,.25)}
.menu-category{margin-bottom:54px}.menu-category h2{display:flex;align-items:center;gap:12px;font-size:2rem;margin:0 0 20px}.category-badge{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#fff2b5,#FABE18);display:grid;place-items:center;font-size:1.6rem;border:1px solid #f0cf57}.menu-item-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.menu-item-card{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:14px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:20px}.menu-item-card .cat-icon{width:52px;height:52px;border-radius:16px;background:#fff6d8;display:grid;place-items:center;font-size:1.6rem}.menu-item-card h3{margin:0 0 3px;font-size:1.03rem}.menu-item-card small{color:var(--muted)}.menu-item-card strong{color:var(--red);font-size:1.15rem}.combo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.combo-card{background:linear-gradient(135deg,#D12422,#a91413);color:#fff;border-radius:24px;padding:24px}.combo-card span{display:inline-block;background:#FABE18;color:#171717;border-radius:999px;padding:6px 10px;font-weight:900}.combo-card h3{font-size:1.1rem;line-height:1.45}.combo-card strong{font-size:2rem;color:#FABE18}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.location-card{border:1px solid var(--line);border-radius:28px;padding:28px;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.04)}.location-card img{width:130px;height:130px;object-fit:contain}.location-card .status{display:inline-block;background:#eaf9ee;color:#19733a;border-radius:999px;padding:7px 10px;font-size:.8rem;font-weight:900}.location-card.coming .status{background:#fff2c8;color:#765b00}.location-placeholder{height:130px;display:grid;place-items:center;font-size:4rem;background:#fff8e3;border-radius:22px;margin:16px 0}.location-card h2{margin-bottom:8px}.location-card p{color:var(--muted)}
@media(max-width:800px){.menu-item-grid,.combo-grid,.location-grid{grid-template-columns:1fr}}

/* Final menu & custom icon additions */
.category-badge img,.cat-icon img{width:44px;height:44px;display:block}.category-badge{display:inline-flex;vertical-align:middle;margin-right:10px}.cat-icon img{width:48px;height:48px}.icon.custom img{width:54px;height:54px}.food-photo.custom{display:flex;align-items:center;justify-content:center}.food-photo.custom img{width:88px;height:88px}.official-menu-section{padding-bottom:0}.official-menu-image{display:block;border:1px solid #ead7d7;border-radius:22px;overflow:hidden;box-shadow:0 18px 50px rgba(56,15,15,.12);background:#fff}.official-menu-image img{display:block;width:100%;height:auto}.menu-shot img{width:100%;height:auto;object-fit:contain;background:#fff}@media(max-width:700px){.category-badge img,.cat-icon img{width:38px;height:38px}.official-menu-image{border-radius:14px}}

.food-photo.real{background:#fff;overflow:hidden;display:block}.food-photo.real img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.food-card:hover .food-photo.real img{transform:scale(1.045)}

/* Final menu real-food thumbnails */
.menu-item-card{grid-template-columns:112px 1fr auto;min-height:128px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.menu-item-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(61,23,20,.09)}.menu-real-img{width:104px;height:92px;border-radius:16px;background:linear-gradient(145deg,#fff9e7,#fff);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #f3e1bd}.menu-real-img img{width:100%;height:100%;object-fit:contain;display:block}.menu-item-card h3{font-size:1.04rem;line-height:1.2}.menu-item-card strong{white-space:nowrap}@media(max-width:980px){.menu-item-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.menu-item-grid{grid-template-columns:1fr}.menu-item-card{grid-template-columns:94px 1fr auto;min-height:112px;padding:12px}.menu-real-img{width:88px;height:78px;border-radius:14px}.menu-category h2{font-size:1.6rem}}
