@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');
:root{--ink:#141414;--paper:#f3f3ef;--lime:#d7ff38;--line:#d4d4ce}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans SC',Arial,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #718400;outline-offset:5px}header{height:88px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid var(--ink)}.wordmark,.footer-logo{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:900;letter-spacing:-1px}.wordmark{font-size:36px}.wordmark span,.footer-logo span{font-family:Arial,sans-serif;font-size:12px;vertical-align:top;letter-spacing:0;margin-left:3px}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:500}.shop-link{border:1px solid var(--ink);padding:12px 18px;background:transparent}.shop-link:hover{background:var(--ink);color:white}.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:white;min-height:660px}.hero-copy{padding:54px 4vw 35px;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:13px;font-weight:500;letter-spacing:1.2px;margin:0 0 26px;line-height:1.6}.hero h1{font-size:clamp(60px,6.9vw,112px);font-weight:900;letter-spacing:-.055em;line-height:1.14;margin:18px 0 30px;white-space:nowrap}.outline{color:var(--lime)}.hero-intro{font-size:17px;line-height:1.9;color:#c8c8c6;margin:0 0 28px}.primary{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--lime);color:var(--ink);padding:17px 23px;font-weight:700;border:0;font-size:16px}.primary:hover{background:#e3ff76}.edition{margin-top:auto;padding-top:32px;color:#aaa;font-size:12px;letter-spacing:1.2px}.hero-image{position:relative;overflow:hidden;min-width:0}.hero-image>img{display:block;width:100%;height:100%;object-fit:cover}.image-caption{position:absolute;left:22px;right:22px;bottom:20px;display:flex;justify-content:space-between;gap:12px;background:var(--paper);color:var(--ink);padding:14px;font-size:12px}.statement{display:flex;justify-content:space-around;align-items:center;gap:30px;overflow:hidden;white-space:nowrap;background:var(--lime);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);font-family:'Barlow Condensed',Impact,sans-serif;font-weight:800;font-size:clamp(32px,4vw,64px);padding:15px 22px}.asterisk{font-family:Arial,sans-serif;font-size:44px}.section{padding:88px 4vw}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.section-heading .eyebrow{margin-bottom:12px}h2{font-size:clamp(36px,4.3vw,66px);letter-spacing:-.045em;line-height:1.2;margin:0;font-weight:900}.section-heading>p{font-size:16px;line-height:1.8;margin:0;color:#555}.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 22px}.product{display:block;text-align:left;padding:0;border:0;background:transparent;width:100%}.product-image{position:relative;overflow:hidden;background:#ddd;aspect-ratio:1}.product img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.product:hover img{transform:scale(1.035)}.product-no{position:absolute;top:13px;left:13px;background:var(--paper);font-size:13px;padding:5px 9px}.view{position:absolute;bottom:12px;right:12px;z-index:1;background:var(--ink);color:white;padding:9px 12px;font-size:13px;transition:background .2s}.product:hover .view{background:var(--lime);color:var(--ink)}.product-info{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:17px}.product-info h3{font-size:16px;margin:0;font-weight:700}.product-info>span{font-size:13px;color:#62625f;white-space:nowrap}.attitude{background:var(--ink);color:var(--paper)}.attitude-grid{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:50px}.attitude h2{font-size:clamp(56px,8.5vw,128px);line-height:1.12}.attitude h2 span{color:var(--lime)}.manifesto{font-size:28px;line-height:1.55;font-weight:700;margin:0 0 27px}.attitude-grid>div>p:not(.manifesto){font-size:16px;line-height:2;color:#bababa}.small-wordmark{display:block;margin-top:48px;font-size:12px;letter-spacing:1px}.launch{display:flex;justify-content:space-between;gap:35px;align-items:center;border-bottom:1px solid var(--ink)}.launch h2{font-size:clamp(50px,6vw,90px)}.launch p:not(.eyebrow){font-size:17px;line-height:1.9;margin-bottom:0}.launch-button{width:270px;aspect-ratio:1;border:1px solid var(--ink);border-radius:50%;background:var(--lime);font-size:21px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;transition:transform .25s}.launch-button span{font-size:52px}.launch-button:hover{transform:rotate(-6deg)}footer{padding:45px 4vw 24px}.footer-logo{display:block;font-size:clamp(60px,15vw,240px);line-height:1;letter-spacing:-.035em}.footer-logo span{font-size:22px}footer>div{margin-top:36px;display:flex;gap:25px;justify-content:space-between;font-size:13px;color:#555}dialog{border:0;padding:0;max-width:1000px;width:90vw;max-height:90dvh;background:var(--paper);color:var(--ink);overflow:auto}dialog::backdrop{background:#000b;backdrop-filter:blur(4px)}.close{position:absolute;right:14px;top:12px;border:1px solid #aaa;background:var(--paper);width:42px;height:42px;font-size:30px;line-height:1;z-index:2}.detail{display:grid;grid-template-columns:1.1fr 1fr}.detail>img{width:100%;height:100%;object-fit:cover}.detail-copy{padding:65px 32px 35px;align-self:center}.detail-copy h2{font-size:36px;line-height:1.35}.detail-copy>p{line-height:1.9;font-size:16px}.detail-note{color:#666;padding:15px 0;border-top:1px solid var(--line);margin-top:30px}.detail-copy .primary{font-size:14px;padding:15px}.detail-copy .eyebrow{font-size:12px}#shop-dialog{max-width:540px;padding:58px 40px 40px}#shop-dialog h2{font-size:52px}#shop-dialog>p:not(.eyebrow){line-height:1.9;margin:24px 0}body.modal-open{overflow:hidden}.skip{position:fixed;left:15px;top:-80px;padding:12px;background:var(--lime);z-index:100}.skip:focus{top:10px}
@media(min-width:1600px){.hero{min-height:760px}.hero-image{max-height:850px}}@media(max-width:900px){header{height:76px}.wordmark{font-size:30px}nav{gap:20px}.hero{min-height:550px}.hero-copy{padding-top:35px}.hero h1{font-size:7.4vw}.hero-intro{font-size:16px}.products{grid-template-columns:repeat(2,minmax(0,1fr))}.attitude-grid{gap:30px}.manifesto{font-size:24px}.launch-button{width:220px}.section{padding:65px 5vw}.detail{grid-template-columns:1fr 1fr}.detail-copy{padding:64px 22px 28px}}
@media(max-width:600px){html{scroll-padding-top:20px}header{padding:0 5vw;height:70px}.wordmark{font-size:29px}nav{gap:15px}nav>a{font-size:13px}nav .shop-link{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:32px 5vw 35px;min-height:450px}.hero h1{font-size:clamp(64px,15vw,90px);margin:4px 0 22px}.hero .eyebrow{font-size:12px}.hero-image{aspect-ratio:1}.hero-image>img{object-fit:cover}.hero-intro{margin-bottom:23px}.edition{padding-top:28px}.statement{justify-content:flex-start;font-size:34px;gap:20px;padding:12px 5vw}.asterisk{font-size:30px}.section-heading{display:block;margin-bottom:27px}.section-heading>p{margin-top:18px;font-size:15px}.section{padding:52px 5vw}.products{gap:25px 12px}.product-info{display:block;padding-top:12px}.product-info h3{font-size:14px;line-height:1.5}.product-info>span{display:block;margin-top:4px;font-size:12px}.view{font-size:12px;padding:6px 8px;bottom:7px;right:7px}.product-no{top:7px;left:7px;font-size:12px;padding:3px 6px}.attitude-grid{grid-template-columns:1fr;gap:30px}.attitude h2{font-size:68px}.manifesto{font-size:24px}.small-wordmark{margin-top:30px}.launch{align-items:flex-start;gap:20px;flex-direction:column}.launch-button{width:auto;aspect-ratio:auto;border-radius:0;flex-direction:row;padding:16px 23px;font-size:16px;gap:35px;margin-top:15px}.launch-button span{font-size:28px}.launch h2{font-size:58px}.launch p:not(.eyebrow){font-size:16px}footer{padding:35px 5vw 22px}.footer-logo{font-size:16vw}.footer-logo span{font-size:13px}footer>div{flex-wrap:wrap;font-size:12px;gap:18px}.detail{grid-template-columns:1fr}.detail>img{aspect-ratio:1;max-height:48dvh;object-fit:contain;background:#ddd}.detail-copy{padding:25px}.detail-copy h2{font-size:28px}.detail-copy .eyebrow{margin-bottom:12px}.detail-note{margin-top:18px}#shop-dialog{padding:58px 25px 30px}#shop-dialog h2{font-size:44px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
