.hero{position:relative;overflow:hidden;height:76vh;min-height:460px;max-height:760px}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-sage)}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#2b2a262e,#2b2a2605 35%,#2b2a269e),linear-gradient(90deg,#1412106b,#14121029 42%,#14121000 66%)}.hero-video{width:100%;height:100%;object-fit:cover;object-position:50% 20%;display:block}.hero-copy{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:640px;padding:var(--space-6) var(--container-pad);color:var(--color-white)}.hero-copy .eyebrow{color:var(--color-white);font-size:14px;letter-spacing:.22em;margin-bottom:var(--space-3)}.hero-copy h1{color:var(--color-white);font-weight:800;font-size:clamp(42px,5vw,72px);line-height:1;text-wrap:balance;margin:0 0 var(--space-4)}.hero-copy .intro{color:var(--color-white);font-size:clamp(16px,1.35vw,20px);font-weight:500;line-height:1.45;max-width:56ch;margin:0 0 var(--space-5)}.hero-copy .button{background:var(--color-sage-dark);display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:max-content;flex:none;align-self:flex-start;padding:14px 20px;gap:8px}.hero-copy .button:hover{background:var(--color-black)}.marquee{background:var(--color-sage-dark);color:var(--color-white);overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;width:max-content;animation:marquee-scroll 34s linear infinite}.marquee-track span{display:inline-flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-8);font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.marquee-track span b{color:#faf6ef99;font-weight:400}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}}.feature-story{display:grid;gap:var(--space-6);align-items:center}.feature-photo{aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface-alt)}.feature-photo img{width:100%;height:100%;object-fit:cover;display:block}.feature-photo span{color:var(--color-text-muted);font-size:14px;letter-spacing:.02em}.feature-copy h2{font-size:34px;line-height:1.2}.feature-copy p{color:var(--color-text-muted);font-size:18px;line-height:1.6;max-width:52ch}.feature-copy .button{background:var(--color-sage-dark)}.feature-copy .button:hover{background:var(--color-black)}@media(min-width:860px){.feature-story{grid-template-columns:1fr 1fr;gap:var(--space-8)}.feature-copy h2{font-size:42px}}.showcase{display:grid;gap:var(--space-6)}.showcase-gallery{display:flex;flex-direction:column;gap:var(--space-3)}.showcase-main{position:relative;aspect-ratio:4/5;overflow:hidden;border:2px dashed var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-alt)}.showcase-main img{width:100%;height:100%;object-fit:cover}.showcase-main .ph-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:14px;letter-spacing:.02em;pointer-events:none}.showcase-thumbs{display:flex;gap:var(--space-2)}.showcase-thumbs button{width:64px;height:64px;padding:0;overflow:hidden;border:2px dashed var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-alt)}.showcase-thumbs button[aria-current=true]{border-style:solid;border-color:var(--color-accent-dark)}.showcase-thumbs img{width:100%;height:100%;object-fit:cover}.showcase-copy{display:flex;flex-direction:column;gap:var(--space-3);align-items:flex-start}.showcase-copy h2{font-size:32px;line-height:1.2;margin-bottom:0}.showcase-desc{color:var(--color-text-muted);font-size:18px;line-height:1.6;max-width:46ch}.showcase-price{font-family:var(--font-display);font-size:30px;font-weight:700;margin:var(--space-2) 0}@media(min-width:860px){.showcase-copy h2{font-size:40px}}.showcase-add{margin-bottom:var(--space-1);background:var(--color-sage-dark)}.showcase-add:hover{background:var(--color-black)}.showcase-link{font-size:13px;color:var(--color-text-muted);text-decoration:underline}@media(min-width:860px){.showcase{grid-template-columns:1fr 1fr;gap:var(--space-8);align-items:start}}.trust-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4);max-width:var(--container-max);margin:0 auto;padding:var(--space-6) var(--container-pad);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-strip article{display:flex;align-items:center;gap:var(--space-3);font-size:13px}.trust-strip strong{display:block;font-size:13px}.trust-strip span{color:var(--color-text-muted)}.product-grid{display:grid;gap:var(--space-6)}.product-card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column}.card-photo{aspect-ratio:4/3;background:var(--color-surface-alt)}.card-copy{padding:var(--space-5)}.card-copy ul{list-style:none;margin:0 0 var(--space-4);padding:0;font-size:14px;color:var(--color-text-muted)}.card-copy li:before{content:"\2713  ";color:var(--color-accent-dark)}.offer-band{background:var(--color-sage);color:var(--color-white);border-radius:var(--radius-lg);max-width:var(--container-max);margin:var(--space-4) auto;padding:var(--space-6);display:grid;gap:var(--space-5);align-items:center}.offer-band img{border-radius:var(--radius-md)}.offer-band .button{background:var(--color-white);color:var(--color-black)}.offer-band .button:hover{background:var(--color-cream)}.offer-price{font-family:var(--font-display)}.offer-price strong{font-size:28px;display:block}.brand-story{display:grid;gap:var(--space-6)}.story-photo img{border-radius:var(--radius-lg)}.story-collage{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);align-items:center}.story-collage img{border-radius:var(--radius-md);aspect-ratio:1;object-fit:cover}.story-collage span{font-family:var(--font-display);font-size:18px}.review-rating{color:var(--color-clay-dark);font-size:14px}.review-grid{display:grid;gap:var(--space-5)}.review-grid article{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:var(--shadow-card)}.review-stars{color:var(--color-clay-dark);margin-bottom:var(--space-2)}.community-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3);margin:var(--space-5) 0}.community-grid img{border-radius:var(--radius-md);aspect-ratio:1;object-fit:cover}.footer-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-5);background:var(--color-surface-alt);padding:var(--space-5) var(--container-pad);font-size:13px}.footer-trust span{display:inline-flex;align-items:center;gap:var(--space-2)}@media(min-width:860px){.hero-copy{max-width:62%;padding-left:var(--space-6)}.trust-strip{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:1fr 1fr}.offer-band{grid-template-columns:1fr auto auto}.brand-story{grid-template-columns:1fr 1fr}.review-grid{grid-template-columns:repeat(3,1fr)}.community-grid{grid-template-columns:repeat(6,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/home.css.map */
