
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fredoka:wght@500;600;700&display=swap');
:root{--yellow:#f4e22b;--red:#ed1c2e;--forest:#123d2b;--green:#5ca54e;--lime:#a9d748;--cream:#fbf7e9;--paper:#fffdf5;--ink:#191919;--muted:#666b65;--line:#e5e2d6;--radius:26px;--shadow:0 18px 60px rgba(18,35,25,.10);--ease:cubic-bezier(.16,1,.3,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}img{max-width:100%;display:block}a{color:inherit}button,input{font:inherit}.skip-link{position:fixed;left:10px;top:-100px;z-index:999;background:#111;color:#fff;padding:10px 14px}.skip-link:focus{top:10px}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line)}.header-inner{height:84px;max-width:1500px;margin:auto;padding:0 34px;display:grid;grid-template-columns:190px 1fr 220px;align-items:center}.brand img{width:145px;height:58px;object-fit:contain}.main-nav{justify-self:center;display:flex;align-items:center;gap:27px}.main-nav>a,.nav-products-btn{font-size:14px;font-weight:700;text-decoration:none;background:none;border:0;padding:31px 0;cursor:pointer;position:relative}.main-nav>a:after{content:'';position:absolute;height:3px;left:0;right:100%;bottom:19px;background:var(--red);transition:.28s}.main-nav>a:hover:after,.main-nav>a.active:after{right:0}.nav-products{position:relative}.nav-products-btn span{font-size:12px;margin-left:5px}.mega-menu{position:fixed;left:0;right:0;top:84px;background:#fff;border-top:1px solid var(--line);box-shadow:0 28px 55px rgba(0,0,0,.1);padding:42px max(6vw,40px);display:grid;grid-template-columns:.8fr 2.2fr;gap:70px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.28s var(--ease)}.nav-products:hover .mega-menu,.nav-products:focus-within .mega-menu{opacity:1;visibility:visible;transform:none}.mega-title small,.section-kicker,.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:800;text-transform:uppercase}.mega-title strong{font-family:'Fredoka',sans-serif;font-size:38px;line-height:1.05;display:block;margin:12px 0 20px}.mega-title a{font-weight:800;font-size:13px}.mega-cats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.mega-cats a{padding:14px 16px;background:var(--cream);border-radius:14px;text-decoration:none;display:flex;justify-content:space-between;align-items:center}.mega-cats span{font-size:13px;font-weight:800}.mega-cats small{color:var(--muted)}.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}.search-toggle{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:22px}.header-cta,.btn-primary,.btn-light,.btn-white{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 21px;text-decoration:none;font-weight:800;font-size:13px;transition:.25s}.header-cta,.btn-primary{background:var(--red);color:#fff}.header-cta:hover,.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(237,28,46,.22)}.menu-toggle{display:none;width:44px;height:44px;border:0;background:none}.menu-toggle span{display:block;height:2px;background:#111;margin:7px 0}.search-panel{position:fixed;z-index:300;inset:0;background:rgba(255,253,245,.98);display:grid;place-items:center;padding:30px;opacity:0;visibility:hidden;transition:.3s}.search-panel.open{opacity:1;visibility:visible}.search-panel>div{width:min(850px,100%)}.search-panel h2{font-family:'Fredoka';font-size:clamp(42px,6vw,86px);line-height:.95;margin:15px 0 35px}.search-panel form{display:flex;border-bottom:3px solid #111}.search-panel input{width:100%;font-size:24px;border:0;background:transparent;padding:18px 0;outline:0}.search-panel form button{border:0;background:transparent;font-weight:900}.search-close{position:absolute;right:35px;top:25px;font-size:40px;border:0;background:none}.mobile-drawer{display:none}.hero{height:calc(100svh - 84px);min-height:690px;position:relative;overflow:hidden}.hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:1.05fr .95fr;opacity:0;visibility:hidden;transition:.65s var(--ease);overflow:hidden}.hero-slide.is-active{opacity:1;visibility:visible}.tone-yellow{background:var(--yellow)}.tone-red{background:#f04a53;color:#fff}.tone-forest{background:var(--forest);color:#fff}.hero-content{padding:8vh 5vw 10vh max(6vw,55px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-content h1{font-family:'Fredoka';font-size:clamp(64px,7.6vw,124px);line-height:.86;letter-spacing:-.045em;margin:22px 0 26px;max-width:820px}.hero-content p{font-size:18px;line-height:1.6;max-width:610px;margin:0 0 34px}.hero-buttons{display:flex;align-items:center;gap:24px}.btn-link{font-weight:800;font-size:13px;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:4px}.hero-product{position:relative;display:grid;place-items:center;overflow:hidden}.hero-blob{position:absolute;width:38vw;height:38vw;max-width:620px;max-height:620px;border-radius:48% 52% 62% 38% / 48% 40% 60% 52%;background:rgba(255,255,255,.38);transform:rotate(16deg)}.tone-forest .hero-blob{background:rgba(244,226,43,.9)}.hero-product img{height:min(76vh,720px);width:min(33vw,500px);object-fit:cover;border-radius:180px 180px 90px 90px;position:relative;z-index:2;box-shadow:0 40px 70px rgba(0,0,0,.2);transform:rotate(3deg)}.hero-flavor{position:absolute;z-index:3;left:8%;bottom:10%;background:#fff;color:#111;padding:15px 19px;border-radius:17px;box-shadow:var(--shadow)}.hero-flavor small{display:block;font-size:9px;letter-spacing:.15em;margin-bottom:4px}.hero-flavor strong{font-family:'Fredoka';font-size:22px}.hero-controls{position:absolute;z-index:5;right:4vw;bottom:4vh;display:flex;align-items:center;gap:12px}.hero-controls>button{width:44px;height:44px;border-radius:50%;border:0;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.12);cursor:pointer}.hero-dots{display:flex;gap:7px;background:rgba(255,255,255,.85);padding:13px;border-radius:99px}.hero-dots button{border:0;width:8px;height:8px;border-radius:50%;background:#aaa;padding:0}.hero-dots button.active{background:#111;width:22px;border-radius:8px}.brand-strip{overflow:hidden;background:var(--red);color:#fff;white-space:nowrap}.brand-strip>div{padding:17px 0;font-weight:900;font-size:11px;letter-spacing:.22em;display:inline-flex;gap:25px;align-items:center;min-width:200%;animation:ticker 25s linear infinite}.brand-strip i{font-style:normal;color:var(--yellow)}@keyframes ticker{to{transform:translateX(-50%)}}.section{max-width:1500px;margin:auto;padding:100px 5vw}.section-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:20px;margin-bottom:45px}.section-head h2,.gallery-home-head h2,.natural-copy h2,.story-copy h2,.final-cta h2,.inner-hero h1,.history-intro-copy h2,.history-chapters h2,.visit-copy h2,.contact-faq h2{font-family:'Fredoka';font-size:clamp(46px,5vw,82px);line-height:.94;letter-spacing:-.035em;margin:13px 0 0}.round-link{width:130px;height:130px;border-radius:50%;background:var(--yellow);display:grid;place-items:center;text-align:center;padding:20px;text-decoration:none;font-weight:900;font-size:12px;transition:.3s}.round-link:hover{transform:rotate(-8deg) scale(1.04)}.product-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,310px);gap:18px;overflow-x:auto;padding-bottom:20px;scroll-snap-type:x mandatory}.product-scroller::-webkit-scrollbar{height:7px}.product-scroller::-webkit-scrollbar-thumb{background:#bbb;border-radius:10px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:12px 12px 22px;text-decoration:none;scroll-snap-align:start;transition:.35s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card-img{height:360px;border-radius:16px;overflow:hidden;background:var(--cream);margin-bottom:17px}.product-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover img{transform:scale(1.04)}.product-card small{font-size:9px;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.product-card h3{font-family:'Fredoka';font-size:27px;margin:6px 0 8px}.product-card p{font-size:13px;color:var(--muted);line-height:1.55;min-height:60px}.product-card span{font-size:12px;font-weight:900}.category-section{padding-top:40px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:300px;gap:14px}.category-card{position:relative;border-radius:26px;overflow:hidden;text-decoration:none;padding:26px;display:flex;align-items:flex-end}.category-card:nth-child(1){grid-column:span 2}.category-card:nth-child(2){grid-column:span 2}.category-card:nth-child(3){grid-column:span 2}.category-card:nth-child(4){grid-column:span 3}.category-card:nth-child(5){grid-column:span 3}.category-card div{position:relative;z-index:2;width:62%}.category-card small{font-size:9px;letter-spacing:.15em;font-weight:900}.category-card h3{font-family:'Fredoka';font-size:31px;line-height:1;margin:10px 0 18px}.category-card span{font-size:12px;font-weight:900}.category-card img{position:absolute;right:-3%;bottom:-25%;height:130%;width:48%;object-fit:cover;border-radius:120px;transform:rotate(8deg);box-shadow:0 20px 35px rgba(0,0,0,.15);transition:.45s}.category-card:hover img{transform:rotate(2deg) scale(1.04)}.cat-green{background:#b9df81}.cat-red{background:#ef6b72;color:#fff}.cat-brown{background:#8b4b34;color:#fff}.cat-lime{background:var(--yellow)}.cat-cream{background:#eee1c3}.story-band{display:grid;grid-template-columns:1.05fr .95fr;min-height:820px;background:var(--forest);color:#fff}.story-image{position:relative;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.story-image span{position:absolute;left:25px;bottom:25px;background:#fff;color:#111;padding:10px 14px;border-radius:99px;font-size:10px;font-weight:900}.story-copy{padding:8vw 7vw;display:flex;flex-direction:column;justify-content:center}.story-copy p{font-size:17px;line-height:1.8;color:#d7e5dc}.story-copy blockquote{font-family:'Fredoka';font-size:28px;margin:30px 0;border-left:4px solid var(--yellow);padding-left:20px}.btn-light{background:var(--yellow);color:#111;align-self:flex-start}.natural-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6vw;padding-top:120px;padding-bottom:120px}.natural-copy p{font-size:18px;line-height:1.8;color:var(--muted);max-width:680px}.natural-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:40px}.natural-stats div{padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px}.natural-stats strong{font-family:'Fredoka';font-size:42px;display:block}.natural-stats span{font-size:11px;color:var(--muted)}.natural-visual{height:720px;position:relative;display:grid;place-items:center;background:var(--yellow);border-radius:50% 50% 46% 54% / 45% 56% 44% 55%;overflow:hidden}.natural-visual img{height:78%;width:55%;object-fit:cover;border-radius:170px 170px 85px 85px;box-shadow:0 40px 70px rgba(0,0,0,.2)}.tag{position:absolute;background:#fff;padding:10px 16px;border-radius:99px;font-size:11px;font-weight:900}.t-a{left:8%;top:25%}.t-b{right:7%;top:40%}.t-c{left:15%;bottom:18%}.gallery-home{background:#101612;color:#fff;padding:100px 5vw}.gallery-home-head{max-width:1500px;margin:0 auto 45px;display:grid;grid-template-columns:1fr auto;align-items:end}.gallery-home-head a{color:#fff;font-weight:900}.gallery-home-grid{max-width:1500px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:230px;gap:8px}.home-gallery-item{position:relative;overflow:hidden;border-radius:15px}.home-gallery-item.i0,.home-gallery-item.i5{grid-column:span 2;grid-row:span 2}.home-gallery-item img{width:100%;height:100%;object-fit:cover;transition:.5s}.home-gallery-item:hover img{transform:scale(1.05)}.home-gallery-item span{position:absolute;left:9px;right:9px;bottom:9px;background:rgba(0,0,0,.55);backdrop-filter:blur(9px);padding:9px;border-radius:10px;font-size:10px}.final-cta{background:var(--red);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:80px max(6vw,55px)}.final-cta h2{max-width:900px}.final-cta span{font-size:10px;letter-spacing:.18em;font-weight:900}.btn-white{background:#fff;color:#111}.site-footer{background:#111613;color:#d7dfda;padding:80px 6vw 25px}.footer-main{max-width:1500px;margin:auto;display:grid;grid-template-columns:1.7fr 1fr 1.3fr 1.3fr;gap:60px}.footer-brand img{width:180px;filter:brightness(1.5)}.footer-brand p,.site-footer p{color:#8fa096;line-height:1.6;font-size:13px}.footer-wa{display:inline-block;margin-top:12px;color:#fff;font-weight:800}.site-footer h3{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin:0 0 20px}.site-footer div:not(.footer-main):not(.footer-brand):not(.footer-bottom){ }.footer-main>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-main a{color:#d7dfda;text-decoration:none;font-size:13px}.footer-main a:hover{color:#fff}.footer-bottom{max-width:1500px;margin:70px auto 0;padding-top:20px;border-top:1px solid #28322c;display:flex;gap:25px;justify-content:space-between;font-size:10px;color:#78847d}.back-top{text-decoration:none;color:#a9b4ad}.quick-wa{position:fixed;z-index:80;right:20px;bottom:20px}.quick-wa a{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.2)}
/* inner pages */
.inner-hero{padding:150px max(6vw,55px) 80px;background:var(--yellow);min-height:520px;display:flex;flex-direction:column;justify-content:flex-end}.inner-hero h1{max-width:1120px;font-size:clamp(64px,8vw,128px)}.inner-hero h1 em{color:var(--red);font-style:normal}.inner-hero>p{max-width:760px;font-size:18px;line-height:1.7}.flavors-title{background:#fff6bc}.catalog-shell{padding:55px max(4vw,35px) 110px;max-width:1600px;margin:auto}.catalog-toolbar{position:sticky;top:84px;z-index:40;background:rgba(255,253,245,.96);backdrop-filter:blur(15px);padding:16px 0 20px;border-bottom:1px solid var(--line);margin-bottom:30px}.catalog-search{display:flex;align-items:center;gap:10px;max-width:620px;background:#fff;border:1px solid var(--line);border-radius:99px;padding:0 18px}.catalog-search input{border:0;outline:0;background:transparent;width:100%;padding:15px 0}.filter-row{display:flex;gap:8px;overflow-x:auto;padding:12px 0 5px}.filter-chip,.gallery-filter{white-space:nowrap;border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:99px;cursor:pointer;font-size:11px;font-weight:800}.filter-chip b,.gallery-filter b{font-size:9px;opacity:.6;margin-left:4px}.filter-chip.active,.gallery-filter.active{background:#111;color:#fff}.catalog-count{font-size:11px;color:var(--muted);margin-top:10px}.flavor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.flavor-card-full{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.35s}.flavor-card-full.hidden{display:none}.flavor-card-full:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.flavor-open{display:block;width:100%;border:0;background:none;padding:0;text-align:left;cursor:pointer}.flavor-photo{height:430px;position:relative;overflow:hidden;background:var(--cream)}.flavor-photo img{width:100%;height:100%;object-fit:cover;transition:.5s}.flavor-card-full:hover .flavor-photo img{transform:scale(1.04)}.flavor-photo span{position:absolute;right:12px;bottom:12px;background:#fff;padding:9px 12px;border-radius:99px;font-size:10px;font-weight:900;opacity:0;transform:translateY(8px);transition:.3s}.flavor-card-full:hover .flavor-photo span{opacity:1;transform:none}.flavor-copy{padding:19px 19px 15px}.flavor-copy small{font-size:9px;text-transform:uppercase;color:var(--muted);letter-spacing:.08em}.flavor-copy h2{font-family:'Fredoka';font-size:26px;margin:7px 0 9px}.flavor-copy p{font-size:13px;color:var(--muted);line-height:1.55;margin:0;min-height:61px}.flavor-wa{display:block;margin:0 19px 19px;padding-top:14px;border-top:1px solid var(--line);text-decoration:none;font-size:11px;font-weight:900}.no-results{display:none;text-align:center;padding:80px}.no-results.show{display:block}.catalog-note{background:var(--forest);color:#fff;padding:80px 7vw;display:flex;align-items:center;justify-content:space-between;gap:40px}.catalog-note h2{font-family:'Fredoka';font-size:clamp(45px,5vw,78px);line-height:.95;margin:12px 0}.catalog-note p{color:#d9e4dc;max-width:700px}.flavor-modal{position:fixed;z-index:500;inset:0;display:none;place-items:center;padding:30px}.flavor-modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(6px)}.modal-card{position:relative;z-index:2;width:min(960px,94vw);max-height:90vh;background:#fff;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.modal-photo{min-height:620px}.modal-photo img{width:100%;height:100%;object-fit:cover}.modal-copy{padding:55px;display:flex;flex-direction:column;justify-content:center}.modal-copy small{font-size:10px;letter-spacing:.12em;color:var(--muted);text-transform:uppercase}.modal-copy h2{font-family:'Fredoka';font-size:55px;line-height:.95;margin:13px 0 20px}.modal-copy p{font-size:16px;line-height:1.7;color:var(--muted)}.modal-copy a{display:inline-flex;align-self:flex-start;margin-top:20px;background:var(--red);color:#fff;border-radius:99px;padding:13px 18px;text-decoration:none;font-size:12px;font-weight:900}.modal-close{position:absolute;z-index:3;right:14px;top:12px;border:0;background:#fff;width:42px;height:42px;border-radius:50%;font-size:27px;cursor:pointer}
/* history */
.history-title{background:#d8efb6}.history-intro{display:grid;grid-template-columns:1.1fr .9fr;min-height:850px}.history-big-image img{width:100%;height:100%;object-fit:cover}.history-intro-copy{padding:8vw 7vw;display:flex;flex-direction:column;justify-content:center}.history-intro-copy p{font-size:17px;line-height:1.8;color:var(--muted)}.history-intro-copy blockquote{font-family:'Fredoka';font-size:32px;margin:30px 0 0;padding-left:22px;border-left:5px solid var(--red)}.history-chapters{background:var(--forest);color:#fff;padding:50px 7vw 100px}.history-chapters article{display:grid;grid-template-columns:80px 1fr;gap:35px;padding:65px 0;border-bottom:1px solid rgba(255,255,255,.16)}.history-chapters article>span{font-family:'Fredoka';font-size:18px;color:var(--yellow)}.history-chapters small{letter-spacing:.18em;font-weight:900}.history-chapters h2{font-size:clamp(42px,5vw,78px);max-width:900px}.history-chapters p{font-size:16px;line-height:1.8;color:#c8d9ce;max-width:750px}.history-numbers{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.history-numbers div{padding:60px 30px;text-align:center;border-right:1px solid var(--line)}.history-numbers strong{font-family:'Fredoka';font-size:68px;display:block;color:var(--red)}.history-numbers span{font-size:12px;color:var(--muted)}.history-gallery{padding:100px 5vw;max-width:1500px;margin:auto}.history-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:260px;gap:10px}.history-photo-grid figure{margin:0;position:relative;overflow:hidden;border-radius:20px}.history-photo-grid figure:nth-child(1),.history-photo-grid figure:nth-child(6){grid-column:span 2;grid-row:span 2}.history-photo-grid img{width:100%;height:100%;object-fit:cover}.history-photo-grid figcaption{position:absolute;left:10px;bottom:10px;background:rgba(255,255,255,.9);padding:8px 10px;border-radius:10px;font-size:9px}
/* gallery */
.gallery-title{background:#111;color:#fff}.gallery-title h1 em{color:var(--yellow)}.gallery-toolbar{position:sticky;top:84px;z-index:35;background:rgba(255,253,245,.95);backdrop-filter:blur(14px);display:flex;gap:8px;padding:18px max(4vw,30px);overflow-x:auto;border-bottom:1px solid var(--line)}.gallery-grid{padding:10px;display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:280px;gap:8px}.gallery-card{margin:0;position:relative;overflow:hidden;border-radius:16px;cursor:zoom-in;background:#eee}.gallery-card.hidden{display:none}.gallery-card:nth-child(11n+1){grid-column:span 2;grid-row:span 2}.gallery-card:nth-child(13n+5){grid-row:span 2}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:.55s}.gallery-card:hover img{transform:scale(1.05)}.gallery-card figcaption{position:absolute;inset:auto 9px 9px;background:rgba(8,13,10,.62);color:#fff;backdrop-filter:blur(10px);padding:12px;border-radius:12px;opacity:0;transform:translateY(7px);transition:.3s}.gallery-card:hover figcaption{opacity:1;transform:none}.gallery-card figcaption small{font-size:8px;letter-spacing:.15em;color:var(--yellow)}.gallery-card figcaption strong{display:block;font-size:12px;margin-top:4px}.gallery-card figcaption p{display:none}.gallery-lightbox{position:fixed;z-index:600;inset:0;background:rgba(0,0,0,.94);display:none;place-items:center;padding:40px}.gallery-lightbox.open{display:grid}.lightbox-stage{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);width:min(1200px,88vw);height:min(80vh,800px);background:#141914;border-radius:24px;overflow:hidden;color:#fff}.lightbox-stage img{width:100%;height:100%;object-fit:contain;background:#090b09}.lightbox-stage>div{padding:45px;display:flex;flex-direction:column;justify-content:center}.lightbox-stage small{color:var(--yellow);letter-spacing:.14em}.lightbox-stage h2{font-family:'Fredoka';font-size:42px;margin:10px 0 15px}.lightbox-stage p{color:#aebbb2;line-height:1.7}.lightbox-stage span{margin-top:25px;font-size:10px;color:#758077}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;border:0;background:#fff;color:#111;border-radius:50%;width:46px;height:46px;font-size:22px;cursor:pointer}.lightbox-close{right:25px;top:22px;font-size:28px}.lightbox-prev{left:25px;top:50%}.lightbox-next{right:25px;top:50%}
/* contact */
.contact-title{background:#ef6b72;color:#fff}.contact-cards{max-width:1500px;margin:auto;padding:70px 5vw;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.contact-card{min-height:330px;border:1px solid var(--line);border-radius:26px;padding:30px;text-decoration:none;background:#fff;display:flex;flex-direction:column}.contact-card.card-wa{background:#55ac60;color:#fff;border:0}.contact-card small{font-size:10px;letter-spacing:.16em;font-weight:900}.contact-card strong{font-family:'Fredoka';font-size:clamp(27px,2.4vw,42px);line-height:1.05;margin:auto 0 15px;word-break:break-word}.contact-card p{font-size:13px;line-height:1.6;opacity:.75}.contact-card span{font-size:11px;font-weight:900;margin-top:20px}.visit-section{display:grid;grid-template-columns:.8fr 1.2fr;background:var(--yellow)}.visit-copy{padding:8vw 7vw;display:flex;flex-direction:column;justify-content:center}.visit-copy p{font-size:18px;line-height:1.7;max-width:560px}.visit-copy .city{font-weight:900}.visit-copy .btn-primary{align-self:flex-start;margin-top:18px}.visit-photo{position:relative;min-height:720px}.visit-photo img{width:100%;height:100%;object-fit:cover}.visit-photo span{position:absolute;left:20px;bottom:20px;background:#fff;padding:10px 14px;border-radius:99px;font-size:10px;font-weight:900}.map-section{padding:10px;background:#111}.map-section iframe{width:100%;height:620px;border:0;border-radius:20px;filter:saturate(.85)}.contact-faq{max-width:1400px;margin:auto;padding:100px 6vw;display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.faq-list details{border-top:1px solid var(--line);padding:23px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{font-family:'Fredoka';font-size:23px;cursor:pointer}.faq-list p{color:var(--muted);line-height:1.7}
@media(max-width:1100px){.header-inner{grid-template-columns:1fr auto}.main-nav{display:none}.header-actions{grid-column:2}.header-cta{display:none}.menu-toggle{display:block}.mobile-drawer{position:fixed;z-index:95;inset:84px 0 0;background:var(--forest);color:#fff;display:block;transform:translateY(-110%);transition:.5s var(--ease)}.mobile-drawer.open{transform:none}.mobile-links{padding:8vh 8vw;display:flex;flex-direction:column;gap:18px}.mobile-links a{font-family:'Fredoka';font-size:clamp(38px,7vw,70px);text-decoration:none}.mobile-links .mobile-wa{font-family:'DM Sans';font-size:15px;color:var(--yellow);margin-top:20px}.hero-slide{grid-template-columns:1fr 1fr}.hero-content h1{font-size:clamp(58px,8vw,90px)}.category-grid{grid-template-columns:repeat(4,1fr)}.category-card:nth-child(n){grid-column:span 2}.natural-section,.history-intro,.visit-section,.contact-faq{grid-template-columns:1fr}.story-band{grid-template-columns:1fr}.story-image{min-height:620px}.flavor-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.footer-main{grid-template-columns:1fr 1fr}.contact-cards{grid-template-columns:1fr 1fr}.contact-card:last-child{grid-column:1/-1}.history-photo-grid{grid-template-columns:repeat(3,1fr)}.history-numbers{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.header-inner{height:70px;padding:0 15px}.brand img{width:115px}.site-header{top:0}.mobile-drawer{inset:70px 0 0}.hero{height:auto;min-height:760px}.hero-slide{grid-template-columns:1fr;grid-template-rows:1fr 1.05fr;min-height:760px}.hero-content{padding:65px 7vw 30px}.hero-content h1{font-size:clamp(49px,14vw,74px)}.hero-content p{font-size:14px}.hero-product img{height:330px;width:220px;border-radius:100px 100px 55px 55px}.hero-blob{width:330px;height:330px}.hero-flavor{left:6%;bottom:7%}.hero-controls{right:15px;bottom:15px}.brand-strip>div{font-size:9px}.section{padding:70px 5vw}.section-head,.gallery-home-head{grid-template-columns:1fr}.round-link{width:auto;height:auto;border-radius:99px;padding:13px 20px;justify-self:start;margin-top:15px}.product-scroller{grid-auto-columns:78vw}.category-grid{grid-template-columns:1fr;grid-auto-rows:270px}.category-card:nth-child(n){grid-column:auto}.category-card div{width:65%}.story-image{min-height:480px}.story-copy{padding:70px 7vw}.natural-section{padding:70px 5vw}.natural-stats{grid-template-columns:1fr}.natural-visual{height:560px}.gallery-home{padding:70px 3vw}.gallery-home-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.home-gallery-item.i0,.home-gallery-item.i5{grid-column:span 2;grid-row:span 2}.final-cta{padding:60px 7vw;flex-direction:column;align-items:flex-start}.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.inner-hero{padding:120px 6vw 55px;min-height:430px}.inner-hero h1{font-size:clamp(54px,14vw,76px)}.inner-hero>p{font-size:15px}.catalog-toolbar,.gallery-toolbar{top:70px}.catalog-shell{padding:30px 3vw 70px}.flavor-grid{grid-template-columns:1fr 1fr;gap:8px}.flavor-photo{height:300px}.flavor-copy{padding:13px}.flavor-copy h2{font-size:20px}.flavor-copy p{font-size:11px;min-height:85px}.flavor-wa{margin:0 13px 13px;font-size:10px}.catalog-note{flex-direction:column;align-items:flex-start;padding:60px 6vw}.modal-card{grid-template-columns:1fr;overflow:auto}.modal-photo{min-height:45vh}.modal-copy{padding:30px}.modal-copy h2{font-size:40px}.history-intro-copy{padding:70px 7vw}.history-big-image{height:520px}.history-chapters{padding:30px 6vw 60px}.history-chapters article{grid-template-columns:40px 1fr}.history-numbers{grid-template-columns:1fr 1fr}.history-numbers div{padding:35px 15px}.history-numbers strong{font-size:48px}.history-gallery{padding:70px 3vw}.history-photo-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.history-photo-grid figure:nth-child(1),.history-photo-grid figure:nth-child(6){grid-column:span 2;grid-row:span 2}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.gallery-card:nth-child(11n+1){grid-column:span 2;grid-row:span 2}.gallery-card:nth-child(13n+5){grid-row:span 1}.gallery-card figcaption{display:none}.gallery-lightbox{padding:10px}.lightbox-stage{grid-template-columns:1fr;grid-template-rows:1.3fr .7fr;width:94vw;height:84vh}.lightbox-stage>div{padding:22px}.lightbox-stage h2{font-size:29px}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-close{right:10px;top:10px}.contact-cards{grid-template-columns:1fr;padding:45px 4vw}.contact-card:last-child{grid-column:auto}.visit-copy{padding:70px 7vw}.visit-photo{min-height:500px}.map-section iframe{height:500px}.contact-faq{padding:70px 6vw;gap:30px}.faq-list summary{font-size:19px}}
