.hero{width:100%;height:100svh;position:relative;overflow:hidden}.hero .hero-header{text-align:center;will-change:transform;width:70%;position:absolute;top:20svh;left:50%;transform:translate(-50%)}.hero .hero-img{will-change:opacity;width:100%;height:100%;position:absolute;top:35svh;left:0}.hero .hero-img img{object-fit:contain}.about{background-color:var(--base-700);width:100%;height:100%;color:var(--base-100);padding:5rem 0;position:relative}.about .container{justify-content:center;align-items:center;display:flex}.about .about-copy{text-align:center;flex-direction:column;align-items:center;gap:2.5rem;width:65%;display:flex}.about .about-copy p{color:var(--base-300);letter-spacing:.1em;font-size:.9rem}.about .about-copy h3{color:var(--base-100);line-height:1.15}.about .about-copy .about-icon{width:180px;height:auto}.about .about-copy .about-icon img{object-fit:contain;width:100%;height:auto}.featured-products{padding:2rem 0 1rem}.featured-products .featured-products-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.featured-products .featured-products-header p{color:var(--base-400)}.featured-products .featured-products-separator{flex-direction:column;gap:2rem;display:flex}.featured-products .featured-products-divider{background-color:#c4a0a859;width:calc(100% - 5rem);height:1px;margin:1.5rem auto 1rem;position:relative}.featured-products .featured-products-divider:before,.featured-products .featured-products-divider:after{content:"";background-color:#c4a0a859;width:1px;height:1.5rem;position:absolute;top:0}.featured-products .featured-products-divider:before{left:0}.featured-products .featured-products-divider:after{right:0}.featured-products .featured-products-labels{justify-content:space-between;width:100%;display:flex}.featured-products .featured-products-labels p,.featured-products .featured-products-labels a{color:var(--base-700)}.featured-products .featured-products-list{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:1rem;display:grid}@media (max-width:1024px){.featured-products .featured-products-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.featured-products .featured-products-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.featured-products .featured-products-list{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:1000px){.hero .hero-header{width:calc(100% - 3rem)}.hero .hero-header h1{font-size:20vw}.about{padding:3rem 0}.about .about-copy{gap:1.5rem;width:90%}.about .about-copy .about-icon{justify-content:center;width:100%;height:auto;display:flex}}@media (min-width:2000px){.hero .hero-header{width:40%}}
