*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);color-scheme:dark}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.locked{overflow:hidden}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,a{color:inherit}a{text-decoration:none}button{border:0}::selection{background:var(--gold);color:#090807}:focus-visible{outline:1px solid var(--gold-soft);outline-offset:4px}.page-width{width:min(calc(100% - 64px),var(--page-width));margin-inline:auto}.section-padding{padding:clamp(110px,10vw,180px) 0}.main-content{min-height:50vh}.skip-link{position:fixed;z-index:1000;left:24px;top:-120px;background:#fff;color:#000;padding:12px 18px;transition:top .2s}.skip-link:focus{top:24px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.rte{color:#c8c2ba}.rte a{text-decoration:underline;text-underline-offset:3px}.rte p:first-child{margin-top:0}.micro-label,.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.27em;font-size:9px;font-weight:600;color:var(--gold)}.section-number{display:block;font-family:var(--heading);font-size:15px;color:var(--muted);margin-bottom:18px}.signature-line{font-family:var(--heading);letter-spacing:.18em;font-size:13px;color:var(--gold)}.text-link{display:inline-block;margin-top:25px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;border-bottom:1px solid rgba(198,160,109,.45);padding-bottom:6px;transition:border-color .25s,color .25s}.text-link:hover{color:var(--gold-soft);border-color:var(--gold-soft)}.button{min-height:56px;padding:0 30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;text-transform:uppercase;letter-spacing:.17em;font-size:9px;font-weight:650;cursor:pointer;transition:background .3s,color .3s,border-color .3s,transform .3s}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.48;cursor:not-allowed;transform:none}.button--gold{background:var(--gold);color:#090807;border-color:var(--gold)}.button--gold:hover{background:var(--gold-soft);border-color:var(--gold-soft)}.button--line,.button--glass{background:#07070714;border-color:#f2eee773;color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.button--line:hover,.button--glass:hover{background:var(--text);border-color:var(--text);color:#090807}.button--full{width:100%}.icon-button{-webkit-appearance:none;appearance:none;background:transparent;padding:8px;cursor:pointer}.close-button{font-size:28px;font-weight:200;line-height:1}.announcement{height:30px;background:var(--gold);color:#0a0908;display:flex;align-items:center;position:relative;z-index:60}.announcement__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;font-size:8px;font-weight:700;letter-spacing:.25em;white-space:nowrap}.announcement__brand{justify-self:start}.announcement__message{justify-self:center}.announcement__inner a{justify-self:end;border-bottom:1px solid rgba(0,0,0,.45);padding-bottom:2px}.site-header{position:sticky;top:0;z-index:50;background:#070707a3;-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%);border-bottom:1px solid rgba(255,255,255,.07);transition:background .35s,border-color .35s}.site-header.is-scrolled{background:#070707f0;border-color:var(--line)}.site-header__inner{height:80px;display:grid;grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr);align-items:center;position:relative}.brand{grid-column:2;display:flex;align-items:center;justify-content:center;color:var(--text)}.brand img{width:220px;max-height:48px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:30px}.desktop-nav--left{grid-column:1;grid-row:1;justify-self:start}.desktop-nav--right{grid-column:3;grid-row:1;justify-self:end;margin-right:154px}.desktop-nav a,.header-action{position:relative;text-transform:uppercase;letter-spacing:.18em;font-size:8px;white-space:nowrap}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--gold);transition:right .3s ease}.desktop-nav a:hover:after{right:0}.header-actions{grid-column:3;grid-row:1;justify-self:end;display:flex;align-items:center;gap:12px}.header-action{padding:10px 4px}.cart-button span{display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;margin-left:5px;border:1px solid rgba(198,160,109,.65);border-radius:50%;color:var(--gold);font-size:7px;letter-spacing:0}.menu-toggle{display:none;width:40px;padding:8px 0}.menu-toggle span{display:block;width:24px;height:1px;background:var(--text);margin:6px 0}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;z-index:1000;background-color:#090909;opacity:1;padding-top:max(28px,env(safe-area-inset-top,0px));padding-right:max(28px,5vw);padding-bottom:max(28px,env(safe-area-inset-bottom,0px));padding-left:max(28px,5vw);display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;transform:translate3d(-101%,0,0);visibility:hidden;pointer-events:none;transition:transform .6s cubic-bezier(.76,0,.24,1),visibility 0s linear .6s;isolation:isolate}.mobile-menu.is-open{transform:translateZ(0);visibility:visible;pointer-events:auto;transition-delay:0s}.mobile-menu__top{display:flex;justify-content:space-between;align-items:center;flex:0 0 auto}.mobile-menu__top img{width:200px}.mobile-menu nav{display:flex;flex-direction:column;margin-top:11vh;border-top:1px solid var(--line);flex:0 0 auto}.mobile-menu nav a{font-family:var(--heading);font-size:clamp(38px,8vw,72px);line-height:1.05;padding:16px 0;border-bottom:1px solid var(--line);display:flex;align-items:baseline;gap:24px}.mobile-menu nav a span{font-family:var(--body);font-size:8px;letter-spacing:.18em;color:var(--gold);min-width:24px}.mobile-menu__footer{position:static;margin-top:auto;padding-top:28px;color:var(--muted);font-size:11px;letter-spacing:.12em;text-transform:uppercase;flex:0 0 auto}.hero-lp{position:relative;min-height:calc(100svh - 110px);display:flex;align-items:center;overflow:hidden;background:#090909}.hero-lp__media,.hero-lp__media img,.hero-lp__veil,.hero-lp__grain{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-lp__media img{object-fit:cover;object-position:center}.hero-lp__veil{background:linear-gradient(90deg,#05050594,#0505052e 49%,#05050505 75%),linear-gradient(0deg,rgba(0,0,0,.48),transparent 40%)}.hero-lp__grain{pointer-events:none;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.hero-lp__content{position:relative;z-index:2;width:100%}.hero-lp__copy{max-width:760px;padding:8vh 0 12vh}.hero-lp h1{font-family:var(--heading);font-weight:400;font-size:clamp(64px,7.7vw,132px);line-height:.84;letter-spacing:-.045em;margin:25px 0 30px;max-width:720px}.hero-lp__sub{max-width:490px;font-size:14px;line-height:1.7;letter-spacing:.055em;color:#d3cdc4;margin:0 0 42px}.hero-lp__actions{display:flex;gap:10px}.hero-lp__foot{position:absolute;z-index:2;left:0;right:0;bottom:26px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:.23em;color:#aaa39a;text-transform:uppercase}.manifesto{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.manifesto__grid{display:grid;grid-template-columns:.36fr 1.64fr;gap:7vw}.manifesto__index{padding-top:12px}.manifesto__statement h2{font-family:var(--heading);font-weight:400;font-size:clamp(50px,6.3vw,104px);line-height:.98;letter-spacing:-.035em;margin:0;max-width:1200px}.manifesto__lower{display:grid;grid-template-columns:minmax(280px,600px) auto;align-items:end;justify-content:space-between;gap:50px;margin-top:60px;padding-top:28px;border-top:1px solid var(--line)}.manifesto__lower p{margin:0;color:#bbb5ad;font-size:15px;max-width:620px}.signature-product{background:var(--surface)}.signature-product__intro{display:grid;grid-template-columns:.38fr 1.62fr;gap:7vw;align-items:end;margin-bottom:80px}.signature-product__intro h2{font-family:var(--heading);font-size:clamp(52px,6.4vw,104px);font-weight:400;letter-spacing:-.035em;line-height:.93;margin:0 0 26px;max-width:1040px}.signature-product__intro>div:last-child>p{max-width:610px;margin:0;color:#bdb7af;font-size:16px}.signature-product__visuals{display:grid;grid-template-columns:1fr 1fr;gap:12px}.signature-product__figure{margin:0;background:#111;overflow:hidden;position:relative;min-height:760px}.signature-product__figure img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}.signature-product__figure--front img{object-position:center 42%}.signature-product__figure--back img{object-position:center}.signature-product__figure:hover img{transform:scale(1.018)}.signature-product__figure figcaption{pointer-events:none;position:absolute;left:24px;right:24px;bottom:20px;display:flex;justify-content:space-between;color:#d8d1c7;font-size:8px;letter-spacing:.22em;text-transform:uppercase}.signature-product__purchase{display:grid;grid-template-columns:1.38fr .62fr;gap:10vw;margin-top:50px;align-items:start}.signature-product__features{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.signature-product__features div{display:grid;grid-template-columns:42px 1fr;gap:18px;padding:20px 18px 20px 0;border-bottom:1px solid var(--line)}.signature-product__features div:nth-child(odd){border-right:1px solid var(--line)}.signature-product__features div:nth-child(2n){padding-left:24px}.signature-product__features span{font-size:8px;color:var(--gold);letter-spacing:.16em}.signature-product__features p{margin:0;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.signature-product__action{max-width:430px;justify-self:end;width:100%}.price{display:flex;align-items:center;gap:12px;margin:0 0 24px;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.price__current{color:var(--gold-soft)}.price__compare{text-decoration:line-through;color:var(--muted)}.product-form label,.product-form legend{display:block;font-size:8px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:8px}.product-form select,.contact-form input,.contact-form textarea{width:100%;min-height:52px;background:#0a0a0a;border:1px solid var(--line);border-radius:0;color:var(--text);padding:0 16px;margin:0 0 12px}.product-form select option{background:#fff;color:#000}.craft{background:var(--bg)}.craft__header{display:grid;grid-template-columns:.38fr 1.62fr;gap:7vw;align-items:end;margin-bottom:74px}.craft__header h2{font-family:var(--heading);font-size:clamp(48px,6vw,96px);line-height:.98;font-weight:400;letter-spacing:-.035em;margin:0;max-width:900px}.craft__layout{display:grid;grid-template-columns:1.25fr .75fr;gap:14px;align-items:start}.craft-focus{margin:0}.craft-focus__media{height:660px;background:#111;overflow:hidden}.craft-focus--wide .craft-focus__media{height:860px}.craft-focus__media img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.craft-focus:hover .craft-focus__media img{transform:scale(1.02)}.craft-focus__copy{display:grid;grid-template-columns:40px 1fr;column-gap:22px;padding:24px 0 0;border-top:1px solid var(--line);margin-top:14px}.craft-focus__copy span{font-size:8px;color:var(--gold);letter-spacing:.18em}.craft-focus__copy h3{font-family:var(--heading);font-size:32px;font-weight:400;margin:0 0 10px;line-height:1}.craft-focus__copy p{grid-column:2;margin:0;color:var(--muted);max-width:530px;font-size:13px}.drop-access{background:var(--surface-secondary)}.drop-access__grid{display:grid;grid-template-columns:1.12fr .88fr;min-height:760px}.drop-access__media{overflow:hidden;background:#0a0a0a}.drop-access__media img{width:100%;height:100%;object-fit:cover}.drop-access__content{border:1px solid var(--line);border-left:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(50px,7vw,120px)}.drop-access__monogram{width:72px;margin-bottom:42px;color:var(--gold)}.drop-access__content h2{font-family:var(--heading);font-size:clamp(52px,5.4vw,88px);font-weight:400;line-height:.96;letter-spacing:-.035em;margin:24px 0 30px}.drop-access__content>p{color:#bcb6ae;max-width:530px;margin:0 0 42px}.access-form,.newsletter-form{display:grid;grid-template-columns:1fr auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}.access-form input,.newsletter-form input{background:transparent;border:0;color:var(--text);min-height:62px;padding:0 8px;font-size:10px;letter-spacing:.12em;min-width:0}.access-form button,.newsletter-form button{background:transparent;color:var(--gold-soft);padding:0 8px 0 24px;text-transform:uppercase;letter-spacing:.15em;font-size:8px;cursor:pointer}.form-success,.form-error{grid-column:1/-1;margin:10px 0;color:var(--gold-soft);font-size:11px}.drop-access__content small{display:block;margin-top:18px;color:#827d76;font-size:9px;letter-spacing:.05em}.faq-section{border-top:1px solid var(--line)}.faq-section__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:10vw}.faq-section__intro h2{font-family:var(--heading);font-weight:400;font-size:clamp(48px,5.4vw,84px);line-height:.98;letter-spacing:-.035em;margin:24px 0 28px}.faq-section__intro>p:last-child{color:var(--muted);max-width:420px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0;cursor:pointer;font-family:var(--heading);font-size:26px;line-height:1.2}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary i{font-family:var(--body);font-size:18px;font-style:normal;font-weight:200;transition:transform .3s;color:var(--gold)}.faq-list details[open] summary i{transform:rotate(45deg)}.faq-list details>div{padding:0 70px 28px 0;color:var(--muted);max-width:780px}.faq-list details>div p{margin:0}.newsletter-strip{padding:82px 0;border-top:1px solid var(--line);background:#090909}.newsletter-strip__grid{display:grid;grid-template-columns:1fr .8fr;gap:8vw;align-items:end}.newsletter-strip h2{font-family:var(--heading);font-size:clamp(42px,4.4vw,70px);font-weight:400;line-height:1;margin:18px 0 0}.site-footer{background:#050505;border-top:1px solid var(--line);padding:100px 0 28px}.site-footer__top{display:grid;grid-template-columns:.75fr 1.25fr;gap:10vw;padding-bottom:100px}.site-footer__brand img{width:min(430px,100%);color:var(--text)}.site-footer__brand p{color:var(--muted);max-width:360px;margin:28px 0 0}.site-footer__columns{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.site-footer__columns h3{font-size:8px;letter-spacing:.2em;color:var(--gold);margin:0 0 24px;font-weight:600}.site-footer__columns a{display:block;color:#aaa49c;font-size:11px;margin:0 0 12px;transition:color .25s}.site-footer__columns a:hover{color:var(--text)}.site-footer__bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;color:#6f6b66;font-size:8px;letter-spacing:.17em;text-transform:uppercase}.site-footer__bottom a{color:inherit}.product-main{padding-top:70px}.product-main__grid{display:grid;grid-template-columns:minmax(0,1.34fr) minmax(360px,.66fr);gap:5vw;align-items:start}.product-main__media{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-media{background:#101010;min-height:500px;overflow:hidden}.product-media img,.product-media video{width:100%;height:100%;object-fit:cover}.product-main__info{min-width:0}.product-main__sticky{position:sticky;top:135px;padding:24px 0 70px}.product-main h1{font-family:var(--heading);font-size:clamp(48px,4.4vw,78px);line-height:.96;font-weight:400;letter-spacing:-.03em;margin:20px 0 24px}.product-main .rte{font-size:14px;margin:30px 0}.variant-options{border:0;padding:0;margin:28px 0}.variant-options label{display:inline-block;cursor:pointer;margin:0 7px 7px 0}.variant-options input{position:absolute;opacity:0;pointer-events:none}.variant-options label span{min-width:52px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);font-size:10px;transition:.25s}.variant-options input:checked+span{border-color:var(--gold);color:var(--gold-soft);background:#c6a06d12}.quantity{display:grid;grid-template-columns:48px 1fr 48px;border:1px solid var(--line);height:50px;margin-bottom:10px}.quantity button,.quantity input{background:transparent;border:0;color:var(--text);text-align:center}.quantity input{-moz-appearance:textfield}.quantity input::-webkit-outer-spin-button,.quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-notes{margin-top:34px;border-top:1px solid var(--line)}.product-notes details{border-bottom:1px solid var(--line)}.product-notes summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;font-size:9px;letter-spacing:.16em;text-transform:uppercase}.product-notes summary::-webkit-details-marker{display:none}.product-notes summary span{transition:transform .3s;color:var(--gold)}.product-notes details[open] summary span{transform:rotate(45deg)}.product-notes details p{color:var(--muted);font-size:13px;margin:0;padding:0 0 22px}.collection-main,.cart-main,.search-page,.page-main,.contact-page,.blog-main,.article-main,.list-collections{padding-top:120px}.collection-head{position:relative;border-bottom:1px solid var(--line);padding-bottom:55px;margin-bottom:65px}.collection-head h1,.page-main h1,.contact-page h1,.search-page h1,.blog-main h1,.list-collections h1{font-family:var(--heading);font-size:clamp(58px,7vw,112px);font-weight:400;line-height:.9;letter-spacing:-.04em;margin:22px 0}.collection-head>span{position:absolute;right:0;bottom:58px;font-size:8px;letter-spacing:.2em;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 12px}.product-card__media{display:block;position:relative;aspect-ratio:4/5;background:#111;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.product-card__media:hover img{transform:scale(1.02)}.product-card__media>span{position:absolute;left:18px;bottom:16px;font-size:8px;letter-spacing:.16em;opacity:0;transform:translateY(8px);transition:.35s}.product-card__media:hover>span{opacity:1;transform:none}.product-card__info{display:flex;justify-content:space-between;gap:20px;padding:15px 2px}.product-card__info h3{font-family:var(--heading);font-weight:400;font-size:22px;margin:0 0 3px}.product-card__info p,.product-card__info>span{font-size:8px;letter-spacing:.15em;color:var(--muted);margin:0;text-transform:uppercase}.pagination{text-align:center;margin-top:70px}.cart-lines{border-top:1px solid var(--line)}.cart-line{display:grid;grid-template-columns:150px 1fr auto;gap:30px;padding:22px 0;border-bottom:1px solid var(--line);align-items:center}.cart-line>a img{width:150px;height:190px;object-fit:cover;background:#111}.cart-line h2{font-family:var(--heading);font-weight:400;font-size:27px;margin:0 0 8px}.cart-line p,.cart-line a{font-size:10px;color:var(--muted)}.cart-line input{width:70px;background:transparent;border:1px solid var(--line);color:var(--text);padding:8px}.cart-summary{width:min(500px,100%);margin:55px 0 0 auto;border-top:1px solid var(--line);padding-top:24px}.cart-summary>p{display:flex;justify-content:space-between;letter-spacing:.12em;font-size:11px}.cart-summary small{display:block;color:var(--muted);margin:0 0 25px}.empty-state{padding:90px 0;text-align:center}.empty-state p{font-family:var(--heading);font-size:38px}.search-page__form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--line);margin-bottom:70px}.search-page__form input{background:transparent;border:0;color:var(--text);font-family:var(--heading);font-size:54px;padding:20px 0;min-width:0}.page-main__content{max-width:900px;margin:0 auto}.page-main .rte{font-size:16px}.contact-page__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:10vw}.contact-form textarea{min-height:180px;padding-top:16px}.contact-form button{margin-top:10px}.size-guide table{width:100%;border-collapse:collapse}.size-guide th,.size-guide td{border-bottom:1px solid var(--line);padding:16px;text-align:left}.size-guide th{color:var(--gold);font-size:9px;letter-spacing:.16em}.about-story__hero{height:76vh;position:relative;overflow:hidden}.about-story__hero img{width:100%;height:100%;object-fit:cover}.about-story__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent)}.about-story__hero h1{position:absolute;z-index:2;left:5vw;bottom:7vw;font-family:var(--heading);font-size:clamp(65px,9vw,140px);font-weight:400;line-height:.85;margin:0}.about-story__columns{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.journal-card img{width:100%;aspect-ratio:4/5;object-fit:cover}.journal-card h2{font-family:var(--heading);font-weight:400}.article-main__content{max-width:820px;margin:auto}.article-main__content h1{font-family:var(--heading);font-size:70px;font-weight:400;line-height:1}.main-404{text-align:center;min-height:70vh;display:flex;align-items:center}.main-404 h1{font-family:var(--heading);font-size:clamp(100px,20vw,300px);font-weight:400;margin:0;line-height:.7;color:var(--gold)}.editorial,.fit-details{border-top:1px solid var(--line)}.editorial__top{display:flex;justify-content:space-between;margin-bottom:50px}.editorial__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.editorial__grid figure{margin:0;position:relative;overflow:hidden;background:#111}.editorial__grid img{width:100%;height:100%;object-fit:cover}.editorial__wide{grid-column:1/-1;aspect-ratio:16/8}.editorial__grid figure:not(.editorial__wide){aspect-ratio:4/5}.editorial__grid figcaption{position:absolute;left:20px;bottom:16px;font-size:8px;letter-spacing:.18em}.fit-details__grid{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.fit-details__media{height:760px}.fit-details__media img{width:100%;height:100%;object-fit:cover}.fit-details h2{font-family:var(--heading);font-size:68px;font-weight:400;line-height:1}.fit-details__rows{border-top:1px solid var(--line)}.fit-details__rows>div{display:grid;grid-template-columns:110px 1fr;border-bottom:1px solid var(--line);padding:20px 0}.fit-details__rows span{color:var(--gold);font-size:8px;letter-spacing:.16em}.fit-details__rows p{margin:0;color:var(--muted)}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden;pointer-events:none}.drawer.is-open{visibility:visible;pointer-events:auto}.drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#000000a8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .35s}.drawer.is-open .drawer__backdrop{opacity:1}.drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(520px,100%);background:#0b0b0b;border-left:1px solid var(--line);transform:translate(102%);transition:transform .55s cubic-bezier(.76,0,.24,1);display:flex;flex-direction:column}.drawer.is-open .drawer__panel{transform:none}.drawer__head{padding:28px 30px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:start}.drawer__head h2{font-family:var(--heading);font-size:36px;font-weight:400;margin:8px 0 0}.drawer__content{padding:0 30px 30px;overflow:auto;flex:1}.drawer__loading{padding:40px 0;color:var(--muted)}.drawer-item{display:grid;grid-template-columns:92px 1fr auto;gap:18px;padding:22px 0;border-bottom:1px solid var(--line);align-items:start}.drawer-item img{width:92px;height:118px;object-fit:cover;background:#151515}.drawer-item h3{font-family:var(--heading);font-size:21px;font-weight:400;margin:2px 0 5px}.drawer-item p{font-size:9px;color:var(--muted);margin:3px 0;letter-spacing:.08em}.drawer-item__qty{display:flex;align-items:center;gap:10px;margin-top:12px}.drawer-item__qty button{background:transparent;color:var(--text);border:1px solid var(--line);width:27px;height:27px;cursor:pointer}.drawer-item__remove{display:inline-block;margin-top:10px;font-size:8px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);cursor:pointer;background:transparent;padding:0}.drawer-total{padding-top:28px}.drawer-total>p{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.13em;margin:0 0 20px}.drawer-total .button{margin-top:8px}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:310;visibility:hidden;pointer-events:none}.search-overlay.is-open{visibility:visible;pointer-events:auto}.search-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .35s}.search-overlay.is-open .search-overlay__backdrop{opacity:1}.search-overlay__inner{position:absolute;left:0;right:0;top:0;background:#0a0a0a;padding:80px max(32px,7vw);transform:translateY(-102%);transition:transform .55s cubic-bezier(.76,0,.24,1);border-bottom:1px solid var(--line)}.search-overlay.is-open .search-overlay__inner{transform:none}.search-overlay__close{position:absolute;right:max(24px,4vw);top:26px}.search-overlay__inner h2{font-family:var(--heading);font-size:clamp(52px,7vw,100px);font-weight:400;line-height:.9;margin:24px 0 45px}.search-overlay__inner form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--line)}.search-overlay__inner input{background:transparent;border:0;color:var(--text);font-family:var(--heading);font-size:clamp(30px,4vw,56px);min-width:0;padding:15px 0}.search-overlay__inner .button{align-self:end;margin-bottom:10px}.page-transition{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--gold);z-index:500;display:flex;align-items:center;justify-content:center;color:#090807;transform:translateY(-101%);pointer-events:none;transition:transform .5s cubic-bezier(.76,0,.24,1)}.page-transition span{font-family:var(--heading);font-size:clamp(28px,6vw,76px);letter-spacing:.16em}.has-page-transition.is-leaving .page-transition{transform:translateY(0)}.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .9s ease,transform .9s ease}.js [data-reveal].is-visible{opacity:1;transform:none}.password-main{min-height:100svh;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.password-main__media,.password-main__media img,.password-main__veil{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.password-main__media img{object-fit:cover}.password-main__veil{background:#000000ab}.password-main__content{position:relative;z-index:2;width:min(720px,calc(100% - 36px))}.password-main__content>img{width:360px;margin:0 auto 44px}.password-main h1{font-family:var(--heading);font-size:clamp(54px,8vw,96px);font-weight:400;line-height:.95;margin:0}.password-entry{margin-top:35px}.password-entry summary{font-size:8px;letter-spacing:.2em;cursor:pointer}.password-entry form{display:flex;justify-content:center;margin-top:15px}.password-entry input,.password-entry button{padding:11px;background:#00000080;color:#fff;border:1px solid var(--line)}.product-zoom-trigger{display:block;width:100%;height:100%;margin:0;padding:0;border:0;background:transparent;color:inherit;cursor:zoom-in;overflow:hidden;text-align:inherit}.product-zoom-trigger:focus-visible{outline:1px solid var(--gold);outline-offset:-4px}.product-zoom-trigger img{display:block;width:100%;height:100%}.signature-product__figure .product-zoom-trigger,.product-media .product-zoom-trigger{position:absolute;top:0;right:0;bottom:0;left:0}.product-media{position:relative}.craft-focus--monogram .craft-focus__media img{filter:contrast(1.025);image-rendering:auto}.craft-focus--monogram:hover .craft-focus__media img{transform:none}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;display:grid;place-items:center;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}.product-lightbox.is-open{visibility:visible;opacity:1;pointer-events:auto}.product-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#020202f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-lightbox__panel{position:relative;z-index:1;width:100%;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:max(18px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}.product-lightbox__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;z-index:3}.product-lightbox__brand{font-family:var(--heading);font-size:18px;letter-spacing:.14em;color:#eee8df}.product-lightbox__controls{display:flex;align-items:center;gap:7px}.product-lightbox__button{width:44px;height:44px;border:1px solid rgba(214,196,162,.34);background:#090909c2;color:#f4eee6;display:grid;place-items:center;font-size:21px;line-height:1;cursor:pointer;transition:border-color .2s,background .2s,opacity .2s}.product-lightbox__button:hover,.product-lightbox__button:focus-visible{border-color:var(--gold);background:#15120e;outline:none}.product-lightbox__button:disabled{opacity:.35;cursor:default}.product-lightbox__button[data-product-zoom-reset]{width:54px;font-size:9px;letter-spacing:.05em}.product-lightbox__close{margin-left:8px;font-size:26px}.product-lightbox__stage{position:relative;min-width:0;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:none;cursor:zoom-in;-webkit-user-select:none;user-select:none}.product-lightbox__stage.is-zoomed{cursor:grab}.product-lightbox__stage.is-dragging{cursor:grabbing}.product-lightbox__image{display:block;max-width:94vw;max-height:82vh;width:auto;height:auto;object-fit:contain;transform-origin:center center;will-change:transform;transition:transform .18s ease;pointer-events:none;-webkit-user-drag:none}.product-lightbox__stage.is-dragging .product-lightbox__image,.product-lightbox__stage.is-pinching .product-lightbox__image{transition:none}.product-lightbox__hint{margin:8px 0 0;text-align:center;color:#9f998f;font-size:8px;letter-spacing:.17em;text-transform:uppercase}@media(max-width:749px){.product-lightbox__panel{padding:14px 12px max(14px,env(safe-area-inset-bottom))}.product-lightbox__brand{font-size:14px}.product-lightbox__button{width:42px;height:42px}.product-lightbox__image{max-width:96vw;max-height:78vh}.product-lightbox__hint{font-size:7px;letter-spacing:.12em}}@media(max-width:1180px){.desktop-nav{gap:18px}.desktop-nav--right{display:none}.site-header__inner{grid-template-columns:1fr auto 1fr}.menu-toggle{display:block;grid-column:1;grid-row:1;justify-self:start}.desktop-nav--left,.header-actions .header-action:first-child{display:none}.signature-product__figure{min-height:620px}.craft-focus__media{height:560px}.craft-focus--wide .craft-focus__media{height:720px}.product-main__grid{grid-template-columns:1fr}.product-main__sticky{position:static;max-width:720px;margin:auto}.product-main__media{grid-template-columns:1fr 1fr}.site-footer__top{grid-template-columns:1fr;gap:70px}.site-footer__columns{max-width:900px}}@media(max-width:749px){.page-width{width:min(calc(100% - 30px),var(--page-width))}.section-padding{padding:88px 0}.announcement{height:28px}.announcement__inner{grid-template-columns:auto minmax(0,1fr);gap:12px;font-size:7px;letter-spacing:.14em}.announcement__brand{justify-self:start}.announcement__message{justify-self:end;max-width:100%;overflow:hidden;text-overflow:ellipsis}.announcement__inner a{display:none}.site-header__inner{height:66px}.brand img{width:170px}.header-action{font-size:0}.cart-button:before{content:"BAG";font-size:8px;letter-spacing:.16em}.cart-button span{font-size:7px}.mobile-menu{padding:24px 20px}.mobile-menu__top img{width:175px}.mobile-menu nav{margin-top:8vh}.mobile-menu nav a{font-size:40px;padding:13px 0}.mobile-menu__footer{padding-bottom:max(0px,env(safe-area-inset-bottom,0px))}.hero-lp{min-height:calc(100svh - 94px);align-items:flex-end}.hero-lp__media img{object-position:center top}.hero-lp__veil{background:linear-gradient(0deg,#030303db,#03030352 47%,#0303030a 74%)}.hero-lp__copy{padding:0 0 15vh}.hero-lp h1{font-size:clamp(54px,16vw,82px);margin:18px 0 22px;max-width:600px}.hero-lp__sub{font-size:12px;margin-bottom:28px;max-width:330px}.hero-lp__actions{flex-direction:column;max-width:370px}.hero-lp__actions .button{width:100%}.hero-lp__foot{bottom:15px;font-size:7px}.hero-lp__foot span:last-child{display:none}.manifesto__grid,.signature-product__intro,.craft__header{grid-template-columns:1fr;gap:35px}.manifesto__statement h2{font-size:52px}.manifesto__lower{grid-template-columns:1fr;gap:34px;margin-top:40px}.signature-product__intro{margin-bottom:50px}.signature-product__intro h2{font-size:55px}.signature-product__visuals{grid-template-columns:1fr;gap:8px}.signature-product__figure{min-height:0;aspect-ratio:4/5}.signature-product__figure--front img{object-position:center 42%}.signature-product__figure--back{aspect-ratio:1/1}.signature-product__purchase{grid-template-columns:1fr;gap:50px;margin-top:38px}.signature-product__features{grid-template-columns:1fr}.signature-product__features div:nth-child(odd){border-right:0}.signature-product__features div:nth-child(2n){padding-left:0}.signature-product__action{justify-self:start;max-width:none}.craft__header h2{font-size:54px}.craft__layout{grid-template-columns:1fr;gap:65px}.craft-focus__media,.craft-focus--wide .craft-focus__media{height:auto;aspect-ratio:4/5}.craft-focus--wide .craft-focus__media{aspect-ratio:1/1}.craft-focus__copy h3{font-size:28px}.drop-access__grid{grid-template-columns:1fr;min-height:0}.drop-access__media{aspect-ratio:4/3}.drop-access__content{border-left:1px solid var(--line);border-top:0;padding:50px 24px 56px}.drop-access__monogram{width:58px;margin-bottom:30px}.drop-access__content h2{font-size:54px}.access-form,.newsletter-form{grid-template-columns:1fr}.access-form button,.newsletter-form button{height:48px;border-top:1px solid var(--line);padding:0;text-align:left}.faq-section__grid{grid-template-columns:1fr;gap:60px}.faq-section__intro h2{font-size:52px}.faq-list summary{font-size:23px;padding:22px 0}.faq-list details>div{padding-right:30px}.newsletter-strip{padding:65px 0}.newsletter-strip__grid{grid-template-columns:1fr;gap:40px}.newsletter-strip h2{font-size:47px}.site-footer{padding-top:70px}.site-footer__top{padding-bottom:70px}.site-footer__columns{grid-template-columns:1fr 1fr;gap:46px 30px}.site-footer__bottom{display:block;line-height:2.2}.product-main{padding-top:30px}.product-main__media{grid-template-columns:1fr;gap:7px}.product-media{min-height:0;aspect-ratio:4/5}.product-main h1{font-size:52px}.product-main__sticky{padding-top:35px}.product-main .product-form .button{position:sticky;bottom:10px;z-index:10;box-shadow:0 8px 28px #00000080}.collection-main,.cart-main,.search-page,.page-main,.contact-page,.blog-main,.article-main,.list-collections{padding-top:80px}.collection-head h1,.page-main h1,.contact-page h1,.search-page h1,.blog-main h1,.list-collections h1{font-size:58px}.collection-head>span{position:static;display:block;margin-top:18px}.product-grid{grid-template-columns:1fr;gap:45px}.product-card__media>span{opacity:1;transform:none}.cart-line{grid-template-columns:100px 1fr;gap:20px}.cart-line>a img{width:100px;height:130px}.cart-line>strong{grid-column:2}.contact-page__grid,.about-story__columns,.fit-details__grid,.journal-grid,.search-page__form,.search-overlay__inner form{grid-template-columns:1fr}.search-page__form input{font-size:36px}.search-overlay__inner{padding:70px 20px 35px}.search-overlay__inner .button{width:100%;margin-top:15px}.editorial__grid{grid-template-columns:1fr}.editorial__wide{grid-column:auto;aspect-ratio:4/5}.fit-details__media{height:520px}.drawer__head,.drawer__content{padding-left:20px;padding-right:20px}.drawer-item{grid-template-columns:78px 1fr auto;gap:12px}.drawer-item img{width:78px;height:100px}.page-transition{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.js [data-reveal]{opacity:1;transform:none}}body{background:#080808}.main-content{overflow:hidden}.site-header{background:#070707d1;border-bottom-color:#c6a06d2e}.site-header__inner{height:88px}.brand img{width:244px}.desktop-nav a,.header-action{letter-spacing:.24em}.hero-lp{min-height:calc(100svh - 118px);background:#080808;align-items:stretch;border-bottom:1px solid rgba(198,160,109,.22);isolation:isolate}.hero-lp:before{content:"PRIV\c9";position:absolute;z-index:0;left:-.025em;bottom:-.09em;font-family:var(--heading);font-size:clamp(170px,27vw,520px);font-weight:400;line-height:.72;letter-spacing:-.075em;color:transparent;-webkit-text-stroke:1px rgba(198,160,109,.13);pointer-events:none;white-space:nowrap}.hero-lp:after{content:"ATELIER EDITION  /  07";position:absolute;z-index:4;right:3.2vw;top:34px;padding:11px 15px;border:1px solid rgba(198,160,109,.32);font-size:7px;letter-spacing:.24em;color:#b8ad9e;background:#0707078c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-lp__media{top:5.5%;right:3.2%;bottom:7.5%;left:47%;width:auto;height:auto;border:1px solid rgba(255,255,255,.08);box-shadow:0 38px 110px #0000008c;overflow:hidden}.hero-lp__media:before{content:"THE FIRST SIGNATURE";position:absolute;z-index:2;left:20px;right:20px;bottom:17px;padding-top:13px;border-top:1px solid rgba(255,255,255,.25);font-size:7px;letter-spacing:.24em;color:#e5ddd2}.hero-lp__media img{object-position:center;transition:transform 1.8s cubic-bezier(.2,.8,.2,1),filter 1.2s ease;filter:brightness(.88) contrast(1.04)}.hero-lp:hover .hero-lp__media img{transform:scale(1.018);filter:brightness(.94) contrast(1.03)}.hero-lp__veil{z-index:1;background:linear-gradient(90deg,#080808,#080808fa 39%,#08080861 58%,#08080808 78%)}.hero-lp__grain{z-index:3;opacity:.04}.hero-lp__content{display:flex;align-items:center;z-index:3}.hero-lp__copy{max-width:660px;padding:9vh 0 14vh;position:relative}.hero-lp__copy:before{content:"DROP 001";display:block;width:100%;max-width:390px;padding-bottom:15px;margin-bottom:50px;border-bottom:1px solid rgba(198,160,109,.35);font-size:8px;letter-spacing:.26em;color:#918a81;text-align:right}.hero-lp h1{font-size:clamp(75px,8vw,145px);line-height:.79;letter-spacing:-.055em;margin:20px 0 33px;max-width:650px}.hero-lp__sub{max-width:440px;line-height:1.9;color:#aaa39a}.hero-lp__actions{margin-top:2px}.hero-lp__actions .button{min-width:210px}.hero-lp__foot{z-index:5;bottom:19px;padding-top:15px;border-top:1px solid rgba(198,160,109,.24);font-size:7px}.manifesto{position:relative;background:#0b0b0b;border-color:#c6a06d2e}.manifesto:before{content:"HOUSE CODE";position:absolute;top:42px;right:3.5vw;font-size:7px;letter-spacing:.3em;color:#625d56}.manifesto__grid{grid-template-columns:.22fr 1.78fr;gap:5vw}.manifesto__statement h2{font-size:clamp(64px,8.8vw,154px);line-height:.84;letter-spacing:-.055em;max-width:1430px}.manifesto__lower{grid-template-columns:minmax(300px,650px) auto;margin-top:68px;padding-top:32px}.manifesto__lower p{font-size:14px;line-height:1.95;color:#aaa39a}.signature-product{background:#10100f;position:relative}.signature-product:before{content:"SIGNATURE / 001";position:absolute;right:3vw;top:62px;font-size:7px;letter-spacing:.28em;color:#69635c}.signature-product__intro{grid-template-columns:.25fr 1.75fr;gap:5vw;margin-bottom:72px}.signature-product__intro h2{font-size:clamp(64px,7.7vw,132px);line-height:.82;letter-spacing:-.052em}.signature-product__visuals{grid-template-columns:1.38fr .62fr;gap:14px;align-items:start;min-height:850px}.signature-product__figure{min-height:0;border:1px solid rgba(255,255,255,.065);box-shadow:0 30px 90px #00000052}.signature-product__figure--front{height:850px}.signature-product__figure--back{height:610px;margin-top:120px}.signature-product__figure:after{content:"LEVORE PRIV\c9";position:absolute;top:18px;right:18px;writing-mode:vertical-rl;font-size:6px;letter-spacing:.25em;color:#ffffff73;pointer-events:none}.signature-product__figure figcaption{padding-top:12px;border-top:1px solid rgba(255,255,255,.22)}.signature-product__purchase{grid-template-columns:1.5fr .5fr;gap:9vw;margin-top:58px}.signature-product__features div{padding-top:28px;padding-bottom:28px}.signature-product__action{border:1px solid rgba(198,160,109,.3);padding:30px;background:#090909;max-width:390px}.craft{background:#080808}.craft__header{grid-template-columns:.25fr 1.75fr;gap:5vw;margin-bottom:72px}.craft__header h2{font-size:clamp(65px,7.5vw,128px);line-height:.82;letter-spacing:-.05em}.craft__layout{grid-template-columns:1.28fr .72fr;gap:14px;align-items:start}.craft-focus{border:1px solid rgba(255,255,255,.06);background:#10100f}.craft-focus--wide{padding-bottom:0}.craft-focus__media{height:720px}.craft-focus--wide .craft-focus__media{height:940px}.craft-focus__copy{padding:30px 32px 38px;border-top:1px solid var(--line)}.craft-focus__copy h3{font-size:clamp(34px,3.6vw,58px);line-height:.98}.craft-focus__copy p{max-width:520px;color:#999188;line-height:1.85}.drop-access{background:#0d0d0c}.drop-access__grid{grid-template-columns:1.15fr .85fr;min-height:790px;border:1px solid rgba(198,160,109,.27)}.drop-access__media{position:relative;overflow:hidden}.drop-access__media:before{content:"PRIVATE ACCESS";position:absolute;z-index:2;left:32px;top:32px;border:1px solid rgba(198,160,109,.38);padding:11px 15px;font-size:7px;letter-spacing:.25em;color:#d0c3b1;background:#05050594;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.drop-access__media img{filter:brightness(.72) contrast(1.06);transition:transform 1.5s ease}.drop-access:hover .drop-access__media img{transform:scale(1.018)}.drop-access__content{padding:clamp(55px,7vw,110px);border-left-color:#c6a06d45}.drop-access__content h2{font-size:clamp(62px,6.3vw,108px);line-height:.83;letter-spacing:-.05em}.drop-access__content>p{line-height:1.9;color:#aaa39a}.drop-access__monogram{width:76px;margin-bottom:50px}.access-form{margin-top:34px;border-color:#c6a06d52}.faq-section{background:#090909;border-top:1px solid rgba(198,160,109,.16)}.faq-section__intro h2{font-size:clamp(56px,6vw,102px);line-height:.87;letter-spacing:-.045em}.faq-list details{border-color:#c6a06d2e}.faq-list summary{padding:28px 0}.site-footer{border-top:1px solid rgba(198,160,109,.24);background:#070707}.site-footer__brand img{width:470px}.site-footer__bottom{border-top-color:#c6a06d38}@media(max-width:1180px){.hero-lp__media{left:43%}.signature-product__visuals{min-height:680px}.signature-product__figure--front{height:680px}.signature-product__figure--back{height:500px;margin-top:90px}.craft-focus__media{height:560px}.craft-focus--wide .craft-focus__media{height:760px}}@media(max-width:749px){.site-header__inner{height:68px}.brand img{width:176px}.hero-lp{min-height:auto;padding:0 0 34px;display:block}.hero-lp:before{font-size:61vw;bottom:1.5%}.hero-lp:after{top:18px;right:15px;font-size:6px}.hero-lp__media{position:relative;inset:auto;width:calc(100% - 30px);height:58vh;min-height:470px;margin:18px 15px 0}.hero-lp__media img{object-position:center top}.hero-lp__veil{background:linear-gradient(0deg,#080808 0%,rgba(8,8,8,.72) 35%,transparent 70%)}.hero-lp__content{position:relative;margin-top:-145px}.hero-lp__copy{padding:0 0 60px}.hero-lp__copy:before{margin-bottom:28px}.hero-lp h1{font-size:clamp(62px,18vw,88px);margin:16px 0 24px}.hero-lp__actions{flex-direction:column}.hero-lp__actions .button{width:100%}.hero-lp__foot{position:relative;bottom:auto;margin-top:0}.hero-lp__foot span:last-child{display:block}.manifesto__grid,.signature-product__intro,.craft__header{grid-template-columns:1fr;gap:32px}.manifesto__statement h2{font-size:54px}.manifesto__lower{grid-template-columns:1fr;gap:35px}.signature-product__visuals{grid-template-columns:1fr;min-height:0}.signature-product__figure--front{height:auto;aspect-ratio:4/5}.signature-product__figure--back{height:auto;aspect-ratio:1/1;margin-top:0}.signature-product__purchase{grid-template-columns:1fr;gap:45px}.signature-product__action{max-width:none}.craft__layout{grid-template-columns:1fr}.craft-focus__media,.craft-focus--wide .craft-focus__media{height:auto;aspect-ratio:4/5}.craft-focus--wide .craft-focus__media{aspect-ratio:1/1}.drop-access__grid{grid-template-columns:1fr;min-height:0}.drop-access__media{aspect-ratio:4/3}.drop-access__content{border-left:1px solid rgba(198,160,109,.27);border-top:0;padding:52px 24px 58px}.drop-access__content h2{font-size:57px}}html{background:var(--bg);color-scheme:dark;transition:background-color .38s ease,color .38s ease}body{background:var(--bg)!important;color:var(--text);transition:background-color .38s ease,color .38s ease}.main-content{background:var(--bg)}.section-padding{padding:var(--section-space) 0}.no-reveal-animation [data-reveal]{opacity:1!important;transform:none!important}html[data-lp-mode=dark] [data-mode-content=light],html[data-lp-mode=light] [data-mode-content=dark]{display:none!important}html[data-lp-mode=dark] [data-mode-content=dark],html[data-lp-mode=light] [data-mode-content=light]{display:block}.brand [data-mode-content]{display:flex}.rte,.manifesto__lower p,.signature-product__intro>div:last-child>p,.drop-access__content>p{color:var(--muted)}.site-header{background:color-mix(in srgb,var(--bg) 84%,transparent)!important;border-bottom-color:color-mix(in srgb,var(--line) 82%,transparent)!important}.site-header.is-scrolled{background:color-mix(in srgb,var(--bg) 96%,transparent)!important;border-color:var(--line)!important}.mobile-menu{background:var(--bg)!important;color:var(--text)}.mobile-menu__top img{filter:none}html[data-lp-mode=light] .mobile-menu__top img{filter:invert(1)}.announcement{background:var(--gold)!important;color:var(--bg)!important}.signature-product{background:var(--surface)!important}.craft{background:var(--bg)!important}.drop-access{background:var(--surface-2)!important}.newsletter-strip{background:var(--surface)!important}.site-footer{background:color-mix(in srgb,var(--bg) 96%,#000 4%)!important;border-color:var(--line)!important}.site-footer__columns a{color:var(--muted)!important}.site-footer__columns a:hover{color:var(--text)!important}.site-footer__bottom{color:var(--muted)!important}.product-form select,.contact-form input,.contact-form textarea{background:var(--surface)!important;color:var(--text)!important}.product-form select option{background:var(--bg);color:var(--text)}.product-media,.signature-product__figure,.craft-focus__media{background:var(--surface-2)!important}.variant-options label span{background:transparent}.button--line,.button--glass{background:color-mix(in srgb,var(--bg) 12%,transparent)!important;border-color:color-mix(in srgb,var(--text) 46%,transparent)!important;color:var(--text)!important}.button--line:hover,.button--glass:hover{background:var(--text)!important;border-color:var(--text)!important;color:var(--bg)!important}.lp-mode-switch{display:inline-grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 86%,transparent);padding:3px;gap:2px;min-width:148px}.lp-mode-switch button{min-height:32px;padding:0 10px;background:transparent;color:var(--muted);font-size:7px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background .25s,color .25s,border-color .25s}.lp-mode-switch button[aria-pressed=true]{background:var(--text);color:var(--bg)}.lp-mode-switch button:focus-visible{outline:1px solid var(--gold);outline-offset:2px}.lp-mode-switch--header{margin-right:8px}.lp-mode-switch--mobile{margin-top:32px;width:100%;max-width:360px}.lp-mode-switch--mobile button{min-height:46px}.signature-product__switch-row{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 52px;padding-bottom:18px;border-bottom:1px solid var(--line)}.lp-mode-switch--product{min-width:220px}.lp-mode-switch--product button{min-height:42px}.header-actions{gap:10px}.brand__mode{align-items:center;justify-content:center}.brand__mode img{width:244px;max-height:50px;object-fit:contain}html[data-lp-mode=light] .brand__mode--light img[src*=levore-wordmark]{filter:invert(1)}.hero-lp{background:var(--bg)!important;border-color:var(--line)!important;transition:background-color .38s ease}.hero-lp__mode{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-lp__mode .hero-lp__media{position:absolute!important}.hero-lp__veil{background:linear-gradient(90deg,color-mix(in srgb,var(--bg) 100%,transparent) 0%,color-mix(in srgb,var(--bg) 96%,transparent) 39%,color-mix(in srgb,var(--bg) 40%,transparent) 58%,transparent 78%)!important}html[data-lp-mode=light] .hero-lp__veil{background:linear-gradient(90deg,color-mix(in srgb,var(--bg) 100%,transparent) 0%,color-mix(in srgb,var(--bg) 95%,transparent) 39%,color-mix(in srgb,var(--bg) 42%,transparent) 60%,transparent 82%)!important}.hero-lp:after{color:var(--muted)!important;background:color-mix(in srgb,var(--bg) 64%,transparent)!important;border-color:color-mix(in srgb,var(--gold) 40%,transparent)!important}.hero-lp:before{-webkit-text-stroke-color:color-mix(in srgb,var(--gold) 18%,transparent)!important}.hero-lp__copy:before{color:var(--muted)!important;border-color:color-mix(in srgb,var(--gold) 36%,transparent)!important}.hero-lp__sub{color:var(--muted)!important}.hero-lp__foot{color:var(--muted)!important;border-color:color-mix(in srgb,var(--line) 86%,transparent)!important}.lp-bg--background{background:var(--bg)}.lp-bg--surface{background:var(--surface)}.lp-bg--surface-2{background:var(--surface-2)}.lp-image-text__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(50px,8vw,140px);align-items:center}.lp-image-text.is-reversed .lp-image-text__media{order:2}.lp-image-text.is-reversed .lp-image-text__copy{order:1}.lp-image-text__media{min-height:620px;overflow:hidden;background:var(--surface-2)}.lp-image-text__media>div,.lp-image-text__media img,.lp-image-text__media svg{width:100%;height:100%}.lp-image-text__media img{object-fit:cover}.lp-image-text__copy{max-width:650px}.lp-image-text__copy h2,.lp-rich-text h2,.lp-reviews h2{font-family:var(--heading);font-weight:400;font-size:clamp(48px,5.7vw,94px);line-height:.96;letter-spacing:-.035em;margin:22px 0 28px}.lp-image-text__copy .rte,.lp-rich-text .rte{margin-bottom:34px}.lp-align--center{text-align:center;margin-inline:auto}.lp-align--center .rte,.lp-align--center .button{margin-inline:auto}.lp-rich-text__inner{max-width:1000px}.lp-rich-text__inner .rte{max-width:720px}.lp-reviews{background:var(--bg);border-top:1px solid var(--line)}.lp-reviews__head{display:grid;grid-template-columns:.38fr 1.62fr;gap:7vw;align-items:end;margin-bottom:58px}.lp-reviews__head h2{margin:0 0 22px;max-width:980px}.lp-reviews__head>div:last-child>p{margin:0;color:var(--muted);max-width:620px}.lp-reviews__summary{display:flex;align-items:baseline;gap:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin-bottom:34px;text-transform:uppercase;letter-spacing:.13em;font-size:9px}.lp-reviews__summary strong{font-family:var(--heading);font-size:30px;font-weight:400;letter-spacing:0}.lp-stars{color:var(--gold);letter-spacing:.09em;white-space:nowrap}.lp-reviews__apps:empty{display:none}.lp-reviews__app{margin-bottom:40px}.lp-reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.lp-review-card{border:1px solid var(--line);padding:30px;min-height:280px;display:flex;flex-direction:column;background:var(--surface)}.lp-review-card__top{display:flex;justify-content:space-between;gap:14px;align-items:center;font-size:9px}.lp-review-card__verified{font-size:7px;letter-spacing:.15em;color:var(--muted)}.lp-review-card h3{font-family:var(--heading);font-weight:400;font-size:28px;line-height:1.05;margin:26px 0 14px}.lp-review-card>p{margin:0;color:var(--muted);font-size:13px}.lp-review-card footer{margin-top:auto;padding-top:32px;display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--line);font-size:8px;letter-spacing:.13em;text-transform:uppercase}.lp-review-card footer span{color:var(--muted)}.lp-reviews__cta{margin-top:38px}.lp-editor-note{padding:22px;border:1px dashed var(--line);color:var(--muted);font-size:12px}.lp-editor-note strong{color:var(--text)}html[data-lp-mode=light] .product-lightbox__backdrop{background:#ebe6def5}html[data-lp-mode=light] .product-lightbox__brand{color:#181614}html[data-lp-mode=light] .product-lightbox__button{background:#f4f0eae0;color:#181614;border-color:#785f4159}html[data-lp-mode=light] .drawer__panel,html[data-lp-mode=light] .search-overlay__inner{background:var(--bg);color:var(--text)}img{height:auto}.product-zoom-trigger{touch-action:manipulation}input,select,textarea{font-size:16px}@media(max-width:1320px){.lp-mode-switch--header{display:none}.desktop-nav--right{margin-right:120px}}@media(max-width:980px){.lp-image-text__grid{grid-template-columns:1fr;gap:45px}.lp-image-text.is-reversed .lp-image-text__media,.lp-image-text.is-reversed .lp-image-text__copy{order:initial}.lp-image-text__media{min-height:0;aspect-ratio:4/5}.lp-reviews__grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){.section-padding{padding:var(--section-space-mobile) 0!important}.page-width{width:min(calc(100% - 30px),var(--page-width))}.site-header__inner{height:66px!important}.brand__mode img{width:170px!important}.lp-mode-switch--mobile{margin-top:24px}.signature-product__switch-row{align-items:flex-start;flex-direction:column;margin-bottom:36px}.lp-mode-switch--product{width:100%;min-width:0}.lp-mode-switch--product button{min-height:48px}.hero-lp{min-height:calc(100svh - 94px)!important}.hero-lp__media{top:3%!important;right:0!important;bottom:28%!important;left:0!important;border-left:0!important;border-right:0!important}.hero-lp__copy{padding:44vh 0 13vh!important}.hero-lp h1{font-size:clamp(52px,15vw,78px)!important;line-height:.84!important}.hero-lp__veil{background:linear-gradient(0deg,var(--bg) 0%,color-mix(in srgb,var(--bg) 92%,transparent) 35%,color-mix(in srgb,var(--bg) 25%,transparent) 72%,transparent 100%)!important}.hero-lp:after{display:none}.hero-lp:before{font-size:160px!important;bottom:-.04em!important}.signature-product__figure{aspect-ratio:4/5!important;min-height:0!important}.signature-product__figure--back{aspect-ratio:4/5!important}.signature-product__purchase{gap:42px!important}.signature-product__features p{font-size:10px}.lp-image-text__media{aspect-ratio:4/5}.lp-image-text__copy h2,.lp-rich-text h2,.lp-reviews h2{font-size:clamp(44px,13vw,62px)}.lp-reviews__head{grid-template-columns:1fr;gap:30px;margin-bottom:38px}.lp-reviews__grid{grid-template-columns:1fr}.lp-review-card{min-height:240px;padding:24px}.lp-reviews__summary{flex-wrap:wrap;gap:10px 15px}.site-footer__columns{grid-template-columns:1fr 1fr!important}.site-footer__top{gap:55px!important}.site-footer{padding-top:64px!important}.product-main .product-form .button{bottom:max(10px,env(safe-area-inset-bottom))}}@media(max-width:420px){.page-width{width:min(calc(100% - 24px),var(--page-width))}.brand__mode img{width:150px!important}.header-actions{gap:2px}.cart-button span{margin-left:2px}.hero-lp__copy{padding-bottom:14vh!important}.hero-lp__actions{gap:8px}.button{min-height:52px;padding-inline:20px}.site-footer__columns{grid-template-columns:1fr!important}}.lp-product-edition{margin:22px 0 28px}.lp-product-edition>.micro-label{display:block;margin-bottom:10px}.lp-mode-switch--product-page{width:100%;min-width:0}.lp-mode-switch--product-page a,.lp-mode-switch--product-page button{min-height:44px;padding:0 12px;display:flex;align-items:center;justify-content:center;background:transparent;color:var(--muted);font-size:7px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;cursor:pointer}.lp-mode-switch--product-page a.is-current,.lp-mode-switch--product-page button[aria-pressed=true]{background:var(--text);color:var(--bg)}.product-app-block{margin:18px 0 24px}.craft-focus__media>[data-mode-content],.drop-access__media>[data-mode-content]{width:100%;height:100%}.craft-focus__media>[data-mode-content] img,.drop-access__media>[data-mode-content] img{width:100%;height:100%;object-fit:cover}.product-rating-summary{display:flex;align-items:center;gap:10px;margin:18px 0 8px;font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.product-rating-summary strong{color:var(--text);font-size:10px}.product-rating-summary:hover{color:var(--text)}.lp-review-submit{margin-top:70px;padding-top:55px;border-top:1px solid var(--line);display:grid;grid-template-columns:.72fr 1.28fr;gap:8vw;align-items:start}.lp-review-submit__intro h3{font-family:var(--heading);font-size:clamp(38px,4vw,64px);font-weight:400;line-height:1;margin:18px 0 20px}.lp-review-submit__intro>p:last-child{color:var(--muted);max-width:460px}.lp-review-form{display:grid;gap:18px}.lp-review-form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lp-review-form label,.lp-review-form legend{display:block;margin-bottom:8px;font-size:8px;letter-spacing:.17em;text-transform:uppercase;color:var(--muted)}.lp-review-form input[type=text],.lp-review-form input[type=email],.lp-review-form textarea{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);padding:14px 15px;border-radius:0}.lp-review-form textarea{resize:vertical;min-height:130px}.lp-review-form__rating{border:0;padding:0;margin:0}.lp-star-input{display:inline-flex;flex-direction:row-reverse;gap:3px}.lp-star-input input{position:absolute;opacity:0;pointer-events:none}.lp-star-input label{font-size:30px;line-height:1;color:color-mix(in srgb,var(--muted) 42%,transparent);cursor:pointer;margin:0;transition:color .18s}.lp-star-input label:hover,.lp-star-input label:hover~label,.lp-star-input input:checked~label{color:var(--gold)}.site-footer__brand>[data-mode-content]{width:min(430px,100%)}.site-footer__brand>[data-mode-content] img{width:100%}html[data-lp-mode=light] .site-footer__brand img[src*=levore-wordmark]{filter:invert(1)}@media(max-width:749px){.lp-review-submit{grid-template-columns:1fr;gap:35px;margin-top:50px;padding-top:42px}.lp-review-form__row{grid-template-columns:1fr}.lp-star-input label{font-size:34px}}html[data-lp-mode=light] body{background:#fbf8f3!important}html[data-lp-mode=light] .main-content{background:var(--bg)!important}html[data-lp-mode=light] .site-header{background:color-mix(in srgb,var(--bg) 92%,transparent)!important;box-shadow:0 1px 0 var(--line)}html[data-lp-mode=light] .announcement{color:#17120d!important}html[data-lp-mode=light] .hero-lp{background:var(--bg)!important;border-bottom-color:var(--line)!important;min-height:calc(100svh - 118px)}html[data-lp-mode=light] .hero-lp:before{-webkit-text-stroke-color:color-mix(in srgb,var(--gold) 20%,transparent)!important}html[data-lp-mode=light] .hero-lp:after{content:"IVORY EDITION  /  01";background:#fbf8f3d1!important;color:var(--muted)!important;border-color:color-mix(in srgb,var(--gold) 34%,transparent)!important}html[data-lp-mode=light] .hero-lp__mode--ivory .hero-lp__media{inset:5.5% 4.2% 7.5% auto!important;width:min(43vw,620px)!important;height:auto!important;background:#f1ece5!important;border:1px solid var(--line)!important;box-shadow:0 35px 100px #503a221f!important;display:flex;align-items:center;justify-content:center}html[data-lp-mode=light] .hero-lp__mode--ivory .hero-lp__media:before{content:"THE IVORY SIGNATURE";color:#544b42!important;border-top-color:#544b4240!important}html[data-lp-mode=light] .hero-lp__mode--ivory .hero-lp__media img{width:min(100%,490px)!important;height:auto!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important;padding:0}html[data-lp-mode=light] .hero-lp:hover .hero-lp__mode--ivory .hero-lp__media img{transform:none!important;filter:none!important}html[data-lp-mode=light] .hero-lp__veil{background:linear-gradient(90deg,var(--bg) 0%,var(--bg) 43%,color-mix(in srgb,var(--bg) 91%,transparent) 54%,transparent 70%)!important}html[data-lp-mode=light] .hero-lp__copy{max-width:610px}html[data-lp-mode=light] .hero-lp__copy:before{color:var(--muted)!important;border-color:var(--line)!important}html[data-lp-mode=light] .hero-lp h1{color:var(--text)}html[data-lp-mode=light] .hero-lp__sub{color:var(--muted)!important}html[data-lp-mode=light] .hero-lp__foot{color:var(--muted)!important;border-color:var(--line)!important}html[data-lp-mode=light] .manifesto{background:var(--bg)!important;border-color:var(--line)!important}html[data-lp-mode=light] .manifesto:before{color:color-mix(in srgb,var(--muted) 65%,transparent)!important}html[data-lp-mode=light] .signature-product{background:var(--surface)!important}html[data-lp-mode=light] .signature-product:before{color:var(--muted)!important}html[data-lp-mode=light] .signature-product__action{background:var(--bg)!important;border-color:color-mix(in srgb,var(--gold) 38%,var(--line))!important;box-shadow:0 18px 50px #543f260f}html[data-lp-mode=light] .craft{background:var(--bg)!important}html[data-lp-mode=light] .craft-focus{background:var(--surface)!important;border-color:var(--line)!important}html[data-lp-mode=light] .drop-access{background:var(--surface-2)!important}html[data-lp-mode=light] .drop-access__grid{border-color:color-mix(in srgb,var(--gold) 34%,var(--line))!important;background:var(--surface)}html[data-lp-mode=light] .drop-access__media{background:#f3eee7!important}html[data-lp-mode=light] .drop-access__media:before{color:#463c32!important;background:#fbf8f3d6!important;border-color:color-mix(in srgb,var(--gold) 40%,transparent)!important}html[data-lp-mode=light] .drop-access__media img{filter:none!important}html[data-lp-mode=light] .faq-section{background:var(--bg)!important;border-color:var(--line)!important}html[data-lp-mode=light] .newsletter-strip{background:var(--surface)!important;border-color:var(--line)!important}html[data-lp-mode=light] .site-footer{background:#f4eee6!important;border-color:var(--line)!important}html[data-lp-mode=light] .site-footer__bottom{border-color:var(--line)!important}html[data-lp-mode=light] .signature-product__visuals{grid-template-columns:1fr 1fr!important;gap:18px!important;min-height:0!important;align-items:stretch!important}html[data-lp-mode=light] .signature-product__figure{height:auto!important;min-height:0!important;margin-top:0!important;aspect-ratio:49/60!important;background:#f0ebe4!important;border-color:var(--line)!important;box-shadow:0 24px 70px #503a2214!important}html[data-lp-mode=light] .signature-product__figure .product-zoom-trigger{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:transparent;padding:0}html[data-lp-mode=light] .signature-product__figure img{width:min(100%,492px)!important;height:auto!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important}html[data-lp-mode=light] .signature-product__figure:after{color:#3b312873!important}html[data-lp-mode=light] .signature-product__figure figcaption{color:#50473f!important;border-top-color:#50473f38!important}html[data-lp-mode=light] .craft__layout{grid-template-columns:1fr 1fr!important;max-width:1160px;margin-inline:auto}html[data-lp-mode=light] .craft-focus__media{background:#f0ebe4!important;height:auto!important;aspect-ratio:492/444!important;display:flex;align-items:center;justify-content:center}html[data-lp-mode=light] .craft-focus--wide .craft-focus__media{height:auto!important;aspect-ratio:492/388!important}html[data-lp-mode=light] .craft-focus__media img{width:min(100%,492px)!important;height:auto!important;max-height:100%!important;object-fit:contain!important;filter:none!important}html[data-lp-mode=light] .craft-focus__copy{border-color:var(--line)!important}html[data-lp-mode=light] .craft-focus__copy p{color:var(--muted)!important}html[data-lp-mode=light] .product-form select,html[data-lp-mode=light] .contact-form input,html[data-lp-mode=light] .contact-form textarea,html[data-lp-mode=light] .lp-review-form input[type=text],html[data-lp-mode=light] .lp-review-form input[type=email],html[data-lp-mode=light] .lp-review-form textarea{background:#fffdf9!important;color:var(--text)!important;border-color:var(--line)!important}html[data-lp-mode=light] .lp-review-card{background:#f7f2eb!important}html[data-lp-mode=light] .button--line,html[data-lp-mode=light] .button--glass{background:#fff6!important}@media(max-width:749px){html[data-lp-mode=light] .hero-lp{min-height:auto!important;padding:0 0 34px!important}html[data-lp-mode=light] .hero-lp__mode--ivory{position:relative!important;inset:auto!important;display:block!important;padding:16px 15px 0}html[data-lp-mode=light] .hero-lp__mode--ivory .hero-lp__media{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;aspect-ratio:49/60!important;margin:0!important;max-height:none!important;min-height:0!important}html[data-lp-mode=light] .hero-lp__mode--ivory .hero-lp__media img{width:100%!important;max-width:490px!important;padding:0!important}html[data-lp-mode=light] .hero-lp__veil{display:none!important}html[data-lp-mode=light] .hero-lp__content{position:relative!important;margin-top:0!important}html[data-lp-mode=light] .hero-lp__copy{padding:48px 0 54px!important}html[data-lp-mode=light] .hero-lp h1{font-size:clamp(52px,15vw,76px)!important}html[data-lp-mode=light] .signature-product__visuals{grid-template-columns:1fr!important;gap:12px!important}html[data-lp-mode=light] .signature-product__figure{aspect-ratio:49/60!important}html[data-lp-mode=light] .craft__layout{grid-template-columns:1fr!important}html[data-lp-mode=light] .craft-focus__media{height:auto!important;aspect-ratio:492/444!important}html[data-lp-mode=light] .craft-focus--wide .craft-focus__media{height:auto!important;aspect-ratio:492/388!important}html[data-lp-mode=light] .drop-access__media{min-height:0!important;aspect-ratio:1039/1514!important}}:root{--ease-lux:cubic-bezier(.16,1,.3,1);--ease-silk:cubic-bezier(.22,.61,.36,1)}html[data-lp-mode=light]{color-scheme:light}body,.site-header,.announcement,.manifesto,.signature-product,.craft,.craft-focus,.drop-access,.faq-section,.newsletter-strip,.site-footer,.drawer__panel,.search-overlay__inner,.mobile-menu{transition:background-color .72s var(--ease-lux),color .55s ease,border-color .55s ease,box-shadow .55s ease}.lp-mode-switch{border:1px solid color-mix(in srgb,var(--gold) 32%,var(--line));background:color-mix(in srgb,var(--surface) 82%,transparent);padding:3px;gap:2px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--bg) 35%,transparent)}.lp-mode-switch button,.lp-mode-switch a{transition:background .42s var(--ease-lux),color .3s ease,transform .3s var(--ease-lux);letter-spacing:.19em}.lp-mode-switch button:hover,.lp-mode-switch a:hover{transform:translateY(-1px)}.lp-mode-switch button[aria-pressed=true],.lp-mode-switch a.is-current{box-shadow:0 8px 28px color-mix(in srgb,var(--text) 10%,transparent)}.hero-lp{min-height:calc(100svh - 110px)}.hero-lp__media--dark img{animation:lpHeroBreath 16s ease-in-out infinite alternate;will-change:transform}.hero-lp__copy>[data-mode-content] .micro-label{opacity:0;transform:translateY(14px);animation:lpTextRise .8s .12s var(--ease-lux) forwards}.hero-lp__copy>[data-mode-content] h1{opacity:0;transform:translateY(26px);animation:lpTextRise 1s .2s var(--ease-lux) forwards}.hero-lp__copy>[data-mode-content] .hero-lp__sub{opacity:0;transform:translateY(20px);animation:lpTextRise .9s .32s var(--ease-lux) forwards}.hero-lp__actions{opacity:0;transform:translateY(18px);animation:lpTextRise .85s .44s var(--ease-lux) forwards}@keyframes lpHeroBreath{0%{transform:scale(1.005)}to{transform:scale(1.045)}}@keyframes lpTextRise{to{opacity:1;transform:none}}html[data-lp-mode=light] .hero-lp{background:linear-gradient(115deg,#fcfaf6,#f8f3ec 54%,#f1e8dc)!important;min-height:calc(100svh - 110px);border-bottom:1px solid rgba(169,123,69,.2)!important}html[data-lp-mode=light] .hero-lp:after{content:none!important}html[data-lp-mode=light] .hero-lp__mode--white{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;pointer-events:none}html[data-lp-mode=light] .hero-white-stage{position:absolute;right:clamp(36px,5vw,94px);top:50%;transform:translateY(-50%);width:min(49vw,760px);height:min(76vh,790px);isolation:isolate}html[data-lp-mode=light] .hero-white-stage__halo{position:absolute;top:7%;right:7%;bottom:5%;left:18%;border-radius:50%;background:radial-gradient(circle at center,rgba(201,162,110,.19),rgba(255,255,255,.25) 42%,transparent 69%);filter:blur(18px);z-index:-1;animation:lpHalo 7s ease-in-out infinite alternate}html[data-lp-mode=light] .hero-white-stage figure{margin:0;background:#f8f3ec;border:1px solid rgba(126,103,75,.16);box-shadow:0 30px 90px #4835201c,0 1px #fffc inset;overflow:hidden;transition:transform .8s var(--ease-lux),box-shadow .8s var(--ease-lux)}html[data-lp-mode=light] .hero-white-stage__main{position:absolute;right:8%;top:7%;width:min(34vw,500px);aspect-ratio:49/60;display:flex;align-items:center;justify-content:center;z-index:3}html[data-lp-mode=light] .hero-white-stage__main img{display:block;width:100%;height:100%;max-width:500px;object-fit:contain!important;object-position:center!important;filter:none!important;transform:none!important;background:#f3eee8}html[data-lp-mode=light] .hero-white-stage__main figcaption,html[data-lp-mode=light] .hero-white-stage__detail figcaption{position:absolute;left:14px;right:14px;bottom:12px;padding-top:8px;border-top:1px solid rgba(82,68,53,.2);display:flex;justify-content:space-between;gap:12px;color:#5e554c;font-size:7px;line-height:1.2;letter-spacing:.2em;text-transform:uppercase;background:linear-gradient(0deg,rgba(248,243,236,.94),rgba(248,243,236,.58) 72%,transparent)}html[data-lp-mode=light] .hero-white-stage__main figcaption span{color:var(--gold);font-weight:700}html[data-lp-mode=light] .hero-white-stage__detail{position:absolute;width:min(17vw,260px);aspect-ratio:1/1;z-index:4}html[data-lp-mode=light] .hero-white-stage__detail img{width:100%;height:100%;object-fit:contain!important;object-position:center!important;background:#f3eee8;filter:none!important}html[data-lp-mode=light] .hero-white-stage__detail--one{left:0;top:14%;transform:rotate(-2.4deg);animation:lpCardFloatOne 7s ease-in-out infinite alternate}html[data-lp-mode=light] .hero-white-stage__detail--two{left:5%;bottom:7%;width:min(14vw,215px);transform:rotate(2.2deg);animation:lpCardFloatTwo 8.5s ease-in-out infinite alternate}html[data-lp-mode=light] .hero-white-stage__edition{position:absolute;right:0;bottom:0;writing-mode:vertical-rl;transform:rotate(180deg);font-size:7px;letter-spacing:.28em;color:#8a7b6b;text-transform:uppercase}html[data-lp-mode=light] .hero-lp__veil{background:linear-gradient(90deg,#fcfaf6,#fcfaf6fa 34%,#fcfaf6d1 46%,#fcfaf600 67%)!important}html[data-lp-mode=light] .hero-lp__grain{opacity:.025}html[data-lp-mode=light] .hero-lp__copy{max-width:min(46vw,700px);padding-top:10vh}html[data-lp-mode=light] .hero-lp h1{font-size:clamp(66px,7vw,126px)!important;line-height:.84;color:#1b1713!important}html[data-lp-mode=light] .hero-lp__sub{color:#6c6258!important;max-width:520px!important}html[data-lp-mode=light] .hero-lp__foot{color:#776c61!important}html[data-lp-mode=light] .button--line{border-color:#4d3e2f59!important;background:#ffffff75!important;color:#1b1713!important}html[data-lp-mode=light] .button--line:hover{background:#1b1713!important;color:#fcfaf6!important;border-color:#1b1713!important}@keyframes lpCardFloatOne{0%{translate:0 -3px;rotate:-2.4deg}to{translate:0 8px;rotate:-1.2deg}}@keyframes lpCardFloatTwo{0%{translate:0 6px;rotate:2.2deg}to{translate:0 -5px;rotate:1deg}}@keyframes lpHalo{0%{opacity:.55;transform:scale(.96)}to{opacity:1;transform:scale(1.04)}}html[data-lp-mode=light] .mobile-menu,html[data-lp-mode=light] .drawer__panel,html[data-lp-mode=light] .search-overlay__inner{background:#fcfaf6!important;color:#1b1713!important}html[data-lp-mode=light] .mobile-menu{box-shadow:inset 0 1px #a97b4526}html[data-lp-mode=light] .newsletter-strip{background:#f7f1e9!important}html[data-lp-mode=light] .site-footer{background:#efe6da!important}html[data-lp-mode=light] .product-media,html[data-lp-mode=light] .product-card__media,html[data-lp-mode=light] .drawer-item img{background:#f2ece4!important}html[data-lp-mode=light] .rte{color:#5f574f!important}html[data-lp-mode=light] .signature-product__figure{background:linear-gradient(145deg,#f8f4ee,#eee6dc)!important;border:1px solid rgba(106,88,68,.14)!important;box-shadow:0 28px 90px #49362212!important}html[data-lp-mode=light] .signature-product__figure .product-zoom-trigger{padding:clamp(18px,2.2vw,36px)!important}html[data-lp-mode=light] .signature-product__figure img{width:100%!important;height:100%!important;max-width:520px!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important;filter:none!important}html[data-lp-mode=light] .signature-product__figure:hover img{transform:scale(1.012)!important}html[data-lp-mode=light] .craft-focus__media,html[data-lp-mode=light] .drop-access__media{background:linear-gradient(145deg,#f8f4ee,#eee6dc)!important}html[data-lp-mode=light] .craft-focus__media img{object-fit:contain!important;padding:clamp(10px,1.2vw,20px)}html[data-lp-mode=light] .drop-access__media img{object-fit:contain!important;padding:clamp(8px,1vw,18px)}[data-reveal]{opacity:0;transform:translateY(34px);filter:blur(5px);transition:opacity 1s var(--ease-lux),transform 1.05s var(--ease-lux),filter .95s ease}[data-reveal].is-visible{opacity:1;transform:none;filter:blur(0)}.signature-product__figure,.craft-focus,.lp-review-card,.product-card{transition:transform .7s var(--ease-lux),box-shadow .7s var(--ease-lux),border-color .45s ease}.signature-product__figure:hover,.craft-focus:hover{transform:translateY(-4px)}.product-card:hover{transform:translateY(-6px)}.product-card__media:after,.signature-product__figure:before,.craft-focus__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(110deg,transparent 18%,rgba(255,255,255,.09) 47%,transparent 72%);transform:translate(-135%);transition:transform 1.25s var(--ease-lux)}.product-card__media:hover:after,.signature-product__figure:hover:before,.craft-focus:hover .craft-focus__media:after{transform:translate(135%)}.craft-focus__media{position:relative}.button{position:relative;overflow:hidden;isolation:isolate}.button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff21;transform:translate(-105%);transition:transform .55s var(--ease-lux);z-index:-1}.button:hover:after{transform:none}.faq-list summary span{transition:transform .45s var(--ease-lux),color .35s ease}.faq-list summary:hover span{transform:translate(7px);color:var(--gold-soft)}@media(max-width:749px){.hero-lp{min-height:auto!important}html[data-lp-mode=light] .hero-lp{padding:0 0 28px!important;background:linear-gradient(180deg,#fcfaf6,#f5eee5)!important}html[data-lp-mode=light] .hero-lp__mode--white{position:relative!important;inset:auto!important;order:0;padding:16px 14px 0!important}html[data-lp-mode=light] .hero-white-stage{position:relative!important;right:auto!important;top:auto!important;transform:none!important;width:100%!important;height:auto!important;min-height:0!important;display:block}html[data-lp-mode=light] .hero-white-stage__halo{top:12%!important;right:4%!important;bottom:8%!important;left:4%!important}html[data-lp-mode=light] .hero-white-stage__main{position:relative!important;right:auto!important;top:auto!important;width:100%!important;max-width:560px!important;aspect-ratio:49/60!important;margin:0 auto!important}html[data-lp-mode=light] .hero-white-stage__main img{width:100%!important;height:100%!important;max-width:490px!important;margin:auto!important;object-fit:contain!important}html[data-lp-mode=light] .hero-white-stage__detail,html[data-lp-mode=light] .hero-white-stage__edition,html[data-lp-mode=light] .hero-lp__veil{display:none!important}html[data-lp-mode=light] .hero-lp__content{position:relative!important;margin-top:0!important}html[data-lp-mode=light] .hero-lp__copy{max-width:none!important;padding:45px 0 52px!important}html[data-lp-mode=light] .hero-lp h1{font-size:clamp(52px,15vw,76px)!important;line-height:.88!important}.hero-lp__actions{display:grid!important;grid-template-columns:1fr!important;width:100%}.hero-lp__actions .button{width:100%}html[data-lp-mode=light] .signature-product__figure .product-zoom-trigger{padding:14px!important}html[data-lp-mode=light] .signature-product__figure img{max-width:490px!important}[data-reveal]{transform:translateY(24px);filter:blur(2px)}}@media(prefers-reduced-motion:reduce){.hero-lp__media--dark img,.hero-lp__copy>[data-mode-content] .micro-label,.hero-lp__copy>[data-mode-content] h1,.hero-lp__copy>[data-mode-content] .hero-lp__sub,.hero-lp__actions,.hero-white-stage__halo,.hero-white-stage__detail{animation:none!important;opacity:1!important;transform:none!important;translate:none!important;rotate:0deg!important}[data-reveal]{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}@media(min-width:900px){[data-luxury-parallax]{translate:0 var(--lp-parallax-y,0);transition:translate .2s linear}}.signature-product__figure{aspect-ratio:4/5;min-height:0!important;background:linear-gradient(145deg,#11110f,#090909)!important;border:1px solid color-mix(in srgb,var(--gold) 18%,var(--line))}.signature-product__figure .product-zoom-trigger{display:flex;width:100%;height:100%;align-items:center;justify-content:center;padding:clamp(16px,2vw,34px);background:transparent}.signature-product__figure img{width:100%!important;height:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}.product-media{aspect-ratio:4/5;min-height:0!important;display:flex;align-items:center;justify-content:center}.product-media .product-zoom-trigger{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:clamp(12px,1.6vw,24px);background:transparent}.product-media img,.product-media video{width:100%;height:100%;object-fit:contain!important;object-position:center!important}.product-card__media{background:linear-gradient(145deg,var(--surface),var(--bg));display:flex;align-items:center;justify-content:center}.product-card__media img{object-fit:contain!important;object-position:center!important;padding:clamp(10px,1.4vw,22px)}html[data-lp-mode=light] .product-card__media{background:linear-gradient(145deg,#f8f4ee,#eee6dc)!important}.is-visible .signature-product__intro,.is-visible .craft__header,.is-visible .faq-section__intro,.is-visible .lp-reviews__head{animation:lpTextRise .8s var(--ease-lux) both}.is-visible .signature-product__figure:first-child,.is-visible .craft-focus:first-child{animation:lpCardReveal .9s .08s var(--ease-lux) both}.is-visible .signature-product__figure:nth-child(2),.is-visible .craft-focus:nth-child(2){animation:lpCardReveal .9s .18s var(--ease-lux) both}.is-visible .signature-product__purchase,.is-visible .drop-access__content{animation:lpCardReveal .9s .26s var(--ease-lux) both}@keyframes lpCardReveal{0%{opacity:0;transform:translateY(28px) scale(.985)}to{opacity:1;transform:none}}.lp-mode-changing .main-content{animation:lpModePulse .62s var(--ease-lux)}@keyframes lpModePulse{0%{opacity:.78;filter:blur(2px)}to{opacity:1;filter:none}}@media(max-width:749px){.signature-product__figure,.product-media{aspect-ratio:4/5!important}.product-card__media img{padding:12px}.product-media .product-zoom-trigger{padding:10px}}@media(prefers-reduced-motion:reduce){.is-visible .signature-product__intro,.is-visible .craft__header,.is-visible .faq-section__intro,.is-visible .lp-reviews__head,.is-visible .signature-product__figure,.is-visible .craft-focus,.is-visible .signature-product__purchase,.is-visible .drop-access__content,.lp-mode-changing .main-content{animation:none!important}}.hero-lp:before,.hero-lp:after{display:none!important;content:none!important}.hero-lp{min-height:clamp(690px,calc(100svh - 110px),940px)!important;display:flex!important;align-items:center!important;background:#080808!important;border-bottom:1px solid rgba(198,160,109,.16)!important}.hero-lp__grain{opacity:.022!important}.hero-lp__mode{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;overflow:hidden}.hero-lp__media{position:absolute!important;top:7%!important;right:2.5%!important;bottom:8%!important;left:45%!important;width:auto!important;height:auto!important;background:transparent!important;border:0!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important}.hero-lp__media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important;filter:none!important;animation:lpHeroQuiet 14s ease-in-out infinite alternate!important}.hero-lp__veil{background:linear-gradient(90deg,#080808 0% 38%,#080808f0 45%,#0808086b 64%,#08080814)!important}.hero-lp__content{position:relative!important;z-index:3!important}.hero-lp__copy{max-width:min(43vw,640px)!important;padding:7vh 0 11vh!important}.hero-lp h1{font-size:clamp(52px,6vw,102px)!important;line-height:.9!important;letter-spacing:-.04em!important;max-width:650px!important;margin:22px 0 26px!important;text-wrap:balance}.hero-lp__sub{max-width:470px!important;font-size:13px!important;line-height:1.75!important}.hero-lp__foot{bottom:22px!important}html[data-lp-mode=light] .hero-lp{background:linear-gradient(135deg,#fcfaf6,#f7f1e8)!important;border-bottom-color:#99734833!important}html[data-lp-mode=light] .hero-lp__mode--white{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important}html[data-lp-mode=light] .hero-white-stage{position:absolute!important;bottom:7%!important;left:45%!important;width:auto!important;height:auto!important;transform:none!important;right:auto!important;top:auto!important;display:flex!important;align-items:center!important;justify-content:center!important}html[data-lp-mode=light] .hero-white-stage__halo{top:10%!important;right:6%!important;bottom:10%!important;left:6%!important;background:radial-gradient(circle,rgba(200,157,103,.18),rgba(255,255,255,.2) 47%,transparent 72%)!important;filter:blur(26px)!important}html[data-lp-mode=light] .hero-white-stage__main{position:relative!important;inset:auto!important;right:auto!important;top:auto!important;width:min(100%,560px)!important;height:min(78vh,720px)!important;aspect-ratio:auto!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;transform:none!important;animation:none!important}html[data-lp-mode=light] .hero-white-stage__main picture{width:100%;height:100%;display:flex;align-items:center;justify-content:center}html[data-lp-mode=light] .hero-white-stage__main img{width:100%!important;height:100%!important;max-width:560px!important;object-fit:contain!important;object-position:center!important;background:transparent!important;filter:drop-shadow(0 30px 38px rgba(76,55,33,.14))!important;animation:lpHeroQuiet 14s ease-in-out infinite alternate!important}html[data-lp-mode=light] .hero-white-stage__main figcaption,html[data-lp-mode=light] .hero-white-stage__detail,html[data-lp-mode=light] .hero-white-stage__edition{display:none!important}html[data-lp-mode=light] .hero-lp__veil{display:block!important;background:linear-gradient(90deg,#fcfaf6 0% 38%,#fcfaf6f2 45%,#fcfaf673 66%,#fcfaf605)!important}html[data-lp-mode=light] .hero-lp__copy{max-width:min(43vw,640px)!important;padding:7vh 0 11vh!important}html[data-lp-mode=light] .hero-lp h1{font-size:clamp(52px,6vw,102px)!important;line-height:.9!important}@keyframes lpHeroQuiet{0%{transform:translateY(0) scale(1)}to{transform:translateY(-8px) scale(1.012)}}@media(max-width:1180px){.hero-lp{min-height:760px!important}.hero-lp__media,html[data-lp-mode=light] .hero-white-stage{top:8%!important;right:1%!important;bottom:9%!important;left:49%!important}.hero-lp__copy,html[data-lp-mode=light] .hero-lp__copy{max-width:46vw!important}.hero-lp h1,html[data-lp-mode=light] .hero-lp h1{font-size:clamp(48px,5.7vw,76px)!important}}@media(max-width:900px){.hero-lp{display:block!important;min-height:auto!important;padding:0 0 34px!important}.hero-lp__mode{position:relative!important;inset:auto!important;display:block!important;padding:18px 16px 0!important}.hero-lp__media{position:relative!important;inset:auto!important;width:100%!important;height:min(58vh,620px)!important;min-height:430px!important;margin:0!important}.hero-lp__media img{object-fit:contain!important;object-position:center!important}.hero-lp__veil{background:linear-gradient(0deg,#080808 0%,rgba(8,8,8,.9) 28%,rgba(8,8,8,.18) 68%,transparent 100%)!important}.hero-lp__content{margin-top:-105px!important}.hero-lp__copy,html[data-lp-mode=light] .hero-lp__copy{max-width:680px!important;padding:0 0 58px!important}.hero-lp h1,html[data-lp-mode=light] .hero-lp h1{font-size:clamp(50px,10vw,78px)!important;line-height:.9!important}html[data-lp-mode=light] .hero-lp__mode--white{position:relative!important;padding:18px 16px 0!important}html[data-lp-mode=light] .hero-white-stage{position:relative!important;inset:auto!important;width:100%!important;height:min(58vh,620px)!important;min-height:430px!important}html[data-lp-mode=light] .hero-white-stage__main{height:100%!important;width:100%!important}html[data-lp-mode=light] .hero-lp__veil{background:linear-gradient(0deg,#FCFAF6 0%,rgba(252,250,246,.92) 28%,rgba(252,250,246,.12) 68%,transparent 100%)!important}html[data-lp-mode=light] .hero-lp__content{margin-top:-80px!important}}@media(max-width:749px){.hero-lp{padding-bottom:22px!important}.hero-lp__mode{padding:10px 10px 0!important}.hero-lp__media{height:56vh!important;min-height:390px!important}.hero-lp__content{margin-top:-82px!important}.hero-lp__copy,html[data-lp-mode=light] .hero-lp__copy{padding:0 0 46px!important}.hero-lp h1,html[data-lp-mode=light] .hero-lp h1{font-size:clamp(46px,13.5vw,68px)!important;margin:15px 0 20px!important}.hero-lp__sub{font-size:12px!important;margin-bottom:30px!important}html[data-lp-mode=light] .hero-lp__mode--white{padding:10px 10px 0!important}html[data-lp-mode=light] .hero-white-stage{height:56vh!important;min-height:390px!important}html[data-lp-mode=light] .hero-white-stage__main img{max-width:500px!important}html[data-lp-mode=light] .hero-lp__content{margin-top:-62px!important}.hero-lp__foot{display:none!important}}@media(prefers-reduced-motion:reduce){.hero-lp__media img,html[data-lp-mode=light] .hero-white-stage__main img{animation:none!important}}.manifesto__statement h2{font-size:clamp(48px,5.8vw,88px)!important;line-height:.96!important;letter-spacing:-.04em!important;max-width:1050px!important}@media(max-width:749px){.manifesto__statement h2{font-size:clamp(42px,12vw,60px)!important;line-height:.98!important}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/theme.css.map */
