.subs-benefits{display:grid;gap:0;border-top:1px solid var(--ss-border)}.subs-benefits--cols-3{grid-template-columns:repeat(3,1fr)}.subs-benefits--cols-2{grid-template-columns:repeat(2,1fr)}.subs-benefits--cols-4{grid-template-columns:repeat(4,1fr)}.subs-benefit{padding:40px 28px;border-right:1px solid var(--ss-border);border-bottom:1px solid var(--ss-border);display:flex;flex-direction:column;gap:14px;transition:background var(--ss-dur-base) var(--ss-ease-out)}.subs-benefits--cols-3 .subs-benefit:nth-child(3n){border-right:none}.subs-benefits--cols-2 .subs-benefit:nth-child(2n){border-right:none}.subs-benefits--cols-4 .subs-benefit:nth-child(4n){border-right:none}.subs-benefit:hover{background:var(--ss-cream-100)}.subs-benefit__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--ss-sage-100);border-radius:999px;color:var(--ss-teal)}.subs-benefit__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.subs-benefit__icon--coral{background:var(--ss-coral)}.subs-benefit__icon--sage{background:var(--ss-sage-100)}.subs-benefit__icon--blush{background:var(--ss-blush)}.subs-benefit__icon--lavender{background:var(--ss-lavender)}.subs-benefit__icon--cream{background:var(--ss-cream-200)}.subs-benefit__icon--teal{background:var(--ss-teal);color:var(--ss-cream-50)}.subs-benefit__title{font-family:var(--ss-font-serif);font-size:26px;letter-spacing:-.015em;line-height:1.1;font-weight:400;margin:6px 0 0;color:var(--ss-fg)}.subs-benefit__desc{font-family:var(--ss-font-sans-body);font-size:15px;line-height:1.55;color:var(--ss-fg-muted);margin:0;max-width:32ch}.subs-benefit .subs-btn--link{align-self:flex-start;margin-top:6px;font-size:12px}@media(max-width:1100px){.subs-benefits--cols-3,.subs-benefits--cols-4{grid-template-columns:repeat(2,1fr)}.subs-benefits--cols-3 .subs-benefit:nth-child(3n),.subs-benefits--cols-4 .subs-benefit:nth-child(4n){border-right:1px solid var(--ss-border)}.subs-benefits--cols-3 .subs-benefit:nth-child(2n),.subs-benefits--cols-4 .subs-benefit:nth-child(2n){border-right:none}}@media(max-width:760px){.subs-benefits{grid-template-columns:1fr!important}.subs-benefit{border-right:none!important}}.subs-compare{background:var(--ss-bg-elev);border-radius:32px;border:1px solid var(--ss-border);overflow:hidden;box-shadow:var(--ss-shadow-sm)}.subs-compare__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr}.subs-compare__cell{padding:22px 26px;border-top:1px solid var(--ss-border-soft);display:flex;align-items:center;gap:10px;font-size:15px;font-family:var(--ss-font-sans-body);color:var(--ss-fg)}.subs-compare__cell--rowhead{font-family:var(--ss-font-sans-head);font-weight:500;font-size:15px;color:var(--ss-fg);background:var(--ss-cream-50);flex-direction:column;align-items:flex-start;gap:4px}.subs-compare__head{padding:36px 26px 22px;font-family:var(--ss-font-sans-head);font-size:13px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ss-fg-muted);border-top:none;background:var(--ss-cream-100);position:relative}.subs-compare__head--us{background:var(--ss-teal);color:var(--ss-cream-50)}.subs-compare__head--us:after{content:"RECOMMENDED";position:absolute;top:10px;right:16px;background:var(--ss-coral);color:var(--ss-teal);font-size:10px;padding:4px 9px;border-radius:999px;letter-spacing:.15em}.subs-compare__cell--us{background:#004c4f0a;color:var(--ss-teal)}.subs-compare__check{width:22px;height:22px;border-radius:999px;background:var(--ss-teal);color:var(--ss-cream-50);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.subs-compare__check svg{width:12px;height:12px;stroke:currentColor;stroke-width:2.5;fill:none}.subs-compare__x{width:22px;height:22px;border-radius:999px;background:var(--ss-cream-200);color:var(--ss-stone-500);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.subs-compare__x svg{width:10px;height:10px;stroke:currentColor;stroke-width:2.5;fill:none}.subs-compare__desc{display:block;font-family:var(--ss-font-sans-body);font-weight:400;font-size:13px;color:var(--ss-fg-muted);margin-top:4px;text-transform:none;letter-spacing:0}@media(max-width:1100px){.subs-compare__grid{font-size:14px}}@media(max-width:760px){.subs-compare{border-radius:22px;overflow-x:auto;-webkit-overflow-scrolling:touch}.subs-compare__grid{min-width:540px;grid-template-columns:1.3fr 1fr 1fr 1fr;font-size:11px;border-radius:0}.subs-compare__cell,.subs-compare__head{padding:10px;gap:6px;font-size:11px}.subs-compare__cell--rowhead{font-size:11px}.subs-compare__desc{font-size:10px;margin-top:3px}.subs-compare__head{font-size:10px;padding:26px 10px 12px;letter-spacing:.1em}.subs-compare__head--us:after{right:6px;top:6px;font-size:8px;padding:2px 6px;letter-spacing:.1em}.subs-compare__check,.subs-compare__x{width:18px;height:18px}.subs-compare__check svg{width:10px;height:10px}.subs-compare__x svg{width:8px;height:8px}}.subs-cta-block{background:var(--ss-teal);color:var(--ss-cream-50);border-radius:36px;padding:clamp(48px,6vw,88px) clamp(28px,4vw,64px);text-align:center;position:relative;overflow:hidden}.subs-cta-block:before,.subs-cta-block:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:#fe9c882e;z-index:0}.subs-cta-block:before{top:-120px;left:-120px}.subs-cta-block:after{bottom:-160px;right:-100px;background:#e2f1df1a}.subs-cta-block>*{position:relative;z-index:1}.subs-cta-block__script{font-size:40px;color:var(--ss-coral);display:inline-block;transform:rotate(-3deg);margin-bottom:8px}.subs-cta-block__heading{color:var(--ss-cream-50);font-family:var(--ss-font-serif);font-size:clamp(40px,5vw,76px);line-height:1.02;letter-spacing:-.025em;font-weight:400;max-width:18ch;margin:0 auto}.subs-cta-block__lede{margin:24px auto 0;font-family:var(--ss-font-sans-body);font-size:18px;font-weight:300;color:#fdf8f2d9;max-width:50ch}.subs-cta-block__row{margin-top:40px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:center}.subs-cta-block__trust{margin-top:24px;display:flex;gap:18px 22px;flex-wrap:wrap;justify-content:center;font-family:var(--ss-font-sans-body);font-size:13px;color:#fdf8f2b8}.subs-cta-block__trust span{display:inline-flex;align-items:center;gap:6px}.subs-cta-block__trust svg{width:14px;height:14px;stroke:var(--ss-coral);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:760px){.subs-cta-block{padding:48px 24px}.subs-cta-block__script{font-size:32px}.subs-cta-block__trust{font-size:12px;gap:10px 16px}.subs-cta-block__trust svg{width:12px;height:12px}}@media(max-width:480px){.subs-cta-block__heading{font-size:clamp(32px,9vw,44px)}.subs-cta-block__row .subs-btn{width:100%}}.subs-gcta{padding:clamp(56px,7vw,96px) 0 clamp(72px,8vw,112px)}.subs-gcta__inner{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}.subs-gcta__h2{font-family:var(--ss-font-serif);font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.02em;margin:0;color:var(--ss-fg);font-weight:400}.subs-gcta__body{display:flex;flex-direction:column;gap:20px}.subs-gcta__lede{font-family:var(--ss-font-sans-body);font-size:16px;color:var(--ss-fg-muted);line-height:1.55;margin:0;max-width:46ch;font-weight:300}.subs-gcta__actions{display:inline-flex;gap:12px;flex-wrap:wrap}@media(max-width:1080px){.subs-gcta__inner{grid-template-columns:1fr;gap:28px}}@media(max-width:720px){.subs-gcta{padding:48px 0 64px}.subs-gcta__h2{font-size:clamp(28px,8vw,40px)}.subs-gcta__actions{flex-direction:column;align-items:stretch}.subs-gcta__actions .subs-btn{width:100%}}.subs-gh{padding:clamp(40px,5.5vw,80px) 0 clamp(24px,3vw,40px)}.subs-gh__inner{display:flex;flex-direction:column;gap:clamp(20px,3vw,36px)}.subs-gh__h1{font-family:var(--ss-font-serif);font-size:clamp(36px,7vw,110px);line-height:1;letter-spacing:-.03em;margin:0;white-space:nowrap;color:var(--ss-fg);font-weight:400}.subs-gh__h1 .subs-ital{font-style:italic}.subs-gh__coral{color:var(--ss-coral);font-style:italic}.subs-gh__meta{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.subs-gh__chips{display:flex;flex-wrap:wrap;align-items:center;gap:10px 22px;font-family:var(--ss-font-sans-head);font-size:13px;letter-spacing:-.005em;color:var(--ss-fg)}.subs-gh__chip{display:inline-flex;align-items:center;gap:8px;position:relative;padding-right:22px}.subs-gh__chip+.subs-gh__chip:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:1px;height:12px;background:var(--ss-border)}.subs-gh__chip:last-child{padding-right:0}.subs-gh__chip svg{width:14px;height:14px;stroke:var(--ss-coral);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.subs-gh__chip b{font-weight:500;color:var(--ss-teal)}@media(max-width:720px){.subs-gh{padding:28px 0 18px}.subs-gh__h1{font-size:clamp(28px,8vw,64px);white-space:normal}.subs-gh__chips{font-size:12.5px;gap:8px 18px}.subs-gh__chip{padding-right:18px}.subs-gh__chip+.subs-gh__chip:before{left:-10px}}.subs-gbar{position:sticky;top:0;z-index:70;border-bottom:1px solid var(--ss-border-soft);padding:14px 0}.subs-gbar__inner{display:flex;align-items:center;gap:18px;flex-wrap:nowrap}.subs-gbar__tabs{margin:0;flex:1 1 0;min-width:0;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px;mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 24px),transparent 100%);-webkit-mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 24px),transparent 100%)}.subs-gbar__tabs::-webkit-scrollbar{display:none}.subs-gbar__tabs .subs-cat-tab{flex-shrink:0;font-size:13px;padding:9px 14px}.subs-gbar__tabs .subs-cat-tab__count{font-size:10.5px;padding:2px 7px}.subs-gbar__right{display:flex;align-items:center;gap:16px}.subs-gbar__count{font-family:var(--ss-font-sans-head);font-size:13px;color:var(--ss-fg-muted);letter-spacing:-.005em;white-space:nowrap}.subs-gbar__count b{color:var(--ss-teal);font-weight:500}.subs-gbar__divider{width:1px;height:22px;background:var(--ss-border)}.subs-sort{display:inline-flex;align-items:center;gap:8px;font-family:var(--ss-font-sans-head);font-size:13px;color:var(--ss-fg-muted);letter-spacing:-.005em}.subs-sort label{white-space:nowrap}.subs-sort select{font-family:var(--ss-font-sans-head);font-size:13px;font-weight:500;color:var(--ss-teal);letter-spacing:-.005em;padding:8px 32px 8px 12px;border-radius:999px;border:1px solid var(--ss-border-strong);background:var(--ss-cream-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23004C4F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 10px center / 14px 14px;cursor:pointer;appearance:none;-webkit-appearance:none;transition:border-color var(--ss-dur-base) var(--ss-ease-out)}.subs-sort select:hover{border-color:var(--ss-teal)}.subs-sort select:focus-visible{outline:2px solid var(--ss-coral);outline-offset:2px}.subs-gallery{padding:clamp(28px,4vw,56px) 0 clamp(64px,7vw,96px)}.subs-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 24px}.subs-gallery__grid .subs-gallery__product{display:flex}.subs-gallery__grid .subs-gallery__product.is-hidden{display:none}.subs-product__pct--tight{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;gap:2px;padding-bottom:0}.subs-product__pct--tight span{display:block;line-height:.9}.subs-product__pct--tight small{margin-top:0;line-height:1}.subs-gallery__empty{grid-column:1 / -1;padding:64px 24px;text-align:center;color:var(--ss-fg-muted);font-family:var(--ss-font-sans-body);background:var(--ss-cream-100);border-radius:20px;display:none}.subs-gallery__empty.on,.subs-gallery__empty--always{display:block}.subs-gallery__empty .subs-ital{display:block;font-family:var(--ss-font-serif);font-style:italic;font-size:28px;color:var(--ss-teal);margin-bottom:6px}@media(max-width:1080px){.subs-gallery__grid{grid-template-columns:repeat(2,1fr);gap:24px 20px}}@media(max-width:720px){.subs-gbar{padding:10px 0}.subs-gbar__inner{gap:10px;flex-wrap:wrap}.subs-gbar__tabs{order:2;flex-basis:100%;margin:0 calc(var(--ss-gutter) * -1);padding-inline:var(--ss-gutter)}.subs-gbar__right{order:1;width:100%;justify-content:space-between}.subs-gbar__count,.subs-sort{font-size:12.5px}.subs-sort select{font-size:12.5px;padding:7px 28px 7px 10px}.subs-gallery{padding:24px 0 56px}.subs-gallery__grid{grid-template-columns:1fr;gap:18px}.subs-product__pct{width:56px;height:56px;bottom:12px;right:12px;font-size:19px}.subs-product__pct small{font-size:8.5px;letter-spacing:.1em}.subs-product__badge{top:12px;left:12px;font-size:10.5px;padding:6px 11px}}.subs-hero{position:relative;padding:72px 0 56px;overflow:hidden}.subs-hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(40px,5vw,80px);align-items:center}.subs-hero__copy{position:relative;z-index:2}.subs-hero__pill{display:inline-flex;align-items:center;gap:10px;padding:6px 6px 6px 16px;background:var(--ss-cream-50);border:1px solid var(--ss-border);border-radius:999px;font-family:var(--ss-font-sans-head);font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--ss-fg);margin-bottom:28px}.subs-hero__pill-dot{width:8px;height:8px;background:var(--ss-coral);border-radius:50%;display:inline-block;animation:subs-hero-pulse 2.4s ease-in-out infinite}.subs-hero__pill-badge{background:var(--ss-teal);color:var(--ss-cream-50);padding:4px 10px;border-radius:999px;font-size:11px;letter-spacing:.14em}@keyframes subs-hero-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}}.subs-hero__h1{font-family:var(--ss-font-serif);font-size:clamp(56px,7.4vw,112px);line-height:.94;letter-spacing:-.025em;font-weight:400;color:var(--ss-fg);margin:0}.subs-hero__h1 .subs-ital{font-style:italic}.subs-hero__pct{color:var(--ss-coral);font-style:italic}.subs-hero__lede{margin:28px 0 0;font-size:19px;line-height:1.5;font-weight:300;color:var(--ss-fg);max-width:50ch;font-family:var(--ss-font-sans-body)}.subs-hero__cta{margin-top:36px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.subs-hero__trust{margin-top:32px;display:flex;align-items:center;gap:18px;font-family:var(--ss-font-sans-body);font-size:13px;color:var(--ss-fg-muted);flex-wrap:wrap}.subs-hero__trust b{font-family:var(--ss-font-sans-head);font-weight:500;color:var(--ss-fg)}.subs-hero__stars{display:inline-flex;gap:2px;color:var(--ss-coral)}.subs-hero__divider{width:1px;height:12px;background:var(--ss-border-strong);display:inline-block}.subs-hero__art{position:relative;aspect-ratio:4/5;border-radius:999px 999px 28px 28px;background:var(--ss-sage-100);overflow:visible}.subs-hero__art-inner{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px 999px 28px 28px;overflow:hidden}.subs-hero__art-img,.subs-hero__art-inner img{width:100%;height:100%;object-fit:cover;display:block}.subs-hero__art-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#004c4f40}.subs-hero__art-placeholder svg{width:60%;height:60%}.subs-hero__badge{position:absolute;z-index:3;width:168px;height:168px;border-radius:999px;background:var(--ss-coral);color:var(--ss-teal);display:grid;place-items:center;text-align:center;font-family:var(--ss-font-serif);bottom:-28px;left:-28px;box-shadow:var(--ss-shadow-lg);animation:subs-badge-bob 6s ease-in-out infinite}.subs-hero__badge-pct{font-size:56px;font-style:italic;line-height:.9;font-weight:400}.subs-hero__badge-label{font-family:var(--ss-font-sans-head);font-size:11px;text-transform:uppercase;letter-spacing:.18em;margin-top:4px;font-weight:500}@keyframes subs-badge-bob{0%,to{transform:rotate(-6deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-6px)}}.subs-hero__stamp{position:absolute;top:20px;right:-22px;z-index:3;width:130px;height:130px;color:var(--ss-teal);display:flex;align-items:center;justify-content:center}.subs-hero__stamp-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;animation:subs-stamp-spin 22s linear infinite}.subs-hero__stamp-mark{position:relative;width:44%;height:44%;object-fit:contain;z-index:1}@keyframes subs-stamp-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.subs-hero__inner{gap:40px}}@media(max-width:760px){.subs-hero{padding:40px 0 56px}.subs-hero__inner{grid-template-columns:1fr;gap:40px}.subs-hero__art{max-width:88%;margin:0 auto}.subs-hero__badge,.subs-hero__stamp{display:none}.subs-hero__trust{font-size:12px;gap:10px 14px}.subs-hero__divider{display:none}}@media(max-width:480px){.subs-hero__h1{font-size:clamp(44px,12vw,64px)}.subs-hero__pill{flex-wrap:wrap}.subs-hero__cta{flex-direction:column;align-items:stretch;gap:12px}.subs-hero__cta .subs-btn{width:100%;justify-content:center}}.subs-journey{background:var(--ss-cream-50);border-radius:36px;padding:clamp(48px,6vw,80px) clamp(28px,4vw,64px);border:1px solid var(--ss-border);position:relative;overflow:hidden}.subs-journey__head{display:flex;justify-content:space-between;align-items:end;flex-wrap:wrap;gap:24px;margin-bottom:56px}.subs-journey__head h2{max-width:16ch}.subs-journey__script{font-size:38px;color:var(--ss-coral);transform:rotate(-4deg);display:inline-block}.subs-path{position:relative;display:grid;grid-template-columns:repeat(var(--path-cols, 5),1fr);gap:0}.subs-path:before{content:"";position:absolute;top:28px;left:5%;right:5%;height:2px;background:repeating-linear-gradient(to right,var(--ss-border-strong) 0 6px,transparent 6px 12px);z-index:0}.subs-path__node{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;padding:0 8px}.subs-path__circle{width:56px;height:56px;border-radius:999px;background:var(--ss-cream-50);border:2px solid var(--ss-teal);color:var(--ss-teal);font-family:var(--ss-font-serif);font-size:22px;display:grid;place-items:center;margin-bottom:18px;position:relative;z-index:2}.subs-path__circle--gift{background:var(--ss-coral);border-color:var(--ss-coral)}.subs-path__circle--gift svg{width:22px;height:22px;stroke:var(--ss-teal);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.subs-path__circle--big{background:var(--ss-teal);color:var(--ss-cream-50);border-color:var(--ss-teal)}.subs-path__kicker{font-family:var(--ss-font-sans-head);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ss-fg-muted);margin-bottom:6px;font-weight:500;margin-top:0}.subs-path__title{font-family:var(--ss-font-serif);font-size:19px;line-height:1.2;color:var(--ss-fg);margin:0 0 6px;max-width:18ch}.subs-path__desc{font-family:var(--ss-font-sans-body);font-size:13px;color:var(--ss-fg-muted);line-height:1.45;max-width:22ch;margin:0}.subs-journey__perks{margin-top:56px;background:var(--ss-teal);color:var(--ss-cream-50);border-radius:22px;padding:28px 32px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.subs-journey__perks-star{width:56px;height:56px;background:var(--ss-coral);border-radius:999px;display:grid;place-items:center;flex-shrink:0}.subs-journey__perks-star svg{width:26px;height:26px;stroke:var(--ss-teal);fill:var(--ss-teal);stroke-linejoin:round}.subs-journey__perks-body{flex:1;min-width:280px}.subs-journey__perks-kicker{font-family:var(--ss-font-sans-head);font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#fdf8f2b3;margin:0}.subs-journey__perks-heading{font-family:var(--ss-font-serif);font-size:22px;color:var(--ss-cream-50);margin:4px 0;font-weight:400}.subs-journey__perks-text{margin:0;font-family:var(--ss-font-sans-body);font-size:14px;color:#fdf8f2c7}.subs-journey__perks .subs-btn--inverse{flex-shrink:0}.subs-journey__footnote{text-align:center;font-size:12px;margin-top:28px;color:var(--ss-fg-muted);font-family:var(--ss-font-sans-body)}@media(max-width:760px){.subs-path{grid-template-columns:1fr!important;gap:28px}.subs-path:before{display:none}.subs-path__node{flex-direction:row;align-items:flex-start;text-align:left;gap:20px}.subs-path__circle{margin-bottom:0;flex-shrink:0}.subs-path__title,.subs-path__desc{max-width:none}.subs-journey{padding:36px 22px;border-radius:24px}.subs-journey__head{flex-direction:column;align-items:flex-start;gap:12px}.subs-journey__perks{flex-direction:column;align-items:flex-start;gap:18px;padding:22px}}.subs-marquee{border-top:1px solid var(--ss-border);border-bottom:1px solid var(--ss-border);overflow:hidden;padding:22px 0}.subs-marquee__track{display:flex;gap:48px;white-space:nowrap;animation:subs-marquee-scroll 36s linear infinite;width:max-content}.subs-marquee__item{display:inline-flex;align-items:center;gap:14px;font-family:var(--ss-font-serif);font-size:28px;line-height:1;color:var(--ss-teal)}.subs-marquee__item .subs-ital{font-style:italic;color:var(--ss-fg-muted);margin-right:6px}.subs-marquee__sep{width:8px;height:8px;background:var(--ss-coral);border-radius:50%}@keyframes subs-marquee-scroll{to{transform:translate(-50%)}}@media(max-width:760px){.subs-marquee__item{font-size:20px;gap:10px}.subs-marquee__track{gap:28px}}.subs-products__head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.subs-cat-tabs{display:flex;gap:6px;flex-wrap:wrap;flex:1;min-width:0}.subs-cat-tab{font-family:var(--ss-font-sans-head);font-size:14px;font-weight:500;padding:12px 22px;border-radius:999px;background:transparent;border:1px solid var(--ss-border-strong);color:var(--ss-fg-muted);cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all var(--ss-dur-base) var(--ss-ease-out)}.subs-cat-tab:hover{color:var(--ss-teal);border-color:var(--ss-teal)}.subs-cat-tab.on{background:var(--ss-teal);color:var(--ss-cream-50);border-color:var(--ss-teal)}.subs-cat-tab__count{font-size:11px;font-weight:500;background:var(--ss-cream-200);color:var(--ss-stone-500);padding:2px 8px;border-radius:999px;letter-spacing:.04em}.subs-cat-tab.on .subs-cat-tab__count{background:#ffffff26;color:var(--ss-cream-50)}.subs-carousel__nav{display:flex;gap:10px;flex-shrink:0}.subs-carousel__btn{width:48px;height:48px;border-radius:999px;border:1px solid var(--ss-border);background:var(--ss-bg-elev);color:var(--ss-teal);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--ss-dur-base) var(--ss-ease-out)}.subs-carousel__btn svg{width:18px;height:18px}.subs-carousel__btn:hover:not(:disabled){background:var(--ss-teal);color:var(--ss-cream-50);border-color:var(--ss-teal)}.subs-carousel__btn:disabled{opacity:.35;cursor:not-allowed}.subs-carousel{position:relative}.subs-product-grid{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:4px 4px 12px;margin:-4px -4px 0}.subs-product-grid::-webkit-scrollbar{display:none}.subs-product-grid>.subs-product{flex:0 0 calc((100% - 60px)/4);scroll-snap-align:start;min-width:0}.subs-product{background:var(--ss-bg-elev);border:1px solid var(--ss-border-soft);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow var(--ss-dur-base) var(--ss-ease-out),transform var(--ss-dur-base) var(--ss-ease-out);position:relative}.subs-product:hover{box-shadow:var(--ss-shadow-md);transform:translateY(-2px)}.subs-product__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--ss-cream-100)}.subs-product__media-bg{position:absolute;top:0;right:0;bottom:0;left:0}.subs-bg-coral{background:linear-gradient(160deg,#ffc9ef,#fe9c88)}.subs-bg-orange{background:linear-gradient(160deg,#ffe4c2,#fe9c88)}.subs-bg-blush{background:linear-gradient(160deg,#ffe8f4,#ffc9ef)}.subs-bg-moss{background:linear-gradient(160deg,#d7e4c9,#94a983)}.subs-bg-lavender{background:linear-gradient(160deg,#efe9ff,#c9bef0)}.subs-bg-sage{background:linear-gradient(160deg,#ebf5e8,#b7d6b0)}.subs-product__img{width:100%;height:100%;object-fit:cover;display:block;position:relative}.subs-product__media-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#004c4f33}.subs-product__media-placeholder svg{width:60%;height:60%}.subs-product__badge{position:absolute;top:16px;left:16px;background:var(--ss-coral);color:var(--ss-teal);border-radius:999px;padding:6px 12px;font-family:var(--ss-font-sans-head);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;z-index:2}.subs-product__badge--teal{background:var(--ss-teal);color:var(--ss-cream-50)}.subs-product__badge--neon{background:var(--ss-neon);color:var(--ss-teal)}.subs-product__badge--blush{background:var(--ss-blush)}.subs-product__pct{position:absolute;bottom:16px;right:16px;width:64px;height:64px;background:var(--ss-cream-50);border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--ss-font-serif);font-size:22px;font-style:italic;color:var(--ss-teal);z-index:2;box-shadow:var(--ss-shadow-sm);line-height:1}.subs-product__pct small{font-family:var(--ss-font-sans-head);font-size:9px;text-transform:uppercase;letter-spacing:.12em;display:block;font-style:normal;margin-top:-2px;color:var(--ss-fg-muted);font-weight:500}.subs-product__body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.subs-product__cat{font-family:var(--ss-font-sans-head);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ss-fg-muted)}.subs-product__name{font-family:var(--ss-font-serif);font-size:22px;line-height:1.15;font-weight:400;letter-spacing:-.01em;color:var(--ss-fg);margin:0}.subs-product__desc{font-family:var(--ss-font-sans-body);font-size:14px;line-height:1.5;color:var(--ss-fg-muted);margin:0}.subs-product__price-row{display:flex;align-items:baseline;gap:8px;margin-top:auto;padding-top:14px}.subs-product__price{font-family:var(--ss-font-serif);font-size:24px;font-weight:400;color:var(--ss-fg)}.subs-product__price-strike{font-family:var(--ss-font-sans-body);font-size:14px;color:var(--ss-fg-subtle);text-decoration:line-through}.subs-product__price-per{font-family:var(--ss-font-sans-body);font-size:13px;color:var(--ss-fg-muted)}.subs-product__cta{margin-top:14px;display:flex}.subs-product__add{flex:1;background:var(--ss-teal);color:var(--ss-cream-50);border:0;font-family:var(--ss-font-sans-head);font-size:13px;font-weight:500;letter-spacing:.02em;padding:12px 18px;border-radius:999px;cursor:pointer;transition:background var(--ss-dur-base) var(--ss-ease-out);text-align:center;text-decoration:none}.subs-product__add:hover{background:var(--ss-teal-800);color:var(--ss-cream-50)}.subs-products__viewall{margin-top:56px;display:flex;justify-content:center}.subs-products__empty{padding:48px;color:var(--ss-fg-muted);text-align:center;font-family:var(--ss-font-sans-body)}@media(max-width:1100px){.subs-product-grid>.subs-product{flex:0 0 calc((100% - 40px) / 3)}}@media(max-width:760px){.subs-products__head-row{flex-direction:column;align-items:stretch;gap:16px}.subs-carousel__nav{justify-content:flex-end}.subs-carousel__btn{width:40px;height:40px}.subs-cat-tabs{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.subs-cat-tab{flex-shrink:0}.subs-product-grid>.subs-product{flex:0 0 78%}}.subs-reassure{padding:clamp(40px,5vw,64px) 0;border-top:1px solid var(--ss-border-soft)}.subs-reassure__grid{display:grid;grid-template-columns:repeat(var(--cols, 4),1fr);gap:32px}.subs-reassure__item{display:flex;gap:16px;align-items:flex-start}.subs-reassure__icon{width:38px;height:38px;flex-shrink:0;border-radius:999px;background:var(--ss-cream-50);border:1px solid var(--ss-border);display:grid;place-items:center;color:var(--ss-teal)}.subs-reassure__icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.subs-reassure__title{font-family:var(--ss-font-sans-head);font-size:14px;font-weight:500;margin:4px 0;color:var(--ss-teal);letter-spacing:-.005em}.subs-reassure__body{font-family:var(--ss-font-sans-body);font-size:13px;color:var(--ss-fg-muted);margin:0;line-height:1.5}@media(max-width:1080px){.subs-reassure__grid{grid-template-columns:repeat(2,1fr);gap:24px 28px}}@media(max-width:720px){.subs-reassure{padding:40px 0}.subs-reassure__grid{grid-template-columns:1fr;gap:20px}}.subs-testimonials__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.subs-testimonial{background:var(--ss-bg-elev);border:1px solid var(--ss-border-soft);border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:18px}.subs-testimonial--coral{background:var(--ss-coral);color:var(--ss-teal)}.subs-testimonial--coral .subs-testimonial__quote{color:var(--ss-teal)}.subs-testimonial--cream{background:var(--ss-cream-100)}.subs-testimonial__stars{display:flex;gap:2px;color:var(--ss-coral)}.subs-testimonial--coral .subs-testimonial__stars{color:var(--ss-teal)}.subs-testimonial__stars svg{width:16px;height:16px;fill:currentColor}.subs-testimonial__quote{font-family:var(--ss-font-serif);font-size:22px;line-height:1.3;letter-spacing:-.01em;color:var(--ss-fg);margin:0;flex:1}.subs-testimonial__attrib{display:flex;align-items:center;gap:14px;margin-top:auto}.subs-testimonial__avatar{width:44px;height:44px;border-radius:999px;background:var(--ss-cream-200);font-family:var(--ss-font-serif);font-style:italic;color:var(--ss-teal);display:grid;place-items:center;font-size:18px;flex-shrink:0}.subs-testimonial--coral .subs-testimonial__avatar{background:#004c4f1f}.subs-testimonial__attrib-text{display:flex;flex-direction:column;font-family:var(--ss-font-sans-body);font-size:13px}.subs-testimonial__attrib-text b{font-family:var(--ss-font-sans-head);font-weight:500;color:var(--ss-fg)}.subs-testimonial__attrib-text span{color:var(--ss-fg-muted);font-size:12px;margin-top:2px}.subs-testimonials__stats{margin-top:64px;display:grid;grid-template-columns:repeat(var(--stat-cols, 4),1fr);gap:28px;padding:36px 0;border-top:1px solid var(--ss-border)}.subs-stat__num{font-family:var(--ss-font-serif);font-size:clamp(40px,4.5vw,64px);line-height:1;letter-spacing:-.025em;color:var(--ss-teal)}.subs-stat__label{font-family:var(--ss-font-sans-body);font-size:13px;color:var(--ss-fg-muted);margin-top:8px;max-width:22ch}@media(max-width:1100px){.subs-testimonials__grid{grid-template-columns:1fr}.subs-testimonials__stats{grid-template-columns:repeat(2,1fr);gap:32px}}@media(max-width:760px){.subs-testimonials__grid{grid-template-columns:1fr}.subs-testimonials__stats{grid-template-columns:1fr 1fr}}@media(max-width:480px){.subs-testimonials__stats{grid-template-columns:1fr;gap:24px}}
/*# sourceMappingURL=/cdn/shop/t/200/compiled_assets/styles.css.map */
