﻿:root{
  --cream:#fff3dc;
  --cream-strong:#ffe5b5;
  --purple:#260d66;
  --lilac:#c5b5f1;
  --orange:#dc440a;
  --green:#a4d866;
  --dark-green:#2c5236;
  --ink:#1b1232;
  --white:#fff;
  --shadow:0 16px 34px rgba(37,13,102,.18);
  --soft-shadow:0 8px 18px rgba(0,0,0,.18);
  --page-width:100%;
  --mobile-title-bebas:38px;
  --mobile-title-display:34px;
  --mobile-body:16px;
  --mobile-button:15px;
}

@font-face{
  font-family:'Bagel Crumb';
  src:url("04_Tipografias/Bagels Crumb/Bagel Crumb.woff2") format("woff2"),
      url("04_Tipografias/Bagels Crumb/Bagel Crumb.woff") format("woff"),
      url("04_Tipografias/Bagels Crumb/Bagel Crumb.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Hank Rounded';
  src:url("04_Tipografias/Hank Rounded/WFF2/HankRnd-Regular.woff2") format("woff2"),
      url("04_Tipografias/Hank Rounded/WFF/HankRnd-Regular.woff") format("woff"),
      url("04_Tipografias/Hank Rounded/TTF/HankRnd-Regular.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Hank Rounded';
  src:url("04_Tipografias/Hank Rounded/WFF2/HankRnd-Bold.woff2") format("woff2"),
      url("04_Tipografias/Hank Rounded/WFF/HankRnd-Bold.woff") format("woff"),
      url("04_Tipografias/Hank Rounded/TTF/HankRnd-Bold.ttf") format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:'Hank Rounded';
  src:url("04_Tipografias/Hank Rounded/WFF2/HankRnd-Black.woff2") format("woff2"),
      url("04_Tipografias/Hank Rounded/WFF/HankRnd-Black.woff") format("woff"),
      url("04_Tipografias/Hank Rounded/TTF/HankRnd-Black.ttf") format("truetype");
  font-weight:900;
  font-style:normal;
  font-display:swap;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--white);
  font-family:'Hank Rounded',Verdana,sans-serif;
  color:var(--purple);
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.13;
  z-index:20;
  background-image:
    radial-gradient(circle at 25% 25%,rgba(38,13,102,.15) 0 1px,transparent 1px),
    radial-gradient(circle at 75% 75%,rgba(220,68,10,.15) 0 1px,transparent 1px);
  background-size:22px 22px;
  mix-blend-mode:multiply;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}

.page{
  width:100%;
  max-width:none;
  margin:0;
  background:var(--white);
  overflow:hidden;
  box-shadow:none;
}

.hero{
  height:clamp(378px,47.55vw,650px);
  min-height:clamp(378px,47.55vw,650px);
  position:relative;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(24,14,50,.42),rgba(24,14,50,.16) 44%,rgba(24,14,50,.02) 70%),
    url("assets/Imagens dos banners/Banner 01.webp") center/cover no-repeat;
}
.hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:35%;
  background:linear-gradient(0deg,rgba(0,0,0,.25),transparent);
  z-index:-1;
}
.site-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:0 clamp(42px,5.45vw,64px);
  position:relative;
  z-index:2;
}
.brand{
  width:clamp(118px,12.1vw,142px);
  flex:0 0 auto;
  margin:3px 0 0 -14px;
  filter:drop-shadow(0 7px 10px rgba(0,0,0,.28));
}
.menu-toggle{display:none}
.menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  padding-top:49px;
  max-width:calc(100% - 132px);
  transform:translateX(10px);
}
.menu a{
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--orange);
  color:var(--cream);
  font-size:clamp(10px,1.02vw,13px);
  font-weight:900;
  text-transform:uppercase;
  padding:10px clamp(20px,1.9vw,22px) 9px;
  border-radius:999px;
  box-shadow:var(--soft-shadow);
  white-space:nowrap;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.menu a:hover,.btn:hover,.partner-form button:hover,.contact-pill:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 28px rgba(0,0,0,.22);
}
.menu a:active,.btn:active,.partner-form button:active,.contact-pill:active{
  transform:translateY(2px) scale(.98);
  box-shadow:0 5px 10px rgba(0,0,0,.22);
  filter:saturate(1.1);
}
.menu .partner{background:var(--lilac);color:var(--purple)}

