:root{--paper:#f5f3ee;--ink:#171715;--muted:#66635e;--line:#d9d6cf;--white:#fff;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;--mono:'Courier New',monospace;--gutter:clamp(20px,5vw,80px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,summary{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid currentColor;outline-offset:5px}img,svg{display:block;max-width:100%}img{height:auto}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.045em;line-height:1.05}h1{font-size:clamp(42px,6vw,76px)}h2{font-size:clamp(36px,4.8vw,62px)}h3{font-weight:500}p{margin-bottom:18px}button{border:0}button:disabled{cursor:not-allowed;opacity:.5}[hidden]{display:none!important}.section-shell{padding:80px var(--gutter)}.eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;line-height:1.5}.subtle,.fineprint,.preview-note{color:var(--muted)}.fineprint{font-size:12px;line-height:1.6}.text-link{display:inline-flex;align-items:center;gap:26px;padding:10px 0;border-bottom:1px solid currentColor;font-size:13px}.text-link span{font-size:19px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:54px;padding:15px 24px;background:var(--ink);color:var(--paper);border:1px solid var(--ink);border-radius:0;font-size:13px;line-height:1.4;text-decoration:none;transition:background .2s,color .2s}.button span{font-size:19px;line-height:1}.button:hover{background:#343430}.button-light{background:var(--paper);border-color:var(--paper);color:var(--ink)}.button-light:hover{background:#ddd9d0;color:var(--ink)}.button-outline{background:transparent;color:var(--ink)}.button-outline:hover{background:var(--ink);color:var(--paper)}.skip-link{position:fixed;top:0;left:16px;z-index:100;padding:12px 20px;background:var(--paper);transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}
.announcement{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:9px var(--gutter);background:var(--ink);color:var(--paper);font-family:var(--mono);font-size:10px;letter-spacing:.035em}.announcement a{border-bottom:1px solid #88867f}.header{min-height:84px;padding:18px var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:30}.wordmark{font-family:var(--serif);font-size:clamp(22px,2.15vw,30px);letter-spacing:-.065em;line-height:1;white-space:nowrap}.header-logo{width:220px;max-height:52px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:36px;font-size:12px}.desktop-nav a{padding:10px 0}.desktop-nav a:hover{border-bottom:1px solid var(--ink);padding-bottom:9px}.cart-link{font-size:12px}.mobile-nav{display:none}
.hero{display:grid;grid-template-columns:44% 56%;background:var(--ink);color:var(--paper);min-height:570px}.hero-copy{padding:64px 20px 52px var(--gutter);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero .eyebrow{font-size:10px;color:#c5c1b7;margin-bottom:34px;display:flex;align-items:center;gap:9px}.status-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:currentColor}.hero h1{font-size:clamp(48px,6.05vw,88px);margin-bottom:23px;line-height:.99;letter-spacing:-.055em}.hero-description{color:#c5c1b7;max-width:295px;font-size:14px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:12px}.hero-actions .text-link{font-size:12px;gap:16px}.hero-footnote{margin:26px 0 0;color:#aaa69c;font-size:11px}.hero-art{position:relative;display:flex;flex-direction:column;justify-content:center;background:#000;min-width:0;padding:32px 38px}.art-label{font-family:var(--mono);font-size:9px;letter-spacing:.1em;color:#93918b;position:absolute;top:28px;left:32px}.hero-image{width:100%;padding:26px 0}.hero-image img{width:100%;height:auto;object-fit:contain}.hero-caption{display:flex;justify-content:space-between;gap:16px;position:absolute;bottom:25px;left:32px;right:32px;font-size:12px}.hero-caption span:last-child{font-family:var(--mono);font-size:10px;color:#a8a69e}.manifesto-strip{padding:18px var(--gutter);display:flex;justify-content:space-around;gap:16px;border-bottom:1px solid var(--line);font-size:10px;font-family:var(--mono);letter-spacing:.11em}.manifesto-strip span+span:before{content:'·';margin-inline-end:clamp(20px,10vw,145px);color:#79756d}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:36px}.section-heading .eyebrow{margin-bottom:18px;color:var(--muted)}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:13px;color:var(--muted);margin-bottom:4px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:22px;row-gap:38px}.product-card{min-width:0}.product-visual{display:flex;align-items:center;justify-content:center;position:relative;aspect-ratio:1.15;background:#000;overflow:hidden;color:var(--paper)}.product-visual .product-image{width:100%;height:100%;object-fit:contain;transition:transform .35s}.product-visual:hover .product-image{transform:scale(1.035)}.card-index,.card-status{position:absolute;top:15px;z-index:1;font-family:var(--mono);font-size:9px;letter-spacing:.045em}.card-index{left:17px;color:#a6a299}.card-status{right:17px;color:#c7c4bc}.card-arrow{position:absolute;right:14px;bottom:10px;font-size:22px;color:#bfbcb2}.product-info{display:flex;justify-content:space-between;gap:12px;padding-top:15px}.product-info h3{font-size:14px;margin:0 0 4px;letter-spacing:-.015em}.product-info p{font-size:11px;color:var(--muted);margin:0}.price{font-size:12px;white-space:nowrap;padding-top:1px}.collection-note{min-height:260px;border:1px solid var(--line);padding:26px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.collection-note .eyebrow{font-size:9px;color:var(--muted)}.collection-note h3{font-family:var(--serif);font-weight:400;font-size:clamp(32px,3.6vw,52px);line-height:1.02;letter-spacing:-.04em;margin:4px 0 20px}.collection-note p{font-size:12px;color:var(--muted);max-width:190px;margin-bottom:10px}.collection-note .text-link{font-size:12px}.preview-note{font-size:11px;margin:25px 0 0}.brand-story{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr;gap:40px;padding-top:64px;padding-bottom:64px}.brand-story>.eyebrow{color:var(--muted);padding-top:8px}.brand-story h2{max-width:540px;margin-bottom:26px}.story-body{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:650px;font-size:14px;color:var(--muted)}.story-signature{font-family:var(--mono);font-size:9px;letter-spacing:.12em;display:block;margin-top:16px}
.early-access{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,7vw,110px);border-bottom:1px solid var(--line)}.signup-copy .eyebrow{color:var(--muted);margin-bottom:24px}.signup-copy h2{margin-bottom:23px;max-width:480px}.signup-copy>p:not(.eyebrow){color:var(--muted);font-size:14px;max-width:360px}.signup-detail{display:flex;gap:16px;font-size:12px;align-items:center;margin-top:11px}.signup-detail span{font-family:var(--mono);font-size:10px;color:var(--muted)}.signup-detail p{margin:0}.signup-form-wrap{align-self:center;max-width:520px;width:100%;justify-self:end}.early-form>label:not(.consent),label{display:block;font-size:12px;margin-bottom:9px}input[type=email],input[type=text],input[type=search],input[type=password],input[type=number],textarea,select{display:block;width:100%;min-height:52px;border:1px solid #bdb9b0;background:transparent;border-radius:0;padding:13px;color:var(--ink);font-size:16px}input::placeholder{color:#77736c}select{padding-inline-end:26px}.form-preferences{display:grid;grid-template-columns:1.3fr 1fr;gap:16px;margin-top:24px}.form-preferences label span{color:var(--muted);font-size:10px}.consent{display:flex;align-items:flex-start;gap:11px;margin:24px 0;font-size:11px;line-height:1.6;cursor:pointer}.consent input{flex:0 0 17px;width:17px;height:17px;margin:1px 0 0;accent-color:var(--ink)}.consent a{text-decoration:underline}.early-form>.button{width:100%}.early-form>.fineprint{margin-top:12px;font-size:10px}.form-success{border:1px solid var(--ink);padding:28px}.form-success h3{font-family:var(--serif);font-size:32px;font-weight:400}.form-success p{font-size:14px;margin-bottom:0}.form-errors{border:1px solid currentColor;padding:16px;margin-bottom:20px}.faq{display:grid;grid-template-columns:1fr 1.5fr;gap:50px;padding-top:56px;padding-bottom:56px}.faq .eyebrow{color:var(--muted)}.faq h2{font-size:38px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.faq summary,.product-detail summary{display:flex;justify-content:space-between;gap:20px;padding:19px 0;font-size:13px}.faq summary span,.product-detail summary span{font-size:19px;line-height:1}.faq details p{font-size:13px;color:var(--muted);max-width:460px;margin-bottom:22px}.faq details[open] summary span{transform:rotate(45deg)}
.footer{background:var(--ink);color:var(--paper);padding:48px var(--gutter) 20px}.footer-top{display:flex;justify-content:space-between;gap:36px;padding-bottom:44px}.footer-top p{font-size:12px;color:#b3afa5;line-height:1.8;margin:20px 0 0}.footer-top nav{display:grid;grid-template-columns:1fr 1fr;gap:16px 48px;align-content:start;font-size:12px}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;border-top:1px solid #44423c;padding-top:18px;font-size:10px;color:#b3afa5}.footer-bottom nav{display:flex;flex-wrap:wrap;gap:8px 16px}.footer a:hover{text-decoration:underline}.piece-dialog{padding:0;border:0;background:var(--paper);color:var(--ink);max-width:940px;width:calc(100% - 40px);max-height:90vh;overflow:auto}.piece-dialog::backdrop{background:rgb(0 0 0 / .7)}.dialog-panel{display:grid;grid-template-columns:1fr 1fr;position:relative}.dialog-close{position:absolute;right:12px;top:12px;background:var(--paper);color:var(--ink);width:44px;height:44px;font-size:28px;z-index:2;border:1px solid var(--line)}.dialog-image{display:flex;align-items:center;background:#000;padding:22px;min-height:420px}.dialog-image img{width:100%}.dialog-copy{padding:58px 30px 32px}.dialog-copy h2{font-size:40px;margin-bottom:14px}.dialog-copy>.eyebrow{font-size:9px;color:var(--muted)}.dialog-copy>p{font-size:13px}.dialog-copy .dialog-price{font-size:12px}.dialog-copy .subtle{font-size:12px;margin:24px 0}.dialog-copy .button{width:100%}.dialog-copy .fineprint{font-size:10px;margin:12px 0 0}
.product-page{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:start}.product-gallery{display:grid;gap:18px}.product-gallery img{width:100%;background:#e9e6df}.product-summary{position:sticky;top:115px}.back-link{font-size:12px;display:block;margin-bottom:35px;color:var(--muted)}.product-summary .eyebrow{font-size:10px;color:var(--muted)}.product-summary h1{font-size:clamp(36px,4vw,56px)}.product-price{font-size:18px}.availability{font-family:var(--mono);font-size:11px;text-transform:uppercase;border-bottom:1px solid var(--line);padding-bottom:16px}.product-summary>.button{width:100%;margin:12px 0 26px}.product-form{display:grid;gap:10px;margin:26px 0}.product-form label{margin:6px 0 0}.product-form input[type=number]{max-width:110px}.product-form>.button{width:100%;margin-top:10px}.product-description{margin-top:32px;padding-top:26px;border-top:1px solid var(--line)}.product-detail{border-bottom:1px solid var(--line)}.product-detail .prose{font-size:13px}.catalog h1,.text-page h1,.cart-page h1{font-size:clamp(38px,5vw,65px)}.catalog .product-grid{margin-top:36px}.catalog>form{max-width:500px}.catalog>form .button{margin-top:14px}.catalog{min-height:60vh}.pagination{margin:36px 0 0;display:flex;gap:12px}.text-page{max-width:960px;margin:auto;min-height:60vh}.text-page>.button{margin-top:20px}.prose{line-height:1.75;overflow-wrap:anywhere}.prose a{text-decoration:underline}.prose table{display:block;max-width:100%;overflow:auto}.prose img{height:auto}.cart-page{max-width:1200px;margin:auto;min-height:60vh}.cart-item{display:grid;grid-template-columns:110px 1fr 95px;gap:24px;border-bottom:1px solid var(--line);padding:24px 0}.cart-item h2{font-family:var(--sans);font-size:16px;letter-spacing:0}.cart-item p{font-size:12px;margin-bottom:8px}.cart-item img{width:110px}.cart-item .text-link{font-size:11px;padding-top:0}.cart-totals{max-width:400px;margin:32px 0 0 auto}.cart-totals>p:first-child{display:flex;justify-content:space-between}.cart-totals>.button{width:100%;margin-top:12px}
@media(min-width:1700px){.hero{min-height:680px}.hero-copy{padding-top:90px;padding-bottom:90px}.hero h1{font-size:106px}.section-shell{padding-top:100px;padding-bottom:100px}.product-visual{aspect-ratio:1.2}}
@media(max-width:1000px){.hero{grid-template-columns:45% 55%;min-height:480px}.hero-copy{padding-top:44px;padding-bottom:36px}.hero h1{font-size:60px}.hero-actions{gap:12px}.hero-art{padding:25px 18px}.product-grid{gap:28px 16px}.collection-note{padding:22px}.early-access{gap:36px}.product-page{gap:36px}.manifesto-strip span+span:before{margin-inline-end:30px}}
@media(max-width:760px){:root{--gutter:22px}.announcement{justify-content:center;font-size:9px;padding:9px 14px}.announcement>span:first-child,.announcement>a{display:none}.header{min-height:68px;padding-top:15px;padding-bottom:15px;gap:16px}.wordmark{font-size:26px}.header-logo{max-width:185px}.desktop-nav{display:none}.mobile-nav{display:block}.mobile-nav summary{width:40px;height:38px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:8px}.mobile-nav summary span{height:1px;width:24px;background:var(--ink);transition:transform .2s}.mobile-nav[open] summary span:first-child{transform:translateY(3.5px) rotate(45deg)}.mobile-nav[open] summary span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav nav{position:absolute;top:100%;left:0;right:0;padding:12px var(--gutter) 24px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 12px 18px #0000000a}.mobile-nav nav a{display:block;padding:14px 0;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:38px var(--gutter) 32px}.hero h1{font-size:66px;margin-bottom:18px}.hero .eyebrow{margin-bottom:24px}.hero-description{max-width:290px;font-size:13px;margin-bottom:18px}.hero-actions{gap:24px;margin-top:4px}.hero-actions .button{min-height:50px;padding:13px 19px;font-size:12px;gap:23px}.hero-actions .text-link{font-size:11px;gap:9px}.hero-footnote{margin-top:18px;font-size:10px}.hero-art{min-height:268px;padding:36px 22px}.hero-image{padding:0;max-width:520px;margin:auto}.art-label{top:18px;left:22px;font-size:8px}.hero-caption{bottom:16px;left:22px;right:22px;font-size:11px}.hero-caption span:last-child{font-size:9px}.manifesto-strip{padding:15px 12px;gap:8px;justify-content:space-between;font-size:8px;letter-spacing:.04em}.manifesto-strip span+span:before{display:none}.section-shell{padding:50px var(--gutter)}.section-heading{align-items:center;margin-bottom:26px}.section-heading h2{font-size:42px}.section-heading .eyebrow{font-size:9px;margin-bottom:13px}.section-heading>p{font-size:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.product-visual{aspect-ratio:.88}.product-visual .product-image{width:114%;max-width:none;flex-shrink:0}.card-index{top:11px;left:10px;font-size:8px}.card-status{top:11px;right:10px;font-size:8px}.card-arrow{right:10px;bottom:8px;font-size:18px}.product-info{display:block;padding-top:11px}.product-info h3{font-size:12px;margin-bottom:3px}.product-info p{font-size:9px;line-height:1.6}.price{display:block;font-size:11px;margin-top:6px}.collection-note{padding:16px;min-height:0;align-self:stretch;justify-content:center}.collection-note .eyebrow{font-size:8px;margin-bottom:12px;line-height:1.7}.collection-note h3{font-size:32px;margin:0 0 12px}.collection-note p{font-size:10px;margin-bottom:5px}.collection-note .text-link{font-size:10px;gap:8px}.collection-note .text-link span{font-size:16px}.preview-note{font-size:10px;margin-top:22px}.brand-story{grid-template-columns:1fr;gap:12px}.brand-story>.eyebrow{padding:0;font-size:9px}.brand-story h2{font-size:44px;max-width:340px}.story-body{grid-template-columns:1fr;gap:0;font-size:13px;max-width:360px}.story-signature{font-size:8px}.early-access{grid-template-columns:1fr;gap:32px}.signup-copy .eyebrow{font-size:9px;margin-bottom:20px}.signup-copy h2{font-size:46px;margin-bottom:20px}.signup-copy>p:not(.eyebrow){font-size:13px}.signup-detail{font-size:11px}.signup-form-wrap{justify-self:start;max-width:none}.form-preferences{gap:12px}.form-preferences label{font-size:11px}.form-preferences label span{font-size:9px}.consent{font-size:11px}.faq{grid-template-columns:1fr;gap:12px;padding-top:40px;padding-bottom:40px}.faq .eyebrow{font-size:9px}.faq h2{font-size:37px}.faq summary{font-size:12px}.faq details p{font-size:12px}.footer{padding-top:36px}.footer-top{display:block;padding-bottom:30px}.footer-top nav{margin-top:28px;grid-template-columns:1fr 1fr;gap:14px;font-size:11px}.footer-bottom{flex-wrap:wrap;font-size:9px;gap:14px}.footer-bottom nav{width:100%;order:3}.piece-dialog{width:calc(100% - 24px);max-height:91vh}.dialog-panel{grid-template-columns:1fr}.dialog-image{min-height:230px;padding:24px 12px}.dialog-copy{padding:28px 23px}.dialog-copy h2{font-size:35px}.dialog-copy .subtle{margin:18px 0}.product-page{grid-template-columns:1fr;gap:28px}.product-summary{position:static}.product-summary h1{font-size:42px}.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-gallery img:first-child{grid-column:1/-1}.back-link{margin-bottom:24px}.cart-item{grid-template-columns:75px 1fr 70px;gap:14px}.cart-item h2{font-size:13px}.cart-item img{width:75px}.cart-item input{padding:8px}.cart-item label{font-size:10px}}
@media(max-width:360px){:root{--gutter:16px}.hero h1{font-size:56px}.hero-actions{gap:15px}.hero-actions .button{padding-inline:15px;gap:15px}.section-heading>p{display:none}.card-index{display:none}.form-preferences{grid-template-columns:1fr}.product-info h3{font-size:11px}.collection-note{padding:12px}.collection-note h3{font-size:29px}.collection-note .eyebrow{font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
