/** Shopify CDN: Minification failed

Line 7:45008 The "+" operator only works if there is whitespace on both sides
Line 7:45033 The "+" operator only works if there is whitespace on both sides

**/
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--cream:oklch(97% 0.01 75);--cream-dark:oklch(93% 0.02 70);--blush:oklch(88% 0.04 20);--blush-deep:oklch(78% 0.07 18);--gold:oklch(68% 0.10 72);--gold-light:oklch(85% 0.07 78);--gold-dark:oklch(55% 0.10 68);--charcoal:oklch(22% 0.01 60);--text:oklch(28% 0.01 55);--text-muted:oklch(55% 0.01 55);--border:oklch(88% 0.02 70);--white:oklch(99% 0.005 70);--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',system-ui,sans-serif}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--text);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}.ticker-wrap{background:var(--white);border-bottom:1px solid var(--border);overflow:hidden;white-space:nowrap;padding:10px 0}.ticker-track{display:inline-flex;gap:0;animation:ticker-scroll 35s linear infinite}.ticker-wrap:hover .ticker-track{animation-play-state:paused}.ticker-item{display:inline-flex;align-items:center;gap:6px;padding:0 28px;font-family:var(--sans);font-size:13px;font-weight:500;color:var(--text);letter-spacing:0.03em;border-right:1px solid var(--border)}.ticker-icon{font-size:14px}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.benefit-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 16px;margin-bottom:20px;padding:18px 20px;background:var(--white);border:1px solid var(--border);border-radius:14px}.benefit-mini-item{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:var(--text)}.benefit-mini-item span{font-size:16px;flex-shrink:0}.stock-bar-wrap{margin-bottom:24px;padding:14px 18px;background:var(--white);border:1px solid var(--border);border-radius:14px}.stock-bar-track{height:8px;background:var(--cream-dark);border-radius:99px;overflow:hidden;margin-bottom:10px}.stock-bar-fill{width:87%;height:100%;background:linear-gradient(90deg,#c0392b,#e74c3c);border-radius:99px;animation:stock-pulse 2.5s ease-in-out infinite}@keyframes stock-pulse{0%,100%{opacity:1}50%{opacity:0.8}}.stock-bar-label{font-size:13px;color:var(--text-muted)}.stock-bar-label strong{color:#c0392b;font-weight:600}.announcement-bar{background:var(--charcoal);color:var(--gold-light);text-align:center;padding:10px 20px;font-family:var(--sans);font-size:13px;letter-spacing:0.08em;font-weight:500}.brand-header{background:var(--white);border-bottom:1px solid var(--border);padding:16px 20px;display:flex;justify-content:center;align-items:center}.brand-header-logo{display:block;width:min(180px,52vw);height:auto}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:90vh;max-width:1280px;margin:0 auto;padding:60px 40px;gap:60px;align-items:start}.gallery-col{position:sticky;top:24px}.gallery-main{width:100%;aspect-ratio:1 / 1.1;background:var(--cream-dark);border-radius:20px;overflow:hidden;position:relative;border:1px solid var(--border)}.gallery-main-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:16px;opacity:0;transition:opacity 300ms ease;pointer-events:none}.gallery-main-img.active{opacity:1;pointer-events:auto}.gallery-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(145deg,var(--cream-dark),var(--blush))}.gallery-placeholder svg{opacity:0.25}.gallery-placeholder span{font-family:var(--sans);font-size:12px;letter-spacing:0.12em;color:var(--text-muted);text-transform:uppercase}.gallery-badge{position:absolute;top:20px;left:20px;background:var(--gold);color:var(--white);font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;padding:6px 14px;border-radius:30px}.gallery-thumbs{display:flex;gap:10px;margin-top:16px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;padding-bottom:6px;scrollbar-width:thin;scrollbar-color:var(--gold-light) transparent}.gallery-thumb{flex:0 0 68px;width:68px;height:68px;background:var(--cream-dark);border-radius:10px;cursor:pointer;border:2px solid transparent;overflow:hidden;transition:border-color 0.2s;position:relative}.gallery-thumb.active{border-color:var(--gold)}.gallery-thumb:hover{border-color:var(--gold-light)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.thumb-placeholder{width:100%;height:100%;background:linear-gradient(145deg,var(--cream-dark),var(--blush));display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--text-muted);letter-spacing:0.08em;text-transform:uppercase;font-family:var(--sans)}.info-col{padding-top:8px}.brand-label{font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:14px}.product-title{font-family:var(--serif);font-size:clamp(32px,3.5vw,46px);font-weight:600;line-height:1.15;color:var(--charcoal);margin-bottom:18px}.product-title em{font-style:italic;color:var(--gold-dark)}.product-subtitle{font-size:17px;color:var(--text-muted);font-weight:400;line-height:1.6;margin-bottom:28px;max-width:480px}.trust-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px}.badge{display:inline-flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--border);border-radius:30px;padding:6px 14px;font-size:12px;font-weight:500;color:var(--text);letter-spacing:0.02em;white-space:nowrap}.bundle-label{font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px}.bundle-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.bundle-card{border:2px solid var(--border);border-radius:16px;padding:14px 12px 18px;cursor:pointer;background:var(--white);transition:all 0.2s ease;position:relative;text-align:center}.bundle-card:hover{border-color:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px oklch(0% 0 0 / 0.06)}.bundle-card.selected{border-color:var(--gold);background:oklch(97% 0.03 75);box-shadow:0 0 0 1px var(--gold),0 8px 28px oklch(0% 0 0 / 0.08);transform:translateY(-2px)}.bundle-card-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--white);font-size:10px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:4px 12px;border-radius:20px;white-space:nowrap}.bundle-card-img{width:118px;height:118px;background:var(--cream-dark);border-radius:12px;margin:0 auto 14px;overflow:hidden;flex-shrink:0;border:1px solid var(--border)}.bundle-card-img img{width:100%;height:100%;object-fit:contain}.bundle-card-name{font-family:var(--serif);font-size:15px;font-weight:600;color:var(--charcoal);margin-bottom:4px;line-height:1.25}.bundle-card-prices{display:flex;align-items:baseline;justify-content:center;gap:8px;flex-wrap:wrap;margin:4px 0 6px}.bundle-card-compare{font-size:14px;color:#9B9B9B;text-decoration:line-through;font-weight:400}.bundle-card-save{display:inline-block;background:#D4F0D4;color:#1F6B3A;font-size:11px;font-weight:700;letter-spacing:0.04em;padding:3px 10px;border-radius:99px;text-transform:uppercase;margin-bottom:4px}.bundle-card-price{font-size:26px;font-weight:700;color:#E8458A;color:var(--gold-dark);font-family:var(--serif);margin-bottom:6px}.bundle-card-tagline{font-size:11px;color:var(--text-muted);line-height:1.4}.cta-wrap{margin-bottom:20px}.btn-cart{display:block;width:100%;padding:18px 24px;background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:var(--white);text-align:center;font-family:var(--sans);font-size:16px;font-weight:600;letter-spacing:0.06em;border:none;border-radius:14px;cursor:pointer;text-decoration:none;transition:all 0.2s ease;box-shadow:0 4px 20px oklch(68% 0.10 72 / 0.35)}.btn-cart:hover{transform:translateY(-2px);box-shadow:0 8px 32px oklch(68% 0.10 72 / 0.45);background:linear-gradient(135deg,var(--gold),var(--gold-dark))}.urgency-line{text-align:center;font-size:13px;color:var(--text-muted);margin-top:12px;font-weight:500}.cart-price-display{display:flex;align-items:baseline;gap:6px;margin-bottom:16px}.cart-price{font-family:var(--serif);font-size:36px;font-weight:600;color:var(--charcoal)}.cart-price-bundle{font-size:14px;color:var(--text-muted);font-weight:400}section{width:100%}.section-inner{max-width:1280px;margin:0 auto;padding:56px 40px}.section-label{font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:14px}.section-title{font-family:var(--serif);font-size:clamp(30px,3vw,44px);font-weight:600;color:var(--charcoal);line-height:1.2;margin-bottom:16px}.section-title em{font-style:italic;color:var(--gold-dark)}.section-subtitle{font-size:17px;color:var(--text-muted);max-width:540px;line-height:1.65}.benefits-section{background:var(--charcoal)}.benefits-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.benefit-item{padding:44px 28px;text-align:center;border-right:1px solid oklch(35% 0.01 60);transition:background 0.2s}.benefit-item:last-child{border-right:none}.benefit-item:hover{background:oklch(28% 0.01 60)}.benefit-icon{font-size:28px;display:block;margin-bottom:14px}.benefit-title{font-family:var(--serif);font-size:14px;font-weight:600;color:var(--gold-light);margin-bottom:8px;line-height:1.3}.benefit-desc{font-size:12px;color:oklch(72% 0.01 60);line-height:1.5}.features-section{background:var(--white)}.features-header{text-align:center;margin-bottom:72px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:80px}.feature-row:last-child{margin-bottom:0}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-visual{aspect-ratio:4 / 3;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,var(--cream-dark),var(--blush));display:flex;align-items:center;justify-content:center;position:relative}.feature-visual-stripe{width:100%;height:100%;background-image:repeating-linear-gradient( -45deg,transparent,transparent 12px,oklch(88% 0.03 20 / 0.3) 12px,oklch(88% 0.03 20 / 0.3) 13px );display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.feature-visual-label{font-family:var(--sans);font-size:12px;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-muted);background:var(--white);padding:6px 14px;border-radius:4px}.feature-number{font-family:var(--serif);font-size:72px;font-weight:500;color:oklch(88% 0.04 20);line-height:1;margin-bottom:16px}.feature-content{}.feature-title{font-family:var(--serif);font-size:clamp(24px,2.5vw,34px);font-weight:600;color:var(--charcoal);line-height:1.2;margin-bottom:18px}.feature-body{font-size:16px;color:var(--text-muted);line-height:1.75;margin-bottom:24px}.feature-pill{display:inline-flex;align-items:center;gap:8px;background:oklch(95% 0.03 75);border:1px solid var(--border);border-radius:30px;padding:8px 18px;font-size:13px;font-weight:500;color:var(--gold-dark)}.cta-section{background:#FAF7F2}.cta-inner{max-width:1280px;margin:0 auto;padding:44px 40px;text-align:center}.cta-label{font-size:11px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.cta-title{font-family:var(--serif);font-size:clamp(28px,2.8vw,40px);font-weight:600;color:var(--charcoal);line-height:1.15;margin-bottom:12px}.cta-title em{color:var(--gold-dark);font-style:italic}.cta-subtitle{font-size:15px;color:var(--text-muted);margin-bottom:56px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.65}.cta-bundle-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:760px;margin:0 auto 32px}.cta-bundle-card{border:2px solid #E8E0D5;border-radius:16px;padding:24px 16px;cursor:pointer;background:#FFFFFF;transition:all 0.2s ease;position:relative;text-align:center}.cta-bundle-card:hover{border-color:var(--gold-light);transform:translateY(-2px)}.cta-bundle-card.selected{border-color:var(--gold);background:#FFF8EC;box-shadow:0 0 0 1px var(--gold);transform:translateY(-2px)}.cta-bundle-card .bundle-card-badge{background:var(--gold-dark)}.cta-bundle-card .bundle-card-name{color:var(--charcoal);font-size:14px;margin-bottom:6px}.cta-bundle-card .bundle-card-price{color:var(--gold-dark);font-size:20px}.cta-bundle-card .bundle-card-tagline{color:var(--text-muted);font-size:11px}.cta-bundle-card .bundle-card-img{background:#F4EFE6;width:116px;height:116px;margin-bottom:14px;color:oklch(55% 0.01 60)}.btn-cart-dark{display:block;max-width:420px;margin:0 auto;padding:20px 24px;background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:var(--white);text-align:center;font-family:var(--sans);font-size:17px;font-weight:600;letter-spacing:0.06em;border:none;border-radius:14px;cursor:pointer;text-decoration:none;transition:all 0.2s ease;box-shadow:0 4px 24px oklch(68% 0.10 72 / 0.35)}.btn-cart-dark:hover{transform:translateY(-2px);box-shadow:0 8px 36px oklch(68% 0.10 72 / 0.5)}.footer-assurances{display:flex;justify-content:center;align-items:center;gap:32px;margin-top:28px;flex-wrap:wrap}.assurance{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted);font-weight:500}.assurance-dot{width:4px;height:4px;background:var(--gold);border-radius:50%}.divider-ornament{display:flex;align-items:center;gap:16px;margin:0 auto 48px;max-width:200px}.divider-line{flex:1;height:1px;background:var(--border)}.divider-diamond{width:8px;height:8px;background:var(--gold-light);transform:rotate(45deg);flex-shrink:0}.clean-ingredients-section{background:#FAF7F2;padding:68px 0;overflow:hidden}.clean-ingredients-inner{max-width:1280px;margin:0 auto;padding:0 40px}.clean-ingredients-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}.clean-ingredients-title{font-family:var(--serif);font-size:clamp(30px,3vw,46px);line-height:1.12;color:var(--charcoal);margin:0 0 10px;letter-spacing:-0.01em}.clean-ingredients-subtitle{max-width:620px;margin:0;color:var(--text-muted);font-size:16px;line-height:1.65}.clean-ingredients-controls{display:flex;gap:10px;flex-shrink:0}.clean-ingredients-arrow{width:44px;height:44px;border-radius:50%;border:1px solid #DCCFBE;background:#FFFFFF;color:var(--charcoal);font-size:22px;line-height:1;cursor:pointer;transition:transform 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease}.clean-ingredients-arrow:hover{transform:translateY(-2px);border-color:var(--gold);box-shadow:0 10px 26px rgba(0,0,0,0.08)}.clean-ingredients-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 4px 14px;scrollbar-width:thin;scrollbar-color:#DCCFBE transparent}.clean-ingredient-card{flex:0 0 310px;min-height:430px;scroll-snap-align:start;background:#F8F1EA;border:1px solid #7C647E;border-radius:14px;padding:28px 28px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.clean-ingredient-image-wrap{width:170px;height:170px;margin:0 auto 28px;display:flex;align-items:center;justify-content:center}.clean-ingredient-image{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply}.clean-ingredient-name{font-family:var(--sans);font-size:16px;font-weight:800;color:#614B66;text-transform:uppercase;letter-spacing:0.04em;margin:auto 0 14px}.clean-ingredient-divider{width:100%;height:3px;background:#614B66;margin-bottom:20px}.clean-ingredient-desc{color:#242020;font-size:15px;line-height:1.6;font-weight:600;margin:0}@media (max-width:900px){.hero{grid-template-columns:1fr;padding:32px 20px;gap:32px}.brand-header{padding:12px 18px}.brand-header-logo{width:min(150px,56vw)}.gallery-col{position:static}.bundle-cards{grid-template-columns:1fr;gap:10px}.bundle-card{display:grid;grid-template-columns:112px 1fr;gap:16px;text-align:left;align-items:center}.bundle-card-img{margin:0}.bundle-card-badge{top:-10px;left:112px;transform:none}.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefit-item{border-right:none;border-bottom:1px solid oklch(35% 0.01 60)}.benefit-item:nth-child(2n){}.feature-row{grid-template-columns:1fr;gap:32px}.feature-row.reverse{direction:ltr}.stats-grid{grid-template-columns:1fr}.stat-item{border-right:none;border-bottom:1px solid oklch(82% 0.04 20);padding:40px 20px}.cta-bundle-cards{grid-template-columns:1fr;max-width:400px}.section-inner{padding:44px 20px}.cta-inner{padding:32px 20px}.footer-assurances{gap:16px;flex-direction:column}.feature-number{font-size:48px}.clean-ingredients-section{padding:52px 0}.clean-ingredients-inner{padding:0 20px}.clean-ingredients-head{align-items:flex-start;flex-direction:column}.clean-ingredients-controls{align-self:flex-end}.clean-ingredient-card{flex-basis:min(82vw,320px);min-height:410px}}@media (max-width:600px){.trust-badges{gap:8px}.badge{font-size:11px;padding:5px 10px}.benefits-grid{grid-template-columns:1fr}.product-title{font-size:30px}}.trust-pill{display:inline-flex;align-items:center;gap:14px;background:oklch(94% 0.005 60);border-radius:99px;padding:12px 22px 12px 14px;margin-bottom:16px}.trust-avatars{display:flex;flex-shrink:0}.trust-av{width:40px;height:40px;border-radius:50%;border:2px solid var(--white);margin-right:-10px;position:relative;flex-shrink:0}.trust-av--last{margin-right:0;position:relative}.trust-check{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;background:#2E7D32;color:white;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--white)}.trust-text{line-height:1.4}.trust-bold{font-family:var(--sans);font-size:14px;font-weight:700;color:var(--charcoal);display:flex;align-items:center;gap:6px}.trust-stars{color:#2E7D32;font-size:13px;letter-spacing:1px}.trust-sub{font-size:12px;color:var(--text-muted)}.stock-warning-box{background:#FFF0F0;border:1.5px solid #E53935;border-radius:8px;padding:16px 18px;margin-bottom:24px}.stock-warning-text{font-size:14px;color:var(--text);line-height:1.7}.bnpl-wrap{margin-top:24px;margin-bottom:24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.bnpl-title{font-family:var(--sans);font-size:13px;font-weight:700;color:var(--charcoal);letter-spacing:0.04em;text-transform:uppercase}.bnpl-logos{display:flex;align-items:center;justify-content:center;gap:28px}.bnpl-logo{width:120px;height:36px;display:block;border-radius:6px}.bnpl-sub{font-size:12px;color:var(--text-muted);line-height:1.5;max-width:320px}@media (max-width:600px){.bnpl-logo{width:100px}.bnpl-logos{gap:20px}}.journey-section{background:var(--cream);border-top:1px solid var(--border)}.journey-inner{max-width:1280px;margin:0 auto;padding:64px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.journey-videos-title{font-family:var(--serif);font-size:clamp(24px,2.5vw,36px);font-weight:600;color:var(--charcoal);margin-bottom:28px;line-height:1.2}.journey-videos-title em{font-style:italic;color:var(--gold-dark)}.videos-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.video-wrap{position:relative;width:100%;aspect-ratio:9 / 16;border-radius:14px;overflow:hidden;background:var(--charcoal);box-shadow:0 8px 24px oklch(0% 0 0 / 0.12)}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.video-thumb-link{display:block;width:100%;height:100%;position:relative;text-decoration:none}.video-thumb-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;background:rgba(255,255,255,0.92);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#C4607A;box-shadow:0 4px 16px rgba(0,0,0,0.25);transition:transform 0.2s,box-shadow 0.2s}.video-thumb-link:hover .video-play-btn{transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 24px rgba(0,0,0,0.3)}.journey-timeline{position:sticky;top:40px}.journey-timeline-title{font-family:var(--serif);font-size:clamp(28px,2.8vw,40px);font-weight:600;color:var(--charcoal);line-height:1.2;margin-bottom:12px}.journey-timeline-title em{font-style:italic;color:var(--gold-dark)}.journey-timeline-sub{font-size:15px;color:var(--text-muted);margin-bottom:44px;line-height:1.65}.timeline{position:relative;padding-left:28px}.timeline::before{content:'';position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:var(--border)}.timeline-item{position:relative;margin-bottom:36px;opacity:0.35;transform:translateX(8px);transition:opacity 0.5s ease,transform 0.5s ease}.timeline-item.active{opacity:1;transform:translateX(0)}.timeline-dot{position:absolute;left:-28px;top:10px;width:16px;height:16px;border-radius:50%;background:var(--border);border:2px solid var(--white);transition:background 0.4s;z-index:1}.timeline-item.active .timeline-dot{background:var(--gold);box-shadow:0 0 0 4px oklch(68% 0.10 72 / 0.2)}.timeline-week{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;background:var(--charcoal);color:var(--gold-light);display:inline-block;padding:6px 16px;border-radius:6px;margin-bottom:12px}.timeline-item.active .timeline-week{background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:var(--white)}.timeline-list{list-style:none;padding:0;margin:0}.timeline-list li{font-size:14px;color:var(--text-muted);padding:4px 0 4px 20px;position:relative;line-height:1.5}.timeline-list li::before{content:'\2713';position:absolute;left:0;color:var(--gold);font-weight:600}.btn-timeline-cta{display:inline-block;margin-top:32px;padding:14px 32px;background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:var(--white);font-family:var(--sans);font-size:15px;font-weight:600;border-radius:10px;text-decoration:none;letter-spacing:0.04em;transition:all 0.2s;box-shadow:0 4px 16px oklch(68% 0.10 72 / 0.3)}.btn-timeline-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px oklch(68% 0.10 72 / 0.4)}.timeline-guarantee{margin-top:12px;font-size:12px;color:var(--text-muted)}@media (max-width:900px){.journey-inner{grid-template-columns:1fr;gap:48px;padding:44px 20px}.journey-timeline{position:static}}.stats-section{position:relative;background:#C4607A;overflow:hidden}.stats-texture{position:absolute;inset:0;opacity:0.12;background-image:none;background-size:cover;background-position:bottom;pointer-events:none}.stats-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:24px 40px;display:grid;grid-template-columns:2fr 1fr;gap:0;align-items:stretch}.stats-grid{display:grid;grid-template-columns:1fr 1fr;border-right:1px solid rgba(255,255,255,0.15)}.stat-item{padding:18px 28px;border-right:1px solid rgba(255,255,255,0.12);border-bottom:1px solid rgba(255,255,255,0.12);text-align:left}.stat-item:nth-child(2n){border-right:none}.stat-item:nth-child(3),.stat-item:nth-child(4){border-bottom:none}.stat-number{font-family:var(--serif);font-size:clamp(38px,3.5vw,54px);font-weight:700;color:#fff;line-height:1;margin-bottom:10px;letter-spacing:-0.02em}.stat-bold-label{font-family:var(--sans);font-size:14px;font-weight:700;color:#fff;margin-bottom:6px;line-height:1.35}.stat-desc{font-size:12px;color:rgba(255,255,255,0.6);line-height:1.5;font-weight:400}.stats-cta-col{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:28px 40px;gap:0}.stats-cta-title{font-family:var(--serif);font-size:clamp(18px,1.8vw,24px);font-weight:600;color:#fff;line-height:1.25;margin-bottom:16px}.stats-cta-sub{font-size:14px;color:rgba(255,255,255,0.65);line-height:1.65;margin-bottom:28px}.btn-stats-cta{display:inline-block;padding:16px 32px;background:oklch(94% 0.04 20);color:#8B2040;font-family:var(--sans);font-size:15px;font-weight:700;border-radius:10px;text-decoration:none;letter-spacing:0.04em;transition:all 0.2s;margin-bottom:14px;white-space:nowrap}.btn-stats-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.3)}.stats-guarantee{font-size:12px;color:rgba(255,255,255,0.55)}@media (max-width:900px){.stats-inner{grid-template-columns:1fr;padding:28px 20px}.stats-grid{grid-template-columns:1fr;border-right:none}.stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.12);padding:32px 20px}.stat-item:last-child{border-bottom:none}.stats-cta-col{padding:40px 20px}}.photo-strip-section{position:relative;overflow:hidden;background:var(--cream);padding:48px 0}.photo-strip-header{text-align:center;margin-bottom:36px;padding:0 40px}.photo-strip-fade-left,.photo-strip-fade-right{position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.photo-strip-fade-left{left:0;background:linear-gradient(to right,var(--cream),transparent)}.photo-strip-fade-right{right:0;background:linear-gradient(to left,var(--cream),transparent)}.photo-strip-track{display:flex;gap:16px;width:max-content;animation:strip-scroll 32s linear infinite}.photo-strip-track:hover{animation-play-state:paused}.photo-strip-item{flex-shrink:0;width:220px;height:220px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px oklch(0% 0 0 / 0.10)}.photo-strip-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.photo-strip-item:hover img{transform:scale(1.05)}@keyframes strip-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.testimonials-section{background:var(--cream-dark);padding:56px 0}.testimonials-inner{max-width:1280px;margin:0 auto;padding:0 40px}.testimonials-viewport{overflow:hidden;width:100%}.testimonials-track{display:flex;gap:24px;transition:transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94);will-change:transform}.t-card{flex:0 0 calc((100% - 48px) / 3);background:var(--white);border-radius:16px;padding:32px 28px 24px;box-shadow:0 4px 24px oklch(0% 0 0 / 0.07);display:flex;flex-direction:column;gap:14px}.t-card-top{display:flex;justify-content:space-between;align-items:center}.t-stars{color:#2E7D32;font-size:16px;display:flex;align-items:center;gap:5px}.t-rating{font-family:var(--sans);font-size:13px;font-weight:700;color:#2E7D32}.t-headline{font-family:var(--serif);font-size:17px;font-weight:600;color:var(--charcoal);line-height:1.3}.t-body{font-size:14px;color:var(--text-muted);line-height:1.7;flex:1}.t-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px;border-top:1px solid var(--border)}.t-author{display:flex;align-items:center;gap:10px}.t-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;border:2px solid var(--border)}.t-name{font-family:var(--sans);font-size:13px;font-weight:700;color:var(--charcoal)}.t-verified{font-size:10px;font-weight:700;letter-spacing:0.08em;color:#2E7D32;white-space:nowrap}.t-tags{display:flex;gap:8px;flex-wrap:wrap}.t-tag{background:oklch(95% 0.04 75);border:1px solid var(--border);border-radius:30px;padding:4px 14px;font-size:11px;font-weight:600;color:var(--gold-dark);letter-spacing:0.03em}.t-controls{display:flex;align-items:center;gap:20px;margin-top:32px;justify-content:center}.t-arrow{width:44px;height:44px;border:2px solid var(--border);border-radius:8px;background:var(--white);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--charcoal);transition:all 0.2s;flex-shrink:0}.t-arrow:hover{border-color:var(--gold);color:var(--gold-dark)}.t-progress-wrap{flex:1;max-width:320px;height:4px;background:oklch(85% 0.01 60);border-radius:99px;overflow:hidden}.t-progress-bar{height:100%;background:#C4607A;border-radius:99px;transition:width 0.4s ease;width:0%}.t-dots{display:flex;justify-content:center;gap:6px;margin-top:16px}.t-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:all 0.3s;cursor:pointer}.t-dot.active{background:#C4607A;width:24px;border-radius:99px}@media (max-width:900px){.t-card{flex:0 0 100%}.testimonials-inner{padding:0 20px}.testimonials-section{padding:44px 0}}.comparison-section{background:#0D0D0D;padding:56px 0}.comparison-inner{max-width:1280px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.comparison-table-wrap{display:grid;grid-template-columns:1fr 1fr;border-radius:16px;overflow:hidden;border:1px solid rgba(196,96,122,0.25)}.comparison-col{display:flex;flex-direction:column}.comparison-col--brand{background:rgba(196,96,122,0.18)}.comparison-col--other{background:#FAF7F2}.comp-brand-header{padding:24px 20px 16px;display:flex;flex-direction:column;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,0.1)}.comp-brand-img-placeholder{width:64px;height:64px;background:rgba(201,168,76,0.3);border-radius:10px}.comp-brand-name{font-family:var(--sans);font-size:13px;font-weight:800;letter-spacing:0.08em;color:#E8799A;text-align:center}.comp-other-header{padding:24px 20px 16px;font-family:var(--sans);font-size:13px;font-weight:700;color:oklch(55% 0.01 55);text-align:center;border-bottom:1px solid #E8E0D5;letter-spacing:0.04em}.comp-row{padding:14px 20px;font-family:var(--sans);font-size:13px;font-weight:500;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,0.06)}.comparison-col--other .comp-row{color:oklch(40% 0.01 55);border-bottom-color:#F0EBE4}.comparison-col--brand .comp-row{color:rgba(255,255,255,0.9)}.comp-row:last-child{border-bottom:none}.comp-icon--check{font-size:14px;flex-shrink:0}.comp-icon--x{color:#E53935;font-size:14px;flex-shrink:0;font-weight:700}.comparison-cta-col{display:flex;flex-direction:column;gap:0}.comparison-title{font-family:var(--serif);font-size:clamp(28px,2.8vw,40px);font-weight:600;color:#fff;line-height:1.2;margin-bottom:28px}.comparison-bullets{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:14px}.comparison-bullets li{display:flex;gap:12px;font-size:14px;color:rgba(255,255,255,0.8);line-height:1.55}.comp-bullet-check{color:#E8799A;font-size:16px;flex-shrink:0;margin-top:1px}.btn-comp-cta{display:inline-block;padding:16px 36px;background:#C4607A;color:#fff;font-family:var(--sans);font-size:15px;font-weight:700;border-radius:10px;text-decoration:none;letter-spacing:0.04em;margin-bottom:12px;transition:all 0.2s;align-self:flex-start}.btn-comp-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,0.35)}.comp-guarantee{font-size:12px;color:rgba(255,255,255,0.45)}.guarantee-section{background:#FAF7F2;padding:56px 0;border-top:1px solid #E8E0D5}.guarantee-inner{max-width:1280px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:auto 1fr auto;gap:60px;align-items:center}.guarantee-badge{width:140px;height:140px;background:#C0392B;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.guarantee-badge-inner{text-align:center;margin-top:16px}.guarantee-badge-days{font-family:var(--serif);font-size:42px;font-weight:700;color:#fff;line-height:1}.guarantee-badge-label{font-family:var(--sans);font-size:11px;font-weight:800;letter-spacing:0.15em;color:rgba(255,255,255,0.85)}.guarantee-label{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:#C0392B;margin-bottom:12px}.guarantee-title{font-family:var(--serif);font-size:clamp(28px,2.8vw,40px);font-weight:600;color:var(--charcoal);margin-bottom:16px;line-height:1.2}.guarantee-body{font-size:16px;color:var(--text-muted);line-height:1.7;margin-bottom:24px;max-width:480px}.btn-guarantee-cta{display:inline-block;padding:14px 32px;background:#C9A84C;color:#2C1A0E;font-family:var(--sans);font-size:15px;font-weight:700;border-radius:10px;text-decoration:none;letter-spacing:0.04em;transition:all 0.2s}.btn-guarantee-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,0.3)}.guarantee-right{flex-shrink:0}.guarantee-img-placeholder{width:260px;height:320px;background:linear-gradient(145deg,var(--cream-dark),var(--blush));border-radius:20px;position:relative;display:flex;align-items:flex-end;justify-content:center;padding-bottom:20px}.guarantee-badge-overlay{position:absolute;bottom:-16px;right:-16px;width:96px;height:96px;background:#C0392B;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #FAF7F2}.guarantee-overlay-text{font-family:var(--sans);font-size:9px;font-weight:700;color:#fff;text-align:center;letter-spacing:0.05em;line-height:1.4}.guarantee-overlay-text span{font-size:14px;display:block}.faq-section{background:#FAF7F2;padding:56px 0;border-top:1px solid #E8E0D5}.faq-inner{max-width:860px;margin:0 auto;padding:0 40px}.faq-header{margin-bottom:48px}.faq-subhead{text-align:center;font-size:16px;color:var(--text-muted);margin-top:12px}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #E8E0D5}.faq-q{width:100%;background:none;border:none;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;text-align:left;font-family:var(--sans);font-size:16px;font-weight:600;color:var(--charcoal);line-height:1.4}.faq-q:hover{color:var(--gold-dark)}.faq-icon{font-size:22px;font-weight:300;color:#C9A84C;flex-shrink:0;transition:transform 0.3s;line-height:1}.faq-a{max-height:0;overflow:hidden;font-size:15px;color:var(--text-muted);line-height:1.75;transition:max-height 0.4s ease,padding 0.3s ease;padding:0}.faq-item.open .faq-a{max-height:300px;padding-bottom:20px}.faq-item.open .faq-icon{transform:rotate(45deg)}@media (max-width:900px){.comparison-inner{grid-template-columns:1fr;gap:36px;padding:0 20px}.guarantee-inner{grid-template-columns:1fr;gap:32px;padding:0 20px;text-align:center}.guarantee-badge{margin:0 auto}.guarantee-img-placeholder{display:none}.btn-guarantee-cta{margin:0 auto;display:block;text-align:center}.faq-inner{padding:0 20px}.comparison-section,.guarantee-section,.faq-section{padding:44px 0}.btn-comp-cta{align-self:center}}.feat-band{display:grid;grid-template-columns:1fr 1fr;min-height:440px;overflow:hidden}.feat-band--dark{background:#0D0D0D}.feat-band--pink{background:#C4607A}.feat-band-img{overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.04);padding:40px}.feat-band-img img{width:100%;max-width:420px;height:auto;object-fit:contain;border-radius:16px;box-shadow:0 24px 64px rgba(0,0,0,0.35);transition:transform 0.4s ease}.feat-band-img img:hover{transform:scale(1.03)}.feat-band-content{padding:64px 56px;display:flex;flex-direction:column;justify-content:center;gap:20px}.feat-band-content--right{order:-1}.feat-band-tag{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:#C4607A;background:rgba(196,96,122,0.15);display:inline-block;padding:5px 14px;border-radius:30px;align-self:flex-start}.feat-band-tag--dark{color:#0D0D0D;background:rgba(0,0,0,0.15)}.feat-band-title{font-family:var(--serif);font-size:clamp(28px,3vw,42px);font-weight:600;color:#fff;line-height:1.15;margin:0}.feat-band-title em{font-style:italic;color:#E8799A}.feat-band-title--dark{color:#1a0a0f}.feat-band-title--dark em{color:rgba(0,0,0,0.55)}.feat-band-body{font-size:15px;color:rgba(255,255,255,0.7);line-height:1.75;margin:0;max-width:440px}.feat-band-body--dark{color:rgba(0,0,0,0.7)}.feat-band-pills{display:flex;flex-wrap:wrap;gap:8px}.feat-pill{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:#fff;font-size:12px;font-weight:600;padding:6px 14px;border-radius:30px;letter-spacing:0.02em}.feat-pill--dark{background:rgba(0,0,0,0.1);border-color:rgba(0,0,0,0.2);color:rgba(0,0,0,0.8)}.feat-band-stats{display:flex;align-items:center;gap:24px;padding-top:8px}.feat-stat-num{font-family:var(--serif);font-size:38px;font-weight:700;color:#fff;line-height:1;margin-bottom:4px}.feat-stat-num--dark{color:rgba(0,0,0,0.85)}.feat-stat-label{font-size:12px;color:rgba(255,255,255,0.55);line-height:1.4}.feat-stat-label--dark{color:rgba(0,0,0,0.55)}.feat-stat-divider{width:1px;height:40px;background:rgba(255,255,255,0.2);flex-shrink:0}.feat-stat-divider--dark{background:rgba(0,0,0,0.2)}@media (max-width:900px){.feat-band{grid-template-columns:1fr;min-height:auto}.feat-band-content{padding:40px 20px;order:2}.feat-band-content--right{order:2}.feat-band-img{order:1;min-height:280px;padding:24px}}.fp-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border-radius:20px;overflow:hidden;margin-bottom:32px;border:1px solid var(--border)}.fp-row:last-child{margin-bottom:0}.fp-facts{display:flex;align-items:center;justify-content:center;padding:32px 24px}.fp-facts--blush{background:transparent}.fp-facts-img{width:100%;height:100%;object-fit:contain;display:block;max-height:420px}.fp-model{overflow:hidden}.fp-model-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;min-height:400px}.fp-callouts{background:var(--white);padding:40px 36px;display:flex;flex-direction:column;justify-content:center;gap:36px}.fp-callout-icon{width:44px;height:44px;color:var(--text-muted);margin-bottom:12px;display:flex;align-items:center;justify-content:center}.fp-callout-title{font-family:var(--sans);font-size:16px;font-weight:700;color:var(--charcoal);margin-bottom:8px;line-height:1.3}.fp-callout-body{font-size:14px;color:var(--text-muted);line-height:1.6}@media (max-width:900px){.fp-row{grid-template-columns:1fr;border-radius:16px}.fp-row--reverse .fp-callouts{order:1}.fp-row--reverse .fp-model{order:2}.fp-row--reverse .fp-facts{order:3}.fp-model-img{min-height:280px}.fp-callouts{padding:28px 20px}}.wi-section{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.wi-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;min-height:520px;overflow:hidden}.wi-facts-col{background:var(--white);display:flex;align-items:stretch;justify-content:center;padding:0;overflow:hidden}.wi-facts-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.wi-model-col{overflow:hidden}.wi-model-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.wi-callouts-col{padding:56px 48px;display:flex;flex-direction:column;justify-content:center;gap:40px;background:var(--white)}.wi-callout-icon{color:oklch(55% 0.01 55);margin-bottom:12px}.wi-callout-title{font-family:var(--sans);font-size:16px;font-weight:700;color:var(--charcoal);margin-bottom:8px;line-height:1.3}.wi-callout-body{font-size:14px;color:var(--text-muted);line-height:1.6}@media (max-width:900px){.wi-inner{grid-template-columns:1fr}.wi-model-col{min-height:300px}.wi-callouts-col{padding:32px 20px;gap:28px}}.wi-inner--reverse{grid-template-columns:1fr 1.1fr}.promise-section{position:relative;background:#C4607A;overflow:hidden;padding:44px 0}.promise-texture{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(0,0,0,0.08) 0%,transparent 60%),radial-gradient(circle at 80% 50%,rgba(0,0,0,0.05) 0%,transparent 60%);pointer-events:none}.promise-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 40px;text-align:center}.promise-label{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.75);margin-bottom:10px}.promise-title{font-family:var(--serif);font-size:clamp(24px,2.5vw,36px);font-weight:600;color:#fff;line-height:1.15;margin-bottom:16px}.promise-divider{width:48px;height:3px;background:rgba(255,255,255,0.4);border-radius:99px;margin:0 auto 36px}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.promise-item{padding:20px 24px;border-right:1px solid rgba(255,255,255,0.2);display:flex;flex-direction:column;align-items:center;gap:14px;transition:background 0.2s}.promise-item:last-child{border-right:none}.promise-item:hover{background:rgba(0,0,0,0.06)}.promise-item--center .promise-icon{color:#fff}.promise-icon{color:rgba(255,255,255,0.7);width:64px;height:64px;background:rgba(255,255,255,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s}.promise-item:hover .promise-icon{background:rgba(0,0,0,0.12);color:#fff}.promise-item-title{font-family:var(--sans);font-size:15px;font-weight:700;color:#fff;line-height:1.3}.promise-item-sub{font-size:13px;color:rgba(255,255,255,0.55);line-height:1.6}@media (max-width:900px){.promise-grid{grid-template-columns:1fr 1fr}.promise-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.08);padding:28px 20px}.promise-item:nth-child(odd){border-right:1px solid rgba(255,255,255,0.08)}.promise-item:last-child,.promise-item:nth-last-child(2):nth-child(odd){border-bottom:none}.promise-inner{padding:0 20px}.promise-section{padding:36px 0}}.promise-banner-wrap{max-width:1280px;margin:0 auto;padding:24px 40px}.promise-banner{position:relative;background:#E8458A;border-radius:16px;border:1px solid #1A1A1A;overflow:hidden;min-height:0}.promise-banner-bg{position:absolute;inset:0;opacity:0.08;background-image:none;background-size:200px 200px;pointer-events:none}.promise-banner-content{position:relative;z-index:1;padding:28px 40px;display:flex;align-items:center;gap:40px}.promise-banner-header{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;padding-right:40px;border-right:1px solid rgba(255,255,255,0.25)}.promise-banner-title{font-family:var(--serif);font-size:22px;font-weight:700;color:#fff;white-space:nowrap;margin:0}.promise-banner-line{width:36px;height:2px;background:rgba(255,255,255,0.5);border-radius:99px}.promise-banner-items{display:flex;flex:1;justify-content:space-around;align-items:center;gap:24px}.promise-banner-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.promise-banner-icon{width:52px;height:52px;background:rgba(255,255,255,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.promise-banner-label{font-family:var(--sans);font-size:13px;font-weight:700;color:#fff;line-height:1.3;max-width:120px}@media (max-width:900px){.promise-banner-wrap{padding:16px 20px}.promise-banner-content{flex-direction:column;padding:24px 20px;gap:24px}.promise-banner-header{border-right:none;border-bottom:1px solid rgba(255,255,255,0.25);padding-right:0;padding-bottom:16px;width:100%}.promise-banner-items{flex-direction:column;gap:20px}}.our-promise-section{background:#FAF7F2;padding:52px 0;border-top:1px solid #E8E0D5;border-bottom:1px solid #E8E0D5}.our-promise-inner{max-width:1180px;margin:0 auto;padding:0 40px}.our-promise-title{font-family:var(--serif);font-size:clamp(32px,3.5vw,48px);font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:56px;letter-spacing:-0.01em}.our-promise-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.our-promise-col{display:flex;align-items:flex-start;gap:20px}.our-promise-icon{width:64px;height:64px;min-width:64px;background:#F5C518;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.our-promise-text{display:flex;flex-direction:column;gap:8px;padding-top:4px}.our-promise-col-title{font-family:var(--sans);font-size:16px;font-weight:700;color:#1a1a1a;line-height:1.3}.our-promise-col-body{font-size:14px;color:oklch(55% 0.01 55);line-height:1.65}@media (max-width:900px){.our-promise-cols{grid-template-columns:1fr;gap:28px}.our-promise-inner{padding:0 20px}.our-promise-section{padding:40px 0}.our-promise-title{margin-bottom:36px}}.sci-section{background:#FAF7F2;padding:56px 0;border-top:1px solid #E8E0D5}.sci-inner{max-width:1000px;margin:0 auto;padding:0 40px}.sci-headline{font-family:var(--serif);font-size:clamp(30px,3vw,46px);font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:60px;letter-spacing:-0.01em}.sci-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.sci-col{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.sci-circle{width:110px;height:110px;border-radius:50%;border:4px solid #E8458A;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.sci-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}.sci-title{font-family:var(--sans);font-size:13px;font-weight:700;color:#1a1a1a;line-height:1.35}.sci-body{font-size:12px;color:#6B6B6B;line-height:1.55}@media (max-width:900px){.sci-grid{grid-template-columns:repeat(2,1fr);gap:28px}.sci-inner{padding:0 20px}.sci-section{padding:40px 0}.sci-circle{width:96px;height:96px}}.hiw-section{background:var(--white);padding:32px 0;border-top:1px solid var(--border)}.hiw-inner{max-width:1100px;margin:0 auto;padding:0 40px;text-align:center}.hiw-title{font-family:var(--serif);font-size:clamp(28px,3vw,42px);font-weight:700;color:var(--charcoal);margin-bottom:12px;letter-spacing:-0.01em}.hiw-sub{font-size:16px;color:var(--text-muted);margin-bottom:0;line-height:1.6}.hiw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}.hiw-steps::before{content:'';position:absolute;top:100px;left:calc(50% / 3+80px);right:calc(50% / 3+80px);height:2px;background:linear-gradient(to right,var(--border),#E8458A,var(--border));pointer-events:none}.hiw-step{padding:0 24px;display:flex;flex-direction:column;align-items:center;gap:16px;position:relative}.hiw-step-num{font-family:var(--serif);font-size:13px;font-weight:700;color:#E8458A;letter-spacing:0.1em;background:oklch(96% 0.02 0);border-radius:30px;padding:4px 14px;margin-bottom:4px}.hiw-circle{width:180px;height:180px;border-radius:50%;border:4px solid var(--border);background:var(--cream-dark);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color 0.3s,transform 0.3s}.hiw-circle:hover{border-color:#E8458A;transform:scale(1.04)}.hiw-circle--pink{border-color:#E8458A;box-shadow:0 0 0 6px oklch(90% 0.05 0 / 0.3)}.hiw-circle img{width:100%;height:100%;object-fit:cover}.hiw-connector{display:none}.hiw-step-title{font-family:var(--sans);font-size:17px;font-weight:700;color:var(--charcoal);line-height:1.3;margin-top:4px}.hiw-step-body{font-size:14px;color:var(--text-muted);line-height:1.7;max-width:280px}@media (max-width:900px){.hiw-steps{grid-template-columns:1fr;gap:40px}.hiw-steps::before{display:none}.hiw-inner{padding:0 20px}.hiw-section{padding:24px 0}}.asgb-wrap{background:linear-gradient(180deg,#E8458A 0%,#B85088 40%,#8A4F7A 100%);position:relative;overflow:hidden}.asgb-top{padding:44px 0 70px;color:#FFFFFF;position:relative}.asgb-inner{max-width:1200px;margin:0 auto;padding:0 40px}.asgb-eyebrow{text-align:center;font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:#FFFFFF;opacity:0.85;margin-bottom:24px}.asgb-press{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;align-items:start}.asgb-press-col{text-align:center;padding:0 8px}.asgb-logo{height:30px;margin:0 auto 16px;display:block;fill:#FFFFFF}.asgb-quote{font-family:var(--sans);font-size:14px;line-height:1.65;color:#FFFFFF;margin:0;opacity:0.95;max-width:320px;margin-left:auto;margin-right:auto}.asgb-wave{display:block;width:100%;height:56px}.asgb-middle{background:#FAF7F2;padding:8px 0 36px;position:relative}.asgb-heading{text-align:center;font-family:var(--serif);font-size:clamp(30px,4vw,48px);font-weight:700;line-height:1.05;letter-spacing:-0.01em;margin:0 0 36px;background:linear-gradient(90deg,#E8458A 0%,#8A4F7A 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.asgb-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;max-width:1200px;margin:0 auto;padding:16px 40px 0}.asgb-card{background:#FFFFFF;border-radius:14px;padding:30px 12px 18px;text-align:center;box-shadow:0 6px 18px rgba(138,79,122,0.10),0 2px 6px rgba(0,0,0,0.04);position:relative;min-height:104px;display:flex;align-items:center;justify-content:center}.asgb-card-badge{position:absolute;top:-16px;left:50%;transform:translateX(-50%);width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#E8458A 0%,#8A4F7A 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(138,79,122,0.30)}.asgb-card-badge svg{display:block}.asgb-card-text{font-family:var(--sans);font-size:12px;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;color:#1A1A1A;line-height:1.3}.asgb-bottom{padding:48px 0 56px;text-align:center;color:#FFFFFF}.asgb-stars{color:#FFFFFF;font-size:22px;letter-spacing:5px;margin-bottom:18px;line-height:1}.asgb-cta{display:inline-block;background:#FFFFFF;color:#1A1A1A;font-family:var(--sans);font-size:14px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;padding:18px 36px;border-radius:999px;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,0.18);transition:transform 0.2s ease,box-shadow 0.2s ease}.asgb-cta:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,0.25)}@media (max-width:900px){.asgb-top{padding:36px 0 56px}.asgb-press{grid-template-columns:1fr;gap:28px}.asgb-cards{grid-template-columns:repeat(2,1fr);padding:12px 20px 0;gap:24px 12px}.asgb-bottom{padding:36px 0 44px}.asgb-heading{margin-bottom:28px}.asgb-inner{padding:0 20px}.asgb-cta{padding:16px 22px;font-size:12px}}.hiw-steps-copy{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1080px;margin:0 auto}.hiw-copy-step{text-align:center;padding:0 12px}.hiw-copy-num{font-family:var(--serif);font-size:28px;font-weight:700;color:#E8458A;margin-bottom:8px;letter-spacing:0.02em}.hiw-copy-title{font-family:var(--sans);font-size:17px;font-weight:700;color:var(--charcoal);margin:0 0 10px;text-transform:uppercase;letter-spacing:0.04em}.hiw-copy-body{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0}@media (max-width:900px){.hiw-steps-copy{grid-template-columns:1fr;gap:28px}}.reviews-section{background:#FFFFFF;padding:80px 0;border-top:2px solid #F3D6E5}.reviews-inner{max-width:1100px;margin:0 auto;padding:0 40px}.reviews-heading{font-family:var(--serif);font-size:clamp(28px,3vw,40px);font-weight:700;color:#111;text-align:center;margin-bottom:36px;letter-spacing:-0.01em}.reviews-summary{display:grid;grid-template-columns:1.1fr 1.4fr 0.9fr;align-items:center;border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;padding:28px 0}.reviews-summary>*+*{border-left:1px solid #E5E5E5}.rs-col{padding:0 28px}.rs-stars{display:flex;gap:4px;color:#E8458A;font-size:24px;line-height:1;margin-bottom:10px}.rs-avg{font-family:var(--sans);font-weight:700;font-size:18px;color:#111;margin-bottom:4px}.rs-based{font-family:var(--sans);font-size:13px;color:#777}.rs-dist-row{display:grid;grid-template-columns:90px 1fr 36px;align-items:center;gap:12px;margin-bottom:6px}.rs-dist-row:last-child{margin-bottom:0}.rs-dist-stars{color:#E8458A;font-size:13px;letter-spacing:1px;line-height:1}.rs-dist-track{height:8px;background:#EFEFEF;border-radius:4px;overflow:hidden}.rs-dist-fill{height:100%;background:#111;border-radius:4px}.rs-dist-count{font-family:var(--sans);font-size:12px;color:#555;text-align:right}.rs-write{background:#111;color:#FFF;border:none;padding:14px 22px;font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:0.04em;cursor:pointer;width:100%;text-transform:none}.rs-write:hover{background:#000}.reviews-controls{display:flex;justify-content:flex-start;padding:20px 0 14px;border-bottom:1px solid #E5E5E5}.reviews-sort{font-family:var(--sans);font-size:13px;color:#333;background:transparent;border:1px solid transparent;cursor:pointer;padding:4px 0}.review{padding:28px 0;border-bottom:1px solid #ECECEC}.review-stars{display:flex;gap:3px;color:#E8458A;font-size:14px;letter-spacing:1px;margin-bottom:12px;line-height:1}.review-author{display:flex;align-items:center;gap:12px;margin-bottom:10px}.review-avatar{width:40px;height:40px;border-radius:50%;background:#E8E8E8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-avatar svg{display:block}.review-name{font-family:var(--sans);font-weight:700;font-size:14px;color:#111}.review-body{font-family:var(--sans);font-size:15px;line-height:1.6;color:#1a1a1a;margin:0}.reviews-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:36px 0 4px;flex-wrap:wrap}.rp-btn{font-family:var(--sans);font-size:13px;color:#333;background:transparent;border:1px solid #DADADA;padding:8px 14px;cursor:pointer;min-width:38px}.rp-btn:hover{background:#F6F6F6}.rp-btn.active{background:#111;color:#FFF;border-color:#111}.rp-btn:disabled{opacity:0.4;cursor:not-allowed}.rp-ellipsis{font-family:var(--sans);font-size:13px;color:#999;padding:0 4px}@media (max-width:800px){.reviews-section{padding:56px 0}.reviews-summary{grid-template-columns:1fr;gap:24px;padding:24px 0}.reviews-summary>*+*{border-left:none;border-top:1px solid #E5E5E5;padding-top:24px}.rs-col{padding:0 4px}.reviews-inner{padding:0 20px}}.site-footer{background:#E8458A;color:#FFFFFF;padding:60px 0 32px;font-family:var(--sans)}.footer-inner{max-width:1200px;margin:0 auto;padding:0 40px}.footer-cols{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.footer-h{font-size:16px;font-weight:700;color:#FFFFFF;margin:0 0 18px;letter-spacing:0.02em}.footer-logo{display:block;width:min(160px,58vw);height:auto;margin:0 0 22px;background:#FFFFFF;border-radius:10px;padding:10px 12px}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footer-links a{color:#FFFFFF;text-decoration:none;font-size:14px;line-height:1.5;opacity:0.95}.footer-links a:hover{text-decoration:underline}.footer-sub-text{font-size:14px;color:#FFFFFF;line-height:1.55;margin:0 0 18px;opacity:0.95;max-width:460px}.footer-form{display:flex;flex-direction:column;gap:12px;max-width:460px}.footer-input{background:transparent;border:1px solid rgba(255,255,255,0.85);color:#FFFFFF;padding:14px 16px;font-family:var(--sans);font-size:14px;outline:none;width:100%;box-sizing:border-box}.footer-input::placeholder{color:rgba(255,255,255,0.85)}.footer-input:focus{border-color:#FFFFFF}.footer-signup{background:#FFFFFF;color:#E8458A;border:none;padding:14px 18px;font-family:var(--sans);font-size:13px;font-weight:700;letter-spacing:0.14em;cursor:pointer;width:100%}.footer-signup:hover{background:#FFEEF6}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,0.5);margin:48px 0 28px}.footer-pay{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:22px}.pay-badge{background:#FFFFFF;border-radius:6px;height:28px;min-width:46px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:11px;font-weight:800;letter-spacing:0.02em;color:#1a1a1a}.pay-badge.amex{background:#1F72CD;color:#FFFFFF;font-style:italic}.pay-badge.visa{background:#1A1F71;color:#F7B600;font-style:italic;letter-spacing:0.06em}.pay-badge.mc{padding:0 8px;gap:0}.pay-badge.mc::before{content:'';width:16px;height:16px;border-radius:50%;background:#EB001B;margin-right:-6px;z-index:1}.pay-badge.mc::after{content:'';width:16px;height:16px;border-radius:50%;background:rgba(247,158,27,0.95);mix-blend-mode:multiply}.pay-badge.apple,.pay-badge.google,.pay-badge.shop{color:#111}.pay-badge.shop{background:#5A31F4;color:#FFFFFF}.pay-badge.klarna{background:#FFA8CD;color:#17120F}.pay-badge.afterpay{background:#B2FCE4;color:#17120F}.footer-copy{text-align:center;font-size:12px;color:#FFFFFF;opacity:0.95;letter-spacing:0.02em}@media (max-width:800px){.site-footer{padding:44px 0 24px}.footer-cols{grid-template-columns:1fr;gap:36px;text-align:center}.footer-logo{margin-left:auto;margin-right:auto}.footer-links{align-items:center}.footer-form,.footer-sub-text{margin-left:auto;margin-right:auto}.footer-divider{margin:36px 0 22px}}