.hero-copy{
  position:relative;
  z-index:1;
  width:min(610px,calc(100% - 88px));
  margin:39px 0 0 clamp(44px,5.15vw,60px);
}
.eyebrow{
  display:none;
  margin:0 0 18px;
  padding:8px 16px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  color:#fff;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  background:rgba(255,255,255,.11);
  backdrop-filter:blur(6px);
}
.hero h1{
  font-family:'Bebas Neue',Impact,sans-serif;
  color:#fff;
  font-size:clamp(54px,4.8vw,56px);
  line-height:1.08;
  font-weight:400;
  max-width:560px;
  margin:0;
  text-transform:uppercase;
}
.hero h1 span{
  display:block;
  font-family:'Bagel Crumb',Georgia,cursive;
  color:var(--lilac);
  font-size:clamp(71px,6.25vw,73px);
  line-height:.74;
  text-shadow:none;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  border-radius:999px;
  text-transform:uppercase;
  font-family:'Bagel Crumb',Georgia,cursive;
  line-height:1.14;
  text-align:center;
  box-shadow:var(--soft-shadow);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
  touch-action:manipulation;
  cursor:pointer;
}
.hero .btn{
  margin-top:62px;
  margin-left:5px;
  width:clamp(330px,29.5vw,345px);
  min-height:53px;
  padding:13px 24px 9px;
  font-size:clamp(17px,1.55vw,20px);
  white-space:nowrap;
}
.hero .reveal{animation:none}
.purple{background:var(--purple);color:var(--lilac)}
.orange-btn{background:var(--orange);color:#fff;width:min(342px,100%);font-size:18px;margin-top:48px}
.green-btn{
  background:var(--dark-green);
  color:var(--green);
  width:min(342px,100%);
  font-size:18px;
  margin-top:42px;
  border:0;
  outline:0;
}
.green-btn:focus,.green-btn:focus-visible{outline:0}

@media (min-width:1400px){
  .hero{
    height:min(900px,47.55vw);
    min-height:min(900px,47.55vw);
  }
  .site-header{
    padding-left:106px;
    padding-right:68px;
  }
  .brand{
    width:192px;
    margin:6px 0 0 0;
  }
  .menu{
    padding-top:78px;
    transform:none;
    gap:13px;
  }
  .menu a{
    font-size:13px;
    padding:11px 20px 10px;
  }
  .hero-copy{
    width:680px;
    margin:150px 0 0 98px;
    transform:none;
  }
  .hero h1{
    font-size:72px;
    line-height:.9;
    max-width:680px;
  }
  .hero h1 span{
    font-size:91px;
    line-height:.76;
  }
  .hero .btn{
    margin-top:66px;
    margin-left:8px;
    width:345px;
    min-height:53px;
    padding:13px 24px 9px;
    font-size:20px;
  }
}

.difference,.reviews{
  position:relative;
  background:var(--cream);
  padding:76px clamp(20px,4.5vw,64px) 80px;
  text-align:center;
}
.section-heading{position:relative;z-index:1}
.difference h2,.stores h2,.reviews h2{
  font-family:'Bebas Neue',Impact,sans-serif;
  color:var(--dark-green);
  font-size:clamp(48px,5.5vw,72px);
  line-height:.9;
  font-weight:400;
  text-transform:uppercase;
  margin:0;
}
.difference h2 span{
  font-family:inherit;
  text-transform:inherit;
  text-decoration:none;
}
.difference h2 em{
  font-family:'Bagel Crumb',Georgia,cursive;
  font-style:normal;
  text-transform:uppercase;
  text-decoration:underline wavy currentColor;
  text-decoration-thickness:2px;
  text-underline-offset:8px;
}
.float-art{
  position:absolute;
  pointer-events:none;
  z-index:0;
  filter:drop-shadow(0 10px 8px rgba(38,13,102,.12));
  animation:floaty 5.5s ease-in-out infinite;
}
.art-pizza{left:9%;top:46px;width:170px;transform:rotate(-7deg)}
.art-fork{right:-28px;top:155px;width:165px;animation-delay:-2.2s}
.art-clap{right:19%;top:34px;width:116px;animation-delay:-1.4s}
.art-tomato{left:-24px;top:132px;width:112px;animation-delay:-2.9s}
.art-stars{left:16px;top:24px;width:166px;animation-delay:-1.6s}
.art-heart{right:28px;top:22px;width:190px;animation-delay:-2.7s}

.badges{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
  margin:68px auto 56px;
  max-width:890px;
  position:relative;
  z-index:1;
}
.badges span{
  background:#fff;
  border:1px solid var(--purple);
  color:var(--purple);
  border-radius:999px;
  padding:15px 22px 9px;
  font-family:'Bagel Crumb',Georgia,cursive;
  font-size:clamp(16px,1.8vw,22px);
  text-transform:uppercase;
  line-height:1;
  box-shadow:0 8px 0 rgba(38,13,102,.08);
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  position:relative;
  z-index:1;
}
.product{
  min-height:286px;
  border-radius:26px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
  padding:20px 14px 0;
  transform:translateZ(0);
}
.product:before{
  content:"";
  position:absolute;
  inset:12px;
  border:0px solid rgba(255,255,255,.28);
  border-radius:20px;
}
.product h3{
  font-family:'Bagel Crumb',Georgia,cursive;
  color:#fff;
  font-size:clamp(24px,2.3vw,30px);
  font-weight:400;
  text-transform:uppercase;
  margin:0 0 10px;
  position:relative;
  z-index:1;
}
.product img{
  position:absolute;
  left:50%;
  bottom:-4px;
  transform:translateX(-50%);
  width:min(112%,310px);
  max-height:84%;
  object-fit:contain;
}
.lilac{background:var(--lilac)}
.orange{background:var(--orange)}
.green{background:var(--green)}
.dark{background:var(--dark-green)}

@media (min-width:761px){
  .difference{
    padding:40px clamp(28px,4vw,40px) 54px;
    overflow:hidden;
  }
  .difference .section-heading{
    width:max-content;
    margin:0 auto;
  }
  .difference h2{
    font-size:clamp(42px,3.75vw,58px);
    line-height:.82;
  }
  .difference h2 span{
    display:block;
    font-family:'Bebas Neue',Impact,sans-serif;
    text-transform:uppercase;
    font-size:clamp(42px,4.1vw,62px);
    line-height:.9;
    text-decoration:none;
  }
  .difference h2 em{
    font-family:'Bagel Crumb',Georgia,cursive;
    text-decoration:underline wavy currentColor;
    text-decoration-thickness:1.5px;
    text-underline-offset:7px;
  }
  .difference .art-pizza{
    left:12%;
    top:34px;
    width:122px;
  }
  .difference .art-clap{
    right:16%;
    top:38px;
    width:128px;
  }
  .difference .art-tomato{
    left:-6px;
    top:152px;
    width:120px;
  }
  .difference .art-fork{
    right:5.8%;
    top:150px;
    width:126px;
  }
  .badges{
    display:grid;
    grid-template-columns:330px 560px;
    gap:36px 28px;
    align-items:center;
    justify-content:center;
    margin:52px auto 46px;
    width:min(918px,calc(100vw - 160px));
    max-width:none;
    position:relative;
    left:18px;
  }
  .badges span{
    position:relative;
    min-height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px 5px 50px;
    border-radius:999px;
    background:#fffdf8;
    border:1px solid var(--purple);
    box-shadow:none;
    font-size:clamp(17px,1.45vw,22px);
    line-height:1;
    white-space:nowrap;
    width:100%;
  }
  .badges span:before{
    content:"";
    position:absolute;
    left:-18px;
    top:50%;
    width:54px;
    height:54px;
    background:url("assets/Frame 10.png?v=20260519-3") center/contain no-repeat;
    transform:translateY(-50%);
  }
  .badges span:after{
    content:none;
  }
  .badges span:nth-child(3),
  .badges span:nth-child(4){
    width:350px;
  }
  .badges span:nth-child(3){
    transform:translateX(94px);
  }
  .badges span:nth-child(4){
    transform:translateX(118px);
  }
  .product-grid{
    width:min(100%,1120px);
    margin:0 auto;
    gap:10px;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  .product{
    aspect-ratio:1/1;
    min-height:0;
    border-radius:18px;
    padding:18px 14px 0;
    box-shadow:0 9px 12px rgba(38,13,102,.12);
  }
  .product:before{display:none}
  .product h3{
    font-size:clamp(24px,2.05vw,31px);
    margin-bottom:4px;
  }
  .product img{
    bottom:16px;
    width:min(94%,258px);
    max-height:76%;
  }
  .product.lilac img{
    width:min(78%,198px);
    max-height:82%;
  }
  .product.green img{
    width:min(104%,274px);
    max-height:72%;
  }
  .product.dark img{
    width:min(106%,282px);
    max-height:74%;
  }
  .difference .orange-btn{
    display:flex;
    width:342px;
    min-height:58px;
    margin:36px auto 0;
    padding:15px 24px 9px;
    font-size:18px;
    white-space:nowrap;
    box-shadow:0 7px 8px rgba(220,68,10,.24);
  }
}

.about{
  background:var(--lilac);
  display:grid;
  grid-template-columns:37.5% 62.5%;
  align-items:stretch;
  height:clamp(440px,56vw,760px);
  min-height:0;
}
.about-img{overflow:hidden;min-height:0}
.about-img img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.about-text{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:clamp(48px,4.8vw,76px) clamp(18px,2vw,36px);
  overflow:hidden;
}
.about .reveal{animation:none}
.about-text .intro{
  font-family:'Bebas Neue',Impact,sans-serif;
  color:#fff;
  font-size:clamp(24px,2.65vw,38px);
  line-height:.94;
  margin:0 0 0;
  text-transform:uppercase;
  white-space:nowrap;
}
.about-text h2{
  font-family:'Bagel Crumb',Georgia,cursive;
  font-size:clamp(26px,2.9vw,44px);
  line-height:.94;
  text-transform:uppercase;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:.12em;
  color:var(--purple);
  font-weight:400;
  max-width:900px;
  margin:0 0 clamp(18px,2.5vw,32px);
}
.about-text p{
  font-size:clamp(15px,1.35vw,19px);
  line-height:1.3;
  margin:0 0 clamp(13px,1.4vw,18px);
  max-width:900px;
}

.stores{
  position:relative;
  background:var(--green);
  height:clamp(560px,46vw,860px);
  min-height:0;
  padding:clamp(58px,5.8vw,112px) 0 0;
  text-align:center;
  overflow:hidden;
}
.stores h2{
  color:var(--cream);
  font-size:clamp(38px,4vw,50px);
  line-height:.78;
  margin:0;
}
.stores h2 span{
  display:block;
  font-family:'Bagel Crumb',Georgia,cursive;
  color:var(--dark-green);
  font-size:clamp(40px,4.3vw,58px);
  line-height:.72;
}
.logo-carousel{
  width:100%;
  height:clamp(170px,12vw,230px);
  margin:clamp(70px,6.2vw,112px) 0 0;
  overflow:hidden;
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.logo-track{
  display:flex;
  align-items:center;
  width:max-content;
  gap:28px;
  animation:logoScroll 34s linear infinite;
  margin: 0px 0px 20px 0px
}
.logo-track img{
  width:clamp(230px,26vw,270px);
  height:130px;
  object-fit:contain;
  transform:scale(1.55);
  padding:0;
  background:transparent;
  border-radius:0;
  box-shadow:none;
}
.stores .green-btn{
  position:absolute;
  left:0;
  right:0;
  bottom:clamp(128px,8.4vw,160px);
  width:min(342px,100%);
  min-height:58px;
  margin:0 auto;
  padding:15px 24px 9px;
  font-size:18px;
  white-space:nowrap;
  box-shadow:0 7px 10px rgba(37,13,102,.2);
}

.reviews{
  min-height:clamp(552px,49vw,940px);
  padding:clamp(42px,4vw,76px) clamp(22px,5vw,40px) clamp(34px,4vw,70px);
  overflow:hidden;
}
.reviews h2{
  color:var(--orange);
  font-size:clamp(42px,4.2vw,58px);
  line-height:.78;
  margin:0;
}
.reviews h2 span{
  display:block;
  font-family:'Bagel Crumb',Georgia,cursive;
  color:var(--lilac);
  font-size:clamp(48px,4.45vw,64px);
  line-height:.76;
}
.reviews .section-heading{
  width:max-content;
  margin:0 auto;
}
.reviews .art-stars{
  left:5.2%;
  top:24px;
  width:clamp(92px,8.2vw,112px);
}
.reviews .art-taco{
  left:19.5%;
  top:118px;
  width:clamp(84px,7.4vw,104px);
  animation-delay:-1.1s;
}
.reviews .art-heart{
  right:5.6%;
  top:62px;
  width:clamp(124px,10.2vw,152px);
}
.review-carousel{
  position:relative;
  z-index:1;
  display:block;
  width:min(94vw,1800px);
  margin:clamp(30px,3vw,58px) auto 0;
}
.review-viewport{
  overflow:hidden;
  padding:24px 0 0;
  touch-action:pan-y;
  cursor:grab;
}
.review-viewport:active{cursor:grabbing}
.review-track{
  display:flex;
  align-items:center;
  gap:clamp(20px,2.2vw,42px);
  transition:transform .65s cubic-bezier(.2,.8,.2,1);
  will-change:transform;
}
.review-control{
  position:absolute;
  top:52%;
  z-index:3;
  display:grid;
  place-items:center;
  width:clamp(50px,4vw,76px);
  height:clamp(50px,4vw,76px);
  border:0;
  border-radius:50%;
  background:var(--lilac);
  color:var(--purple);
  font-size:clamp(52px,4.2vw,80px);
  line-height:.72;
  padding:0 0 .11em;
  box-shadow:0 7px 14px rgba(38,13,102,.16);
  cursor:pointer;
  transform:translateY(-50%);
  transition:transform .18s ease,box-shadow .18s ease;
}
.review-control.prev{left:-24px}
.review-control.next{right:-24px}
.review-control:hover{transform:translateY(calc(-50% - 3px));box-shadow:0 13px 22px rgba(38,13,102,.2)}
.review-control:active{transform:translateY(calc(-50% + 2px)) scale(.95)}
.review-dots{
  display:none;
}
.review-dots button{
  width:10px;
  height:10px;
  border:0;
  border-radius:999px;
  background:rgba(38,13,102,.28);
  padding:0;
  cursor:pointer;
  transition:width .18s ease,background .18s ease;
}
.review-dots button.active{
  width:28px;
  background:var(--orange);
}
.review{
  position:relative;
  flex:0 0 clamp(245px,27vw,518px);
  min-height:clamp(312px,35vw,672px);
  background:var(--lilac);
  border:12px solid var(--lilac);
  border-radius:18px;
  padding:0 0 20px;
  box-shadow:none;
  opacity:1;
  transform:none;
  transition:transform .65s cubic-bezier(.2,.8,.2,1),opacity .65s ease,background .65s ease,border-color .65s ease;
}
.review:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:52%;
  background:#fff;
  border-radius:15px;
}
.review.active{
  flex-basis:clamp(284px,31vw,595px);
  background:var(--purple);
  border-color:var(--purple);
  opacity:1;
  transform:translateY(-22px);
  min-height:clamp(360px,40vw,768px);
}
.review.active:before{height:54%}
.review img{
  position:relative;
  z-index:1;
  width:100%;
  height:clamp(116px,15vw,286px);
  object-fit:cover;
  object-position:center;
  border-radius:12px;
}
.review.active img{height:clamp(136px,17.2vw,330px)}
.stars{
  position:relative;
  z-index:1;
  color:var(--purple);
  border-radius:999px;
  margin:clamp(18px,2vw,38px) auto clamp(13px,1.4vw,26px);
  font-size:clamp(23px,2.4vw,46px);
  letter-spacing:clamp(3px,.32vw,6px);
  width:max-content;
}
.review h3{
  position:relative;
  z-index:1;
  font-family:'Bagel Crumb',Georgia,cursive;
  color:var(--purple);
  font-weight:400;
  text-transform:uppercase;
  font-size:clamp(17px,2vw,38px);
  margin:0 0 7px;
}
.review.active h3,.review.active p{color:var(--purple)}
.review p{
  position:relative;
  z-index:1;
  font-size:clamp(11px,1.12vw,21px);
  line-height:1.12;
  margin:0 auto;
  max-width:30ch;
}
.review.active p{font-size:clamp(12px,1.2vw,23px)}

@media (min-width:761px){
  .reviews{
    min-height:clamp(552px,49vw,940px)!important;
    background:var(--cream)!important;
  }
  .review-viewport{overflow:hidden}
}

.instagram{
  background:#fff;
  padding:44px clamp(20px,3vw,32px) 56px;
  text-align:center;
}
.instagram h2{
  font-family:'Bebas Neue',Impact,sans-serif;
  color:var(--purple);
  font-size:clamp(40px,4vw,52px);
  line-height:.9;
  font-weight:400;
  text-transform:uppercase;
  margin:0;
}
.instagram h2 span{
  font-family:'Bagel Crumb',Georgia,cursive;
  color:var(--orange);
  text-transform:none;
}
.insta-feed{
  width:min(1220px,calc(100% - 52px));
  margin:34px auto 0;
  background:var(--lilac);
  border-radius:24px;
  padding:30px;
  box-shadow:0 18px 36px rgba(38,13,102,.12);
}
.insta-profile{
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  border-radius:18px;
  padding:12px 14px;
  margin-bottom:18px;
}
.insta-profile img{
  width:50px;
  height:50px;
  object-fit:contain;
  background:var(--purple);
  border-radius:50%;
  padding:7px;
}
.insta-profile div{
  display:flex;
  flex-direction:column;
  min-width:0;
  text-align:left;
}
.insta-profile strong{
  font-family:'Bagel Crumb',Georgia,cursive;
  color:var(--purple);
  font-size:20px;
  line-height:1;
  text-transform:uppercase;
}
.insta-profile span{
  color:var(--dark-green);
  font-size:14px;
  font-weight:900;
}
.insta-profile a{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 16px;
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-family:'Bagel Crumb',Georgia,cursive;
  text-transform:uppercase;
  font-size:13px;
}
.insta-box{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.insta-post{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  aspect-ratio:1/1;
  padding:0;
  box-shadow:0 16px 22px rgba(38,13,102,.13);
  transition:transform .18s ease,box-shadow .18s ease;
}
.insta-post:hover{transform:translateY(-5px);box-shadow:0 22px 30px rgba(38,13,102,.2)}
.insta-post:active{transform:translateY(1px) scale(.98)}
.insta-post img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  padding:0;
  background:#fff;
  transition:transform .25s ease,filter .25s ease;
}
.insta-post:nth-child(even){transform:none}
.insta-post:nth-child(even):hover{transform:translateY(-5px)}
.insta-post:hover img{transform:scale(1.04);filter:saturate(1.05) brightness(.88)}
.instagram .btn{
  width:min(342px,100%);
  min-width:0;
  max-width:100%;
  min-height:58px;
  font-size:18px;
  margin-top:24px;
  padding:15px 24px 9px;
  position:relative;
}

.contact{
  background:var(--cream);
  display:grid;
  grid-template-columns:minmax(0,500px) minmax(320px,430px);
  justify-content:center;
  gap:clamp(34px,5.2vw,74px);
  padding:38px clamp(20px,5vw,72px) 46px;
  align-items:center;
}

.map-open{overflow:hidden}
.map-modal{
  position:fixed;
  inset:0;
  z-index:40;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(27,18,50,.62);
}
.map-modal.open{display:flex}
.map-panel{
  position:relative;
  width:min(1120px,100%);
  max-height:min(860px,calc(100vh - 56px));
  overflow:auto;
  background:var(--cream);
  border-radius:28px;
  padding:30px;
  box-shadow:0 28px 70px rgba(0,0,0,.32);
}
.map-close{
  position:absolute;
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  box-shadow:var(--soft-shadow);
}
.map-copy{
  max-width:720px;
  margin:0 auto 24px;
  text-align:center;
}
.map-eyebrow{
  color:var(--purple);
  border-color:rgba(38,13,102,.22);
  background:#fff;
}
.map-copy h2{
  font-family:'Bebas Neue',Impact,sans-serif;
  color:var(--dark-green);
  font-size:56px;
  line-height:.94;
  font-weight:400;
  text-transform:uppercase;
  margin:4px 0 10px;
}
.map-status{
  margin:0;
  font-size:18px;
  line-height:1.35;
  color:var(--purple);
  font-weight:800;
}
.map-layout{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);
  gap:18px;
  align-items:stretch;
}
#stores-map{
  min-height:520px;
  border:8px solid #fff;
  border-radius:22px;
  overflow:hidden;
  background:#dfe8d8;
}
.leaflet-container{
  width:100%;
  height:100%;
  overflow:hidden;
  font-family:'Hank Rounded',Verdana,sans-serif;
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer{
  position:absolute;
  left:0;
  top:0;
}
.leaflet-container img.leaflet-tile,
.leaflet-container .leaflet-marker-icon,
.leaflet-container .leaflet-marker-shadow{
  max-width:none!important;
  max-height:none!important;
}
.leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}
.leaflet-top{top:0}
.leaflet-right{right:0}
.leaflet-bottom{bottom:0}
.leaflet-left{left:0}
.leaflet-control{position:relative;z-index:800;pointer-events:auto;float:left;clear:both}
.leaflet-top .leaflet-control{margin-top:10px}
.leaflet-left .leaflet-control{margin-left:10px}
.leaflet-right .leaflet-control{margin-right:10px;float:right}
.leaflet-bottom .leaflet-control{margin-bottom:10px}
.store-list{
  max-height:520px;
  overflow:auto;
  padding-right:4px;
}
.store-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  background:#fff;
  border:2px solid rgba(38,13,102,.08);
  border-radius:18px;
  padding:15px;
  margin-bottom:12px;
}
.store-item.nearest{
  border-color:var(--orange);
  box-shadow:0 0 0 4px rgba(220,68,10,.12);
}
.store-item strong{
  display:block;
  color:var(--purple);
  font-family:'Bagel Crumb',Georgia,cursive;
  font-size:18px;
  line-height:1.05;
  text-transform:uppercase;
}
.store-item p{
  margin:6px 0;
  color:#27372b;
  font-size:14px;
  line-height:1.25;
}
.store-item span{
  color:var(--orange);
  font-weight:900;
  font-size:14px;
}
.store-item a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:var(--dark-green);
  color:var(--green);
  font-family:'Bagel Crumb',Georgia,cursive;
  text-transform:uppercase;
  font-size:15px;
}
.partner-form{
  background:var(--green);
  border-radius:24px;
  padding:28px clamp(22px,3vw,38px) 30px;
  text-align:center;
  box-shadow:var(--shadow);
}
.partner-form h2{
  font-family:'Bagel Crumb',Georgia,cursive;
  color:var(--dark-green);
  font-size:clamp(32px,3.6vw,44px);
  line-height:1;
  font-weight:400;
  text-transform:uppercase;
  margin:0 0 22px;
}
.partner-form input,.partner-form textarea{
  width:100%;
  border:2px solid transparent;
  border-radius:999px;
  background:#fff;
  box-shadow:0 7px 0 rgba(44,82,54,.13);
  font-family:'Hank Rounded',Verdana,sans-serif;
  font-size:clamp(15px,1.6vw,20px);
  padding:13px 22px;
  margin-bottom:11px;
  color:#000;
  outline:none;
  transition:border .18s ease,box-shadow .18s ease,transform .18s ease;
}
.partner-form textarea{height:104px;border-radius:20px;resize:vertical}
.partner-form input:focus,.partner-form textarea:focus{
  border-color:var(--dark-green);
  box-shadow:0 0 0 4px rgba(44,82,54,.14);
  transform:translateY(-1px);
}
.checkbox{
  display:flex;
  gap:10px;
  text-align:left;
  align-items:flex-start;
  font-size:clamp(15px,1.6vw,18px);
  line-height:1.25;
  color:#102415;
  margin:4px 0 18px;
}
.checkbox input{
  flex:0 0 24px;
  width:24px;
  height:24px;
  margin:0;
  accent-color:var(--dark-green);
}
.partner-form button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  background:var(--dark-green);
  color:var(--cream);
  border-radius:999px;
  width:152px;
  min-height:48px;
  padding:7px 20px 3px;
  font-family:'Bagel Crumb',Georgia,cursive;
  font-size:26px;
  text-transform:uppercase;
  box-shadow:var(--soft-shadow);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.contact-info{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
}
.footer-logo{width:min(220px,52vw);}
.contact-pill{
  width:min(370px,100%);
  min-height:68px;
  background:var(--lilac);
  border-radius:999px;
  box-shadow:var(--soft-shadow);
  color:#fff;
  margin-bottom:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:10px 18px 10px 84px;
  position:relative;
  text-align:left;
  transition:transform .18s ease,box-shadow .18s ease;
}
.contact-pill:before{
  content:"";
  position:absolute;
  left:21px;
  top:50%;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--purple);
  transform:translateY(-50%);
}
.contact-icon{
  position:absolute;
  left:21px;
  top:50%;
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--purple);
  transform:translateY(-50%);
}
.contact-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:#fff;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-pill:after{
  display:none;
  position:absolute;
  left:47px;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
  font-size:24px;
  font-weight:900;
}
.whatsapp:after{content:"W"}
.instagram-link:after{content:"@"}
.email:after{content:"E"}
.contact-pill strong{
  font-family:'Bagel Crumb',Georgia,cursive;
  text-transform:uppercase;
  font-size:19px;
  line-height:1.1;
  font-weight:400;
}
.contact-pill span{font-size:clamp(15px,1.35vw,18px);line-height:1.16;word-break:break-word}

