.announcement-bar{position:relative;font-size:.75rem;letter-spacing:.04em;font-weight:600;overflow:hidden}.announcement-bar__marquee{overflow:hidden;padding-block:.7rem}.announcement-bar__track{display:flex;width:max-content;animation:announcement-bar-marquee var(--marquee-duration, 20s) linear infinite}.announcement-bar:hover .announcement-bar__track{animation-play-state:paused}.announcement-bar__group{display:flex;align-items:center;flex-shrink:0}.announcement-bar__item{display:inline-flex;white-space:nowrap;padding-inline:1.5rem}.announcement-bar__separator{opacity:.5;font-size:.6rem}@keyframes announcement-bar-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.announcement-bar__track{animation:none}.announcement-bar__marquee{overflow-x:auto}}.brand-story__intro{text-align:center;margin-bottom:clamp(2.5rem,6vw,5rem)}.brand-story__heading{margin-top:1rem;font-size:calc(clamp(2rem,1.6rem + 2vw,3.75rem) * var(--font-heading-scale))}.brand-story__values{border-top:1px solid rgb(var(--color-border));padding-top:clamp(2rem,4vw,3rem)}.brand-story__value{padding-right:1.5rem}.brand-story__value-number{display:block;font-size:.75rem;color:rgb(var(--color-text-secondary));margin-bottom:1rem;letter-spacing:.08em}.brand-story__value-title{font-size:1.05rem;margin-bottom:.6rem;font-family:var(--font-body-family),sans-serif;font-weight:600}.section.category-split{padding-bottom:0}.category-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:rgb(var(--color-border))}.category-split__panel{position:relative;display:block;overflow:hidden;height:68vh;min-height:30rem;max-height:44rem;background:rgb(var(--color-bg-secondary))}.category-split__media{position:absolute;top:0;right:0;bottom:0;left:0}.category-split__media img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.22,1,.36,1)}.category-split__panel:hover .category-split__media img{transform:scale(1.06)}.category-split__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgb(var(--color-bg-secondary)),rgb(var(--color-border)))}.category-split__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0009,#0000001a 55%,#0000 75%);transition:background .4s ease}.category-split__panel:hover .category-split__scrim{background:linear-gradient(0deg,#000000ad,#00000026 55%,#0000 75%)}.category-split__content{position:absolute;left:0;right:0;bottom:0;padding:clamp(1.75rem,3vw,3rem);color:#fff}.category-split__eyebrow{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;opacity:.85;margin-bottom:.6rem}.category-split__heading{font-size:clamp(1.85rem,1.5rem + 1.8vw,2.85rem);line-height:1.1;margin-bottom:.7rem}.category-split__text{font-size:.9rem;line-height:1.6;max-width:24rem;opacity:.88;margin-bottom:1.5rem}.category-split__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding-bottom:.35rem;border-bottom:1px solid rgba(255,255,255,.55);transition:gap .25s ease,border-color .25s ease}.category-split__cta svg{transition:transform .25s ease}.category-split__panel:hover .category-split__cta{gap:.85rem;border-color:#fff}.category-split__panel:hover .category-split__cta svg{transform:translate(3px)}@media(max-width:749px){.category-split__grid{grid-template-columns:1fr}.category-split__panel{height:60vh;min-height:26rem;max-height:none}}.collections-grid__header{margin-bottom:clamp(2rem,4vw,3rem)}.collections-grid__header h2{margin-top:.5rem}.collection-tile{position:relative;display:block;overflow:hidden;border-radius:var(--image-radius)}.collection-tile__media{background:rgb(var(--color-bg-secondary))}.collection-tile__media img{transition:transform .8s cubic-bezier(.22,1,.36,1)}.collection-tile:hover .collection-tile__media img{transform:scale(1.05)}.collection-tile__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgb(var(--color-bg-secondary)),rgb(var(--color-border)))}.collection-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#00000080,#0000 60%)}.collection-tile__caption{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;color:#fff}.collection-tile__title{font-size:1.35rem}.collection-tile__arrow{transition:transform .3s ease}.collection-tile:hover .collection-tile__arrow{transform:translate(4px)}.editorial__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,6rem);align-items:center}.editorial--reverse .editorial__grid{direction:rtl}.editorial--reverse .editorial__content,.editorial--reverse .editorial__media{direction:ltr}.editorial__image-mask{border-radius:var(--image-radius);background:rgb(var(--color-bg-secondary))}.editorial__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgb(var(--color-bg-secondary)),rgb(var(--color-border)))}.editorial__content{max-width:30rem}.editorial__heading{margin:1rem 0 1.25rem}.editorial__text{font-size:1rem;line-height:1.7;margin-bottom:2rem}@media(max-width:989px){.editorial__grid{grid-template-columns:1fr}.editorial--reverse .editorial__grid{direction:ltr}}.section.featured-collection{padding-block:clamp(3rem,5vw,4.5rem)}.featured-collection__header{margin-bottom:clamp(2rem,4vw,3.5rem)}.featured-collection__heading-row{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem}.featured-collection__heading{margin-top:.5rem}.featured-collection__subtext{max-width:34rem;margin-top:.75rem}.featured-collection__footer{margin-top:2rem}.footer{overflow:hidden;padding-top:clamp(2.75rem,5vw,4rem)}.footer__top{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:clamp(2rem,4vw,4rem);padding-bottom:clamp(2rem,3.5vw,3rem)}.footer__logo-text{font-size:1.7rem;letter-spacing:.02em;display:block;margin-bottom:1rem}.footer__brand img{margin-bottom:1rem}.footer__text{max-width:22rem;font-size:.88rem;line-height:1.65;margin-bottom:1.35rem;opacity:.68}.footer__social{display:flex;gap:.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;border:1px solid rgba(127,127,127,.35);color:currentColor;opacity:.8;transition:opacity .25s ease,background .25s ease,color .25s ease}.footer__social-link:hover{opacity:1;background:rgb(var(--color-accent));color:rgb(var(--color-accent-text));border-color:transparent}.footer__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.footer__column-title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.55;margin-bottom:1.1rem}.footer__column-list{display:flex;flex-direction:column;gap:.7rem}.footer__column-list a{font-size:.87rem;opacity:.8;transition:opacity .2s ease}.footer__column-list a:hover{opacity:1}.footer__newsletter-heading{font-size:1.05rem;margin-bottom:.5rem}.footer__newsletter-text{font-size:.85rem;line-height:1.6;opacity:.68;margin-bottom:1.1rem;max-width:20rem}.footer__newsletter-field{display:flex;align-items:center;gap:.75rem;max-width:20rem;border-bottom:1px solid rgba(127,127,127,.35);padding-bottom:.5rem;transition:border-color .25s ease}.footer__newsletter-field:focus-within{border-color:currentColor}.footer__newsletter-input{flex:1;min-width:0;border:none;background:transparent;font-size:.9rem;padding:.35rem 0;color:inherit}.footer__newsletter-input:focus{outline:none}.footer__newsletter-input::placeholder{color:currentColor;opacity:.5}.footer__newsletter-submit{display:flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:50%;flex-shrink:0;background:rgb(var(--color-accent));color:rgb(var(--color-accent-text));transition:transform .25s ease}.footer__newsletter-submit:hover{transform:translate(2px)}.footer__newsletter-privacy{font-size:.72rem;opacity:.55;margin-top:.75rem}.footer .form-message{font-size:.8rem;margin-top:.75rem}.footer .form-message--error{color:#ff8f7e}.footer__watermark{text-align:center;font-family:var(--font-heading-family),serif;font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:.02em;font-size:clamp(2.5rem,11vw,7.5rem);line-height:1;white-space:nowrap;opacity:.05;margin:clamp(.5rem,3vw,1.5rem) 0 -.16em;-webkit-user-select:none;user-select:none;pointer-events:none}.footer__bottom{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-block:1.1rem;border-top:1px solid rgba(127,127,127,.25);font-size:.76rem;opacity:.6}.footer__copyright{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.footer__back-to-top{display:inline-flex;align-items:center;gap:.6rem;padding:.35rem .35rem .35rem 1rem;border:1px solid rgba(127,127,127,.35);border-radius:999px;color:currentColor;opacity:.9;transition:opacity .25s ease,background .25s ease}.footer__back-to-top:hover{opacity:1;background:#7f7f7f1f}.footer__back-to-top-icon{display:flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:50%;background:#7f7f7f2e;transform:rotate(-90deg)}.footer__app-blocks:empty{display:none}.footer__app-blocks:not(:empty){padding-block:1.1rem;border-top:1px solid rgba(127,127,127,.25)}@media(max-width:749px){.footer__top{grid-template-columns:1fr}.footer__columns{grid-template-columns:repeat(2,1fr)}.footer__bottom{flex-direction:column;justify-content:center;text-align:center;gap:.85rem}.footer__copyright{position:static;transform:none}}.hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;color:#fff;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.hero--small{min-height:60vh}.hero--medium{min-height:80vh}.hero--large{min-height:92vh}.hero--full{height:calc(100svh - var(--header-offset, 0px))}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img{transform:scale(1.02)}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease}.hero__slide.is-active{opacity:1}.hero__slide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgb(var(--color-bg-secondary)),rgb(var(--color-border)))}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(0deg,#0000008c,#0000 55%)}.hero__dots{position:absolute;left:50%;bottom:clamp(1.25rem,3vw,2rem);transform:translate(-50%);z-index:2;display:flex;gap:.6rem}.hero__dot{width:.5rem;height:.5rem;border-radius:50%;background:#ffffff73;transition:background .25s ease,transform .25s ease}.hero__dot:hover{background:#ffffffb3}.hero__dot.is-active{background:#fff;transform:scale(1.2)}.hero__content{position:relative;z-index:1;width:100%;padding-block:clamp(2.5rem,6vw,5rem)}.hero__content--left{text-align:left}.hero__content--center{text-align:center}.hero__content--center .hero__content-inner{margin-inline:auto}.hero__content--right{text-align:right}.hero__content--right .hero__content-inner{margin-left:auto}.hero__content-inner{max-width:34rem}.hero__content--center .hero__content-inner{max-width:40rem}.hero__eyebrow{color:#ffffffd9;margin-bottom:1rem}.hero__heading{font-size:calc(clamp(2.75rem,2rem + 3.2vw,5.5rem) * var(--font-heading-scale));color:#fff;margin-bottom:1.25rem}.hero__text{font-size:1.05rem;color:#ffffffe6;margin-bottom:2rem}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero__content--center .hero__buttons{justify-content:center}.hero__content--right .hero__buttons{justify-content:flex-end}.btn--on-image{border-color:#fff;color:#fff}.btn--on-image:hover{background:#fff;color:rgb(var(--color-text))}.section.instagram-feed{padding-block:clamp(3rem,5vw,4.5rem)}.instagram-feed__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.25rem;margin-bottom:clamp(1.5rem,3vw,2.25rem)}.instagram-feed__heading{margin-top:.4rem;font-size:clamp(1.4rem,1.2rem + .9vw,1.85rem)}.instagram-feed__follow{display:inline-flex;align-items:center;gap:.55rem;padding:.4rem .9rem .4rem .4rem;border:1px solid rgb(var(--color-border));border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;transition:border-color .25s ease,transform .25s ease;flex-shrink:0}.instagram-feed__follow:hover{border-color:rgb(var(--color-text));transform:translateY(-1px)}.instagram-feed__follow-icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;color:#fff;background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.instagram-feed__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem;max-width:56rem;margin-inline:auto}.instagram-feed__item{position:relative;display:block;overflow:hidden;border-radius:3px;background:rgb(var(--color-bg-secondary))}.instagram-feed__item .aspect-ratio img{transition:transform .7s cubic-bezier(.22,1,.36,1)}.instagram-feed__item:hover .aspect-ratio img{transform:scale(1.06)}.instagram-feed__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgb(var(--color-bg-secondary)),rgb(var(--color-border)))}.instagram-feed__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0e0c73;opacity:0;transition:opacity .3s ease}.instagram-feed__item:hover .instagram-feed__scrim{opacity:1}.instagram-feed__view{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;color:#fff;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;opacity:0;transform:scale(.9);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.instagram-feed__item:hover .instagram-feed__view{opacity:1;transform:scale(1)}@media(max-width:989px){.instagram-feed__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:599px){.instagram-feed__grid{grid-template-columns:repeat(3,1fr);gap:.3rem}}.lifestyle-gallery__header{margin-bottom:clamp(2rem,4vw,3rem)}.lifestyle-gallery__header h2{margin-top:.5rem}.lifestyle-gallery__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--grid-gutter)}.lifestyle-gallery__item{grid-column:span 2}.lifestyle-gallery__item--large{grid-column:span 3}.lifestyle-gallery__media{border-radius:var(--image-radius);background:rgb(var(--color-bg-secondary))}.lifestyle-gallery__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgb(var(--color-bg-secondary)),rgb(var(--color-border)))}.lifestyle-gallery__caption{margin-top:.75rem;font-size:.85rem;color:rgb(var(--color-text-secondary))}@media(max-width:749px){.lifestyle-gallery__grid{grid-template-columns:repeat(2,1fr)}.lifestyle-gallery__item,.lifestyle-gallery__item--large{grid-column:span 1}}.error-404__inner{text-align:center;max-width:30rem;margin-inline:auto;padding-block:4rem}.error-404__title{margin:1rem 0 .75rem}.error-404__subtext{margin-bottom:2rem}.page__title{margin-bottom:2rem;text-align:center}.page__content{font-size:1rem;line-height:1.8}.page__contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem;max-width:32rem;margin-inline:auto}.page__contact-form .field__input{padding:.9rem 1.1rem}.page__contact-form textarea.field__input{resize:vertical}.page__contact-form .btn{align-self:flex-start}.search-page__form{max-width:32rem;margin:2rem 0 3rem}.search-page__grid{margin-top:1rem}.newsletter{overflow:hidden}.newsletter__grid{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:center;padding-block:clamp(3.5rem,8vw,7rem)}.newsletter__eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;opacity:.7;margin-bottom:1.1rem}.newsletter__heading{font-size:clamp(2.25rem,1.5rem + 3.4vw,4.5rem);line-height:1.05}.newsletter__text{max-width:26rem;opacity:.75;margin-top:1.35rem;line-height:1.7;font-size:1rem}.newsletter__field{display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgba(127,127,127,.35);padding-bottom:.75rem;transition:border-color .25s ease}.newsletter__field:focus-within{border-color:currentColor}.newsletter__input{flex:1;min-width:0;border:none;background:transparent;font-size:1.15rem;padding:.6rem 0;color:inherit}.newsletter__input:focus{outline:none}.newsletter__input::placeholder{color:currentColor;opacity:.5}.newsletter__submit{display:flex;align-items:center;justify-content:center;width:2.9rem;height:2.9rem;border-radius:50%;flex-shrink:0;background:rgb(var(--color-accent));color:rgb(var(--color-accent-text));transition:transform .25s ease}.newsletter__submit:hover{transform:translate(3px)}.newsletter__privacy{font-size:.75rem;opacity:.6;margin-top:1rem}.newsletter .form-message{font-size:.85rem;margin-top:1rem}.newsletter .form-message--success{color:currentColor}.newsletter .form-message--error{color:#ff8f7e}@media(max-width:749px){.newsletter__grid{grid-template-columns:1fr;padding-block:clamp(3rem,10vw,4.5rem)}}.testimonials__header{text-align:center;margin-bottom:clamp(2rem,4vw,3.5rem)}.testimonials__header h2{margin-top:.5rem}.testimonials__track{display:flex;gap:var(--grid-gutter);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.5rem}.testimonials__track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 100%;scroll-snap-align:start;text-align:center;max-width:42rem;margin-inline:auto;padding:1rem 1.5rem}.testimonial-card__stars{display:flex;justify-content:center;gap:.2rem;color:rgb(var(--color-accent));margin-bottom:1.25rem}.testimonial-card__quote{font-size:clamp(1.35rem,1.1rem + 1vw,1.85rem);font-weight:400;font-style:italic;line-height:1.4;margin-bottom:1.5rem}.testimonial-card__author{font-style:normal;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--color-text-secondary))}.testimonials__controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.5rem}.testimonials__dots{display:flex;gap:.5rem}.testimonials__dots button{width:.4rem;height:.4rem;border-radius:50%;background:rgb(var(--color-border));transition:background .3s ease,transform .3s ease}.testimonials__dots button.is-active{background:rgb(var(--color-accent));transform:scale(1.3)}@media(min-width:750px){.testimonial-card{flex-basis:100%}}.video-section__frame{position:relative;overflow:hidden}.video-section__cover{position:absolute;top:0;right:0;bottom:0;left:0}.video-section__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgb(var(--color-bg-secondary)),rgb(var(--color-border)))}.video-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000047}.video-section__content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;gap:1.25rem;padding:1.5rem}.video-section__eyebrow{color:#ffffffd9}.video-section__heading{color:#fff;max-width:40rem}.video-section__play{width:4.5rem;height:4.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .3s ease,transform .3s ease}.video-section__play:hover{background:#ffffff26;transform:scale(1.06)}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center}.video-modal[hidden]{display:none}.video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9}.video-modal__panel{position:relative;width:min(80rem,92vw)}.video-modal__close{position:absolute;top:-3.25rem;right:0;color:#fff}.video-modal__embed{position:relative;aspect-ratio:16 / 9;background:#000}.video-modal__embed iframe,.video-modal__embed video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
