body,body *{font-family:Poppins,sans-serif!important}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--burgundy: #6A2D3F;--rose: #B87E8B;--rose-dark: #8A5060;--gold: #E0B252;--plum-shadow:#6A2D3F;--ink: #232323;--white: #FFFFFF;--offwhite: #FDFAF8;--lightgrey: #F7F7F7;--blush: #F5ECF0;--border: #E6E6E6;--muted: #7A7A7A;--shadow: #000000;--fs-xs: 11px;--fs-sm: 13px;--fs-base: 15px;--fs-md: 17px;--fs-lg: 22px;--fs-xl: 28px;--fs-2xl: 36px;--fs-3xl: 48px;--fs-hero: clamp(30px, 4vw, 52px);--space-xs: 8px;--space-sm: 16px;--space-md: 32px;--space-lg: 56px;--space-xl: 88px;--space-2xl: 120px}body{font-family:Poppins,sans-serif;font-weight:400;font-size:15px;line-height:1.75;letter-spacing:.01em;color:var(--ink);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}.eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--rose);margin-bottom:12px;line-height:1.4}.section-title{font-size:clamp(26px,3.5vw,36px);font-weight:800;line-height:1.1;letter-spacing:-.005em;color:var(--burgundy);margin-bottom:var(--space-sm)}.section-body{font-size:15px;line-height:1.75;color:var(--muted);font-weight:400}.keke-nav{position:fixed;top:0;left:0;right:0;z-index:200;background:transparent;border-bottom:none;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 48px;transition:background .4s ease,box-shadow .4s ease}.keke-nav.scrolled{background:#fffffff7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px 24px #6a2d3f14}.keke-nav-logo{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;line-height:1;gap:1px}.keke-nav-logo-wordmark{font-family:Poppins,sans-serif;font-weight:900;font-size:20px;letter-spacing:1px;color:var(--white);transition:color .4s}.keke-nav-logo-sub{font-family:Poppins,sans-serif;font-weight:400;font-size:9px;letter-spacing:3px;text-transform:uppercase;color:var(--rose)}.keke-nav.scrolled .keke-nav-logo-wordmark{color:var(--burgundy)}.keke-nav-links{display:flex;gap:32px;list-style:none;align-items:center;justify-content:center}.keke-nav-links a{text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;transition:color .3s;white-space:nowrap}.keke-nav-links a:hover{color:var(--rose)}.keke-nav.scrolled .keke-nav-links a{color:var(--ink)}.keke-nav.scrolled .keke-nav-links a:hover{color:var(--burgundy)}.keke-nav-cta{background:#ffffff26!important;border:1.5px solid rgba(255,255,255,.5)!important;color:#fff!important;font-family:Poppins,sans-serif;font-weight:800!important;font-size:11px!important;letter-spacing:1.5px!important;text-transform:uppercase;padding:10px 22px;border-radius:50px;transition:all .3s!important;white-space:nowrap;justify-self:end;text-decoration:none;display:inline-block}.keke-nav-cta:hover{background:var(--rose)!important;border-color:var(--rose)!important;transform:translateY(-1px)}.keke-nav.scrolled .keke-nav-cta{background:var(--rose)!important;border-color:var(--rose)!important}.keke-nav.scrolled .keke-nav-cta:hover{background:var(--rose-dark)!important}.keke-hero{min-height:100vh;background:var(--burgundy);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0;overflow:hidden;position:relative}.keke-hero:before{content:"";position:absolute;top:-200px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(184,126,139,.18) 0%,transparent 65%);pointer-events:none}.keke-hero-text{padding:100px 64px var(--space-xl) 72px;position:relative;z-index:2}.keke-hero-text .eyebrow{color:var(--rose);letter-spacing:.22em}.keke-hero-text h1{font-size:clamp(34px,5vw,52px);font-weight:800;line-height:1.04;letter-spacing:-.01em;color:var(--white);margin-bottom:var(--space-md)}.keke-hero-text h1 em{font-style:normal;color:var(--rose)}.keke-hero-desc{font-size:15px;line-height:1.75;color:#ffffffad;margin-bottom:12px;font-weight:300;max-width:440px}.keke-hero-delivery{display:flex;align-items:center;gap:8px;font-size:var(--fs-sm);font-weight:600;color:#ffffffd9;margin-bottom:var(--space-lg)}.keke-hero-delivery .tick{width:18px;height:18px;background:#2ecc71;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;flex-shrink:0;font-weight:700}.keke-hero-ctas{display:flex;flex-direction:column;gap:12px;max-width:380px;margin-bottom:var(--space-md)}.btn-hero{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-radius:50px;text-decoration:none;font-family:Poppins,sans-serif;font-weight:700;transition:all .25s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer;width:100%}.btn-hero-primary{background:var(--gold);color:var(--ink);box-shadow:6px 6px 0 var(--plum-shadow)}.btn-hero-primary:hover{background:#c9952a;transform:translateY(-2px);box-shadow:8px 8px 0 var(--plum-shadow)}.btn-hero-secondary{background:#b87e8b2e;border:1.5px solid var(--rose);color:var(--white)}.btn-hero-secondary:hover{background:var(--rose);border-color:var(--rose);transform:translateY(-1px)}.btn-label{font-size:13px;font-weight:800}.btn-sub{font-size:11px;font-weight:400;opacity:.65;margin-top:1px}.btn-price{font-size:var(--fs-xl);font-weight:900;line-height:1}.btn-price-primary{color:var(--ink)}.btn-price-secondary{color:var(--white)}.keke-upsell-hint{font-size:13px;color:#ffffffbf;padding:8px 0 0 4px;font-style:italic;font-weight:300}.keke-upsell-hint strong{color:var(--gold);font-style:normal;font-weight:700;font-size:14px}.keke-hero-trust{margin-top:var(--space-sm)}.keke-apple-pay-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:7px 14px;font-size:var(--fs-xs);font-weight:600;color:#ffffffa6;letter-spacing:.5px;margin-bottom:10px}.keke-trust-line{font-size:13px;color:#fffc;letter-spacing:.04em;line-height:1.8;font-weight:500}.keke-trust-line strong{color:var(--white);font-weight:700}.keke-hero-img-panel{position:relative;height:100%;min-height:100vh;overflow:hidden}.keke-hero-img-panel img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform 6s ease}.keke-hero-img-panel:hover img{transform:scale(1.03)}.keke-hero-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(106,45,63,1) 0%,rgba(106,45,63,.85) 15%,rgba(106,45,63,.4) 45%,rgba(106,45,63,.1) 70%,transparent 100%),linear-gradient(180deg,rgba(106,45,63,.5) 0%,transparent 20%,transparent 75%,rgba(106,45,63,.8) 100%)}.keke-education{background:var(--white);padding:var(--space-2xl) 80px}.keke-education-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.keke-edu-images{display:grid;grid-template-columns:1fr 1fr;gap:14px;position:relative}.keke-edu-img-main{grid-column:1/-1;border-radius:16px;overflow:hidden;aspect-ratio:16/10}.keke-edu-img-main img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.keke-edu-img-main:hover img{transform:scale(1.03)}.keke-edu-img-secondary{border-radius:12px;overflow:hidden;aspect-ratio:3/4}.keke-edu-img-secondary img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .4s ease}.keke-edu-img-secondary:hover img{transform:scale(1.04)}.keke-edu-text .section-title{font-size:clamp(26px,3.5vw,36px);font-weight:800;line-height:1.1;margin-bottom:var(--space-md)}.keke-edu-paragraphs{display:flex;flex-direction:column;gap:16px;margin-bottom:var(--space-md)}.keke-edu-paragraphs p{font-size:17px;line-height:1.75;color:var(--ink);font-weight:300}.keke-edu-paragraphs p em{font-style:italic;font-weight:300;color:var(--rose)}.keke-edu-kicker{display:inline-block;font-size:13px;font-weight:400;font-style:italic;color:var(--burgundy);letter-spacing:.3px;border-left:3px solid var(--gold);padding-left:14px;line-height:1.6}.keke-flavours{background:var(--blush);padding:var(--space-2xl) 60px}.keke-flavours-header{text-align:center;max-width:600px;margin:0 auto var(--space-xl)}.keke-flavours-header .section-title{font-size:clamp(26px,3.5vw,36px);font-weight:800}.keke-flavour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}.keke-flavour-card{background:var(--blush);border-radius:20px;overflow:hidden;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s;display:flex;flex-direction:column;box-shadow:8px 8px 0 0 var(--plum-shadow)}.keke-flavour-card:hover{transform:translateY(-6px);box-shadow:10px 10px 0 0 var(--plum-shadow)}.keke-flavour-card-img{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;flex-shrink:0}.keke-flavour-card-img img{width:100%;height:100%;object-fit:cover;object-position:center 35%;transition:transform .5s ease}.keke-flavour-card:hover .keke-flavour-card-img img{transform:scale(1.05)}.keke-flavour-card-img-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(transparent,#f5ecf0eb)}.keke-limited-badge{position:absolute;top:14px;right:14px;background:var(--gold);color:var(--ink);font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:20px;z-index:2}.keke-flavour-badge-gold{position:absolute;top:14px;left:14px;background:var(--gold);color:var(--ink);font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:20px;z-index:2}.keke-flavour-card-body{padding:24px 28px 30px;display:flex;flex-direction:column;flex:1}.keke-flavour-card-body .eyebrow{color:var(--rose);margin-bottom:8px}.keke-flavour-name{font-size:22px;font-weight:800;color:var(--burgundy);line-height:1.25;margin-bottom:8px;letter-spacing:-.2px}.keke-flavour-desc{font-size:15px;line-height:1.7;color:var(--rose);font-weight:300;font-style:italic;margin-bottom:var(--space-md);flex:1}.keke-btn-product{display:block;width:100%;font-family:Poppins,sans-serif;font-weight:800;font-size:13px;text-align:center;padding:15px 20px;border-radius:50px;text-decoration:none;border:none;cursor:pointer;text-transform:uppercase;box-shadow:5px 5px 0 var(--shadow);transition:transform .25s ease,box-shadow .25s ease;margin-bottom:9px;letter-spacing:.3px}.keke-btn-product:last-of-type{margin-bottom:0}.keke-btn-product:hover{transform:translateY(-2px);box-shadow:7px 7px 0 var(--shadow)}.keke-btn-rose{background:var(--rose);color:#fff}.keke-btn-rose:hover{background:var(--rose-dark)}.keke-btn-burgundy{background:var(--burgundy);color:#fff}.keke-btn-limited{background:var(--gold);color:var(--ink);box-shadow:5px 5px 0 var(--plum-shadow)}.keke-btn-limited:hover{background:#c9952a;color:var(--ink)}.keke-upsell-micro{text-align:center;font-size:11px;color:var(--muted);margin-top:10px;font-style:italic;font-weight:300}.keke-upsell-micro strong{color:var(--burgundy);font-style:normal;font-weight:700}.keke-wa-nudge{max-width:640px;margin:var(--space-xl) auto 0;background:var(--burgundy);border-radius:20px;border:none;padding:40px 48px;text-align:center;position:relative;overflow:hidden}.keke-wa-nudge:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:radial-gradient(circle,rgba(224,178,82,.12) 0%,transparent 70%);pointer-events:none}.keke-wa-nudge p{font-size:17px;color:var(--white);margin-bottom:6px;line-height:1.6;font-weight:400}.keke-wa-nudge p strong{color:var(--gold);font-weight:700}.keke-wa-nudge .keke-aov-note{font-size:13px;color:#ffffff8c;margin-top:4px;margin-bottom:var(--space-md);font-style:italic;font-weight:300}.keke-btn-wa{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;font-family:Poppins,sans-serif;font-weight:800;font-size:13px;letter-spacing:.06em;text-transform:uppercase;padding:16px 36px;border-radius:50px;text-decoration:none;transition:all .25s;box-shadow:5px 5px #00000040}.keke-btn-wa:hover{background:#1fba59;transform:translateY(-2px);box-shadow:7px 7px #00000040}.keke-proof-section{background:var(--burgundy);padding:var(--space-2xl) 60px;position:relative;overflow:hidden}.keke-proof-section:before{content:"";position:absolute;top:-120px;left:-80px;width:380px;height:380px;background:radial-gradient(circle,rgba(224,178,82,.12) 0%,transparent 65%);pointer-events:none}.keke-proof-section:after{content:"";position:absolute;bottom:-80px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(184,126,139,.15) 0%,transparent 65%);pointer-events:none}.keke-proof-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto}.keke-proof-header{text-align:center;margin-bottom:var(--space-xl)}.keke-proof-header .section-title{font-size:clamp(26px,3.5vw,36px);font-weight:800;margin-bottom:8px}.keke-proof-header .section-title span{color:var(--rose)}.keke-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:var(--space-xl)}@keyframes kekeCardSlideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.keke-testi-card{border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;opacity:0;animation:kekeCardSlideUp .55s cubic-bezier(.25,.46,.45,.94) forwards;animation-play-state:paused}.keke-testi-card.animated{animation-play-state:running}.keke-testi-card:nth-child(1){animation-delay:0s}.keke-testi-card:nth-child(2){animation-delay:.12s}.keke-testi-card:nth-child(3){animation-delay:.24s}.keke-testi-card.featured{background:var(--gold);box-shadow:6px 6px #0003;transform-origin:bottom center;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.keke-testi-card.featured:hover{transform:translateY(-6px) rotate(-1deg)}.keke-testi-card.featured .keke-testi-stars{color:var(--burgundy)}.keke-testi-card.featured .keke-testi-quote{color:var(--ink);font-style:italic}.keke-testi-card.featured .keke-testi-name{color:var(--burgundy)}.keke-testi-card.featured .keke-testi-loc{color:#6a2d3f99}.keke-testi-card.featured .keke-testi-author{border-top-color:#6a2d3f33}.keke-testi-card.featured .keke-testi-avatar{background:var(--burgundy)}.keke-testi-card:nth-child(2){background:var(--rose);box-shadow:6px 6px #0000002e;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.keke-testi-card:nth-child(2):hover{transform:translateY(-6px) rotate(.8deg)}.keke-testi-card:nth-child(2) .keke-testi-stars{color:var(--white)}.keke-testi-card:nth-child(2) .keke-testi-quote{color:var(--white);font-style:italic}.keke-testi-card:nth-child(2) .keke-testi-name{color:var(--white)}.keke-testi-card:nth-child(2) .keke-testi-loc{color:#fff9}.keke-testi-card:nth-child(2) .keke-testi-author{border-top-color:#ffffff40}.keke-testi-card:nth-child(2) .keke-testi-avatar{background:var(--burgundy)}.keke-testi-card:nth-child(3){background:var(--blush);box-shadow:6px 6px #00000024;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.keke-testi-card:nth-child(3):hover{transform:translateY(-6px) rotate(-.5deg)}.keke-testi-card:nth-child(3) .keke-testi-stars{color:var(--rose)}.keke-testi-card:nth-child(3) .keke-testi-quote{color:var(--ink);font-style:italic}.keke-testi-card:nth-child(3) .keke-testi-name{color:var(--burgundy)}.keke-testi-card:nth-child(3) .keke-testi-loc{color:var(--muted)}.keke-testi-card:nth-child(3) .keke-testi-author{border-top-color:var(--border)}.keke-testi-card:nth-child(3) .keke-testi-avatar{background:var(--burgundy)}.keke-testi-stars{font-size:13px;color:var(--rose);letter-spacing:3px;margin-bottom:14px}.keke-testi-quote{font-size:15px;line-height:1.7;color:var(--ink);font-weight:300;font-style:italic;flex:1;margin-bottom:20px}.keke-testi-author{display:flex;align-items:center;gap:10px;border-top:1px solid var(--border);padding-top:16px;margin-top:auto}.keke-testi-avatar{width:38px;height:38px;border-radius:50%;background:var(--burgundy);display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;flex-shrink:0}.keke-testi-name{font-size:var(--fs-sm);font-weight:700;color:var(--ink)}.keke-testi-loc{font-size:11px;color:var(--muted);margin-top:1px;letter-spacing:.5px;text-transform:uppercase}.keke-delivery-bar{display:flex;align-items:center;justify-content:center;gap:0;max-width:760px;margin:0 auto;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:28px 40px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.keke-delivery-stat{display:flex;align-items:center;gap:14px;flex:1;justify-content:center;padding:0 24px}.keke-delivery-stat-icon{font-size:28px;flex-shrink:0;line-height:1}.keke-delivery-stat-text{font-size:14px;font-weight:600;color:var(--white);line-height:1.5;letter-spacing:.01em}.keke-delivery-stat-text em{font-style:italic;font-weight:300;color:#fff9;display:block;font-size:13px}.keke-delivery-divider{width:1px;height:40px;background:#ffffff26;flex-shrink:0}.keke-boxes-section{background:var(--white);padding:var(--space-2xl) 60px}.keke-boxes-header{text-align:center;margin-bottom:12px}.keke-boxes-header .section-title{font-size:clamp(26px,3.5vw,36px);font-weight:800}.keke-boxes-tagline{text-align:center;font-size:var(--fs-base);color:var(--muted);margin-bottom:var(--space-xl);font-weight:300}.keke-box-row{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:40px;align-items:start;max-width:1200px;margin:0 auto var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border)}.keke-box-row:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.keke-box-images-col{display:flex;flex-direction:column;gap:10px}.keke-box-img-main{width:100%;aspect-ratio:4/5;border-radius:16px;overflow:hidden;background:var(--lightgrey)}.keke-box-img-main img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .4s ease,opacity .15s ease}.keke-box-img-main:hover img{transform:scale(1.03)}.keke-box-img-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.keke-box-thumb{aspect-ratio:1/1;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s,transform .2s;background:var(--lightgrey)}.keke-box-thumb.active{border-color:var(--burgundy)}.keke-box-thumb:hover{transform:scale(1.04)}.keke-box-thumb img{width:100%;height:100%;object-fit:cover;display:block}.keke-box-video-col{position:sticky;top:88px}.keke-box-video-wrap{width:100%;aspect-ratio:9/16;border-radius:16px;overflow:hidden;background:#111;position:relative}.keke-box-video-wrap video{width:100%;height:100%;object-fit:cover;display:block}.keke-box-video-label{position:absolute;bottom:14px;left:50%;transform:translate(-50%);background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fffc;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 12px;border-radius:20px;white-space:nowrap}.keke-box-content{padding:var(--space-xs) 0}.keke-box-content .eyebrow{margin-bottom:var(--space-xs)}.keke-box-name{font-size:clamp(22px,2.5vw,32px);font-weight:800;color:var(--burgundy);line-height:1.15;margin-bottom:10px;letter-spacing:-.3px}.keke-box-tagline-text{font-size:var(--fs-base);color:var(--muted);font-style:italic;font-weight:300;margin-bottom:var(--space-md)}.keke-box-whats-inside{margin-bottom:var(--space-md)}.keke-box-whats-inside h4{font-size:var(--fs-xs);font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.keke-box-items{list-style:none;display:flex;flex-direction:column;gap:6px}.keke-box-items li{font-size:var(--fs-sm);color:var(--ink);display:flex;align-items:center;gap:8px;font-weight:400}.keke-box-items li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--rose);flex-shrink:0}.keke-box-price-block{display:flex;flex-direction:column;gap:4px;margin-bottom:var(--space-md);padding:var(--space-sm) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.keke-box-was{font-size:var(--fs-base);color:var(--muted);text-decoration:line-through;font-weight:400;line-height:1}.keke-box-price{font-size:var(--fs-3xl);font-weight:900;color:var(--burgundy);line-height:1.1;letter-spacing:-.5px}.keke-box-delivery-note{font-size:var(--fs-xs);font-weight:700;color:#2ecc71;text-transform:uppercase;letter-spacing:1.2px;margin-top:4px}.keke-btn-box{display:block;width:100%;font-family:Poppins,sans-serif;font-weight:800;font-size:13px;letter-spacing:.3px;text-transform:uppercase;text-align:center;padding:18px 24px;border-radius:60px;text-decoration:none;border:none;cursor:pointer;box-shadow:6px 6px 0 var(--shadow);transition:transform .25s ease,box-shadow .25s ease}.keke-btn-box:hover{transform:translateY(-2px);box-shadow:8px 8px 0 var(--shadow)}.keke-btn-box-rose{background:var(--rose);color:#fff}.keke-btn-box-rose:hover{background:var(--rose-dark)}.keke-btn-box-burgundy{background:var(--burgundy);color:#fff}.keke-footer{background:var(--ink);padding:var(--space-xl) 60px var(--space-md);color:#ffffff80}.keke-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px;padding-bottom:var(--space-lg);border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:var(--space-md)}.keke-footer-logo{font-family:Poppins,sans-serif;font-weight:900;font-size:20px;color:var(--white);text-decoration:none;letter-spacing:.5px;display:block;margin-bottom:12px}.keke-footer-logo span{color:var(--rose)}.keke-footer-about{font-size:var(--fs-sm);line-height:1.7;color:#ffffff61;font-weight:300;max-width:240px}.keke-footer-col h5{font-size:var(--fs-xs);font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--rose);margin-bottom:18px}.keke-footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.keke-footer-col ul li a{font-size:var(--fs-sm);color:#ffffff6b;text-decoration:none;font-weight:300;transition:color .2s}.keke-footer-col ul li a:hover{color:var(--rose)}.keke-footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:var(--fs-xs)}.keke-footer-bottom a{color:#ffffff47;text-decoration:none;transition:color .2s}.keke-footer-bottom a:hover{color:var(--rose)}.keke-sticky-mobile{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--burgundy);padding:12px 20px 14px;z-index:300;align-items:center;justify-content:space-between;gap:12px;border-top:2.5px solid var(--rose)}.keke-sticky-mobile-txt{color:#fff;font-size:var(--fs-sm);font-weight:600}.keke-sticky-mobile-txt span{display:block;font-size:11px;font-weight:300;color:#ffffff80;margin-top:1px}.keke-sticky-mobile-btn{background:var(--rose);color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:var(--fs-xs);letter-spacing:1px;text-transform:uppercase;padding:12px 22px;border-radius:50px;text-decoration:none;white-space:nowrap;transition:background .2s}.keke-sticky-mobile-btn:hover{background:var(--rose-dark)}.keke-fade-up{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.keke-fade-up.visible{opacity:1;transform:translateY(0)}.keke-fade-up.delay-1{transition-delay:.1s}.keke-fade-up.delay-2{transition-delay:.2s}.fade-up{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.keke-nav{padding:0 32px}.keke-hero{grid-template-columns:1fr;min-height:auto;display:flex;flex-direction:column}.keke-hero-text{position:relative;z-index:2;padding:90px 20px 24px;order:1}.keke-hero-delivery{margin-bottom:0}.keke-hero-img-panel{min-height:110vw;height:110vw;order:2;position:relative;z-index:0}.keke-hero-img-panel img{object-position:center 40%}.keke-hero-img-overlay{background:linear-gradient(180deg,rgba(106,45,63,.4) 0%,transparent 30%,transparent 70%,rgba(106,45,63,.6) 100%)}.keke-hero-ctas{max-width:100%}.keke-education{padding:var(--space-xl) 32px}.keke-education-inner{grid-template-columns:1fr;gap:48px}.keke-edu-images{order:-1}.keke-flavours{padding:var(--space-xl) 32px}.keke-flavour-grid{grid-template-columns:1fr;gap:16px}.keke-proof-section{padding:var(--space-xl) 32px}.keke-testi-grid{grid-template-columns:1fr}.keke-boxes-section{padding:var(--space-xl) 32px}.keke-box-row{grid-template-columns:1fr;gap:32px}.keke-box-video-col{display:block;position:static;margin-top:16px}.keke-box-video-wrap{aspect-ratio:9/16;border-radius:16px}.keke-box-img-thumbs{grid-template-columns:repeat(3,1fr)}.keke-footer{padding:var(--space-lg) 32px var(--space-sm)}.keke-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.keke-sticky-mobile{display:flex}}@media(max-width:480px){body{font-size:14px}.keke-nav{padding:0 20px}.keke-nav-links li:not(:last-child){display:none}.keke-hero-text{padding:90px 20px 24px}.keke-hero-img-panel{min-height:70vw;height:70vw}.keke-hero-ctas{max-width:100%}.keke-footer-grid{grid-template-columns:1fr}.keke-boxes-section{padding:var(--space-lg) 20px}.keke-box-row{gap:24px}.keke-flavour-grid{gap:20px}}.template-index .shopify-section-group-header-group,.template-index .shopify-section-group-footer-group,.template-index #shopify-section-header,.template-index .site-header,.template-index header.header,.template-index .wrapper-header,.template-index #shopify-section-wrapper-header,.template-index .halo-toolbar-mobile,.template-index #shopify-section-halo-toolbar-mobile,.template-index .wrapper-footer,.template-index #shopify-section-footer-group{display:none!important}.keke-hero-ctas-mobile-wrap{display:none}@media(max-width:768px){.keke-hero-ctas-desktop,.keke-upsell-desktop,.keke-trust-desktop{display:none}.keke-hero-ctas-mobile-wrap{display:block;order:3;background:var(--burgundy);padding:24px 20px 40px;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/keke-style.css.map */
