.page-module___8aEwW__heroSplit{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem 0;display:grid}.page-module___8aEwW__tagline{color:var(--color-turmeric);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-weight:800}.page-module___8aEwW__heroTitle{margin-bottom:1.5rem}.page-module___8aEwW__heroDescription{color:var(--color-coffee-light);max-width:40ch;margin-bottom:2.5rem;font-size:1.25rem;font-weight:500}.page-module___8aEwW__heroCta{align-items:center;gap:1rem;display:flex}.page-module___8aEwW__trustPill{box-shadow:none;background:#fff;border:2px solid #eee;border-radius:50px;flex-direction:row;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1.5rem;display:inline-flex}.page-module___8aEwW__heroCircle{background:var(--color-turmeric);z-index:-1;opacity:.2;border-radius:50%;width:80%;padding-bottom:80%;position:absolute;top:10%;right:10%}.page-module___8aEwW__heroImage{filter:drop-shadow(0 20px 40px #00000026);transform:rotate(-10deg)scale(1.1)}.page-module___8aEwW__floatie{box-shadow:var(--shadow-pop);background:#fff;border-radius:50px;padding:.5rem 1rem;font-weight:700;position:absolute}.page-module___8aEwW__floatieLeft{color:var(--color-chilli);top:10%;left:0;transform:rotate(-5deg)}.page-module___8aEwW__floatieRight{color:var(--color-turmeric);bottom:10%;right:0;transform:rotate(5deg)}.page-module___8aEwW__categoryGrid{justify-content:space-between;gap:1rem;padding-bottom:2rem;display:flex;overflow-x:auto}.page-module___8aEwW__categoryCard{text-align:center;cursor:pointer;flex:1;min-width:200px}.page-module___8aEwW__categoryImageWrapper{border-radius:var(--radius-soft);aspect-ratio:1;margin-bottom:1rem;overflow:hidden}.page-module___8aEwW__categoryImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.page-module___8aEwW__categoryCard:hover .page-module___8aEwW__categoryImage{transform:scale(1.1)}.page-module___8aEwW__marqueeStrip{background:var(--color-turmeric);color:var(--color-coffee);white-space:nowrap;font-family:var(--font-heading);padding:1rem 0;font-size:1.5rem;font-weight:800;overflow:hidden;transform:rotate(-1deg)scale(1.02)}.page-module___8aEwW__marqueeContent{animation:20s linear infinite page-module___8aEwW__marquee;display:inline-flex}@keyframes page-module___8aEwW__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.page-module___8aEwW__productGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.page-module___8aEwW__productCard{border-radius:var(--radius-soft);text-align:center;background:#fff;border:2px solid #0000;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s}.page-module___8aEwW__productCard:hover{box-shadow:var(--shadow-card);border-color:var(--color-turmeric);transform:translateY(-8px)}.page-module___8aEwW__cardImgBg{background:var(--color-cream);border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;margin:0 auto 1.5rem;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__cardImgBg img{width:110%;transition:transform .3s}.page-module___8aEwW__productCard:hover .page-module___8aEwW__cardImgBg img{transform:scale(1.1)rotate(5deg)}.page-module___8aEwW__productDesc{color:#666;margin:.5rem 0 1rem}.page-module___8aEwW__priceTag{background:var(--color-turmeric);color:var(--color-coffee);border-radius:4px;padding:.25rem .75rem;font-weight:700;display:inline-block}.page-module___8aEwW__addBtn{border-radius:8px;width:100%;margin-top:1.5rem}.page-module___8aEwW__viewAllWrapper{justify-content:center;margin-top:3rem;display:flex}.page-module___8aEwW__trustSection{background:#fff;border-top:2px dashed #eee;border-bottom:2px dashed #eee;margin:2rem 0;padding:4rem 0}.page-module___8aEwW__trustGrid{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.page-module___8aEwW__trustBadge{min-width:250px;box-shadow:none;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;display:flex}.page-module___8aEwW__trustIcon{justify-content:center;align-items:center;height:100px;margin-bottom:1rem;display:flex}.page-module___8aEwW__trustIcon img{object-fit:contain;width:auto;height:100%}.page-module___8aEwW__processGrid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.page-module___8aEwW__processStep{flex:1;min-width:200px}.page-module___8aEwW__stepNumber{font-size:4rem;font-weight:800;line-height:1}.page-module___8aEwW__stepText{color:var(--color-coffee-light);font-size:1rem}.page-module___8aEwW__processArrow{color:var(--color-turmeric);width:100%;max-width:30px;font-size:2rem;display:block}.page-module___8aEwW__testimonialSection{clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);background:#ffe082;margin-bottom:2rem;padding:6rem 0}.page-module___8aEwW__testimonialGrid{gap:1rem;padding-bottom:2rem;display:flex;overflow-x:auto}.page-module___8aEwW__testimonialCard{border-radius:var(--radius-soft);min-width:300px;box-shadow:var(--shadow-card);text-align:left;background:#fff;padding:2rem}.page-module___8aEwW__stars{color:var(--color-chilli);margin-bottom:1rem;font-size:1.5rem}.page-module___8aEwW__testimonialText{font-size:1.1rem;font-style:italic;line-height:1.6}.page-module___8aEwW__author{margin-top:1.5rem;font-weight:700}.page-module___8aEwW__faqContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.page-module___8aEwW__faqItem{border-radius:var(--radius-soft);cursor:pointer;background:#fffdf5;border:1px solid #eee;padding:1.5rem}.page-module___8aEwW__faqItem summary{font-weight:700;font-family:var(--font-heading);font-size:1.1rem}.page-module___8aEwW__faqItem p{color:#666;margin-top:1rem}.page-module___8aEwW__newsletter{background:var(--color-coffee);color:#fff;border-radius:var(--radius-soft);text-align:center;margin-bottom:4rem;padding:3rem;position:relative;overflow:hidden}.page-module___8aEwW__newsletterForm{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:500px;margin:0 auto;display:flex}.page-module___8aEwW__newsletterInput{border:none;border-radius:8px;flex:1;min-width:250px;padding:1rem}.page-module___8aEwW__instaHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-module___8aEwW__instaGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.page-module___8aEwW__instaItem{aspect-ratio:1;border-radius:var(--radius-soft);overflow:hidden}.page-module___8aEwW__instaItem img{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.page-module___8aEwW__heroSplit{text-align:center;grid-template-columns:1fr;gap:2rem;padding:2rem 0}.page-module___8aEwW__heroTitle{font-size:clamp(2rem,8vw,3rem)}.page-module___8aEwW__heroDescription{max-width:100%;font-size:1rem}.page-module___8aEwW__heroCta{flex-direction:column;justify-content:center;align-items:center;gap:1rem}.page-module___8aEwW__trustPill{justify-content:center;width:100%}.page-module___8aEwW__floatie{display:none}.page-module___8aEwW__heroImage{transform:rotate(-5deg)scale(.9)}.page-module___8aEwW__categoryGrid{grid-template-columns:1fr 1fr;gap:1rem;padding-bottom:1rem;display:grid;overflow:visible}.page-module___8aEwW__categoryCard{min-width:auto}.page-module___8aEwW__categoryCard h3{font-size:1rem}.page-module___8aEwW__marqueeStrip{padding:.75rem 0;font-size:1.1rem}.page-module___8aEwW__productGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.page-module___8aEwW__cardImgBg{width:140px;height:140px}.page-module___8aEwW__productCard{padding:1rem}.page-module___8aEwW__productCard h3{font-size:1rem}.page-module___8aEwW__productDesc{margin:.25rem 0 .5rem;font-size:.85rem}.page-module___8aEwW__priceTag{font-size:.9rem}.page-module___8aEwW__addBtn{margin-top:1rem;padding:.6rem 1rem;font-size:.85rem}.page-module___8aEwW__trustSection{padding:3rem 0}.page-module___8aEwW__trustGrid{flex-direction:column;gap:2rem}.page-module___8aEwW__trustBadge{min-width:100%}.page-module___8aEwW__trustIcon{height:80px}.page-module___8aEwW__processGrid{flex-direction:column;gap:2rem}.page-module___8aEwW__processStep{text-align:center;min-width:100%}.page-module___8aEwW__processArrow{display:none}.page-module___8aEwW__stepNumber{font-size:3rem}.page-module___8aEwW__testimonialSection{clip-path:none;padding:4rem 0}.page-module___8aEwW__testimonialGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.page-module___8aEwW__testimonialCard{scroll-snap-align:center;min-width:85vw}.page-module___8aEwW__newsletter{padding:2rem 1.5rem}.page-module___8aEwW__newsletterForm{flex-direction:column}.page-module___8aEwW__newsletterInput{min-width:100%}.page-module___8aEwW__instaGrid{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__instaHeader{text-align:center;flex-direction:column;gap:1rem}.page-module___8aEwW__instaHeader h2{font-size:1.5rem}}@media (max-width:480px){.page-module___8aEwW__heroSplit{padding:1.5rem 0}.page-module___8aEwW__heroTitle{font-size:clamp(1.75rem,7vw,2.5rem)}.page-module___8aEwW__heroDescription{font-size:.95rem}.page-module___8aEwW__tagline{font-size:.85rem}.page-module___8aEwW__productGrid{grid-template-columns:1fr;gap:1.25rem}.page-module___8aEwW__cardImgBg{width:160px;height:160px}.page-module___8aEwW__categoryGrid{gap:.75rem}.page-module___8aEwW__categoryImageWrapper{margin-bottom:.5rem}.page-module___8aEwW__testimonialCard{min-width:90vw;padding:1.5rem}.page-module___8aEwW__testimonialText{font-size:1rem}.page-module___8aEwW__newsletter h2{font-size:1.5rem}.page-module___8aEwW__faqItem{padding:1rem}.page-module___8aEwW__faqItem summary{font-size:1rem}}
