:root{
  --brand:#f5ad00;
  --brand-2:#ffbf23;
  --ink:#090909;
  --paper:#fffaf0;
  --white:#fff;
  --muted:#8f8f8f;
  --line:#252525;
  --radius:22px;
  --shadow:0 18px 55px rgba(0,0,0,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:82px}
body{margin:0;background:var(--ink);color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-100px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:8px}
.skip-link:focus{top:12px}

.site-header{height:78px;position:sticky;top:0;z-index:100;background:rgba(7,7,7,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{height:100%;width:min(1250px,calc(100% - 30px));margin:auto;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;min-width:170px}
.brand img{width:174px;height:auto;filter:drop-shadow(0 6px 20px rgba(0,0,0,.2))}
.main-nav{display:flex;gap:24px;margin-left:auto;align-items:center}
.main-nav a{font-weight:800;font-size:.92rem;letter-spacing:.01em;position:relative;color:#e8e8e8}
.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:3px;border-radius:5px;background:var(--brand);transition:right .25s ease}
.main-nav a:hover::after,.main-nav a:focus-visible::after{right:0}
.menu-toggle{display:none;background:transparent;border:0;padding:8px}
.menu-toggle span{display:block;width:23px;height:2px;background:#fff;margin:5px 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border-radius:999px;font-weight:900;border:1px solid transparent;transition:transform .2s ease,filter .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px);filter:brightness(1.04)}
.btn-brand{background:var(--brand);color:#0b0b0b}
.btn-ifood{background:#eb1c24;color:#fff;box-shadow:0 8px 24px rgba(235,28,36,.2)}
.btn-ghost{border-color:rgba(255,255,255,.35);background:rgba(0,0,0,.2);color:#fff}
.btn-light{background:#fff;color:#111}
.ifood-mark{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;color:#e41620;font-size:.72rem;font-weight:1000;letter-spacing:-.08em}
.header-cta{white-space:nowrap}

.hero{position:relative;overflow:hidden;background:#000}
.hero-track{display:flex;transition:transform .72s cubic-bezier(.22,.61,.36,1);will-change:transform}
.hero-slide{position:relative;min-width:100%;height:min(70vh,680px);min-height:540px;background-image:var(--hero-image);background-size:cover;background-position:center 52%;isolation:isolate}
.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.72) 35%,rgba(0,0,0,.16) 70%,rgba(0,0,0,.42) 100%);z-index:-1}
.hero-overlay{position:absolute;inset:auto 0 0;height:140px;background:linear-gradient(transparent,#070707);pointer-events:none}
.hero-content{height:100%;display:flex;align-items:center}
.hero-copy{width:min(620px,72%);padding:30px 0;position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:.77rem;font-weight:1000;letter-spacing:.19em;text-transform:uppercase}
.eyebrow::before{content:"";width:26px;height:3px;background:currentColor;border-radius:4px}
.hero h1{font-size:clamp(3.7rem,8vw,7.6rem);line-height:.83;letter-spacing:-.065em;margin:.16em 0 .18em;text-wrap:balance}
.hero-copy>p{font-size:clamp(1.05rem,2vw,1.34rem);max-width:560px;color:#e7e7e7;margin:0 0 18px;line-height:1.45}
.old-price{display:block;color:#ccc;font-weight:800;text-decoration:line-through;margin-bottom:2px}
.hero-price{display:flex;align-items:baseline;gap:8px;margin:0 0 18px}
.hero-price small{text-transform:uppercase;color:#ddd;font-weight:900}
.hero-price strong{font-size:clamp(2.8rem,5vw,4.7rem);line-height:1;color:var(--brand);letter-spacing:-.05em}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.slider-arrow{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.38);color:#fff;font-size:2rem;display:grid;place-items:center;backdrop-filter:blur(8px)}
.slider-prev{left:18px}.slider-next{right:18px}
.slider-dots{position:absolute;z-index:9;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.slider-dots button{width:9px;height:9px;border:0;border-radius:9px;padding:0;background:#ffffff66;transition:width .2s ease,background .2s ease}
.slider-dots button.active{width:28px;background:var(--brand)}

.quick-order{background:#111;border-top:1px solid #1e1e1e;border-bottom:1px solid #1e1e1e}
.quick-grid{min-height:84px;display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:18px;align-items:center}
.quick-grid>div{display:flex;flex-direction:column;border-right:1px solid #2c2c2c}
.quick-grid strong{font-size:1rem}.quick-grid span{color:#999;font-size:.84rem;margin-top:3px}

.section{padding:84px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:34px}
.section-heading h2{font-size:clamp(2.2rem,5vw,4.4rem);line-height:.96;letter-spacing:-.05em;margin:.14em 0 0;text-wrap:balance}
.section-heading p{margin:10px 0 0;color:#767676;max-width:650px;line-height:1.55}
.text-link{font-weight:900;color:var(--brand);white-space:nowrap}

.promotions-section{background:#0b0b0b}
.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.promo-card{background:#151515;border:1px solid #242424;border-radius:var(--radius);overflow:hidden;transition:transform .25s ease,border-color .25s ease;min-width:0}
.promo-card:hover{transform:translateY(-6px);border-color:#5b4200}
.promo-card img{width:100%;height:230px;object-fit:cover}
.promo-body{padding:22px}
.promo-body>span{font-size:.72rem;color:var(--brand);font-weight:1000;letter-spacing:.13em}
.promo-body h3{font-size:1.42rem;margin:8px 0 6px}
.promo-body p{color:#a7a7a7;line-height:1.45;margin:0 0 18px;min-height:42px}
.promo-price{display:flex;align-items:baseline;gap:10px}
.promo-price del{color:#888}.promo-price strong{font-size:1.8rem;color:#fff}

.menu-section{background:#f4efe5;color:#101010}
.menu-heading{align-items:flex-end}
.menu-heading .eyebrow{color:#9b6a00}
.filters{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.filter{border:1px solid #d6cfc2;background:#fff;color:#111;padding:10px 15px;border-radius:999px;font-weight:900}
.filter.active{background:#111;color:#fff;border-color:#111}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.product-card{background:#fff;border:1px solid #ddd5c9;border-radius:18px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.11)}
.product-card[hidden]{display:none}
.product-image{display:block;position:relative;overflow:hidden;background:#ddd;aspect-ratio:4/3}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.product-card:hover .product-image img{transform:scale(1.035)}
.featured-tag{position:absolute;left:12px;top:12px;background:var(--brand);color:#111;padding:6px 10px;border-radius:999px;font-weight:1000;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
.product-body{padding:16px}
.product-body h3{font-size:1.18rem;margin:0 0 7px}
.product-body p{font-size:.89rem;color:#666;line-height:1.42;margin:0;min-height:63px}
.product-footer{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:15px}
.product-footer>div{display:flex;flex-direction:column}.product-footer del{font-size:.75rem;color:#999}
.product-footer strong{font-size:1.42rem;letter-spacing:-.03em}
.mini-order{background:#111;color:#fff;font-weight:1000;border-radius:999px;padding:9px 12px;font-size:.82rem}
.allergen-note{margin-top:28px;padding:16px 18px;border:1px solid #ded5c7;border-radius:14px;background:#fff9ee;color:#5a5043;font-size:.87rem;line-height:1.5}

.beverages-section{background:#090909}
.beverages-heading{align-items:end}
.price-pill{background:var(--brand);color:#111;border-radius:999px;padding:11px 18px;font-size:.9rem;white-space:nowrap}
.price-pill strong{font-size:1.26rem}
.beverage-folder{display:block;border:1px solid #2a2a2a;border-radius:20px;overflow:hidden;background:#050505;margin-bottom:24px}
.beverage-folder img{width:100%;height:auto}
.beverage-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.beverage-card{border:1px solid #222;border-radius:16px;background:#101010;overflow:hidden;transition:transform .2s ease,border-color .2s ease}
.beverage-card:hover{transform:translateY(-4px);border-color:#654a00}
.beverage-card img{width:100%;aspect-ratio:3/3.7;object-fit:cover;background:#050505}
.beverage-card>div{padding:12px}
.beverage-card h3{font-size:.86rem;margin:0 0 4px;line-height:1.25}
.beverage-card strong{color:var(--brand);font-size:1rem}

.location-section{background:var(--brand);color:#111}
.location-section .eyebrow{color:#111}
.location-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:center}
.location-grid h2{font-size:clamp(2.8rem,6vw,5rem);line-height:.92;letter-spacing:-.055em;margin:10px 0 20px;max-width:760px}
.location-address{font-size:1.13rem;font-weight:800;line-height:1.45;max-width:760px}
.location-hours{font-weight:700;margin-bottom:25px}
.location-actions{display:flex;gap:10px;flex-wrap:wrap}
.location-section .btn-brand{background:#111;color:#fff}
.location-card{min-height:300px;border-radius:28px;background:#111;color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 28px 70px rgba(0,0,0,.2);position:relative;overflow:hidden}
.location-card::before{content:"";position:absolute;width:300px;height:300px;border:1px solid #333;border-radius:50%;right:-80px;top:-90px;box-shadow:0 0 0 45px #151515,0 0 0 90px #1a1a1a}
.location-card .pin{position:absolute;right:42px;top:42px;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#111;font-size:2rem;font-weight:900;z-index:2}
.location-card strong{font-size:1.7rem;position:relative}.location-card span{color:var(--brand);font-weight:900;position:relative;margin:5px 0}.location-card small{color:#888;position:relative}

.site-footer{background:#050505;border-top:1px solid #161616;padding:56px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:50px}
.footer-brand img{width:190px;height:auto}.footer-brand p{max-width:420px;color:#8c8c8c;line-height:1.55}
.footer-links,.footer-social{display:flex;flex-direction:column;gap:10px}.footer-links strong,.footer-social strong{color:var(--brand);margin-bottom:4px}.footer-links a,.footer-social a{color:#c7c7c7;font-weight:700;font-size:.9rem}
.social-icons{display:flex;flex-direction:column;gap:9px}.social-icons a{display:flex;align-items:center;gap:8px}.social-icons>a>span:not(.ifood-mark){width:26px;height:26px;border:1px solid #333;border-radius:50%;display:grid;place-items:center;color:#fff}
.footer-bottom{border-top:1px solid #1a1a1a;margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;color:#6f6f6f;font-size:.82rem}

.floating-whatsapp,.floating-up{position:fixed;bottom:22px;z-index:90;box-shadow:0 15px 35px rgba(0,0,0,.25)}
.floating-whatsapp{right:20px;background:#25d366;color:#081c0e;border-radius:999px;padding:12px 16px;display:flex;align-items:center;gap:8px;font-weight:1000}
.floating-whatsapp span{font-size:1.2rem}
.floating-up{left:20px;width:45px;height:45px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;font-weight:1000;opacity:0;transform:translateY(14px);pointer-events:none;transition:.2s}
.floating-up.show{opacity:1;transform:none;pointer-events:auto}

@media(max-width:1050px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .beverage-grid{grid-template-columns:repeat(4,1fr)}
  .quick-grid{grid-template-columns:1fr 1fr 1fr}.quick-grid .btn{grid-column:1/-1;margin-bottom:14px}
}
@media(max-width:860px){
  .site-header{height:70px}.header-inner{gap:12px}.brand img{width:145px}.header-cta{margin-left:auto;font-size:.82rem;min-height:42px;padding:0 13px}
  .menu-toggle{display:block;order:3}.main-nav{position:absolute;left:15px;right:15px;top:75px;background:#111;border:1px solid #282828;border-radius:16px;padding:16px;display:none;flex-direction:column;align-items:stretch;margin:0;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:8px 4px}.main-nav a::after{display:none}
  .hero-slide{min-height:560px;height:70vh;background-position:60% center}.hero-slide::after{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.63) 68%,rgba(0,0,0,.4))}.hero-copy{width:min(650px,84%)}
  .slider-arrow{width:42px;height:42px}.slider-prev{left:10px}.slider-next{right:10px}
  .promo-grid{grid-template-columns:1fr 1fr}.promo-card:last-child{grid-column:1/-1}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .location-grid{grid-template-columns:1fr}.location-card{min-height:240px}
  .footer-grid{grid-template-columns:1.3fr .7fr}.footer-social{grid-column:1/-1}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .header-inner{width:calc(100% - 20px)}.brand{min-width:0}.brand img{width:118px}.header-cta{font-size:0;width:43px;padding:0}.header-cta .ifood-mark{font-size:.7rem}.menu-toggle{padding:6px}
  .hero-slide{min-height:575px;height:72vh;background-position:64% center}.hero-slide::after{background:linear-gradient(0deg,rgba(0,0,0,.97) 4%,rgba(0,0,0,.82) 50%,rgba(0,0,0,.38) 100%)}.hero-content{align-items:flex-end}.hero-copy{width:100%;padding:0 0 72px}.hero h1{font-size:clamp(3rem,16vw,5rem)}.hero-copy>p{font-size:1rem;max-width:90%}.hero-price strong{font-size:3.2rem}.hero-actions .btn{min-height:44px;padding-inline:15px}
  .slider-arrow{top:42%;display:none}.slider-dots{bottom:18px}
  .quick-grid{grid-template-columns:1fr 1fr;padding:16px 0;gap:12px}.quick-grid>div{border-right:0}.quick-grid>div:nth-child(3){grid-column:1/-1}.quick-grid .btn{grid-column:1/-1;margin:0}
  .section{padding:64px 0}.section-heading{align-items:flex-start;flex-direction:column}.section-heading h2{font-size:2.65rem}.text-link{display:none}.promo-grid{grid-template-columns:1fr}.promo-card:last-child{grid-column:auto}.promo-card img{height:220px}
  .menu-heading{align-items:flex-start}.filters{justify-content:flex-start}.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:16/10}.product-body p{min-height:0}.beverages-heading{flex-direction:row;align-items:end}.beverages-heading h2{font-size:2.45rem}.price-pill{font-size:.72rem;padding:9px 12px}.price-pill strong{font-size:1rem}.beverage-folder{overflow:auto}.beverage-folder img{width:950px;max-width:none}.beverage-grid{grid-template-columns:repeat(2,1fr)}
  .location-grid h2{font-size:3rem}.location-card{min-height:220px}.footer-grid{grid-template-columns:1fr}.footer-social{grid-column:auto}.footer-bottom{gap:16px;flex-direction:column}.floating-whatsapp b{display:none}.floating-whatsapp{width:48px;height:48px;justify-content:center;padding:0}.floating-up{width:42px;height:42px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-track,.product-card,.promo-card,.floating-up{transition:none!important}.product-card:hover,.promo-card:hover,.btn:hover{transform:none}}

/* =========================================================
   TYCCON 3.1 HYBRID
   Front-end V2 + slider/promocoes V3 + recursos V3
   ========================================================= */
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}

/* Slider V3 preservado */
.hero-slider{position:relative;height:min(665px,72vh);min-height:540px;overflow:hidden;border-bottom:1px solid var(--line);background:#000}
.slides,.hero-slider .hero-slide,.hero-bg{position:absolute;inset:0}
.hero-slider .hero-slide{opacity:0;transform:translateX(5%);pointer-events:none;transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1);min-width:0;height:auto;min-height:0;background:none;isolation:auto}
.hero-slider .hero-slide::after{display:none}
.hero-slider .hero-slide.is-active{opacity:1;transform:translateX(0);pointer-events:auto;z-index:2}
.hero-bg{background-size:cover;background-position:center}
.hero-slider .hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.hero-slider .hero-copy{max-width:620px;width:auto;padding:40px 0;position:relative;z-index:2}
.hero-slider .hero-copy h1{font-size:clamp(54px,7.4vw,102px);max-width:760px;margin:12px 0 18px;line-height:.93;letter-spacing:-.045em;text-wrap:balance}
.hero-slider .hero-copy p{font-size:clamp(17px,2vw,22px);color:#dfdfdf;max-width:610px;margin:0;line-height:1.5}
.hero-slider .hero-price{display:flex;align-items:baseline;gap:14px;margin:24px 0}
.hero-slider .hero-price del{color:#aaa;font-size:20px}
.hero-slider .hero-price strong{font-size:clamp(40px,5vw,64px);color:var(--brand);line-height:1}
.hero-slider .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:12px 19px;border-radius:10px;font-weight:900;transition:transform .2s,background .2s,border-color .2s}
.cta:hover{transform:translateY(-2px)}
.cta-primary{background:var(--brand);color:#090909}
.cta-ghost{border:1px solid #555;background:rgba(0,0,0,.35);color:#fff}
.hero-slider .slider-ui{position:absolute;z-index:8;left:50%;bottom:26px;transform:translateX(-50%);display:flex;align-items:center;gap:12px;width:auto;margin:0}
.hero-slider .slider-dots{position:static;transform:none;display:flex;gap:8px}
.hero-slider .dot{width:34px;height:5px;border:0;border-radius:10px;background:#777;opacity:.5;padding:0;cursor:pointer;transition:.25s}
.hero-slider .dot.is-active{background:var(--brand);opacity:1;width:54px}
.hero-slider .slider-arrow{position:static;transform:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.5);color:#fff;border-radius:50%;font-size:28px;line-height:1;cursor:pointer;display:grid;place-items:center}

/* Promocoes V3 preservadas */
.quick-strip{padding:34px 0;background:#111;border-top:1px solid #1e1e1e;border-bottom:1px solid #1e1e1e}
.quick-strip .quick-grid{min-height:0;display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:14px;align-items:stretch;padding:0}
.quick-strip .quick-heading{padding:20px 24px 20px 0}
.quick-strip .quick-heading h2{font-size:clamp(34px,4vw,54px);margin:12px 0 18px;line-height:.93;letter-spacing:-.045em}
.quick-card{position:relative;min-height:230px;overflow:hidden;border-radius:var(--radius);background:#222;box-shadow:var(--shadow)}
.quick-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.quick-card:hover img{transform:scale(1.035)}
.quick-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.9))}
.quick-card>span{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:2px 14px;color:#fff}
.quick-card small{color:var(--brand);font-weight:950;letter-spacing:.12em}
.quick-card b{font-size:24px}
.quick-card em{font-style:normal;font-size:23px;color:var(--brand);font-weight:950;grid-row:1/3;grid-column:2}
.quick-card del{color:#bbb;font-size:13px;margin-right:6px}

/* FAQ mantido por SEO/UX da V3, visual alinhado ao V2 */
.faq-section{padding:68px 0;background:#111;border-top:1px solid #1e1e1e}
.faq-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px}
.faq-title h2{font-size:clamp(2.2rem,5vw,4.4rem);line-height:.96;letter-spacing:-.05em;margin:.14em 0 0}
.faq-list{display:grid;gap:8px}
.faq-item{border:1px solid #2c2c2c;background:#151515;border-radius:12px;padding:0 18px;color:#fff}
.faq-item summary{cursor:pointer;list-style:none;font-weight:850;padding:19px 0;display:flex;justify-content:space-between;gap:10px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary span{color:var(--brand);font-size:24px}
.faq-item p{color:#bdbdbd;margin:0 0 18px;line-height:1.55}

/* Animacao scroll / tecnologias V3 */
.reveal-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.reveal-up.revealed{opacity:1;transform:none}

@media(max-width:1020px){
  .quick-strip .quick-grid{grid-template-columns:1fr 1fr}.quick-strip .quick-heading{grid-column:1/-1}
  .faq-wrap{grid-template-columns:1fr;gap:18px}
}
@media(max-width:860px){
  .hero-slider{height:610px;min-height:610px}
  .hero-slider .hero-bg{background-position:62% center!important}
  .hero-slider .hero-slide .hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.68) 55%,#000 100%)}
  .hero-slider .hero-content{align-items:flex-end;padding-bottom:70px}
  .hero-slider .hero-copy{padding:30px 0;max-width:720px}
  .hero-slider .hero-copy h1{font-size:clamp(48px,14vw,72px)}
  .hero-slider .hero-copy p{font-size:16px}
  .hero-slider .hero-price{margin:14px 0}
  .hero-slider .hero-price strong{font-size:42px}
  .hero-slider .slider-ui{bottom:16px}
  .hero-slider .slider-arrow{display:none}
}
@media(max-width:720px){
  .shell{width:min(100% - 26px,1180px)}
  .quick-strip .quick-grid{grid-template-columns:1fr}.quick-card{min-height:250px}
}
@media(max-width:620px){
  .hero-slider{height:610px;min-height:610px}
  .hero-slider .hero-copy h1{font-size:49px}
  .hero-slider .hero-actions .cta{padding-inline:13px}
  .faq-section{padding:56px 0}
}
@media(prefers-reduced-motion:reduce){
  .hero-slider .hero-slide,.quick-card img,.cta,.reveal-up{transition:none!important}
  .reveal-up{opacity:1;transform:none}
}

/* =========================================================
   TYCCON 3.2 — ajustes de bebidas, mapa e ícones
   ========================================================= */
.ifood-icon{width:27px;height:27px;display:block;flex:0 0 27px}

/* Bebidas: uma única faixa horizontal e um único preço */
.beverages-section{background:#080808;padding:64px 0}
.beverage-showcase{display:block;background:#050505;border:1px solid #1d1d1d;border-radius:18px;padding:22px 24px 18px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.2)}
.beverage-showcase-title{display:flex;justify-content:center;align-items:baseline;gap:12px;margin-bottom:12px;line-height:1}
.beverage-showcase-title strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.15rem);letter-spacing:-.035em}
.beverage-showcase-title span{font-family:Georgia,"Times New Roman",serif;color:var(--brand);font-size:clamp(1.35rem,3vw,2.35rem);font-weight:900}
.beverage-rail{display:grid;grid-template-columns:repeat(11,minmax(74px,1fr));gap:8px;align-items:end;min-width:980px}
.beverage-item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center}
.beverage-item img{width:100%;height:150px;object-fit:contain;object-position:center bottom;background:#050505}
.beverage-item span{display:block;min-height:34px;margin-top:4px;color:#d5d5d5;font-family:Georgia,"Times New Roman",serif;font-size:.74rem;line-height:1.05}

/* Mapa Google real incorporado */
.location-grid{grid-template-columns:.9fr 1.1fr}
.location-map{position:relative;min-height:390px;border-radius:28px;overflow:hidden;background:#111;box-shadow:0 28px 70px rgba(0,0,0,.2)}
.location-map iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.9) contrast(1.02)}
.location-map-card{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;gap:12px;padding:13px 15px;border-radius:16px;background:rgba(12,12,12,.92);color:#fff;box-shadow:0 10px 35px rgba(0,0,0,.28);backdrop-filter:blur(10px)}
.location-map-card>img{width:44px;height:44px;flex:0 0 44px}
.location-map-card>div{display:flex;flex-direction:column;min-width:0}
.location-map-card strong{font-size:1rem}
.location-map-card span{color:var(--brand);font-size:.85rem;font-weight:900;margin:2px 0}
.location-map-card small{color:#aaa;font-size:.74rem}

/* Ícones sociais corretos e consistentes */
.social-icons a{gap:10px}
.social-icons a>img{width:28px;height:28px;display:block;flex:0 0 28px}

/* WhatsApp flutuante: somente o ícone */
.floating-whatsapp{width:58px;height:58px;padding:0;border-radius:50%;background:transparent;display:grid;place-items:center;overflow:visible}
.floating-whatsapp img{width:58px;height:58px;display:block;filter:drop-shadow(0 12px 24px rgba(0,0,0,.3))}

@media(max-width:860px){
  .location-grid{grid-template-columns:1fr}
  .location-map{min-height:350px}
}
@media(max-width:620px){
  .header-cta{font-size:.72rem!important;width:auto!important;min-height:40px!important;padding:0 9px!important;gap:6px}
  .header-cta .ifood-icon{width:22px;height:22px;flex-basis:22px}
  .beverages-section{padding:48px 0}
  .beverage-showcase{padding:18px 14px 14px;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .beverage-showcase-title{position:sticky;left:0;width:max-content;min-width:100%;justify-content:center}
  .beverage-rail{min-width:930px;gap:5px}
  .beverage-item img{height:132px}
  .beverage-item span{font-size:.68rem}
  .location-map{min-height:330px}
  .location-map-card{left:12px;right:12px;bottom:12px}
  .floating-whatsapp{width:54px;height:54px;padding:0}
  .floating-whatsapp img{width:54px;height:54px}
}
.beverage-strip-image{display:block;width:100%;height:auto;object-fit:contain;background:#050505}
@media(max-width:620px){.beverage-strip-image{width:820px;max-width:none}}
