@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap";:root{--sts-maroon: #800000;--sts-teal: #034C3C;--sts-teal-accent: #3EA5A1;--sts-gold: #EAA222;--sts-cream: #F3ECE6;--sts-charcoal: #4B4949;--sts-navy: #002553;--sts-gray-light: #D6D6D6;--sts-gray-mid: #A5A4A4;--sts-gray-dark: #8E8D8D;--sts-near-white: #F8F8F8;--sts-white: #ffffff}*{box-sizing:border-box}body{font-family:Libre Baskerville,Georgia,serif;color:var(--sts-charcoal);background:var(--sts-white);margin:0}.sts-header{background:var(--sts-white);position:sticky;top:0;z-index:50}.sts-header__inner{max-width:1440px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}@media(min-width:1024px){.sts-header__inner{padding:16px 60px}}.sts-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.sts-header__logo-img{width:42px;height:42px;object-fit:contain}.sts-header__logo-text{color:var(--sts-maroon);font-weight:700;font-size:18px;line-height:1.2;font-family:Libre Baskerville,serif}.sts-header__nav{display:none;align-items:center;gap:32px}@media(min-width:1024px){.sts-header__nav{display:flex}}.sts-header__nav-link{text-decoration:none;color:var(--sts-maroon);font-size:15px;font-weight:400;line-height:1.5;transition:color .2s;font-family:Libre Baskerville,serif}.sts-header__nav-link:hover{color:var(--sts-maroon);text-decoration:underline;text-underline-offset:6px;text-decoration-thickness:2px}.sts-header__nav-link--active{color:var(--sts-maroon)}.sts-header__separator{width:2px;height:24px;background:var(--sts-teal);border-radius:1px}.sts-header__cart{display:flex;align-items:center;gap:6px;text-decoration:none;color:var(--sts-charcoal);font-size:15px;font-weight:400;font-family:Libre Baskerville,serif}.sts-header__dropdown{position:relative}.sts-header__dropdown .sts-header__nav-link{display:flex;align-items:center;gap:4px}.sts-header__dropdown-menu{display:none;position:absolute;top:100%;left:0;padding-top:8px;min-width:180px;z-index:100}.sts-header__dropdown:hover .sts-header__dropdown-menu{display:flex;flex-direction:column}.sts-header__dropdown-menu a{display:block;padding:10px 16px;background:var(--sts-white);color:var(--sts-charcoal);font-size:14px;text-decoration:none;border-left:2px solid transparent;transition:all .2s}.sts-header__dropdown-menu a:first-child{border-top:1px solid #eee}.sts-header__dropdown-menu a:hover{color:var(--sts-maroon);border-left-color:var(--sts-maroon);background:var(--sts-cream)}.sts-header__cart{display:flex;align-items:center;gap:8px;border-left:2px solid var(--sts-teal-accent);padding-left:24px;text-decoration:none;color:var(--sts-charcoal);font-size:15px;font-weight:500}.sts-header__cart svg{color:var(--sts-maroon)}.sts-header__menu-toggle{display:block;background:none;border:none;color:var(--sts-maroon);cursor:pointer;padding:4px}@media(min-width:1024px){.sts-header__menu-toggle{display:none}}.sts-header__mobile{display:none;background:var(--sts-white);border-top:1px solid #f3f3f3;padding:16px 24px;flex-direction:column;gap:16px}.sts-header__mobile--open{display:flex}@media(min-width:1024px){.sts-header__mobile{display:none!important}}.sts-header__mobile a{text-decoration:none;color:var(--sts-charcoal);font-size:15px;font-weight:500}.sts-header__mobile a.active{color:var(--sts-maroon);font-weight:600}.sts-hero{position:relative;width:100%;height:900px;overflow:hidden;background:#fff}@media(max-width:768px){.sts-hero{height:480px}}.sts-hero__slider{position:relative;width:100%;height:100%}.sts-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease}.sts-hero__slide--active{opacity:1}.sts-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.sts-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:2}.sts-hero__content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.sts-hero__inner{max-width:600px;display:flex;flex-direction:column;align-items:center;gap:24px}.sts-hero__heading{color:var(--sts-white);font-size:54px;font-weight:700;line-height:1.1;font-family:Libre Baskerville,serif;margin:0}@media(max-width:768px){.sts-hero__heading{font-size:36px}}.sts-hero__subheading{color:#f3ece6;font-size:15px;font-weight:400;line-height:1.6;margin:0}.sts-hero__btns{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:16px;position:relative;z-index:4}@media(min-width:640px){.sts-hero__btns{flex-direction:row}}.sts-hero__arrows{position:absolute;left:24px;right:24px;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;pointer-events:none;z-index:5}@media(min-width:1024px){.sts-hero__arrows{left:40px;right:40px}}.sts-hero__arrow{pointer-events:auto;width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.sts-hero__arrow--prev{background:var(--sts-teal)}.sts-hero__arrow--prev:hover{opacity:.9}.sts-hero__arrow--next{background:var(--sts-white)}.sts-hero__arrow--next:hover{background:var(--sts-cream)}.sts-hero__dots{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;z-index:5}.sts-hero__dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;padding:0;cursor:pointer}.sts-hero__dot--active{background:var(--sts-white)}.sts-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:opacity .2s}.sts-btn:hover{opacity:.9}.sts-btn--maroon{background:var(--sts-maroon);color:var(--sts-white);border-radius:4px}.sts-btn--teal-accent{background:var(--sts-teal-accent);color:var(--sts-white);border-radius:4px}.sts-btn--outline{border:1.2px solid var(--sts-navy);color:var(--sts-teal);background:transparent;height:48px}.sts-btn--outline:hover{background:var(--sts-cream)}.sts-mission{background:var(--sts-white);padding:100px 24px;display:flex;flex-direction:column;align-items:center;gap:48px}@media(min-width:1024px){.sts-mission{padding:100px 120px}}.sts-mission__quote{max-width:840px;width:100%;display:flex;flex-direction:column;align-items:center;gap:24px}.sts-mission__heading{color:var(--sts-teal);font-size:34px;font-weight:700;line-height:1.2;text-align:center;text-transform:capitalize;font-family:Libre Baskerville,serif;margin:0}@media(max-width:768px){.sts-mission__heading{font-size:26px}}.sts-mission__text{color:var(--sts-charcoal);font-size:18px;font-weight:400;line-height:1.6;text-align:center;margin:0}.sts-mission__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}@media(min-width:1024px){.sts-mission__grid{grid-template-columns:repeat(4,1fr)}}.sts-mission__box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:var(--sts-cream);padding:32px;min-height:200px}.sts-mission__icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sts-mission__icon svg{color:#fff}.sts-mission__label{color:var(--sts-teal);font-size:18px;font-weight:700;line-height:1.5;text-align:center;font-family:Libre Baskerville,serif;margin:0}.sts-collection{background:var(--sts-white);padding:100px 24px;display:flex;flex-direction:column;align-items:center;gap:48px}@media(min-width:1024px){.sts-collection{padding:100px 120px}}.sts-collection__header{max-width:640px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.sts-collection__badge{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;border:2px solid var(--sts-teal-accent);background:var(--sts-white)}.sts-collection__badge-text{color:var(--sts-maroon);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.sts-collection__heading{color:var(--sts-teal);font-size:34px;font-weight:700;line-height:1.2;text-align:center;text-transform:capitalize;font-family:Libre Baskerville,serif;margin:0}@media(max-width:768px){.sts-collection__heading{font-size:26px}}.sts-collection__subtitle{color:var(--sts-charcoal);font-size:15px;font-weight:400;line-height:1.5;text-align:center;margin:0}.sts-collection__grid{width:100%;max-width:1200px}.sts-collection__mosaic{display:none}@media(min-width:1024px){.sts-collection__mosaic{display:flex;align-items:stretch;gap:32px}}.sts-collection__col{display:flex;flex-direction:column;gap:24px;flex:1}.sts-collection__col--center{flex:1.8}.sts-collection__card{position:relative;overflow:hidden;background:var(--sts-white);display:flex;flex-direction:column;flex:1;min-height:280px}@media(min-width:640px){.sts-collection__card{min-height:348px}}.sts-collection__card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s;flex:1}.sts-collection__card:hover .sts-collection__card-img{transform:scale(1.05)}.sts-collection__card-btn{position:absolute;bottom:12px;right:12px;padding:10px;border-radius:50%;border:1px solid var(--sts-maroon);background:var(--sts-white);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .2s}.sts-collection__card-btn:hover{background:var(--sts-cream)}.sts-collection__card-info{padding:8px 12px 12px;background:var(--sts-cream);display:flex;justify-content:space-between;align-items:flex-end;gap:8px}.sts-collection__card-name{color:var(--sts-teal);font-size:15px;font-weight:700;line-height:1.5;flex:1}.sts-collection__card-price{color:var(--sts-maroon);font-size:15px;font-weight:500;white-space:nowrap}.sts-collection__center-card{position:relative;overflow:hidden;height:100%}.sts-collection__center-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.sts-collection__center-card:hover img{transform:scale(1.05)}.sts-collection__mobile{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:1024px){.sts-collection__mobile{display:none}}.sts-collection__mobile--full{grid-column:span 2}.sts-partner{background:var(--sts-cream);padding:80px 24px}@media(min-width:1024px){.sts-partner{padding:80px 120px}}.sts-partner__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px;align-items:center}@media(min-width:1024px){.sts-partner__inner{flex-direction:row;gap:60px;align-items:center}}.sts-partner__content{flex:1;display:flex;flex-direction:column;gap:20px}.sts-partner__heading{color:var(--sts-maroon);font-size:34px;font-weight:700;line-height:1.2;font-family:Libre Baskerville,serif;margin:0}@media(max-width:768px){.sts-partner__heading{font-size:26px}}.sts-partner__desc{color:var(--sts-charcoal);font-size:15px;font-weight:400;line-height:1.6;margin:0}.sts-partner__btn{align-self:flex-start;display:inline-block;padding:14px 24px;background:var(--sts-maroon);color:var(--sts-white);font-size:14px;font-weight:600;text-decoration:none;border-radius:4px;transition:opacity .2s}.sts-partner__btn:hover{opacity:.9}.sts-partner__image{position:relative;flex:1.2;border-radius:8px;overflow:hidden}.sts-partner__image img{width:100%;height:100%;object-fit:cover;display:block}.sts-partner__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.sts-supporters{background:var(--sts-white);padding:80px 24px;display:flex;flex-direction:column;align-items:center;gap:32px}@media(min-width:1024px){.sts-supporters{padding:80px 120px}}.sts-supporters__text{text-align:center;display:flex;flex-direction:column;gap:12px}.sts-supporters__heading{color:var(--sts-teal);font-size:34px;font-weight:700;line-height:1.2;font-family:Libre Baskerville,serif;margin:0}@media(max-width:768px){.sts-supporters__heading{font-size:26px}}.sts-supporters__subheading{color:var(--sts-charcoal);font-size:15px;line-height:1.6;margin:0}.sts-supporters__image{max-width:900px;width:100%}.sts-supporters__image img{width:100%;height:auto;display:block}.sts-blog{background:var(--sts-white);padding:100px 24px;display:flex;flex-direction:column;gap:48px}@media(min-width:1024px){.sts-blog{padding:100px 120px}}.sts-blog__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.sts-blog__heading{color:var(--sts-teal);font-size:34px;font-weight:700;line-height:1.2;text-transform:capitalize;font-family:Libre Baskerville,serif;margin:0}@media(max-width:768px){.sts-blog__heading{font-size:26px}}.sts-blog__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.sts-blog__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sts-blog__grid{grid-template-columns:repeat(3,1fr)}}.sts-blog__card{display:flex;flex-direction:column}.sts-blog__image{overflow:hidden;height:235px;flex-shrink:0}.sts-blog__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.sts-blog__card:hover .sts-blog__image img{transform:scale(1.05)}.sts-blog__body{display:flex;flex-direction:column;gap:20px;padding:12px 0}.sts-blog__date{color:var(--sts-teal);font-size:14px;font-weight:400;line-height:21px}.sts-blog__title{color:var(--sts-teal);font-size:24px;font-weight:700;line-height:1.2;font-family:Libre Baskerville,serif;margin:0}.sts-blog__excerpt{color:var(--sts-teal);font-size:14px;font-weight:400;line-height:21px;margin:0}.sts-blog__read-more{display:inline-flex;align-items:center;gap:8px;color:var(--sts-maroon);font-size:18px;font-weight:500;text-decoration:none;transition:gap .2s}.sts-blog__read-more:hover{gap:12px}.sts-testimonials{background:var(--sts-cream);padding:100px 24px;display:flex;flex-direction:column;align-items:center;gap:48px}@media(min-width:1024px){.sts-testimonials{padding:100px 120px}}.sts-testimonials__heading{color:var(--sts-teal);font-size:34px;font-weight:700;line-height:1.2;text-align:center;text-transform:capitalize;font-family:Libre Baskerville,serif;margin:0}@media(max-width:768px){.sts-testimonials__heading{font-size:26px}}.sts-testimonials__grid{display:grid;grid-template-columns:1fr;gap:28px;width:100%;max-width:1200px}@media(min-width:768px){.sts-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sts-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.sts-testimonials__card{position:relative;background:var(--sts-white);padding:24px;display:flex;flex-direction:column;gap:32px;box-shadow:0 1px 3px #0000000d}@media(min-width:768px){.sts-testimonials__card{padding:32px}}.sts-testimonials__badge{position:absolute;top:-16px;left:-16px;width:40px;height:40px;border-radius:50%;background:var(--sts-teal-accent);display:flex;align-items:center;justify-content:center}.sts-testimonials__badge-quote{color:var(--sts-maroon);font-size:24px;font-weight:700;line-height:1;margin-top:4px}.sts-testimonials__quote{color:var(--sts-teal);font-size:15px;font-weight:400;line-height:1.5;padding-top:8px;margin:0}.sts-testimonials__author{display:flex;align-items:center;gap:12px}.sts-testimonials__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--sts-white);box-shadow:0 2px 8px #0000001f;flex-shrink:0;display:block}.sts-testimonials__avatar-placeholder{width:48px;height:48px;border-radius:50%;background:#ddd;flex-shrink:0}.sts-testimonials__name{color:var(--sts-teal);font-size:15px;font-weight:600;line-height:1.5}.sts-testimonials__role{color:var(--sts-maroon);font-size:14px;font-weight:400;line-height:21px}.sts-newsletter{background:var(--sts-cream);padding:50px 24px}@media(min-width:1024px){.sts-newsletter{padding:50px 120px}}.sts-newsletter__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;border-radius:12px;overflow:hidden}@media(min-width:1024px){.sts-newsletter__inner{flex-direction:row}}.sts-newsletter__content{position:relative;background:var(--sts-maroon);flex:1.2;padding:36px 32px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}@media(min-width:1024px){.sts-newsletter__content{padding:40px 56px}}.sts-newsletter__circle-1{position:absolute;right:-60px;bottom:-60px;width:280px;height:280px;border-radius:50%;border:40px solid white;opacity:.06;pointer-events:none}.sts-newsletter__circle-2{position:absolute;right:40px;top:-40px;width:180px;height:180px;border-radius:50%;border:30px solid white;opacity:.05;pointer-events:none}.sts-newsletter__text-wrap{position:relative;z-index:10;display:flex;flex-direction:column;gap:20px}.sts-newsletter__heading{color:var(--sts-white);font-size:30px;font-weight:700;line-height:1.2;font-family:Libre Baskerville,serif;margin:0}@media(max-width:768px){.sts-newsletter__heading{font-size:28px}}.sts-newsletter__desc{color:#d6d6d6;font-size:15px;font-weight:400;line-height:1.7;margin:0}.sts-newsletter__btn{align-self:flex-start;display:inline-flex;align-items:center;gap:4px;padding:12px 22px;background:var(--sts-teal-accent);color:var(--sts-white);font-size:15px;font-weight:600;text-decoration:none;border:none;border-radius:4px;cursor:pointer;transition:opacity .2s;margin-top:4px}.sts-newsletter__btn:hover{opacity:.9}.sts-newsletter__image{flex:1;max-height:360px}.sts-newsletter__image img{width:100%;height:100%;object-fit:cover;display:block}.sts-footer{background:var(--sts-teal)}.sts-footer__inner{max-width:1440px;margin:0 auto;padding:80px 24px 40px}@media(min-width:1024px){.sts-footer__inner{padding:80px 120px 40px}}.sts-footer__grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:32px}@media(min-width:640px){.sts-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sts-footer__grid{grid-template-columns:repeat(4,1fr);gap:32px}}.sts-footer__brand{display:flex;flex-direction:column;gap:16px}.sts-footer__logo{display:flex;align-items:center;gap:8px}.sts-footer__logo-img{width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--sts-cream);flex-shrink:0}.sts-footer__logo-img img{width:100%;height:100%;object-fit:cover}.sts-footer__logo-text{color:var(--sts-white);font-size:24px;font-weight:700;font-family:Libre Baskerville,serif;line-height:1.2}.sts-footer__tagline{color:var(--sts-gray-light);font-size:14px;font-weight:400;line-height:21px;margin:0}.sts-footer__social{display:flex;align-items:center;gap:12px;margin-top:8px}.sts-footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--sts-gold);text-decoration:none;transition:background .2s}.sts-footer__social-link:hover{background:#eaa22226}.sts-footer__col{display:flex;flex-direction:column;gap:16px}.sts-footer__col-title{color:var(--sts-white);font-size:14px;font-weight:600;line-height:21px;margin:0}.sts-footer__col-links{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0}.sts-footer__col-links a,.sts-footer__col-text{color:var(--sts-gray-light);font-size:14px;font-weight:400;line-height:21px;text-decoration:none;transition:color .2s}.sts-footer__col-links a:hover{color:var(--sts-white)}.sts-footer__newsletter-text{color:var(--sts-gray-light);font-size:14px;line-height:21px;margin:0}.sts-footer__newsletter-form{display:flex;flex-direction:column;gap:12px}.sts-footer__newsletter-input-wrap{display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid var(--sts-gray-light);border-radius:4px;color:var(--sts-gray-light)}.sts-footer__newsletter-input-wrap input{background:none;border:none;outline:none;color:var(--sts-gray-light);font-size:14px;width:100%}.sts-footer__newsletter-input-wrap input::placeholder{color:var(--sts-gray-light)}.sts-footer__newsletter-btn{align-self:flex-start;padding:10px 24px;background:var(--sts-gold);color:var(--sts-white);border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s;margin-top:8px}.sts-footer__newsletter-btn:hover{opacity:.9}.sts-footer__bottom{border-top:1px solid rgba(243,236,230,.3);padding-top:32px;display:flex;flex-direction:column;gap:16px}@media(min-width:640px){.sts-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.sts-footer__copyright,.sts-footer__stitched{color:var(--sts-gray-light);font-size:12px;font-weight:500;line-height:14.4px;margin:0}.sts-page{background:var(--sts-cream);padding:80px 24px}@media(min-width:1024px){.sts-page{padding:80px 120px}}.sts-page__inner{max-width:900px;margin:0 auto}.sts-page__title{color:var(--sts-maroon);font-size:34px;font-weight:700;font-family:Libre Baskerville,serif;margin:0 0 24px}@media(max-width:768px){.sts-page__title{font-size:28px}}.sts-page__subtitle{color:var(--sts-charcoal);font-size:15px;line-height:1.6;margin:0 0 32px}.sts-page__section-title{color:var(--sts-teal);font-size:24px;font-weight:700;font-family:Libre Baskerville,serif;margin:40px 0 16px}.sts-page__content{color:var(--sts-charcoal);font-size:15px;line-height:1.7}.sts-page__content h2,.sts-page__content h3,.sts-page__content h4{color:var(--sts-maroon);font-family:Libre Baskerville,serif;margin:32px 0 12px}.sts-page__content a{color:var(--sts-teal)}.sts-blog-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:640px){.sts-blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sts-blog-grid{grid-template-columns:repeat(3,1fr)}}.sts-blog-grid__item{text-decoration:none;display:flex;flex-direction:column;gap:12px}.sts-blog-grid__item img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:8px}.sts-blog-grid__meta time{font-size:12px;color:var(--sts-gray-dark)}.sts-blog-grid__meta h3{font-size:15px;font-weight:600;color:var(--sts-charcoal);margin:4px 0}.sts-blog-grid__meta p{font-size:14px;color:var(--sts-gray-dark);line-height:1.5;margin:0}.sts-contact__ctas{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:40px}.sts-form{display:flex;flex-direction:column;gap:16px;max-width:600px}.sts-form input,.sts-form textarea{padding:12px 16px;border:1px solid var(--sts-gray-mid);border-radius:4px;font-size:15px;font-family:inherit;background:var(--sts-white)}.sts-form input:focus,.sts-form textarea:focus{outline:none;border-color:var(--sts-teal)}.sts-form__success{color:var(--sts-teal);font-weight:600;margin-bottom:16px}.sts-btn--maroon{display:inline-block;padding:14px 24px;background:var(--sts-maroon);color:var(--sts-white);font-size:14px;font-weight:600;text-decoration:none;border:none;border-radius:4px;cursor:pointer}.sts-btn--maroon:hover{opacity:.9}.sts-about-hero{background:#1a3c34;color:#fff;padding:80px 24px;text-align:center}.sts-about-hero--beige{background:#f7f3ee;color:var(--sts-charcoal)}.sts-about-hero__inner{max-width:700px;margin:0 auto}.sts-about-hero__tag{display:inline-block;font-size:12px;letter-spacing:2px;text-transform:uppercase;background:#ffffff1a;padding:6px 16px;border-radius:20px;margin-bottom:24px;color:#e8c87a}.sts-about-hero__tag--dark{background:#0000000d;color:var(--sts-maroon)}.sts-about-hero__title{font-family:Libre Baskerville,serif;font-size:40px;color:#e8c87a;margin-bottom:20px}.sts-about-hero__title--green{color:#1a3c34}.sts-about-hero__subtitle{font-size:16px;line-height:1.6;color:#ddd;margin-bottom:0}.sts-about-hero__subtitle--dark{color:#555}.sts-about-hero__quote{font-family:Libre Baskerville,serif;font-size:16px;font-style:italic;color:#e8c87a;margin:24px 0;text-decoration:underline;text-underline-offset:3px}.sts-about-hero__quote--maroon{color:var(--sts-maroon)}.sts-about-hero__quote--maroon cite{color:var(--sts-charcoal)}.sts-about-hero__quote cite{display:block;font-size:14px;font-style:normal;margin-top:8px;text-decoration:none;color:#ccc}.sts-btn--outline-light{display:inline-block;padding:12px 28px;border:1.5px solid #fff;color:#fff;border-radius:4px;text-decoration:none;font-size:14px;margin-top:24px;transition:background .2s}.sts-btn--outline-light:hover{background:#ffffff1a}.sts-about-cta{background:#eaa222;padding:60px 24px;text-align:center}.sts-about-cta__inner{max-width:650px;margin:0 auto}.sts-about-cta__text{font-family:Libre Baskerville,serif;font-size:20px;font-style:italic;color:#1a3c34;line-height:1.6;margin-bottom:24px}.sts-about-cta .sts-btn--maroon{background:var(--sts-maroon);border:none;color:#fff}.sts-about-cta .sts-btn--maroon:hover{opacity:.9}.sts-impact-cards{background:#f7f3ee;padding:60px 24px}.sts-impact-cards__inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sts-impact-cards__item{background:#ede6de;border-radius:8px;padding:32px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}.sts-impact-cards__prefix{font-size:13px;color:#666}.sts-impact-cards__number{font-family:Libre Baskerville,serif;font-size:42px;font-weight:700;color:var(--sts-maroon)}.sts-impact-cards__label{font-size:12px;font-weight:600;letter-spacing:1px;color:var(--sts-charcoal);margin-top:4px}.sts-impact-cards__desc{font-size:13px;color:#666;margin-top:8px}.sts-impact-numbers{padding:80px 24px;text-align:center;background:var(--sts-maroon)}.sts-impact-numbers__inner{max-width:900px;margin:0 auto}.sts-impact-numbers__title{font-family:Libre Baskerville,serif;font-size:36px;color:var(--sts-cream);margin-bottom:12px}.sts-impact-numbers__subtitle{font-size:15px;color:#fffc;max-width:500px;margin:0 auto 48px;line-height:1.6}.sts-impact-numbers__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.sts-impact-numbers__item{text-align:center}.sts-impact-numbers__value{display:block;font-family:Libre Baskerville,serif;font-size:56px;font-weight:700;color:var(--sts-cream)}.sts-impact-numbers__label{display:block;font-size:14px;color:#fffc;margin-top:8px;line-height:1.5}.sts-impact-split{padding:80px 24px;background:#fff}.sts-impact-split__inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.sts-impact-split--reverse .sts-impact-split__text{order:2}.sts-impact-split--reverse .sts-impact-split__image{order:1}.sts-impact-split__title{font-family:Libre Baskerville,serif;font-size:28px;color:var(--sts-charcoal);margin-bottom:20px;line-height:1.3}.sts-impact-split__text p{font-size:15px;color:#555;line-height:1.7;margin-bottom:16px}.sts-impact-split__list{list-style:disc;padding-left:20px;color:#555;font-size:15px;line-height:2}.sts-impact-split__image img{width:100%;height:400px;border-radius:8px;object-fit:cover;object-position:center 30%}.sts-team-section{padding:60px 24px;max-width:1100px;margin:0 auto}.sts-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 32px}.sts-team-grid__card{text-align:center}.sts-team-grid__photo{width:160px;height:160px;margin:0 auto 16px;border-radius:50%;overflow:hidden}.sts-team-grid__photo img{width:100%;height:100%;object-fit:cover}.sts-team-grid__card h3{font-family:Libre Baskerville,serif;font-size:16px;color:var(--sts-charcoal);margin-bottom:4px}.sts-team-grid__card p{font-size:13px;color:#666}.sts-journey-section{padding:80px 24px;background:#fff}.sts-journey-section__inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:80px}.sts-journey-item{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.sts-journey-item--reverse{direction:ltr}.sts-journey-item__image{width:250px;height:250px;border-radius:50%;overflow:hidden;margin:0 auto}.sts-journey-item__image img{width:100%;height:100%;object-fit:cover}.sts-journey-item__year{font-family:Libre Baskerville,serif;font-size:48px;font-weight:700;color:var(--sts-maroon);margin-bottom:8px}.sts-journey-item__heading{font-family:Libre Baskerville,serif;font-size:18px;color:var(--sts-charcoal);margin-bottom:12px}.sts-journey-item__content p{font-size:15px;color:#555;line-height:1.7}@media(max-width:768px){.sts-about-hero__title{font-size:28px}.sts-about-cta__text{font-size:16px}.sts-impact-cards__inner{grid-template-columns:1fr}.sts-impact-numbers__grid{grid-template-columns:1fr;gap:40px}.sts-impact-numbers__value{font-size:40px}.sts-impact-split__inner{grid-template-columns:1fr}.sts-impact-split--reverse .sts-impact-split__text{order:1}.sts-impact-split--reverse .sts-impact-split__image{order:2}.sts-team-grid{grid-template-columns:repeat(2,1fr)}.sts-journey-item{grid-template-columns:1fr;text-align:center}.sts-journey-item__image{width:200px;height:200px}}.sts-wholesale__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:24px}.sts-wholesale__step{background:var(--sts-white);padding:24px;border-radius:8px}.sts-wholesale__step h3{color:var(--sts-teal);margin:0 0 8px}.sts-wholesale__step p{margin:0;font-size:14px;line-height:1.6}.sts-collection-values{display:grid;grid-template-columns:repeat(3,1fr);margin:40px 0;background:#f2ebe4;border-radius:4px;overflow:hidden}.sts-collection-values__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 24px;border-right:1px solid #e0d6cc}.sts-collection-values__item:last-child{border-right:none}.sts-collection-values__icon{width:144px;height:144px;margin-bottom:12px;color:#4a8c8c}.sts-collection-values__icon img{width:100%;height:100%;object-fit:contain}.sts-collection-values__item strong{color:var(--sts-maroon);font-size:18px;margin-bottom:8px}.sts-collection-values__item span{font-size:15px;color:var(--sts-charcoal);line-height:1.5}@media(max-width:768px){.sts-collection-values{grid-template-columns:1fr}.sts-collection-values__item{border-right:none;border-bottom:1px solid #e0d6cc}.sts-collection-values__item:last-child{border-bottom:none}}.sts-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:32px 0}@media(min-width:768px){.sts-product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.sts-product-grid{grid-template-columns:repeat(4,1fr)}}.sts-product-grid__item{text-decoration:none;display:flex;flex-direction:column;gap:8px}.sts-product-grid__image{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:1}.sts-product-grid__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.sts-product-grid__item:hover .sts-product-grid__image img{transform:scale(1.05)}.sts-product-grid__badge{position:absolute;top:8px;left:8px;background:var(--sts-maroon);color:var(--sts-white);font-size:12px;padding:4px 8px;border-radius:4px}.sts-product-grid__item--sold-out{opacity:.6}.sts-product-grid__title{font-size:14px;font-weight:600;color:var(--sts-charcoal);margin:0}.sts-product-grid__price{font-size:14px;color:var(--sts-gray-dark)}.sts-collection-cta{text-align:center;margin-top:48px;padding-top:48px;border-top:1px solid var(--sts-gray-light)}.sts-collection-cta p{max-width:600px;margin:0 auto 24px}.sts-privacy__intro{font-size:15px;line-height:1.7;color:var(--sts-charcoal);margin:0 0 12px}.sts-privacy__sections{margin-top:40px;display:flex;flex-direction:column;gap:8px}.sts-privacy__section{border:1px solid var(--sts-gray-light);border-radius:8px;overflow:hidden}.sts-privacy__section summary{padding:16px 20px;font-size:14px;font-weight:700;color:var(--sts-teal);cursor:pointer;background:var(--sts-near-white);list-style:none}.sts-privacy__section summary::-webkit-details-marker{display:none}.sts-privacy__section summary:before{content:"+";margin-right:12px;font-size:18px;font-weight:700;color:var(--sts-maroon)}.sts-privacy__section[open] summary:before{content:"\2212"}.sts-privacy__section p,.sts-privacy__section ul{padding:0 20px;font-size:14px;line-height:1.7;color:var(--sts-charcoal)}.sts-privacy__section ul{padding-left:40px}.sts-privacy__contact{margin-top:48px;padding-top:32px;border-top:1px solid var(--sts-gray-light)}.sts-privacy__contact h4{color:var(--sts-teal);margin:0 0 12px}.sts-privacy__contact p{margin:0 0 16px}.sts-product__inner{max-width:1100px;margin:0 auto;padding:60px 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media(max-width:768px){.sts-product__inner{grid-template-columns:1fr;padding:32px 16px;gap:32px}}.sts-product__gallery{display:flex;flex-direction:column;gap:12px}.sts-product__image{width:100%;border-radius:8px;object-fit:cover}.sts-product__title{font-family:Libre Baskerville,serif;font-size:28px;color:var(--sts-maroon);margin-bottom:8px}.sts-product__price{font-size:20px;font-weight:600;color:var(--sts-charcoal);margin-bottom:24px}.sts-product__description{font-size:15px;line-height:1.7;color:var(--sts-charcoal);margin-bottom:24px}.sts-product__variants{margin-bottom:20px}.sts-product__variants label{display:block;font-size:14px;font-weight:600;margin-bottom:6px}.sts-product__variants select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:15px}.sts-product__label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:var(--sts-charcoal)}.sts-product__quantity{margin-bottom:20px}.sts-product__qty-wrap{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden}.sts-product__qty-btn{width:36px;height:36px;border:none;background:#f5f5f5;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.sts-product__qty-btn:hover{background:#e0e0e0}.sts-product__qty-input{width:48px;height:36px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:15px;-moz-appearance:textfield}.sts-product__qty-input::-webkit-inner-spin-button,.sts-product__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sts-product__option{margin-bottom:20px}.sts-product__option-values{display:flex;gap:8px;flex-wrap:wrap}.sts-product__option-btn{padding:8px 16px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:14px;cursor:pointer;transition:border-color .2s,background .2s}.sts-product__option-btn:hover{border-color:var(--sts-maroon)}.sts-product__option-btn--active{border-color:var(--sts-maroon);background:var(--sts-maroon);color:#fff}.sts-product__variant-select{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.sts-product__add-btn{width:100%;margin-bottom:12px}.sts-product__bullets{list-style:disc;padding-left:20px;margin:24px 0;font-size:14px;line-height:1.8;color:var(--sts-charcoal)}.sts-product__collapsible{border-top:1px solid #e0e0e0;padding:16px 0}.sts-product__collapsible-title{font-size:15px;font-weight:600;cursor:pointer;color:var(--sts-charcoal)}.sts-product__collapsible-content{padding-top:12px;font-size:14px;line-height:1.6;color:#555}.sts-product__share{padding-top:16px;border-top:1px solid #e0e0e0;display:flex;align-items:center;gap:8px}.sts-product__share-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;font-size:14px;cursor:pointer;color:var(--sts-charcoal);padding:0}.sts-product__share-btn:hover{color:var(--sts-maroon)}.sts-product__share-msg{font-size:13px;color:var(--sts-maroon)}.sts-product .shopify-payment-button{margin-bottom:16px}.sts-product .shopify-payment-button__button--unbranded{border-radius:6px;font-size:15px}.sts-cart__inner{max-width:900px;margin:0 auto;padding:60px 24px}.sts-cart__title{font-family:Libre Baskerville,serif;font-size:28px;color:var(--sts-maroon);margin-bottom:32px}.sts-cart__empty{font-size:16px;margin-bottom:24px;color:var(--sts-charcoal)}.sts-cart__table{width:100%;border-collapse:collapse;margin-bottom:32px}.sts-cart__table th{text-align:left;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:12px 8px;border-bottom:1px solid #e0e0e0;color:var(--sts-charcoal)}.sts-cart__table td{padding:16px 8px;border-bottom:1px solid #f0f0f0;vertical-align:middle;font-size:15px}.sts-cart__item-info{display:flex;align-items:center;gap:12px}.sts-cart__item-image{width:64px;height:64px;object-fit:cover;border-radius:6px}.sts-cart__item-title{font-weight:600;color:var(--sts-charcoal);text-decoration:none;font-size:14px}.sts-cart__item-title:hover{color:var(--sts-maroon)}.sts-cart__item-variant{font-size:13px;color:#777;margin-top:4px}.sts-cart__quantity{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden}.sts-cart__qty-btn{width:32px;height:32px;border:none;background:#f5f5f5;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.sts-cart__qty-btn:hover{background:#e0e0e0}.sts-cart__qty-input{width:40px;height:32px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:14px;-moz-appearance:textfield}.sts-cart__qty-input::-webkit-inner-spin-button,.sts-cart__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.sts-cart__footer{text-align:right}.sts-cart__subtotal{font-size:18px;margin-bottom:8px}.sts-cart__note{font-size:13px;color:#777;margin-bottom:16px}@media(max-width:768px){.sts-cart__inner{padding:32px 16px}.sts-cart__table th:nth-child(2),.sts-cart__table td:nth-child(2){display:none}}.sts-form__field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.sts-form__field label{font-size:14px;font-weight:600;color:var(--sts-charcoal)}.sts-form__field input{padding:12px 16px;border:1px solid var(--sts-gray-mid, #ddd);border-radius:4px;font-size:15px;font-family:inherit;background:var(--sts-white, #fff)}.sts-form__field input:focus{outline:none;border-color:var(--sts-teal)}.sts-form__errors{background:#fef2f2;border:1px solid #fca5a5;border-radius:4px;padding:12px 16px;margin-bottom:16px;font-size:14px;color:#991b1b}.sts-article__meta{font-size:14px;color:var(--sts-gray-dark, #666);margin:0 0 8px}.sts-article__image{width:100%;border-radius:8px;margin-bottom:32px}.sts-article__back{display:inline-block;margin-top:40px;font-size:14px;color:var(--sts-teal);text-decoration:none}.sts-article__back:hover{text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-styles.css.map */
