:root{--yellow:#ffc700;--black:#11110f;--bg:#171714;--surface:#20201c;--surface2:#24241f;--text:#f7f4ea;--muted:#bdb9ae;--line:#37372f;--green:#49df80;--max:1300px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font:inherit}.container{width:min(var(--max),calc(100% - 48px));margin:auto}.header{height:76px;position:sticky;top:0;z-index:20;background:rgba(17,17,15,.94);border-bottom:1px solid #252520;backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:900;white-space:nowrap}.brand img{width:50px;height:50px;object-fit:contain}.header nav{margin-left:auto;display:flex;gap:34px;color:#d3cfc4;font-size:14px}.header nav a:hover{color:var(--yellow)}.button{min-height:54px;padding:0 24px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:14px;font-weight:900;text-transform:uppercase;transition:.2s ease}.button:hover{transform:translateY(-2px);filter:brightness(1.06)}.button-yellow{background:var(--yellow);color:#111}.header-cta{min-height:42px;padding:0 20px;font-size:12px}.button-outline{border:1px solid #55554a;color:#fff}.button-whatsapp{background:#1fa855;color:#fff}.button-dark{background:#111;color:var(--yellow)}.button-yellow-outline{color:#111;border:2px solid #111}.button-whatsapp-dark{background:#177c42;color:#fff}.hero{padding:70px 0 78px;background:radial-gradient(circle at 25% 15%,#2c291b 0,transparent 42%)}.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:70px;align-items:center}.search-bar{width:max-content;max-width:100%;height:42px;border:1px solid #555;border-radius:999px;display:flex;align-items:center;gap:12px;padding:0 14px;color:#ddd;font-size:13px;background:#1c1c1b;box-shadow:inset 0 0 20px #0003}.google-g{font-size:20px;font-weight:900;background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 42%,#fbbc05 0 65%,#ea4335 0 82%,#4285f4 0);color:transparent;background-clip:text}.search-icon{width:16px;height:16px;border:2px solid #ddd;border-radius:50%;position:relative;margin-left:auto}.search-icon:after{content:"";position:absolute;width:7px;height:2px;background:#ddd;right:-5px;bottom:-3px;transform:rotate(45deg)}.eyebrow{margin:34px 0 16px;color:var(--yellow);font-size:12px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.eyebrow span{opacity:.65}.hero h1{font-size:clamp(54px,6vw,84px);line-height:.93;letter-spacing:-.055em;margin:0}.hero h1 strong{display:block;color:var(--yellow)}.hero-lead{max-width:540px;margin:28px 0 28px;color:#ccc8bd;font-size:19px;line-height:1.6}.availability{display:flex;align-items:center;gap:16px;margin-bottom:28px}.open-status{min-height:44px;border-radius:8px;padding:0 14px;display:inline-flex;align-items:center;gap:10px;background:#163d26;border:1px solid #2a6b42;color:#74ed9f;font-size:13px;text-transform:uppercase}.open-status i{width:9px;height:9px;border-radius:50%;background:var(--green)}.open-status.closed{background:#42231d;border-color:#71392f;color:#ff9e89}.open-status.closed i{background:#ff7960}.delivery-status{color:var(--yellow);font-size:13px;font-weight:900;text-transform:uppercase}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .button{padding-left:18px;padding-right:18px}.trust-line{font-size:11px;text-transform:uppercase;font-weight:800;color:#a8a499;letter-spacing:.04em;margin:20px 0 0}.trust-line span{color:var(--yellow);margin:0 5px}.hero-photo{position:relative;margin:0;border-radius:18px;background:#0e0e0c;overflow:hidden}.hero-photo img{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;display:block;border-radius:18px;box-shadow:0 28px 80px #0008}.hero-photo figcaption{position:absolute;right:16px;top:16px;background:#000b;border:1px solid #ffffff2e;padding:8px 11px;border-radius:6px;text-transform:uppercase;font-size:9px;letter-spacing:.13em}.categories,.reviews{padding:84px 0;border-top:1px solid #292923}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:30px}.section-heading .eyebrow{margin:0 0 12px}.section-heading h2,.reviews h2,.location h2{font-size:clamp(38px,4vw,58px);line-height:1;margin:0;letter-spacing:-.045em}.section-heading>p{color:var(--muted);line-height:1.6;max-width:460px}.category-tabs{display:flex;gap:10px;overflow:auto;padding-bottom:8px}.category-tabs button{border:1px solid #44443c;background:var(--surface2);color:#d3cfc4;padding:12px 19px;border-radius:999px;cursor:pointer;white-space:nowrap}.category-tabs button.active{background:var(--yellow);border-color:var(--yellow);color:#111;font-weight:900}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.product-card{min-height:230px;padding:28px;border-radius:16px;border:1px solid var(--line);background:linear-gradient(145deg,#22221e,#1d1d1a);display:flex;flex-direction:column;justify-content:space-between;transition:.2s ease}.product-card:hover{transform:translateY(-3px);border-color:#777044}.product-card small{color:var(--yellow);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-card h3{font-size:26px;margin:18px 0 9px}.product-card p{color:var(--muted);line-height:1.5;margin:0}.product-card strong{color:var(--yellow);font-size:13px;text-transform:uppercase}.reviews{background:#1a1a17}.review-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.reviews .eyebrow{margin-top:0}.review-copy{color:var(--muted);font-size:17px;line-height:1.6;max-width:500px}.text-link{display:inline-block;color:var(--yellow);font-weight:900;margin-top:12px}.review-card{border:1px solid var(--line);background:var(--surface);padding:36px;border-radius:16px}.stars{color:var(--yellow);font-size:22px;letter-spacing:5px}.review-card blockquote{font-size:23px;line-height:1.5;margin:20px 0}.review-card p{color:var(--muted);margin:0}.location{padding:90px 0;background:var(--yellow);color:#111}.location-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:90px}.eyebrow.dark{color:#111;margin-top:0}.location address{font-style:normal;font-size:18px;line-height:1.6;margin:25px 0 12px}.location-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.location-actions .button{padding-left:19px;padding-right:19px}.hours-card{background:#111;color:#fff;border-radius:18px;padding:40px}.hours-card h3{color:var(--yellow);font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 24px}.hours-card dl{margin:0}.hours-card dl div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid #35352f}.hours-card dt{color:#ccc}.hours-card dd{font-weight:900;margin:0}.hours-status{color:#74ed9f;font-weight:900;text-transform:uppercase;margin:22px 0 0}footer{padding:35px 0 105px;background:#111;color:#aaa}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand img{width:38px;height:38px}.mobile-cta{display:none}
@media(max-width:900px){.container{width:calc(100% - 24px)}.header{height:66px}.header nav,.header-cta{display:none}.brand img{width:48px;height:48px}.hero{padding:16px 0 58px}.hero-grid{grid-template-columns:1fr;gap:0}.hero-photo{order:-1;margin-bottom:24px}.hero-photo{border-radius:14px}.hero-photo img{border-radius:14px;aspect-ratio:16/9;object-fit:contain}.search-bar{width:100%;height:46px;font-size:12px;margin-top:0}.hero-content .eyebrow{margin-top:20px}.hero h1{font-size:48px}.hero-lead{font-size:16px;margin:16px 0 20px}.availability{justify-content:space-between;gap:8px}.delivery-status{font-size:11px}.hero-actions{display:grid}.button{width:100%}.trust-line{text-align:center;line-height:1.7}.categories,.reviews{padding:62px 0}.section-heading{display:block}.section-heading>p{margin-bottom:0}.product-grid{grid-template-columns:1fr}.product-card{min-height:155px;padding:22px}.review-grid,.location-grid{grid-template-columns:1fr;gap:35px}.review-card{padding:26px}.location{padding:64px 0 80px}.location-actions{display:grid}.hours-card{padding:28px}.footer-inner{display:block}.footer-inner>p{line-height:1.5}.mobile-cta{position:fixed;z-index:30;display:flex;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));padding:7px;background:#111;border:1px solid #444;border-radius:14px;box-shadow:0 16px 50px #000}.mobile-cta a{flex:1;text-align:center;padding:15px 6px;font-size:12px;font-weight:900;text-transform:uppercase}.mobile-cta a:first-child{background:var(--yellow);color:#111;border-radius:9px}}
@media(max-width:410px){.search-bar{gap:9px;padding:0 12px}.google-g{font-size:18px}.search-icon{width:14px;height:14px}.hero h1{font-size:46px}.open-status{padding:0 11px;font-size:12px}.delivery-status{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.product-card{transition:none}}
