:root{--black: #FFFFFF;--white: #0A0A0A;--orange: #E96213;--cream: #F5F1EA;--cream-ink: #171410;--scent-ocean: #61D6C4;--scent-pistachio: #85AF67;--scent-vanilla: #E9C7AC;--scent-oud: #533C2C;--font-display: "Montserrat", sans-serif;--font-body: "Helvetica Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;--gutter: clamp(1rem, 4vw, 3rem);--nav-h: 76px;--ticker-h: 38px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}[id]{scroll-margin-top:calc(var(--nav-h) + var(--ticker-h) + 1.5rem)}body{background:var(--black);color:var(--white);font-family:var(--font-body);line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}em{font-style:italic}.section--light{background:var(--cream);color:var(--cream-ink)}.section--light a{color:inherit}.section--light .prose p,.section--light .prose li{color:#171410bf}.section--light .prose strong{color:var(--cream-ink)}.section--light .prose a{color:var(--orange)}.section--light .page-hero__sub{color:#171410b3}.section--light .page-hero__eyebrow,.section--light .eyebrow{color:var(--orange)}.section--light .faq-item{border-bottom-color:#17141026}.section--light .faq-item p{color:#171410bf}.section--light .faq-item p a{color:var(--orange)}.section--light .pdp__spec,.section--light .pdp__price-note,.section--light .checkout-note,.section--light .contact-card p,.section--light .shop__sub{color:#171410ad}.section--light .pdp__tab-panel{color:#171410bf}.section--light .pdp__tone{border-color:#1714104d;color:var(--cream-ink)}.section--light .contact-card{border-color:#1714102e}.section--light .contact-card h2{color:var(--cream-ink)}.section--light .form-field label{color:#1714108c}.section--light .form-field input,.section--light .form-field textarea{border-color:#1714104d;color:var(--cream-ink)}.section--light .form-field input::placeholder{color:#17141066}.section--light .btn--ghost{color:var(--cream-ink);border-color:#17141059}.section--light .checkout-box{border-color:#1714102e}.section--light .checkout-box li{border-bottom-color:#1714101f}.section--light .shuffle-btn{color:var(--cream-ink);border-color:#1714104d}.btn{display:inline-block;font-family:var(--font-display);font-weight:800;font-size:.95rem;padding:.95em 1.9em;border:none;border-radius:999px;transition:transform .25s ease,background-color .25s ease,color .25s ease}.btn--orange{background:var(--orange);color:var(--black)}.btn--orange:hover{background:var(--white);transform:translateY(-2px)}.btn--white{background:var(--white);color:var(--black)}.btn--white:hover{background:var(--orange);transform:translateY(-2px)}.btn--ghost{background:transparent;color:var(--white);border:1.5px solid rgba(0,0,0,.35)}.btn--ghost:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-2px)}.ticker{background:var(--orange);color:var(--black);overflow:hidden;font-size:.8rem;font-weight:800;padding:.45em 0;text-transform:lowercase}.ticker__track{display:flex;gap:2rem;width:max-content;white-space:nowrap;animation:ticker-scroll 22s linear infinite}@keyframes ticker-scroll{to{transform:translate(-50%)}}.nav{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--nav-h);padding:0 var(--gutter);background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.08);color:var(--white);transition:background-color .4s ease,border-color .4s ease,backdrop-filter .4s ease,color .4s ease}.nav__logo{justify-self:center}.nav__logo img{height:64px;width:auto;filter:invert(1);transition:filter .4s ease}.nav__left{justify-self:start;display:flex;gap:clamp(1rem,3vw,2.5rem);font-family:var(--font-display);font-weight:800;font-size:.9rem}.nav__right{justify-self:end;display:flex;align-items:center;gap:clamp(1rem,3vw,2.5rem)}.nav__left a,.nav__account,.nav__cart{position:relative;padding:.3em 0;transition:color .4s ease}.nav__left a:after,.nav__account:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.nav__left a:hover:after,.nav__account:hover:after{transform:scaleX(1);transform-origin:left}.nav__account,.nav__cart{font-family:var(--font-display);font-weight:800;font-size:.9rem}.nav__account-menu{position:relative;display:inline-flex;align-items:center}.nav__account-toggle{background:none;border:none;cursor:pointer;color:inherit;padding:.3em 0;display:inline-flex;align-items:center}.nav__account-toggle svg{width:22px;height:22px;display:block}.nav__account-dropdown{position:absolute;top:100%;right:0;margin-top:.7rem;z-index:5;min-width:160px;padding:.5rem;background:var(--black);border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 12px 28px #00000024;display:flex;flex-direction:column;gap:.1rem;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.nav__account-menu.is-open .nav__account-dropdown{opacity:1;transform:none;pointer-events:auto}.nav__account-dropdown a{display:block;padding:.55em .8em;border-radius:8px;color:var(--white);font-family:var(--font-body);font-size:.85rem;font-weight:600;transition:background-color .2s ease}.nav__account-dropdown a:hover{background:#0000000f}.nav__search{position:relative;display:inline-flex;align-items:center}.nav__search-toggle{background:none;border:none;cursor:pointer;color:inherit;padding:.3em 0;display:inline-flex;align-items:center}.nav__search-toggle svg{width:20px;height:20px;display:block}.nav__search-form{position:absolute;top:100%;right:0;margin-top:.7rem;width:0;overflow:hidden;opacity:0;pointer-events:none;transition:width .3s ease,opacity .2s ease}.nav__search.is-open .nav__search-form{width:min(60vw,260px);opacity:1;pointer-events:auto}.nav__search-input{width:100%;padding:.55em 1em;border-radius:999px;border:1px solid rgba(0,0,0,.15);background:var(--black);color:var(--white);font-family:var(--font-body);font-size:16px}.nav__cart{display:inline-flex;align-items:center}.nav__cart-3d{width:34px;height:34px;pointer-events:none;--poster-color: transparent;background-color:transparent;overflow:hidden;contain:layout paint}.nav__count{display:inline-grid;place-items:center;min-width:1.5em;height:1.5em;margin-left:.35em;border-radius:999px;background:var(--orange);color:var(--black);font-size:.8em}.has-photo-hero .ticker{position:fixed;top:0;left:0;right:0;width:100%;z-index:51;transition:transform .35s ease}.has-photo-hero .nav{position:fixed;top:var(--ticker-h);left:0;right:0;width:100%;transition:transform .35s ease,background-color .4s ease,border-color .4s ease,backdrop-filter .4s ease,color .4s ease}.has-photo-hero .ticker.is-hidden{transform:translateY(-100%)}.has-photo-hero .nav.is-hidden{transform:translateY(calc(-100% - var(--ticker-h)))}.has-photo-hero .nav--overlay{background:transparent;border-bottom-color:transparent}.hero{position:relative;min-height:100vh;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:28%;overflow:hidden;will-change:transform}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;object-position:58% 40%}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--black) 0%,var(--black) 6%,transparent 38%)}.hero__chip{position:absolute;z-index:2;right:5vw;top:calc(var(--nav-h) + var(--ticker-h) + 2rem);display:inline-flex;align-items:center;gap:.6rem;background:#ffffff8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.35);border-radius:999px;padding:.6em 1.1em .6em .7em;color:var(--white);font-family:var(--font-display);font-weight:800;font-size:.78rem;letter-spacing:.02em}.hero__chip-dot{width:9px;height:9px;border-radius:50%;background:var(--orange);animation:chip-pulse 1.8s ease-in-out infinite;flex-shrink:0}@keyframes chip-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.hero__chip:hover{border-color:var(--orange)}.hero__type{position:relative;z-index:2;padding:16vh 4vw 0 6vw;max-width:min(56vw,760px)}.hero__eyebrow{font-family:var(--font-display);font-weight:800;font-size:.78rem;letter-spacing:.3em;color:var(--orange);margin-bottom:1rem}.hero__line{font-family:var(--font-display);font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(2.8rem,8.4vw,6.6rem);line-height:.98;letter-spacing:-.02em}.hero__line--2{color:var(--orange)}.hero__foot{position:relative;z-index:2;margin-top:5vh;margin-left:6vw;display:flex;align-items:center;gap:2.2rem;flex-wrap:wrap;padding-right:6vw;padding-bottom:4vh}.hero__scroll{position:absolute;bottom:3vh;right:5vw;z-index:2;writing-mode:vertical-rl;font-family:var(--font-display);font-weight:800;font-size:.68rem;letter-spacing:.3em;color:var(--white)}.hero__scroll svg{width:16px;height:16px;margin-top:.5rem;animation:bob 1.6s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.intro{padding:6vh var(--gutter) 4vh;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;align-items:center}.intro__sub{max-width:46ch;font-size:1.05rem;color:#000c}.mood{padding:2vh 0 6vh;background:var(--black)}.mood__head{padding:0 var(--gutter) 2rem}.mood__eyebrow{font-family:var(--font-display);font-weight:800;font-size:1.75rem;letter-spacing:.1em;color:var(--orange);margin-bottom:.8rem}.mood__title{font-family:var(--font-display);font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(2rem,5.5vw,3.6rem);letter-spacing:-.02em}.mood__accordion{display:flex;height:clamp(360px,62vh,640px);gap:2px;background:#00000014}.mood__panel{position:relative;flex:1 1 0%;min-width:0;overflow:hidden;cursor:pointer;transition:flex-grow .65s cubic-bezier(.22,1,.36,1)}.mood__panel.is-active,.mood__panel:hover,.mood__panel:focus-within{flex-grow:4}.mood__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6;filter:saturate(.65) brightness(.5);transition:filter .6s ease,opacity .6s ease}.mood__panel.is-active .mood__bg,.mood__panel:hover .mood__bg,.mood__panel:focus-within .mood__bg{opacity:1;filter:saturate(1) brightness(1)}.mood__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,color-mix(in srgb,var(--tone, #0A0A0A) 88%,black),color-mix(in srgb,var(--tone, #0A0A0A) 65%,transparent) 60%);transition:opacity .4s ease}.mood__panel.is-active .mood__overlay,.mood__panel:hover .mood__overlay,.mood__panel:focus-within .mood__overlay{opacity:0}.mood__collapsed{position:absolute;left:15px;bottom:1.4rem;z-index:2;writing-mode:vertical-rl;transform:rotate(180deg);font-family:var(--font-display);font-weight:800;font-size:.72rem;letter-spacing:.25em;color:#fff;white-space:nowrap;opacity:1;transition:opacity .3s ease}.mood__panel.is-active .mood__collapsed,.mood__panel:hover .mood__collapsed,.mood__panel:focus-within .mood__collapsed{opacity:0}.mood__content{position:absolute;inset:auto 1.5rem 1.5rem 1.5rem;z-index:2;opacity:0;transform:translateY(12px);transition:opacity .35s ease .1s,transform .35s ease .1s}.mood__panel.is-active .mood__content,.mood__panel:hover .mood__content,.mood__panel:focus-within .mood__content{opacity:1;transform:none}.mood__k{font-family:var(--font-display);font-weight:800;font-size:.65rem;letter-spacing:.2em;color:var(--orange);margin-bottom:.5rem;white-space:nowrap;text-shadow:0 1px 8px rgba(0,0,0,.7)}.mood__v{font-family:var(--font-display);font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1;color:#fff;white-space:nowrap;text-shadow:0 1px 8px rgba(0,0,0,.7)}.mood__scentname{font-family:var(--font-display);font-weight:800;font-size:1.05rem;color:#fff;margin-top:.5rem;white-space:nowrap;text-shadow:0 1px 8px rgba(0,0,0,.7)}.mood__notes{font-size:.72rem;letter-spacing:.06em;color:#ffffffb3;margin-top:.35rem;white-space:nowrap;text-shadow:0 1px 8px rgba(0,0,0,.7)}.mood__cta{display:inline-block;margin-top:1rem;font-family:var(--font-display);font-weight:800;font-size:.8rem;color:#0a0a0a;background:#fff;border-radius:999px;padding:.6em 1.2em;white-space:nowrap;transition:background-color .25s ease,color .25s ease}.mood__cta:hover{background:var(--orange)}.marquee{overflow:hidden;background:var(--black);padding:1.3rem 0;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.marquee__track{display:flex;gap:3rem;width:max-content;white-space:nowrap;animation:ticker-scroll 18s linear infinite;font-family:var(--font-display);font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(2rem,5vw,4rem)}.marquee__track span:nth-child(2n){color:var(--orange)}.shop{padding:clamp(1.5rem,4vw,3rem) var(--gutter) clamp(2rem,4vw,3rem)}.shop__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(1rem,2vw,1.5rem)}.shop__title{font-family:var(--font-display);font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(2.4rem,7vw,5.5rem);letter-spacing:-.02em;line-height:.95}.shop__pack{color:var(--orange)}.shop__sub{color:#000000b3;margin-top:.6rem;max-width:44ch}.shuffle-btn{display:inline-flex;align-items:center;gap:.6rem;background:transparent;border:1.5px solid rgba(0,0,0,.3);color:var(--white);border-radius:999px;padding:.8em 1.5em;font-family:var(--font-display);font-weight:800;font-size:.85rem;transition:border-color .25s ease,color .25s ease,transform .25s ease;flex-shrink:0}.shuffle-btn:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-2px)}.shuffle-btn svg{width:16px;height:16px;transition:transform .5s ease}.shuffle-btn.is-spinning svg{transform:rotate(360deg)}.box-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2.2vw,1.8rem);perspective:1800px}.box-grid>*:nth-child(2),.box-grid>*:nth-child(4){margin-top:1.2vh}.box-grid>*:nth-child(1){margin-top:.4vh}.box-grid>*:nth-child(3){margin-top:-.4vh}.box{display:block;position:relative;width:100%;aspect-ratio:3 / 4.4;cursor:pointer;text-decoration:none;color:inherit}.box:focus-visible{outline:none;box-shadow:0 0 0 3px var(--black),0 0 0 5px var(--orange)}.section--light .box:focus-visible{box-shadow:0 0 0 3px var(--cream),0 0 0 5px var(--orange)}.box__inner{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;background:var(--tone);box-shadow:0 1px #ffffff0f inset}.box__interior{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(180deg,#0000004d,#0000000d 40%);overflow:hidden}.box__interior img{width:76%;height:auto;aspect-ratio:4 / 5;object-fit:contain;transform:translateY(20%);transition:transform .55s cubic-bezier(.2,.8,.2,1);filter:drop-shadow(0 12px 18px rgba(0,0,0,.4))}.box:hover .box__interior img,.box:focus-within .box__interior img,.box.is-open .box__interior img{transform:translateY(2%)}.box__lid{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--tone);border-radius:8px;transform-origin:top center;transform-style:preserve-3d;transition:transform .55s cubic-bezier(.22,1,.36,1);box-shadow:0 1px #00000026 inset}.box:hover .box__lid,.box:focus-within .box__lid,.box.is-open .box__lid{transform:rotateX(-108deg)}.box__lid-face{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;backface-visibility:hidden}.box__wordmark{width:clamp(70px,10vw,110px);height:auto;display:block}.box__lid-face--invert .box__wordmark{filter:invert(1)}.box__scentname{font-family:var(--font-display);font-weight:700;font-size:.66rem;letter-spacing:.1em;color:var(--ink);opacity:.75;margin-top:.4rem;text-align:center;padding:0 1rem}.box__flag{position:absolute;top:.7rem;left:.7rem;z-index:3;font-family:var(--font-display);font-weight:800;font-size:.6rem;letter-spacing:.1em;background:var(--black);color:var(--white);padding:.3em .7em;border-radius:999px}.box__hint{position:absolute;bottom:.7rem;left:0;right:0;z-index:3;text-align:center;font-family:var(--font-display);font-weight:700;font-size:.6rem;letter-spacing:.1em;color:color-mix(in srgb,var(--ink) 55%,transparent);opacity:1;transition:opacity .3s ease;pointer-events:none}.box:hover .box__hint,.box:focus-within .box__hint,.box.is-open .box__hint{opacity:0}.box__hint--touch{display:none}@media(hover:none){.box__hint--mouse{display:none}.box__hint--touch{display:block}}.box__info{margin-top:1rem}.box__name{font-family:var(--font-display);font-weight:800;font-style:italic;font-size:1.15rem;margin-bottom:.3rem}.box__name a{color:inherit;text-decoration:none;transition:color .25s ease}.box__name a:hover{color:var(--orange)}.box__spec{font-size:.65rem;letter-spacing:.1em;color:#00000080;margin-bottom:.8rem}.section--light .box__spec{color:#1714108c}.box__pick{width:100%;padding:.7em 1em;background:transparent;color:var(--white);border:1.5px solid rgba(0,0,0,.3);border-radius:999px;font-family:var(--font-display);font-weight:800;font-size:.82rem;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.section--light .box__pick{color:var(--cream-ink);border-color:#1714104d}.box__pick:hover{border-color:var(--orange);color:var(--orange)}.box.is-picked .box__pick{background:var(--orange);border-color:var(--orange);color:var(--black)}.pairbar{position:sticky;bottom:1rem;z-index:40;margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1.4rem;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.12);border-radius:14px;font-variant-numeric:tabular-nums;pointer-events:none}.pairbar__label{font-family:var(--font-display);font-weight:800;color:var(--white)}.pairbar__label span{color:var(--orange)}.pairbar__cta{pointer-events:auto}.pairbar__cta[aria-disabled=true]{opacity:.35;pointer-events:none}.format{background:var(--orange);color:var(--black);overflow:hidden}.format__pin{height:100vh;display:flex;align-items:center;overflow:hidden}.format__track{display:flex;width:max-content}.panel{width:100vw;height:100vh;flex-shrink:0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:0 var(--gutter)}.panel__step{grid-column:1 / -1;align-self:end;font-size:.75rem;letter-spacing:.35em;padding-top:14vh;font-weight:800}.panel__title{font-family:var(--font-display);font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(3rem,9.5vw,8.5rem);letter-spacing:-.02em;line-height:1;align-self:center}.panel__media{width:min(34vw,380px);border-radius:10px;overflow:hidden;align-self:center;margin-bottom:8vh;background:#ffffff1f}.panel__media img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.manifesto-wrap{background:var(--cream)}.manifesto{padding:clamp(5rem,13vw,10rem) var(--gutter);max-width:1200px;margin:0 auto;color:var(--cream-ink)}.manifesto__text{font-family:var(--font-display);font-weight:800;font-style:italic;font-size:clamp(1.8rem,4.2vw,3.6rem);line-height:1.25;letter-spacing:-.015em}.manifesto__text .w{opacity:.15;display:inline-block}.details-wrap{background:var(--cream);border-top:1px solid rgba(23,20,16,.1)}.details{padding:2.5rem var(--gutter);color:var(--cream-ink)}.details__list{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.details__item{display:flex;align-items:center;gap:.8rem;justify-content:center}.details__item svg{width:28px;height:28px;flex-shrink:0}.details__item p{font-size:.72rem;letter-spacing:.16em;font-weight:700}.community{padding:clamp(4rem,10vw,8rem) var(--gutter);text-align:center;background:var(--black)}.community__title{font-family:var(--font-display);font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(2.2rem,6vw,4.5rem);letter-spacing:-.02em;margin-bottom:.5rem}.community__title em{color:var(--orange)}.community__sub{text-transform:lowercase;color:#0009;margin-bottom:3rem}.community__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.5rem,1.5vw,1.25rem)}.community__cell{border-radius:8px;overflow:hidden}.community__cell img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .5s ease}.community__cell:hover img{transform:scale(1.05)}.hologram{position:relative;width:100%;height:clamp(420px,56vh,640px);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.hologram__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hologram__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.hologram__model{position:relative;z-index:1;width:min(24vw,24vh,240px);height:min(24vw,24vh,240px);--poster-color: transparent;background-color:transparent;cursor:grab;overflow:hidden;contain:layout paint}.hologram__model:active{cursor:grabbing}.hologram__signup{position:relative;z-index:1;width:min(90vw,420px);text-align:center}.hologram .footer__hook{color:#fff}.hologram .footer__form{justify-content:center}.hologram .footer__form input{color:#fff;border-color:#ffffff59}.hologram .footer__form input::placeholder{color:#ffffff8c}@media(max-width:640px){.hologram{height:clamp(340px,50vh,480px)}.hologram__model{width:min(36vw,160px);height:min(36vw,160px)}}.footer{background:var(--black);color:var(--white);border-top:1px solid rgba(0,0,0,.1);padding:4.5rem var(--gutter) 1.5rem}.footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:2.5rem;max-width:1400px;margin:0 auto 0rem}.footer__hook{font-family:var(--font-display);font-weight:800;font-size:1.2rem;margin-bottom:1rem}.footer__form{display:flex;flex-wrap:wrap;gap:.6rem;width:100%}.footer__form input{background:transparent;border:1.5px solid rgba(0,0,0,.3);border-radius:999px;color:var(--white);font:inherit;padding:.7em 1.2em;flex:1 1 auto;min-width:160px}.footer__form input::placeholder{color:#0006}.footer__form button{flex-shrink:0}.footer__col{display:grid;gap:.7rem;align-content:start;justify-items:start}.footer__col-title{font-size:.68rem;letter-spacing:.22em;color:#00000073;margin-bottom:.3rem;font-weight:800}.footer__col a{color:#000000c7;transition:color .2s ease}.footer__col a:hover{color:var(--orange)}.footer__address{display:block;color:#000000c7;line-height:1.6;font-size:.9rem;transition:color .2s ease}.footer__address:hover{color:var(--orange)}.footer__pricing-note{font-size:.82rem;color:#0000008c;margin-top:.4rem}.footer__instagram{display:inline-flex;align-items:center;margin-top:.6rem;color:#000000c7;transition:color .2s ease}.footer__instagram:hover{color:var(--orange)}.footer__instagram svg{width:22px;height:22px}.footer__signup{height:120px}.footer__logo--small{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}.footer__bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem 2rem;max-width:1400px;margin:2.5rem auto 0;padding-top:1.4rem;border-top:1px solid rgba(0,0,0,.1);font-size:.68rem;letter-spacing:.18em;color:#00000073}@media(max-width:800px){.footer__grid{grid-template-columns:1fr 1fr}.footer__grid .footer__signup{grid-column:1 / -1}.footer__bar{justify-content:center;text-align:center}}@media(max-width:640px){.footer{padding-top:3.5rem}.footer__grid{grid-template-columns:1fr 1fr;gap:2.2rem 1.5rem;justify-items:center;text-align:center}.footer__grid .footer__signup{grid-column:1 / -1;height:auto;width:100%;max-width:150px;margin:0 auto}.footer__grid>*:last-child{grid-column:1 / -1}.footer__logo--small{object-position:center}.footer__col{justify-items:center}.footer__address{text-align:center}.footer__instagram{justify-content:center}}.page{max-width:1100px;margin:0 auto;padding:clamp(3rem,7vw,5rem) var(--gutter) 5rem}.page--wide{max-width:1400px}.page-hero{margin-bottom:clamp(2.5rem,6vw,4rem)}.page-hero__eyebrow{font-size:.75rem;letter-spacing:.3em;color:var(--orange);margin-bottom:1rem;font-family:var(--font-display);font-weight:800}.page-hero__title{font-family:var(--font-display);font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(2.6rem,7.5vw,6rem);letter-spacing:-.02em;line-height:.95}.page-hero__sub{margin-top:1.2rem;max-width:55ch;color:#000000bf;font-size:1.05rem}.prose h2{font-family:var(--font-display);font-weight:800;font-size:1.5rem;margin:2.5rem 0 .8rem}.prose p,.prose li{color:#000c;margin-bottom:.9rem;max-width:65ch}.prose ul{padding-left:1.2rem}.prose a{color:var(--orange)}.prose strong{color:var(--white)}.faq-item{border-bottom:1px solid rgba(0,0,0,.12)}.faq-item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.3rem 0;font-family:var(--font-display);font-weight:800;font-size:1.1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;color:var(--orange);flex-shrink:0;transition:transform .25s ease}.faq-item p{padding:0 0 1.3rem;color:#000000bf;max-width:60ch}.js .faq-body{display:grid;grid-template-rows:minmax(0,0fr);transition:grid-template-rows .4s ease}.js .faq-body p{overflow:hidden;min-height:0;opacity:0;transform:translateY(-6px);transition:opacity .3s ease,transform .3s ease}.js .faq-item.is-open .faq-body{grid-template-rows:minmax(0,1fr)}.js .faq-item.is-open .faq-body p{opacity:1;transform:none;transition-delay:.08s}.js .faq-item[open]:not(.is-open) summary:after{transform:none}.js .faq-item.is-open summary:after{transform:rotate(45deg)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}.contact-left{display:flex;flex-direction:column;gap:3rem}.contact-card{border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:1.8rem}.contact-card h2{font-family:var(--font-display);font-weight:800;font-size:1.3rem;margin-bottom:.8rem}.contact-card p{color:#000000bf;margin-bottom:1.2rem}.contact-card--map{display:flex;flex-direction:column}.contact-map{flex:1;min-height:320px;border-radius:10px;overflow:hidden}.contact-map iframe{display:block}.form-field{margin-bottom:1rem}.form-field label{display:block;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.4rem;color:#0009}.form-field input,.form-field textarea{width:100%;background:transparent;border:1.5px solid rgba(0,0,0,.3);border-radius:10px;color:var(--white);font:inherit;padding:.7em 1em}.form-field textarea{min-height:120px;resize:vertical}.pdp-pin-wrap{position:relative}.pdp-page{height:calc(100vh - var(--ticker-h) - var(--nav-h));max-width:1400px;margin:0 auto;padding:1.5rem var(--gutter);box-sizing:border-box}.pdp__slider{display:none}.pdp{height:100%;display:grid;grid-template-columns:1fr 1fr .9fr;gap:clamp(1.5rem,3.5vw,3rem);align-items:stretch}.pdp__static,.pdp__static .pdp__photo{height:100%}.pdp__gallery{height:100%;overflow:hidden;display:flex;flex-direction:column;gap:1.5rem}.pdp__photo{width:100%;height:auto;border-radius:14px;object-fit:cover;background:#0000000a}.pdp__buybox{height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}.pdp__buybox::-webkit-scrollbar{width:6px}.pdp__buybox::-webkit-scrollbar-thumb{background:#00000040;border-radius:999px}.pdp__buybox::-webkit-scrollbar-track{background:transparent}.pdp__tone{display:inline-block;font-size:.72rem;letter-spacing:.18em;padding:.4em 1em;border-radius:999px;border:1.5px solid rgba(0,0,0,.3);margin-bottom:.8rem;font-family:var(--font-display);font-weight:700}.pdp__title{font-family:var(--font-display);font-weight:900;font-style:italic;text-transform:uppercase;font-size:clamp(1.8rem,3.2vw,2.6rem);line-height:1;letter-spacing:-.02em;margin-bottom:.8rem}.pdp__price{font-family:var(--font-display);font-weight:800;font-size:1.7rem;margin-bottom:.4rem;font-variant-numeric:tabular-nums}.price-strike{text-decoration:line-through;opacity:.5;font-weight:500;font-size:.72em;margin-right:.3em}.pdp__price-note{color:#0009;margin-bottom:.75rem}.pdp__spec{font-size:.72rem;letter-spacing:.18em;color:#0000008c;margin-bottom:1rem}.pdp__pair{margin-bottom:1.25rem;padding:1rem;border:1px solid rgba(0,0,0,.12);border-radius:14px}.pdp__pair-label{font-family:var(--font-display);font-weight:800;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#0000008c;margin-bottom:.9rem}.pdp__pair-swatches{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.pdp__swatch{display:inline-flex;align-items:center;gap:.5rem;padding:.4em .9em .4em .4em;border-radius:999px;border:1.5px solid rgba(0,0,0,.15);background:none;cursor:pointer;font-family:var(--font-body);font-size:.85rem;font-weight:600;color:var(--white);transition:border-color .2s ease,background-color .2s ease}.pdp__swatch-dot{width:20px;height:20px;border-radius:50%;background:var(--tone, rgba(0, 0, 0, .2));flex-shrink:0}.pdp__swatch-thumb{width:20px;height:20px;border-radius:50%;background-size:cover;background-position:center;flex-shrink:0}.pdp__swatch:hover{border-color:#00000059}.pdp__swatch.is-active{border-color:var(--orange);background:#e962131a}.pdp__pair-summary{font-family:var(--font-display);font-weight:800;font-size:.9rem}.pdp__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.pdp__actions .btn{flex:1;min-width:140px;text-align:center}.pdp__error{color:#b3261e;font-size:.85rem;margin-top:-.5rem;margin-bottom:1rem}.pdp__pack4{display:block;width:100%;text-align:center;margin-bottom:1.5rem}.pdp__tab-heads{display:flex;flex-wrap:nowrap;gap:1.1rem;border-bottom:1px solid rgba(0,0,0,.12);margin-bottom:1rem;overflow-x:auto;scrollbar-width:none}.pdp__tab-heads::-webkit-scrollbar{display:none}.pdp__tab-head{background:none;border:none;padding:0 0 .8rem;cursor:pointer;white-space:nowrap;flex:none;font-family:var(--font-display);font-weight:800;font-size:.85rem;color:#00000073;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s ease,border-color .2s ease}.pdp__tab-head.is-active{color:var(--white);border-bottom-color:var(--orange)}.pdp__tab-panel{display:none;color:#000000bf;max-width:48ch}.pdp__tab-panel.is-active{display:block}.pdp__tab-panel p{margin:0 0 .9em;line-height:1.5}.pdp__tab-panel h4{font-family:var(--font-display);font-weight:800;font-size:.85rem;letter-spacing:.03em;text-transform:uppercase;margin:1.2em 0 .4em;color:var(--white)}.pdp__tab-panel h4:first-child{margin-top:0}.pdp__tab-panel a{color:inherit;text-decoration:underline}.pdp__tab-panel hr{border:none;border-top:1px solid rgba(0,0,0,.12);margin:1.2em 0}.pdp__tab-panel .pdp__legal-note{font-size:.78rem;opacity:.65;margin-top:.4em}.pd2__switcher{position:sticky;top:var(--nav-h);z-index:30;display:flex;gap:.8rem;align-items:center;padding:1rem var(--gutter);background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08);margin:0 calc(var(--gutter) * -1) clamp(3rem,7vw,5rem)}.section--light .pd2__switcher{background:#f5f1eae0;border-bottom-color:#1714101a}.pd2__switcher-label{font-family:var(--font-display);font-weight:800;font-size:.68rem;letter-spacing:.2em;color:#00000080;margin-right:.4rem}.section--light .pd2__switcher-label{color:#17141080}.pd2__swatch{width:34px;height:34px;border-radius:50%;border:2px solid transparent;padding:0;background:var(--tone);cursor:pointer;transition:transform .2s ease,border-color .2s ease}.pd2__swatch:hover{transform:scale(1.12)}.pd2__swatch.is-active{border-color:var(--white)}.section--light .pd2__swatch.is-active{border-color:var(--cream-ink)}.pdp-more{padding:clamp(3rem,7vw,5rem) var(--gutter) 2rem;max-width:1400px;margin:0 auto}.checkout-box{border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:2rem;max-width:560px}.checkout-box ul{list-style:none;margin-bottom:1.5rem}.checkout-box li{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(0,0,0,.1);font-family:var(--font-display);font-weight:800;font-variant-numeric:tabular-nums}.checkout-box .total{border-bottom:none;color:var(--orange)}.checkout-note{color:#0009;font-size:.9rem;margin-top:1.2rem;max-width:45ch}.wa-float{position:fixed;right:1.2rem;bottom:1.2rem;z-index:60;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:var(--black);color:var(--white);border:1px solid rgba(0,0,0,.35);transition:background-color .25s ease,color .25s ease,transform .25s ease}.wa-float:hover{background:var(--orange);color:var(--black);transform:translateY(-3px)}.wa-float svg{width:27px;height:27px}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.box-grid{grid-template-columns:repeat(2,1fr)}.box-grid>*{margin-top:0!important}.details__list{grid-template-columns:repeat(2,1fr)}.mood__accordion{height:clamp(320px,58vh,520px)}}@media(max-width:760px){.pdp-page{height:auto}.pdp{height:auto;grid-template-columns:1fr;gap:2rem}.pdp__static,.pdp__gallery,.pdp__buybox{height:auto;overflow:visible}.pdp__static .pdp__photo{height:auto}.pdp__slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:.75rem}.pdp__slider::-webkit-scrollbar{display:none}.pdp__slider .pdp__photo{flex:0 0 100%;width:100%;scroll-snap-align:center;height:70vh;max-height:520px;object-fit:cover;border-radius:14px}.pdp__slider-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.pdp__slider-dot{width:6px;height:6px;border-radius:50%;background:#0003;transition:width .2s ease,border-radius .2s ease}.pdp__slider-dot.is-active{background:var(--orange);width:18px;border-radius:3px}}@media(max-width:640px){.hero{min-height:88vh}.hero__media{top:0;right:0;bottom:0;left:0}.hero__media:after{background:linear-gradient(180deg,transparent 35%,var(--black) 92%)}.hero__chip{position:relative;top:auto;right:auto;bottom:auto;display:inline-flex;margin:calc(var(--nav-h) + var(--ticker-h) + 1.5rem) 0 0 var(--gutter);font-size:.7rem;padding:.5em .9em .5em .6em}.hero__type{max-width:90vw;padding:2vh var(--gutter) 0}.hero__line{font-size:12vw;white-space:normal}.hero__line--1,.hero__line--2,.hero__line--3{margin-left:0;transform:none}.hero__foot{padding-right:var(--gutter);padding-left:var(--gutter);margin-top:3vh;margin-left:0}.intro{flex-direction:column;align-items:flex-start}.community__grid{grid-template-columns:repeat(2,1fr)}.format__pin{height:auto;display:block}.format__track{display:block;width:auto}.panel{width:auto;height:auto;grid-template-columns:1fr;padding:3.5rem var(--gutter)}.panel__step{padding-top:0}.panel__media{width:70%;margin:0}.footer{padding-bottom:5.5rem}}@media(hover:none){.mood__accordion{flex-direction:column;height:auto;gap:0;background:none}.mood__panel{flex:none;width:100%;height:240px;border-radius:0}.mood__panel.is-active,.mood__panel:hover,.mood__panel:focus-within{flex-grow:0}.mood__bg{opacity:1;filter:saturate(1) brightness(1)}.mood__collapsed{display:none}.mood__content{position:absolute;inset:auto 1.25rem 1.25rem 1.25rem;opacity:1;transform:none}.mood__k,.mood__v,.mood__scentname,.mood__notes{white-space:normal}.mood__v{font-size:1.5rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker__track,.marquee__track,.hero__scroll svg{animation:none}*,*:before,*:after{transition-duration:.01ms!important}.manifesto__text .w{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
