.landing-hero{position:relative;width:100%;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111}.landing-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.landing-hero__video,.landing-hero__image{width:100%;height:100%;object-fit:cover;display:block}.landing-hero__mobile-image{display:none}.landing-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.landing-hero__inner{position:relative;z-index:2;width:100%;max-width:900px;margin:0 auto;padding:4rem 1.5rem;text-align:center}.landing-hero__content{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.landing-hero__eyebrow{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;opacity:.85;font-family:var(--font-body-family)}.landing-hero__title{margin:0;font-size:3.5rem;line-height:1.05;font-weight:700;font-family:var(--font-heading-family);letter-spacing:-.02em}.landing-hero__subtitle{margin:0;font-size:1.15rem;line-height:1.5;opacity:.9;max-width:600px;font-family:var(--font-body-family)}.landing-hero__button{display:inline-flex;align-items:center;justify-content:center;margin-top:.5rem;padding:.9rem 2.5rem;background:#fff;color:#111;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:.25rem;transition:opacity .15s ease,transform .15s ease;font-family:var(--font-body-family)}.landing-hero__button:hover{opacity:.9;transform:translateY(-1px)}@media(max-width:768px){.landing-hero{min-height:55vh}.landing-hero__video{display:none}.landing-hero__mobile-image{display:block;width:100%;height:100%;object-fit:cover}.landing-hero__mobile-image:only-of-type~.landing-hero__image{display:none}.landing-hero__title{font-size:2.2rem}.landing-hero__subtitle{font-size:1rem}.landing-hero__inner{padding:3rem 1.25rem}}.landing-categories{padding:4rem 0}.landing-categories__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.landing-categories__heading{margin:0 0 .5rem;font-size:2rem;font-weight:700;text-align:center;font-family:var(--font-heading-family);letter-spacing:-.02em}.landing-categories__subheading{margin:0 0 2.5rem;font-size:1rem;color:#666;text-align:center;font-family:var(--font-body-family)}.landing-categories__grid{display:grid;gap:1.5rem}.landing-categories__grid--1{grid-template-columns:1fr}.landing-categories__grid--2{grid-template-columns:repeat(2,1fr)}.landing-categories__grid--3{grid-template-columns:repeat(3,1fr)}.landing-categories__grid--4{grid-template-columns:repeat(2,1fr)}.landing-category-card{position:relative;display:block;text-decoration:none;color:inherit;border-radius:.5rem;overflow:hidden;background:#f5f5f5}.landing-category-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden}.landing-category-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.landing-category-card:hover .landing-category-card__media img{transform:scale(1.04)}.landing-category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000 60%);z-index:1}.landing-category-card__placeholder{width:100%;height:100%;fill:#ccc}.landing-category-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2;color:#fff}.landing-category-card__title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;font-family:var(--font-heading-family);line-height:1.2}.landing-category-card__subtitle{margin:0 0 .75rem;font-size:.9rem;opacity:.85;font-family:var(--font-body-family)}.landing-category-card__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;font-family:var(--font-body-family)}.landing-category-card__cta svg{transition:transform .2s ease}.landing-category-card:hover .landing-category-card__cta svg{transform:translate(4px)}@media(max-width:768px){.landing-categories{padding:3rem 0}.landing-categories__grid--3,.landing-categories__grid--4{grid-template-columns:1fr}.landing-categories__heading{font-size:1.5rem}.landing-category-card__title{font-size:1.25rem}}.landing-brands{padding:3rem 0;background:#fafafa}.landing-brands__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.landing-brands__heading{margin:0 0 2rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;text-align:center;color:#999;font-family:var(--font-body-family)}.landing-brands__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem 3.5rem}.landing-brands__item{display:flex;align-items:center;justify-content:center}.landing-brands__logo{max-height:40px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:filter .2s ease,opacity .2s ease}.landing-brands__link:hover .landing-brands__logo,.landing-brands__item:hover .landing-brands__logo{filter:grayscale(0%);opacity:1}@media(max-width:768px){.landing-brands{padding:2rem 0}.landing-brands__grid{gap:1.5rem 2rem}.landing-brands__logo{max-height:30px}}.landing-trust{padding:3rem 0;border-top:1px solid #e5e5e5}.landing-trust__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.landing-trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.landing-trust__item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.landing-trust__icon{width:32px;height:32px;object-fit:contain}.landing-trust__icon-svg{width:32px;height:32px;color:#7abd42}.landing-trust__title{margin:0;font-size:.95rem;font-weight:600;font-family:var(--font-body-family)}.landing-trust__text{margin:0;font-size:.85rem;color:#666;line-height:1.4;font-family:var(--font-body-family)}@media(max-width:768px){.landing-trust__grid{grid-template-columns:1fr;gap:1.5rem}.landing-trust{padding:2rem 0}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/collection-landing.css.map */
