:root{--ink:#13212a;--muted:#63717a;--cream:#fff8e9;--blue:#2468d8;--blue2:#6bbaf9;--yellow:#ffd45c;--orange:#ff8a4c;--mint:#82d7b5;--pink:#ff8fa8;--purple:#8c74d8;--line:#dfe7eb;--white:#fff;--shadow:0 18px 55px rgba(17,33,43,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,system-ui,sans-serif;background:white}body.lock{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.announcement{text-align:center;padding:9px 16px;background:var(--ink);color:#fff;font-size:11px;font-weight:800;letter-spacing:.12em}.site-header{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;padding:15px clamp(18px,5vw,72px);background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(19,33,42,.08)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:54px;height:54px;border-radius:18px;background:var(--blue);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:.78;transform:rotate(-4deg);box-shadow:inset 0 -6px 0 rgba(0,0,0,.09)}.brand-mark span{font-family:"Baloo 2";font-size:14px;font-weight:800}.brand-mark b{font-family:"Baloo 2";font-size:18px}.brand-copy strong{font-family:"Baloo 2";font-size:26px;line-height:1;display:block}.brand-copy small{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}nav{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:800}.cart-button{border:0;border-radius:999px;padding:10px 13px;background:var(--ink);color:#fff;font-weight:800}.cart-button span{display:inline-grid;place-items:center;margin-left:5px;width:22px;height:22px;border-radius:50%;background:var(--yellow);color:var(--ink)}.hero{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;padding:70px clamp(24px,7vw,110px);overflow:hidden;background:linear-gradient(135deg,var(--cream),#fff 58%,#eaf6ff)}.eyebrow{margin:0 0 10px;color:var(--blue);font-weight:900;font-size:11px;letter-spacing:.18em}h1,h2,h3{font-family:"Baloo 2",sans-serif;margin:0;line-height:1}h1{font-size:clamp(58px,7.3vw,102px);letter-spacing:-.045em}h1 span{color:var(--blue)}h2{font-size:clamp(38px,4.2vw,62px);letter-spacing:-.03em}.hero-copy>p:not(.eyebrow){max-width:620px;color:#46545e;font-size:18px;line-height:1.65}.hero-actions{display:flex;gap:12px;margin:28px 0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 20px;font-weight:900}.btn.primary{background:var(--blue);color:white}.btn.light{background:white;color:var(--ink)}.btn.ghost{background:white;border:1px solid var(--line)}.btn.full{width:100%}.hero-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:12px;font-weight:800;color:var(--muted)}.hero-showcase{position:relative;min-height:500px}.blob{position:absolute;border-radius:50%}.blob-one{width:420px;height:420px;background:#dcefff;right:1%;top:4%}.blob-two{width:230px;height:230px;background:#fff0bf;left:8%;bottom:1%}.pack{position:absolute;width:210px;height:280px;border-radius:34px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;color:white;box-shadow:var(--shadow);transform:rotate(-7deg)}.pack small{font-size:9px;letter-spacing:.12em;font-weight:800;opacity:.85}.pack b{font-family:"Baloo 2";font-size:38px;line-height:.88}.pack span{font-size:10px;margin-top:8px}.pack-a{left:11%;top:14%;background:linear-gradient(160deg,#87cdfc,#2b6bd8)}.pack-b{right:9%;top:3%;background:linear-gradient(160deg,#49596d,#101820);transform:rotate(8deg)}.bomb{position:absolute;right:29%;bottom:5%;width:150px;height:150px;border-radius:50%;display:grid;place-items:center;text-align:center;background:linear-gradient(145deg,#9cdefe,#3f8de0);color:white;font-family:"Baloo 2";font-size:25px;font-weight:900;line-height:.9;box-shadow:var(--shadow);transform:rotate(-8deg)}.perks{display:grid;grid-template-columns:repeat(3,1fr);padding:0 clamp(24px,7vw,110px);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.perks div{padding:24px 28px;border-right:1px solid var(--line)}.perks div:last-child{border-right:0}.perks b,.perks span{display:block}.perks b{font-size:13px}.perks span{font-size:12px;color:var(--muted);margin-top:4px}.section{padding:90px clamp(24px,7vw,110px)}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:32px}.section-title>a{font-size:12px;font-weight:900;color:var(--blue)}.subcopy{color:var(--muted);margin:8px 0 0}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.featured-card,.product-card{border:1px solid var(--line);border-radius:28px;background:#fff;overflow:hidden;transition:.2s ease}.featured-card:hover,.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.featured-card .product-art{height:270px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-art{position:relative;height:230px;background:#f5f9fb;display:grid;place-items:center;overflow:hidden}.product-art:after{content:"";position:absolute;width:160px;height:55px;border-radius:50%;background:rgba(0,0,0,.08);bottom:22px;filter:blur(6px)}.product-shape{position:relative;z-index:2;width:145px;height:170px;border-radius:28px;display:grid;place-items:center;text-align:center;padding:15px;color:#fff;font-family:"Baloo 2";font-size:23px;font-weight:900;line-height:.9;box-shadow:0 16px 30px rgba(0,0,0,.18);transform:rotate(-4deg)}.product-shape.round{width:140px;height:140px;border-radius:50%;transform:rotate(5deg)}.product-shape.holder{width:155px;height:95px;border-radius:14px;transform:rotate(-5deg);background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.22) 0 8px,transparent 8px 18px)!important}.stock-pill,.best-pill{position:absolute;z-index:3;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:white;font-size:10px;font-weight:900;box-shadow:0 5px 18px rgba(0,0,0,.08)}.stock-pill.low{background:#fff0e8;color:#b34b1b}.best-pill{left:auto;right:14px;background:var(--yellow)}.product-body{padding:20px}.product-kicker{font-size:9px;letter-spacing:.13em;font-weight:900;color:var(--blue)}.product-body h3{font-size:25px;margin:5px 0 8px}.product-body p{min-height:52px;color:var(--muted);font-size:12px;line-height:1.5}.product-row{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:8px}.price{font-family:"Baloo 2";font-size:22px;font-weight:900}.product-actions{display:flex;gap:7px}.icon-btn,.add-btn{border:0;border-radius:999px;font-weight:900}.icon-btn{width:38px;height:38px;background:#eef4f8}.add-btn{padding:10px 12px;background:var(--ink);color:white;font-size:11px}.add-btn:disabled{opacity:.4;cursor:not-allowed}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:800}.filter.active{background:var(--ink);color:#fff}.shop-section{background:#fbfdfe}.bundle-section{background:var(--ink);color:white}.bundle-intro{max-width:650px;margin-bottom:32px}.bundle-intro p:last-child{color:#c0ccd3}.bundle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.bundle-card{border-radius:28px;padding:28px;background:#20313c}.bundle-card.feature{background:var(--blue);transform:translateY(-10px)}.bundle-tag{display:inline-block;font-size:9px;font-weight:900;letter-spacing:.12em;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.15)}.bundle-card h3{font-size:30px;margin-top:18px}.bundle-card p{min-height:42px;color:#d7e0e5}.bundle-card strong{display:block;font-family:"Baloo 2";font-size:32px;margin:18px 0}.reviews-section{background:var(--cream)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-grid article{background:white;border-radius:24px;padding:28px}.review-grid article div{letter-spacing:.15em}.review-grid p{font-family:"Baloo 2";font-size:23px;line-height:1.2}.review-grid b{font-size:11px;color:var(--muted)}.review-note{font-size:10px;color:var(--muted);margin-top:14px}.story{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:95px clamp(24px,7vw,110px)}.story p{font-size:17px;line-height:1.7;color:#53616a}.email-cta{margin:0 clamp(24px,7vw,110px) 80px;padding:40px;border-radius:30px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.email-cta .eyebrow{color:#d8eaff}.email-cta h2{font-size:48px}.email-cta p:last-child{margin-bottom:0;color:#d8eaff}footer{display:flex;justify-content:space-between;gap:30px;padding:32px clamp(24px,7vw,110px);border-top:1px solid var(--line);font-size:12px}.footer-brand strong,.footer-brand span,footer>div:last-child a,footer>div:last-child span{display:block}.footer-brand strong{font-family:"Baloo 2";font-size:24px}footer span{color:var(--muted);margin-top:4px}
.overlay{position:fixed;inset:0;background:rgba(9,18,24,.55);opacity:0;visibility:hidden;z-index:40;transition:.2s}.overlay.show{opacity:1;visibility:visible}.cart-drawer{position:fixed;z-index:50;right:0;top:0;height:100%;width:min(440px,100%);background:white;transform:translateX(100%);transition:.25s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.panel-head{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--line)}.panel-head h3{font-size:32px}.panel-head button,.modal-close{width:40px;height:40px;border:0;border-radius:50%;background:#eef3f6;font-size:24px}.cart-items{padding:10px 24px;overflow:auto;flex:1}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);gap:15px}.cart-item b,.cart-item small{display:block}.cart-item small{color:var(--muted);margin-top:4px}.qty-controls{display:flex;align-items:center;gap:8px}.qty-controls button{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:white}.cart-empty{padding:34px;color:var(--muted)}.hidden{display:none!important}.cart-footer{padding:22px 24px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;margin-bottom:16px}.cart-footer>small{display:block;color:var(--muted);line-height:1.5;margin-top:12px}.detail-modal{position:fixed;z-index:60;inset:0;display:grid;place-items:center;padding:20px;visibility:hidden;opacity:0;transition:.2s}.detail-modal.open{visibility:visible;opacity:1}.detail-shell{position:relative;width:min(850px,96vw);max-height:90vh;overflow:auto;background:white;border-radius:30px;box-shadow:var(--shadow)}.modal-close{position:absolute;right:16px;top:16px;z-index:3}.detail-layout{display:grid;grid-template-columns:1fr 1fr}.detail-art{min-height:470px;display:grid;place-items:center;background:#f4f8fa}.detail-art .product-shape{width:190px;height:225px;font-size:31px}.detail-art .product-shape.round{width:190px;height:190px}.detail-copy{padding:54px 40px}.detail-copy h2{font-size:45px}.detail-copy>p{color:var(--muted);line-height:1.65}.detail-price{font-family:"Baloo 2";font-size:32px;font-weight:900}.ingredients{margin:24px 0;padding:20px;border-radius:18px;background:#f7fafb}.ingredients b{display:block;margin-bottom:8px}.ingredients p{margin:0;font-size:12px;line-height:1.65;color:var(--muted)}.checkout-panel{position:fixed;z-index:55;inset:0;display:grid;place-items:center;padding:20px;visibility:hidden;opacity:0;transition:.2s}.checkout-panel.open{visibility:visible;opacity:1}.checkout-shell{width:min(780px,96vw);max-height:94vh;overflow:auto;background:white;border-radius:30px;box-shadow:var(--shadow)}#checkoutForm{padding:26px}.step-title{display:flex;gap:10px;align-items:center;margin:16px 0 12px}.step-title>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--blue);color:white;font-weight:900}.step-title b,.step-title small{display:block}.step-title small{font-size:10px;color:var(--muted);margin-top:2px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label:last-child{grid-column:1/-1}label{font-size:11px;font-weight:800}label em{font-style:normal;color:var(--muted);font-weight:500}input,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;margin-top:6px;outline:none}input:focus,textarea:focus{border-color:var(--blue)}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice{display:flex;gap:10px;padding:15px;border:1px solid var(--line);border-radius:16px}.choice input{width:auto;margin:3px 0 0}.choice b,.choice small{display:block}.choice small{color:var(--muted);font-size:10px;margin-top:3px}.payment-card{border:1px solid var(--line);border-radius:18px;padding:18px}.payment-card>b,.payment-card>span{display:block}.payment-card>span{font-size:11px;color:var(--muted);margin-top:4px}.pay-badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:14px}.pay-badges i{font-style:normal;font-size:10px;font-weight:900;padding:7px 9px;background:#eef3f6;border-radius:8px}.pay-badges small{color:var(--muted)}.checkout-summary{margin:22px 0;border-radius:18px;background:#f6f9fb;padding:18px}.checkout-summary div{display:flex;justify-content:space-between;padding:6px 0}.checkout-summary .grand{border-top:1px solid var(--line);margin-top:6px;padding-top:13px;font-size:17px}.form-note{text-align:center;font-size:10px;color:var(--muted)}
@media(max-width:1000px){nav a{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-showcase{min-height:430px;margin-top:20px}.featured-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.bundle-grid{grid-template-columns:1fr}.bundle-card.feature{transform:none}.story{grid-template-columns:1fr;gap:25px}}
@media(max-width:650px){.announcement{font-size:9px}.brand-copy{display:none}.site-header{padding:12px 16px}.hero{padding:48px 20px}.hero h1{font-size:58px}.hero-showcase{min-height:370px}.blob-one{width:320px;height:320px}.pack{width:160px;height:220px;padding:20px}.pack b{font-size:29px}.pack-a{left:2%}.pack-b{right:2%}.bomb{width:110px;height:110px;font-size:20px;right:31%}.perks{grid-template-columns:1fr;padding:0}.perks div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:65px 20px}.section-title{align-items:flex-start;flex-direction:column}.featured-grid,.product-grid,.review-grid{grid-template-columns:1fr}.product-art,.featured-card .product-art{height:260px}.story{padding:65px 20px}.email-cta{margin:0 20px 55px;align-items:flex-start;flex-direction:column}.email-cta h2{font-size:40px}footer{padding:28px 20px;flex-direction:column}.detail-layout{grid-template-columns:1fr}.detail-art{min-height:320px}.detail-copy{padding:30px 24px}.form-grid,.choice-grid{grid-template-columns:1fr}.form-grid label:last-child{grid-column:auto}.checkout-panel{padding:8px}.checkout-shell{border-radius:20px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}}
/* V4: photography-forward shopping graphics */
.photo-hero{min-height:520px;border-radius:38px;overflow:hidden;box-shadow:var(--shadow);background:#eef5f8;transform:rotate(1deg)}
.photo-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-photo-card{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;padding:22px 24px;border-radius:24px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 15px 40px rgba(0,0,0,.15)}
.hero-photo-card small{display:block;font-size:9px;font-weight:900;letter-spacing:.15em;color:var(--blue)}.hero-photo-card b{display:block;font-family:"Baloo 2";font-size:28px;margin:4px 0}.hero-photo-card a{font-size:11px;font-weight:900;color:var(--blue)}
.shop-visuals{padding-top:70px;padding-bottom:40px}.visual-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}.visual-feature,.visual-tile{position:relative;min-height:500px;border-radius:30px;overflow:hidden;background:#f4f7f8}.visual-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.visual-feature>div,.visual-tile>div{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;padding:22px;border-radius:22px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px)}.visual-grid span{font-size:9px;letter-spacing:.14em;font-weight:900;color:var(--blue)}.visual-grid h3{font-size:32px;margin:6px 0}.visual-grid p{font-size:12px;color:var(--muted);margin:0 0 16px}.visual-grid .btn{font-size:11px}
.product-art.has-photo{display:block;background:#f4f4f0}.product-art.has-photo:after{display:none}.product-photo{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-photo,.featured-card:hover .product-photo{transform:scale(1.04)}
.detail-photo{width:100%;height:100%;min-height:420px;object-fit:cover}
@media(max-width:1000px){.visual-grid{grid-template-columns:1fr 1fr}.photo-hero{min-height:450px}}
@media(max-width:650px){.photo-hero{min-height:430px;border-radius:28px}.visual-grid{grid-template-columns:1fr}.visual-feature,.visual-tile{min-height:440px}.shop-visuals{padding-top:55px}.hero-photo-card{left:14px;right:14px;bottom:14px}.hero-photo-card b{font-size:24px}}
.photo-shop-section{padding:72px clamp(20px,5vw,72px);background:#fff}.photo-shop-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:18px;max-width:1200px;margin:30px auto 0}.photo-shop-grid figure{margin:0;border-radius:24px;overflow:hidden;background:#f7f3eb;box-shadow:0 12px 32px rgba(30,41,59,.10);position:relative}.photo-shop-grid img{width:100%;height:360px;object-fit:cover;display:block}.photo-shop-grid figcaption{padding:18px 20px;display:flex;flex-direction:column;gap:5px}.photo-shop-grid figcaption b{font-size:1.08rem}.photo-shop-grid figcaption span{font-size:.92rem;opacity:.72}.product-photo{transition:transform .35s ease}.product-card:hover .product-photo,.featured-card:hover .product-photo{transform:scale(1.035)}@media(max-width:800px){.photo-shop-grid{grid-template-columns:1fr}.photo-shop-grid img{height:300px}}
/* Launch-ready polish */
.micro-trust{max-width:620px;margin:18px 0 0;font-size:11px!important;line-height:1.6!important;color:var(--muted)!important}
.launch-info{background:#f7fafb}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.info-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 8px 28px rgba(23,42,58,.05)}.info-grid article>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e9f3ff;color:var(--blue);font-size:11px;font-weight:900}.info-grid h3{font-size:21px;margin:16px 0 8px}.info-grid p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.policy-strip{display:flex;gap:18px;align-items:center;margin-top:18px;border-radius:18px;background:#0d2436;color:#fff;padding:18px 22px}.policy-strip b{white-space:nowrap}.policy-strip span{font-size:11px;line-height:1.5;color:#d9e4eb}.footer-links{display:flex;gap:15px;align-items:flex-end;flex-wrap:wrap;justify-content:flex-end}.footer-links a{color:inherit}.mobile-shop{display:none}.site-header{backdrop-filter:blur(14px);background:rgba(255,255,255,.93)}.product-card,.featured-card,.bundle-card{transition:transform .2s ease,box-shadow .2s ease}.product-card:hover,.featured-card:hover,.bundle-card:hover{transform:translateY(-3px)}.btn,.add-btn,.cart-button{cursor:pointer}.btn:focus-visible,.add-btn:focus-visible,.cart-button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(13,110,253,.28);outline-offset:3px}.payment-card{background:#f9fbfc}.payment-card:before{content:'✓';display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#e8f6ec;color:#258a44;font-weight:900;margin-right:8px}
@media(max-width:1000px){.info-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){body{padding-bottom:70px}.info-grid{grid-template-columns:1fr}.policy-strip{align-items:flex-start;flex-direction:column}.mobile-shop{position:fixed;z-index:35;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 40px rgba(16,34,48,.18);backdrop-filter:blur(14px)}.mobile-shop a,.mobile-shop button{border:0;border-radius:12px;padding:13px 16px;font-weight:900;font-size:12px}.mobile-shop a{background:var(--blue);color:#fff;text-align:center}.mobile-shop button{background:#eef3f6}.footer-links{align-items:flex-start;justify-content:flex-start}}

.brand-logo{width:92px;height:72px;object-fit:contain;display:block}.brand-copy small{display:block;max-width:110px}@media(max-width:650px){.brand-logo{width:78px;height:60px}.brand-copy{display:none}}
