*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0A0A0A;--gray-25: #FCFCFD;--gray-50: #F6F7F9;--gray-100: #EEF0F3;--gray-200: #E4E7EC;--gray-300: #D0D5DD;--gray-400: #98A2B3;--gray-500: #667085;--gray-600: #475467;--gray-900: #101828;--white: #FFFFFF;--accent: #1B4B7A;--accent-hover: #163D64;--accent-light: #E8EEF5;--highlight: #E0982F;--radius-sm: .625rem;--radius-md: .875rem;--radius-lg: 1.25rem;--radius-xl: 1.75rem;--shadow-sm: 0 1px 2px rgba(16,24,40,.06);--shadow-md: 0 4px 14px rgba(16,24,40,.07), 0 1px 2px rgba(16,24,40,.04);--shadow-lg: 0 16px 40px rgba(16,24,40,.1);--container: 1180px}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif;color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit}.skip-link{position:absolute;left:-9999px}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link:focus{left:1rem;top:1rem;background:var(--black);color:var(--white);padding:.5rem 1rem;border-radius:var(--radius-sm);z-index:300}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.section{padding:5.5rem 0}.section-sm{padding:3.5rem 0}.section-gray{background:var(--gray-50)}.text-center{text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);background:var(--accent-light);border-radius:9999px;padding:.3rem 1rem;font-size:.8rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.01em}.section-title{font-size:clamp(1.75rem,3.2vw,2.6rem);font-weight:800;letter-spacing:-.02em;color:var(--black);line-height:1.15;margin-bottom:1rem}.section-sub{font-size:1.05rem;color:var(--gray-600);max-width:620px;margin:0 auto;line-height:1.7}.section-head{margin-bottom:3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.75rem;border-radius:var(--radius-md);font-weight:600;font-size:.975rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .1s ease;border:1px solid transparent;text-align:center;white-space:nowrap}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--white);color:var(--black);border-color:var(--gray-200)}.btn-secondary:hover{border-color:var(--gray-300);background:var(--gray-25)}.btn-lg{padding:1.05rem 2.5rem;font-size:1.05rem}.site-nav{position:sticky;top:0;z-index:100;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200)}.site-nav .container{height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-brand{display:flex;align-items:center;gap:.55rem;font-weight:700;color:var(--black);font-size:1.05rem;letter-spacing:-.01em;flex-shrink:0}.nav-brand img{width:28px;height:28px}.nav-links{display:none;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.925rem;font-weight:500;color:var(--gray-600);transition:color .15s ease}.nav-links a:hover{color:var(--black)}@media(min-width:860px){.nav-links{display:flex}}.nav-actions{display:flex;align-items:center;gap:.9rem;flex-shrink:0}.nav-cart{position:relative;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-sm);color:var(--gray-600);transition:background-color .15s ease,color .15s ease}.nav-cart:hover{background:var(--gray-100);color:var(--black)}.nav-cart-count{position:absolute;top:-.25rem;right:-.25rem;min-width:1.1rem;height:1.1rem;padding:0 .3rem;border-radius:9999px;background:var(--accent);color:var(--white);font-size:.65rem;font-weight:700;line-height:1.1rem;text-align:center}.nav-cart-count[hidden]{display:none}.nav-toggle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:none;border:none;color:var(--black);cursor:pointer}@media(min-width:860px){.nav-toggle{display:none}}.nav-drawer{display:none;border-top:1px solid var(--gray-200);background:var(--white)}.nav-drawer.is-open{display:block}@media(min-width:860px){.nav-drawer{display:none!important}}.nav-drawer ul{list-style:none;display:flex;flex-direction:column;padding:.5rem 0 1rem}.nav-drawer a{display:block;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:var(--gray-900)}.nav-drawer a:hover{background:var(--gray-50)}.hero{padding:4.5rem 0 5rem;background:var(--white)}.hero .container{display:flex;flex-direction:column;align-items:center;gap:3rem}@media(min-width:1024px){.hero .container{flex-direction:row;align-items:center}}.hero-text{flex:1;text-align:center;max-width:640px}@media(min-width:1024px){.hero-text{text-align:left;max-width:none}}.hero h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;letter-spacing:-.03em;color:var(--black);line-height:1.1;margin-bottom:1.25rem}.hero h1 .accent{color:var(--accent)}.hero h1.product-title{font-size:clamp(1.75rem,3.4vw,2.5rem)}.hero-sub{font-size:1.15rem;color:var(--gray-600);max-width:480px;margin:0 auto 2rem;line-height:1.7}@media(min-width:1024px){.hero-sub{margin-left:0}}.hero-ctas{display:flex;flex-direction:column;gap:.85rem;align-items:center}@media(min-width:640px){.hero-ctas{flex-direction:row;justify-content:center}}@media(min-width:1024px){.hero-ctas{justify-content:flex-start}}.hero-note{margin-top:1.1rem;font-size:.85rem;color:var(--gray-400)}.hero-stats{display:flex;gap:2.25rem;margin-top:2.75rem;justify-content:center}@media(min-width:1024px){.hero-stats{justify-content:flex-start}}.hero-stat{text-align:center}@media(min-width:1024px){.hero-stat{text-align:left}}.hero-stat-num{font-size:1.4rem;font-weight:800;color:var(--black);letter-spacing:-.02em}.hero-stat-lbl{font-size:.75rem;color:var(--gray-500);margin-top:.1rem}.hero-image{display:block;width:100%;max-width:480px;margin:0 auto;flex-shrink:0}@media(min-width:1024px){.hero-image{margin:0}}.hero-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.hero-illustration{width:100%;height:auto}.trust-bar{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:1.1rem 0}.trust-bar .container{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 2.25rem}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--gray-600)}.trust-badge svg{width:16px;height:16px;color:var(--accent);flex-shrink:0}.product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.product-card.is-live:hover{box-shadow:var(--shadow-md);border-color:var(--gray-300);transform:translateY(-2px)}.product-card-media{aspect-ratio:4/3;background:var(--gray-50);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-media img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.product-card-badge{display:inline-flex;align-self:flex-start;align-items:center;border-radius:9999px;padding:.2rem .7rem;font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.product-card-badge.live{background:var(--accent-light);color:var(--accent)}.product-card-badge.soon{background:var(--gray-100);color:var(--gray-500)}.product-card h3{font-size:1.05rem;font-weight:700;color:var(--black);letter-spacing:-.01em}.product-card p{font-size:.9rem;color:var(--gray-600);line-height:1.55;flex:1}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:1rem;border-top:1px solid var(--gray-100)}.product-card-price{font-weight:700;color:var(--black);font-size:1rem}.product-card-link{font-size:.875rem;font-weight:600;color:var(--accent);display:inline-flex;align-items:center;gap:.3rem}.product-card.is-soon{opacity:.7}.product-card.is-soon .product-card-media{filter:grayscale(.4)}.icon-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:640px){.icon-grid.cols-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:640px){.icon-grid.cols-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:640px){.icon-grid.cols-6{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.icon-grid.cols-6{grid-template-columns:repeat(3,1fr)}}.icon-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem}.icon-card-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-sm);background:var(--accent-light);color:var(--accent);margin-bottom:1.1rem}.icon-card-icon svg{width:22px;height:22px}.icon-card h3{font-size:1.05rem;font-weight:700;color:var(--black);margin-bottom:.5rem;letter-spacing:-.01em}.icon-card p{font-size:.9rem;color:var(--gray-600);line-height:1.65}.section-gray .icon-card,.section-gray .product-card{background:var(--white)}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3.5rem;position:relative}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step{text-align:center;display:flex;flex-direction:column;align-items:center}.step-num{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--black);color:var(--white);font-weight:700;font-size:1.1rem;margin-bottom:1.25rem}.step h3{font-size:1.05rem;font-weight:700;color:var(--black);margin-bottom:.5rem}.step p{font-size:.9rem;color:var(--gray-600);max-width:260px}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media(min-width:768px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.testimonial-stars{color:var(--highlight);font-size:.9rem;letter-spacing:.1em}.testimonial-quote{font-size:.95rem;color:var(--gray-900);line-height:1.7;flex:1}.testimonial-person{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.testimonial-name{font-size:.875rem;font-weight:700;color:var(--black)}.testimonial-role{font-size:.8rem;color:var(--gray-500)}.newsletter{text-align:center}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:420px;margin:2rem auto 0}@media(min-width:540px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;padding:.8rem 1.1rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:.95rem;background:var(--white);color:var(--black)}.newsletter-input:focus{border-color:var(--accent)}.newsletter-note{font-size:.8rem;color:var(--gray-400);margin-top:1rem}.newsletter-success{color:var(--accent);font-size:.9rem;font-weight:600;margin-top:1rem}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:3rem}@media(min-width:640px){.audience-grid{grid-template-columns:repeat(3,1fr)}}.audience-card{display:flex;align-items:center;gap:.85rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.1rem 1.25rem}.audience-card svg{width:20px;height:20px;color:var(--accent);flex-shrink:0}.audience-card span{font-size:.9rem;font-weight:600;color:var(--gray-900)}.comparison-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;max-width:880px;margin-left:auto;margin-right:auto}@media(min-width:768px){.comparison-grid{grid-template-columns:1fr 1fr}}.comparison-card{border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--gray-200)}.comparison-card.is-them{background:var(--gray-50)}.comparison-card.is-us{background:var(--white);border:2px solid var(--accent);box-shadow:var(--shadow-md)}.comparison-card h3{font-size:1.05rem;font-weight:700;margin-bottom:1.25rem}.comparison-card.is-them h3{color:var(--gray-500)}.comparison-card.is-us h3{color:var(--accent)}.comparison-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.comparison-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.925rem;color:var(--gray-700)}.comparison-list svg{width:18px;height:18px;flex-shrink:0;margin-top:.1rem}.comparison-card.is-them svg{color:var(--gray-400)}.comparison-card.is-us svg{color:var(--accent)}.look-inside{background:var(--gray-50)}.look-inside-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:3rem}@media(min-width:768px){.look-inside-grid{grid-template-columns:repeat(4,1fr)}}.look-inside-thumb{background:none;border:none;cursor:pointer;padding:0;text-align:center}.look-inside-thumb img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.look-inside-thumb:hover img{transform:translateY(-3px);box-shadow:var(--shadow-md)}.look-inside-thumb-label{margin-top:.625rem;font-size:.85rem;font-weight:600;color:var(--gray-900)}.look-inside-hint{text-align:center;font-size:.875rem;color:var(--gray-500);margin-top:1.5rem}.look-inside-placeholder{width:100%;aspect-ratio:3/4;background:var(--gray-100);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--gray-500);font-weight:600;border:1px dashed var(--gray-300);padding:1rem;text-align:center}.look-inside-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0a0a0ae6;align-items:center;justify-content:center;padding:1rem}.look-inside-overlay.is-open{display:flex}.look-inside-modal{position:relative;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;max-width:42rem;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.look-inside-zoom-wrap{overflow:hidden;cursor:zoom-in;flex:1;min-height:0;background:var(--gray-50)}.look-inside-zoom-wrap img{width:100%;display:block;transform-origin:center center;transition:transform .15s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.look-inside-modal-body{padding:1rem 1.25rem;text-align:center;flex-shrink:0;border-top:1px solid var(--gray-200)}.look-inside-modal-label{font-weight:700;color:var(--black);margin-bottom:.25rem}.look-inside-modal-caption{font-size:.875rem;color:var(--gray-600)}.look-inside-close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border-radius:9999px;background:#0a0a0a8c;color:var(--white);border:none;font-weight:700;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.look-inside-topnav{position:absolute;top:.75rem;left:.75rem;display:flex;gap:.4rem;z-index:10}.look-inside-topnav button{background:#0a0a0a8c;color:var(--white);border:none;border-radius:9999px;padding:.3rem .75rem;font-size:.875rem;font-weight:600;cursor:pointer}.look-inside-zoom-controls{position:absolute;bottom:5rem;right:.75rem;display:flex;flex-direction:column;gap:.3rem;z-index:10}.look-inside-zoom-controls button{width:2rem;height:2rem;border-radius:9999px;background:#0a0a0a99;color:var(--white);border:none;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}#lookInsideZoomReset{font-size:.65rem!important;white-space:nowrap;padding:0 .4rem;width:auto!important}.look-inside-zoom-controls button:disabled{opacity:.35;cursor:default}.look-inside-zoom-hint{position:absolute;bottom:5rem;left:.75rem;background:#0a0a0a80;color:var(--white);border-radius:9999px;padding:.2rem .65rem;font-size:.7rem;font-weight:600;pointer-events:none;z-index:10}.faq-list{max-width:720px;margin:3rem auto 0;display:flex;flex-direction:column;gap:.85rem}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;background:var(--white)}.faq-item summary{list-style:none;cursor:pointer;padding:1.1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.975rem;font-weight:600;color:var(--black)}.faq-item summary::-webkit-details-marker{display:none}.faq-icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;color:var(--gray-500);transition:transform .2s ease}.faq-item[open] .faq-icon{transform:rotate(45deg);color:var(--accent)}.faq-answer{padding:0 1.5rem 1.1rem}.faq-answer p{font-size:.9rem;color:var(--gray-600);line-height:1.7}.final-cta{padding:6rem 0;text-align:center;background:var(--black)}.final-cta h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;color:var(--white);margin-bottom:1.25rem;line-height:1.2}.final-cta .sub{font-size:1.1rem;color:var(--gray-400);max-width:540px;margin:0 auto 2.25rem}.final-cta .btn-primary{background:var(--accent)}.final-cta-note{margin-top:1.5rem;font-size:.85rem;color:var(--gray-500)}.site-footer{background:var(--white);border-top:1px solid var(--gray-200);padding:4rem 0 2.5rem}.footer-top{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem}@media(min-width:640px){.footer-top{grid-template-columns:1.4fr 1fr 1fr 1fr}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand .nav-brand{color:var(--black)}.footer-tagline{font-size:.875rem;color:var(--gray-500);max-width:260px;line-height:1.6}.footer-col h4{font-size:.8rem;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-col a{font-size:.9rem;color:var(--gray-600)}.footer-col a:hover{color:var(--black)}.footer-bottom{display:flex;flex-direction:column;gap:1.25rem;align-items:center;padding-top:2rem;border-top:1px solid var(--gray-100);text-align:center}@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer-copy{font-size:.825rem;color:var(--gray-400)}.footer-social{display:flex;align-items:center;gap:.75rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:50%;background:var(--gray-50);color:var(--gray-500);transition:background-color .15s ease,color .15s ease}.footer-social a:hover{background:var(--accent-light);color:var(--accent)}.footer-social svg{width:16px;height:16px}.page-hero{padding:4rem 0 2rem;text-align:center}.page-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;color:var(--black);margin-bottom:1rem}.page-hero p{font-size:1.05rem;color:var(--gray-600);max-width:560px;margin:0 auto}.page-prose{max-width:720px;margin:0 auto;color:var(--gray-600);font-size:1rem;line-height:1.75}.page-prose h2{font-size:1.4rem;font-weight:700;color:var(--black);margin:2rem 0 .75rem;letter-spacing:-.01em}.page-prose h3{font-size:1.15rem;font-weight:700;color:var(--black);margin:1.5rem 0 .5rem}.page-prose p{margin-bottom:1.1rem}.page-prose a{color:var(--accent);text-decoration:underline}.page-prose ul,.page-prose ol{margin:0 0 1.1rem 1.25rem}.page-prose li{margin-bottom:.4rem}.page-prose img{border-radius:var(--radius-md);margin:1.5rem 0}.contact-form{max-width:560px;margin:3rem auto 0;display:flex;flex-direction:column;gap:1.1rem}.form-field{display:flex;flex-direction:column;gap:.4rem;text-align:left}.form-field label{font-size:.85rem;font-weight:600;color:var(--gray-900)}.form-field input,.form-field textarea{padding:.8rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:.95rem;font-family:inherit;color:var(--black);background:var(--white);resize:vertical}.form-field input:focus,.form-field textarea:focus{border-color:var(--accent)}.form-success{background:var(--accent-light);color:var(--accent-hover);border-radius:var(--radius-md);padding:1rem 1.25rem;font-size:.9rem;font-weight:600;text-align:center}.cart-list{max-width:760px;margin:3rem auto 0;display:flex;flex-direction:column;gap:1.25rem}.cart-item{display:grid;grid-template-columns:72px 1fr auto auto auto;gap:1.25rem;align-items:center;padding-bottom:1.25rem;border-bottom:1px solid var(--gray-200)}.cart-item-media{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;background:var(--gray-50);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cart-item-title{font-weight:700;color:var(--black);font-size:.95rem}.cart-item-variant{font-size:.8rem;color:var(--gray-500)}.cart-item-price{font-size:.85rem;color:var(--gray-600)}.cart-qty-input{width:4rem;padding:.5rem .6rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:.9rem;text-align:center}.cart-qty-input:focus{border-color:var(--accent)}.cart-item-total{font-weight:700;color:var(--black);font-size:.95rem;white-space:nowrap}.cart-item-remove{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-sm);color:var(--gray-400);flex-shrink:0;transition:background-color .15s ease,color .15s ease}.cart-item-remove:hover{background:var(--gray-100);color:var(--black)}.cart-item-remove svg{width:16px;height:16px}.cart-summary{max-width:760px;margin:2.5rem auto 0;padding-top:1.75rem;border-top:1px solid var(--gray-200)}.cart-summary-row{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;color:var(--black)}.cart-summary-note{font-size:.8rem;color:var(--gray-500);margin-top:.5rem}.cart-summary-actions{display:flex;flex-direction:column;gap:.85rem;margin-top:1.75rem}@media(min-width:540px){.cart-summary-actions{flex-direction:row;justify-content:flex-end}}.about-mission{max-width:720px;margin:0 auto;text-align:center}.about-mission p{font-size:1.2rem;color:var(--gray-900);line-height:1.7;font-weight:500}.value-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3.5rem}@media(min-width:768px){.value-grid{grid-template-columns:repeat(3,1fr)}}@media(prefers-reduced-motion:no-preference){[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:no-preference){.hero-text>*{animation:hero-rise .6s ease backwards}.hero-text .eyebrow{animation-delay:.05s}.hero-text h1{animation-delay:.1s}.hero-text .hero-sub{animation-delay:.18s}.hero-text .hero-ctas{animation-delay:.26s}.hero-text .hero-note{animation-delay:.32s}.hero-text .hero-stats{animation-delay:.38s}.hero-image{animation:hero-rise .7s ease .15s backwards}}@keyframes hero-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/theme.css.map */
