:root{
  --red:#b71919;
  --red-dark:#761010;
  --orange:#ef7d00;
  --cream:#fff4df;
  --paper:#fffaf0;
  --brown:#2d160e;
  --muted:#735e53;
  --green:#168b48;
  --shadow:0 18px 55px #39190c24;
  --radius:26px
}
[hidden]{
  display:none!important
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:90px
}
body{
  color:var(--brown);
  background:var(--paper);
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden
}
img{
  max-width:100%;
  display:block
}
a{
  color:inherit;
  text-decoration:none
}
svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8px;
  stroke-linecap:round;
  stroke-linejoin:round
}
.container{
  width:min(1180px,100% - 36px);
  margin:auto
}
.section{
  padding:96px 0
}
.kicker,.eyebrow{
  text-transform:uppercase;
  letter-spacing:.13em;
  color:var(--orange);
  margin:0 0 14px;
  font-size:.76rem;
  font-weight:900
}
.kicker.light{
  color:#ffc46f
}
h1,h2,h3,p{
  margin-top:0
}
h1,h2,h3{
  font-family:Georgia,Times New Roman,serif;
  line-height:1.03
}
h1{
  letter-spacing:-.055em;
  font-size:clamp(2.65rem,5.5vw,5.7rem)
}
h2{
  letter-spacing:-.045em;
  margin-bottom:20px;
  font-size:clamp(2.15rem,4vw,4rem)
}
h3{
  font-size:1.55rem
}
.button{
  background:linear-gradient(135deg,var(--orange),#ff9a19);
  color:#30150b;
  border-radius:999px;
  justify-content:center;
  align-items:center;
  gap:14px;
  min-height:54px;
  padding:15px 20px;
  font-weight:900;
  transition:transform .25s,box-shadow .25s;
  display:inline-flex;
  box-shadow:0 12px 30px #ed770040
}
.button:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 38px #ed770057
}
.button svg,.text-link svg,.meal-card a svg,.flavor-card a svg{
  width:20px
}
.button.secondary{
  color:#fff;
  box-shadow:none;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  background:#ffffff1f;
  border:1px solid #ffffff80
}
.opening{
  z-index:9999;
  background:#25120b;
  animation:.25s both openingIn;
  position:fixed;
  inset:0;
  overflow:hidden
}
.opening.is-closing{
  animation:.55s both openingOut
}
.opening-frame{
  background-position:50%;
  background-size:cover;
  position:absolute;
  inset:0
}
.opening-closed{
  background-image:url(images/opening-closed.webp);
  animation:2.7s both closedReveal
}
.opening-open{
  opacity:0;
  background-image:url(images/opening-open.webp);
  animation:2.7s both openReveal;
  transform:scale(1.06)
}
.opening-shade{
  background:linear-gradient(#0000 30%,#180804bf);
  position:absolute;
  inset:0
}
.opening-copy{
  color:#fff;
  text-align:center;
  text-shadow:0 4px 20px #000;
  width:min(90%,780px);
  position:absolute;
  bottom:10%;
  left:50%;
  transform:translate(-50%)
}
.opening-copy span{
  color:#ffc169;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:9px;
  font-size:.85rem;
  font-weight:900;
  display:block
}
.opening-copy strong{
  font:700 clamp(1.8rem,4vw,3.8rem)/1 Georgia,serif
}
.opening button{
  color:#fff;
  cursor:pointer;
  background:#00000040;
  border:1px solid #ffffffa6;
  border-radius:99px;
  padding:10px 17px;
  font-weight:800;
  position:absolute;
  top:22px;
  right:22px
}
@keyframes closedReveal{
  0%,35%{
    opacity:1;
    transform:scale(1)
  }
  62%,to{
    opacity:0;
    transform:scale(1.03)
  }
}
@keyframes openReveal{
  0%,34%{
    opacity:0;
    transform:scale(1.06)
  }
  62%,to{
    opacity:1;
    transform:scale(1)
  }
}
@keyframes openingIn{
  0%{
    opacity:0
  }
  to{
    opacity:1
  }
}
@keyframes openingOut{
  to{
    opacity:0;
    visibility:hidden
  }
}
.site-header{
  z-index:100;
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  background:#fffaf0f0;
  border-bottom:1px solid #eadbc8;
  height:78px;
  position:sticky;
  top:0
}
.header-inner{
  align-items:center;
  gap:28px;
  height:100%;
  display:flex
}
.brand img{
  width:auto;
  height:60px
}
.desktop-nav{
  gap:22px;
  margin-left:auto;
  font-size:.88rem;
  font-weight:800;
  display:flex
}
.desktop-nav a{
  transition:color .2s
}
.desktop-nav a:hover{
  color:var(--red)
}
.header-cta{
  background:var(--green);
  color:#fff;
  border-radius:99px;
  align-items:center;
  gap:8px;
  padding:12px 17px;
  font-weight:900;
  display:flex
}
.header-cta svg{
  width:22px
}
.mobile-menu{
  margin-left:auto;
  display:none;
  position:relative
}
.mobile-menu summary{
  background:var(--red);
  border-radius:50%;
  place-content:center;
  gap:4px;
  width:42px;
  height:42px;
  list-style:none;
  display:grid
}
.mobile-menu summary::-webkit-details-marker{
  display:none
}
.mobile-menu i{
  background:#fff;
  width:19px;
  height:2px;
  display:block
}
.mobile-menu nav{
  width:220px;
  box-shadow:var(--shadow);
  background:#fff;
  border-radius:18px;
  padding:14px;
  display:grid;
  position:absolute;
  top:52px;
  right:0
}
.mobile-menu nav a{
  padding:11px;
  font-weight:800
}
.hero{
  color:#fff;
  background:#2b110b;
  align-items:center;
  min-height:760px;
  padding:72px 0 48px;
  display:grid;
  position:relative;
  overflow:hidden
}
.hero-bg{
  object-fit:cover;
  filter:saturate(1.06);
  width:100%;
  height:100%;
  position:absolute;
  inset:0
}
.hero-overlay{
  background:linear-gradient(90deg,#220906f0 0%,#370d08c4 46%,#2a09042e 76%),linear-gradient(#0000 50%,#220a06c7);
  position:absolute;
  inset:0
}
.hero-grid{
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:45px;
  display:grid;
  position:relative
}
.hero-copy{
  z-index:3;
  position:relative
}
.hero-copy h1{
  max-width:760px;
  margin-bottom:24px
}
.hero-copy .lead{
  color:#f4dfcf;
  max-width:650px;
  font-size:1.1rem;
  line-height:1.65
}
.hero-actions{
  flex-wrap:wrap;
  gap:12px;
  margin:30px 0;
  display:flex
}
.hero-badges{
  flex-wrap:wrap;
  gap:12px;
  display:flex
}
.hero-badges>span{
  color:#f3d9c8;
  background:#ffffff1f;
  border:1px solid #ffffff38;
  border-radius:16px;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:2px 9px;
  padding:12px 15px;
  font-size:.75rem;
  display:grid
}
.hero-badges strong{
  color:#fff;
  font-size:.88rem
}
.hero-badges svg{
  color:#ffbd59;
  grid-row:1/3;
  width:24px
}
.hero-collage{
  height:570px;
  position:relative
}
.hero-main-food,.hero-side-food{
  background:#fff;
  border:5px solid #ffffffdb;
  margin:0;
  position:absolute;
  overflow:hidden;
  box-shadow:0 24px 70px #0000006b
}
.hero-main-food{
  border-radius:48% 48% 30px 30px;
  inset:3% 4% 8%;
  transform:rotate(2deg)
}
.hero-main-food img{
  object-fit:cover;
  width:100%;
  height:100%
}
.hero-main-food figcaption{
  background:#6c0c09eb;
  border-radius:15px;
  padding:12px 18px;
  display:grid;
  position:absolute;
  bottom:22px;
  left:22px
}
.hero-main-food figcaption span{
  color:#ffbf57;
  letter-spacing:.15em;
  font-size:.67rem;
  font-weight:900
}
.hero-main-food figcaption strong{
  font:700 1.4rem Georgia,serif
}
.hero-side-food{
  border-radius:50%;
  width:155px;
  height:155px
}
.hero-side-food img{
  object-fit:cover;
  width:100%;
  height:100%
}
.hero-side-food.pastel{
  bottom:22px;
  left:-40px;
  transform:rotate(-8deg)
}
.hero-side-food.acai{
  top:15px;
  right:-25px;
  transform:rotate(7deg)
}
.ticker{
  white-space:nowrap;
  background:var(--orange);
  color:#2b130a;
  letter-spacing:.08em;
  width:200%;
  padding:12px 0;
  font-weight:950;
  animation:30s linear infinite ticker;
  position:absolute;
  bottom:0
}
@keyframes ticker{
  to{
    transform:translate(-50%)
  }
}
.proof{
  background:#fff0d5;
  border-bottom:1px solid #ead4ae
}
.proof-grid{
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  min-height:104px;
  display:grid
}
.proof-grid>span{
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:2px 12px;
  padding:20px;
  font-size:1.55rem;
  display:grid
}
.proof-grid strong{
  font-size:.96rem
}
.proof-grid small{
  color:var(--muted);
  grid-column:2;
  font-size:.76rem
}
.today{
  background:radial-gradient(circle at 15% 10%,#ffe1a9,transparent 24%),var(--paper)
}
.today-feature{
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  background:#fff;
  grid-template-columns:1.06fr .94fr;
  align-items:center;
  margin-bottom:85px;
  display:grid;
  overflow:hidden
}
.today-photo{
  height:520px;
  position:relative;
  overflow:hidden
}
.today-photo img{
  object-fit:cover;
  width:100%;
  height:100%;
  transition:transform .7s
}
.today-feature:hover .today-photo img{
  transform:scale(1.035)
}
.today-photo span{
  background:var(--red);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.1em;
  border-radius:99px;
  padding:10px 15px;
  font-size:.72rem;
  font-weight:900;
  position:absolute;
  top:24px;
  left:24px
}
.today-copy{
  padding:60px
}
.today-copy p:not(.kicker){
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.7
}
.section-heading{
  justify-content:space-between;
  align-items:end;
  gap:32px;
  margin-bottom:35px;
  display:flex
}
.section-heading h2{
  margin:0
}
.section-heading>p{
  max-width:430px;
  color:var(--muted);
  line-height:1.6
}
.meal-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  display:grid
}
.meal-grid>.reveal{
  height:100%
}
.meal-card{
  background:#fff;
  border-radius:22px;
  flex-direction:column;
  height:100%;
  min-height:490px;
  transition:transform .3s,box-shadow .3s;
  display:flex;
  overflow:hidden;
  box-shadow:0 12px 35px #3615081a
}
.meal-card:hover{
  box-shadow:var(--shadow);
  transform:translateY(-7px)
}
.meal-photo{
  height:255px;
  position:relative;
  overflow:hidden
}
.meal-photo img{
  object-fit:cover;
  width:100%;
  height:100%;
  transition:transform .5s
}
.meal-card:hover .meal-photo img{
  transform:scale(1.06)
}
.meal-photo span{
  background:var(--orange);
  color:#2b130b;
  border-radius:50%;
  place-items:center;
  width:47px;
  height:47px;
  font-weight:950;
  display:grid;
  position:absolute;
  bottom:14px;
  right:15px
}
.meal-body{
  flex-direction:column;
  flex:1;
  padding:25px;
  display:flex
}
.meal-body h3{
  margin-bottom:10px
}
.meal-body p{
  color:var(--muted);
  font-size:.92rem;
  line-height:1.55
}
.meal-body a,.flavor-card a{
  color:var(--red);
  align-items:center;
  gap:8px;
  margin-top:auto;
  font-weight:900;
  display:flex
}
.buffet{
  background:var(--brown);
  color:#fff;
  position:relative;
  overflow:hidden
}
.buffet:before{
  content:"";
  filter:blur(110px);
  opacity:.5;
  background:#8a1c13;
  border-radius:50%;
  width:500px;
  height:500px;
  position:absolute;
  top:-250px;
  right:-180px
}
.buffet-grid{
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:55px;
  display:grid;
  position:relative
}
.buffet-photo{
  border-radius:var(--radius);
  height:610px;
  position:relative;
  overflow:hidden;
  transform:rotate(-1.5deg);
  box-shadow:0 25px 65px #120704
}
.buffet-photo img{
  object-fit:cover;
  width:100%;
  height:100%
}
.buffet-photo>div{
  background:#6e0d0ae6;
  border-radius:16px;
  justify-content:space-between;
  padding:17px 20px;
  display:flex;
  position:absolute;
  bottom:20px;
  left:20px;
  right:20px
}
.buffet-photo span{
  color:#ffc36d
}
.buffet-copy>p:not(.kicker,.buffet-time){
  color:#e5cfc2;
  line-height:1.6
}
.buffet-time{
  border-left:4px solid var(--orange);
  background:#ffffff12;
  align-items:center;
  gap:12px;
  padding:15px;
  display:flex
}
.buffet-time svg{
  color:#ffbd57;
  width:30px
}
.buffet-time span{
  display:grid
}
.buffet-options{
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:25px 0;
  display:grid
}
.buffet-options article{
  background:#ffffff0f;
  border:1px solid #ffffff2b;
  border-radius:18px;
  padding:22px
}
.buffet-options article>span{
  color:#ffbd57;
  font-weight:900
}
.buffet-options h3{
  margin:10px 0
}
.buffet-options p{
  color:#ddc8bc;
  font-size:.88rem;
  line-height:1.45
}
.feijoada{
  color:#fff;
  background:linear-gradient(120deg,#8d1613,#4c0e0a)
}
.feijoada-grid{
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:70px;
  display:grid
}
.feijoada-art{
  border-radius:40px;
  height:570px;
  position:relative;
  overflow:hidden;
  box-shadow:0 28px 65px #25030266
}
.feijoada-art img{
  object-fit:cover;
  width:100%;
  height:100%
}
.feijoada-art:after{
  content:"";
  background:linear-gradient(#0000 55%,#2c020085);
  position:absolute;
  inset:0
}
.feijoada-art span{
  z-index:2;
  background:var(--orange);
  color:#2a1209;
  border-radius:99px;
  padding:12px 17px;
  font-weight:950;
  position:absolute;
  bottom:22px;
  left:22px
}
.feijoada-grid p:not(.kicker){
  color:#f0d1ca;
  font-size:1.05rem;
  line-height:1.7
}
.video{
  background:#fff0da
}
.video-grid{
  grid-template-columns:.78fr 1.22fr;
  align-items:center;
  gap:90px;
  display:grid
}
.video-reveal{
  place-items:center;
  display:grid
}
.phone{
  background:#25120c;
  border-radius:42px;
  width:min(100%,390px);
  padding:10px;
  position:relative;
  box-shadow:0 25px 70px #3e170740
}
.phone>i{
  z-index:2;
  background:#1b0b07;
  border-radius:99px;
  width:78px;
  height:18px;
  position:absolute;
  top:17px;
  left:50%;
  transform:translate(-50%)
}
.video-player-shell{
  aspect-ratio:9/16;
  background:#160b08;
  border-radius:33px;
  position:relative;
  overflow:hidden
}
.video-player-shell iframe{
  border:0;
  width:100%;
  height:100%;
  display:block
}
.video-copy>p:not(.kicker){
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.65
}
.video-copy blockquote{
  border-left:5px solid var(--orange);
  background:#fff;
  border-radius:0 16px 16px 0;
  margin:28px 0;
  padding:19px 24px;
  font:italic 1.1rem/1.5 Georgia,serif
}
.flavors{
  background:#fffaf0
}
.center-heading{
  text-align:center;
  max-width:740px;
  margin:0 auto 45px
}
.center-heading>p:last-child{
  color:var(--muted)
}
.flavor-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  display:grid
}
.flavor-grid>.reveal{
  height:100%
}
.flavor-card{
  color:#fff;
  background:#3a160e;
  border-radius:22px;
  height:100%;
  min-height:500px;
  position:relative;
  overflow:hidden;
  box-shadow:0 14px 35px #30120729
}
.flavor-card:after{
  content:"";
  background:linear-gradient(#2308040d 33%,#230804f2 100%);
  position:absolute;
  inset:0
}
.flavor-card img{
  object-fit:cover;
  width:100%;
  height:100%;
  transition:transform .55s
}
.flavor-card:hover img{
  transform:scale(1.07)
}
.flavor-content{
  z-index:2;
  padding:23px;
  position:absolute;
  bottom:0;
  left:0;
  right:0
}
.flavor-content>span{
  color:#ffc05a;
  font-weight:950
}
.flavor-content h3{
  margin:6px 0;
  font-size:2rem
}
.flavor-content p{
  color:#eedcd2;
  font-size:.86rem;
  line-height:1.45
}
.flavor-card a{
  color:#ffc05a
}
.pastel-duo{
  border-radius:var(--radius);
  color:#fff;
  background:linear-gradient(120deg,#2f120b,#7e1710);
  grid-template-columns:1fr 1fr;
  align-items:center;
  margin-top:28px;
  display:grid;
  overflow:hidden
}
.pastel-duo>img{
  object-fit:cover;
  width:100%;
  height:360px
}
.pastel-duo>div{
  padding:45px
}
.pastel-duo h3{
  font-size:2.4rem
}
.hours{
  background:#f8e9d0
}
.hours-grid{
  grid-template-columns:.72fr 1.28fr;
  gap:65px;
  display:grid
}
.hours-intro{
  align-self:start;
  position:sticky;
  top:120px
}
.hours-intro>p:not(.kicker){
  color:var(--muted);
  line-height:1.65
}
.hours-badge{
  background:var(--red);
  color:#fff;
  border-radius:17px;
  align-items:center;
  gap:12px;
  margin-top:28px;
  padding:16px;
  display:flex
}
.hours-badge svg{
  width:30px
}
.hours-badge span{
  display:grid
}
.schedule{
  gap:16px;
  display:grid
}
.schedule article{
  background:#fff;
  border-radius:20px;
  padding:24px;
  box-shadow:0 8px 24px #3c190812
}
.schedule article.featured{
  background:var(--brown);
  color:#fff
}
.schedule article>div{
  border-bottom:1px solid #eadbc9;
  align-items:center;
  gap:13px;
  padding-bottom:16px;
  display:flex
}
.schedule article.featured>div{
  border-color:#654133
}
.schedule article>div span{
  background:var(--orange);
  border-radius:8px;
  padding:8px;
  font-size:.73rem;
  font-weight:950
}
.schedule ul{
  margin:0;
  padding:8px 0 0;
  list-style:none
}
.schedule li{
  border-bottom:1px dashed #e5d3bf;
  justify-content:space-between;
  gap:20px;
  padding:11px 0;
  display:flex
}
.schedule .featured li{
  border-color:#624032
}
.schedule em{
  color:var(--red);
  font-style:normal;
  font-weight:900
}
.schedule .featured em{
  color:#ffc05f
}
.schedule li.muted{
  opacity:.58
}
.location{
  background:#fff
}
.location-grid{
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:60px;
  display:grid
}
.map{
  border-radius:var(--radius);
  height:490px;
  box-shadow:var(--shadow);
  overflow:hidden
}
.map iframe{
  border:0;
  width:100%;
  height:100%
}
.location-grid>div:last-child>p:not(.kicker){
  color:var(--muted);
  line-height:1.6
}
.address{
  align-items:center;
  gap:15px;
  padding:18px 0;
  display:flex
}
.address svg{
  width:40px;
  color:var(--red)
}
.address span{
  display:grid
}
.address small{
  color:var(--muted);
  margin-top:4px
}
.location-actions{
  flex-wrap:wrap;
  align-items:center;
  gap:20px;
  margin-top:20px;
  display:flex
}
.phone-link{
  color:var(--red);
  font-weight:950
}
.final-cta{
  background:linear-gradient(120deg,var(--orange),#ffac29);
  padding:58px 0
}
.final-cta .container{
  justify-content:space-between;
  align-items:center;
  gap:35px;
  display:flex
}
.final-cta p{
  letter-spacing:.14em;
  font-size:.75rem;
  font-weight:950
}
.final-cta h2{
  max-width:760px;
  margin:0
}
.final-cta .button{
  background:var(--red);
  color:#fff
}
footer{
  color:#ead7ca;
  background:#24110b;
  padding:70px 0 24px
}
.footer-grid{
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:40px;
  display:grid
}
.footer-grid>div{
  align-content:start;
  gap:10px;
  display:grid
}
.footer-grid .brand img{
  filter:drop-shadow(0 0 12px #ffffff2e);
  width:160px;
  height:auto
}
.footer-grid p{
  color:#bda89c;
  line-height:1.55
}
.footer-grid strong{
  color:#fff;
  margin-bottom:8px
}
.footer-grid a:hover{
  color:#ffb14a
}
.footer-bottom{
  color:#9e887d;
  border-top:1px solid #513328;
  justify-content:space-between;
  margin-top:45px;
  padding-top:22px;
  font-size:.76rem;
  display:flex
}
.whatsapp-float{
  z-index:90;
  background:var(--green);
  color:#fff;
  border-radius:99px;
  align-items:center;
  gap:9px;
  padding:13px 17px;
  font-weight:950;
  display:flex;
  position:fixed;
  bottom:18px;
  right:18px;
  box-shadow:0 12px 30px #0000003d
}
.whatsapp-float svg{
  width:25px
}
.reveal{
  opacity:0;
  transition:opacity .65s,transform .65s;
  transform:translateY(28px)
}
.reveal.is-visible{
  opacity:1;
  transform:none
}
@media (max-width:1020px){
  .desktop-nav{
    display:none
  }
  .mobile-menu{
    display:block
  }
  .header-cta{
    margin-left:auto
  }
  .mobile-menu{
    margin-left:0
  }
  .hero-grid{
    grid-template-columns:1fr
  }
  .hero{
    padding-top:55px
  }
  .hero-copy{
    max-width:800px
  }
  .hero-collage{
    width:min(650px,100%);
    height:490px;
    margin:auto
  }
  .meal-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .buffet-grid,.feijoada-grid,.video-grid,.location-grid{
    gap:42px
  }
  .flavor-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .hours-grid{
    grid-template-columns:1fr
  }
  .hours-intro{
    position:static
  }
  .footer-grid{
    grid-template-columns:1.4fr 1fr 1fr
  }
  .footer-grid>div:last-child{
    display:none
  }
}
@media (max-width:720px){
  .container{
    width:min(100% - 28px,1180px)
  }
  .section{
    padding:68px 0
  }
  h1{
    font-size:clamp(2.45rem,13vw,4rem)
  }
  h2{
    font-size:clamp(2rem,9vw,3rem)
  }
  .site-header{
    height:68px
  }
  .brand img{
    height:52px
  }
  .header-cta span{
    display:none
  }
  .header-cta{
    padding:10px
  }
  .hero{
    min-height:auto;
    padding:45px 0 43px
  }
  .hero-overlay{
    background:linear-gradient(#280805db,#280805b5 55%,#280805e8)
  }
  .hero-actions{
    display:grid
  }
  .hero-actions .button{
    width:100%
  }
  .hero-badges{
    display:grid
  }
  .hero-badges>span{
    width:100%
  }
  .hero-collage{
    height:390px;
    margin-top:5px
  }
  .hero-main-food{
    inset:4% 3%
  }
  .hero-side-food{
    width:105px;
    height:105px
  }
  .hero-side-food.pastel{
    left:-4px
  }
  .hero-side-food.acai{
    right:-4px
  }
  .proof-grid{
    grid-template-columns:1fr
  }
  .proof-grid>span{
    border-bottom:1px solid #e4cfa8
  }
  .today-feature{
    grid-template-columns:1fr;
    margin-bottom:60px
  }
  .today-photo{
    height:360px
  }
  .today-copy{
    padding:30px 24px
  }
  .section-heading{
    display:block
  }
  .section-heading>p{
    margin-top:15px
  }
  .meal-grid{
    grid-template-columns:1fr;
    gap:18px
  }
  .meal-card{
    min-height:450px
  }
  .meal-photo{
    height:250px
  }
  .buffet-grid,.feijoada-grid,.video-grid,.location-grid{
    grid-template-columns:1fr
  }
  .buffet-photo{
    height:430px;
    transform:none
  }
  .buffet-options{
    grid-template-columns:1fr
  }
  .feijoada-art{
    height:430px
  }
  .feijoada-grid{
    gap:35px
  }
  .video-grid{
    gap:40px
  }
  .phone{
    border-radius:30px;
    width:min(100%,335px);
    padding:5px
  }
  .phone>i{
    height:14px;
    top:11px
  }
  .video-player-shell{
    border-radius:25px
  }
  .flavor-grid{
    grid-template-columns:1fr
  }
  .flavor-card{
    min-height:470px
  }
  .pastel-duo{
    grid-template-columns:1fr
  }
  .pastel-duo>img{
    height:280px
  }
  .pastel-duo>div{
    padding:28px 24px
  }
  .pastel-duo h3{
    font-size:2rem
  }
  .schedule li{
    gap:5px;
    display:grid
  }
  .map{
    height:360px
  }
  .final-cta .container{
    display:grid
  }
  .footer-grid{
    grid-template-columns:1fr 1fr
  }
  .footer-grid>div:first-child{
    grid-column:1/-1
  }
  .footer-bottom{
    gap:7px;
    display:grid
  }
  .whatsapp-float{
    padding:12px 14px;
    bottom:12px;
    right:12px
  }
  .whatsapp-float span{
    font-size:.82rem
  }
  .opening-frame{
    background-position:50%
  }
  .opening-copy{
    bottom:12%
  }
  .opening button{
    top:14px;
    right:14px
  }
}
@media (max-width:390px){
  .header-cta{
    display:none
  }
  .hero-collage{
    height:340px
  }
  .hero-main-food figcaption{
    bottom:14px;
    left:14px
  }
  .phone{
    width:100%
  }
  .footer-grid{
    grid-template-columns:1fr
  }
  .footer-grid>div:first-child{
    grid-column:auto
  }
  .whatsapp-float span{
    display:none
  }
  .whatsapp-float{
    justify-content:center;
    width:54px;
    height:54px;
    padding:0
  }
  .opening-copy strong{
    font-size:1.65rem
  }
}
@media (prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,:before,:after{
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important
  }
  .opening{
    display:none
  }
  .reveal{
    opacity:1;
    transform:none
  }
}
