:root{--ink:#0a0b0e;--paper:#f5f2ea;--stone:#a6a29a;--red:#a93d4b;--green:#3f6d49;--blue:#4f62c9;--line:#cac7bf}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer}button:disabled{cursor:default}button{border:0;background:none}button,a,input,textarea,select,summary{outline-offset:5px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--blue)}img{display:block;width:100%;height:auto}figure,p,h1,h2,h3{margin:0}h1,h2,h3{font-weight:500}em{font-family:Georgia,'Times New Roman',serif;font-weight:400}h2{font-size:clamp(40px,4.8vw,72px);line-height:1.02;letter-spacing:-3px}h2 em{letter-spacing:-2.5px}p{line-height:1.6}::selection{background:var(--blue);color:white}.skip{position:fixed;top:-80px;left:16px;z-index:100;background:var(--paper);padding:12px}.skip:focus{top:12px}.concept-bar{display:flex;justify-content:space-between;align-items:center;padding:7px 3.8%;background:var(--blue);color:white;font-size:10px;letter-spacing:1.4px}.concept-bar a{font-size:10px;letter-spacing:1px;padding:0}.concept-bar span span{padding:0 9px}.header{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:12px 3.8%;background:var(--paper);border-bottom:1px solid var(--ink)}.brand{display:flex;gap:18px;align-items:center;font-size:10px;font-weight:600;letter-spacing:1.2px}.brand img{width:58px;height:58px;border-radius:50%}nav{display:flex;align-items:center;gap:30px;font-size:13px}nav a:not(.nav-cta):hover{text-decoration:underline;text-underline-offset:5px}.nav-cta{background:var(--ink);color:var(--paper);padding:14px 19px}.nav-cta span{margin-left:25px}.menu-toggle{display:none}.hero{padding:0 3.8%}.hero-top{display:flex;justify-content:space-between;padding:20px 0;font-size:10px;letter-spacing:1.6px}.hero-grid{display:grid;grid-template-columns:1fr 1.03fr;min-height:660px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.hero-copy{display:flex;flex-direction:column;padding:40px 25px 21px 0}.eyebrow{font-size:10px;letter-spacing:1.5px;font-weight:600;display:block}.hero h1{font-size:clamp(49px,5.7vw,88px);line-height:.98;letter-spacing:-5px;margin:42px 0 23px;font-weight:600}.hero h1 em{display:inline-block;font-size:.85em;letter-spacing:-3px}.hero-description{font-size:16px;margin-bottom:30px;line-height:1.65}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:17px 23px;font-size:13px;font-weight:600;min-height:52px;border:1px solid var(--ink);width:fit-content;transition:background .2s,color .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button.dark{background:var(--ink);color:var(--paper)}.button.dark:hover{background:var(--blue)}.button.light{background:var(--paper);color:var(--ink)}.button.light:hover{background:#e7e0d5}.button span{font-size:22px;font-weight:400;line-height:1}.hero-foot{margin-top:auto;padding-top:37px;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:1.5px}.hero-foot a{font-size:25px;padding:0 10px}.hero-photo{position:relative;overflow:hidden;min-height:660px}.hero-photo>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center 47%}.photo-sticker{position:absolute;right:25px;top:27px;border-radius:50%;background:var(--paper);width:155px;height:155px;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:.96;font-size:27px;transform:rotate(10deg);border:1px solid var(--ink)}.photo-sticker em{font-size:23px}.photo-sticker span{font-size:9px;letter-spacing:1.5px;margin-top:13px}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;background:var(--ink);color:var(--paper);display:flex;justify-content:space-between;padding:12px 15px;font-size:9px;letter-spacing:1px}.manifesto-strip{display:flex;align-items:center;justify-content:space-around;gap:15px;margin-top:35px;padding:21px 3%;font-size:clamp(24px,3.7vw,56px);letter-spacing:-1px;background:var(--blue);color:var(--paper);line-height:1}.manifesto-strip em{font-size:1.05em}.manifesto-strip span:nth-child(even){font-size:.75em}.section{padding:95px 3.8%}.section-label{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.3px;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:30px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:45px}.section-heading>p{max-width:330px;font-size:14px}.filter-row{border-bottom:1px solid var(--ink);display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.filters{display:flex;gap:24px}.filters button{padding:13px 0;border-bottom:3px solid transparent;font-size:13px;white-space:nowrap}.filters button[aria-pressed=true]{border-color:var(--ink);font-weight:600}.filters sup{font-size:9px;padding-left:3px}.archive-note{font-size:8px;letter-spacing:.8px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product[hidden]{display:none}.product-image{display:block;position:relative;width:100%;aspect-ratio:4/5;overflow:hidden;padding:0;background:#d5d1c8;text-align:left}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-image:hover img{transform:scale(1.045)}.product-badge{position:absolute;top:15px;left:15px;background:var(--paper);padding:6px 9px;font-size:8px;letter-spacing:1px}.image-arrow{position:absolute;bottom:15px;right:15px;background:var(--paper);border:1px solid var(--ink);border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-size:23px}.product-info{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-top:16px}.product-info h3{font-size:20px;letter-spacing:-.5px}.product-info p{font-size:11px;color:#55534e;margin-top:4px}.text-link{display:inline-flex;gap:15px;align-items:center;border-bottom:1px solid currentColor;padding:3px 0;font-size:12px;line-height:1.5;width:fit-content}.text-link:hover{color:var(--blue)}.section-note{font-size:11px;color:#59564f;margin-top:22px;max-width:760px}.own-label{display:grid;grid-template-columns:1fr 1fr;background:var(--red);color:var(--paper)}.label-copy{padding:60px 8% 42px}.label-copy h2{margin:35px 0 27px}.label-copy p{max-width:380px;font-size:14px;margin-bottom:16px}.label-copy .button{margin-top:20px}.label-signature{display:block;font-size:60px;font-weight:900;font-style:italic;line-height:.8;margin-top:60px;letter-spacing:-4px}.label-signature span{display:block;font-style:normal;font-weight:400;letter-spacing:1.2px;font-size:8px;line-height:1.4;margin-top:14px}.own-label figure{position:relative;overflow:hidden;min-height:660px}.own-label img{height:100%;width:100%;object-fit:cover;position:absolute}.own-label figcaption{position:absolute;bottom:0;left:0;right:0;background:var(--paper);color:var(--ink);padding:16px 20px;display:flex;justify-content:space-between;gap:12px;font-size:9px;letter-spacing:.5px}.own-label figcaption a{text-decoration:underline;text-underline-offset:4px}.exchange{padding-bottom:85px}.exchange-list{border-top:1px solid var(--ink)}.exchange-list a{width:100%;display:flex;text-align:left;align-items:center;gap:25px;border-bottom:1px solid var(--ink);padding:25px 4px;transition:padding .2s,background .2s}.exchange-list a:hover{background:#ebe7de;padding-left:15px}.exchange-list .row-number{font-size:10px;align-self:center;margin-right:30px}.exchange-list a>span:nth-child(2){font-size:clamp(23px,3.1vw,46px);line-height:1.1;letter-spacing:-1.8px}.exchange-list a>span:last-child{font-size:40px;margin-left:auto;font-weight:100}.culture{display:grid;grid-template-columns:.85fr 1.15fr;background:var(--blue);color:var(--paper);min-height:540px}.culture figure{max-height:630px;overflow:hidden}.culture img{height:100%;width:100%;object-fit:cover;object-position:center 48%}.culture>div{padding:65px 9% 30px;position:relative;overflow:hidden}.culture h2{margin:35px 0 25px}.culture p{font-size:14px;max-width:390px;margin-bottom:30px}.culture .text-link:hover{color:white}.culture-mark{margin-top:30px;font-size:130px;letter-spacing:-20px;font-weight:800;font-style:italic;line-height:1}.culture-mark span{font-size:9px;letter-spacing:2px;display:inline-block;margin-left:30px;font-style:normal}.visit{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding-top:100px;padding-bottom:100px}.moca-art{position:relative;padding:32px;background:var(--green);color:var(--paper);min-height:540px;overflow:hidden}.moca-art>span{font-size:9px;letter-spacing:1.5px}.moca-art strong{display:block;line-height:.75;font-size:clamp(150px,20vw,280px);letter-spacing:-18px;margin-top:42px;font-weight:600}.moca-art i{position:absolute;right:25px;bottom:25px;font-family:Georgia,serif;border-radius:50%;background:var(--paper);color:var(--ink);width:150px;height:120px;padding:35px 15px;text-align:center;line-height:1.05;transform:rotate(-12deg);font-size:19px}.visit-copy{padding:15px 0}.visit-copy h2{margin:30px 0 30px}.visit dl{margin:0}.visit dl>div{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:20px 0;border-top:1px solid var(--line)}.visit dt{font-size:9px;letter-spacing:1px}.visit dd{margin:0;font-size:16px;line-height:1.55}.visit .section-note{margin:0 0 24px;max-width:370px}.contact{background:#e9e5dc;padding-top:65px;padding-bottom:70px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10%}.contact h2{margin:15px 0 30px}.contact-grid>div>p{max-width:365px;font-size:14px}.faq{padding-top:80px;padding-bottom:100px}.faq-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:8%;margin-top:30px}.faq h2{font-size:clamp(40px,4vw,58px)}details{border-bottom:1px solid var(--line)}details:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:30px;padding:23px 0;font-size:14px;line-height:1.4}summary::-webkit-details-marker{display:none}summary span{font-size:22px;line-height:1}details[open] summary span{transform:rotate(45deg)}details p{font-size:13px;padding:0 40px 25px 0}details p a{text-decoration:underline}footer{background:var(--ink);color:var(--paper);padding:50px 3.8% 25px}.footer-top{display:flex;justify-content:space-between;align-items:center}.footer-top p{font-size:32px;letter-spacing:-1px;line-height:1.1}.footer-round{display:grid;place-items:center;width:75px;height:75px;border:1px solid var(--paper);border-radius:50%;font-size:40px;transition:background .2s}.footer-round:hover{background:var(--blue)}.footer-wordmark{font-size:clamp(54px,12.8vw,200px);font-weight:600;letter-spacing:-.075em;line-height:1.1;white-space:nowrap;margin:38px 0 20px}.footer-wordmark>span{font-size:.15em;vertical-align:top;letter-spacing:0;margin-left:8px;display:inline-block;margin-top:18px}.footer-links{display:flex;justify-content:space-between;flex-wrap:wrap;gap:22px;border-top:1px solid #535354;padding:23px 0;font-size:9px;letter-spacing:1px}.footer-links button{font-size:9px;letter-spacing:1px;padding:0}.legal{max-width:800px;font-size:10px;color:#aaa9a5;line-height:1.6}dialog{background:var(--paper);color:var(--ink);border:1px solid var(--ink);max-width:900px;width:calc(100% - 40px);padding:45px;max-height:88dvh;overflow:auto}dialog::backdrop{background:#0a0b0eba;backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:14px;top:10px;font-size:30px;width:36px;height:36px;line-height:1;z-index:2;background:var(--paper);border:1px solid var(--ink);border-radius:50%}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.detail-layout img{max-height:60vh;object-fit:cover}.detail-layout h2{font-size:42px;letter-spacing:-1px;margin:20px 0}.detail-layout p{font-size:14px}.detail-note{margin:15px 0 25px;color:#55534e;font-size:12px!important}.detail-layout .text-link{margin-top:18px}body.modal-open{overflow:hidden}[hidden]{display:none!important}
@media(min-width:1600px){body{max-width:1800px;margin:auto;border-left:1px solid var(--line);border-right:1px solid var(--line)}.hero-grid,.hero-photo{min-height:760px}}
@media(max-width:1050px){.brand>span{display:none}nav{gap:20px}.hero-grid,.hero-photo{min-height:580px}.hero h1{letter-spacing:-3px;font-size:6.1vw}.hero-copy{padding-top:30px}.hero h1{margin-top:40px}.photo-sticker{width:130px;height:130px;font-size:22px}.photo-sticker em{font-size:20px}.section-heading{gap:30px}.section-heading>p{max-width:280px}.archive-note{display:none}.product-info{display:block}.product-info>.text-link{margin-top:9px}.own-label figure{min-height:610px}.label-copy{padding-top:45px}.label-copy h2{font-size:48px}.label-signature{font-size:50px;margin-top:45px}.exchange-list .row-number{margin-right:0}.visit{gap:6%}.moca-art{min-height:500px;padding:25px}.visit dl>div{grid-template-columns:100px 1fr}.visit dd{font-size:14px}.contact-grid{gap:7%}.culture>div{padding:50px 8% 30px}.culture h2{font-size:50px}.culture-mark{font-size:100px}.culture-mark span{margin-left:25px}}
@media(max-width:760px){html{scroll-padding-top:83px}.concept-bar{padding:8px 5%;font-size:8px;letter-spacing:.7px}.concept-bar a{font-size:8px;letter-spacing:.6px}.header{padding:10px 5%}.brand img{width:48px;height:48px}.brand>span{display:block;font-size:8px}.menu-toggle{display:flex;align-items:center;gap:16px;padding:10px 0;font-size:12px}.menu-toggle span{font-size:20px}nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:15px 5% 25px;border-bottom:1px solid var(--ink);gap:0}nav.is-open{display:flex;flex-direction:column;align-items:stretch}nav>a{padding:15px 0}nav .nav-cta{padding:15px;margin-top:10px;display:flex;justify-content:space-between}.hero{padding:0 5%}.hero-top{font-size:7px;letter-spacing:.6px;gap:10px;padding:18px 0}.hero-grid{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:25px 0 20px}.hero .eyebrow{font-size:8px}.hero h1{font-size:clamp(48px,10.1vw,77px);letter-spacing:-3px;margin:25px 0 20px;line-height:1.01}.hero h1 em{letter-spacing:-2px}.hero-description{font-size:14px;line-height:1.5;margin-bottom:22px}.hero-description br{display:none}.hero-description{max-width:300px}.button{padding:15px 20px;font-size:12px;min-height:50px}.hero-foot{display:none}.hero-photo{min-height:0;aspect-ratio:4/4.3;margin-top:7px}.hero-photo>img{object-position:center 45%}.photo-sticker{right:16px;top:18px;width:111px;height:111px;font-size:20px}.photo-sticker em{font-size:18px}.photo-sticker span{font-size:7px;margin-top:10px}.hero-photo figcaption{font-size:7px;letter-spacing:.5px;padding:10px 12px}.manifesto-strip{margin-top:23px;padding:17px 5%;gap:10px;font-size:6.1vw;letter-spacing:-.5px}.manifesto-strip span:nth-child(6){display:none}.manifesto-strip em{font-size:.94em}.section{padding:60px 5%}.section-label{font-size:8px;letter-spacing:.7px;padding-bottom:13px;margin-bottom:25px;gap:25px}.section-label span:last-child{text-align:right}.section-heading{display:block;margin-bottom:24px}h2{font-size:45px;letter-spacing:-2px}h2 em{letter-spacing:-1.6px}.section-heading>p{max-width:100%;margin-top:22px;font-size:13px}.filter-row{overflow-x:auto;margin-bottom:20px}.filters{gap:22px}.filters button{font-size:11px;padding:12px 0}.product-grid{grid-template-columns:1fr;gap:35px}.product-image{aspect-ratio:4/4.2}.product-info{display:flex;margin-top:13px}.product-info h3{font-size:19px}.product-info>.text-link{margin-top:0;font-size:11px}.product-info p{font-size:11px}.section-note{font-size:10px;margin-top:20px}.own-label{grid-template-columns:1fr}.label-copy{padding:40px 5%}.label-copy h2{font-size:46px;margin:25px 0}.label-copy p{font-size:13px;max-width:350px}.label-copy .button{margin-top:10px}.label-signature{font-size:48px;display:none}.own-label figure{min-height:0;aspect-ratio:4/4.2}.own-label img{object-position:center 55%}.own-label figcaption{font-size:7px;padding:13px 5%}.exchange-list a{padding:22px 0;gap:14px}.exchange-list .row-number{font-size:8px}.exchange-list a>span:nth-child(2){font-size:22px;letter-spacing:-.8px}.exchange-list a>span:last-child{font-size:27px}.culture{grid-template-columns:1fr}.culture figure{height:410px}.culture img{object-position:center 42%}.culture>div{padding:40px 5%}.culture h2{font-size:45px;margin:25px 0}.culture p{font-size:13px}.culture-mark{font-size:85px;margin-top:25px}.culture-mark span{font-size:8px}.visit{grid-template-columns:1fr;gap:30px}.moca-art{min-height:340px;padding:25px}.moca-art strong{font-size:174px;letter-spacing:-12px;margin-top:29px;line-height:.78}.moca-art i{right:25px;bottom:30px;width:140px}.visit-copy{padding:0}.visit-copy h2{margin:22px 0}.visit dl>div{grid-template-columns:115px 1fr}.visit dd{font-size:15px}.visit dt{font-size:8px}.contact-grid{grid-template-columns:1fr;gap:32px}.contact h2{margin:0 0 22px}.contact-grid>div>p{font-size:13px}label{font-size:11px}.faq-grid{grid-template-columns:1fr;gap:30px}.faq h2{font-size:45px}.faq .eyebrow{font-size:9px}summary{font-size:13px;padding:20px 0}details p{padding-right:15px;font-size:12px}footer{padding:35px 5% 22px}.footer-top p{font-size:26px}.footer-round{width:60px;height:60px;font-size:32px}.footer-wordmark{font-size:12vw;letter-spacing:-.075em;margin:35px 0 20px}.footer-wordmark>span{margin-top:6px;margin-left:4px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:20px;font-size:8px}.footer-links button{font-size:8px;text-align:left}.legal{font-size:9px}dialog{padding:45px 22px 25px;width:calc(100% - 26px)}.detail-layout{grid-template-columns:1fr;gap:24px}.detail-layout img{height:260px;object-fit:cover}.detail-layout h2{font-size:35px;margin:13px 0}.detail-layout p{font-size:13px}.culture .eyebrow{font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

.product[data-category="legendz"] .product-image{background:#adbfcd}.product[data-category="legendz"] .product-image img{object-fit:contain}.own-label figure{background:#adbfcd}.own-label img{object-fit:contain}.detail-layout img[src$="legendz-tees.jpg"]{object-fit:contain;background:#adbfcd}

.culture a:focus-visible,.concept-bar a:focus-visible,.label-copy a:focus-visible{outline-color:var(--paper)}

@media(max-width:760px){.manifesto-strip{font-size:5.8vw;gap:6px}.manifesto-strip>span:last-child{display:none}}

/* Shared SVG icon geometry and comfortable pointer targets. */
.icon{display:inline-block;width:1em;height:1em;flex:none;vertical-align:middle;overflow:visible}
a,button,summary{min-width:44px;min-height:44px}
a{display:inline-flex;align-items:center}
.skip{align-items:center}
.concept-bar{min-height:44px;padding-top:0;padding-bottom:0;gap:16px}
.concept-bar a{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;flex:none}
.concept-bar>span{display:flex;align-items:center;gap:9px}
.concept-bar .icon{font-size:13px}
nav a{display:inline-flex;align-items:center}
.nav-cta{gap:24px}
.nav-cta span{margin-left:0}
.menu-toggle{min-width:72px;min-height:44px;justify-content:space-between}
.menu-toggle .icon{width:20px;height:20px}
.hero-foot a{justify-content:center;padding:0}
.photo-sticker span{display:flex;align-items:center;gap:4px}
.photo-sticker .icon{width:11px;height:11px}
.filters button{min-width:44px;min-height:44px}
.text-link{min-height:44px;min-width:44px}
.product-info .text-link{flex-shrink:0}
.own-label figcaption{align-items:center}
.own-label figcaption a{flex-shrink:0;justify-content:flex-end;gap:6px}
.exchange-list a>span:last-child{display:flex;align-items:center}
.exchange-list .icon{width:1em;height:1em}
.moca-art i .icon{width:17px;height:17px}
.contact-grid{align-items:center}
.contact-action{display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.contact-grid>div>p{max-width:440px;font-size:16px}
.footer-links{align-items:center}
.footer-links a{gap:8px}
.footer-wordmark .icon{width:1em;height:1em}
.dialog-close{display:grid;place-items:center;width:44px;height:44px;min-width:44px;min-height:44px;top:12px;right:12px;font-size:22px}
.detail-layout img{object-fit:contain}
summary{align-items:center}
summary .icon{width:20px;height:20px}
.culture a:focus-visible,.concept-bar a:focus-visible,.label-copy a:focus-visible,footer a:focus-visible{outline-color:var(--paper)}
@media(max-width:760px){
 .concept-bar{font-size:8px;letter-spacing:.6px;gap:10px}
 .concept-bar a{font-size:8px;letter-spacing:.4px;gap:5px}
 .concept-bar>span{gap:7px}
 .filters{gap:18px;flex-wrap:wrap}
 .filter-row{overflow:visible;flex-wrap:wrap}
 .archive-note{display:block;font-size:9px;margin-bottom:12px}
 .contact-action{gap:20px}
 .own-label figcaption{gap:8px}
 .footer-links a{font-size:9px}
 .brand{gap:12px}
 .detail-layout img{height:auto;max-height:40vh}
 .product-info h3{font-size:18px}
}
