:root{--cream-50: #fffdf8;--cream-100: #f7f1e6;--cream-200: #efe6d3;--cream-300: #ded3c4;--cocoa-900: #2b1e14;--cocoa-700: #5c4a3a;--cocoa-600: #665548;--coral-500: #e5534b;--coral-700: #c83b35;--coral-800: #a92f2b;--teal-700: #0e6f6d;--teal-800: #085b59;--teal-100: #d9efec;--sun-400: #f4c95d;--peach-200: #f7c9b6;--sky-100: #dceff3;--mint-100: #d9eadb;--lavender-100: #e8e1f0;--white: #fff;--success: #2f7d4a;--text-primary: var(--cocoa-900);--text-secondary: var(--cocoa-600);--surface: var(--cream-50);--canvas: var(--cream-100);--border: var(--cream-300);--action: var(--coral-700);--action-hover: var(--coral-800);--learning: var(--teal-700);--v4-space-1: 4px;--v4-space-2: 8px;--v4-space-3: 12px;--v4-space-4: 16px;--v4-space-5: 24px;--v4-space-6: 32px;--v4-space-7: 48px;--v4-space-8: 64px;--v4-space-9: 96px;--v4-space-10: 128px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--radius-pill: 999px;--shadow-card: 0 12px 36px rgba(43, 30, 20, .08);--shadow-raised: 0 22px 64px rgba(43, 30, 20, .14);--shadow-drawer: -24px 0 72px rgba(43, 30, 20, .2);--page-width: 1280px;--transition: .18s cubic-bezier(.33, 1, .68, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text-primary);background:var(--canvas);font-family:Nunito Sans,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body.is-locked{overflow:hidden}[hidden]{display:none!important}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--sun-400);outline-offset:3px}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}h1{font-size:clamp(46px,5.2vw,76px);line-height:.98;letter-spacing:-.045em;font-weight:900}h2{margin-bottom:var(--v4-space-5);font-size:clamp(38px,4vw,58px);line-height:1.02;letter-spacing:-.04em;font-weight:900}h3{font-size:24px;line-height:1.16;letter-spacing:-.02em;font-weight:800}p{color:var(--text-secondary)}a{color:inherit}.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}.page-width{width:min(calc(100% - 80px),var(--page-width));margin-inline:auto}.mobile-only{display:none!important}.prototype-bar{position:fixed;inset:0 0 auto;z-index:100;height:46px;display:flex;align-items:center;justify-content:space-between;gap:var(--v4-space-4);padding:0 18px;color:#fff;background:#171411;border-bottom:1px solid rgba(255,255,255,.12);font-size:13px;transition:transform var(--transition)}.prototype-bar.is-hidden{transform:translateY(-100%)}.prototype-bar__brand,.prototype-bar__views{display:flex;align-items:center;gap:var(--v4-space-2)}.prototype-dot{width:8px;height:8px;background:#76d495;border-radius:50%;box-shadow:0 0 0 4px #76d49526}.prototype-tab,.prototype-close{min-height:30px;padding:4px 12px;color:#ffffffb3;background:transparent;border:0;border-radius:var(--radius-pill);cursor:pointer}.prototype-tab:hover,.prototype-tab.is-active{color:#fff;background:#ffffff1f}.prototype-close{text-decoration:underline;text-underline-offset:3px}.store-shell{padding-top:0;overflow:clip;transition:padding-top var(--transition)}.prototype-bar.is-hidden+.store-shell{padding-top:0}.announcement{min-height:36px;display:flex;align-items:center;justify-content:center;gap:var(--v4-space-5);padding:6px var(--v4-space-4);color:#fff;background:var(--cocoa-900);font-size:13px}.announcement p{display:flex;gap:var(--v4-space-2);margin:0;color:#fff}.announcement button,.announcement a{padding:0;color:#fff;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.65);cursor:pointer}.site-header{position:relative;z-index:20;background:#f7f1e6f5;border-bottom:1px solid rgba(43,30,20,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--v4-space-7)}.brand{display:inline-flex;align-items:center;gap:10px;padding:0;background:transparent;border:0;cursor:pointer}.brand__mark{width:40px;height:40px;display:grid;place-items:center;overflow:hidden;background:var(--cream-50);border:1px solid rgba(43,30,20,.08);border-radius:50%}.brand__mark img{width:31px;height:31px;object-fit:contain}.brand__wordmark{font-size:25px;font-weight:900;letter-spacing:-.055em}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,34px)}.desktop-nav button,.desktop-nav a{position:relative;min-height:44px;padding:0;color:var(--cocoa-700);background:transparent;border:0;font-size:15px;font-weight:700;cursor:pointer}.desktop-nav button:after,.desktop-nav a:after{content:"";position:absolute;right:0;bottom:7px;left:0;height:2px;background:var(--coral-700);transform:scaleX(0);transform-origin:right;transition:transform var(--transition)}.desktop-nav button:hover:after,.desktop-nav a:hover:after{transform:scaleX(1);transform-origin:left}.desktop-nav .nav-sale{color:var(--coral-700)}.header-actions{display:flex;align-items:center;gap:6px}.icon-button{width:44px;height:44px;display:grid;place-items:center;padding:0;background:transparent;border:0;border-radius:50%;cursor:pointer}.icon-button:hover{background:#2b1e140f}.icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cart-button{position:relative}.cart-count{position:absolute;top:1px;right:0;min-width:18px;height:18px;display:grid;place-items:center;padding-inline:4px;color:#fff;background:var(--action);border:2px solid var(--canvas);border-radius:var(--radius-pill);font-size:10px;font-weight:800}.page-view{display:none}.page-view.is-active{display:block;animation:page-in .46s cubic-bezier(.16,1,.3,1)}@keyframes page-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:var(--v4-space-2);padding:12px 22px;border:1.5px solid transparent;border-radius:var(--radius-pill);font-weight:800;line-height:1;cursor:pointer;transition:transform var(--transition),background var(--transition),border-color var(--transition),box-shadow var(--transition)}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button--large{min-height:56px;padding-inline:28px}.button--primary{color:#fff;background:var(--action);border-color:var(--action);box-shadow:0 10px 22px #c83b352e}.button--primary:hover{background:var(--action-hover);border-color:var(--action-hover);box-shadow:0 14px 28px #a92f2b3d}.button--secondary{color:var(--cocoa-900);background:transparent;border-color:#2b1e1447}.button--secondary:hover{border-color:var(--cocoa-900);background:#ffffff8c}.button--light{color:var(--cocoa-900);background:var(--cream-50);border-color:var(--cream-50)}.button--sun{color:var(--cocoa-900);background:var(--sun-400);border-color:var(--sun-400)}.button--shop{width:100%;color:#fff;background:#5a31f4;border-color:#5a31f4}.button--shop strong{font-weight:900}.button--shop span{margin-left:-6px;padding:2px 4px;color:#5a31f4;background:#fff;border-radius:4px;font-size:11px}.text-link{display:inline-flex;align-items:center;gap:var(--v4-space-2);padding:8px 0;color:var(--cocoa-900);background:transparent;border:0;border-bottom:1px solid rgba(43,30,20,.35);font-weight:800;cursor:pointer}.text-link--center{margin-inline:auto}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:var(--v4-space-4);color:var(--cocoa-700);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eyebrow span{width:22px;height:2px;background:var(--action)}.eyebrow--light{color:#ffffffb8}.eyebrow--light span{background:var(--sun-400)}.hero{position:relative;min-height:730px;display:grid;grid-template-columns:minmax(0,.83fr) minmax(0,1.17fr);align-items:center;gap:clamp(48px,6vw,92px);padding-top:var(--v4-space-8);padding-bottom:150px}.hero:before,.hero:after{content:"";position:absolute;z-index:-1;border-radius:50%;filter:blur(1px);pointer-events:none}.hero:before{top:40px;left:-190px;width:300px;height:300px;background:#f7c9b694}.hero:after{right:-180px;bottom:56px;width:260px;height:260px;background:#f4c95d52}.hero__copy{position:relative;z-index:2}.hero__copy h1{margin-bottom:var(--v4-space-5);max-width:680px}.hero__copy h1 em{color:var(--learning);font-style:normal}.hero__lede{max-width:600px;margin-bottom:var(--v4-space-6);font-size:19px;line-height:1.58}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--v4-space-3)}.micro-trust{display:flex;align-items:center;gap:8px;margin-top:var(--v4-space-5);margin-bottom:0;color:var(--cocoa-700);font-size:13px;font-weight:700}.micro-trust span{color:var(--success)}.hero__visual{position:relative}.hero__image-wrap{position:relative;aspect-ratio:1.08;overflow:hidden;background:var(--learning);border-radius:38% 18% 30% 20%/22% 30% 18% 34%;box-shadow:var(--shadow-raised)}.hero__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 60%,rgba(14,111,109,.2))}.hero__image-wrap img{width:100%;height:100%;object-fit:cover}.hero-note{position:absolute;display:flex;align-items:center;gap:12px;min-width:210px;padding:14px 18px 14px 14px;background:#fffdf8f0;border:1px solid rgba(43,30,20,.09);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-note--top{top:10%;left:-7%}.hero-note--bottom{right:-4%;bottom:9%}.hero-note__icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;color:#fff;background:var(--learning);border-radius:50%;font-size:20px}.hero-note__icon--sun{color:var(--cocoa-900);background:var(--sun-400)}.hero-note span:last-child{display:grid;min-width:0}.hero-note strong{font-size:14px}.hero-note small{color:var(--text-secondary);font-size:11px}.quick-match{position:absolute;right:0;bottom:34px;left:0;min-height:100px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--v4-space-6);padding:22px 24px;background:var(--cream-50);border:1px solid rgba(43,30,20,.08);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.quick-match__intro{display:flex;align-items:center;gap:12px;padding-right:var(--v4-space-5);border-right:1px solid var(--border)}.quick-match__number{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:var(--learning);border-radius:50%;font-size:12px;font-weight:900}.quick-match__intro>span:last-child{display:grid}.quick-match__intro strong{font-size:14px}.quick-match__intro small{color:var(--text-secondary);font-size:12px}.quick-match__ages{display:flex;justify-content:center;gap:8px}.quick-match__ages button,.quick-match__ages a{min-width:74px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;background:var(--canvas);border:1px solid transparent;border-radius:var(--radius-pill);font-size:13px;font-weight:800;line-height:1;text-align:center;cursor:pointer;transition:background var(--transition),color var(--transition),transform var(--transition)}.quick-match__ages button:hover,.quick-match__ages a:hover{color:#fff;background:var(--learning);transform:translateY(-2px)}.quick-match__arrow{width:52px;height:52px;display:grid;place-items:center;color:#fff;background:var(--action);border:0;border-radius:50%;font-size:22px;cursor:pointer}.confidence-strip{color:#fff;background:var(--learning)}.confidence-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.confidence-strip__grid>div{min-height:116px;display:grid;grid-template-columns:38px 1fr;align-content:center;padding:22px 26px;border-right:1px solid rgba(255,255,255,.16)}.confidence-strip__grid>div:last-child{border-right:0}.confidence-strip__grid>div>span{grid-row:1 / 3;color:var(--sun-400);font-size:24px}.confidence-strip__grid strong,.confidence-strip__grid small{grid-column:2}.confidence-strip__grid strong{font-size:14px}.confidence-strip__grid small{color:#ffffffad;font-size:12px}.v4-prototype-shell.section,.v4-prototype-shell .section{padding-top:var(--v4-space-10);padding-bottom:var(--v4-space-10)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:var(--v4-space-7);margin-bottom:var(--v4-space-7)}.section-heading h2{max-width:780px;margin-bottom:0}.section-heading--center{justify-content:center;text-align:center}.section-heading--center>div{max-width:780px}.section-heading--center .eyebrow{justify-content:center}.section-heading--center p:last-child{max-width:650px;margin:18px auto 0;font-size:18px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--v4-space-5)}.product-card{position:relative;min-width:0}.product-card__media{position:relative;aspect-ratio:1 / 1.08;overflow:hidden;background:#fff;border:1px solid rgba(43,30,20,.08);border-radius:var(--radius-xl)}.product-card__image-button{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:#fff;border:0;cursor:pointer}.product-card__image-button img{width:100%;height:100%;object-fit:cover;transition:transform .48s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__badge{position:absolute;top:14px;left:14px;z-index:2;padding:7px 11px;color:#fff;background:var(--learning);border-radius:var(--radius-pill);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-card__favorite{position:absolute;top:12px;right:12px;z-index:2;width:44px;height:44px;display:grid;place-items:center;padding:0;color:var(--cocoa-900);background:#fffdf8e6;border:0;border-radius:50%;font-size:20px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card__media>.product-card__quick{position:absolute;right:14px;bottom:14px;left:14px;min-height:46px;padding:8px 16px;color:#fff;background:var(--cocoa-900);border:0;border-radius:var(--radius-pill);font-weight:800;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity var(--transition),transform var(--transition)}.product-card__media>.v4p-product-form{position:absolute;z-index:3;right:14px;bottom:14px;left:14px}.product-card__media>.v4p-product-form .product-card__quick{width:100%;min-height:46px;padding:8px 16px;color:#fff;background:var(--cocoa-900);border:0;border-radius:var(--radius-pill);font-weight:800;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity var(--transition),transform var(--transition)}.product-card:hover .product-card__media>.product-card__quick,.product-card:focus-within .product-card__media>.product-card__quick{opacity:1;transform:none}.product-card:hover .product-card__media>.v4p-product-form .product-card__quick,.product-card:focus-within .product-card__media>.v4p-product-form .product-card__quick{opacity:1;transform:none}.product-card__body>.product-card__quick{display:none}.product-card__body>.v4p-product-form{display:none}.product-card__body{padding:18px 4px 0}.product-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.product-card__tags span,.tag{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;background:var(--cream-200);border-radius:var(--radius-pill);color:var(--cocoa-700);font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.product-card__tags span:first-child,.tag--age{background:var(--peach-200)}.product-card h3{margin-bottom:7px;font-size:19px}.product-card h3 a,.desktop-nav a,.quick-match__ages a,.age-card,.goal-card,.brand{text-decoration:none}.product-card__benefit{min-height:40px;margin-bottom:10px;font-size:13px;line-height:1.5}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card__meta strong{font-size:17px}.product-card__review{color:var(--learning);font-size:11px;font-weight:800}.section--age{background:var(--cream-50)}.age-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--v4-space-4)}.age-card{position:relative;min-width:0;min-height:380px;display:flex;flex-direction:column;align-items:flex-start;padding:0 20px 22px;overflow:hidden;text-align:left;border:0;border-radius:96px 96px var(--radius-xl) var(--radius-xl);cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}.age-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-card)}.age-card--peach{background:#f5d2c2}.age-card--sky{background:var(--sky-100)}.age-card--sun{background:#f7df98}.age-card--mint{background:var(--mint-100)}.age-card--lavender{background:var(--lavender-100)}.age-card--coral{background:#efaaa5}.age-card__image{width:calc(100% + 40px);height:210px;display:grid;place-items:center;margin-left:-20px;overflow:hidden;border-radius:96px 96px 42% 42%}.age-card__image img{width:100%;height:100%;object-fit:cover}.age-card__stage{margin-top:17px;margin-bottom:5px;color:var(--cocoa-700);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.age-card strong{font-size:19px;line-height:1.1}.age-card small{margin-top:6px;padding-right:24px;color:var(--cocoa-700);font-size:12px}.age-card__arrow{position:absolute;right:16px;bottom:18px;width:32px;height:32px;display:grid;place-items:center;background:#ffffff8c;border-radius:50%}.learning-section{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;padding:84px;color:#fff;background:var(--learning);border-radius:var(--radius-2xl);overflow:hidden}.learning-section:before{content:"\2726";position:absolute;top:-96px;right:-25px;color:#ffffff0f;font-size:380px;line-height:1}.learning-section h2,.learning-section p{color:#fff}.learning-section__intro{position:sticky;top:30px;align-self:start}.learning-section__intro p:not(.eyebrow){max-width:470px;color:#ffffffb8;font-size:18px}.goal-stack{position:relative;z-index:1;display:grid;gap:12px}.goal-card{min-height:116px;display:grid;grid-template-columns:34px 54px 1fr 32px;align-items:center;gap:18px;padding:22px 24px;color:var(--cocoa-900);text-align:left;background:var(--cream-50);border:0;border-radius:var(--radius-xl);cursor:pointer;transition:transform var(--transition),background var(--transition)}.goal-card:hover{transform:translate(8px);background:#fff}.goal-card__index{align-self:start;color:var(--cocoa-600);font-size:11px;font-weight:900}.goal-card__icon{width:54px;height:54px;display:grid;place-items:center;background:var(--sun-400);border-radius:50%;font-size:23px}.goal-card>span:nth-child(3){display:grid}.goal-card strong{font-size:18px}.goal-card small{margin-top:4px;color:var(--text-secondary);font-size:13px}.story-split{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:100px}.story-split__media{position:relative}.story-split__media img{width:100%;aspect-ratio:1.08;object-fit:cover;background:#fff;border-radius:42% 18% 28% 14%/20% 30% 16% 28%}.story-stamp{position:absolute;right:-32px;bottom:30px;width:166px;height:166px;display:grid;align-content:center;justify-items:center;color:var(--cocoa-900);background:var(--sun-400);border:8px solid var(--canvas);border-radius:50%;text-align:center;transform:rotate(6deg)}.story-stamp span{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.story-stamp strong{margin-top:6px;font-size:23px;line-height:.9}.story-split__copy>p:not(.eyebrow){max-width:600px;font-size:18px}.check-list{display:grid;gap:0;padding:0;margin:var(--v4-space-6) 0 0;list-style:none;border-top:1px solid var(--border)}.check-list li{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--border)}.check-list li>span{width:34px;height:34px;display:grid;place-items:center;color:#fff;background:var(--action);border-radius:50%;font-size:11px;font-weight:900}.check-list li div{display:grid}.check-list small{margin-top:2px;color:var(--text-secondary)}.review-section{background:var(--cream-50)}.data-note{padding:8px 12px;color:var(--cocoa-700);background:var(--cream-200);border-radius:var(--radius-pill);font-size:11px;font-weight:800}.review-grid{display:grid;grid-template-columns:1fr .75fr 1fr;gap:var(--v4-space-5)}.review-card{min-height:290px;display:flex;flex-direction:column;justify-content:space-between;padding:30px;background:var(--canvas);border:1px solid rgba(43,30,20,.08);border-radius:var(--radius-xl)}.review-card__top,.review-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-card__top>span:last-child{color:var(--text-secondary);font-size:11px;font-weight:700}.review-stars{color:var(--coral-700);letter-spacing:.08em}.review-card>p{margin:28px 0;color:var(--cocoa-900);font-size:18px;line-height:1.55}.review-card footer{justify-content:flex-start}.review-avatar{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:var(--learning);border-radius:50%;font-weight:900}.review-card footer span:last-child{display:grid}.review-card footer small{color:var(--text-secondary);font-size:11px}.review-card--image{position:relative;min-height:290px;padding:0;overflow:hidden;border-radius:50% 50% var(--radius-xl) var(--radius-xl)}.review-card--image img{width:100%;height:100%;object-fit:cover}.review-card--image>div{position:absolute;right:12px;bottom:12px;left:12px;display:grid;padding:16px;background:#fffdf8eb;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.review-card--image small{color:var(--text-secondary)}.bundle-section{min-height:520px;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:80px;padding:72px 84px;color:#fff;background:var(--action);border-radius:var(--radius-2xl);overflow:hidden}.bundle-section h2,.bundle-section p{color:#fff}.bundle-section__copy>p:not(.eyebrow){color:#ffffffbf}.bundle-price{display:flex;align-items:center;gap:16px;margin:28px 0}.bundle-price>span{font-size:38px;font-weight:900}.bundle-price small{color:#ffffffc2;line-height:1.4}.bundle-products{position:relative;display:flex;align-items:center;justify-content:center}.bundle-product{position:relative;width:340px;aspect-ratio:1;padding:20px;background:#fff;border-radius:50%;transform:rotate(-5deg);box-shadow:var(--shadow-raised)}.bundle-product img{width:100%;height:100%;object-fit:cover;border-radius:50%}.bundle-product span{position:absolute;bottom:2px;left:50%;padding:8px 14px;color:var(--cocoa-900);background:var(--sun-400);border-radius:var(--radius-pill);font-size:11px;font-weight:900;white-space:nowrap;transform:translate(-50%) rotate(5deg)}.bundle-product--small{width:230px;margin-left:-70px;transform:translateY(80px) rotate(8deg)}.bundle-product--small span{transform:translate(-50%) rotate(-8deg)}.bundle-plus{position:relative;z-index:3;width:54px;height:54px;display:grid;place-items:center;margin-left:-38px;color:var(--cocoa-900);background:var(--cream-50);border:5px solid var(--action);border-radius:50%;font-size:26px;font-weight:900}.faq-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.faq-section>div:first-child p:last-child{max-width:420px;font-size:17px}.faq-list{border-top:1px solid var(--border)}.faq-list details,.pdp-accordions details{border-bottom:1px solid var(--border)}.faq-list summary,.pdp-accordions summary{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-weight:800;list-style:none}.faq-list summary::-webkit-details-marker,.pdp-accordions summary::-webkit-details-marker{display:none}.faq-list summary span,.pdp-accordions summary span{font-size:22px;transition:transform var(--transition)}.faq-list details[open] summary span,.pdp-accordions details[open] summary span{transform:rotate(45deg)}.faq-list details p,.pdp-accordions details p{max-width:720px;margin:-4px 40px 24px 0}.faq-list .faq-answer{max-width:720px;margin:-4px 40px 24px 0;color:var(--text-secondary)}.faq-list .faq-answer p{margin:0}.newsletter{padding:88px 0;color:#fff;background:var(--learning)}.newsletter h2,.newsletter p{color:#fff}.newsletter h2{margin-bottom:12px}.newsletter p:not(.eyebrow){margin-bottom:0;color:#ffffffb3}.newsletter__inner{display:grid;grid-template-columns:1fr .85fr;align-items:end;gap:100px}.newsletter__form{display:grid;grid-template-columns:1fr auto;gap:10px;padding:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-pill)}.newsletter__form input{min-width:0;min-height:48px;padding:10px 18px;color:#fff;background:transparent;border:0}.newsletter__form input::placeholder{color:#ffffffa6}.collection-hero{padding:40px 0 36px;background:var(--cream-50);border-bottom:1px solid var(--border)}.collection-hero__inner{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:90px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--cocoa-600);font-size:12px;font-weight:700}.breadcrumbs button{padding:0;color:inherit;background:transparent;border:0;border-bottom:1px solid currentColor;cursor:pointer}.collection-hero h1{margin-bottom:var(--v4-space-4)}.collection-hero__inner>div:first-child>p:last-child{max-width:660px;margin-bottom:0;font-size:18px}.collection-hero__art{position:relative;width:190px;height:190px;display:grid;place-content:center;justify-self:end;color:var(--cocoa-900);background:var(--sun-400);border-radius:46% 54% 37% 63%/42% 36% 64% 58%;transform:rotate(4deg)}.collection-hero__art span{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.collection-hero__art strong{font-size:36px;line-height:.84;letter-spacing:-.055em}.collection-hero__art i{position:absolute;right:24px;bottom:22px;font-size:24px;font-style:normal}.collection-layout{display:grid;grid-template-columns:230px 1fr;gap:56px;padding-top:var(--v4-space-8);padding-bottom:var(--v4-space-10)}.filter-rail{align-self:start;position:sticky;top:24px}.filter-rail__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:2px solid var(--cocoa-900)}.filter-rail__header button,.filter-rail__header a{padding:0;color:var(--cocoa-600);background:transparent;border:0;text-decoration:underline;cursor:pointer}.v4p-filter-option{min-height:30px;display:flex;align-items:center;gap:10px;color:var(--cocoa-700);text-decoration:none;font-size:14px}.v4p-filter-option>span:last-child{margin-left:auto;color:var(--cocoa-600);font-size:11px}.v4p-filter-box{width:18px;height:18px;display:grid;place-items:center;flex:0 0 auto;color:#fff;border:1px solid var(--border);border-radius:4px;font-size:11px}.v4p-filter-option.is-active .v4p-filter-box{background:var(--learning);border-color:var(--learning)}.filter-rail fieldset,.filter-sheet fieldset{display:grid;gap:13px;padding:22px 0;margin:0;border:0;border-bottom:1px solid var(--border)}.filter-rail legend,.filter-sheet legend{margin-bottom:14px;font-weight:900}.filter-rail label,.filter-sheet label{display:flex;align-items:center;gap:10px;min-height:30px;color:var(--cocoa-700);font-size:14px;cursor:pointer}.filter-rail label span{margin-left:auto;color:var(--cocoa-600);font-size:11px}.filter-rail input,.filter-sheet input{width:18px;height:18px;accent-color:var(--learning)}.quick-filter-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px}.quick-filter-row button,.quick-filter-row a,.active-filters button{min-height:40px;padding:8px 14px;color:var(--cocoa-700);background:var(--cream-50);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:12px;font-weight:800;cursor:pointer}.quick-filter-row a{display:inline-flex;align-items:center;text-decoration:none}.quick-filter-row button:last-child,.quick-filter-row a:last-child{color:#fff;background:var(--learning);border-color:var(--learning)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--v4-space-5);min-height:58px;padding-bottom:18px;border-bottom:1px solid var(--border)}.collection-toolbar>div{display:flex;align-items:center;gap:12px}.collection-toolbar p{margin:0;font-size:13px}.collection-toolbar label{display:flex;align-items:center;gap:10px;color:var(--cocoa-600);font-size:12px;font-weight:800}.collection-toolbar select{min-height:42px;padding:8px 34px 8px 12px;color:var(--cocoa-900);background:var(--cream-50);border:1px solid var(--border);border-radius:var(--radius-pill)}.filter-trigger{display:none}.active-filters{display:flex;flex-wrap:wrap;gap:8px;min-height:22px;margin:14px 0 6px}.active-filters button:after{content:"\d7";margin-left:8px}.product-grid--collection{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.product-card.is-hidden{display:none}.finder-promo-card{min-height:470px;display:flex;flex-direction:column;justify-content:space-between;padding:30px;color:#fff;background:var(--learning);border-radius:var(--radius-xl)}.finder-promo-card span{color:var(--sun-400);font-size:42px}.finder-promo-card h3,.finder-promo-card p{color:#fff}.finder-promo-card p{color:#ffffffb8}.pdp{padding-top:28px;padding-bottom:var(--v4-space-9)}.pdp__breadcrumbs{margin-bottom:24px}.pdp__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(450px,.92fr);gap:clamp(48px,6vw,92px);align-items:start}.pdp-gallery{position:sticky;top:22px}.pdp-gallery__main{position:relative;aspect-ratio:1.05;overflow:hidden;background:#fff;border:1px solid rgba(43,30,20,.08);border-radius:var(--radius-xl)}.pdp-gallery__main img{width:100%;height:100%;object-fit:cover}.pdp-gallery__count,.pdp-gallery__zoom{position:absolute;bottom:16px;z-index:2;min-height:38px;display:grid;place-items:center;color:var(--cocoa-900);background:#fffdf8eb;border:0;border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pdp-gallery__count{left:16px;padding:7px 13px;font-size:11px;font-weight:800}.pdp-gallery__zoom{right:16px;width:38px;cursor:pointer;font-size:20px}.pdp-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.pdp-thumbnails button{aspect-ratio:1;padding:0;overflow:hidden;background:#fff;border:2px solid transparent;border-radius:var(--radius-md);cursor:pointer}.pdp-thumbnails button.is-active{border-color:var(--learning)}.pdp-thumbnails img{width:100%;height:100%;object-fit:cover}.gallery-content-note{display:flex;gap:10px;margin:12px 0 0;font-size:11px}.gallery-content-note span{flex:0 0 auto;color:var(--action);font-weight:900}.pdp-info{padding-top:8px}.review-link{display:inline-flex;gap:10px;margin-bottom:14px;color:var(--cocoa-700);font-size:12px;font-weight:800;text-underline-offset:3px}.review-link span{color:var(--coral-700);letter-spacing:.06em}.pdp-info h1{max-width:670px;margin-bottom:8px;font-size:clamp(42px,4.3vw,60px);line-height:.98}.pdp-subtitle{margin-bottom:14px;font-size:17px}.pdp-price{margin-bottom:14px;color:var(--cocoa-900);font-size:24px;font-weight:900}.tag-row{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.tag{min-height:30px;padding:5px 11px}.tag--goal{color:var(--teal-800);background:var(--teal-100)}.tag--neutral{background:var(--cream-200)}.outcome-box{padding:13px 15px;margin-bottom:14px;background:var(--cream-50);border:1px solid var(--border);border-radius:var(--radius-lg)}.outcome-box>strong{font-size:12px}.outcome-box ul{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0;margin:8px 0 0;list-style:none}.outcome-box li{display:flex;gap:6px;color:var(--cocoa-700);font-size:10px;line-height:1.35}.outcome-box li:before{content:"\2713";color:var(--success);font-weight:900}.variant-picker{padding:0;margin:0 0 14px;border:0}.variant-picker legend{display:flex;justify-content:space-between;width:100%;margin-bottom:7px;font-size:13px;font-weight:900}.variant-picker legend span{color:var(--text-secondary);font-weight:700}.variant-picker>div{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.variant-picker button{min-height:44px;padding:10px 16px;background:transparent;border:1px solid var(--border);border-radius:var(--radius-md);font-weight:800;cursor:pointer}.variant-picker button.is-active{border-color:var(--cocoa-900);box-shadow:inset 0 0 0 1px var(--cocoa-900)}.variant-picker small{display:none;color:var(--text-secondary);font-size:11px}.purchase-row{display:grid;grid-template-columns:120px 1fr;gap:10px;margin-bottom:10px}.quantity{min-height:56px;display:grid;grid-template-columns:38px 1fr 38px;align-items:center;border:1px solid var(--border);border-radius:var(--radius-pill)}.quantity button{height:100%;padding:0;background:transparent;border:0;cursor:pointer;font-size:19px}.quantity span{text-align:center;font-weight:900}.purchase-button{justify-content:space-between;width:100%}.purchase-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0 8px}.purchase-trust>div{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--cream-50);border-radius:var(--radius-md)}.purchase-trust>div>span{color:var(--learning);font-size:20px}.purchase-trust p{display:grid;margin:0}.purchase-trust strong{font-size:11px}.purchase-trust small{color:var(--text-secondary);font-size:10px}.pdp-accordions{margin-top:12px;border-top:1px solid var(--border)}.pdp-accordions summary{min-height:62px;font-size:13px}.pdp-accordions details p{font-size:13px}.pdp-practice{padding:96px 0;color:#fff;background:var(--learning)}.pdp-practice>div{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.pdp-practice h2,.pdp-practice p{color:#fff}.practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.practice-grid article{min-height:250px;padding:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-xl)}.practice-grid article>span{display:block;margin-bottom:76px;color:var(--sun-400);font-size:11px;font-weight:900}.practice-grid strong{font-size:18px}.practice-grid p{margin:8px 0 0;color:#ffffffad;font-size:13px}.pdp-content-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:100px}.pdp-content-grid>div:first-child>p:not(.eyebrow){max-width:560px;font-size:18px}.check-list--compact li>span{color:#fff;background:var(--learning)}.pdp-content-grid__image{position:relative}.pdp-content-grid__image img{width:100%;aspect-ratio:1.15;object-fit:cover;background:#fff;border-radius:var(--radius-xl)}.pdp-content-grid__image span{position:absolute;right:14px;bottom:14px;left:14px;padding:11px 14px;background:#fffdf8e6;border-radius:var(--radius-md);color:var(--cocoa-700);font-size:11px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.review-summary{min-height:180px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:36px;padding:30px;background:var(--canvas);border-radius:var(--radius-xl)}.review-summary>div{display:grid;padding-right:30px;border-right:1px solid var(--border)}.review-summary>div strong{font-size:48px}.review-summary>div span{color:var(--text-secondary);font-size:12px}.review-summary p{margin:0}.mobile-sticky-atc{display:none}.site-footer{padding:84px 0 24px;color:#fff;background:var(--cocoa-900)}.site-footer__top{display:grid;grid-template-columns:1.5fr repeat(3,.6fr);gap:64px;padding-bottom:72px}.brand--footer{color:#fff}.site-footer__brand p{max-width:330px;margin-top:22px;color:#ffffff9e}.site-footer__top>div:not(:first-child){display:grid;align-content:start;gap:10px}.site-footer__top>div:not(:first-child) strong{margin-bottom:10px;color:var(--sun-400);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.site-footer__top button,.site-footer__top a{width:max-content;min-height:40px;display:flex;align-items:center;padding:0;color:#ffffffb8;background:transparent;border:0;text-decoration:none;cursor:pointer}.site-footer__top button:hover,.site-footer__top a:hover{color:#fff}.site-footer__bottom{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;color:#ffffff80;border-top:1px solid rgba(255,255,255,.12);font-size:11px}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#2b1e148a;opacity:0;pointer-events:none;transition:opacity var(--transition);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer-backdrop.is-visible{opacity:1;pointer-events:auto}.cart-drawer,.mobile-menu,.filter-sheet{position:fixed;top:0;right:0;bottom:0;z-index:80;width:min(480px,100%);display:flex;flex-direction:column;background:var(--cream-50);box-shadow:var(--shadow-drawer);transform:translate(105%);transition:transform .34s cubic-bezier(.16,1,.3,1)}.cart-drawer.is-open,.mobile-menu.is-open,.filter-sheet.is-open{transform:none}.drawer-header{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;border-bottom:1px solid var(--border)}.drawer-header>div{display:grid}.drawer-header p{margin:0;color:var(--cocoa-900);font-size:22px;font-weight:900}.drawer-header span{color:var(--text-secondary);font-size:12px}.drawer-header .icon-button{flex:0 0 auto;background:var(--canvas);font-size:28px}.shipping-progress{padding:18px 24px;color:#fff;background:var(--learning)}.shipping-progress p{margin-bottom:10px;color:#fff;font-size:12px}.shipping-progress>div{height:6px;overflow:hidden;background:#fff3;border-radius:var(--radius-pill)}.shipping-progress>div span{display:block;width:0;height:100%;background:var(--sun-400);border-radius:inherit;transition:width .34s ease}.cart-items{flex:1;padding:12px 24px;overflow:auto}.empty-cart{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-cart>span{width:70px;height:70px;display:grid;place-items:center;margin-bottom:20px;color:#fff;background:var(--learning);border-radius:50%;font-size:30px}.empty-cart h3{max-width:290px;margin-bottom:10px}.empty-cart p{max-width:300px;margin-bottom:24px}.cart-line{display:grid;grid-template-columns:96px 1fr auto;gap:14px;padding:18px 0;border-bottom:1px solid var(--border)}.cart-line img{width:96px;height:110px;object-fit:cover;background:#fff;border-radius:var(--radius-md)}.cart-line__content{display:flex;flex-direction:column;align-items:flex-start}.cart-line__content strong{font-size:14px;line-height:1.25}.cart-line__content small{margin-top:5px;color:var(--text-secondary);font-size:11px}.cart-line__content .quantity{width:104px;min-height:36px;grid-template-columns:30px 1fr 30px;margin-top:auto}.cart-line__price{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;font-size:13px;font-weight:900}.cart-line__price button{padding:0;color:var(--text-secondary);background:transparent;border:0;text-decoration:underline;cursor:pointer;font-size:10px}.cart-addon{display:grid;grid-template-columns:1fr 64px auto;align-items:center;gap:12px;margin:0 24px 14px;padding:14px;background:var(--canvas);border:1px solid var(--border);border-radius:var(--radius-lg)}.cart-addon>div{display:grid}.cart-addon>div span{color:var(--action);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.cart-addon>div strong{font-size:12px}.cart-addon>div small{color:var(--text-secondary);font-size:10px}.cart-addon img{width:64px;height:64px;object-fit:cover;background:#fff;border-radius:var(--radius-sm)}.cart-addon>button{min-height:36px;padding:6px 12px;color:#fff;background:var(--learning);border:0;border-radius:var(--radius-pill);font-weight:800;cursor:pointer}.cart-footer{padding:20px 24px 24px;background:var(--cream-50);border-top:1px solid var(--border);box-shadow:0 -12px 30px #2b1e140d}.cart-total{display:flex;justify-content:space-between;gap:20px;font-size:18px}.cart-total strong{font-size:22px}.cart-footer>p{margin:4px 0 14px;font-size:11px}.cart-footer>.button{width:100%;justify-content:space-between}.cart-footer .text-link{display:flex;margin-top:8px}.cart-footer__trust{display:flex;justify-content:center;gap:18px;margin-top:14px;color:var(--text-secondary);font-size:10px}.mobile-menu{left:0;right:auto;transform:translate(-105%)}.mobile-menu nav{display:grid;padding:20px 24px}.mobile-menu nav button{min-height:64px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;padding:0;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--border);font-size:18px;font-weight:900;cursor:pointer}.mobile-menu nav button span{color:var(--action);font-size:10px}.mobile-menu nav button b{font-weight:400}.mobile-menu__footer{margin:auto 24px 24px;padding:24px;color:#fff;background:var(--learning);border-radius:var(--radius-xl)}.mobile-menu__footer p{color:#fff}.filter-sheet{display:none}.finder-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:24px;background:#2b1e1494;opacity:0;pointer-events:none;transition:opacity var(--transition);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.finder-modal.is-open{opacity:1;pointer-events:auto}.finder-modal__panel{width:min(840px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--cream-50);border-radius:var(--radius-2xl);box-shadow:var(--shadow-raised);transform:translateY(18px) scale(.98);transition:transform .3s cubic-bezier(.16,1,.3,1)}.finder-modal.is-open .finder-modal__panel{transform:none}.finder-modal__header{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 26px;color:#fff;background:var(--learning);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0}.finder-modal__header>div{display:grid}.finder-modal__header span{color:var(--sun-400);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.finder-modal__header .icon-button{color:#fff;background:#ffffff1a;font-size:28px}.finder-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:18px 26px 0}.finder-progress span{height:4px;background:var(--cream-200);border-radius:var(--radius-pill)}.finder-progress span.is-active{background:var(--action)}.finder-step{display:none;padding:34px 46px 46px}.finder-step.is-active{display:block;animation:page-in .32s ease both}.finder-step h2{margin-bottom:10px;font-size:42px}.finder-step>p:not(.eyebrow){margin-bottom:26px}.finder-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.finder-options--age{grid-template-columns:repeat(3,1fr)}.finder-options button{min-height:116px;display:grid;align-content:center;justify-items:start;padding:18px;text-align:left;background:var(--canvas);border:1px solid transparent;border-radius:var(--radius-lg);cursor:pointer;transition:border-color var(--transition),transform var(--transition),background var(--transition)}.finder-options button:hover{background:#fff;border-color:var(--learning);transform:translateY(-3px)}.finder-options button>span{margin-bottom:8px;font-size:24px}.finder-options strong{font-size:15px}.finder-options small{color:var(--text-secondary);font-size:11px}.finder-result-card{display:grid;grid-template-columns:200px 1fr;gap:24px;padding:18px;background:var(--canvas);border-radius:var(--radius-xl)}.finder-result-card img{width:200px;height:200px;object-fit:cover;background:#fff;border-radius:var(--radius-lg)}.finder-result-card>div{align-self:center}.finder-result-card>div>span{color:var(--learning);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.finder-result-card h3{margin:8px 0}.finder-result-card p{margin-bottom:12px;font-size:13px}.finder-result-actions{display:flex;gap:10px;margin-top:20px}.toast{position:fixed;z-index:120;right:24px;bottom:24px;padding:13px 18px;color:#fff;background:var(--cocoa-900);border-radius:var(--radius-pill);box-shadow:var(--shadow-card);font-size:13px;font-weight:800;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity var(--transition),transform var(--transition)}.toast.is-visible{opacity:1;transform:none}.reveal{animation:reveal-up .62s cubic-bezier(.16,1,.3,1) both}.reveal--delay{animation-delay:.1s}@keyframes reveal-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1120px){.desktop-nav{gap:17px}.desktop-nav button{font-size:13px}.hero{gap:45px}.quick-match{grid-template-columns:auto 1fr}.quick-match__ages{overflow-x:auto;justify-content:flex-start}.quick-match__arrow{display:none}.age-grid{grid-template-columns:repeat(3,1fr)}.learning-section{gap:60px;padding:64px}}@media(max-width:860px){.page-width{width:min(calc(100% - 40px),var(--page-width))}.desktop-only,.desktop-nav{display:none!important}.mobile-only{display:grid!important}.site-header__inner{grid-template-columns:44px 1fr auto;gap:10px}.site-header .brand{justify-self:center}.site-header .brand__wordmark{display:none}.hero{min-height:auto;grid-template-columns:1fr;gap:40px;padding-top:54px;padding-bottom:190px}.hero__copy{max-width:680px}.hero__visual{max-width:660px;margin-inline:auto}.quick-match{bottom:28px}.confidence-strip__grid{grid-template-columns:1fr 1fr}.confidence-strip__grid>div:nth-child(2){border-right:0}.confidence-strip__grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}.product-grid,.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-section,.story-split,.faq-section,.newsletter__inner,.bundle-section,.pdp-practice>div,.pdp-content-grid{grid-template-columns:1fr}.learning-section__intro{position:static}.story-split,.pdp-content-grid{gap:56px}.review-grid{grid-template-columns:1fr 1fr}.review-card:last-child{grid-column:1 / -1}.bundle-section{gap:40px}.bundle-products{min-height:360px}.newsletter__inner{gap:34px}.collection-hero__inner{grid-template-columns:1fr auto;gap:30px}.collection-hero__art{width:190px;height:190px}.collection-hero__art strong{font-size:36px}.collection-layout{grid-template-columns:1fr}.filter-rail{display:none}.filter-trigger{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--cocoa-900);color:#fff;border:0;border-radius:var(--radius-pill);font-size:12px;font-weight:800}.filter-trigger span{min-width:18px;height:18px;display:grid;place-items:center;color:var(--cocoa-900);background:var(--sun-400);border-radius:50%;font-size:10px}.filter-sheet{display:flex}.filter-sheet__body{flex:1;padding:0 24px;overflow:auto}.filter-sheet__footer{display:grid;grid-template-columns:.7fr 1.3fr;gap:10px;padding:18px 24px;border-top:1px solid var(--border)}.pdp__grid{grid-template-columns:1fr}.pdp-gallery{position:static}.pdp-info{max-width:640px}.site-footer__top{grid-template-columns:1.3fr 1fr 1fr}.site-footer__brand{grid-column:1 / -1}}@media(max-width:620px){.faq-list .faq-answer{margin-right:0}:root{--v4-space-10: 86px}body{font-size:15px}h1{font-size:42px;line-height:1}h2{font-size:34px;line-height:1.04}.page-width{width:calc(100% - 40px)}.prototype-bar{height:52px;padding-inline:10px}.prototype-bar__brand,.prototype-close{display:none}.prototype-bar__views{width:100%;justify-content:center}.prototype-tab{padding-inline:10px;font-size:11px}.store-shell{padding-top:0}.announcement{min-height:34px;justify-content:center;font-size:11px}.announcement button{display:none}.announcement p{display:flex;font-size:10px}.site-header [data-open-menu]{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px}.site-header [data-open-menu] span{width:19px;height:1.5px;background:currentColor;border-radius:var(--radius-pill)}.site-header__inner{min-height:64px}.brand__mark{width:36px;height:36px}.brand__mark img{width:28px;height:28px}.hero{gap:26px;padding-top:42px;padding-bottom:246px}.hero__copy h1{max-width:360px}.hero__lede{font-size:16px;line-height:1.52}.hero__actions{display:grid;grid-template-columns:1fr}.hero__actions .button{width:100%}.hero__image-wrap{aspect-ratio:.96;border-radius:28% 14% 24%/18% 24% 16%}.hero-note{min-width:180px;padding:10px 13px 10px 10px}.hero-note--top{top:6%;left:-2%}.hero-note--bottom{right:-2%;bottom:5%}.hero-note__icon{width:36px;height:36px;font-size:17px}.hero-note strong{font-size:12px}.hero-note small{font-size:9px}.quick-match{bottom:22px;grid-template-columns:1fr;gap:14px;padding:18px;border-radius:var(--radius-lg)}.quick-match__intro{border-right:0;border-bottom:1px solid var(--border);padding:0 0 14px}.quick-match__ages{width:calc(100vw - 76px);padding-bottom:3px}.quick-match__ages button{min-width:68px}.confidence-strip__grid{width:100%;grid-template-columns:1fr 1fr}.confidence-strip__grid>div{min-height:106px;grid-template-columns:30px 1fr;padding:17px 14px}.confidence-strip__grid>div>span{font-size:19px}.confidence-strip__grid strong{font-size:11px}.confidence-strip__grid small{font-size:9px}.section-heading{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:32px}.product-grid,.product-grid--collection{grid-template-columns:1fr 1fr;gap:12px}.product-card__media{border-radius:var(--radius-lg)}.product-card__badge{top:8px;left:8px;padding:5px 8px;font-size:8px}.product-card__favorite{top:7px;right:7px;width:34px;height:34px;font-size:16px}.product-card__media>.product-card__quick{display:none}.product-card__media>.v4p-product-form{display:none}.product-card__body>.product-card__quick{position:static;display:block;width:100%;min-height:42px;margin-top:12px;opacity:1;transform:none}.product-card__body>.v4p-product-form{display:block}.product-card__body>.v4p-product-form .product-card__quick{position:static;display:block;width:100%;min-height:42px;margin-top:12px;padding:8px 14px;color:#fff;background:var(--cocoa-900);border:0;border-radius:var(--radius-pill);font-weight:800;opacity:1;transform:none}.product-card__body{padding-top:12px}.product-card h3{font-size:15px}.product-card__benefit{min-height:48px;font-size:11px}.product-card__meta{align-items:flex-start;flex-direction:column-reverse;gap:3px}.age-grid{width:calc(100vw - 20px);grid-template-columns:repeat(6,166px);gap:12px;margin-right:-20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-right:20px;padding-bottom:12px}.age-card{min-height:320px;scroll-snap-align:start;border-radius:84px 84px var(--radius-lg) var(--radius-lg)}.age-card__image{height:176px}.learning-section{width:calc(100% - 20px);gap:36px;padding:48px 20px;margin-left:10px;border-radius:var(--radius-xl)}.goal-card{min-height:104px;grid-template-columns:0 46px 1fr 22px;gap:13px;padding:17px}.goal-card__index{overflow:hidden}.goal-card__icon{width:46px;height:46px}.goal-card strong{font-size:15px}.goal-card small{font-size:11px}.story-split{gap:56px}.story-stamp{right:-10px;width:124px;height:124px}.story-stamp strong{font-size:18px}.review-grid{grid-template-columns:1fr}.review-card:last-child{grid-column:auto}.review-card--image{min-height:360px}.bundle-section{width:calc(100% - 20px);min-height:auto;gap:30px;padding:48px 20px;margin-left:10px;border-radius:var(--radius-xl)}.bundle-products{min-height:300px;justify-content:flex-start}.bundle-product{width:250px}.bundle-product--small{width:160px;margin-left:-80px;transform:translateY(70px) rotate(8deg)}.faq-section{gap:36px}.faq-list summary{min-height:66px;font-size:14px}.newsletter{padding:68px 0}.newsletter__form{grid-template-columns:1fr;border-radius:var(--radius-lg)}.newsletter__form .button{width:100%}.collection-hero{padding:34px 0 28px}.collection-hero__inner{grid-template-columns:1fr}.collection-hero__art{display:none}.collection-layout{gap:0;padding-top:26px}.quick-filter-row{width:calc(100vw - 20px);flex-wrap:nowrap;overflow-x:auto;margin-right:-20px;padding-right:20px}.quick-filter-row button{flex:0 0 auto}.collection-toolbar{position:sticky;top:0;z-index:12;margin-inline:-20px;padding:10px 20px;background:#f7f1e6f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.collection-toolbar p{display:none}.collection-toolbar label{font-size:0}.collection-toolbar select{max-width:150px;font-size:12px}.finder-promo-card{min-height:380px;grid-column:1 / -1}.pdp{width:100%;padding-top:16px}.pdp__breadcrumbs,.pdp-info{width:calc(100% - 40px);margin-inline:auto}.pdp__grid{gap:30px}.pdp-gallery__main{border-right:0;border-left:0;border-radius:0}.pdp-thumbnails,.gallery-content-note{width:calc(100% - 40px);margin-inline:auto}.pdp-info h1{font-size:38px;line-height:1.02}.outcome-box{padding:18px}.outcome-box ul{grid-template-columns:1fr}.outcome-box li{font-size:12px}.purchase-row{grid-template-columns:104px 1fr}.purchase-trust{grid-template-columns:1fr}.pdp-practice{padding:72px 0}.pdp-practice>div{gap:32px}.practice-grid{grid-template-columns:1fr}.practice-grid article{min-height:160px}.practice-grid article>span{margin-bottom:36px}.review-summary{grid-template-columns:1fr;gap:20px}.review-summary>div{padding:0 0 18px;border-right:0;border-bottom:1px solid var(--border)}.mobile-sticky-atc{position:fixed;right:0;bottom:0;left:0;z-index:40;min-height:76px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 14px;background:#fffdf8f7;border-top:1px solid var(--border);box-shadow:0 -12px 30px #2b1e141a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-sticky-atc>div{display:grid;min-width:0}.mobile-sticky-atc strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-sticky-atc span{color:var(--text-secondary);font-size:11px}.mobile-sticky-atc .button{min-height:48px;padding-inline:18px}.page-view[data-view=product].is-active~.site-footer{padding-bottom:86px}.site-footer__top{grid-template-columns:1fr 1fr;gap:42px 24px}.site-footer__brand{grid-column:1 / -1}.site-footer__bottom{align-items:flex-start;flex-direction:column}.cart-drawer,.mobile-menu,.filter-sheet{width:100%}.finder-modal{align-items:end;padding:0}.finder-modal__panel{max-height:92vh;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.finder-modal__header{min-height:76px;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.finder-step{padding:28px 20px 32px}.finder-step h2{font-size:32px}.finder-options,.finder-options--age{grid-template-columns:1fr 1fr}.finder-options button{min-height:104px;padding:14px}.finder-result-card{grid-template-columns:112px 1fr;gap:14px}.finder-result-card img{width:112px;height:132px}.finder-result-actions{display:grid}.toast{right:14px;bottom:88px}}body:has(.v4-prototype-product,.v4-prototype-collection) #header-group,body:has(.v4-prototype-product,.v4-prototype-collection) .shopify-section-group-footer-group{display:none!important}.template-index .page-wrapper{height:auto!important;overflow:visible!important}.template-index #MainContent{padding:0;background:var(--canvas)}.template-index .v4-home-section{margin:0}.v4-prototype-shell.v4-home-module.page-width{width:min(calc(100% - 80px),1280px)!important;margin-inline:auto!important}body.template-index:has(.v4-home-module) #header-group .header-section :is(.header-logo,.menu-list__link,.header-actions__action){color:var(--cocoa-900)!important}body.template-index:has(.v4-home-module) #header-group .header-section :is(.header__icon,.header__icon svg,.account-button__icon){color:var(--cocoa-900)!important}#header-group .announcement-bar__text{color:#fff!important}.shopify-section-group-footer-group .section-content-wrapper>.group-block:first-child>.group-block-content>.group-block:first-child :is(p,p strong){color:#fff!important}.v4-prototype-shell.v4-home-module.hero .hero__image-wrap{box-shadow:none;filter:none}.v4-prototype-shell.v4-home-module.hero .button--primary,.v4-prototype-shell.v4-home-module.hero .button--primary:hover{box-shadow:none}@media(min-width:861px){.v4-prototype-shell.v4-home-module.hero{padding-top:120px}body.template-index:has(.v4-home-module) #header-component[sticky]{background:#f7f1e6f5!important;border-bottom:1px solid rgba(43,30,20,.1);box-shadow:0 10px 30px #2b1e1414;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}body.template-index:has(.v4-home-module) #header-component[sticky] .header__underlay-closed{height:100%!important;background:#f7f1e6f5!important}.v4-prototype-shell.v4-home-module.hero .hero-note--bottom{right:2%}}.v4-prototype-shell.v4-home-module.section:not(.learning-section,.story-split,.bundle-section,.faq-section){display:block}.v4-prototype-shell.v4-home-module.learning-section{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;color:#fff;background:var(--learning)}.v4-prototype-shell.v4-home-module.story-split{grid-template-columns:minmax(0,1fr) minmax(0,.9fr)!important}.v4-prototype-shell.v4-home-module.bundle-section{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;color:#fff;background:var(--action)}.v4-prototype-shell.v4-home-module.faq-section{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)!important}.v4-story--reverse .story-split__media{order:2}.v4-app-review-area:has(.shopify-block){padding:24px;background:var(--cream-50);border:1px solid var(--border);border-radius:var(--radius-xl)}.v4-review-empty{max-width:620px}.v4-native-product-card .product-card__favorite{display:none}.v4-card-quick{position:absolute;right:14px;bottom:14px;z-index:4;width:48px;height:48px}.v4-card-quick>:is(.quick-add,.v4-card-quick__trigger){opacity:0;transform:translateY(6px) scale(.96);transition:opacity var(--transition),transform var(--transition)}.v4-native-product-card:hover .v4-card-quick>:is(.quick-add,.v4-card-quick__trigger),.v4-native-product-card:focus-within .v4-card-quick>:is(.quick-add,.v4-card-quick__trigger){opacity:1;transform:none}.v4-card-quick .quick-add{position:relative;inset:auto;width:48px;height:48px;pointer-events:auto}.v4-card-quick .quick-add product-form-component,.v4-card-quick .quick-add form{width:100%;height:100%}.v4-card-quick .quick-add__button,.v4-card-quick__trigger{position:static;width:48px;height:48px;min-height:48px;display:grid;place-items:center;padding:0;color:#fff;background:var(--coral-700);border:2px solid rgba(255,255,255,.84);border-radius:50%;box-shadow:0 10px 24px #2b1e142e;cursor:pointer;pointer-events:auto;opacity:1;overflow:hidden}.v4-card-quick .quick-add__button:is(:hover,:focus-visible),.v4-card-quick__trigger:is(:hover,:focus-visible){background:var(--coral-800);transform:translateY(-2px)}.v4-card-quick :is(.quick-add__button,.v4-card-quick__trigger) .svg-wrapper{width:22px;height:22px;display:grid;place-items:center}.v4-card-quick .quick-add__button .add-to-cart-text__content{display:none!important}.v4-card-quick .quick-add__button .add-to-cart-text{width:100%;height:100%;display:grid;place-items:center;background:transparent}.v4-card-quick .quick-add__button .add-to-cart-icon{width:22px;height:22px}.v4-card-quick-dialog{width:min(calc(100% - 40px),520px);max-width:520px;max-height:min(80dvh,680px);padding:0;color:var(--cocoa-900);background:var(--cream-50);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:0 28px 80px #2b1e143d;overflow:auto}.v4-card-quick-dialog::backdrop{background:#2b1e1480;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.v4-card-quick-dialog[open]{animation:v4-quick-dialog-in .22s cubic-bezier(.16,1,.3,1) both}.v4-card-quick-dialog.dialog-closing{animation:v4-quick-dialog-out .17s ease-in both}.v4-card-quick-dialog__close{position:absolute;top:14px;right:14px;z-index:2;width:42px;height:42px;display:grid;place-items:center;padding:0;color:var(--cocoa-900);background:#fffdf8f0;border:1px solid var(--border);border-radius:50%;cursor:pointer}.v4-card-quick-dialog__close .svg-wrapper{width:18px;height:18px}.v4-card-quick-dialog__header{display:grid;grid-template-columns:90px minmax(0,1fr);align-items:center;gap:18px;padding:24px 72px 20px 24px;border-bottom:1px solid var(--border)}.v4-card-quick-dialog__header img{width:90px;height:90px;object-fit:cover;border-radius:var(--radius-md)}.v4-card-quick-dialog__header h3{margin:0 0 6px;font-size:22px;line-height:1.15}.v4-card-quick-dialog__header strong{color:var(--teal-800);font-size:17px}.v4-card-quick-dialog product-form-component,.v4-card-quick-dialog form{display:block;width:100%}.v4-card-quick-dialog form{padding:22px 24px 24px}.v4-card-quick-dialog form>label{display:block;margin-bottom:8px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.v4-card-quick-dialog select{width:100%;min-height:50px;margin-bottom:14px;padding:10px 42px 10px 14px;color:var(--cocoa-900);background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);font:inherit}.v4-card-quick-dialog__add{width:100%;min-height:52px;color:#fff;background:var(--coral-700);border:0;border-radius:var(--radius-pill);font-weight:900}body:has(#cart-drawer[open]) shopify-chat,body:has(.v4-card-quick-dialog[open]) shopify-chat{visibility:hidden!important;pointer-events:none!important}@keyframes v4-quick-dialog-in{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}@keyframes v4-quick-dialog-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(12px) scale(.98)}}@media(max-width:749px){.v4-card-quick-dialog{width:100%;max-width:100%;max-height:78dvh;margin:auto 0 0;border-right:0;border-bottom:0;border-left:0;border-radius:var(--radius-xl) var(--radius-xl) 0 0}.v4-card-quick-dialog[open]{animation-name:v4-quick-sheet-in}.v4-card-quick-dialog.dialog-closing{animation-name:v4-quick-sheet-out}.v4-card-quick-dialog__header{grid-template-columns:72px minmax(0,1fr);gap:14px;padding:22px 64px 18px 20px}.v4-card-quick-dialog__header img{width:72px;height:72px}.v4-card-quick-dialog__header h3{font-size:18px}.v4-card-quick-dialog form{padding:20px}}@media(hover:none){.v4-card-quick>:is(.quick-add,.v4-card-quick__trigger){opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.v4-card-quick-dialog[open],.v4-card-quick-dialog.dialog-closing{animation-duration:1ms}}@keyframes v4-quick-sheet-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}@keyframes v4-quick-sheet-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(100%)}}.newsletter__status{grid-column:1 / -1;margin:8px 4px 0;font-size:13px}.bundle-unavailable{margin-top:20px;font-weight:800}body:has(.v4-prototype-shell) #MainContent{padding:0}body:has(.v4-prototype-shell) .shopify-section:has(.v4-prototype-shell){margin:0}.v4-prototype-shell,.v4-prototype-shell .store-shell{overflow:clip}@media(min-width:990px){html:has(body .v4-prototype-shell),html:has(body .v4-prototype-shell) body{height:auto!important;overflow:visible!important}body:has(.v4-prototype-shell) .page-wrapper{height:auto!important;overflow:visible!important}}.v4-prototype-shell .section:not(.learning-section,.story-split,.bundle-section,.faq-section,.pdp-content-grid){display:block}.v4-prototype-shell .section>*{grid-column:auto}.v4-prototype-shell.section>*{grid-column:auto}.v4-prototype-shell .page-view.is-active,.v4-prototype-shell .reveal,.v4-prototype-shell .reveal--delay{animation:none!important;opacity:1!important;transform:none!important}.v4-prototype-shell .page-width{width:min(calc(100% - 80px),1280px)!important;margin-inline:auto!important}@media(max-width:860px){.v4-prototype-shell.v4-home-module.page-width{width:min(calc(100% - 40px),1280px)!important}.v4-prototype-shell.v4-home-module:is(.learning-section,.story-split,.bundle-section,.faq-section){grid-template-columns:minmax(0,1fr)!important}.v4-prototype-shell.v4-home-module:is(.learning-section,.story-split,.bundle-section,.faq-section)>*{width:auto;min-width:0;grid-column:auto!important}.v4-prototype-shell .page-width{width:min(calc(100% - 40px),1280px)!important}}@media(max-width:620px){.v4-prototype-shell.v4-home-module.hero{padding-top:116px}.v4-prototype-shell.v4-home-module.page-width{width:calc(100% - 40px)!important}.v4-story--reverse .story-split__media{order:0}.v4-card-quick{right:8px;bottom:8px;left:auto;display:block}.v4-card-quick>:is(.quick-add,.v4-card-quick__trigger){opacity:1;transform:none}.v4-prototype-shell.v4-home-module.hero .quick-match__ages{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:8px;padding-bottom:0;overflow:visible}.v4-prototype-shell.v4-home-module.hero .quick-match__ages a{width:100%;min-width:0;padding-inline:8px}.v4-prototype-shell .page-width{width:calc(100% - 40px)!important}}.v4p-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#2b1e148a;opacity:0;pointer-events:none;transition:opacity var(--transition);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.v4p-backdrop.is-visible{opacity:1;pointer-events:auto}.v4p-mobile-menu{position:fixed;inset:0 auto 0 0;z-index:80;width:min(88vw,390px);display:flex;flex-direction:column;color:var(--cocoa-900);background:var(--cream-50);box-shadow:var(--shadow-drawer);transform:translate(-105%);transition:transform .28s cubic-bezier(.16,1,.3,1)}.v4p-mobile-menu.is-open{transform:translate(0)}.v4p-mobile-menu nav{display:grid;padding:12px 24px}.v4p-mobile-menu nav a{min-height:64px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;border-bottom:1px solid var(--border);text-decoration:none;font-size:17px;font-weight:800}.v4p-mobile-menu nav a span{color:var(--coral-700);font-size:10px}.v4p-dynamic-checkout{margin-top:12px}.v4p-dynamic-checkout .shopify-payment-button__button{min-height:56px!important;border-radius:var(--radius-pill)!important}.v4p-app-reviews{min-height:180px}body:has(.v4-prototype-shell) .theme-drawer__dialog{width:min(92vw,520px);max-width:520px;color:var(--cocoa-900);background:var(--cream-50);box-shadow:var(--shadow-drawer)}body:has(.v4-prototype-shell) .cart-drawer__inner{height:100%;background:var(--cream-50)}body:has(.v4-prototype-shell) .theme-drawer__header{min-height:88px;padding:24px 28px;border-bottom:1px solid var(--border)}body:has(.v4-prototype-shell) .theme-drawer__title{font-size:24px;font-weight:900;letter-spacing:-.03em}body:has(.v4-prototype-shell) .theme-drawer__close-button{width:44px;height:44px;border-radius:50%}body:has(.v4-prototype-shell) .cart-drawer__content{background:var(--cream-50)}body:has(.v4-prototype-shell) .v4-ship-progress{margin:20px 24px 12px;padding:18px;color:var(--cocoa-900);background:var(--teal-100);border-radius:var(--radius-lg)}body:has(.v4-prototype-shell) .cart-drawer__items,body:has(.v4-prototype-shell) .cart-drawer__summary{padding-inline:24px}body:has(.v4-prototype-shell) .v4-cart-addon{margin:14px 24px;border-radius:var(--radius-lg)}body:has(.v4-prototype-shell) .cart-drawer__summary{padding-block:18px 24px;background:var(--cream-50);border-top:1px solid var(--border)}body:has(.v4-prototype-shell) .cart-drawer__summary .button{min-height:54px;border-radius:var(--radius-pill)}
/*# sourceMappingURL=/cdn/shop/t/24/assets/v4-prototype.css.map */