.floating-whatsapp{
  position:fixed;
  right:clamp(18px,3vw,34px);
  bottom:clamp(18px,3vw,34px);
  z-index:950;
  display:none;
  place-items:center;
  width:68px;
  height:68px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  box-shadow:0 0 0 8px rgba(37,211,102,.14);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.floating-whatsapp:hover{
  transform:translateY(-4px) scale(1.03);
  background:#20bd5a;
  box-shadow:0 0 0 10px rgba(37,211,102,.18);
}
.floating-whatsapp:active{transform:translateY(1px) scale(.96)}
.floating-whatsapp:focus-visible{
  outline:4px solid var(--orange);
  outline-offset:4px;
}
.floating-whatsapp svg{
  width:38px;
  height:38px;
  fill:currentColor;
}

.reveal{animation:revealUp .8s ease both}
.product:nth-child(2),.review:nth-child(2){animation-delay:.08s}
.product:nth-child(3),.review:nth-child(3){animation-delay:.16s}
.product:nth-child(4){animation-delay:.24s}

@keyframes revealUp{
  from{opacity:.72;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes floaty{
  0%,100%{translate:0 0}
  50%{translate:0 -16px}
}
@keyframes logoScroll{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 13px))}
}

@media (prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition:none!important;
  }
}

