@import"https://fonts.googleapis.com/css2?family=Cormorant+Garant:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap";:root{--navy: #162B54;--navy-lt: #1E3A6E;--navy-dark: #0F1E3D;--blue: #6AAAD4;--blue-lt: #8EC3E6;--blue-xlt: #C8E3F4;--sage: #6B9B7E;--sage-lt: #9BBFA8;--bg: #F5F8FC;--surface: #FFFFFF;--surface-blue: #EBF4FA;--border: #D4E4F0;--border-lt: #E8F1F8;--text: #162B54;--text-2: #3D5A80;--text-muted: #7A94B0;--success: #5A9A6E;--error: #C0392B;--font-heading: "Cormorant Garant", Georgia, serif;--font-body: "Inter", "Helvetica Neue", sans-serif;--r-sm: 4px;--r-md: 10px;--r-lg: 18px;--r-xl: 28px;--r-full: 9999px;--shadow-sm: 0 1px 4px rgba(22,43,84,.06);--shadow-md: 0 4px 18px rgba(22,43,84,.1);--shadow-lg: 0 8px 32px rgba(22,43,84,.13);--shadow-xl: 0 20px 60px rgba(22,43,84,.16);--shadow-blue: 0 8px 32px rgba(106,170,212,.25);--ease: .25s ease;--ease-fast: .15s ease;--ease-slow: .4s ease;--container: 1280px;--pad: 1.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text-2);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.12;color:var(--navy);letter-spacing:-.01em}h1{font-size:clamp(2.75rem,5.5vw,5.25rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.5rem,2.5vw,2.125rem)}h4{font-size:clamp(1.25rem,2vw,1.625rem)}p{color:var(--text-2);line-height:1.75}.container{max-width:var(--container);margin:0 auto;padding:0 var(--pad)}.container--narrow{max-width:800px;margin:0 auto;padding:0 var(--pad)}.text-center{text-align:center;display:flex;flex-direction:column;align-items:center}.section{padding:5.5rem 0}.section--sm{padding:3rem 0}.section--lg{padding:7.5rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2.25rem;font-size:.8125rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;border-radius:var(--r-full);transition:all var(--ease);cursor:pointer;white-space:nowrap;font-family:var(--font-body);border:2px solid transparent}.btn--primary{background:var(--navy);color:#fff;border-color:var(--navy)}.btn--primary:hover{background:var(--navy-lt);border-color:var(--navy-lt);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--secondary{background:transparent;color:var(--navy);border-color:var(--navy)}.btn--secondary:hover{background:var(--navy);color:#fff;transform:translateY(-1px)}.btn--blue{background:var(--blue);color:#fff;border-color:var(--blue)}.btn--blue:hover{background:var(--blue-lt);border-color:var(--blue-lt);transform:translateY(-2px);box-shadow:var(--shadow-blue)}.btn--outline-white{background:transparent;color:#fff;border-color:#ffffff8c}.btn--outline-white:hover{background:#ffffff1f;border-color:#fff}.btn--outline-blue{background:transparent;color:var(--blue);border-color:var(--blue)}.btn--outline-blue:hover{background:var(--blue);color:#fff}.btn--lg{padding:1.125rem 2.75rem;font-size:.875rem}.btn--sm{padding:.55rem 1.25rem;font-size:.75rem}.btn--full{width:100%;justify-content:center}.btn--atc{background:var(--navy);color:#fff;border-color:var(--navy);font-size:.8125rem;padding:.875rem 2rem}.btn--atc:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px);box-shadow:var(--shadow-blue)}.ann-bar{background:var(--navy);color:#fff;padding:.6875rem var(--pad);text-align:center;font-size:.8125rem;letter-spacing:.05em;font-weight:500}.ann-bar strong{color:var(--blue-lt)}.ann-bar a{color:var(--blue-lt);text-decoration:underline;text-underline-offset:2px}.marquee-bar{background:var(--navy-dark);color:#fff;padding:.625rem 0;overflow:hidden;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.marquee-bar__track{display:flex;align-items:center;gap:0;animation:marquee 30s linear infinite;white-space:nowrap}.marquee-bar__item{display:inline-flex;align-items:center;gap:.625rem;padding:0 2.5rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffffd9;flex-shrink:0}.marquee-bar__item svg,.marquee-bar__item span.icon{color:var(--blue);flex-shrink:0}.marquee-bar__sep{color:var(--blue);opacity:.6;font-size:.625rem}.site-header{position:sticky;top:0;z-index:1000;background:#f5f8fcf7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:box-shadow var(--ease)}.site-header.scrolled{box-shadow:var(--shadow-md)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem var(--pad);max-width:var(--container);margin:0 auto;gap:1.5rem}.site-header__logo-img{display:block;width:auto;height:auto;max-width:100%}.logo-text{font-family:var(--font-heading);font-size:1.875rem;font-weight:600;color:var(--navy);letter-spacing:.12em}.logo-text span{color:var(--blue)}.site-nav{display:flex;align-items:center;gap:1.75rem}.site-nav__link{font-size:.8125rem;font-weight:600;letter-spacing:.04em;color:var(--text-2);transition:color var(--ease-fast);position:relative;text-transform:uppercase}.site-nav__link:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:2px;background:var(--blue);transform:scaleX(0);transition:transform var(--ease);border-radius:var(--r-full)}.site-nav__link:hover{color:var(--navy)}.site-nav__link:hover:after{transform:scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:1rem}.cart-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--navy);transition:color var(--ease-fast)}.cart-icon-btn:hover{color:var(--blue)}.cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;background:var(--blue);color:#fff;font-size:.625rem;font-weight:700;border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;line-height:1}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;color:var(--navy)}.mobile-menu-btn span{display:block;height:1.5px;background:currentColor;transition:all var(--ease)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;pointer-events:none}.mobile-nav.is-open{pointer-events:all}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#162b548c;opacity:0;transition:opacity var(--ease)}.mobile-nav.is-open .mobile-nav__overlay{opacity:1}.mobile-nav__panel{position:relative;width:320px;max-width:90vw;height:100%;background:var(--surface);transform:translate(-100%);transition:transform var(--ease-slow);overflow-y:auto;padding:2rem;display:flex;flex-direction:column}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem}.mobile-nav__links{flex:1;display:flex;flex-direction:column}.mobile-nav__link{font-family:var(--font-heading);font-size:1.875rem;color:var(--navy);padding:.75rem 0;border-bottom:1px solid var(--border);transition:color var(--ease-fast)}.mobile-nav__link:hover{color:var(--blue)}.hero{background:linear-gradient(160deg,var(--surface) 0%,var(--surface-blue) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-20%;right:-10%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(106,170,212,.12) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-15%;left:-8%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(22,43,84,.06) 0%,transparent 70%);pointer-events:none}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:flex-start;padding:4rem var(--pad);max-width:var(--container);margin:0 auto;position:relative;z-index:1}.hero__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:1.25rem}.hero__label:before{content:"";width:20px;height:2px;background:var(--blue);border-radius:var(--r-full)}.hero__headline{font-family:var(--font-heading);font-size:clamp(3rem,5.5vw,5.25rem);font-weight:400;line-height:1.03;color:var(--navy);margin-bottom:1.25rem;letter-spacing:-.02em}.hero__headline em{font-style:italic;color:var(--blue)}.hero__sub{font-size:1.0625rem;color:var(--text-2);line-height:1.8;margin-bottom:2rem;max-width:500px}.hero__ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2.25rem}.hero__trust{display:flex;flex-wrap:nowrap;gap:.375rem;margin-top:1.75rem}.trust-badge{display:inline-flex;align-items:center;gap:.25rem;background:#162b540f;border:1px solid rgba(22,43,84,.1);border-radius:var(--r-full);padding:.275rem .65rem;font-size:.75rem;font-weight:500;color:var(--navy);white-space:nowrap}.trust-badge svg{width:13px;height:13px;color:var(--blue);flex-shrink:0}.hero__image-col{position:relative;display:flex;align-items:center;justify-content:flex-end}.hero__image-wrap{position:relative;width:100%;max-width:540px;flex-shrink:0}.hero__float{position:absolute;background:#fff;border-radius:var(--r-lg);padding:.875rem 1.125rem;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.75rem;z-index:2;border:1px solid var(--border);min-width:180px}.hero__float--tl{top:1.5rem;left:-1.25rem}.hero__float--br{bottom:2rem;right:-1.25rem}.hero__float-icon{font-size:1.375rem;flex-shrink:0}.hero__float-text strong{display:block;font-size:.8125rem;font-weight:700;color:var(--navy)}.hero__float-text span{display:block;font-size:.75rem;color:var(--text-muted)}.hero__image-frame{border-radius:var(--r-xl);overflow:hidden;aspect-ratio:4/3;width:100%;background:var(--surface-blue);box-shadow:var(--shadow-xl);display:block;cursor:pointer;transition:transform .25s,box-shadow .25s}.hero__image-frame:hover{transform:translateY(-4px);box-shadow:0 24px 60px #162b542e}.hero__img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block}.hero__badge{position:absolute;background:#fff;border-radius:var(--r-lg);padding:1rem 1.25rem;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.875rem;z-index:2;border:1px solid var(--border)}.hero__badge--tl{top:2rem;left:-1.5rem}.hero__badge--br{bottom:2.5rem;right:-1.5rem}.hero__badge-icon{width:42px;height:42px;background:var(--surface-blue);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.375rem}.hero__badge-text strong{display:block;font-size:.875rem;font-weight:700;color:var(--navy);margin-bottom:1px}.hero__badge-text span{font-size:.75rem;color:var(--text-muted)}.hero__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--navy);border-radius:0;padding:1.5rem;width:100%}.hero__stat{text-align:center;padding:0 .5rem;border-right:1px solid rgba(255,255,255,.12)}.hero__stat:last-child{border-right:none}.hero__stat-num{font-family:var(--font-heading);font-size:1.625rem;font-weight:600;color:#fff;display:block;line-height:1}.hero__stat-label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-top:.375rem;display:block}.section-header{text-align:center;margin-bottom:3.75rem}.section-header__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:1rem}.section-header__title{font-family:var(--font-heading);color:var(--navy);margin-bottom:1rem;font-weight:400}.section-header__sub{font-size:1.0625rem;color:var(--text-2);max-width:600px;margin:0 auto;line-height:1.75}.badge-row{background:var(--surface-blue);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.5rem 0}.badge-row__inner{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.badge-item{display:flex;align-items:center;gap:.625rem;padding:.5rem 2rem;border-right:1px solid var(--border);font-size:.8125rem;font-weight:600;color:var(--navy);letter-spacing:.02em}.badge-item:last-child{border-right:none}.badge-item svg,.badge-item .bi{color:var(--blue);flex-shrink:0;font-size:1rem}.trust-bar{background:var(--navy);padding:1.375rem 0}.trust-bar__inner{max-width:var(--container);margin:0 auto;padding:0 var(--pad);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.trust-bar__item{display:flex;align-items:center;gap:.875rem;padding:.625rem 2rem;flex:1;min-width:180px;max-width:220px}.trust-bar__icon{width:44px;height:44px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.trust-bar__icon-img{width:100%;height:100%;object-fit:contain;display:block;padding:.5rem;filter:brightness(0) invert(1)}.trust-bar__text strong{display:block;font-size:.8125rem;font-weight:700;color:#fff;letter-spacing:.02em;margin-bottom:.125rem}.trust-bar__text span{display:block;font-size:.6875rem;color:#ffffff8c;line-height:1.4}.trust-bar__divider{width:1px;height:40px;background:#ffffff1f;flex-shrink:0}@media(max-width:1024px){.trust-bar__divider:nth-child(8),.trust-bar__divider:nth-child(10){display:none}.trust-bar__item{min-width:160px}}@media(max-width:640px){.trust-bar__divider{display:none}.trust-bar__item{min-width:calc(50% - 2rem);flex:0 0 calc(50% - 2rem);padding:.75rem 1rem}}.product-collection{background:var(--surface)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,320px));gap:1.75rem;justify-content:center}.product-card{background:var(--bg);border-radius:var(--r-xl);overflow:hidden;transition:transform var(--ease),box-shadow var(--ease);position:relative;display:flex;flex-direction:column;border:1.5px solid transparent}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:var(--blue-xlt)}.product-card__badge{position:absolute;top:.875rem;left:.875rem;background:var(--navy);color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:var(--r-full);z-index:1}.product-card__badge--sale{background:var(--blue)}.product-card__badge--new{background:var(--sage)}.product-card__image{aspect-ratio:1;background:linear-gradient(135deg,var(--surface-blue) 0%,var(--bg) 100%);position:relative;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:.75rem;transition:transform var(--ease-slow)}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-card__tag{font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:.375rem}.product-card__title{font-family:var(--font-heading);font-size:1.375rem;color:var(--navy);margin-bottom:.375rem;font-weight:500;line-height:1.25}.product-card__benefit{font-size:.875rem;color:var(--text-2);margin-bottom:1rem;line-height:1.6;flex:1}.star-rating{display:flex;align-items:center;gap:.375rem;margin-bottom:.875rem}.star-rating__stars{display:flex;gap:1px;color:#f59e0b;font-size:.875rem}.star-rating__count{font-size:.8125rem;color:var(--text-muted)}.product-card__pricing{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.price{font-size:1.25rem;font-weight:700;color:var(--navy)}.price--compare{font-size:1rem;color:var(--text-muted);text-decoration:line-through;font-weight:400}.price--save{font-size:.6875rem;font-weight:700;color:#fff;background:var(--blue);padding:3px 8px;border-radius:var(--r-full)}.why-patches{background:var(--navy);color:#fff;position:relative;overflow:hidden}.why-patches:before{content:"";position:absolute;top:-30%;right:-10%;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(106,170,212,.1) 0%,transparent 70%);pointer-events:none}.why-patches .section-header__title,.why-patches h2{color:#fff}.why-patches .section-header__sub{color:#ffffffa6}.why-patches .section-header__label{color:var(--blue-lt)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:var(--r-xl);padding:2rem;transition:all var(--ease)}.why-card:hover{background:#ffffff1f;transform:translateY(-2px)}.why-card__icon{width:54px;height:54px;background:#6aaad433;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--blue-lt);font-size:1.5rem}.why-card__title{font-family:var(--font-heading);font-size:1.375rem;color:#fff;margin-bottom:.5rem;font-weight:500}.why-card__text{color:#fff9;font-size:.9375rem;line-height:1.7}.hiw{background:var(--bg)}.hiw-row{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border);margin-bottom:2rem;background:var(--surface)}.hiw-row--flip .hiw-row__body{order:-1}.hiw-row__img{position:relative;background:var(--surface-blue);overflow:hidden;aspect-ratio:4/3}.hiw-row__photo{width:100%;height:100%;object-fit:contain;display:block}.hiw-row__placeholder{width:100%;height:100%;min-height:280px;display:flex;align-items:center;justify-content:center;font-size:5rem;background:var(--surface-blue)}.hiw-row__body{padding:3rem 3.5rem;display:flex;flex-direction:column;justify-content:center}.hiw-row__num{font-family:var(--font-heading);font-size:4rem;font-weight:700;color:var(--blue-xlt);line-height:1;margin-bottom:.25rem}.hiw-row__title{font-family:var(--font-heading);font-size:1.875rem;color:var(--navy);font-weight:500;margin-bottom:1.25rem;line-height:1.15}.hiw-checklist{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.625rem}.hiw-checklist li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9375rem;color:var(--text);font-weight:500}.hiw-checklist li:before{content:"";width:20px;height:20px;border-radius:50%;background:var(--blue);flex-shrink:0;margin-top:1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.hiw-row__desc{font-size:.9375rem;color:var(--text-2);line-height:1.75;margin:0}.patch-science{background:var(--surface)}.patch-card{display:grid;grid-template-columns:1fr 1fr;border-radius:1.75rem;overflow:hidden;box-shadow:0 8px 40px #162b5421;margin-bottom:2rem}.patch-card:last-child{margin-bottom:0}.patch-card--flip .patch-card__panel:first-child{order:2}.patch-card--flip .patch-card__panel:last-child{order:1}.patch-card__panel{display:flex;flex-direction:column;justify-content:center}.patch-card__panel--mint{background:#dceef8;padding:3rem}.patch-card__panel--dark{background:var(--navy);padding:3rem 2.5rem}.patch-card__panel--img{padding:1.5rem;overflow:hidden;min-height:380px;background:var(--surface-blue);display:flex;align-items:center;justify-content:center}.patch-card__photo{width:100%;height:100%;object-fit:contain;display:block;max-height:480px}.patch-card__placeholder{width:100%;height:100%;min-height:380px;background:var(--surface-blue);display:flex;align-items:center;justify-content:center;font-size:4rem}.patch-card__heading{font-family:var(--font-heading);font-size:clamp(1.875rem,3.5vw,2.75rem);color:var(--navy);font-weight:400;line-height:1.1;margin-bottom:1.25rem}.patch-card__text{font-size:.9375rem;color:var(--text-2);line-height:1.8;margin-bottom:.875rem}.patch-card__text:last-of-type{margin-bottom:0}.patch-card__result{font-size:.9375rem;font-weight:600;color:var(--navy);margin-top:.5rem;margin-bottom:.75rem}.patch-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.patch-checklist li{display:flex;align-items:center;gap:.625rem;font-size:.9rem;font-weight:700;color:var(--navy)}.patch-checklist li:before{content:"";width:20px;height:20px;min-width:20px;border-radius:50%;background:var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat}.patch-card__img-wrap{border-radius:var(--r-lg);overflow:hidden;width:100%;line-height:0}.patch-card__img{width:100%;height:auto;display:block}.patch-dark__title{font-size:.625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#6aaad4cc;margin-bottom:1.5rem;text-align:center}.patch-layers-list{display:flex;flex-direction:column;gap:.5rem;width:100%}.patch-layer-dark{background:#ffffff12;border-radius:var(--r-md);padding:.875rem 1rem;display:flex;align-items:center;gap:.875rem;border:1px solid rgba(255,255,255,.1);transition:background var(--ease-fast)}.patch-layer-dark:hover{background:#ffffff21}.patch-layer-dark__icon{width:34px;height:34px;border-radius:var(--r-sm);background:#6aaad42e;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#ffffffd9;overflow:hidden}.patch-layer-dark__icon-img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1);padding:.35rem;display:block}.patch-layer-dark__name{font-size:.8125rem;font-weight:700;color:#fff;margin-bottom:1px}.patch-layer-dark__desc{font-size:.75rem;color:#ffffff80;line-height:1.4}.ritual-builder{background:var(--bg)}.ritual-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.ritual-card{background:var(--surface);border-radius:var(--r-xl);padding:2rem 1.5rem;text-align:center;border:1.5px solid var(--border);transition:all var(--ease);position:relative;overflow:hidden}.ritual-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--navy),var(--blue));opacity:0;transition:opacity var(--ease)}.ritual-card:hover:before{opacity:1}.ritual-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--blue-xlt)}.ritual-card__time{font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.875rem}.ritual-card__emoji{font-size:2.25rem;margin-bottom:1rem;display:block}.ritual-card__title{font-family:var(--font-heading);font-size:1.25rem;color:var(--navy);margin-bottom:1rem;font-weight:500}.ritual-tag{display:inline-block;font-size:.6875rem;font-weight:600;padding:4px 10px;border-radius:var(--r-full);background:var(--surface-blue);color:var(--navy);margin:3px;letter-spacing:.02em}.ritual-card__desc{font-size:.8125rem;color:var(--text-muted);margin-top:1rem;line-height:1.6}.ritual-card__link{display:inline-block;margin-top:1.25rem;font-size:.8125rem;font-weight:600;color:var(--navy);text-decoration:underline;text-underline-offset:3px;transition:color .15s}.ritual-card__link:hover{color:var(--blue)}.testimonials{background:var(--surface)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.testimonial-card{background:var(--bg);border-radius:var(--r-xl);padding:2rem;display:flex;flex-direction:column;gap:1.25rem;border:1.5px solid var(--border);transition:all var(--ease)}.testimonial-card:hover{box-shadow:var(--shadow-lg);border-color:var(--blue-xlt);transform:translateY(-2px)}.testimonial-card__header{display:flex;align-items:center;gap:1rem}.testimonial-card__avatar{width:56px;height:56px;border-radius:50%;background:var(--surface-blue);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:2px solid var(--border)}.testimonial-card__photo{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.testimonial-card__initial{font-family:var(--font-heading);font-size:1.25rem;color:var(--navy);font-weight:600}.testimonial-card__name{font-weight:700;font-size:.9375rem;color:var(--navy);margin-bottom:1px}.testimonial-card__product{font-size:.8125rem;color:var(--text-muted)}.testimonial-card__stars{color:#f59e0b;font-size:.875rem;letter-spacing:1px}.testimonial-card__text{font-size:.9375rem;color:var(--text-2);line-height:1.75;font-style:italic;flex:1}.testimonial-card__quote{font-family:var(--font-heading);font-size:3rem;color:var(--blue);line-height:0;vertical-align:-1rem;margin-right:3px}.comparison-section{background:var(--bg)}.comparison-wrap{overflow-x:auto;border-radius:var(--r-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border)}.comparison-table{width:100%;border-collapse:collapse;background:#fff;min-width:560px}.comparison-table th{padding:1.125rem 1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--navy);color:#fff;text-align:center}.comparison-table th:first-child{text-align:left}.comparison-table th.featured{background:var(--blue)}.comparison-table td{padding:.9375rem 1.5rem;font-size:.9375rem;text-align:center;border-bottom:1px solid var(--border-lt)}.comparison-table td:first-child{text-align:left;font-weight:600;color:var(--navy)}.comparison-table td.featured{background:#6aaad412}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr:nth-child(2n) td{background:#ebf4fa66}.comparison-table tr:nth-child(2n) td.featured{background:#6aaad41a}.check-yes{color:var(--success);font-size:1.125rem;font-weight:700}.check-no{color:var(--error);font-size:1.125rem}.guarantee-section{background:var(--surface)}.guarantee-inner{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.guarantee-badge{display:flex;align-items:center;justify-content:center}.guarantee-circle{width:280px;height:280px;border-radius:50%;border:3px solid var(--blue);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;box-shadow:0 0 60px #6aaad433,inset 0 0 40px #6aaad40d}.guarantee-circle__days{font-family:var(--font-heading);font-size:5.5rem;font-weight:600;color:var(--navy);line-height:1}.guarantee-circle__label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-top:.375rem}.guarantee-circle__sub{font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.guarantee-content h2{font-family:var(--font-heading);color:var(--navy);margin-bottom:1.25rem;font-weight:400}.guarantee-content p{color:var(--text-2);line-height:1.8;margin-bottom:2rem;font-size:1.0625rem}.guarantee-list{display:flex;flex-direction:column;gap:.875rem;margin-bottom:2rem}.guarantee-list li{display:flex;align-items:center;gap:.875rem;font-size:.9375rem;color:var(--text-2)}.guarantee-list li:before{content:"\2713";width:24px;height:24px;background:#6aaad426;color:var(--blue);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;flex-shrink:0}.final-cta{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 50%,var(--navy-lt) 100%);color:#fff;padding:7rem 0;text-align:center;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(106,170,212,.15) 0%,transparent 60%),radial-gradient(ellipse at 70% 50%,rgba(106,170,212,.08) 0%,transparent 60%);pointer-events:none}.final-cta h2{color:#fff;position:relative;margin-bottom:1rem}.final-cta p{color:#ffffffb3;font-size:1.125rem;margin-bottom:2.5rem;position:relative}.final-cta__btns{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;flex-wrap:wrap}.site-footer{background:var(--navy-dark);color:#ffffffbf;padding-top:5rem}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo{font-family:var(--font-heading);font-size:2rem;font-weight:600;color:#fff;letter-spacing:.12em;margin-bottom:.875rem}.footer-logo span{color:var(--blue)}.footer-tagline{font-size:.875rem;color:#ffffff80;margin-bottom:2rem;line-height:1.65}.footer-email-form{display:flex;gap:.5rem;margin-bottom:2rem}.footer-email-form input{flex:1;padding:.75rem 1rem;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--r-full);color:#fff;font-size:.875rem;font-family:var(--font-body);outline:none;transition:border-color var(--ease-fast)}.footer-email-form input::placeholder{color:#ffffff4d}.footer-email-form input:focus{border-color:var(--blue)}.footer-email-form button{padding:.75rem 1.25rem;background:var(--blue);color:#fff;border-radius:var(--r-full);font-size:.8125rem;font-weight:700;transition:background var(--ease-fast);white-space:nowrap;border:none;cursor:pointer;font-family:var(--font-body)}.footer-email-form button:hover{background:var(--blue-lt)}.footer-social{display:flex;gap:.875rem}.footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:#ffffff80;transition:all var(--ease-fast);font-size:.875rem}.footer-social a:hover{border-color:var(--blue);color:var(--blue)}.footer-col h4{font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffffd9;margin-bottom:1.25rem}.footer-col ul{display:flex;flex-direction:column;gap:.875rem}.footer-col a{font-size:.9375rem;color:#ffffff80;transition:color var(--ease-fast)}.footer-col a:hover{color:#fff}.site-footer__bottom{padding:1.5rem 0;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-disclaimer{font-size:.6875rem;color:#ffffff4d;line-height:1.6;max-width:680px}.footer-legal{display:flex;gap:1.5rem;flex-shrink:0;flex-wrap:wrap}.footer-legal a{font-size:.6875rem;color:#ffffff4d;transition:color var(--ease-fast)}.footer-legal a:hover{color:#fff}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#162b5480;z-index:3000;opacity:0;pointer-events:none;transition:opacity var(--ease)}.cart-overlay.is-open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;right:0;top:0;height:100%;width:420px;max-width:100vw;background:var(--surface);z-index:3001;transform:translate(100%);transition:transform var(--ease-slow);display:flex;flex-direction:column;box-shadow:var(--shadow-xl)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.375rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{font-family:var(--font-heading);font-size:1.5rem;color:var(--navy);font-weight:500}.cart-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--r-md);color:var(--text-muted);transition:all var(--ease-fast)}.cart-close:hover{background:var(--bg);color:var(--navy)}.ship-bar{padding:.875rem 1.5rem;background:var(--surface-blue);flex-shrink:0;border-bottom:1px solid var(--border)}.ship-bar__text{font-size:.8125rem;color:var(--text-2);margin-bottom:.5rem;text-align:center}.ship-bar__text strong{color:var(--navy)}.ship-bar__track{height:5px;background:var(--border);border-radius:var(--r-full);overflow:hidden}.ship-bar__fill{height:100%;background:linear-gradient(90deg,var(--blue),var(--navy));border-radius:var(--r-full);transition:width var(--ease-slow)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border);align-items:start}.cart-item:last-child{border-bottom:none}.cart-item__img{width:80px;height:80px;border-radius:var(--r-md);background:var(--surface-blue);overflow:hidden}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-weight:700;font-size:.9375rem;color:var(--navy);margin-bottom:.25rem}.cart-item__variant{font-size:.8125rem;color:var(--text-muted);margin-bottom:.625rem}.qty-ctrl{display:flex;align-items:center;gap:.5rem}.qty-btn{width:28px;height:28px;border-radius:var(--r-sm);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--navy);transition:all var(--ease-fast);background:#fff;cursor:pointer}.qty-btn:hover{border-color:var(--navy);background:var(--bg)}.qty-val{font-size:.9375rem;font-weight:700;min-width:22px;text-align:center;color:var(--navy)}.cart-item__price{font-weight:700;font-size:1rem;color:var(--navy);white-space:nowrap}.cart-upsell{padding:1rem 1.5rem;background:#6aaad414;border-top:1px solid var(--border);flex-shrink:0}.cart-upsell__inner{display:flex;align-items:center;gap:1rem}.cart-upsell__img{width:52px;height:52px;border-radius:var(--r-md);background:var(--surface-blue);overflow:hidden;flex-shrink:0}.cart-upsell__text p{font-size:.6875rem;color:var(--text-muted);margin-bottom:2px}.cart-upsell__text strong{font-size:.875rem;color:var(--navy);display:block}.cart-upsell__add{margin-left:auto;padding:6px 14px;border:1.5px solid var(--navy);border-radius:var(--r-full);font-size:.75rem;font-weight:700;color:var(--navy);transition:all var(--ease-fast);flex-shrink:0;background:#fff;cursor:pointer;font-family:var(--font-body)}.cart-upsell__add:hover{background:var(--navy);color:#fff}.cart-drawer__foot{padding:1.5rem;border-top:1px solid var(--border);flex-shrink:0}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem}.cart-subtotal__label{font-size:.9375rem;color:var(--text-2)}.cart-subtotal__val{font-size:1.375rem;font-weight:700;color:var(--navy)}.cart-btns{display:flex;flex-direction:column;gap:.625rem}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#162b54a6;z-index:5000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity var(--ease)}.popup-overlay.is-open{opacity:1;pointer-events:all}.email-popup{background:var(--surface);border-radius:var(--r-xl);max-width:580px;width:100%;overflow:hidden;box-shadow:var(--shadow-xl);transform:scale(.96);transition:transform var(--ease-slow)}.popup-overlay.is-open .email-popup{transform:scale(1)}.popup__img{height:190px;background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.popup__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:.6}.popup__logo-img{max-width:160px;max-height:70px;width:auto;height:auto;object-fit:contain;display:block;position:relative;z-index:1;filter:brightness(0) invert(1)}.popup__img-text{font-family:var(--font-heading);font-size:3rem;font-weight:300;color:#ffffff40;letter-spacing:.25em;text-transform:uppercase;position:relative;z-index:1}.popup__img-sub{font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--blue-lt);position:absolute;bottom:1.5rem}.popup-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background var(--ease-fast)}.popup-close:hover{background:#ffffff40}.popup__body{padding:2.25rem 2.5rem;text-align:center}.popup__label{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:.625rem}.popup__title{font-family:var(--font-heading);font-size:2.25rem;color:var(--navy);margin-bottom:.75rem;font-weight:400}.popup__text{color:var(--text-2);font-size:.9375rem;margin-bottom:1.75rem;line-height:1.65}.popup__form{display:flex;flex-direction:column;gap:.625rem}.popup__input{padding:.9rem 1.25rem;border:1.5px solid var(--border);border-radius:var(--r-full);font-size:.9375rem;font-family:var(--font-body);color:var(--navy);background:var(--bg);outline:none;transition:border-color var(--ease-fast)}.popup__input:focus{border-color:var(--blue);background:#fff}.popup__skip{margin-top:1rem;font-size:.8125rem;color:var(--text-muted);cursor:pointer;display:inline-block;transition:color var(--ease-fast)}.popup__skip:hover{color:var(--navy)}.product-page{padding:3.5rem 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:start}.product-gallery{position:sticky;top:90px}.product-gallery__main{aspect-ratio:1;border-radius:var(--r-xl);background:var(--surface-blue);overflow:hidden;margin-bottom:.875rem;cursor:zoom-in;border:1px solid var(--border)}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform var(--ease-slow)}.product-gallery__main:hover img{transform:scale(1.03)}.product-gallery__thumbs{display:flex;gap:.625rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--r-md);background:var(--surface-blue);border:2px solid transparent;overflow:hidden;cursor:pointer;transition:all var(--ease-fast)}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--navy)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__label{font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:.625rem}.product-info__title{font-family:var(--font-heading);font-size:clamp(2rem,3vw,2.875rem);color:var(--navy);margin-bottom:.5rem;font-weight:400;line-height:1.1}.product-info__subtitle{font-size:1.0625rem;color:var(--text-2);margin-bottom:1.5rem;line-height:1.7}.product-pricing-row{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.product-pricing-row .price{font-size:2.125rem;font-weight:700;color:var(--navy)}.product-pricing-row .price--compare{font-size:1.25rem}.urgency-bar{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;background:#162b540d;border-radius:var(--r-md);border:1px solid var(--border);margin-bottom:1.75rem}.urgency-dot{width:8px;height:8px;border-radius:50%;background:var(--blue);animation:pulse 2s ease-in-out infinite;flex-shrink:0}.urgency-bar p{font-size:.8125rem;color:var(--navy);font-weight:600;margin:0}.purchase-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.75rem}.purchase-tab{padding:1rem 1.25rem;border:2px solid var(--border);border-radius:var(--r-lg);cursor:pointer;transition:all var(--ease-fast);text-align:left;background:#fff;font-family:var(--font-body)}.purchase-tab.active{border-color:var(--navy);background:var(--navy);color:#fff}.purchase-tab:hover:not(.active){border-color:var(--blue);background:var(--surface-blue)}.purchase-tab__label{font-size:.875rem;font-weight:700;display:block;margin-bottom:2px}.purchase-tab__sub{font-size:.75rem;opacity:.65;display:block}.purchase-tab.active .purchase-tab__sub{color:var(--blue-lt);opacity:1}.qty-breaks{margin-bottom:1.75rem}.qty-breaks__label{font-size:.875rem;font-weight:700;color:var(--navy);margin-bottom:.875rem}.qty-break-list{display:flex;flex-direction:column;gap:.625rem}.qty-break{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border:2px solid var(--border);border-radius:var(--r-lg);cursor:pointer;transition:all var(--ease-fast);background:#fff}.qty-break.selected{border-color:var(--navy);background:#162b5408}.qty-break:hover:not(.selected){border-color:var(--blue-xlt);background:var(--surface-blue)}.qty-break__left{display:flex;align-items:center;gap:1rem}.radio-dot{width:20px;height:20px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;transition:all var(--ease-fast);flex-shrink:0}.qty-break.selected .radio-dot{border-color:var(--navy);background:var(--navy)}.qty-break.selected .radio-dot:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.radio-dot.active{border-color:var(--navy);background:var(--navy)}.radio-dot.active:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff;display:block}.qty-break__qty{font-weight:700;font-size:.9375rem;color:var(--navy)}.qty-break__save{font-size:.6875rem;font-weight:700;color:#fff;background:var(--blue);padding:3px 8px;border-radius:var(--r-full)}.qty-break__price{font-weight:700;font-size:1rem;color:var(--navy)}.product-actions{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.75rem}.product-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem;padding:1.375rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1.75rem}.product-trust-item{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;font-weight:600;color:var(--text-2)}.product-trust-item svg{color:var(--blue);flex-shrink:0}.product-tabs-nav{display:flex;border-bottom:1px solid var(--border);margin-bottom:2rem;overflow-x:auto;scrollbar-width:none}.product-tabs-nav::-webkit-scrollbar{display:none}.product-tab-btn{padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;color:var(--text-muted);white-space:nowrap;border-bottom:2px solid transparent;transition:all var(--ease-fast);cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;font-family:var(--font-body);margin-bottom:-1px}.product-tab-btn.active{color:var(--navy);border-bottom-color:var(--blue)}.product-tab-btn:hover:not(.active){color:var(--text-2)}.product-tab-panel{display:none}.product-tab-panel.active{display:block}.ingredient-list{display:flex;flex-direction:column;gap:.625rem}.ingredient-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:var(--r-md);background:var(--surface-blue);border:1px solid var(--border-lt)}.ingredient-item__icon{width:38px;height:38px;border-radius:var(--r-sm);background:var(--navy);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;font-size:1rem}.ingredient-item h4{font-size:.9375rem;font-weight:700;color:var(--navy);margin-bottom:2px}.ingredient-item p{font-size:.8125rem;color:var(--text-muted);line-height:1.5}.faq-list{display:flex;flex-direction:column;gap:.625rem}.faq-item{border:1.5px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.faq-q{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.5rem;cursor:pointer;font-weight:700;font-size:.9375rem;color:var(--navy);transition:background var(--ease-fast);-webkit-user-select:none;user-select:none;background:none;border:none;width:100%;text-align:left;font-family:var(--font-body)}.faq-q:hover{background:var(--surface-blue)}.faq-chevron{flex-shrink:0;transition:transform var(--ease);color:var(--text-muted)}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height var(--ease-slow)}.faq-item.open .faq-a{max-height:400px}.faq-a__inner{padding:0 1.5rem 1.25rem;font-size:.9375rem;color:var(--text-2);line-height:1.75}.sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:2000;background:#fff;padding:1rem 1.5rem;box-shadow:0 -4px 24px #162b541f;border-top:1px solid var(--border);gap:.75rem;align-items:center}.sticky-atc__info strong{display:block;font-size:.9375rem;font-weight:700;color:var(--navy)}.sticky-atc__info span{font-size:.875rem;color:var(--text-muted)}.sticky-atc__btn{flex:1}.collection-header{background:linear-gradient(160deg,var(--surface) 0%,var(--surface-blue) 100%);padding:4.5rem 0;text-align:center;border-bottom:1px solid var(--border)}.collection-filters{padding:1.25rem 0;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:72px;z-index:100}.filter-scroll{display:flex;align-items:center;gap:.75rem;overflow-x:auto;scrollbar-width:none}.filter-scroll::-webkit-scrollbar{display:none}.filter-pill{padding:8px 18px;border-radius:var(--r-full);border:1.5px solid var(--border);font-size:.8125rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all var(--ease-fast);background:#fff;color:var(--text-2);font-family:var(--font-body)}.filter-pill.active,.filter-pill:hover{background:var(--navy);border-color:var(--navy);color:#fff}.bundle-hero{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);padding:5.5rem 0;text-align:center;color:#fff;position:relative;overflow:hidden}.bundle-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 60% 50%,rgba(106,170,212,.12) 0%,transparent 60%);pointer-events:none}.bundle-hero h1{color:#fff;margin-bottom:1rem;position:relative}.bundle-hero p{color:#ffffffb3;position:relative}.bundle-section{padding:5.5rem 0;background:var(--bg)}.bundle-layout{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:start}.bundle-card{background:var(--surface);border-radius:var(--r-xl);padding:2.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.bundle-card__head{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem}.bundle-step-num{width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.bundle-card__title{font-family:var(--font-heading);font-size:1.5rem;color:var(--navy);font-weight:500}.bundle-sizes{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.bundle-size-btn{padding:1.25rem 1.5rem;border:2px solid var(--border);border-radius:var(--r-xl);text-align:center;cursor:pointer;transition:all var(--ease-fast);background:#fff;font-family:var(--font-body);min-width:130px}.bundle-size-btn.active{border-color:var(--navy);background:var(--navy);color:#fff}.bundle-size-btn:hover:not(.active){border-color:var(--blue);background:var(--surface-blue)}.bundle-size-btn__num{font-family:var(--font-heading);font-size:2.25rem;font-weight:600;display:block;line-height:1}.bundle-size-btn__label{font-size:.8125rem;font-weight:600;display:block;margin-top:.25rem}.bundle-size-btn__save{font-size:.6875rem;color:var(--sage);margin-top:.25rem;display:block}.bundle-size-btn.active .bundle-size-btn__save{color:var(--blue-lt)}.bundle-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.bundle-prod{border:2px solid var(--border);border-radius:var(--r-xl);padding:1.25rem;text-align:center;cursor:pointer;transition:all var(--ease);position:relative;background:var(--bg)}.bundle-prod.selected{border-color:var(--navy);background:var(--surface-blue)}.bundle-prod:hover:not(.selected){border-color:var(--blue-xlt);box-shadow:var(--shadow-sm)}.bundle-prod__check{position:absolute;top:.75rem;right:.75rem;width:24px;height:24px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;opacity:0;transition:opacity var(--ease-fast)}.bundle-prod.selected .bundle-prod__check{opacity:1}.bundle-prod__img{aspect-ratio:1;border-radius:var(--r-lg);background:var(--surface-blue);margin-bottom:1rem;overflow:hidden;border:1px solid var(--border)}.bundle-prod__name{font-family:var(--font-heading);font-size:1.125rem;color:var(--navy);font-weight:500}.bundle-summary{background:var(--surface);border-radius:var(--r-xl);padding:2rem;position:sticky;top:96px;box-shadow:var(--shadow-md);border:1px solid var(--border)}.bundle-summary h3{font-family:var(--font-heading);font-size:1.5rem;color:var(--navy);margin-bottom:1.5rem;font-weight:500}.bundle-summary__empty{font-size:.9375rem;color:var(--text-muted);text-align:center;padding:2rem 0;font-style:italic}.bundle-summary__item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border);font-size:.9375rem;color:var(--navy);font-weight:600}.bundle-summary__totals{padding-top:1rem}.bundle-summary__line{display:flex;justify-content:space-between;font-size:.9375rem;color:var(--text-2);margin-bottom:.5rem}.bundle-summary__total{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:700;color:var(--navy);padding-top:.875rem;border-top:1px solid var(--border);margin-top:.875rem}.page-header{padding:4.5rem 0;background:linear-gradient(160deg,var(--surface) 0%,var(--surface-blue) 100%);text-align:center;margin-bottom:0;border-bottom:1px solid var(--border)}.page-body{padding:0 0 5.5rem}.richtext h2{font-family:var(--font-heading);font-size:1.875rem;color:var(--navy);margin:2.5rem 0 1rem;font-weight:400}.richtext h3{font-size:1.25rem;font-weight:700;color:var(--navy);margin:2rem 0 .75rem}.richtext p{margin-bottom:1rem;color:var(--text-2);line-height:1.8}.richtext ul,.richtext ol{list-style:initial;padding-left:1.5rem;margin-bottom:1rem}.richtext li{margin-bottom:.375rem;color:var(--text-2);line-height:1.75}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-form{background:var(--surface);border-radius:var(--r-xl);padding:3rem;box-shadow:var(--shadow-md);border:1px solid var(--border)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.form-input,.form-textarea,.form-select{width:100%;padding:.875rem 1.25rem;border:1.5px solid var(--border);border-radius:var(--r-lg);font-size:.9375rem;font-family:var(--font-body);color:var(--navy);background:var(--bg);outline:none;transition:border-color var(--ease-fast)}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--blue);background:#fff}.form-textarea{resize:vertical;min-height:130px}.about-hero{padding:6rem 0;background:linear-gradient(160deg,var(--surface) 0%,var(--surface-blue) 100%)}.about-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-image{border-radius:var(--r-xl);aspect-ratio:4/5;background:linear-gradient(135deg,var(--surface-blue) 0%,var(--bg) 100%);overflow:hidden;box-shadow:var(--shadow-xl);border:1px solid var(--border)}.about-image img{width:100%;height:100%;object-fit:cover}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.value-card{background:var(--surface-blue);border-radius:var(--r-xl);padding:2rem;border:1px solid var(--border)}.value-card__icon{font-size:2rem;margin-bottom:1.25rem}.value-card h4{font-family:var(--font-heading);font-size:1.25rem;color:var(--navy);margin-bottom:.5rem;font-weight:500}.value-card p{font-size:.9375rem;color:var(--text-2);line-height:1.7}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-block__num{font-family:var(--font-heading);font-size:3rem;font-weight:600;color:#fff;display:block;line-height:1}.stat-block__label{font-size:.8125rem;color:#ffffff80;margin-top:.5rem}.reviews-header{background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy) 100%);color:#fff;padding:4.5rem 0}.reviews-score-grid{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center;max-width:680px;margin:0 auto}.reviews-big-score{font-family:var(--font-heading);font-size:6rem;font-weight:600;color:#fff;line-height:1}.reviews-bar-row{display:flex;align-items:center;gap:.875rem;font-size:.875rem;color:#ffffffb3;margin-bottom:.5rem}.reviews-bar{flex:1;height:6px;background:#ffffff26;border-radius:var(--r-full);overflow:hidden}.reviews-bar__fill{height:100%;background:var(--blue);border-radius:var(--r-full)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-on-scroll{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.float-anim{animation:floatY 4s ease-in-out infinite}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.toast-wrap{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:9999;pointer-events:none}.toast{background:var(--navy);color:#fff;padding:.875rem 1.75rem;border-radius:var(--r-full);font-size:.875rem;font-weight:600;box-shadow:var(--shadow-lg);animation:toast-in .3s ease forwards;white-space:nowrap}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.tag{display:inline-block;padding:4px 12px;border-radius:var(--r-full);font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tag--blue{background:#6aaad426;color:var(--blue)}.tag--navy{background:#162b541a;color:var(--navy)}.tag--sage{background:#6b9b7e26;color:var(--sage)}.tag--verified{background:#162b5414;color:var(--navy)}.divider{height:1px;background:var(--border);margin:2rem 0}@media(max-width:1200px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr;text-align:center;min-height:auto;padding:4rem var(--pad)}.hero__ctas{justify-content:center}.hero__trust{justify-content:center;flex-wrap:wrap}.hero__sub{max-width:100%;margin-left:auto;margin-right:auto}.hero__image-col{max-width:460px;margin:0 auto;justify-content:center}.hero__image-frame{aspect-ratio:3/2}.hero__badge--tl{left:0;top:1rem}.hero__badge--br{right:0;bottom:1rem}.hero__stats,.why-grid,.ritual-grid{grid-template-columns:repeat(2,1fr)}.patch-card{grid-template-columns:1fr}.patch-card--flip .patch-card__panel:first-child{order:0}.patch-card--flip .patch-card__panel:last-child{order:0}.patch-card__panel--mint,.patch-card__panel--dark{padding:2.5rem 2rem}.patch-card__panel--img{min-height:280px;padding:1.25rem}.guarantee-inner{grid-template-columns:1fr;text-align:center}.guarantee-badge{justify-content:center}.about-hero__inner,.product-layout{grid-template-columns:1fr}.product-gallery{position:static}.bundle-layout{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:2rem}.values-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--pad:1rem}.site-nav{display:none}.mobile-menu-btn{display:flex}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:auto}.hero__inner{padding:3rem var(--pad)}.hero__stats{grid-template-columns:repeat(2,1fr)}.why-grid,.hiw-row{grid-template-columns:1fr}.hiw-row--flip .hiw-row__body{order:0}.hiw-row__body{padding:2rem 1.5rem}.patch-card{border-radius:var(--r-lg)}.patch-card__panel--mint,.patch-card__panel--dark{padding:2rem 1.25rem}.patch-card__panel--img{min-height:220px;padding:1rem}.ritual-grid,.testimonials__grid{grid-template-columns:1fr}.comparison-wrap{overflow-x:auto}.site-footer__grid{grid-template-columns:1fr;gap:1.75rem}.footer-email-form{flex-direction:column}.site-footer__bottom{flex-direction:column;text-align:center}.sticky-atc{display:flex}.cart-drawer{width:100%}.product-trust-grid{grid-template-columns:1fr}.reviews-score-grid{grid-template-columns:1fr;text-align:center}.reviews-big-score{font-size:4rem}.badge-row__inner{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:0 var(--pad)}.badge-item{flex-shrink:0}.hero__badge--tl,.hero__badge--br{display:none}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.hero__ctas,.final-cta__btns{flex-direction:column;align-items:stretch}.btn{justify-content:center;text-align:center}.purchase-tabs,.values-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.hero__stats{grid-template-columns:repeat(2,1fr);gap:0}}.upsell-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9100;background:var(--bg);opacity:0;pointer-events:none;transition:opacity .3s;display:flex;flex-direction:column;align-items:center;justify-content:center}.upsell-page.is-open{opacity:1;pointer-events:auto}.upsell-page__close{position:fixed;top:1.25rem;right:1.5rem;z-index:1;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-full);width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--navy);transition:background .15s,transform .15s;box-shadow:var(--shadow-sm)}.upsell-page__close:hover{background:var(--surface-blue);transform:scale(1.05)}.upsell-page__layout{display:grid;grid-template-columns:1fr 1fr;width:100%;height:100%;min-height:0}.upsell-page__img-col{background:var(--surface-blue);display:flex;align-items:center;justify-content:center;padding:3rem;overflow:hidden}.upsell-page__img{width:100%;height:100%;max-width:520px;max-height:100%;object-fit:contain;display:block}.upsell-page__img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-muted)}.upsell-page__img-placeholder span{font-size:4rem}.upsell-page__content{padding:3rem 3.5rem;display:flex;flex-direction:column;justify-content:center;gap:1.25rem;overflow-y:auto;background:var(--surface)}.upsell-page__eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin:0}.upsell-page__headline{font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.75rem);color:var(--navy);font-weight:400;margin:0;line-height:1.15}.upsell-page__product-name{font-family:var(--font-heading);font-size:clamp(1.25rem,2vw,1.625rem);color:var(--navy);font-weight:500;margin:0;line-height:1.2}.upsell-page__desc{font-size:.9375rem;color:var(--text-2);margin:0;line-height:1.65}.upsell-page__pricing{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.upsell-page__price-orig{font-size:1rem;color:var(--text-muted);text-decoration:line-through}.upsell-page__price-new{font-size:1.75rem;font-weight:700;color:var(--navy);font-family:var(--font-heading)}.upsell-page__badge{font-size:.75rem;font-weight:700;background:var(--blue);color:#fff;border-radius:var(--r-full);padding:.2rem .75rem;text-transform:uppercase;letter-spacing:.06em}.upsell-page__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.upsell-page__skip{background:none;border:none;padding:.5rem;font-size:.9rem;color:var(--text-muted);cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:3px;transition:color .15s;font-family:var(--font-body)}.upsell-page__skip:hover{color:var(--navy)}.upsell-page__trust{display:flex;flex-wrap:wrap;gap:.875rem}.upsell-page__trust span{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted)}.upsell-page__trust svg{color:var(--blue);flex-shrink:0}.upsell-page__processing{display:none;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg)}.upsell-page__processing p{font-size:1rem;color:var(--text-2)}.upsell-spinner{width:44px;height:44px;border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:upsell-spin .7s linear infinite}@keyframes upsell-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.upsell-page__layout{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:auto;min-height:100%}.upsell-page__img-col{padding:2rem;max-height:45vh}.upsell-page__img{max-height:100%}.upsell-page__content{padding:2rem 1.5rem;justify-content:flex-start}.upsell-page__close{top:.875rem;right:1rem}}@media(max-width:480px){.upsell-page__content{padding:1.5rem 1.25rem}.upsell-page__img-col{max-height:38vh;padding:1.5rem}}.upsell-urgency-banner{display:flex;align-items:center;gap:.5rem;background:#fff3cd;border:1.5px solid #F0C040;border-radius:var(--r-md);padding:.625rem 1rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;color:#7b5200}.upsell-urgency-banner svg{color:#c47d00;flex-shrink:0}.upsell-urgency-banner strong{color:#c47d00;font-variant-numeric:tabular-nums;letter-spacing:.02em}.upsell-page__eyebrow--urgent{color:#c0392b!important;font-weight:700}.upsell-page__badge--urgent{background:#c0392b}.upsell-social-proof{display:flex;align-items:center;gap:.4rem;font-size:.8125rem;color:var(--sage);font-weight:600;margin:.25rem 0 .5rem}.upsell-social-proof svg{color:var(--sage);flex-shrink:0}.upsell-page__skip--final{font-size:.8125rem;color:var(--text-muted);opacity:.7}.upsell-page__skip--final:hover{opacity:1}.product-full-desc{background:var(--surface)}.prod-desc-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:none;border:none;border-top:1.5px solid var(--border);border-bottom:1.5px solid var(--border);padding:1.25rem 0;cursor:pointer;text-align:left}.prod-desc-toggle__title{font-family:var(--font-heading);font-size:1.375rem;color:var(--navy);font-weight:400}.prod-desc-toggle__icon{flex-shrink:0;color:var(--blue);transition:transform .25s}.prod-desc-toggle[aria-expanded=true] .prod-desc-toggle__icon{transform:rotate(180deg)}.prod-desc-body{overflow:hidden}.prod-desc-body__inner{padding:1.75rem 0 .5rem;max-width:720px}.rte h1,.rte h2,.rte h3,.rte h4{font-family:var(--font-heading);color:var(--navy);font-weight:400;margin-bottom:.75rem;margin-top:1.75rem;line-height:1.2}.rte h1{font-size:clamp(1.75rem,3vw,2.5rem)}.rte h2{font-size:clamp(1.5rem,2.5vw,2rem)}.rte h3{font-size:clamp(1.25rem,2vw,1.5rem)}.rte h4{font-size:1.125rem}.rte p{font-size:.9375rem;color:var(--text-2);line-height:1.75;margin-bottom:1rem}.rte ul,.rte ol{padding-left:1.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.375rem}.rte li{font-size:.9375rem;color:var(--text-2);line-height:1.65}.rte strong,.rte b{font-weight:700;color:var(--navy)}.rte em,.rte i{font-style:italic}.rte a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.rte a:hover{color:var(--navy)}.rte img{max-width:100%;border-radius:var(--r-lg);margin:1.5rem 0}.rte hr{border:none;border-top:1px solid var(--border-lt);margin:2rem 0}.rte table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.875rem}.rte th{background:var(--surface-blue);color:var(--navy);font-weight:600;text-align:left;padding:.75rem 1rem;border-bottom:2px solid var(--border)}.rte td{padding:.625rem 1rem;border-bottom:1px solid var(--border-lt);color:var(--text-2)}.rte blockquote{border-left:3px solid var(--blue);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--surface-blue);border-radius:0 var(--r-md) var(--r-md) 0}.rte blockquote p{margin:0;color:var(--navy);font-style:italic}.cart-pg{background:var(--bg);padding:3.5rem 0 5rem;min-height:60vh}.cart-pg__hd{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.cart-pg__back{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--text-2);text-decoration:none;transition:color .15s}.cart-pg__back:hover{color:var(--navy)}.cart-pg__title{font-family:var(--font-heading);font-size:clamp(1.875rem,4vw,2.75rem);color:var(--navy);font-weight:400;margin:0}.cart-pg__count{color:var(--text-muted);font-size:1.5rem}.cart-pg__layout{display:grid;grid-template-columns:1fr 360px;gap:2.5rem;align-items:start}.cart-pg__left{display:flex;flex-direction:column;gap:.875rem}.cpg-item{display:grid;grid-template-columns:100px 1fr;gap:1.25rem;background:var(--surface);border-radius:var(--r-lg);padding:1.25rem;border:1px solid var(--border-lt);transition:opacity .25s}.cpg-item__img{border-radius:var(--r-md);overflow:hidden;background:var(--surface-blue);aspect-ratio:1;display:flex;align-items:center;justify-content:center;text-decoration:none}.cpg-item__img img{width:100%;height:100%;object-fit:contain;display:block}.cpg-item__body{display:flex;flex-direction:column;gap:.75rem}.cpg-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cpg-item__name{font-family:var(--font-heading);font-size:1.125rem;color:var(--navy);font-weight:500;text-decoration:none;display:block;line-height:1.2}.cpg-item__name:hover{color:var(--blue)}.cpg-item__meta{font-size:.8125rem;color:var(--text-muted);margin:.2rem 0 0}.cpg-item__remove{background:none;border:none;padding:.25rem;cursor:pointer;color:var(--text-muted);transition:color .15s;flex-shrink:0;line-height:1}.cpg-item__remove:hover{color:var(--error)}.cpg-item__foot{display:flex;justify-content:space-between;align-items:center}.cpg-item__price{font-size:1rem;font-weight:700;color:var(--navy);margin:0}.cpg-qty{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--r-full)}.cpg-qty__btn{background:none;border:none;width:34px;height:34px;cursor:pointer;font-size:1.125rem;color:var(--navy);display:flex;align-items:center;justify-content:center;transition:background .15s;border-radius:var(--r-full);line-height:1}.cpg-qty__btn:hover{background:var(--surface-blue)}.cpg-qty__val{min-width:30px;text-align:center;font-size:.9375rem;font-weight:600;color:var(--navy);-webkit-user-select:none;user-select:none}.cpg-cross{background:var(--surface);border-radius:var(--r-lg);padding:1.25rem;border:1px solid var(--border-lt)}.cpg-cross__label{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .875rem}.cpg-cross__card{display:flex;align-items:center;gap:1rem}.cpg-cross__img{width:72px;height:72px;border-radius:var(--r-md);overflow:hidden;background:var(--surface-blue);flex-shrink:0;display:flex;align-items:center;justify-content:center}.cpg-cross__img img{width:100%;height:100%;object-fit:contain;display:block}.cpg-cross__info{flex:1;min-width:0}.cpg-cross__name{font-family:var(--font-heading);font-size:1rem;color:var(--navy);font-weight:500;margin:0 0 .2rem;line-height:1.2}.cpg-cross__desc{font-size:.8125rem;color:var(--text-2);margin:0 0 .2rem}.cpg-cross__price{font-size:.9375rem;font-weight:700;color:var(--navy);margin:0}.cpg-cross__btn{flex-shrink:0;padding:.5rem 1.125rem;font-size:.875rem}.cart-sum{background:var(--surface);border-radius:var(--r-xl);padding:1.75rem;border:1px solid var(--border-lt);position:sticky;top:90px}.cart-sum__title{font-family:var(--font-heading);font-size:1.375rem;color:var(--navy);font-weight:400;margin:0 0 1.25rem}.cart-sum__ship{margin-bottom:1.25rem}.cart-sum__ship-txt{font-size:.8125rem;color:var(--text-2);margin:0 0 .5rem}.cart-sum__ship-track{height:6px;background:var(--border);border-radius:var(--r-full);overflow:hidden}.cart-sum__ship-fill{height:100%;background:linear-gradient(90deg,var(--blue),var(--navy-lt));border-radius:var(--r-full);transition:width .4s ease}.cart-sum__sep{height:1px;background:var(--border-lt);margin:1rem 0}.cart-sum__rows{display:flex;flex-direction:column;gap:.5rem}.cart-sum__row{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;color:var(--text-2)}.cart-sum__disc-lbl{display:block;font-size:.8125rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.cart-sum__disc-row{display:flex;gap:.5rem}.cart-sum__disc-input{flex:1;height:42px;padding:0 .875rem;border:1.5px solid var(--border);border-radius:var(--r-md);font-size:.875rem;color:var(--navy);background:var(--surface);outline:none;transition:border-color .15s;font-family:var(--font-body)}.cart-sum__disc-input:focus{border-color:var(--blue)}.cart-sum__disc-msg{font-size:.8125rem;margin:.5rem 0 0;padding:.375rem .625rem;border-radius:var(--r-sm)}.cart-sum__disc-msg.success{color:var(--success);background:#5a9a6e1a}.cart-sum__disc-msg.error{color:var(--error);background:#c0392b14}.cart-sum__total{display:flex;justify-content:space-between;align-items:center;font-size:1.0625rem;font-weight:700;color:var(--navy)}.cart-sum__trust{display:flex;flex-direction:column;gap:.5rem;padding-top:1.25rem;border-top:1px solid var(--border-lt)}.cart-sum__trust-row{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-muted)}.cart-sum__trust-row svg{color:var(--blue);flex-shrink:0}.cart-pg__empty{text-align:center;padding:5rem 1rem}.cart-pg__empty-icon{font-size:3.5rem;margin-bottom:1.5rem}.cart-pg__empty-title{font-family:var(--font-heading);font-size:2rem;color:var(--navy);font-weight:400;margin:0 0 .75rem}.cart-pg__empty-txt{color:var(--text-muted);margin:0 0 2rem;max-width:380px;margin-left:auto;margin-right:auto}@media(max-width:960px){.cart-pg__layout{grid-template-columns:1fr}.cart-sum{position:static}}@media(max-width:480px){.cpg-item{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.cart-pg__hd{flex-direction:column;align-items:flex-start}}.auth-pg{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:3rem 1rem;background:var(--bg)}.auth-card{background:var(--surface);border-radius:var(--r-xl);box-shadow:0 8px 48px #162b541a;padding:2.5rem 2rem;width:100%;max-width:480px}.auth-card__brand{text-align:center;margin-bottom:1.75rem}.auth-card__logo{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--navy);letter-spacing:.1em;margin:0 0 .2rem}.auth-card__tagline{font-size:.75rem;font-weight:500;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0}.auth-card__title{font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,2rem);color:var(--navy);font-weight:400;margin:0 0 .5rem;text-align:center}.auth-card__sub{font-size:.9375rem;color:var(--text-2);margin:0 0 1.75rem;text-align:center;line-height:1.5}.auth-field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.auth-field-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.auth-label{font-size:.8125rem;font-weight:600;color:var(--navy)}.auth-label-row{display:flex;justify-content:space-between;align-items:center}.auth-forgot{font-size:.8125rem;color:var(--blue);text-decoration:none;transition:color .15s}.auth-forgot:hover{color:var(--navy)}.auth-input{height:44px;padding:0 .875rem;border:1.5px solid var(--border);border-radius:var(--r-md);font-size:.9375rem;color:var(--navy);background:var(--surface);outline:none;transition:border-color .2s,box-shadow .2s;font-family:var(--font-body);width:100%;box-sizing:border-box}.auth-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #6aaad42e}.auth-input--error{border-color:var(--error)}select.auth-input{height:44px;-webkit-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A94B0' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center}.auth-hint{font-size:.75rem;color:var(--text-muted);margin:.25rem 0 0}.auth-accept{display:flex;align-items:flex-start;gap:.625rem;margin:.75rem 0;cursor:pointer}.auth-accept input[type=checkbox]{width:16px;height:16px;min-width:16px;margin-top:.15rem;accent-color:var(--blue);cursor:pointer}.auth-accept label{font-size:.875rem;color:var(--text-2);cursor:pointer;line-height:1.4}.auth-alert{padding:.875rem 1rem;border-radius:var(--r-md);font-size:.875rem;margin-bottom:1.25rem;line-height:1.4}.auth-alert--error{background:#c0392b12;color:var(--error);border:1px solid rgba(192,57,43,.2)}.auth-alert--success{background:#5a9a6e14;color:var(--success);border:1px solid rgba(90,154,110,.2)}.auth-card__switch{text-align:center;font-size:.9375rem;color:var(--text-2);margin:1.5rem 0 0}.auth-card__switch-link{color:var(--blue);font-weight:600;text-decoration:none;transition:color .15s}.auth-card__switch-link:hover{color:var(--navy)}@media(max-width:480px){.auth-card{padding:2rem 1.25rem;border-radius:var(--r-lg)}.auth-field-row{grid-template-columns:1fr}}.acct-pg{background:var(--bg);padding:3rem 0 5rem;min-height:60vh}.acct-hd{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.acct-hd__back{display:inline-block;font-size:.875rem;color:var(--blue);text-decoration:none;margin-bottom:.375rem;transition:color .15s}.acct-hd__back:hover{color:var(--navy)}.acct-hd__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);color:var(--navy);font-weight:400;margin:0}.acct-hd__sub{font-size:.9375rem;color:var(--text-muted);margin:.25rem 0 0}.acct-hd__logout{font-size:.875rem}.acct-layout{display:grid;grid-template-columns:200px 1fr;gap:2.5rem;align-items:start}.acct-nav{position:sticky;top:90px;display:flex;flex-direction:column;gap:.25rem}.acct-nav__link{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;border-radius:var(--r-md);font-size:.9375rem;color:var(--text-2);text-decoration:none;transition:background .15s,color .15s;font-weight:500}.acct-nav__link:hover,.acct-nav__link--active{background:var(--surface-blue);color:var(--navy)}.acct-nav__link svg{flex-shrink:0;color:var(--blue)}.acct-main{display:flex;flex-direction:column;gap:1.5rem}.acct-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.acct-stat{background:var(--surface);border-radius:var(--r-lg);padding:1.25rem;border:1px solid var(--border-lt);text-align:center}.acct-stat__num{display:block;font-family:var(--font-heading);font-size:1.875rem;color:var(--navy);font-weight:500}.acct-stat__lbl{display:block;font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.acct-card{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border-lt);overflow:hidden}.acct-card__hd{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-lt)}.acct-card__title{font-family:var(--font-heading);font-size:1.25rem;color:var(--navy);font-weight:400;margin:0}.acct-card__hd-link{font-size:.875rem;color:var(--blue);text-decoration:none;font-weight:500;cursor:pointer;background:none;border:none;transition:color .15s}.acct-card__hd-link:hover{color:var(--navy)}.acct-card__body{padding:1.25rem 1.5rem}.acct-card__foot{padding:.875rem 1.5rem;border-top:1px solid var(--border-lt);background:var(--bg)}.acct-details{display:flex;flex-direction:column;gap:.75rem}.acct-detail{display:flex;gap:1rem;align-items:baseline}.acct-detail__lbl{font-size:.8125rem;font-weight:600;color:var(--text-muted);min-width:120px;flex-shrink:0}.acct-detail__val{font-size:.9375rem;color:var(--navy)}.acct-orders{display:flex;flex-direction:column}.acct-order{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.125rem 1.5rem;text-decoration:none;border-bottom:1px solid var(--border-lt);transition:background .15s}.acct-order:last-child{border-bottom:none}.acct-order:hover{background:var(--bg)}.acct-order__num{font-family:var(--font-heading);font-size:1rem;color:var(--navy);font-weight:500;margin:0}.acct-order__date{font-size:.8125rem;color:var(--text-muted);margin:.2rem 0}.acct-order__items{font-size:.875rem;color:var(--text-2);margin:0}.acct-order__right{text-align:right;flex-shrink:0}.acct-order__total{font-size:.9375rem;font-weight:700;color:var(--navy);margin:.375rem 0 0}.acct-order__badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .625rem;border-radius:var(--r-full)}.acct-order__badge--fulfilled,.acct-order__badge--delivered{background:#5a9a6e1f;color:var(--success)}.acct-order__badge--processing,.acct-order__badge--paid{background:#6aaad426;color:var(--navy)}.acct-order__badge--unfulfilled,.acct-order__badge--pending{background:#162b5414;color:var(--text-2)}.acct-order__badge--partial,.acct-order__badge--partially-shipped{background:#ffc10726;color:#856404}.acct-order__badge--refunded,.acct-order__badge--cancelled{background:#c0392b14;color:var(--error)}.acct-order-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.acct-order-left,.acct-order-right{display:flex;flex-direction:column;gap:1.25rem}.acct-line{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;align-items:center;padding:.875rem 0;border-bottom:1px solid var(--border-lt)}.acct-line:last-child{border-bottom:none}.acct-line__img{width:72px;height:72px;border-radius:var(--r-md);overflow:hidden;background:var(--surface-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.acct-line__img img{width:100%;height:100%;object-fit:contain}.acct-line__name{font-family:var(--font-heading);font-size:1rem;color:var(--navy);font-weight:500;margin:0 0 .2rem}.acct-line__variant,.acct-line__qty{font-size:.8125rem;color:var(--text-muted);margin:.15rem 0 0}.acct-line__price{font-size:1rem;font-weight:700;color:var(--navy);white-space:nowrap}.acct-sum-rows{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.875rem}.acct-sum-row{display:flex;justify-content:space-between;font-size:.9375rem;color:var(--text-2)}.acct-sum-row--discount{color:var(--success)}.acct-sum-total{display:flex;justify-content:space-between;font-size:1.0625rem;font-weight:700;color:var(--navy);padding-top:.875rem;border-top:1px solid var(--border-lt)}.addr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.addr-card{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border-lt);padding:1.25rem;position:relative;display:flex;flex-direction:column;gap:.875rem}.addr-card--default{border-color:var(--blue)}.addr-card__badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:#6aaad42e;color:var(--blue);padding:.2rem .625rem;border-radius:var(--r-full)}.addr-card__address{font-style:normal;font-size:.9375rem;color:var(--navy);line-height:1.6}.addr-card__actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.addr-delete-btn{background:none;border:none;padding:.375rem;cursor:pointer;color:var(--text-muted);transition:color .15s;line-height:1}.addr-delete-btn:hover{color:var(--error)}.addr-edit-form{margin-top:.5rem;padding-top:.875rem;border-top:1px solid var(--border-lt)}.acct-address{font-style:normal;font-size:.9375rem;color:var(--navy);line-height:1.7}.acct-empty{text-align:center;padding:2.5rem 1rem;color:var(--text-muted)}.acct-badge{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;border-radius:var(--r-full);background:#6aaad426;color:var(--navy)}@media(max-width:960px){.acct-layout{grid-template-columns:1fr}.acct-nav{position:static;flex-direction:row;flex-wrap:wrap;gap:.375rem;padding:.75rem;background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border-lt)}.acct-nav__link{padding:.5rem .75rem;font-size:.875rem}.acct-order-layout{grid-template-columns:1fr}}@media(max-width:640px){.acct-stats{grid-template-columns:1fr 1fr}.acct-order{flex-direction:column;gap:.5rem}.acct-order__right{text-align:left;display:flex;align-items:center;gap:.75rem}.acct-line{grid-template-columns:60px 1fr auto;gap:.75rem}.acct-line__img{width:60px;height:60px}.addr-grid{grid-template-columns:1fr}}@media(max-width:480px){.acct-stats{grid-template-columns:1fr}.acct-card__hd,.acct-card__body,.acct-card__foot{padding:1rem}.acct-order{padding:.875rem 1rem}}.product-gallery__main{display:flex;align-items:flex-end;justify-content:center;position:relative}.product-gallery__main img{transition:transform .3s ease}.product-gallery__main--pack-2 img{width:58%;object-fit:contain}.product-gallery__main--pack-2 img:nth-child(1){transform:translate(22%) rotate(-5deg);z-index:1;position:relative}.product-gallery__main--pack-2 img:nth-child(2){transform:translate(-22%) rotate(5deg);z-index:1;position:relative}.product-gallery__main--pack-3 img{width:48%;object-fit:contain}.product-gallery__main--pack-3 img:nth-child(1){transform:translate(36%) rotate(-7deg);z-index:1;position:relative}.product-gallery__main--pack-3 img:nth-child(2){z-index:3;position:relative}.product-gallery__main--pack-3 img:nth-child(3){transform:translate(-36%) rotate(7deg);z-index:1;position:relative}.product-full-desc{background:var(--bg)}.product-full-desc .rte{max-width:800px;margin:0 auto}.urgency-bar--gift{display:flex;align-items:center;gap:.625rem;background:var(--surface-blue);border:1.5px solid var(--blue);border-radius:10px;padding:.75rem 1.125rem;font-size:1rem;color:var(--navy);margin-bottom:1.25rem;font-weight:500}.urgency-bar--gift svg{flex-shrink:0;color:var(--navy)}.urgency-bar--gift strong{color:var(--navy)}.pack-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;margin:1.25rem 0}.pack-card{position:relative;border:2px solid var(--border);border-radius:12px;padding:.875rem .5rem .625rem;cursor:pointer;text-align:center;background:var(--surface);transition:border-color .2s,box-shadow .2s;overflow:visible;-webkit-user-select:none;user-select:none}.pack-card:hover{border-color:var(--blue)}.pack-card--selected{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy);background:var(--surface-blue)}.pack-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:.6875rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .625rem;border-radius:4px;white-space:nowrap;color:#fff;line-height:1.4}.pack-card__badge--red{background:#dc2626}.pack-card__badge--amber{background:var(--blue)}.pack-card__imgs{display:flex;align-items:flex-end;justify-content:center;height:104px;margin-bottom:.625rem}.pack-card__img{width:64px;height:96px;object-fit:contain;flex-shrink:0}.pack-card__imgs--2 .pack-card__img:first-child{transform:translate(12px) rotate(-5deg);position:relative;z-index:1}.pack-card__imgs--2 .pack-card__img:last-child{transform:translate(-12px) rotate(5deg);position:relative;z-index:1}.pack-card__imgs--3 .pack-card__img:nth-child(1){transform:translate(22px) rotate(-7deg);position:relative;z-index:1}.pack-card__imgs--3 .pack-card__img:nth-child(2){position:relative;z-index:3}.pack-card__imgs--3 .pack-card__img:nth-child(3){transform:translate(-22px) rotate(7deg);position:relative;z-index:1}.pack-card__img-placeholder{width:64px;height:96px;background:var(--surface-blue);border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:2rem;color:var(--navy);font-weight:600}.pack-card__label{font-size:.875rem;font-weight:500;color:var(--text-2);line-height:1.3}.pack-card--selected .pack-card__label{color:var(--navy);font-weight:700}.purchase-opts{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.purch-opt{border:2px solid var(--border);border-radius:12px;cursor:pointer;overflow:hidden;background:var(--surface);transition:border-color .2s}.purch-opt:hover{border-color:#162b544d}.purch-opt--selected{border-color:var(--navy)}.purch-opt__banner{background:var(--navy);color:#fff;text-align:center;font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.4rem 1rem}.purch-opt__body{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem}.purch-opt__info{flex:1;min-width:0}.purch-opt__title{display:block;font-size:.9375rem;color:var(--navy);font-weight:700;line-height:1.2}.purch-opt__freq{font-size:.75rem;color:var(--text-muted)}.purch-opt__prices{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:.1rem}.purch-opt__prices .price{font-size:1rem;font-weight:700;color:var(--navy)}.purch-opt__prices .price--compare{font-size:.8125rem}.purch-opt__perks{list-style:none;margin:0;padding:0 1rem .875rem 2.5rem;display:flex;flex-direction:column;gap:.3rem}.purch-opt__perks li{font-size:.8125rem;color:var(--text-2);position:relative}.purch-opt__perks li:before{content:"\2713";position:absolute;left:-1.25rem;color:var(--sage);font-weight:700}.htu-section{background:var(--surface)}.htu-section .section-header__title{margin-bottom:2rem}.htu-steps{display:flex;flex-direction:column;gap:1.75rem;max-width:640px;margin:0 auto}.htu-step{display:flex;gap:1.25rem;align-items:flex-start}.htu-step__num{width:44px;height:44px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.htu-step__title{font-size:1rem;font-weight:700;color:var(--navy);margin:0 0 .375rem;font-family:var(--font-heading);font-size:1.125rem}.htu-step__desc{font-size:.9375rem;color:var(--text-2);line-height:1.75;margin:0}@media(max-width:600px){.htu-step__num{width:36px;height:36px;font-size:1rem}}.product-reviews{background:var(--bg)}.reviews-stats{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;background:var(--surface);border:1px solid var(--border-lt);border-radius:var(--r-lg);padding:1.5rem 1.75rem;margin-bottom:1.75rem}.reviews-stats__score{display:flex;flex-direction:column;align-items:center;gap:.25rem}.reviews-stats__big{font-family:var(--font-heading);font-size:3rem;font-weight:600;color:var(--navy);line-height:1}.reviews-stats__stars{font-size:1.25rem;color:#f5a623;letter-spacing:.1em}.reviews-stats__count{font-size:.8125rem;color:var(--text-muted);white-space:nowrap}.reviews-stats__bars{display:flex;flex-direction:column;gap:.375rem}.reviews-stats__bar-row{display:flex;align-items:center;gap:.5rem}.reviews-stats__bar-lbl{font-size:.75rem;color:var(--text-muted);width:20px;text-align:right;flex-shrink:0}.reviews-stats__bar-track{flex:1;height:8px;background:var(--border-lt);border-radius:4px;overflow:hidden}.reviews-stats__bar-fill{height:100%;background:#f5a623;border-radius:4px;transition:width .6s ease}.reviews-stats__bar-pct{font-size:.75rem;color:var(--text-muted);width:28px;flex-shrink:0}.reviews-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.reviews-filter{border:1.5px solid var(--border);border-radius:var(--r-full);background:var(--surface);padding:.4rem 1rem;font-size:.8125rem;font-weight:500;color:var(--text-2);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.reviews-filter:hover{border-color:var(--blue);color:var(--navy)}.reviews-filter.active{background:var(--navy);border-color:var(--navy);color:#fff}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}.review-card{background:var(--surface);border:1px solid var(--border-lt);border-radius:var(--r-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.review-card__head{display:flex;align-items:center;gap:.75rem}.review-card__rating{display:flex;gap:.1rem}.review-star{font-size:1rem;color:var(--border)}.review-star--on{color:#f5a623}.review-card__verified{font-size:.6875rem;font-weight:600;color:var(--sage);letter-spacing:.03em;margin-left:auto}.review-card__title{font-size:.9375rem;font-weight:700;color:var(--navy);margin:0;line-height:1.3}.review-card__body{font-size:.875rem;color:var(--text-2);line-height:1.7;margin:0;flex:1}.review-card__media{display:flex;gap:.5rem;flex-wrap:wrap}.review-media-btn{border:none;background:none;padding:0;cursor:pointer;border-radius:8px;overflow:hidden;transition:opacity .2s;flex-shrink:0}.review-media-btn img{width:72px;height:72px;object-fit:cover;display:block;border-radius:8px}.review-media-btn:hover{opacity:.85}.review-media-btn--video{width:72px;height:72px;background:var(--navy);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;color:#fff}.review-play{font-size:1.25rem;line-height:1}.review-card__foot{display:flex;align-items:center;justify-content:space-between;padding-top:.625rem;border-top:1px solid var(--border-lt)}.review-card__name{font-size:.875rem;color:var(--navy);font-weight:600}.review-card__date{font-size:.75rem;color:var(--text-muted)}.reviews-write-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#162b5473;z-index:1100;opacity:0;transition:opacity .3s}.reviews-write-overlay.is-open{display:block;opacity:1}.reviews-write-panel{position:fixed;bottom:0;left:0;right:0;max-height:90vh;overflow-y:auto;background:var(--surface);border-radius:var(--r-lg) var(--r-lg) 0 0;padding:1.5rem 1.5rem 2rem;z-index:1101;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.reviews-write-panel.is-open{transform:translateY(0)}.reviews-write-panel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.reviews-write-panel__head h3{font-family:var(--font-heading);font-size:1.375rem;color:var(--navy);font-weight:600;margin:0}.reviews-write-panel__close{border:none;background:none;cursor:pointer;color:var(--text-muted);padding:.25rem;line-height:1;border-radius:50%;transition:color .15s}.reviews-write-panel__close:hover{color:var(--navy)}.reviews-write-form,.reviews-write-success{display:flex;flex-direction:column;gap:.875rem}.reviews-write-success{align-items:center;text-align:center;padding:1.5rem 0}.reviews-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.reviews-form-group{display:flex;flex-direction:column;gap:.375rem}.reviews-form-label{font-size:.8125rem;font-weight:600;color:var(--navy)}.reviews-form-note{font-size:.75rem;color:var(--text-muted);text-align:center;margin:0}.star-picker{display:flex;gap:.375rem}.star-pick{border:none;background:none;font-size:1.75rem;color:var(--border);cursor:pointer;padding:0;line-height:1;transition:color .1s,transform .1s}.star-pick:hover,.star-pick.active{color:#f5a623}.star-pick:active{transform:scale(1.25)}.review-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:1200;display:flex;align-items:center;justify-content:center}.review-lightbox__close{position:absolute;top:1rem;right:1rem;border:none;background:#ffffff1f;color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.review-lightbox__close:hover{background:#ffffff40}.review-lightbox__inner{display:flex;align-items:center;justify-content:center}@media(max-width:900px){.reviews-stats{grid-template-columns:auto 1fr;grid-template-rows:auto auto}.reviews-stats>.btn{grid-column:1/-1;justify-self:start}}@media(max-width:600px){.reviews-stats{grid-template-columns:1fr;text-align:center}.reviews-stats__score{align-items:center}.reviews-stats__bars{width:100%}.reviews-grid,.reviews-form-row{grid-template-columns:1fr}.reviews-write-panel{padding:1.25rem 1.25rem 2rem}}@media(max-width:480px){.pack-selector{gap:.4rem}.pack-card{padding:.75rem .25rem .625rem}.pack-card__img{width:52px;height:76px}.pack-card__imgs{height:84px}.pack-card__imgs--3 .pack-card__img:nth-child(1){transform:translate(16px) rotate(-7deg)}.pack-card__imgs--3 .pack-card__img:nth-child(3){transform:translate(-16px) rotate(7deg)}.purch-opt__body{padding:.75rem .875rem}.purch-opt__perks{padding-bottom:.75rem;padding-left:2.25rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/niory.css.map */
