.brand-hero{position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:flex-end;background:#2a2a2a}.brand-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.brand-hero__media img{width:100%;height:100%;object-fit:cover}.brand-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#00000040,#0000000d);z-index:1}.brand-hero__content{position:relative;z-index:2;padding:2.5rem var(--container-gutter);max-width:var(--container-lg-max-width);margin:0 auto;width:100%;color:#fff}.brand-hero__logo{height:auto;margin-bottom:1.25rem}.brand-hero h1{font-family:var(--heading-font-family);font-size:var(--text-h1);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);color:#fff;margin:0 0 1rem;max-width:36rem;line-height:1.15}.brand-hero__subtitle{font-size:var(--text-lg);line-height:1.6;max-width:32rem;margin:0 0 1.5rem;opacity:.92}.brand-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.brand-hero__actions .button{min-width:180px}.brand-hero__actions .button--light{background:#fff;color:#1a1a1a;border-color:#fff}.brand-hero__actions .button--light:hover{background:#ffffffe0}.brand-hero__actions .button--outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7)}.brand-hero__actions .button--outline-light:hover{background:#ffffff1f;border-color:#fff}@media screen and (min-width:700px){.brand-hero{min-height:80vh}.brand-hero__content{padding:4rem 3rem}}.brand-story{display:grid;grid-template-columns:1fr;gap:0;align-items:stretch}.brand-story__media{overflow:hidden;min-height:280px}.brand-story__media img{width:100%;height:100%;object-fit:cover;display:block}.brand-story__content{padding:var(--section-vertical-spacing) var(--container-gutter);display:flex;flex-direction:column;justify-content:center}.brand-story__content h2{font-family:var(--heading-font-family);font-size:var(--text-h2);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);margin:0 0 1.25rem;line-height:1.2}.brand-story__content p{font-size:var(--text-base);line-height:1.75;margin:0 0 1rem}.brand-story__content p:last-child{margin-bottom:0}.brand-story__content:only-child{max-width:var(--container-md-max-width);margin:0 auto;text-align:center}@media screen and (min-width:700px){.brand-story{grid-template-columns:1fr 1fr}.brand-story__media{min-height:480px}.brand-story__content{padding:3.5rem 3rem}.brand-story:not(:has(.brand-story__media)){grid-template-columns:1fr}}@media screen and (min-width:1000px){.brand-story__content{padding:4rem;max-width:38rem}.brand-story__content:only-child{max-width:var(--container-md-max-width);padding:4rem var(--container-gutter)}}.brand-craft{padding:var(--section-vertical-spacing) var(--container-gutter);max-width:var(--container-xl-max-width);margin:0 auto;text-align:center}.brand-craft__heading{font-family:var(--heading-font-family);font-size:var(--text-h2);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);margin:0 0 .75rem}.brand-craft__intro{max-width:40rem;margin:0 auto 2.5rem;font-size:var(--text-base);line-height:1.7}.brand-craft__grid{display:grid;grid-template-columns:1fr;gap:2rem}.brand-craft__item{text-align:center}.brand-craft__item-media{overflow:hidden;border-radius:4px;aspect-ratio:4 / 3;margin-bottom:1.25rem}.brand-craft__item-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.brand-craft__item:hover .brand-craft__item-media img{transform:scale(1.04)}.brand-craft__item h3{font-family:var(--heading-font-family);font-size:var(--text-h3);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);margin:0 0 .5rem}.brand-craft__item p{font-size:var(--text-sm);line-height:1.65;margin:0}@media screen and (min-width:700px){.brand-craft__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media screen and (min-width:1000px){.brand-craft__grid{gap:2.5rem}}.brand-collections{padding:var(--section-vertical-spacing) var(--container-gutter);max-width:var(--container-xl-max-width);margin:0 auto}.brand-collections__heading{font-family:var(--heading-font-family);font-size:var(--text-h2);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);text-align:center;margin:0 0 .75rem}.brand-collections__intro{text-align:center;max-width:40rem;margin:0 auto 2.5rem;font-size:var(--text-base);line-height:1.7}.brand-collections__grid{display:grid;grid-template-columns:1fr;gap:1rem}.brand-collections__card{position:relative;overflow:hidden;border-radius:4px;display:block;text-decoration:none;color:#fff;aspect-ratio:3 / 2}.brand-collections__card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.brand-collections__card:hover img{transform:scale(1.05)}.brand-collections__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0009,#00000014 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:background .3s ease}.brand-collections__card:hover .brand-collections__card-overlay{background:linear-gradient(to top,#000000b3,#00000026 60%)}.brand-collections__card h3{font-family:var(--heading-font-family);font-size:var(--text-h3);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);color:#fff;margin:0 0 .35rem}.brand-collections__card p{font-size:var(--text-sm);color:#ffffffe0;margin:0;line-height:1.5}@media screen and (min-width:700px){.brand-collections__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.brand-collections__card--featured{grid-column:span 2;aspect-ratio:21 / 9}}@media screen and (min-width:1000px){.brand-collections__grid{grid-template-columns:repeat(3,1fr)}.brand-collections__card--featured{grid-column:span 3;aspect-ratio:21 / 8}}.brand-why{display:grid;grid-template-columns:1fr;gap:0;align-items:stretch}.brand-why__media{overflow:hidden;min-height:300px;order:-1}.brand-why__media img{width:100%;height:100%;object-fit:cover;display:block}.brand-why__content{padding:var(--section-vertical-spacing) var(--container-gutter);display:flex;flex-direction:column;justify-content:center}.brand-why__content h2{font-family:var(--heading-font-family);font-size:var(--text-h2);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);margin:0 0 1.25rem;line-height:1.2}.brand-why__list{list-style:none;padding:0;margin:0 0 1.5rem}.brand-why__list li{padding:.65rem 0 .65rem 1.75rem;position:relative;font-size:var(--text-base);line-height:1.6;border-bottom:1px solid var(--hr-border-color, #ececec)}.brand-why__list li:first-child{padding-top:0}.brand-why__list li:last-child{border-bottom:none}.brand-why__list li:before{content:"";position:absolute;left:0;top:.85rem;width:8px;height:8px;background:var(--brand-accent, #9E754F);border-radius:50%}.brand-why__list li:first-child:before{top:.2rem}.brand-why__content:only-child{max-width:var(--container-md-max-width);margin:0 auto}@media screen and (min-width:700px){.brand-why{grid-template-columns:1fr 1fr}.brand-why__media{order:1;min-height:auto}.brand-why__content{padding:3.5rem 3rem}.brand-why:not(:has(.brand-why__media)){grid-template-columns:1fr}}@media screen and (min-width:1000px){.brand-why__content{padding:4rem;max-width:36rem}.brand-why__content:only-child{max-width:var(--container-md-max-width);padding:4rem var(--container-gutter)}}.brand-visit{padding:var(--section-vertical-spacing) var(--container-gutter);text-align:center;max-width:var(--container-md-max-width);margin:0 auto}.brand-visit h2{font-family:var(--heading-font-family);font-size:var(--text-h2);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);margin:0 0 1rem}.brand-visit>p{font-size:var(--text-base);line-height:1.7;margin:0 0 1.5rem}.brand-visit__locations{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:left;max-width:36rem;margin:0 auto 2rem}.brand-visit__location h3{font-family:var(--heading-font-family);font-size:var(--text-h4);font-weight:var(--heading-font-weight);margin:0 0 .35rem}.brand-visit__location p{margin:0;font-size:var(--text-sm)}@media screen and (min-width:700px){.brand-visit__locations{grid-template-columns:1fr 1fr;text-align:center;max-width:100%}}.brand-divider{border:none;border-top:1px solid var(--hr-border-color, #ececec);margin:0}
/*# sourceMappingURL=/cdn/shop/t/42/assets/brand-pages.css.map */