@media (max-width:1080px){
  .site-header{align-items:flex-start;padding-right:20px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact{
    grid-template-columns:minmax(0,500px);
    gap:30px;
  }
  .footer-logo{margin-bottom:18px}
}

@media (max-width:760px){
  html,body{overflow-x:hidden}
  .page{width:100%}
  .btn{
    min-height:48px;
    max-width:100%;
  }
  .hero{
    height:auto;
    min-height:560px;
    background:
      linear-gradient(180deg,rgba(24,14,50,.34),rgba(24,14,50,.66) 48%,rgba(24,14,50,.7)),
      url("assets/Imagens dos banners/Banner 01.webp") 66% center/cover no-repeat;
  }
  .site-header{
    display:flex;
    align-items:flex-start;
    padding:0 16px;
    gap:12px;
  }
  .brand{
    width:104px;
    margin:0;
  }
  .menu-toggle{
    display:block;
    position:relative;
    width:48px;
    height:48px;
    margin-top:24px;
    margin-left:auto;
    border:0;
    border-radius:50%;
    background:var(--orange);
    box-shadow:var(--soft-shadow);
    cursor:pointer;
    z-index:12;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
  }
  .menu-toggle span{
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    width:22px;
    height:3px;
    border-radius:999px;
    background:var(--cream);
    transform:translate(-50%,-50%);
    transition:transform .22s ease,opacity .22s ease,background .22s ease;
  }
  .menu-toggle span:nth-child(1){transform:translate(-50%,calc(-50% - 7px))}
  .menu-toggle span:nth-child(3){transform:translate(-50%,calc(-50% + 7px))}
  .menu-toggle:hover{transform:translateY(-2px);box-shadow:0 16px 24px rgba(0,0,0,.25)}
  .menu-toggle:active{transform:translateY(1px) scale(.96)}
  .menu-open .menu-toggle{background:var(--lilac)}
  .menu-open .menu-toggle span{background:var(--purple)}
  .menu-open .menu-toggle span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}
  .menu-open .menu-toggle span:nth-child(2){opacity:0}
  .menu-open .menu-toggle span:nth-child(3){transform:translate(-50%,-50%) rotate(-45deg)}
  .menu{
    position:absolute;
    top:78px;
    right:12px;
    width:min(212px,calc(100vw - 24px));
    max-width:none;
    display:grid;
    grid-template-columns:1fr;
    justify-content:stretch;
    justify-items:stretch;
    align-items:stretch;
    gap:9px;
    padding:11px;
    border-radius:22px;
    background:rgba(255,243,220,.96);
    border:2px solid rgba(38,13,102,.08);
    box-shadow:0 24px 44px rgba(27,18,50,.28);
    transform:translateY(-12px) scale(.96);
    opacity:0;
    pointer-events:none;
    transition:transform .22s ease,opacity .22s ease;
    z-index:11;
  }
  .menu-open .menu{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}
  .menu a{
    width:100%;
    justify-content:center;
    text-align:center;
    font-size:var(--mobile-button);
    padding:12px 12px;
  }
  .hero-copy{
    margin:70px 18px 0;
    width:auto;
    max-width:340px;
  }
  .eyebrow{font-size:11px;margin-bottom:14px}
  .hero h1{
    font-size:clamp(42px,12vw,58px);
    max-width:330px;
    line-height:.92;
  }
  .hero h1 span{
    font-size:clamp(42px,11vw,56px);
    max-width:100%;
    line-height:.9;
  }
  .hero .btn{
    width:min(310px,100%);
    min-height:48px;
    margin-top:26px;
    padding:13px 18px 7px;
    font-size:14px;
    white-space:normal;
  }
  .difference{
    min-height:0;
    padding:48px 6px 54px;
  }
  .reviews{
    min-height:0!important;
    padding:46px 0 52px;
  }
  .difference h2,.stores h2,.reviews h2{line-height:.98}
  .difference h2{
    max-width:310px;
    margin:0 auto;
    font-size:36px;
  }
  .difference h2 span{
    display:block;
    font-family:'Bebas Neue',Impact,sans-serif;
    text-transform:uppercase;
    font-size:34px;
    line-height:.98;
    text-decoration:none;
  }
  .difference h2 em{
    font-family:'Bagel Crumb',Georgia,cursive;
    text-decoration:underline wavy currentColor;
    text-decoration-thickness:1.2px;
    text-underline-offset:4px;
  }
  .badges{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin:32px auto 30px;
    gap:10px;
    width:min(360px,calc(100vw - 28px));
    max-width:none;
  }
  .badges span{
    position:relative;
    width:100%;
    max-width:none;
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px 8px 6px 48px;
    background:#fffdf8;
    box-shadow:none;
    font-size:10.5px;
    line-height:1.05;
  }
  .badges span:before{
    content:"";
    position:absolute;
    left:-16px;
    top:50%;
    width:58px;
    height:58px;
    background:url("assets/Frame 10.png?v=20260519-3") center/contain no-repeat;
    transform:translateY(-50%);
  }
  .badges span:after{
    content:none;
  }
  .product-grid{
    width:min(396px,calc(100vw - 12px));
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:none;
    margin:0 auto;
    gap:10px;
  }
  .product{
    min-width:0;
    min-height:184px;
    border-radius:18px;
    padding:12px 8px 0;
  }
  .product:before{
    inset:8px;
    border-radius:14px;
  }
  .product h3{
    min-height:30px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    font-size:13px;
    line-height:1.02;
    margin-bottom:4px;
    overflow-wrap:anywhere;
  }
  .product img{
    width:min(108%,214px);
    max-height:84%;
    bottom:4px;
  }
  .product.lilac img{width:min(92%,154px)}
  .product.green img{width:min(108%,178px)}
  .product.dark img{width:min(108%,180px)}
  .orange-btn{
    width:min(300px,100%);
    min-height:50px;
    margin-top:28px;
    padding:15px 24px 9px;
    font-size:15px;
    white-space:normal;
  }
  .about{grid-template-columns:1fr;height:auto}
  .about-img{min-height:360px;max-height:440px}
  .about-img img{object-position:center 38%}
  .about-text{padding:54px 24px 60px}
  .about-text .intro{
    max-width:310px;
    font-size:30px;
    line-height:1.02;
    white-space:normal;
    text-align:center;
  }
  .about-text h2{
    max-width:330px;
    font-size:23px;
    line-height:1.16;
    margin-bottom:24px;
    text-decoration-thickness:1px;
    text-underline-offset:4px;
  }
  .about-text p{font-size:var(--mobile-body);line-height:1.45}
  .stores{
    height:auto;
    min-height:0;
    padding:44px 0 86px;
  }
  .stores .section-heading{padding:0 18px}
  .stores h2{
    max-width:320px;
    margin:0 auto;
    font-size:34px;
    line-height:1;
  }
  .stores h2 span{
    display:block;
    font-size:29px;
    line-height:1.06;
  }
  .logo-carousel{
    height:118px;
    margin-top:28px;
  }
  .logo-track{
    height:118px;
    gap:18px;
    animation-duration:28s;
    margin:0;
  }
  .logo-track img{
    width:190px;
    height:112px;
    padding:0;
    border-radius:0;
    background:transparent;
  }
  .stores .green-btn{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    display:flex;
    width:min(286px,calc(100% - 32px));
    min-height:48px;
    margin:16px auto 0;
    padding:14px 20px 8px;
    font-size:14px;
    white-space:normal;
  }
  .review-carousel{
    display:block;
    position:relative;
    margin-top:30px;
    padding:0 18px;
  }
  .review-viewport{padding:18px 0 10px;width:100%;overflow:hidden}
  .review-track{gap:14px}
  .review{
    flex-basis:min(292px,calc(100vw - 72px));
    min-height:292px;
    transform:scale(.9);
    border-width:10px;
    padding:0 0 20px;
  }
  .review.active{
    min-height:318px;
    transform:scale(1);
  }
  .review-control{
    position:absolute;
    top:50%;
    z-index:3;
    width:36px;
    height:36px;
    font-size:29px;
    transform:translateY(-50%);
  }
  .review-control:hover{transform:translateY(calc(-50% - 3px))}
  .review-control:active{transform:translateY(calc(-50% + 2px)) scale(.95)}
  .review-control.prev{left:8px}
  .review-control.next{right:8px}
  .review-dots{margin-top:-4px}
  .review img,.review.active img{
    height:158px;
    border-radius:10px;
  }
  .review h3{font-size:20px}
  .review p{font-size:13px;line-height:1.28}
  .stars{font-size:17px;letter-spacing:2px;margin:14px auto 10px}
  .instagram{
    padding:42px 0 52px;
  }
  .insta-box{
    width:100%;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }
  .insta-feed{
    margin-top:24px;
    border-radius:20px;
    width:min(100%,calc(100% - 28px));
    padding:14px;
  }
  .insta-profile{
    display:grid;
    grid-template-columns:44px minmax(0,1fr) auto;
    gap:10px;
    align-items:center;
    padding:10px;
    border-radius:16px;
    margin-bottom:12px;
  }
  .insta-profile img{width:44px;height:44px}
  .insta-profile strong{
    font-size:11px;
    overflow-wrap:anywhere;
  }
  .insta-profile span{font-size:12px}
  .insta-profile a{
    grid-column:auto;
    width:auto;
    min-height:34px;
    padding:8px 9px;
    font-size:9px;
    white-space:nowrap;
  }
  .instagram h2{
    max-width:300px;
    margin:0 auto;
    font-size:36px;
    line-height:1;
  }
  .instagram h2 span{
    display:block;
    font-size:28px;
    line-height:1.05;
  }
  .insta-post{border-radius:14px}
  .insta-post{min-width:0}
  .insta-post:nth-child(even),.insta-post:nth-child(even):hover{transform:none}
  .insta-post img{aspect-ratio:auto}
  .instagram .btn{
    width:min(300px,calc(100vw - 32px));
    min-width:0;
    margin-top:22px;
    font-size:13px;
  }
  .contact{
    grid-template-columns:minmax(0,1fr);
    width:100%;
    margin:0 auto;
    padding:36px 12px 42px;
    gap:24px;
  }
  .partner-form{
    width:100%;
    min-width:0;
    padding:28px 14px;
    border-radius:22px;
  }
  .partner-form h2{font-size:30px;margin-bottom:18px}
  .partner-form input,.partner-form textarea{
    font-size:15px;
    padding:13px 16px;
    margin-bottom:11px;
  }
  .partner-form textarea{height:108px}
  .checkbox{font-size:12px;line-height:1.25}
  .partner-form button{
    min-height:48px;
    padding:7px 20px 3px;
    font-size:23px;
  }
  .contact-info{gap:12px}
  .footer-logo{
    width:min(188px,56vw);
    margin-bottom:8px;
  }
  .contact-pill{
    width:min(340px,100%);
    min-height:66px;
    padding:10px 16px 10px 78px;
    margin-bottom:0;
  }
  .contact-pill:before{left:18px;width:46px;height:46px}
  .contact-icon{left:18px;width:46px;height:46px}
  .contact-icon svg{width:24px;height:24px}
  .contact-pill strong{font-size:18px}
  .contact-pill span{font-size:15px}
  .float-art{opacity:.4}
  .art-pizza{left:-28px;top:24px;width:94px}
  .art-fork{
    display:block;
    right:-38px;
    top:116px;
    width:104px;
  }
  .art-clap{right:16px;top:20px;width:82px}
  .art-tomato{left:-32px;top:130px;width:88px}
  .art-stars{left:-30px;width:102px}
  .art-heart{right:-32px;width:112px}
  .map-modal{
    align-items:flex-end;
    padding:12px;
  }
  .map-panel{
    width:100%;
    max-height:calc(100vh - 24px);
    border-radius:24px;
    padding:22px 14px 16px;
  }
  .map-close{
    top:12px;
    right:12px;
    width:42px;
    height:42px;
    font-size:30px;
  }
  .map-copy{
    padding:0 44px 0 6px;
    margin-bottom:16px;
  }
  .map-copy h2{
    font-size:34px;
    line-height:1;
    margin-top:8px;
  }
  .map-status{
    font-size:14px;
    line-height:1.3;
  }
  .map-layout{
    grid-template-columns:1fr;
    gap:12px;
  }
  #stores-map{
    min-height:280px;
    border-width:5px;
    border-radius:18px;
  }
  .store-list{
    max-height:300px;
    padding-right:0;
  }
  .store-item{
    grid-template-columns:1fr;
    gap:10px;
    padding:13px;
  }
  .store-item strong{font-size:16px}
  .store-item p{font-size:13px}
  .store-item a{
    width:100%;
    min-height:44px;
  }
  .floating-whatsapp{
    width:58px;
    height:58px;
    right:16px;
    bottom:16px;
  }
  .floating-whatsapp svg{
    width:33px;
    height:33px;
  }
}

