.category-grid__heading{margin:0 0 2.4rem}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}.category-tile{position:relative;display:flex;align-items:center;justify-content:center;height:40rem;overflow:hidden;text-decoration:none;border-radius:var(--media-radius)}.category-tile__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-tile:hover .category-tile__img{transform:scale(1.04)}.category-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:var(--tile-overlay-color, #000);opacity:var(--tile-overlay-opacity, .25);border-radius:var(--media-radius);pointer-events:none}.category-tile__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-foreground),.08)}.category-tile__label{position:relative;z-index:2;font-family:var(--font-heading-family);font-size:2.4rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-align:center}@media screen and (max-width:749px){.category-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.category-tile{height:24rem}.category-tile__label{font-size:1.6rem;padding:0 1.2rem;word-break:break-word}}.category-subnav{display:flex;flex-wrap:wrap;gap:.8rem 1.6rem}.category-subnav__link{font-size:1.4rem;font-weight:600;text-decoration:none;color:inherit;opacity:.6;padding-bottom:.4rem;border-bottom:2px solid transparent;transition:opacity .15s ease,border-color .15s ease}.category-subnav__link:hover{opacity:1}.category-subnav__link--active{opacity:1;border-bottom-color:rgb(var(--color-foreground))}.event-calendar-inner{display:flex;flex-direction:column;gap:3.2rem}.event-calendar-heading{font-style:italic;margin:0}.event-calendar-content{display:grid;grid-template-columns:1fr 1fr;gap:4.8rem;align-items:start}.event-card{display:flex;flex-direction:column;text-decoration:none;color:inherit}.event-card__img{width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;border-radius:var(--media-radius) var(--media-radius) 0 0}.event-card__placeholder{background-color:rgba(var(--color-foreground),.08);border-radius:var(--media-radius) var(--media-radius) 0 0}.event-card__body{display:flex;flex-direction:column;gap:.8rem;padding:2.4rem;background-color:rgb(var(--color-background));border-radius:0 0 var(--media-radius) var(--media-radius);border:1px solid rgba(var(--color-foreground),.1);border-top:none}.event-card__date{font-family:var(--font-body-family);font-size:1.4rem;opacity:.6}.event-card__tags{display:flex;gap:.8rem;flex-wrap:wrap}.event-card__tag{font-family:var(--font-body-family);font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6}.event-card__title{font-family:var(--font-heading-family);font-size:1.8rem;font-weight:700;margin:0;line-height:1.3}.event-card__excerpt{font-family:var(--font-body-family);font-size:1.6rem;margin:0;line-height:1.5;opacity:.85}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;width:100%}.calendar-cell{aspect-ratio:1;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:4px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading-family);font-size:clamp(1.2rem,2vw,2rem);font-weight:700;color:rgb(var(--color-foreground));text-decoration:none}.calendar-cell--empty{border-color:transparent;background:transparent}.calendar-cell--event{position:relative;cursor:pointer}.calendar-cell__circle{display:flex;align-items:center;justify-content:center;width:72%;height:72%;background-color:rgb(var(--color-button));border-radius:50%;font-family:var(--font-heading-family);font-size:clamp(1.2rem,2vw,2rem);font-weight:700;color:rgb(var(--color-button-text))}.calendar-cell--event:hover .calendar-cell__circle{opacity:.85}.calendar-cell--today{border-color:rgb(var(--color-button));border-width:2px}@media screen and (max-width:749px){.event-calendar-content{grid-template-columns:1fr}}.featured-products-inner{display:grid;grid-template-columns:1fr 1fr;gap:4.8rem;align-items:start}.featured-products-feature{position:relative}.featured-products-feature__img{width:100%;height:auto;aspect-ratio:var(--feature-ratio, 16 / 10);object-fit:cover;display:block;border-radius:var(--media-radius)}.featured-products-feature__placeholder{aspect-ratio:var(--feature-ratio, 16 / 10);background-color:rgba(var(--color-foreground),.08);border-radius:var(--media-radius)}.featured-products-feature__copy{padding:2.4rem 0 0;display:flex;flex-direction:column;gap:.8rem}.featured-products-feature__heading{margin:0}.featured-products-feature__text{margin:0;opacity:.85}.featured-products-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}.featured-product-card{display:flex;flex-direction:column;gap:.8rem;text-decoration:none;color:inherit}.featured-product-card__img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:var(--media-radius);display:block}.featured-product-card__placeholder{background-color:rgba(var(--color-foreground),.08)}.featured-product-card__info{display:flex;flex-direction:column;gap:.2rem}.featured-product-card__title{font-size:1.4rem}.featured-product-card__price{font-size:1.3rem;opacity:.6}@media screen and (max-width:749px){.featured-products-inner{grid-template-columns:1fr;gap:2.4rem}.featured-products-feature__img,.featured-products-feature__placeholder{aspect-ratio:var(--feature-ratio-mobile, var(--feature-ratio, 16 / 10))}}.gallery__heading{text-align:center;margin:0 0 3.2rem}.gallery__grid{list-style:none;margin:0 auto;padding:0}.gallery__grid--cols-2{column-count:2;column-gap:.8rem}.gallery__grid--cols-3{column-count:3;column-gap:.8rem}.gallery__item{break-inside:avoid;margin-bottom:.8rem;overflow:hidden;position:relative;border-radius:var(--media-radius)}.gallery__img{width:100%;height:auto;display:block;transition:transform .4s ease}.gallery__item:hover .gallery__img{transform:scale(1.03)}.gallery__caption{position:absolute;bottom:0;left:0;right:0;padding:.8rem 1.6rem;background:#00000059;color:#fff!important;font-size:1.4rem;margin:0}@media screen and (max-width:749px){.gallery__grid--cols-3{column-count:2}}@media screen and (max-width:480px){.gallery__grid--cols-2,.gallery__grid--cols-3{column-count:2}}.section-hero{position:relative;overflow:hidden}.section-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.section-hero__bg-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.section-hero__bg-video video{width:100%;height:100%;object-fit:cover}.section-hero__container{position:relative;z-index:2;display:flex;flex-direction:row;align-items:flex-end;gap:2.4rem}.section-hero__content{display:flex;flex-direction:column;justify-content:flex-end;gap:1.6rem;flex:1}.section-hero__eyebrow{display:block;font-size:1.3rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 1px 8px rgba(0,0,0,.5);color:rgb(var(--color-foreground))}.section-hero__text-plate{display:inline-flex;flex-direction:column;gap:.8rem;max-width:60rem;background-color:rgba(var(--color-foreground),.85);padding:1.6rem 2.4rem;border-radius:var(--text-boxes-radius)}.section-hero__heading{color:rgb(var(--color-background));white-space:pre-line}.section-hero__subheading{color:rgb(var(--color-background));font-size:1.8rem;line-height:1.5;margin:0}.section-hero__cta-group{display:flex;flex-wrap:wrap;gap:1rem}.section-hero__media{flex:0 0 auto;width:41%;align-self:stretch;display:flex;align-items:center}.section-hero__media-asset{width:100%;height:100%;object-fit:cover;border-radius:var(--media-radius)}.section-hero__stats{display:flex;gap:4.8rem}.section-hero__stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.section-hero__stat-number{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1;font-variant-numeric:tabular-nums;color:rgb(var(--color-foreground))}.section-hero__stat-label{font-size:1.3rem;letter-spacing:.04em;text-shadow:0 1px 8px rgba(0,0,0,.5);color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.section-hero__container{min-height:52rem}}@media screen and (max-width:749px){.section-hero__container{flex-direction:column;align-items:stretch}.section-hero__media{width:100%}.section-hero__stats{gap:2.4rem;flex-wrap:wrap}}.icon-list__heading{text-align:center;margin:0 0 2.4rem}.icon-list__grid{list-style:none;margin:0 auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}.icon-list__item{flex:0 1 12rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;padding:1.6rem .8rem}.icon-list__icon svg{width:2rem;height:2rem;stroke:currentColor;stroke-width:1.5}.icon-list__label{font-size:1.1rem;line-height:1.3;font-weight:500;letter-spacing:.02em}@media screen and (max-width:640px){.icon-list__item{flex:0 0 50%}}.map__header{max-width:76rem;margin:0 auto 3.2rem;text-align:center}.map__heading{margin:0 0 .8rem}.map__description{opacity:.75;margin:0}.map__embed{width:100%;display:block;line-height:0}.map__embed iframe{width:100%;height:100%;display:block}.map__placeholder{width:100%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05);padding:4.8rem}.smode-service-cards__heading{text-align:center;margin:0 0 4rem}.smode-service-cards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.4rem;list-style:none;padding:0;margin:0}.smode-service-card{padding:3.2rem;border-radius:var(--popup-corner-radius);display:flex;flex-direction:column;gap:1.6rem}.smode-service-card__icon{width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;border-radius:var(--popup-corner-radius);background:rgba(var(--color-foreground),.06)}.smode-service-card__icon svg{width:2.4rem;height:2.4rem;stroke:rgb(var(--color-foreground))}.smode-service-card__title{margin:0}.smode-service-card__text{margin:0;opacity:.8}@media screen and (max-width:749px){.smode-service-cards__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
