:root{--background-hsl: 30 33% 98%;--foreground-hsl: 0 0% 10%;--card-hsl: 0 0% 100%;--primary-hsl: 174 58% 26%;--primary-dark-hsl: 174 62% 20%;--primary-light-hsl: 174 50% 38%;--primary-foreground-hsl: 0 0% 100%;--secondary-hsl: 28 30% 92%;--muted-hsl: 28 20% 94%;--muted-foreground-hsl: 0 0% 40%;--border-hsl: 28 20% 88%;--destructive-hsl: 0 84% 60%;--obsidian-hsl: 0 0% 10%;--petal-hsl: 340 82% 88%;--sky-hsl: 213 94% 82%;--amber-hsl: 43 96% 58%;--background: hsl(var(--background-hsl));--foreground: hsl(var(--foreground-hsl));--card: hsl(var(--card-hsl));--primary: hsl(var(--primary-hsl));--primary-dark: hsl(var(--primary-dark-hsl));--primary-light: hsl(var(--primary-light-hsl));--primary-foreground: hsl(var(--primary-foreground-hsl));--secondary: hsl(var(--secondary-hsl));--muted: hsl(var(--muted-hsl));--muted-foreground: hsl(var(--muted-foreground-hsl));--border: hsl(var(--border-hsl));--destructive: hsl(var(--destructive-hsl));--obsidian: hsl(var(--obsidian-hsl));--petal: hsl(var(--petal-hsl));--sky: hsl(var(--sky-hsl));--amber: hsl(var(--amber-hsl));--radius: 1.5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-3xl: 1.5rem;--shadow-sm: 0 1px 2px rgb(0 0 0 / .05);--shadow-md: 0 8px 24px -18px rgb(0 0 0 / .35);--shadow-lg: 0 18px 38px -24px rgb(0 0 0 / .38);--shadow-primary: 0 16px 34px -18px hsl(var(--primary-hsl) / .45);--font-body: "Inter", ui-sans-serif, system-ui, sans-serif;--font-heading: "Outfit", ui-sans-serif, system-ui, sans-serif;--font-display: "Outfit", ui-sans-serif, system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;font-family:var(--font-body)}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-body)!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body,button,input,textarea,select{font:inherit}body :where(p,a,li,button,input,textarea,select,label,summary,small){font-family:var(--font-body)}button,select{cursor:pointer}button{border:0;background:none}a{color:inherit;text-decoration:none}img,svg{display:block}img{max-width:100%}h1,h2,h3,h4,h5,h6,p{margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:0}:where(h1,h2,h3,h4,h5,h6) :where(span,strong,em,b){font-family:inherit}ul{margin:0;padding:0;list-style:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;z-index:999;top:.5rem;left:.5rem;transform:translateY(-140%);border-radius:var(--radius-xl);background:var(--primary);color:var(--primary-foreground);padding:.75rem 1rem;font-weight:700;transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}.page-width,.page-width--wide{width:min(100% - 2rem,80rem);margin-inline:auto}.site-main{min-height:60vh}.announcement{width:100%;background:var(--primary);color:var(--primary-foreground);text-align:center;font-family:var(--font-body);font-size:.875rem;min-height:2.375rem;padding:.625rem 1rem}.announcement__message{display:none}.announcement__message.is-active{display:block;animation:fade-up .24s ease-out both}.site-header{position:sticky;top:0;z-index:50;background:hsl(var(--background-hsl) / .95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);transition:background-color .25s ease,box-shadow .25s ease}.header__inner{min-height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand-logo{color:var(--primary);font-family:var(--font-display);font-size:1.5rem;font-weight:800;line-height:1;white-space:nowrap}.brand-logo img{width:auto;max-height:2.25rem}.header-nav{display:none;align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground-hsl) / .72)}.header-nav a{transition:color .2s ease,background-color .2s ease}.header-nav a:hover{color:var(--primary)}.header-nav .btn{min-height:auto;border-radius:var(--radius-xl);padding:.5rem 1rem;font-size:.875rem;font-weight:800;color:#fff;box-shadow:none}.header-actions{display:flex;align-items:center;gap:.35rem;color:hsl(var(--foreground-hsl) / .72)}.icon-button{position:relative;color:inherit;display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;min-height:2.25rem;border-radius:var(--radius-xl);transition:color .2s ease,background-color .2s ease}.icon-button:hover{color:var(--primary);background:hsl(var(--secondary-hsl) / .8)}.cart-count{position:absolute;top:.05rem;right:.05rem;width:1.125rem;height:1.125rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:var(--primary-foreground);font-size:.625rem;font-weight:800}.mobile-menu{display:block}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu__panel{position:absolute;left:1rem;right:1rem;top:calc(100% + .25rem);background:var(--background);border-top:1px solid var(--border);border:1px solid var(--border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:.5rem}.mobile-menu__panel a{display:block;border-radius:var(--radius-xl);padding:.85rem .75rem;font-size:1rem;font-weight:500}.mobile-menu__panel a:hover{background:var(--secondary)}.section{padding:4rem 0}.section--tight{padding-block:3rem}.section--card,.section--pearl{background:var(--background)}.section--soft{background:hsl(var(--secondary-hsl) / .5)}.section-heading{font-size:1.875rem;line-height:1.18;font-weight:800;text-align:center}.section-copy{color:var(--muted-foreground);font-size:1.05rem;line-height:1.65}.eyebrow{display:inline-block;border-radius:999px;background:hsl(var(--primary-hsl) / .1);color:var(--primary);font-size:.75rem;font-weight:800;line-height:1;text-transform:uppercase;padding:.5rem 1rem;margin-bottom:1.25rem}.hero{position:relative;overflow:hidden;padding:3rem 0;background:linear-gradient(135deg,var(--background) 0%,hsl(var(--secondary-hsl) / .42) 52%,var(--background) 100%)}.hero__grid,.two-column{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.hero__content{order:2;display:grid;gap:1.5rem;animation:fade-up .55s ease-out both}.hero__content .eyebrow{margin-bottom:0;justify-self:start}.hero__title{font-size:2.25rem;line-height:1.12;font-weight:800}.text-brand{color:var(--primary)}.hero__copy{color:var(--muted-foreground);font-size:1.125rem;line-height:1.65;max-width:34rem}.hero__buttons,.button-row{display:flex;flex-direction:column;gap:.75rem}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:3.5rem;border-radius:var(--radius-2xl);padding:1rem 2rem;font-size:1rem;font-weight:700;line-height:1;text-align:center;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,border-color .22s ease,color .22s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-primary)}.btn--primary:hover{background:var(--primary-dark);box-shadow:0 22px 42px -20px hsl(var(--primary-hsl) / .55)}.btn--secondary{background:transparent;color:var(--foreground);border:2px solid var(--border)}.btn--secondary:hover{border-color:hsl(var(--primary-hsl) / .4);background:hsl(var(--secondary-hsl) / .5)}.btn--cream{background:var(--primary);color:#fff;box-shadow:var(--shadow-primary)}.btn--cream:hover{background:var(--primary-light)}.btn:disabled,.btn.is-disabled{cursor:not-allowed;opacity:.55;transform:none}.chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding-top:.25rem}.chip{display:inline-flex;align-items:center;gap:.5rem;min-height:2.625rem;border:1px solid hsl(var(--border-hsl) / .5);border-radius:var(--radius-2xl);background:#fff;box-shadow:var(--shadow-sm);padding:.625rem .75rem;color:hsl(var(--foreground-hsl) / .82);font-size:.75rem;font-weight:600}.chip .icon{color:var(--primary);width:1rem;height:1rem}.hero__media{order:1;position:relative;animation:scale-in .6s ease-out .12s both}.hero__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:2rem;background:linear-gradient(135deg,hsl(var(--primary-hsl) / .1),hsl(var(--petal-hsl) / .28));transform:rotate(3deg)}.hero__media img,.media-card img{position:relative;z-index:1;width:100%;height:100%;border-radius:2rem;object-fit:cover;box-shadow:0 25px 50px -22px hsl(var(--primary-hsl) / .35)}.hero__media img{aspect-ratio:4 / 3}.feature-strip{background:#fff;border-block:1px solid hsl(var(--border-hsl) / .5)}.feature-strip__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;padding-block:2rem}.feature-strip__item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.icon-box{width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:var(--radius-2xl);background:hsl(var(--primary-hsl) / .1);color:var(--primary)}.icon{display:inline-flex;width:1.25rem;height:1.25rem;flex:0 0 auto}.icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon--lg{width:1.5rem;height:1.5rem}.icon--star svg{stroke:none;fill:currentColor}.problem-section{background:var(--background)}.problem-layout{display:grid;gap:3rem;align-items:center}.problem__content{display:grid;gap:2rem}.problem__intro{max-width:42rem;margin:0 auto 3rem;text-align:center}.problem__title,.compact-title{font-size:1.875rem;line-height:1.18;font-weight:800;margin-bottom:1rem}.problem-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem}.problem-item{display:flex;gap:1rem;align-items:flex-start;background:#fff;border:1px solid hsl(var(--border-hsl) / .5);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);padding:1.25rem;color:var(--foreground);font-size:.875rem;font-weight:500;transition:transform .25s ease,box-shadow .25s ease}.problem-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.problem-item__mark{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:var(--radius-xl);background:hsl(var(--destructive-hsl) / .1);color:var(--destructive);font-size:1.125rem;font-weight:800}.problem__media img{width:100%;aspect-ratio:1 / 1;border-radius:var(--radius-3xl);object-fit:cover;box-shadow:0 24px 42px -22px #00000059}.section-heading--left{text-align:left;margin-bottom:1rem}.eyebrow--plain{justify-self:start;background:transparent;padding:0;margin:0 0 1rem}.in-action-wrap,.emotional-section,.reviews-carousel{background:var(--background)}.in-action-row,.solution-row,.emotional-row{display:grid;gap:2.5rem;align-items:center}.in-action-copy,.solution-copy,.emotional-copy{display:grid;gap:1rem}.in-action-media img{width:100%;aspect-ratio:3 / 4;border-radius:var(--radius-3xl);object-fit:cover;box-shadow:var(--shadow-lg)}.solution-section{background:hsl(var(--secondary-hsl) / .5)}.solution-row{max-width:64rem}.solution-media img{width:100%;aspect-ratio:1 / 1;border-radius:var(--radius-3xl);object-fit:cover;box-shadow:var(--shadow-lg)}.emotional-media img{width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-3xl);object-fit:cover;box-shadow:var(--shadow-lg)}.centered{text-align:center}.centered .section-copy{margin-inline:auto;max-width:48rem}.meet-section{background:hsl(var(--secondary-hsl) / .5)}.meet-section .two-column{gap:3rem}.meet-media img{aspect-ratio:1 / 1;border-radius:2rem;box-shadow:0 24px 42px -22px #00000059}.meet-copy{display:grid;gap:1.5rem}.meet-copy .eyebrow{margin:0;justify-self:start;background:transparent;padding:0}.feature-grid,.reviews-grid,.bundles-grid,.steps-grid,.comparison-grid,.cards-grid{display:grid;gap:1.5rem}.feature-grid,.bundles-grid,.steps-grid,.reviews-grid,.comparison-grid{grid-template-columns:1fr}.features-section .section-heading,.reviews-section .section-heading,.bundles-section .section-heading,.steps-section .section-heading,.comparison-section .section-heading,.faq-section .section-heading{margin-bottom:3rem}.card,.review-card,.bundle-card,.step-card,.accordion-card,.contact-card,.cart-card{background:#fff;border:1px solid hsl(var(--border-hsl) / .5);border-radius:var(--radius-3xl);box-shadow:var(--shadow-sm)}.feature-card{padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover,.bundle-card:hover,.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-card__icon{margin-bottom:1rem}.feature-card h3,.review-card h3,.step-card h3,.bundle-card h3{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.feature-card p,.step-card p,.bundle-card p{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.review-card{padding:1.5rem;transition:transform .25s ease,box-shadow .25s ease}.stars{display:flex;gap:.125rem;color:var(--amber);margin-bottom:.75rem}.review-card__text{color:hsl(var(--foreground-hsl) / .82);font-size:.875rem;line-height:1.65;margin-bottom:1.25rem}.review-card__author{display:flex;align-items:center;gap:.75rem}.avatar{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:hsl(var(--primary-hsl) / .14);color:var(--primary);font-size:.8125rem;font-weight:800}.muted{color:var(--muted-foreground)}.small{font-size:.875rem}.bundles-section{background:var(--obsidian);color:#fff}.bundles-section .section-heading{color:#fff}.bundle-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:1.5rem;background:#ffffff0d;border-color:#ffffff1f;color:#fff;box-shadow:none;transition:transform .3s ease,box-shadow .3s ease}.bundle-card--highlight{background:var(--primary);border-color:var(--primary);box-shadow:0 22px 44px -25px hsl(var(--primary-hsl) / .8)}.bundle-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);border-radius:999px;padding:.35rem .75rem;background:#fff;color:var(--primary);font-size:.625rem;font-weight:800;text-transform:uppercase;white-space:nowrap}.bundle-badge--yellow{background:var(--amber);color:var(--obsidian)}.bundle-price{display:flex;align-items:baseline;gap:.5rem;margin:1.5rem 0}.bundle-price strong{color:#fff;font-size:1.875rem;font-weight:800}.old-price{color:#ffffff73;text-decoration:line-through}.bundle-card p,.bundles-section .check-list{color:#ffffffad}.check-list{display:grid;gap:.65rem;margin-bottom:1.5rem;font-size:.875rem}.check-list li{display:flex;align-items:center;gap:.5rem}.check-list .icon{color:#4ade80}.bundles-section .bundle-card .btn{margin-top:auto;background:var(--primary);color:#fff;border:0;box-shadow:none}.bundles-section .bundle-card .btn:hover{background:var(--primary-light)}.bundles-section .bundle-card--highlight .btn{background:#fff;color:var(--primary)}.final-cta{position:relative;overflow:hidden;color:#fff;text-align:center;padding-block:5rem}.final-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0}.final-cta__bg img{width:100%;height:100%;object-fit:cover}.final-cta__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,hsl(var(--obsidian-hsl) / .82),hsl(var(--obsidian-hsl) / .62),hsl(var(--obsidian-hsl) / .42))}.final-cta__inner{position:relative;z-index:1;padding-block:0}.final-cta .section-copy{color:#ffffffd1;margin-block:1rem 2rem}.site-footer{background:var(--obsidian);color:#fffc}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;padding-block:4rem 3rem}.site-footer .brand-logo,.site-footer h3{color:#fff}.site-footer p,.site-footer li,.site-footer a{color:#ffffff9e}.site-footer a:hover{color:#fff}.site-footer h4{color:#fff;font-family:var(--font-heading);font-size:.875rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.site-footer ul{display:grid;gap:.75rem;font-size:.875rem}.footer-social{display:flex;gap:1rem;padding-top:.5rem}.footer-social a{color:#ffffff80}.footer-social .icon svg[fill=currentColor]{stroke:none}.footer-newsletter{display:flex;gap:.5rem}.footer-newsletter input{min-width:0;flex:1;border:1px solid rgb(255 255 255 / .2);border-radius:var(--radius-xl);background:#ffffff1a;color:#fff;padding:.75rem .9rem;outline:0}.footer-newsletter input::placeholder{color:#ffffff6b}.footer-newsletter .btn{min-height:2.875rem;border-radius:var(--radius-xl);padding:.75rem 1rem}.footer-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;border-top:1px solid rgb(255 255 255 / .1);padding-block:2rem}.footer-trust__item{display:flex;align-items:center;gap:.5rem;color:#ffffff80;font-size:.75rem}.site-footer__bottom{border-top:1px solid rgb(255 255 255 / .1);padding-block:1.5rem;font-size:.75rem;color:#fff6}.site-footer__bottom-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.payment-pills{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}.payment-pills span:not(.muted){border:1px solid rgb(255 255 255 / .1);border-radius:.5rem;background:#ffffff0d;padding:.25rem .625rem;color:#ffffff8c;font-weight:600}.product{background:var(--background);padding:2.5rem 0}.product-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}.product-info{display:grid;gap:1.25rem}.product-main-image{display:flex;align-items:center;justify-content:center;overflow:hidden;aspect-ratio:1 / 1;border-radius:var(--radius-3xl);background:var(--secondary)}.product-main-image img{width:100%;height:100%;object-fit:cover}.thumbnail-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;margin-top:1rem}.thumbnail{aspect-ratio:1 / 1;overflow:hidden;border:2px solid transparent;border-radius:var(--radius-xl);background:var(--secondary);opacity:.62;padding:0;transition:border-color .2s ease,opacity .2s ease,box-shadow .2s ease}.thumbnail.is-active{border-color:var(--primary);box-shadow:var(--shadow-sm);opacity:1}.thumbnail:hover{opacity:1}.thumbnail img{width:100%;height:100%;object-fit:cover}.rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.rating-row .stars{margin-bottom:0}.product-title{font-size:2rem;line-height:1.15;font-weight:800}.product-description{color:var(--muted-foreground);font-size:1rem;line-height:1.65}.product-price{color:var(--obsidian);font-size:1.875rem;font-weight:800}.product-form{display:grid;gap:1.25rem}.option-label-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem}.option-label-row strong{font-weight:700}.swatches,.radio-options{display:flex;flex-wrap:wrap;gap:.5rem}.swatch{position:relative;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:2px solid transparent;background:var(--swatch-color, var(--primary));-webkit-appearance:none;appearance:none;cursor:pointer;padding:0;transition:transform .2s ease,border-color .2s ease}.swatch:hover{transform:scale(1.05)}.swatch input,.variant-pill input,.bundle-option input{position:absolute;opacity:0;pointer-events:none}.swatch.is-selected,.swatch:has(input:checked){border-color:var(--obsidian);transform:scale(1.08)}.swatch .icon{display:none;color:#fff;filter:drop-shadow(0 1px 2px rgb(0 0 0 / .4))}.swatch:has(input:checked) .icon,.swatch.is-selected .icon{display:inline-flex}.variant-pill{position:relative;display:inline-flex;align-items:center;border:2px solid var(--border);border-radius:var(--radius-2xl);background:#fff;padding:.65rem 1rem;font-weight:700}.variant-pill:has(input:checked){border-color:var(--primary);background:hsl(var(--primary-hsl) / .05);color:var(--primary)}.bundle-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.bundle-heading h3{font-size:.875rem;font-weight:800}.bundle-heading span{color:var(--primary);font-size:.75rem;font-weight:600}.bundle-options{display:grid;gap:.625rem}.bundle-option{position:relative;display:block;overflow:hidden;border:2px solid var(--border);border-radius:var(--radius-2xl);background:#fff;color:var(--foreground);padding:0;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.bundle-option.is-selected,.bundle-option:has(input:checked){border-color:var(--primary);background:hsl(var(--primary-hsl) / .05);box-shadow:var(--shadow-md)}.bundle-option>.bundle-badge{position:static;transform:none;display:block;width:100%;border-radius:0;background:var(--primary);color:#fff;padding:.3rem 1rem;text-align:center}.bundle-option>.bundle-badge--yellow{background:var(--amber);color:var(--obsidian)}.bundle-option__inner{display:flex;align-items:center;gap:.75rem;padding:1rem}.bundle-radio{width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:2px solid var(--border);border-radius:999px}.bundle-option:has(input:checked) .bundle-radio,.bundle-option.is-selected .bundle-radio{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.bundle-option__text{flex:1}.bundle-option__title{display:block;color:var(--obsidian);font-size:.875rem;font-weight:800}.bundle-option.is-selected .bundle-option__title{color:var(--primary)}.bundle-option__sub{display:block;color:var(--muted-foreground);font-size:.75rem;margin-top:.15rem}.bundle-option__price{min-width:5rem;text-align:right;font-weight:800}.bundle-option__price strong{display:block;color:var(--obsidian);font-size:1rem}.bundle-option__price .old-price{color:var(--muted-foreground);font-size:.8125rem}.bundle-save{display:block;color:#059669;font-size:.625rem;font-weight:800}.product-actions{display:grid;gap:.625rem}.product-actions .btn{width:100%;min-height:3.75rem;border-radius:var(--radius-2xl);font-size:1rem;font-weight:800}.multi-color-selector{display:grid;gap:.75rem}.multi-color-selector h3{font-size:.875rem;font-weight:800}.multi-color-row{display:flex;align-items:center;gap:.75rem}.multi-color-row.is-hidden{display:none}.multi-color-row>span{width:4.25rem;flex:0 0 auto;font-size:.75rem;font-weight:800}.multi-color-options{display:flex;flex-wrap:wrap;gap:.5rem}.color-pill{display:inline-flex;align-items:center;gap:.375rem;border:2px solid var(--border);border-radius:var(--radius-xl);background:#fff;color:var(--muted-foreground);padding:.45rem .75rem;font-size:.75rem;font-weight:700;cursor:pointer}.color-pill.is-selected{border-color:var(--primary);background:hsl(var(--primary-hsl) / .06);color:var(--primary);box-shadow:var(--shadow-sm)}.color-pill .icon{display:none;width:.75rem;height:.75rem}.color-pill.is-selected .icon{display:inline-flex}.color-dot{width:.875rem;height:.875rem;border-radius:999px;display:inline-block}.color-dot--pink{background:#f5a6b8}.color-dot--blue{background:#6fa6e0}.trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.trust-item{display:flex;align-items:center;gap:.5rem;border:1px solid hsl(var(--border-hsl) / .4);border-radius:var(--radius-xl);background:hsl(var(--secondary-hsl) / .7);color:hsl(var(--foreground-hsl) / .72);padding:.625rem .75rem;font-size:.75rem;font-weight:600}.trust-item .icon{width:.875rem;height:.875rem;color:var(--primary)}.inline-review{background:#fff;border:1px solid hsl(var(--border-hsl) / .6);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);padding:1rem}.avatar--image{object-fit:cover}.reviews-carousel__header{margin-bottom:2.5rem}.reviews-carousel__header .stars{align-items:center;justify-content:center;margin-bottom:.5rem}.reviews-carousel__track{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.review-photo-card{width:min(80vw,22rem);flex:0 0 auto;scroll-snap-align:start;display:flex;flex-direction:column;gap:.85rem;background:#fff;border:1px solid hsl(var(--border-hsl) / .5);border-radius:var(--radius-3xl);box-shadow:var(--shadow-sm);padding:1.25rem}.review-photo-card__image{overflow:hidden;aspect-ratio:4 / 3;border-radius:var(--radius-2xl);background:var(--secondary)}.review-photo-card__image img{width:100%;height:100%;object-fit:cover}.reviews-carousel__hint{text-align:center;color:var(--muted-foreground);font-size:.75rem}.sticky-mobile-atc{position:fixed;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fffffff5;border-top:1px solid var(--border);box-shadow:0 -12px 30px #0000001f;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom))}.sticky-mobile-atc div{display:grid;gap:.15rem}.sticky-mobile-atc span{color:var(--primary);font-weight:800}.step-card{background:var(--background);padding:1.5rem;text-align:center}.step-card .icon-box{margin-bottom:1rem}.step-card__number{color:var(--primary);font-size:.75rem;font-weight:800;text-transform:uppercase;margin-bottom:.75rem}.comparison-card{padding:1.5rem}.comparison-card:first-child{background:#fef1f1b8;border-color:#f2b0b08c}.comparison-card--brand{background:hsl(var(--primary-hsl) / .05);color:var(--foreground);border-color:hsl(var(--primary-hsl) / .2)}.comparison-card h3{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.comparison-card:first-child h3,.comparison-card:first-child .bad,.comparison-card:first-child li{color:#a22525}.comparison-card--brand h3,.comparison-card--brand .icon{color:var(--primary)}.comparison-list{display:grid;gap:.75rem}.comparison-list li{display:flex;gap:.75rem;line-height:1.45;font-size:.875rem}.comparison-list .bad{font-weight:800}.verified-summary{text-align:center;margin-bottom:2.5rem}.verified-score{display:inline-flex;align-items:center;color:var(--obsidian);font-size:1.125rem;font-weight:800;margin-bottom:.75rem}.faq-list{display:grid;gap:.5rem}.accordion-card{padding-inline:1.25rem}.accordion-card summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;color:var(--obsidian);font-size:.875rem;font-weight:700;cursor:pointer}.accordion-card summary::-webkit-details-marker{display:none}.accordion-card summary:after{content:"+";color:var(--primary);font-weight:800}.accordion-card[open] summary:after{content:"-"}.accordion-card__content{color:var(--muted-foreground);font-size:.875rem;line-height:1.65;padding:0 0 1rem}.page-hero{text-align:center;max-width:42rem;margin:0 auto 2.5rem}.page-hero h1{font-size:1.875rem;line-height:1.18;font-weight:800;margin-bottom:.75rem}.faq-group{margin-bottom:2.5rem}.faq-group h2{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.contact-page{background:var(--background);min-height:60vh;padding-block:3rem 5rem}.contact-wrap{width:min(100% - 2rem,42rem);margin-inline:auto}.contact-form{display:grid;gap:1.25rem;border-radius:var(--radius-3xl);padding:1.5rem}.contact-form .btn{width:100%}.field label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.375rem}.field input,.field textarea,.field select{width:100%;border:1px solid var(--border);border-radius:var(--radius-xl);background:#fff;color:var(--foreground);padding:.75rem 1rem;outline:0}.field textarea{min-height:7.5rem;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px hsl(var(--primary-hsl) / .16)}.contact-cards{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}.contact-card{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem}.contact-card .icon-box{width:2rem;height:2rem;border-radius:var(--radius-xl)}.contact-note{margin-top:2rem;text-align:center;color:var(--muted-foreground);font-size:.875rem}.contact-note a{color:var(--primary);font-weight:700}.form-status{border-radius:var(--radius-xl);padding:1rem;background:hsl(var(--primary-hsl) / .1);color:var(--primary);font-weight:700}.form-errors{border-radius:var(--radius-xl);padding:1rem;background:hsl(var(--destructive-hsl) / .1);color:var(--destructive);font-weight:700}.policy-page,.track-page,.about-page{background:var(--background)}.about-hero{position:relative;overflow:hidden;padding:4rem 0;color:#fff;text-align:center}.about-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.about-hero__bg img{width:100%;height:100%;object-fit:cover}.about-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,hsl(var(--obsidian-hsl) / .82),hsl(var(--obsidian-hsl) / .52))}.about-hero__content{position:relative;z-index:1;max-width:48rem;margin-inline:auto}.about-hero h1{font-size:2.25rem;line-height:1.1;font-weight:800;margin-bottom:1rem}.about-hero p{color:#ffffffd1;font-size:1.125rem;line-height:1.7}.about-list,.policy-list{display:grid;gap:2rem}.about-item{display:flex;flex-direction:column;gap:1rem}.about-item__icon{width:3.5rem;height:3.5rem;border-radius:var(--radius-2xl);background:hsl(var(--primary-hsl) / .1);color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.about-item h2,.policy-item h2{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.about-item p,.policy-item p{color:var(--muted-foreground);line-height:1.7}.track-form{width:min(100% - 2rem,32rem);margin-inline:auto}.track-icon{width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-2xl);background:hsl(var(--primary-hsl) / .1);color:var(--primary);margin-bottom:1rem}.cart-card{padding:1.5rem}.cart-line{display:grid;grid-template-columns:5rem 1fr;gap:1rem;align-items:center;padding-block:1rem;border-bottom:1px solid var(--border)}.cart-line img{border-radius:var(--radius-xl);background:var(--secondary)}.quantity-input{width:5rem;border:1px solid var(--border);border-radius:var(--radius-xl);padding:.5rem .75rem;text-align:center}.cart-footer{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-top:1.5rem}.empty-state{text-align:center;padding:5rem 1rem}.product-card-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.product-card{display:flex;flex-direction:column;gap:1rem;background:#fff;border:1px solid hsl(var(--border-hsl) / .5);border-radius:var(--radius-3xl);padding:1rem;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card__image{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;border-radius:var(--radius-2xl);background:var(--secondary);overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card h2{font-size:1.05rem;font-weight:800}.product-card__price{color:var(--primary);font-weight:800;margin-top:.35rem}.pagination{margin-top:2rem;text-align:center}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(min-width:640px){.hero__buttons,.button-row{flex-direction:row}.chips{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid,.reviews-grid,.bundles-grid,.steps-grid,.product-card-grid,.problem-list,.contact-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-trust{grid-template-columns:repeat(4,minmax(0,1fr))}.site-footer__bottom-inner{flex-direction:row;justify-content:space-between}.cart-line{grid-template-columns:7rem 1fr auto}.cart-footer{flex-direction:row;align-items:end;justify-content:space-between}}@media(min-width:768px){.section{padding-block:5rem}.section-heading,.problem__title,.page-hero h1{font-size:2.25rem}.about-item{flex-direction:row;align-items:flex-start;gap:1.5rem}.about-item:nth-child(2n){flex-direction:row-reverse}}@media(min-width:960px){.header__inner{min-height:4.5rem}.header-nav{display:flex}.mobile-menu{display:none}.hero{padding-block:5rem}.hero__grid,.two-column,.product-grid,.problem-layout,.in-action-row,.solution-row,.emotional-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.in-action-row--reverse .in-action-media{order:2}.in-action-row--reverse .in-action-copy{order:1}.hero__content{order:1;gap:2rem}.hero__media{order:2}.hero__title{font-size:3.75rem}.section-heading,.problem__title,.page-hero h1{font-size:2.25rem}.product{padding-block:2.5rem}.product-grid{gap:3rem}.product-gallery{position:sticky;top:7rem;align-self:start}.product-title{font-size:2.25rem}.comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reviews-carousel__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;padding-bottom:0}.review-photo-card{width:auto}.reviews-carousel__hint,.sticky-mobile-atc{display:none}.site-footer__grid{grid-template-columns:1.3fr 1fr 1fr}}@media(min-width:1100px){.feature-strip__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid,.bundles-grid,.steps-grid,.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:520px){.page-width,.page-width--wide{width:min(100% - 2rem,80rem)}.brand-logo{font-size:1.35rem}.header-actions{gap:.2rem}.hero__title{font-size:2.15rem}.btn{width:100%}.thumbnail-grid{gap:.4rem}.bundle-heading{align-items:flex-start;flex-direction:column}.bundle-option__inner{align-items:flex-start}.bundle-option__price{min-width:4.5rem}.trust-grid,.footer-trust{grid-template-columns:1fr}.site-footer__bottom-inner{align-items:flex-start}.payment-pills{justify-content:flex-start}.cart-line__price{grid-column:1 / -1}}body :where(p,a,li,button,input,textarea,select,label,summary,small,.announcement,.header-nav,.hero__copy,.feature-strip__label,.section-subtitle){font-family:var(--font-body)!important}body :where(h1,h2,h3,h4,h5,h6,.brand-logo,.hero__title,.section-heading,.page-hero h1,.about-hero h1,.feature-card h3,.review-card h3,.step-card h3,.bundle-card h3,.site-footer h3,.site-footer h4){font-family:var(--font-heading)!important}body :where(h1,h2,h3,h4,h5,h6,.brand-logo,.hero__title,.section-heading) :where(span,strong,em,b){font-family:inherit!important}:root{--cta-glow: 0 18px 42px -18px hsl(var(--primary-hsl) / .8);--cta-glow-strong: 0 24px 54px -18px hsl(var(--primary-hsl) / .95)}html{scroll-behavior:smooth}.btn,.icon-button,.thumbnail,.card,.problem-item,.review-photo-card,.accordion-card,.trust-item{will-change:transform}.btn{position:relative;isolation:isolate;overflow:hidden;transform:translateZ(0)}.btn:after{content:"";position:absolute;inset:-40% auto -40% -65%;z-index:-1;width:42%;transform:skew(-18deg);background:linear-gradient(90deg,transparent,rgb(255 255 255 / .34),transparent);opacity:0}.btn:hover:after,.btn:focus-visible:after{animation:cta-shine .9s ease}.btn--primary{box-shadow:var(--cta-glow)}.btn--primary:hover,.btn--primary:focus-visible{box-shadow:var(--cta-glow-strong)}[data-buy-now]{min-height:4.45rem;border-radius:1.35rem;font-size:clamp(1.18rem,3vw,1.45rem);font-weight:900;letter-spacing:0;text-transform:none;box-shadow:0 18px 38px -15px hsl(var(--primary-hsl) / .9),inset 0 1px #fff3;animation:buy-now-breathe 2.8s ease-in-out infinite}[data-buy-now]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,rgb(255 255 255 / .18),transparent 36%,rgb(255 255 255 / .1));opacity:.8}[data-buy-now]:hover,[data-buy-now]:focus-visible{transform:translateY(-3px) scale(1.01)}[data-buy-now]:active{transform:translateY(0) scale(.99)}.product-main-image,.hero__media img,.in-action-media img,.solution-media img,.emotional-media img,.review-photo-card__image,.final-cta__bg img{transform:translateZ(0)}.product-main-image img,.hero__media img,.in-action-media img,.solution-media img,.emotional-media img,.review-photo-card__image img{transition:transform .55s ease,filter .55s ease}.product-main-image:hover img,.hero__media:hover img,.in-action-media:hover img,.solution-media:hover img,.emotional-media:hover img,.review-photo-card:hover .review-photo-card__image img{transform:scale(1.035)}.card:hover,.problem-item:hover,.review-photo-card:hover,.accordion-card:hover,.trust-item:hover{transform:translateY(-3px)}.reveal-ready .reveal-item{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal-ready .reveal-item.is-visible{opacity:1;transform:translateY(0)}@keyframes cta-shine{0%{opacity:0;transform:translate(0) skew(-18deg)}18%{opacity:1}to{opacity:0;transform:translate(410%) skew(-18deg)}}@keyframes buy-now-breathe{0%,to{box-shadow:0 18px 38px -15px hsl(var(--primary-hsl) / .78),inset 0 1px #fff3}50%{box-shadow:0 24px 56px -18px hsl(var(--primary-hsl) / .98),0 0 0 6px hsl(var(--primary-hsl) / .08),inset 0 1px #ffffff38}}@media(max-width:767px){.page-width,.page-width--wide{width:min(100% - 1.5rem,80rem)}.section{padding-block:3.25rem}.section-heading,.problem__title,.page-hero h1{max-width:22rem;margin-inline:auto;font-size:clamp(1.8rem,8vw,2.45rem);line-height:1.08}.section-copy,.hero__copy,.product-description{font-size:.98rem;line-height:1.68}.site-header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6}.header__inner{min-height:4rem}.announcement{font-size:.72rem;line-height:1.3;padding-inline:.75rem}.hero{padding-block:1.75rem 3rem}.hero__grid,.product-grid,.in-action-row,.solution-row,.emotional-row{gap:1.5rem}.hero__content,.product-info,.in-action-copy,.solution-copy,.emotional-copy{gap:1rem}.hero__content{text-align:center}.hero__content .eyebrow,.product-info .eyebrow{margin-inline:auto}.hero__title{font-size:clamp(2.35rem,10.8vw,3.1rem);line-height:1.02}.hero__media:before{top:.75rem;right:.75rem;bottom:.75rem;left:.75rem;border-radius:1.4rem}.hero__media img,.media-card img{border-radius:1.35rem;box-shadow:0 18px 36px -26px #00000059}.button-row{gap:.75rem}.button-row .btn,.hero__buttons .btn{min-height:3.35rem}.chips{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.chip{min-height:2.8rem;justify-content:center;padding:.65rem .55rem;font-size:.73rem}.product{padding-block:1rem 2.75rem}.product-gallery{width:100%}.product-main-image{border-radius:1.35rem;box-shadow:0 22px 42px -30px #00000073}.thumbnail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;margin-top:.65rem}.thumbnail{border-radius:.85rem}.product-info{border:1px solid hsl(var(--border-hsl) / .6);border-radius:1.45rem;background:#ffffffc7;box-shadow:0 18px 38px -30px #00000059;padding:1rem}.rating-row{justify-content:center;row-gap:.35rem;text-align:center}.product-title{text-align:center;font-size:clamp(2rem,9vw,2.65rem);line-height:1.04}.product-description{text-align:center}.product-form{gap:1rem}.product-actions{position:sticky;bottom:.75rem;z-index:20;margin-top:.15rem}.product-actions .btn,[data-buy-now]{min-height:4.65rem;border-radius:1.35rem;font-size:clamp(1.25rem,5vw,1.55rem)}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.trust-item{justify-content:center;min-height:2.85rem;padding:.65rem .5rem;text-align:center;font-size:.72rem}.inline-review{border-radius:1.25rem;padding:.95rem}.problem__intro{margin-bottom:1.75rem}.problem-list,.feature-grid,.steps-grid,.comparison-grid,.cards-grid{gap:.85rem}.problem-item,.card,.step-card,.comparison-card,.accordion-card{border-radius:1.25rem;padding:1rem}.problem-item{align-items:center}.problem-item__mark,.icon-box{width:2.65rem;height:2.65rem;border-radius:.95rem}.feature-card h3,.step-card h3,.comparison-card h3{font-size:1.05rem}.in-action-media img{aspect-ratio:4 / 5}.in-action-copy,.solution-copy,.emotional-copy,.section-heading--left{text-align:center}.eyebrow--plain{margin-inline:auto}.solution-media,.emotional-media{order:-1}.solution-media img,.emotional-media img,.in-action-media img{border-radius:1.35rem;box-shadow:0 18px 36px -28px #0000006b}.comparison-list{gap:.75rem}.comparison-list li{align-items:flex-start;line-height:1.45}.reviews-carousel__header{margin-bottom:1.5rem}.reviews-carousel__track{gap:.85rem;margin-inline:-.75rem;padding-inline:.75rem;scroll-padding-inline:.75rem}.review-photo-card{width:min(84vw,21rem);border-radius:1.35rem;padding:1rem}.faq-list{gap:.7rem}.accordion-card summary{min-height:3.5rem;align-items:center;font-size:.96rem}.final-cta{padding-block:4rem}.final-cta__inner{max-width:24rem}.final-cta .section-heading{font-size:clamp(2rem,9vw,2.7rem)}.final-cta .btn{min-height:3.7rem;padding-inline:1.6rem}.site-footer__grid{gap:2rem;padding-block:3rem 2rem}}@media(max-width:380px){.chips,.trust-grid{grid-template-columns:1fr}.product-title,.hero__title{font-size:2.15rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/theme.css.map */