@media (max-width:430px){
  .hero{min-height:540px;background-position:69% center}
  .site-header{
    display:flex;
    padding-left:14px;
    padding-right:10px;
    gap:8px;
  }
  .brand{width:96px}
  .menu-toggle{width:46px;height:46px;margin-top:22px}
  .menu{top:80px;right:10px}
  .hero-copy{margin-top:62px}
  .hero h1{font-size:clamp(40px,13vw,50px);max-width:310px}
  .hero h1 span{font-size:clamp(40px,12vw,50px)}
  .btn{min-height:48px}
  .difference{
    padding:30px 5px 38px;
  }
  .difference h2{
    max-width:300px;
    font-size:31px;
    line-height:.94;
  }
  .difference h2 span{
    font-size:29px;
    line-height:.94;
  }
  .difference h2 em{
    text-decoration-thickness:1px;
    text-underline-offset:3px;
  }
  .badges{
    width:min(396px,calc(100vw - 24px));
    gap:8px;
    margin:24px auto 22px;
  }
  .badges span{
    min-height:38px;
    padding:10px 6px 5px 42px;
    font-size:9px;
    line-height:1.05;
    border-width:1px;
  }
  .badges span:before{
    left:-13px;
    width:50px;
    height:50px;
  }
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:min(396px,calc(100vw - 24px));
    max-width:none;
    margin:0 auto;
    gap:8px;
  }
  .product{
    min-width:0;
    min-height:0;
    aspect-ratio:1/1;
    border-radius:13px;
    padding:11px 7px 0;
  }
  .product h3{
    min-height:25px;
    font-size:11px;
    line-height:1.02;
    margin-bottom:2px;
  }
  .product img{width:min(96%,172px);max-height:76%;bottom:6px}
  .product.lilac img{width:min(82%,138px)}
  .product.green img{width:min(108%,162px)}
  .product.dark img{width:min(106%,166px)}
  .orange-btn{
    width:min(300px,calc(100vw - 64px));
    max-width:none;
    min-height:44px;
    margin-top:24px;
    padding:13px 20px 8px;
    font-size:12px;
    line-height:1.14;
    letter-spacing:0;
    white-space:normal;
  }
  .green-btn{
    width:min(286px,calc(100vw - 32px));
    min-height:48px;
    padding:14px 20px 8px;
    font-size:14px;
    line-height:1.14;
    white-space:normal;
  }
  .about-img{min-height:315px}
  .partner-form{border-radius:24px}
  .partner-form button{width:min(180px,100%)}
  .footer-logo{margin-bottom:8px}
  .contact{padding-left:10px;padding-right:10px}
  .partner-form{padding-left:12px;padding-right:12px}
}

@media (min-width:520px) and (max-width:760px){
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:620px;
  }
  .product{min-height:190px}
}

@media (max-width:360px){
  .site-header{
    padding:0 12px;
  }
  .brand{width:98px}
  .menu{width:calc(100vw - 24px);right:12px}
  .hero-copy{margin-top:54px}
  .product-grid{gap:10px}
  .product{min-height:0;aspect-ratio:1/1}
  .product h3{font-size:10px}
  .contact-pill{
    padding-left:70px;
  }
  .contact-pill:before{left:15px}
  .contact-icon{left:15px}
}
