.home-hero{position:relative;background:var(--background);color:var(--foreground)}.home-hero__image{display:block;width:100%;height:calc(100vh - var(--header-height, 7rem));overflow:hidden;position:relative}.home-hero__image img,.home-hero__img{width:100%;height:100%;object-fit:cover}.home-hero__content{position:absolute;bottom:0;right:0;left:auto;z-index:1;text-align:right;padding:2rem 5% 10vh}.home-hero__heading{font-size:clamp(2.5rem,8vw,6rem);font-weight:900;font-style:italic;line-height:1.2;color:rgb(225 40 42)}.home-hero__paragraph{color:white;font-size:1.25rem;margin:0;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.4)}@media (width < 40rem){.home-hero__paragraph{font-size:1.25rem}.home-hero__content{bottom:auto;top:75%;transform:translateY(-50%);padding-bottom:0;padding-top:0}.home-hero__heading{font-size:clamp(2rem,9.5vw,4.5rem)}}.home-two-col{background:var(--background);color:var(--foreground);padding-left:5%;padding-right:5%;padding-top:2rem}.home-two-col__inner{margin-inline:auto;display:grid;grid-template-columns:65% 35%;grid-template-rows:auto;gap:2rem}@media (width < 40rem){.home-two-col__inner{grid-template-columns:1fr}.home-two-col__column--left,.home-two-col__column--right{width:100%}}.home-two-col__column--left{display:flex;flex-direction:column;width:65%}@media (width < 40rem){.home-two-col__column--left,.home-two-col__column--right{width:100%}}.home-two-col__text{color:var(--muted-foreground);max-width:600px;font-size:1.25rem;font-weight:400;line-height:1.6;color:var(foreground);margin:0;padding-bottom:1rem}.home-artists-fow__link,.home-news__link,.home-products__link,.home-two-col__button{display:inline-block;position:relative;text-transform:uppercase;text-decoration:none;font-weight:600;color:var(--foreground);background:none;align-self:flex-start;padding:.625rem 0}.home-artists-fow__link:after,.home-news__link:after,.home-products__link:after,.home-two-col__button:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.home-artists-fow__link:hover:after,.home-news__link:hover:after,.home-products__link:hover:after,.home-two-col__button:hover:after{transform:scaleX(1)}.home-two-col__image-wrap-left,.home-two-col__image-wrap-right{position:relative;overflow:hidden}@media (width < 40rem){.home-two-col__image-wrap-left{width:100%}}.home-two-col__image-wrap-right{height:100%}.home-two-col__img{width:100%;height:100%;object-fit:cover;display:block}.home-two-col__column--right{display:flex;width:100%;height:700px}@media (width < 40rem){.home-two-col__column--right{width:100%}}.home-products{background:var(--background);color:var(--foreground);padding-top:4rem}.home-products__header{margin-inline:auto;padding-inline:1rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;padding-left:5%;padding-right:5%}.home-products__title{font-size:2rem;font-weight:900;margin:0;color:rgb(225 40 42)}.home-products__grid{margin-inline:auto;padding-inline:5%;display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (width >= 48rem){.home-products__grid{grid-template-columns:repeat(3,1fr)}}@media (width >= 64rem){.home-products__grid{grid-template-columns:repeat(5,1fr)}}.home-artists-fow{background:var(--primary-foreground);color:var(--foreground);padding-bottom:4rem}@media (width < 40rem){.home-artists-fow{padding-bottom:2rem}}.home-artists-fow__header{margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding-left:5%;padding-right:5%;padding-top:4rem;margin-top:4rem}@media (width < 40rem){.home-artists-fow__header{padding-top:2rem}}.home-artists-fow__title{font-size:2rem;font-weight:900;color:rgb(225 40 42);margin:0}.home-artists-fow>div:last-child{margin-inline:auto;padding-inline:5%}.home-artists-fow__artist-link{text-decoration:none;color:inherit}.home-artists-fow__artist-img,.home-artists-fow__artist-link img{transition:transform .4s ease}.home-artists-fow__artist-link:hover .home-artists-fow__artist-img,.home-artists-fow__artist-link:hover img{transform:scale(1.03)}.home-news{background:var(--background);color:var(--foreground);padding:4rem 5%}.home-news__header{margin-inline:auto;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.home-news__title{font-size:2rem;font-weight:900;margin:0;color:rgb(225 40 42)}.home-news__grid{margin-inline:auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (width >= 40rem){.home-news__grid{grid-template-columns:1fr 1fr}}.home-news__card{display:block;color:inherit;text-decoration:none;overflow:hidden;min-width:0}.home-news__card-image{display:block;width:100%;aspect-ratio:16/10;overflow:hidden;background:var(--muted)}.home-news__card-image img,.home-news__card-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-news__card:hover .home-news__card-image img,.home-news__card:hover .home-news__card-img{transform:scale(1.03)}.home-news__placeholder{width:100%;height:100%;min-height:120px;background:var(--muted)}.home-news__card-category{display:block;font-size:16px;font-weight:700;text-transform:uppercase;color:rgb(225 40 42);margin-top:.75rem}.home-news__card-title{font-size:1.125rem;font-weight:600;padding-top:.75rem;color:color-mix(in oklch,var(--primary) 50%,transparent);transition:color .2s ease}.home-news__card:hover .home-news__card-title{color:var(--primary)}.home-cta{position:relative;display:flex;align-items:center;justify-content:center;color:white;background:var(--background);min-height:70vh}@media (width < 40rem){.home-cta{min-height:50vh}}.home-cta__bg{position:absolute;inset:0;z-index:0}.home-cta__bg img,.home-cta__bg-img{width:100%;height:100%;object-fit:cover}.home-cta__overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:1;pointer-events:none}.home-cta__content{position:relative;z-index:2;padding:2rem 1rem;max-width:40rem;text-align:center}.home-cta__heading{font-size:1.5rem;font-weight:700;line-height:1.3;color:white;text-shadow:0 1px 2px rgba(0,0,0,.5);padding-bottom:1rem}.home-cta__button{display:inline-block;padding:.75rem 1.5rem;color:black;background:white;font-weight:600;text-decoration:none;transition:opacity .2s}.home-cta__button:hover{opacity:.9}@media (width >= 40rem){.home-cta__heading{font-size:1.875rem}}