@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Serif+Display:ital@0;1&family=Space+Grotesk:wght@400;500;700&display=swap');

:root { --ink: #0b0b0b; --paper: #f3f0e9; --acid: #cfff00; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: "Space Grotesk", Arial, sans-serif; }
.hero { min-height: calc(118svh + 190px); padding: 24px 28px; position: relative; overflow: hidden; background: var(--acid); color: var(--ink); }
.nav, footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: "DM Mono", monospace; font-size: 28px; letter-spacing: .04em; text-transform: uppercase; }.nav { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; padding: 24px 28px; background: var(--acid); transition: transform .24s ease; }.nav.is-hidden { transform: translateY(-105%); }
.nav a { color: inherit; text-decoration: none; }.nav a:last-child { font-size: inherit; font-weight: 500; }.wordmark { font-size: inherit; font-weight: 700; letter-spacing: -.12em; }.header-cart { position: relative; display: inline-flex; align-items: center; }.header-cart b { position: absolute; top: -.55em; right: -.7em; color: var(--ink); background: transparent; font-size: .52em; font-weight: 700; line-height: 1; }
.hero-copy { position: absolute; top: 50%; transform: translateY(-48%); left: clamp(28px, 10vw, 150px); }.eyebrow { font-family: "DM Mono", monospace; font-size: 18px; font-weight: 500; letter-spacing: .13em; margin: 0 0 26px; }
h1, h2 { font-size: clamp(72px, 15.6vw, 250px); line-height: .71; letter-spacing: -.1em; margin: 0; font-weight: 700; } h1 i { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.04em; }
.intro { max-width: 390px; margin: 47px 0 32px; font-size: 20px; line-height: 1.3; }.supply-line { white-space: nowrap; }.scroll { font-family: "DM Mono", monospace; font-size: 21px; font-weight: 500; color: inherit; text-decoration: none; border-bottom: 3px solid currentColor; padding-bottom: 10px; }.scroll span { margin-left: 44px; font-size: 30px; }.hero-films { position: absolute; inset: 0; pointer-events: none; }.hero-film { position: absolute; z-index: 1; display: block; width: clamp(375px, 24vw, 500px); aspect-ratio: 3 / 5; object-fit: cover; background: #b4d900; box-shadow: none; }.hero-film--one { top: 10.5vh; right: 26vw; }.hero-film--two { top: 56.5vh; right: 11vw; }.edition { position: absolute; z-index: 2; right: 28px; bottom: 25px; writing-mode: vertical-rl; font-family: "DM Mono", monospace; font-size: 20px; font-weight: 500; letter-spacing: .08em; }
.drop { min-height: 100svh; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--paper); color: var(--ink); }.product-image { min-height: 720px; position: relative; display: grid; place-items: center; overflow: hidden; background: #e7e4df; }.product-view-switch { position: absolute; z-index: 2; bottom: clamp(140px, 18vh, 210px); left: 50%; display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border: 2px solid var(--ink); border-radius: 999px; background: var(--acid); box-shadow: 4px 4px 0 var(--ink); transform: translateX(-50%); }.product-view-button { min-width: 132px; height: 44px; border: 0; border-radius: 999px; color: var(--ink); background: var(--acid); font: 14px "Space Grotesk", Arial, sans-serif; font-weight: 700; cursor: pointer; transition: background .2s ease, color .2s ease, box-shadow .2s ease; }.product-view-button.is-active { color: var(--ink); background: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, .18); }.product-view-panel { width: 100%; height: 100%; display: grid; place-items: center; }.product-view-panel[hidden] { display: none; }.product-image img { width: min(100%, 760px); mix-blend-mode: multiply; object-fit: cover; }.product-view-back { align-content: center; gap: 10px; color: var(--paper); background: var(--ink); text-align: center; font-family: "DM Mono", monospace; }.product-view-back span { color: var(--acid); font-size: 13px; letter-spacing: .13em; }.product-view-back strong { font-size: clamp(46px, 8vw, 112px); line-height: .82; letter-spacing: -.08em; }.product-view-back small { font-size: 11px; letter-spacing: .1em; }
.product-info { display: flex; flex-direction: column; padding: clamp(44px, 7vw, 108px) clamp(28px, 5vw, 86px); }.product-info h2 { font-size: clamp(58px, 8vw, 122px); line-height: .79; }.description { max-width: 455px; margin: 56px 0 34px; font-size: 21px; line-height: 1.35; }.details { padding: 18px 0; display: grid; gap: 9px; border-top: 2px solid #1a1a1a; border-bottom: 2px solid #1a1a1a; font: 13px "DM Mono", monospace; letter-spacing: .04em; }.sizes { display: flex; gap: 10px; padding: 31px 0 16px; }.sizes button { height: 54px; width: 54px; border: 2px solid var(--ink); background: transparent; font: 16px "DM Mono", monospace; }.sizes button:hover { cursor: pointer; background: var(--ink); color: var(--paper); }.size-guide-trigger { align-self: flex-start; margin: 0 0 28px; padding: 0 0 7px; color: var(--ink); border: 0; border-bottom: 2px solid var(--ink); background: transparent; font: 14px "DM Mono", monospace; font-weight: 500; letter-spacing: .06em; cursor: pointer; }.size-guide-trigger span { margin-left: 24px; font-size: 18px; }.cart { display: flex; justify-content: space-between; padding: 20px 22px; background: var(--ink); color: var(--paper); border: 0; font: 16px "DM Mono", monospace; font-weight: 500; letter-spacing: .08em; }.cart span { font-size: 24px; line-height: .65; }.fineprint { margin-top: 18px; color: #525252; font: 13px "DM Mono", monospace; line-height: 1.45; }
.size-guide-dialog { width: min(1560px, calc(100vw - 40px)); max-height: calc(100vh - 40px); padding: 0; overflow: hidden; border: 0; color: var(--ink); background: var(--paper); }.size-guide-dialog::backdrop { background: rgba(0, 0, 0, .78); }.size-guide-panel { position: relative; padding: clamp(26px, 2.6vw, 42px); }.size-guide-panel h2 { margin: 0 0 24px; white-space: nowrap; font: 500 clamp(24px, 2.75vw, 44px)/1 "DM Mono", monospace; letter-spacing: -.06em; }.size-guide-close { position: absolute; top: 18px; right: 20px; width: 42px; height: 42px; border: 2px solid var(--ink); color: var(--ink); background: var(--paper); font-size: 30px; line-height: 1; cursor: pointer; transition: background .16s ease; }.size-guide-close:hover { background: var(--acid); }.size-guide-content { display: grid; grid-template-columns: minmax(270px, .62fr) minmax(720px, 1.38fr); align-items: center; gap: clamp(30px, 4vw, 70px); }.size-guide-visual { min-width: 0; }.size-guide-content img { width: min(100%, 440px); display: block; margin: 0 auto; background: transparent; mix-blend-mode: multiply; }.size-guide-key { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 9px 12px; margin-top: 18px; font: 12px "DM Mono", monospace; letter-spacing: .04em; white-space: nowrap; }.size-guide-key span { display: inline-flex; align-items: center; gap: 6px; }.size-guide-key b { display: grid; width: 24px; height: 24px; place-items: center; color: var(--paper); background: var(--ink); font-weight: 500; }.size-guide-table-wrap { width: 100%; min-width: 0; overflow: hidden; }.size-guide-table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; font: 15px "DM Mono", monospace; }.size-guide-table col.size-column { width: 15%; }.size-guide-table th, .size-guide-table td { padding: 15px 7px; border-top: 1px solid var(--ink); text-align: center; overflow-wrap: anywhere; white-space: normal; }.size-guide-table thead th { color: var(--paper); background: var(--ink); font-weight: 400; }.size-guide-table tbody th { text-align: left; background: var(--acid); }.size-guide-table-wrap p { margin: 14px 0 0; font: 12px/1.45 "DM Mono", monospace; }
.manifesto { min-height: 64vh; padding: 8vw 6vw; display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: var(--acid); }.manifesto p { font-size: clamp(35px, 7vw, 108px); margin: 0; line-height: .92; letter-spacing: -.07em; }.manifesto p + p { font-family: "DM Serif Display", Georgia, serif; font-style: italic; margin-left: 11vw; }
footer { padding: 20px 28px; color: var(--ink); background: var(--acid); font-size: 11px; }.footer-brand-social { display: inline-flex; align-items: center; gap: 12px; }.social-link { display: inline-grid; width: 23px; height: 23px; place-items: center; color: var(--ink); transition: transform .16s ease; }.social-link:visited,.social-link:hover,.social-link:active { color: var(--ink); }.social-link svg { width: 100%; height: 100%; }.social-link .instagram-icon { fill: none; stroke: currentColor; stroke-width: 2; }.social-link .tiktok-icon { fill: currentColor; stroke: none; }.social-link:hover { transform: translateY(-2px); }
.legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }.legal-links a { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; }.legal-links a:hover { border-color: currentColor; }
.cookie-banner { position: fixed; z-index: 10; bottom: 18px; left: 18px; right: 18px; display: flex; align-items: end; justify-content: space-between; gap: 28px; max-width: 820px; padding: 22px; color: var(--paper); background: var(--ink); box-shadow: 6px 6px 0 var(--acid); font-size: 13px; line-height: 1.4; }.cookie-banner[hidden] { display: none; }.cookie-banner .eyebrow { margin-bottom: 9px; }.cookie-banner p:not(.eyebrow) { max-width: 550px; margin: 0 0 10px; }.cookie-banner a { color: var(--acid); font: 10px "DM Mono", monospace; text-decoration: none; }.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }.cookie-actions button { padding: 13px 15px; border: 1px solid var(--paper); background: transparent; color: var(--paper); font: 10px "DM Mono", monospace; letter-spacing: .04em; white-space: nowrap; }.cookie-actions button:hover { cursor: pointer; }.cookie-actions .cookie-accept { border-color: var(--acid); background: var(--acid); color: var(--ink); }
@media (max-width: 720px) { .hero { min-height: 100svh; padding: 18px; }.nav { font-size: 10px; }.nav a:last-child { font-size: 11px; }.wordmark { font-size: 30px; }.nav > span { display: none; }.hero-copy { left: 21px; }.eyebrow { font-size: 13px; }.intro { max-width: 300px; font-size: 17px; }.scroll { font-size: 15px; }.hero-films { display: none; }.edition { right: 17px; bottom: 18px; font-size: 12px; }.drop { grid-template-columns: 1fr; }.product-image { min-height: 460px; }.product-info { min-height: 560px; }.product-info h2 { font-size: clamp(58px, 16vw, 90px); }.description { font-size: 18px; }.details { font-size: 11px; }.sizes button { width: 48px; height: 48px; font-size: 14px; }.size-guide-trigger { font-size: 12px; }.cart { font-size: 14px; }.size-guide-content { grid-template-columns: 1fr; }.size-guide-panel { padding: 46px 20px 24px; }.size-guide-panel h2 { margin-bottom: 28px; }.manifesto { min-height: 47vh; }.fineprint { font-size: 10px; } footer { align-items: flex-start; flex-direction: column; padding: 16px 18px; font-size: 9px; }.legal-links { justify-content: flex-start; gap: 8px 14px; }.cookie-banner { bottom: 12px; left: 12px; right: 12px; align-items: stretch; flex-direction: column; gap: 16px; padding: 18px; }.cookie-actions { flex-direction: column; }.cookie-actions button { width: 100%; } }
/* Compact first column in the size chart. */
.size-guide-table col.size-column { width: 12%; }
/* A product size is required before an item may be added. */
.cart:disabled { cursor: not-allowed; opacity: .42; }
.cart:disabled span { opacity: .6; }
.cart:not(:disabled), .header-cart { cursor: pointer; }
.cart-drawer-checkout:not(:disabled) { cursor: pointer; }
.edition { cursor: default; user-select: none; }
