*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Montserrat',sans-serif;color:#1e1e1e;background:#f8f5f1}.container{width:min(1120px,calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(22,18,16,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:96px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:#fff}.brand-logo{width:118px;height:88px;object-fit:contain;display:block;flex:0 0 auto}.brand-text{min-width:0}.brand strong{display:block;font-size:18px}.brand span{font-size:11px;letter-spacing:.12em;text-transform:uppercase;opacity:.7}.menu{display:flex;align-items:center;gap:28px}.menu a{color:#fff;text-decoration:none;font-size:14px;font-weight:600}.menu-toggle{display:none;background:transparent;border:0;color:#fff;font-size:26px}.btn{display:inline-flex;align-items:center;justify-content:center;background:#9e1b1b;color:#fff;text-decoration:none;border-radius:999px;padding:15px 24px;font-weight:700;border:1px solid #9e1b1b;transition:.2s}.btn:hover{transform:translateY(-1px);filter:brightness(1.06)}.btn-small{padding:10px 18px}.btn-ghost{background:transparent;border-color:rgba(255,255,255,.55)}.hero{position:relative;min-height:700px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 78% 26%,rgba(180,48,38,.45),transparent 30%),linear-gradient(120deg,#17110f 0%,#2d1713 50%,#5d211b 100%)}.hero:after{content:"";position:absolute;right:-80px;bottom:-160px;width:620px;height:620px;border-radius:50%;border:1px solid rgba(246,208,140,.18);box-shadow:0 0 0 80px rgba(246,208,140,.03),0 0 0 160px rgba(246,208,140,.025)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.3),transparent)}.hero-content{position:relative;z-index:2;color:#fff;padding:100px 0}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:#f6d08c;margin-bottom:18px}.eyebrow.dark{color:#9e1b1b}.hero h1,.section h2{font-family:'Playfair Display',serif}.hero h1{font-size:clamp(54px,7vw,92px);line-height:.98;margin:0 0 24px;max-width:880px}.hero p{font-size:19px;line-height:1.7;max-width:680px;color:rgba(255,255,255,.82)}.hero-actions{display:flex;gap:14px;margin-top:32px}.hero-badges{display:flex;gap:28px;flex-wrap:wrap;margin-top:52px;font-size:13px;font-weight:600;color:rgba(255,255,255,.74)}.section{padding:96px 0}.section h2{font-size:clamp(38px,5vw,60px);margin:0 0 24px;line-height:1.06}.two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:start}.two-col p{font-size:17px;line-height:1.8;color:#5e5751;margin-top:0}.section-dark{background:#181310;color:#fff}.section-dark h2{max-width:760px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}.card{background:#241c18;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:28px;min-height:210px}.card .icon{font-size:34px}.card h3{font-size:19px;margin:18px 0 10px}.card p{margin:0;color:rgba(255,255,255,.62);line-height:1.6}.accent-section{background:#9e1b1b;color:#fff}.delivery{display:flex;justify-content:space-between;align-items:center;gap:50px}.delivery h2{margin-bottom:12px}.delivery p{max-width:650px;line-height:1.7;color:rgba(255,255,255,.82)}.btn-light{background:#fff;color:#8f1616;border-color:#fff}.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;margin-top:42px}.location-card,.map-wrap{background:#fff;border-radius:24px;box-shadow:0 16px 40px rgba(40,24,16,.08);overflow:hidden}.location-card{padding:34px}.location-card h3{font-size:24px;margin-top:0}.location-card p{line-height:1.65;color:#58504a}.map-wrap{min-height:450px}.social-section{background:#251712;color:#fff}.contact-box{display:flex;justify-content:space-between;align-items:center;gap:40px}.contact-box h2{margin-bottom:10px}.contact-box p{color:rgba(255,255,255,.7)}.contact-actions{display:flex;gap:12px}.btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}footer{background:#110d0b;color:#fff;padding:34px 0}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:30px;color:rgba(255,255,255,.65);font-size:13px}.footer-content strong{color:#fff}.footer-content p{margin:4px 0}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:28px;text-decoration:none;z-index:30;box-shadow:0 12px 30px rgba(0,0,0,.25)}@media(max-width:850px){.menu-toggle{display:block}.menu{display:none;position:absolute;top:82px;left:0;right:0;background:#181310;padding:24px 20px;flex-direction:column;align-items:flex-start}.menu.open{display:flex}.hero{min-height:640px}.hero-content{padding:82px 0}.hero-actions{flex-direction:column;align-items:flex-start}.two-col,.location-grid{grid-template-columns:1fr;gap:28px}.cards{grid-template-columns:1fr 1fr}.delivery,.contact-box,.footer-content{flex-direction:column;align-items:flex-start}.contact-actions{flex-wrap:wrap}}@media(max-width:560px){.container{width:min(100% - 28px,1120px)}.section{padding:72px 0}.hero h1{font-size:49px}.hero p{font-size:16px}.cards{grid-template-columns:1fr}.hero-badges{gap:14px}.map-wrap{min-height:360px}}

@media(max-width:560px){.brand-logo{width:92px;height:72px}.brand strong{font-size:15px}.brand span{font-size:9px}}
