:root{
  --green:#006b2f;
  --green-dark:#004d22;
  --orange:#f47c16;
  --orange-dark:#d9680d;
  --cream:#fff8e8;
  --cream-2:#f7efd8;
  --text:#203025;
  --muted:#68756b;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(0,0,0,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--cream);line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,calc(100% - 32px));margin:0 auto}
.section-pad{padding:88px 0}
.skip-link{position:absolute;left:-999px;top:12px;background:var(--green);color:#fff;padding:10px 14px;border-radius:10px;z-index:20}.skip-link:focus{left:12px}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,248,232,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,107,47,.12)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:78px}
.brand{display:inline-flex;flex-direction:column;line-height:1}.brand-logo{display:inline-flex;align-items:center;justify-content:center}.brand-logo img{width:180px;max-height:64px;object-fit:contain}.brand-title{font-family:"Playfair Display",serif;font-size:34px;font-weight:800;color:var(--green);letter-spacing:-.04em}.brand-subtitle{font-weight:700;color:var(--orange);letter-spacing:.04em;margin-top:4px}
.main-nav{display:flex;align-items:center;gap:8px}.main-nav a{font-weight:800;color:var(--green);padding:10px 14px;border-radius:999px;transition:.2s ease}.main-nav a:hover,.main-nav a:focus{background:var(--green);color:#fff}
.menu-toggle{display:none;border:0;background:transparent;padding:8px;cursor:pointer}.menu-toggle span{display:block;width:26px;height:3px;background:var(--green);border-radius:3px;margin:5px 0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.eyebrow:before{content:"";width:30px;height:3px;background:var(--orange);border-radius:99px}
h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Playfair Display",serif;color:var(--green-dark);line-height:1.05;letter-spacing:-.04em}h1{font-size:clamp(2.7rem,7vw,5.7rem);margin:18px 0 20px}h2{font-size:clamp(2rem,4vw,3.6rem);margin:14px 0 16px}h3{font-size:1.25rem;line-height:1.2}.section-heading p,.hero-copy p,.text-block p{font-size:1.08rem;color:var(--muted)}.center{text-align:center;max-width:740px;margin:0 auto 44px}.center .eyebrow{justify-content:center}.center .eyebrow:after{content:"";width:30px;height:3px;background:var(--orange);border-radius:99px}
.hero{padding-top:74px;background:radial-gradient(circle at top right,rgba(244,124,22,.22),transparent 35%),linear-gradient(180deg,#fff8e8 0%,#fff4d8 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.hero-copy p{max-width:610px}.hero-actions,.contact-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 22px;border-radius:999px;font-weight:900;border:2px solid transparent;transition:.2s ease;box-shadow:0 10px 24px rgba(0,0,0,.09)}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover,.btn-primary:focus{background:var(--orange-dark)}.btn-secondary{background:var(--green);color:#fff}.btn-secondary:hover,.btn-secondary:focus{background:var(--green-dark)}.btn-light{background:#fff;color:var(--green)}.btn-light:hover,.btn-light:focus{background:var(--cream);color:var(--orange)}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-badges span{background:#fff;color:var(--green);font-weight:800;border:1px solid rgba(0,107,47,.15);padding:9px 12px;border-radius:999px;font-size:.92rem}.hero-media{position:relative}.hero-media img{width:100%;border-radius:42px;box-shadow:var(--shadow);border:10px solid #fff;aspect-ratio:4/3;object-fit:cover}.floating-card{position:absolute;left:24px;right:24px;bottom:-28px;background:var(--green);color:#fff;border-radius:22px;padding:18px 20px;box-shadow:var(--shadow)}.floating-card strong{display:block;color:#ffd94a;font-size:1.05rem}.floating-card span{display:block;margin-top:4px;color:rgba(255,255,255,.88)}
.menu-section{background:#fffdf5}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.menu-card{display:block;background:var(--green);color:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 30px rgba(0,77,34,.12);transition:.22s ease;cursor:pointer}.menu-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(0,77,34,.18)}.menu-image{position:relative;overflow:hidden;background:#fff}.menu-image img{width:100%;aspect-ratio:1.18/1;object-fit:cover;transition:.3s ease}.menu-card:hover .menu-image img{transform:scale(1.04)}.menu-tag{position:absolute;right:14px;top:14px;background:var(--orange);color:#fff;border-radius:999px;padding:7px 10px;font-weight:900;font-size:.78rem}.menu-content{padding:24px}.menu-content h3{color:var(--orange);font-size:1.35rem;margin-bottom:10px}.menu-content p{color:rgba(255,255,255,.86);margin-bottom:14px}.menu-content small{display:block;color:#fff;font-weight:800;border-top:1px solid rgba(255,255,255,.16);padding-top:14px}.extras-box{margin-top:30px;background:var(--orange);color:#fff;border-radius:var(--radius);padding:26px;text-align:center}.extras-box h3{font-size:1.5rem;margin-bottom:4px;color:#141414}.extras-box p{font-weight:800;margin:0}
.about-section{background:var(--cream)}.split-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:start}.text-block{background:#fff;border:1px solid rgba(0,107,47,.12);border-radius:var(--radius);padding:34px;box-shadow:0 16px 34px rgba(0,0,0,.06)}.text-block p:last-child{margin-bottom:0}
.how-section{background:linear-gradient(180deg,#fffdf5 0%,#fff3d6 100%)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step-card{background:#fff;border:1px solid rgba(0,107,47,.14);border-radius:var(--radius);padding:30px;box-shadow:0 14px 32px rgba(0,0,0,.06);text-align:center}.step-card span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--orange);color:#fff;font-weight:900;margin:0 auto 18px}.step-card h3{color:var(--green);margin-bottom:10px;text-align:center}.step-card p{color:var(--muted);margin-bottom:0;text-align:center}.cta-band{margin-top:34px;background:var(--green);color:#fff;border-radius:34px;padding:34px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;box-shadow:var(--shadow);text-align:center}.cta-band h2{color:#ffd94a;font-size:clamp(1.8rem,4vw,3rem);margin-bottom:4px}.cta-band p{margin:0;color:rgba(255,255,255,.88)}.cta-band .cta-actions{width:100%;margin-top:0;justify-content:center}.cta-band .btn{min-width:210px}
.contact-section{background:#fffdf5}.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:start}.info-card{background:#fff;border-radius:var(--radius);padding:30px;border:1px solid rgba(0,107,47,.14);box-shadow:0 16px 34px rgba(0,0,0,.06)}.info-card h3{color:var(--green);font-size:1.5rem}.info-card p{color:var(--muted)}.schedule-list{display:grid;gap:8px;margin-top:18px}.schedule-list div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid rgba(0,107,47,.12)}.schedule-list span{color:var(--muted)}.schedule-list strong{color:var(--green);text-align:right}
.site-footer{background:var(--green-dark);color:#fff;padding:42px 0}.footer-grid{display:flex;justify-content:space-between;gap:32px;align-items:flex-start}.footer-brand img{width:170px;max-height:74px;object-fit:contain}.footer-brand .brand-title{color:#fff}.site-footer p{color:rgba(255,255,255,.75);margin:12px 0 0}.footer-links{display:flex;flex-wrap:wrap;gap:12px}.footer-links a{font-weight:800;color:#fff;padding:8px 10px;border-radius:999px}.footer-links a:hover{background:rgba(255,255,255,.12)}.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:9;width:58px;height:58px;display:grid;place-items:center;background:#25d366;color:#fff;border-radius:50%;box-shadow:var(--shadow);transition:.2s ease}.whatsapp-float svg{width:32px;height:32px;fill:currentColor}.whatsapp-float:hover,.whatsapp-float:focus{background:var(--orange);transform:translateY(-2px)}
@media (max-width: 900px){.section-pad{padding:68px 0}.menu-toggle{display:block}.main-nav{position:absolute;left:16px;right:16px;top:78px;background:#fff;border:1px solid rgba(0,107,47,.12);border-radius:22px;box-shadow:var(--shadow);padding:12px;display:none;flex-direction:column;align-items:stretch}.main-nav.is-open{display:flex}.main-nav a{text-align:center}.hero-grid,.split-grid,.contact-grid{grid-template-columns:1fr;gap:34px}.hero{padding-top:48px}.hero-media{order:-1}.floating-card{position:sticky;margin-top:-24px}.menu-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.cta-band{flex-direction:column;align-items:center}.cta-band .cta-actions{justify-content:center}.footer-grid{flex-direction:column}.footer-links{flex-direction:column}}
@media (max-width: 640px){.cta-band .cta-actions{width:100%}.container{width:min(100% - 24px,1120px)}.header-inner{min-height:70px}.brand-logo img{width:142px;max-height:54px}.brand-title{font-size:28px}.brand-subtitle{font-size:.82rem}.main-nav{top:70px}h1{font-size:2.62rem}.hero-actions,.contact-actions,.cta-actions{flex-direction:column}.btn{width:100%}.hero-badges{display:grid}.hero-media img{border-width:7px;border-radius:30px}.menu-grid,.steps-grid{grid-template-columns:1fr}.menu-content{padding:22px}.text-block,.step-card,.info-card,.cta-band{padding:24px}.schedule-list div{align-items:flex-start}.whatsapp-float{left:auto;right:16px;width:56px;height:56px;text-align:center}.site-footer{padding-bottom:84px}}

/* Correção de logo e cabeçalho compacto */
.site-header .header-inner{
  min-height: 82px !important;
  padding: 10px 0 !important;
}
.site-header .brand-logo{
  width: auto !important;
  max-width: 260px !important;
  height: auto !important;
  flex: 0 0 auto !important;
}
.site-header .brand-logo img{
  width: auto !important;
  height: 58px !important;
  max-width: 230px !important;
  max-height: 58px !important;
  object-fit: contain !important;
}
.site-footer .footer-brand img{
  width: auto !important;
  height: 70px !important;
  max-width: 220px !important;
  max-height: 70px !important;
  object-fit: contain !important;
}
@media (max-width: 640px){
  .site-header .header-inner{
    min-height: 72px !important;
    padding: 8px 0 !important;
  }
  .site-header .brand-logo img{
    height: 48px !important;
    max-width: 190px !important;
    max-height: 48px !important;
  }
  .site-footer .footer-brand img{
    height: 58px !important;
    max-width: 190px !important;
  }
}
/* Botões flutuantes de pedido */
.floating-actions{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.floating-actions a{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  color:#fff;
  border-radius:50%;
  box-shadow:var(--shadow);
  transition:.2s ease;
}
.floating-actions a:hover,
.floating-actions a:focus{
  transform:translateY(-2px);
}
.ifood-float{
  background:#ea1d2c;
}
.ifood-float:hover,
.ifood-float:focus{
  background:#c81725;
}
.ifood-float img{
  width:42px;
  height:42px;
  display:block;
  object-fit:contain;
  border-radius:12px;
}
.whatsapp-float{
  position:static !important;
  right:auto !important;
  bottom:auto !important;
  z-index:auto !important;
}
@media (max-width:640px){
  .floating-actions{
    right:16px;
    bottom:16px;
  }
  .floating-actions a{
    width:56px;
    height:56px;
  }
  .ifood-float img{
    width:41px;
    height:41px;
  }
  .site-footer{
    padding-bottom:150px;
  }
}

/* Rodapé centralizado com redes sociais */
.footer-grid{
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:24px;
}
.footer-main{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.footer-social{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:16px;
  flex-wrap:nowrap;
}
.footer-social a{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  transition:.2s ease;
}
.footer-social a:hover,
.footer-social a:focus{
  background:var(--orange);
  transform:translateY(-2px);
}
.footer-social svg{
  width:23px;
  height:23px;
  fill:currentColor;
}
.footer-links{
  justify-content:center;
  align-items:center;
  flex-direction:row !important;
}
@media (max-width:900px){
  .footer-grid{
    align-items:center;
    text-align:center;
  }
  .footer-links{
    flex-direction:row !important;
    justify-content:center;
  }
}
@media (max-width:640px){
  .footer-links{
    gap:8px;
  }
  .footer-social{
    flex-direction:row !important;
  }
}


/* Campo de cupom abaixo do cardápio */
.coupon-box{
  margin-top:30px;
  background:var(--green);
  color:#fff;
  border-radius:34px;
  padding:34px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:center;
  box-shadow:var(--shadow);
}
.coupon-copy .eyebrow{
  color:#ffd94a;
}
.coupon-copy h3{
  color:#ffd94a;
  font-size:clamp(1.7rem,3vw,2.45rem);
  margin-bottom:10px;
}
.coupon-copy p{
  color:rgba(255,255,255,.88);
  margin:0;
}
.coupon-form{
  background:#fff;
  color:var(--text);
  border-radius:26px;
  padding:24px;
  display:grid;
  gap:14px;
  box-shadow:0 16px 34px rgba(0,0,0,.12);
}
.coupon-form label{
  display:grid;
  gap:7px;
}
.coupon-form label span{
  color:var(--green);
  font-weight:900;
  font-size:.92rem;
}
.coupon-form input{
  width:100%;
  min-height:50px;
  border:1px solid rgba(0,107,47,.18);
  border-radius:16px;
  padding:12px 14px;
  font:inherit;
  color:var(--text);
  background:#fffdf5;
  outline:none;
  transition:.2s ease;
}
.coupon-form input:focus{
  border-color:var(--orange);
  box-shadow:0 0 0 4px rgba(242,139,0,.14);
  background:#fff;
}
.coupon-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.coupon-submit{
  width:100%;
  justify-content:center;
  border:0;
  cursor:pointer;
}
.coupon-form small{
  display:block;
  color:var(--muted);
  line-height:1.45;
}
.coupon-message{
  border-radius:16px;
  padding:12px 14px;
  font-weight:800;
  line-height:1.4;
}
.coupon-message.is-success{
  background:rgba(0,107,47,.12);
  color:var(--green);
  border:1px solid rgba(0,107,47,.18);
}
.coupon-message.is-error{
  background:rgba(234,29,44,.1);
  color:#b8121f;
  border:1px solid rgba(234,29,44,.18);
}
@media (max-width:900px){
  .coupon-box{
    grid-template-columns:1fr;
    text-align:center;
  }
}
@media (max-width:640px){
  .coupon-box{
    padding:24px;
    border-radius:28px;
  }
  .coupon-form{
    padding:18px;
  }
  .coupon-fields{
    grid-template-columns:1fr;
  }
}

/* Seção exclusiva para cupom */
.coupon-section{
  position:relative;
  overflow:hidden;
  background:black;
  padding:76px 0;
}
.coupon-section::before,
.coupon-section::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  opacity:.18;
}
.coupon-section::before{
  width:260px;
  height:260px;
  background:var(--orange);
  left:-90px;
  top:-90px;
}
.coupon-section::after{
  width:320px;
  height:320px;
  background:var(--green);
  right:-140px;
  bottom:-160px;
}
.coupon-section .container{
  position:relative;
  z-index:1;
}
.coupon-section .coupon-box{
  margin-top:0;
  background:var(--green-dark);
  color:#fff;
  border-radius:38px;
  padding:42px;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);
  gap:38px;
  align-items:center;
  box-shadow:0 24px 58px rgba(0,77,34,.22);
  border:1px solid rgba(255,255,255,.18);
}
.coupon-badge{
  display:inline-flex;
  align-items:center;
  width:max-content;
  color:var(--green-dark);
  background:#ffd94a;
  border-radius:999px;
  padding:8px 14px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.78rem;
  margin-bottom:18px;
}
.coupon-copy h2{
  color:var(--orange);
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1.02;
  margin:0 0 16px;
  letter-spacing:-.04em;
}
.coupon-copy p{
  color:rgba(255,255,255,.9);
  font-size:1.08rem;
  max-width:560px;
  margin:0;
}
.coupon-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.coupon-benefits span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-size:.86rem;
  font-weight:800;
}
.coupon-benefits span::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
  flex:0 0 auto;
}
.coupon-section .coupon-form{
  background:#fffdf5;
  color:var(--text);
  border-radius:30px;
  padding:28px;
  display:grid;
  gap:16px;
  box-shadow:0 18px 40px rgba(0,0,0,.14);
}
.coupon-form-head{
  display:grid;
  gap:8px;
  padding-bottom:6px;
  text-align:left;
}
.coupon-form-head strong{
  color:var(--green);
  font-size:1.4rem;
  line-height:1.15;
  max-width:430px;
}
.coupon-form-head span{
  color:var(--muted);
  font-weight:700;
  text-align:left;
  max-width:440px;
  line-height:1.4;
}
.coupon-section .coupon-form label span{
  color:var(--green);
  font-weight:900;
}
.coupon-section .coupon-form input{
  min-height:54px;
  border-radius:18px;
  background:#fff;
}
.coupon-section .coupon-submit{
  margin-top:2px;
  min-height:54px;
  font-size:1rem;
  box-shadow:0 14px 26px rgba(244,124,22,.25);
}
.coupon-section .coupon-submit:hover,
.coupon-section .coupon-submit:focus{
  background:var(--green);
  color:#fff;
  transform:translateY(-1px);
}
.coupon-section .coupon-form small{
  color:var(--muted);
  text-align:center;
}
@media (max-width:900px){
  .coupon-section{
    padding:64px 0;
  }
  .coupon-section .coupon-box{
    grid-template-columns:1fr;
    text-align:center;
    gap:28px;
  }
  .coupon-badge{
    margin-left:auto;
    margin-right:auto;
  }
  .coupon-copy p{
    margin-left:auto;
    margin-right:auto;
  }
  .coupon-benefits{
    justify-content:center;
  }
   .coupon-form-head, .coupon-form-head span{
      text-align: center;
  }
}
@media (max-width:640px){
  .coupon-section{
    padding:52px 0;
  }
  .coupon-section .coupon-box{
    padding:24px;
    border-radius:30px;
  }
  .coupon-section .coupon-form{
    padding:20px;
    border-radius:24px;
  }
  .coupon-form-head{
    text-align:left;
  }
  .coupon-form-head span{
    max-width:none;
    text-align:center;
  }
  .coupon-benefits{
    display:grid;
    grid-template-columns:1fr;
  }
  .coupon-form-head, .coupon-form-head span{
      text-align: center;
  }
}
