.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:20px}.grid{display:grid;gap:var(--grid-gap, 24px)}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.gap-8{--grid-gap: 8px}.gap-12{--grid-gap: 12px}.gap-16{--grid-gap: 16px}.gap-20{--grid-gap: 20px}.gap-24{--grid-gap: 24px}.gap-32{--grid-gap: 32px}.gap-40{--grid-gap: 40px}@media (max-width: 768px){.md-1{grid-template-columns:1fr}.md-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md-span-2{grid-column:span 2/span 2}.md-span-3{grid-column:span 3/span 3}}@media (max-width: 640px){.sm-1{grid-template-columns:1fr}.sm-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm-span-2{grid-column:span 2/span 2}}.stack{display:flex;flex-direction:column;gap:var(--stack-gap, 16px)}.cluster{display:flex;flex-wrap:wrap;align-items:center;gap:var(--cluster-gap, 16px)}.center{display:grid;place-items:center}.cover{min-height:100svh;display:grid;place-items:center;padding:var(--cover-pad, 40px)}.bleed{width:100vw;margin-left:50%;transform:translate(-50%)}.flow>*+*{margin-top:var(--flow-space, 16px)}.visually-hidden,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.row{flex-direction:row}.row-reverse{flex-direction:row-reverse}.col{flex-direction:column}.col-reverse{flex-direction:column-reverse}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap}.grow{flex:1 1 auto}.shrink-0{flex-shrink:0}.w-100{width:100%}.h-100{height:100%}.min-h-100{min-height:100%}.min-h-screen{min-height:100svh}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.p{padding:var(--p, 16px)}.pt{padding-top:var(--pt, 16px)}.pr{padding-right:var(--pr, 16px)}.pb{padding-bottom:var(--pb, 16px)}.pl{padding-left:var(--pl, 16px)}.px{padding-inline:var(--px, 16px)}.py{padding-block:var(--py, 16px)}.m{margin:var(--m, 16px)}.mt{margin-top:var(--mt, 16px)}.mr{margin-right:var(--mr, 16px)}.mb{margin-bottom:var(--mb, 16px)}.ml{margin-left:var(--ml, 16px)}.mx{margin-inline:var(--mx, 16px)}.my{margin-block:var(--my, 16px)}.mx-auto{margin-inline:auto}.radius-sm{border-radius:6px}.radius-md{border-radius:12px}.radius-lg{border-radius:20px}.radius-full{border-radius:999px}.shadow-sm{box-shadow:0 2px 8px #00000014}.shadow-md{box-shadow:0 8px 24px #0000001f}.shadow-lg{box-shadow:0 16px 40px #00000029}.img-cover{width:100%;height:100%;object-fit:cover;object-position:center}.img-contain{width:100%;height:100%;object-fit:contain;object-position:center}.no-select{-webkit-user-select:none;user-select:none}.pointer{cursor:pointer}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.nowrap-text{white-space:nowrap}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@font-face{font-family:Monigue;src:url(../monigue.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Genty;src:url(../Genty-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}body{height:100%;max-width:100%;overflow-x:hidden}@supports (overflow: clip){html,body{overflow-x:clip}}body{font-family:Inter,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:#141414;background:#f6f4eb}body a{color:inherit;text-decoration:none}@supports (view-transition-name: root){@view-transition{navigation: auto;}::view-transition-old(root),::view-transition-new(root){animation-duration:.22s;animation-timing-function:ease-out}}.btn{margin-top:.9rem;width:fit-content;font-family:Monigue,Helvetica Neue,Arial,sans-serif;border:0;border-radius:999px;padding:.8rem 1.8rem;font-size:1.5rem;font-weight:400;letter-spacing:.1rem;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn:hover{transform:translateY(-.0625rem);box-shadow:0 .375rem .75rem #0003;filter:brightness(1.05)}.btn--mirtillo{background:#bfe6ff;color:#1a238a}.btn--framboesa{background:#a8015b;color:#f6f4eb}.btn--amora{background:#4f0052;color:#f6f4eb}.btn--green{background:#025c3d;color:#a2fb7c}.btn--physalis{background:#e6df36;color:#ff7b00}.btn--morango{background:#c62828;color:#f6f4eb}.btn--outline-wine{background:#f6f4eb;color:#a8015b;border:.125rem solid #a8015b;text-transform:none!important;font-weight:200;font-size:1.2rem;padding:.5rem;font-family:Inter,Helvetica Neue,Arial,sans-serif}.btn--mirtillo-solid{background:#1a238a;color:#f6f4eb}.section-title{font-family:Monigue,Helvetica Neue,Arial,sans-serif;color:#1a238a;text-align:center;font-size:clamp(2.25rem,5vw,4rem);margin-bottom:1.875rem;letter-spacing:.2rem}.section-content{display:grid;gap:.75rem}.site-header{background:#f3f0e6;border-bottom:2px solid rgba(0,0,0,.1);box-shadow:0 4px 8px #00000014}.site-header .header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding-top:24px;padding-bottom:16px}.site-header .logo-slot{min-width:180px;height:50px;display:grid;place-items:center;text-transform:uppercase;letter-spacing:1px;font-weight:700}.site-header .logo-slot img{height:100%;width:auto;display:block}.site-header .main-nav{display:flex;justify-content:center;gap:45px;flex-wrap:wrap;font-family:Monigue,Helvetica Neue,Arial,sans-serif;font-weight:400;text-transform:uppercase;font-size:25px}.site-header .main-nav .nav-link{padding:6px 0}.site-header .header-right{display:flex;align-items:center;gap:10px}.site-header .nav-toggle{position:absolute;opacity:0;pointer-events:none}.site-header .burger{display:none;width:35px;height:32px;align-items:center;justify-content:center;gap:6px;cursor:pointer}.site-header .burger span{display:block;width:15px;height:15px;background:#333;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.site-header .social-slot,.site-header .flag-slot{width:36px;height:36px;display:grid;place-items:center;font-size:10px;text-transform:uppercase;cursor:pointer}.site-header .social-slot img,.site-header .flag-slot img{width:100%;height:100%;display:block;object-fit:contain}.site-header .caret{font-size:10px;color:#9b9b9b;line-height:1;margin-left:-4px}@media (max-width: 900px){.site-header .header-inner{grid-template-columns:auto auto;justify-content:space-between;align-items:center;row-gap:12px}.site-header .main-nav{order:3;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;width:100%;justify-content:flex-start;gap:20px}.site-header .main-nav .nav-link{display:block;width:100%;text-align:center}}@media (min-width: 901px){.site-header{position:sticky;top:0;z-index:20}}@media (max-width: 720px){.site-header .header-inner{grid-template-columns:auto 1fr auto;gap:12px;position:relative}.site-header .burger{display:inline-flex;order:2;justify-self:end}.site-header .main-nav{display:grid;grid-template-columns:1fr;justify-items:center;text-align:center;gap:14px;padding-top:8px;padding-bottom:12px;border-top:1px solid rgba(0,0,0,.08);width:100%;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .25s ease,opacity .25s ease;position:absolute;left:0;right:0;top:100%;background:#f3f0e6;z-index:10;box-shadow:0 8px 14px #00000014}.site-header .nav-toggle:checked~.main-nav{max-height:320px;opacity:1;pointer-events:auto}.site-header .nav-toggle:checked+.burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}.site-header .nav-toggle:checked+.burger span:nth-child(2){opacity:0}.site-header .nav-toggle:checked+.burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.berries-hero{background:#f6f4eb;padding-block:2rem}.berries-hero .berries-hero-inner{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem}.berries-hero .berries-hero-media{display:grid;place-items:center}.berries-hero .berries-hero-media img{width:100%;max-width:70rem;height:auto;display:block}.berries-hero .berries-hero-copy{display:grid;gap:.6rem;margin-left:-1rem}.berries-hero .berries-hero-copy .berries-hero-logo{height:auto}.berries-hero .berries-hero-copy .berries-hero-title{font-family:Genty,Helvetica Neue,Arial,sans-serif;font-size:5rem;line-height:.55;font-weight:400;color:#1a238a;margin:0}@media (max-width: 900px){.berries-hero .berries-hero-inner{grid-template-columns:1fr;text-align:center}.berries-hero .berries-hero-copy{justify-items:center}}.berry-feature{background:#f6f4eb;padding-block:2rem}.berry-feature .berry-feature-card{border-radius:1.75rem;padding:2rem 2.5rem;display:grid;grid-template-columns:1fr .42fr;gap:1.5rem;align-items:center;overflow:visible;position:relative}.berry-feature .berry-feature-body{position:relative;z-index:2}.berry-feature .berry-feature-title{font-family:Genty,Helvetica Neue,Arial,sans-serif;font-size:5rem;line-height:1;margin:1rem;font-weight:400;position:relative;z-index:2}.berry-feature .berry-feature-watermark{position:absolute;top:-2.4rem;left:0;font-family:Monigue,Helvetica Neue,Arial,sans-serif;font-size:9rem;line-height:1;letter-spacing:.08rem;left:1rem;opacity:.15;text-transform:uppercase;pointer-events:none;z-index:1}.berry-feature .berry-feature-text{margin:.9rem 0 0;position:relative;z-index:2;font-size:1.5rem;line-height:1.4;font-weight:200}.berry-feature .berry-feature-list{margin:.8rem 0 0;padding-left:1.4rem;font-size:1.5rem;line-height:1.4;font-weight:200;position:relative;z-index:2}.berry-feature .berry-feature-media{display:grid;place-items:center;min-height:14rem;position:relative}.berry-feature .berry-feature-image{width:120%;height:auto;display:block;position:relative;z-index:2}.berry-feature .berry-feature-orb{width:clamp(14rem,24vw,19rem);aspect-ratio:1/1;border-radius:999px;position:absolute;right:-38%}.berry-feature.berry-feature--fruit-left .berry-feature-card{grid-template-columns:.42fr 1.8fr}.berry-feature.berry-feature--fruit-left .berry-feature-media{order:1;justify-self:start}.berry-feature.berry-feature--fruit-left .berry-feature-body{order:2}.berry-feature.berry-feature--fruit-left .berry-feature-image{width:200%;transform:translate(-25%)}.berry-feature.berry-feature--fruit-right .berry-feature-media{justify-self:end}.berry-feature.berry-feature--fruit-right .berry-feature-image{width:150%;transform:translate(20%)}.berry-feature.berry-feature--mirtillo .berry-feature-card{background:#6047fb;color:#f6f4eb}.berry-feature.berry-feature--mirtillo .berry-feature-title{color:#8ed1ff}.berry-feature.berry-feature--mirtillo .berry-feature-watermark{color:#f6f4eb}.berry-feature.berry-feature--amora .berry-feature-card{background:#bf69d4;color:#f6f4eb}.berry-feature.berry-feature--amora .berry-feature-title{color:#4f0052}.berry-feature.berry-feature--amora .berry-feature-watermark{color:#f6f4eb}.berry-feature.berry-feature--framboesa .berry-feature-card{background:#fe9db0;color:#f6f4eb}.berry-feature.berry-feature--framboesa .berry-feature-title{color:#ff235f}.berry-feature.berry-feature--framboesa .berry-feature-watermark{color:#f6f4eb;opacity:.23}.berry-feature.berry-feature--framboesa .berry-feature-media{min-height:16rem}.berry-feature.berry-feature--physallis .berry-feature-card{background:#e58080;color:#f6f4eb}.berry-feature.berry-feature--physallis .berry-feature-title{color:#c62828}.berry-feature.berry-feature--physallis .berry-feature-watermark{color:#f6f4eb;opacity:.23}.berry-feature.berry-feature--physallis .berry-feature-media{min-height:16rem}@media (max-width: 62rem){.berry-feature .berry-feature-card,.berry-feature.berry-feature--fruit-left .berry-feature-card{grid-template-columns:1fr;padding:1.6rem}.berry-feature .berry-feature-media,.berry-feature.berry-feature--fruit-left .berry-feature-media{order:2;justify-self:center;min-height:10rem}.berry-feature .berry-feature-body,.berry-feature.berry-feature--fruit-left .berry-feature-body{order:1}.berry-feature .berry-feature-image,.berry-feature.berry-feature--fruit-left .berry-feature-image,.berry-feature.berry-feature--fruit-right .berry-feature-image{transform:none;width:min(14rem,46vw)}.berry-feature .berry-feature-orb{right:-16%;width:11rem}}.site-footer{background:#1a238a;color:#f6f4eb;padding-block:3rem;position:relative}.site-footer:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);background:#1a238a;z-index:-1}.site-footer .footer-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;row-gap:2rem;align-content:space-between;min-height:12rem}.site-footer .footer-nav{display:flex;flex-wrap:wrap;gap:2rem;align-self:start}.site-footer .footer-top{display:flex;align-items:center;justify-content:flex-end;align-self:start}.site-footer .footer-link{font-family:Monigue,Helvetica Neue,Arial,sans-serif;font-size:1.6rem;letter-spacing:.05em;color:#f6f4eb;text-transform:uppercase}.site-footer .footer-cta{margin-top:0}.site-footer .footer-socials{display:flex;align-items:center;gap:.6rem;grid-column:2;grid-row:2;justify-self:end;align-self:end}.site-footer .footer-icon,.site-footer .footer-flag{width:2rem;height:2rem;display:grid;place-items:center}.site-footer .footer-icon img,.site-footer .footer-flag img{width:100%;height:100%;object-fit:contain;display:block}.site-footer .footer-caret{font-size:.8rem;color:#fff9}@media (max-width: 900px){.site-footer .footer-inner{grid-template-columns:1fr;justify-items:center;text-align:center}.site-footer .footer-nav{flex-direction:column;align-items:center;justify-content:center}.site-footer .footer-socials{grid-column:auto;grid-row:auto;justify-self:center}}@media (max-width: 1200px){.site-header .main-nav{gap:1.25rem;font-size:1.5rem}.site-header .logo-slot{min-width:10rem;height:2.6rem}.site-footer .footer-link{font-size:1.25rem}.banner-home{padding:6rem 1.5rem 1rem}.banner-home .title-bear,.banner-home .title-berries{font-size:clamp(4.5rem,10vw,8rem);margin-left:-2rem}.banner-home .banner-copy{gap:.75rem;align-items:flex-start}.banner-home .banner-media .fruit-slot img{width:120%}.banner-home .banner-media .bear-slot{width:7rem;height:7rem;top:-3rem}.banner-home .banner-copy .banner-title{text-align:left;margin-top:-3.23rem}.banner-home .banner-copy .banner-title .title-bear,.banner-home .banner-copy .banner-title .title-berries{font-size:7rem}.banner-home .banner-copy .banner-subtitle{position:absolute;top:-10%!important;left:62%!important;width:30rem;font-size:clamp(1.6rem,3vw,2.2rem);text-align:left}.snack-module .snack-card,.where-module .snack-card,.bowl-module .snack-card,.contact-module .snack-card{grid-template-columns:1fr .8fr;padding:2rem;gap:1.5rem}.snack-module .snack-title,.where-module .snack-title,.bowl-module .snack-title,.contact-module .snack-title{font-size:clamp(2.6rem,5vw,3.8rem)}.snack-module .snack-text,.where-module .snack-text,.bowl-module .snack-text,.contact-module .snack-text{font-size:1.2rem;line-height:1.1}.snack-module .snack-btn,.where-module .snack-btn,.bowl-module .snack-btn,.contact-module .snack-btn{font-size:1.2rem;padding:.75rem 1.2rem}.snack-module .snack-figure.--remove-margin,.where-module .snack-figure.--remove-margin,.bowl-module .snack-figure.--remove-margin,.contact-module .snack-figure.--remove-margin{margin-bottom:-5rem}.snack-module .snack-figure,.where-module .snack-figure,.bowl-module .snack-figure,.contact-module .snack-figure{margin-right:0;justify-self:center}.snack-module .snack-card{grid-template-columns:1fr;text-align:center;padding:2rem 1.8rem .8rem;gap:1.35rem}.snack-module .snack-content{width:100%;justify-items:stretch;gap:1rem}.snack-module .snack-title,.snack-module .snack-text{width:100%;max-width:40rem;margin-inline:auto;overflow-wrap:break-word}.snack-module .btn{margin-inline:auto}.snack-module .snack-figure{justify-self:center;margin-right:0;margin-bottom:-1rem;align-self:end}.snack-module .snack-figure img{width:min(18rem,68vw)}.where-module{margin-top:-1.5rem!important}.where-module .snack-card{grid-template-columns:1fr;text-align:center;gap:1.25rem}.where-module .snack-content{order:1;width:100%;justify-items:stretch}.where-module .snack-figure{order:2;justify-self:center;margin-right:0;width:100%}.where-module .snack-figure img{width:min(24rem,76vw);height:auto;display:block;margin-inline:auto}.where-module .snack-title,.where-module .snack-text{width:100%;max-width:40rem;margin-inline:auto;overflow-wrap:break-word}.where-module .btn{margin-inline:auto}.bowl-module .snack-card{grid-template-columns:1fr;text-align:center;background:#025c3d!important;padding:2rem 3rem 0!important;gap:1.15rem}.bowl-module .snack-content{width:100%;justify-items:stretch;gap:.95rem;padding-top:.25rem}.bowl-module .snack-eyebrow{margin-top:.15rem;margin-bottom:.2rem}.bowl-module .snack-title,.bowl-module .snack-text{width:100%;max-width:40rem;margin-inline:auto;overflow-wrap:break-word}.bowl-module .snack-figure{justify-self:center;margin-right:0;padding-top:.75rem;width:100%}.bowl-module .snack-figure img{width:min(17rem,70vw);height:auto;display:block;margin-inline:auto}.bowl-module .btn{margin-inline:auto}.hacks-grid{padding-block:2.25rem 3rem}.hacks-grid .grid-title{margin:.25rem 0 1.25rem!important;font-size:clamp(2rem,5vw,3rem);line-height:1}.hacks-grid .media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.hacks-grid .media-image img{width:min(100%,22rem);height:auto;margin-inline:auto}.hacks-grid .media-title{font-size:1.6rem;margin:0rem;padding:0rem}.hacks-grid .media-text{max-width:22rem;margin-inline:auto;font-size:1.05rem}.blog-hero{padding-block:2.8rem 2rem}.blog-hero .blog-hero-inner{grid-template-columns:1fr;gap:1rem;justify-items:center;text-align:center}.blog-hero .blog-hero-copy{max-width:40rem}.blog-hero .blog-hero-title{font-size:5rem;line-height:.92}.blog-hero .blog-hero-text{font-size:1.2rem;max-width:34rem;margin-inline:auto}.blog-hero .blog-hero-highlight{font-size:1.5rem}.blog-hero .blog-hero-media img{width:min(18rem,62vw);margin-inline:auto}.blog-listing{padding-block:1rem 2.6rem}.blog-listing .media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.blog-listing .media-card{width:100%;max-width:24rem;margin-inline:auto}.blog-listing .media-image img{width:min(100%,20rem);margin-inline:auto}.blog-listing .media-title{font-size:1.5rem}.blog-listing .media-text{max-width:20rem;margin-inline:auto;font-size:1rem}.fuel-module{padding-block:1.8rem 2.4rem}.fuel-module .fuel-inner{grid-template-columns:1fr;gap:.5rem;justify-items:center;text-align:center}.fuel-module .fuel-copy{width:100%;display:grid;justify-items:center}.fuel-module .fuel-title{font-size:3rem;line-height:.9;letter-spacing:.01em;margin:0;padding-left:0;text-align:center;white-space:nowrap}.fuel-module .fuel-title br{display:none}.fuel-module .fuel-media{place-items:center;padding-right:0;width:100%;margin-top:-.2rem}.fuel-module .fuel-image{place-items:center;min-height:0;width:100%}.fuel-module .fuel-image img{width:min(31rem,92vw);height:auto;display:block;margin-inline:auto}.family-section .family-grid{margin-top:3rem;gap:1rem}.family-section .family-card{padding:1.55rem 1.2rem 1.35rem;gap:.95rem}.family-section .card-image{margin-top:-3.1rem;width:8rem;height:6rem}.family-section .theme-mirtillo .card-image img{max-width:6.5rem}.family-section .card-title{margin-top:.7rem}.family-section .card-text{margin-top:.1rem;line-height:1.35}.family-section .card-btn{margin-top:.35rem;margin-bottom:-1.75rem;position:relative;transform:translateY(50%);z-index:2}.contact-cta .contact-cta-script{font-size:clamp(2rem,4vw,2.6rem);margin:0}.contact-cta .contact-cta-title{font-size:clamp(3rem,7vw,5rem);margin:.25rem 0 0;line-height:.95}.ondecomprar-banner{padding-block:20rem 2.5rem}.ondecomprar-banner .ondecomprar-banner-inner{grid-template-columns:1fr;gap:1.4rem;justify-items:center;text-align:center}.ondecomprar-banner .ondecomprar-copy{max-width:30rem;width:100%}.ondecomprar-banner .ondecomprar-marker{position:absolute;width:4rem;margin:0 auto 0rem;top:-2.8rem;left:2rem}.ondecomprar-banner .ondecomprar-text{font-size:1.2rem;margin-top:.8rem;max-width:36rem;margin-inline:auto;text-align:left}.ondecomprar-banner .ondecomprar-script{text-align:left;font-size:4rem!important}.ondecomprar-banner .ondecomprar-block{text-align:left;margin-top:-1rem!important;font-size:4rem!important}.ondecomprar-banner .ondecomprar-bear{width:min(22rem,72vw);transform:none;margin-inline:auto;margin-left:2rem}.berries-hero .berries-hero-inner{grid-template-columns:1fr;gap:1rem;text-align:center;justify-items:center}.berries-hero .berries-hero-media img{width:min(32rem,76vw)}.berries-hero .berries-hero-copy{justify-items:center;width:100%}.berries-hero .berries-hero-copy .berries-hero-logo{width:min(22rem,72vw);height:auto}.berries-hero .berries-hero-copy .berries-hero-title{font-size:clamp(2rem,5vw,3rem);line-height:.9;text-align:center;margin-top:2rem}.berry-feature{padding-bottom:4.5rem}.berry-feature .berry-feature-card{grid-template-columns:1fr;padding:1.6rem;gap:1rem;text-align:center;margin-bottom:2rem}.berry-feature .berry-feature-title{font-size:clamp(2.5rem,4.5vw,3.8rem);margin:.25rem 0}.berry-feature .berry-feature-watermark{font-size:clamp(6rem,7vw,6.2rem);top:-1.2rem;left:50%;transform:translate(-50%)}.berry-feature .berry-feature-text,.berry-feature .berry-feature-list{font-size:1.15rem}.berry-feature .berry-feature-body,.berry-feature.berry-feature--fruit-left .berry-feature-body{order:1;width:100%;max-width:42rem;margin-inline:auto}.berry-feature .berry-feature-media,.berry-feature.berry-feature--fruit-left .berry-feature-media{order:2;justify-self:center;min-height:0;margin-bottom:-3.8rem}.berry-feature.berry-feature--fruit-right .berry-feature-media{order:2;justify-self:center;min-height:0;margin-bottom:-6.5rem}.berry-feature .berry-feature-image,.berry-feature.berry-feature--fruit-left .berry-feature-image,.berry-feature.berry-feature--fruit-right .berry-feature-image{width:min(17rem,62vw);transform:none;margin-inline:auto}.berry-feature .berry-feature-list{text-align:left;width:100%;max-width:38rem;margin-inline:auto;padding-left:1.2rem}.berry-feature .berry-feature-orb,.berry-feature.berry-feature--fruit-left .berry-feature-orb,.berry-feature.berry-feature--fruit-right .berry-feature-orb{display:none}.fazendas-intro .fazendas-intro-inner{grid-template-columns:1fr;gap:1.2rem;justify-items:center;text-align:center}.fazendas-intro .fazendas-intro-copy{max-width:44rem;width:100%}.fazendas-intro .fazendas-intro-title{font-size:4rem}.fazendas-intro .fazendas-intro-text,.fazendas-intro .fazendas-intro-topic-text{font-size:1.2rem;max-width:40rem;margin-inline:auto}.fazendas-intro .fazendas-intro-topic-title{font-size:clamp(2rem,5vw,3rem)}.fazendas-intro .fazendas-intro-topic-text{border-left:0;padding-left:0}.fazendas-intro .fazendas-intro-media img{width:min(30rem,74vw)}.fazendas-regioes .fazendas-regioes-title{text-align:center;font-size:clamp(2.2rem,6vw,3.6rem);margin-bottom:.8rem}.fazendas-regioes .fazendas-regioes-layout{grid-template-columns:1fr;gap:1rem;text-align:center}.fazendas-regioes .regioes-col{width:100%;max-width:34rem;margin-inline:auto}.fazendas-regioes .regioes-col--mg,.fazendas-regioes .regioes-col--sp{margin-top:0}.fazendas-regioes .regioes-col-title{font-size:clamp(2rem,5vw,3rem)}.fazendas-regioes .regioes-col-list{font-size:1.2rem}.fazendas-regioes .regioes-map-wrap{min-height:0;order:1}.fazendas-regioes .regioes-map-wrap img{width:min(24rem,70vw);margin-inline:auto}.fazendas-regioes .regioes-arrow{display:none}}@media (max-width: 900px){.site-header .logo-slot{min-width:clamp(7rem,30vw,8.5rem);height:clamp(1.9rem,8vw,2.2rem)}.site-header .logo-slot img{max-width:100%;height:100%}.site-header .header-inner{grid-template-columns:auto 1fr auto;gap:.75rem;position:relative}.site-header .burger{display:inline-flex;order:2;justify-self:end}.site-header .header-right{order:3;justify-self:end}.site-header .main-nav{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;text-align:center;gap:.7rem;padding:.8rem 0 1rem;border-top:1px solid rgba(0,0,0,.08);width:100%;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .25s ease,opacity .25s ease;position:absolute;left:0;right:0;top:100%;background:#f3f0e6;z-index:10;box-shadow:0 8px 14px #00000014;font-size:1.25rem}.site-header .main-nav .nav-link{display:block;width:100%;text-align:center}.site-header .nav-toggle:checked~.main-nav{max-height:28rem;opacity:1;pointer-events:auto}.site-header .nav-toggle:checked+.burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}.site-header .nav-toggle:checked+.burger span:nth-child(2){opacity:0}.site-header .nav-toggle:checked+.burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.banner-home{padding-top:4.5rem}.banner-home .banner-inner{grid-template-columns:1fr;gap:1rem;text-align:center}.banner-home .banner-copy{flex-direction:row;align-items:flex-start;justify-content:center;position:relative}.banner-home .title-bear,.banner-home .title-berries{font-size:clamp(4.4rem,17vw,7rem);line-height:.85;margin-left:-1rem}.banner-home .banner-subtitle{position:absolute;top:2rem;left:2rem;font-size:clamp(1.35rem,5vw,2rem);max-width:min(36vw,11rem);text-align:left}.banner-home .bear-slot{width:7rem;height:7rem;top:-10%}.snack-module,.where-module,.bowl-module,.contact-module{padding-block:2rem 2.5rem}.snack-module .snack-card,.where-module .snack-card,.bowl-module .snack-card,.contact-module .snack-card{grid-template-columns:1fr;text-align:center;padding:1.4rem}.snack-module .snack-content,.where-module .snack-content,.bowl-module .snack-content,.contact-module .snack-content{width:100%;justify-items:stretch;text-align:center}.snack-module .snack-title,.snack-module .snack-text,.where-module .snack-title,.where-module .snack-text,.bowl-module .snack-title,.bowl-module .snack-text,.contact-module .snack-title,.contact-module .snack-text{width:100%;max-width:34rem;margin-inline:auto;overflow-wrap:break-word}.snack-module .snack-content .btn,.where-module .snack-content .btn,.bowl-module .snack-content .btn,.contact-module .snack-content .btn{margin-inline:auto}.snack-module .snack-card,.where-module .snack-card,.bowl-module .snack-card{padding:1.9rem 1.25rem .45rem;gap:1.15rem}.snack-module .snack-content,.where-module .snack-content,.bowl-module .snack-content{gap:.85rem}.snack-module .snack-eyebrow,.where-module .snack-eyebrow,.bowl-module .snack-eyebrow{margin-top:0;margin-bottom:.35rem}.snack-module .snack-title,.snack-module .snack-text,.where-module .snack-title,.where-module .snack-text,.bowl-module .snack-title,.bowl-module .snack-text{max-width:100%}.snack-module .snack-title,.where-module .snack-title,.bowl-module .snack-title{line-height:.9;margin-top:.35rem;margin-bottom:.8rem}.snack-module .snack-text,.where-module .snack-text,.bowl-module .snack-text{line-height:1.1;margin:.05rem 0}.snack-module .snack-text br,.where-module .snack-text br,.bowl-module .snack-text br{display:none}.snack-module .snack-content .btn,.where-module .snack-content .btn,.bowl-module .snack-content .btn{margin-top:.8rem}.snack-module .snack-figure{margin-top:1rem;margin-bottom:-3.5rem;align-self:end}.snack-module .snack-figure img{width:min(17.5rem,76vw)}.where-module .snack-card{padding-inline:.5rem!important}.bowl-module .snack-card{background:#025c3d!important;padding:2rem 3rem 0!important}.bowl-module .snack-figure img{width:min(14.5rem,72vw)}.contact-module .snack-info{display:grid;justify-items:center;text-align:center}.contact-module .snack-eyebrow,.contact-module .snack-title,.contact-module .snack-text{text-align:center;margin-inline:auto}.hacks-grid .grid-title{margin:.35rem 0 1rem!important;font-size:clamp(1.8rem,10vw,2.6rem)}.hacks-grid{padding-block:1.8rem .8rem}.hacks-grid .grid-cta{margin-top:.75rem}.hacks-grid .media-grid{grid-template-columns:1fr;gap:1rem}.hacks-grid .media-card{width:100%;max-width:30rem;margin-inline:auto}.hacks-grid .media-text{max-width:100%}.instagram-section{padding-block:.65rem 1.4rem}.instagram-section .instagram-header{margin-bottom:.4rem;gap:.9rem}.instagram-section .instagram-cta--desktop{display:none}.instagram-section .instagram-cta-wrap--mobile{display:grid;justify-items:center;margin-top:.7rem}.instagram-section .instagram-cta--mobile{display:inline-flex;margin-top:0}.blog-hero{padding-block:2rem 1.5rem}.blog-hero .blog-hero-title{font-size:4rem}.blog-hero .blog-hero-text{font-size:1.05rem;max-width:100%}.blog-hero .blog-hero-highlight{font-size:1.2rem}.blog-hero .blog-hero-media img{width:min(14rem,68vw)}.blog-listing .media-grid{grid-template-columns:1fr;gap:1rem}.blog-listing .media-card{max-width:28rem}.blog-listing .media-image img{width:min(100%,18rem)}.blog-listing .media-title{font-size:1.35rem}.blog-listing .media-text{max-width:100%;font-size:.98rem}.berries-hero .berries-hero-copy .berries-hero-title{font-size:clamp(1.8rem,10vw,2.6rem);margin-top:2rem}.berry-feature{padding-bottom:3.8rem}.berry-feature .berry-feature-card{padding:1.25rem;margin-bottom:2rem}.berry-feature .berry-feature-title{font-size:clamp(2rem,10vw,3rem);margin-top:.85rem}.berry-feature .berry-feature-watermark{font-size:clamp(4rem,13vw,4.6rem);top:-.5rem}.berry-feature .berry-feature-text,.berry-feature .berry-feature-list{font-size:1rem;line-height:1.35}.berry-feature .berry-feature-image,.berry-feature.berry-feature--fruit-left .berry-feature-image,.berry-feature.berry-feature--fruit-right .berry-feature-image{width:min(14.5rem,66vw);margin-inline:auto}.berry-feature .berry-feature-media,.berry-feature.berry-feature--fruit-left .berry-feature-media,.berry-feature.berry-feature--fruit-right .berry-feature-media{justify-self:center;margin-bottom:-6.5rem}.fuel-module{padding-block:1.8rem 2rem}.fuel-module .fuel-inner{grid-template-columns:1fr;text-align:center;justify-items:center;gap:.35rem}.fuel-module .fuel-media{place-items:center;padding-right:0;margin-top:-.15rem}.fuel-module .fuel-image{place-items:center;min-height:0}.fuel-module .fuel-image img{width:min(18rem,94vw);height:auto;display:block;margin-inline:auto}.fuel-module .fuel-title{text-align:center;font-size:4rem;line-height:.9;letter-spacing:.01em;white-space:nowrap;width:100%;padding:0!important;margin:0!important}.fuel-module .fuel-title br{display:none}.ondecomprar-banner{padding-block:6rem 2rem}.ondecomprar-banner .ondecomprar-banner-inner{grid-template-columns:1fr;gap:1rem}.ondecomprar-banner .ondecomprar-copy{max-width:100%}.ondecomprar-banner .ondecomprar-script{margin-left:0;font-size:clamp(2.2rem,11vw,3.6rem)}.ondecomprar-banner .ondecomprar-block{font-size:clamp(2.8rem,13vw,4.4rem);margin-top:-.35rem}.ondecomprar-banner .ondecomprar-text{font-size:1.05rem}.ondecomprar-banner .ondecomprar-media-bg{width:min(19rem,78vw);margin-bottom:-10.5rem}.ondecomprar-banner .ondecomprar-bear{width:min(17.5rem,76vw)}.fazendas-intro .fazendas-intro-inner{grid-template-columns:1fr;gap:1.2rem}.fazendas-intro .fazendas-intro-title{font-size:4rem}.fazendas-intro .fazendas-intro-text,.fazendas-intro .fazendas-intro-topic-text{font-size:1.05rem;max-width:100%}.fazendas-intro .fazendas-intro-media img{width:min(21rem,82vw)}.fazendas-regioes .fazendas-regioes-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;text-align:center;align-items:start}.fazendas-regioes .regioes-map-wrap{display:none}.fazendas-regioes .regioes-col-title{font-size:clamp(1.8rem,9vw,2.5rem)}.fazendas-regioes .regioes-col-list{font-size:1.05rem;line-height:1.3}.family-section .family-grid{grid-template-columns:1fr;margin-top:2rem;gap:1.15rem}.family-section .family-card{padding:1.4rem 1.1rem 1.25rem;gap:.85rem;margin-bottom:3rem}.family-section .family-title{margin-top:2.5rem;margin-bottom:4rem}.family-section .card-image{margin-top:-2.8rem;width:8.5rem;height:5.8rem}.family-section .theme-mirtillo .card-image img{max-width:8rem;margin-top:-2.2rem}.family-section .card-title{font-size:1.8rem;margin-top:.55rem}.family-section .card-text{margin-top:.1rem;line-height:1.33}.family-section .card-btn{margin-top:-1rem;margin-bottom:-1rem;position:relative;transform:translateY(50%);z-index:2}.contact-cta{padding-block:1.3rem}.contact-cta .contact-cta-inner{grid-template-columns:1fr;justify-items:center;text-align:center}.contact-cta .contact-cta-text{width:100%}.contact-cta .contact-cta-title{font-size:3.8rem;margin-top:-1.2rem;width:100%}.contact-cta .contact-cta-script{font-size:1.8rem;width:100%}.site-footer .footer-nav{flex-direction:column;align-items:center;gap:.8rem 1.2rem}.site-footer .footer-link{font-size:1.1rem}}
