/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#080909;--panel:#111313;--paper:#f1f0eb;--muted:#9b9d99;--red:#ef2634;--line:#f1f0eb29}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ink)}body{background:var(--ink);color:var(--paper);font-family:var(--font-geist-sans),Arial,sans-serif;margin:0}::selection{background:var(--red);color:#fff}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080909db;grid-template-columns:1fr auto 1fr;align-items:center;height:74px;padding:0 4vw;display:grid;position:sticky;top:0}.brand{width:max-content;display:inline-flex}.brand-logo{width:124px;height:auto;display:block}.site-header nav{color:#bbbdb8;gap:2.5rem;font-size:.78rem;display:flex}.site-header nav a:hover,footer a:hover{color:var(--red)}.header-cta{justify-self:end}.outline-button,.primary-button{cursor:pointer;letter-spacing:.09em;text-transform:uppercase;background:0 0;border:1px solid #5e615d;justify-content:space-between;align-items:center;gap:1.5rem;padding:.8rem 1rem;font-size:.7rem;font-weight:800;display:inline-flex}.outline-button:hover{border-color:var(--red);color:var(--red)}.primary-button{border-color:var(--red);background:var(--red);color:#fff;min-width:220px;padding:1.05rem 1.2rem;transition:all .2s}.primary-button:hover{background:#ff4652;transform:translateY(-2px)}.hero{background:radial-gradient(circle at 75% 45%,#2b0a0e 0,var(--ink) 48%);grid-template-columns:46% 54%;min-height:calc(100svh - 74px);display:grid;overflow:hidden}.hero-copy{z-index:2;flex-direction:column;justify-content:center;padding:7vh 2vw 6vh 4vw;display:flex}.eyebrow,.section-index{color:var(--red);font-family:var(--font-geist-mono),monospace;letter-spacing:.16em;font-size:.7rem;font-weight:700}.eyebrow{align-items:center;gap:.8rem;display:flex}.eyebrow span{background:var(--red);width:34px;height:2px}h1,h2,h3,p{margin-top:0}.hero h1{letter-spacing:-.075em;margin:1.3rem 0 1.8rem;font-size:clamp(4.3rem,7.25vw,8.4rem);font-weight:900;line-height:.78}.hero h1 em,.lab h2 em,.story h2 em{color:var(--red);font-style:normal}.hero-intro{color:#afb2ad;max-width:590px;font-size:clamp(1rem,1.15vw,1.2rem);line-height:1.68}.hero-actions{align-items:center;gap:1.7rem;margin-top:1rem;display:flex}.text-link{color:#d6d8d3;border-bottom:1px solid #666;padding-bottom:.35rem;font-size:.75rem;font-weight:700}.text-link span{color:var(--red);margin-left:.6rem}.hero-note{color:#747873;font-family:var(--font-geist-mono),monospace;gap:1.5rem;margin-top:auto;padding-top:3rem;font-size:.62rem;display:flex}.hero-note b{color:#c4c7c1}.hero-visual{background-color:#0000;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:54px 54px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-width:0;position:relative}.hero-visual>img{object-fit:cover;filter:contrast(1.12)saturate(.35);mix-blend-mode:screen;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 20%);mask-image:linear-gradient(90deg,#0000 0,#000 20%)}.hero-glow{z-index:1;filter:blur(90px);background:#ef26341f;border-radius:50%;width:36vw;height:36vw;position:absolute;top:18%;right:15%}.axis{z-index:3;color:#c4c7c2;font-family:var(--font-geist-mono);letter-spacing:.09em;grid-template-columns:auto 110px auto;align-items:center;gap:.7rem;font-size:.62rem;display:grid;position:absolute;right:5%}.axis i{background:var(--red);height:1px}.axis b{color:var(--red)}.axis-a{top:25%}.axis-b{top:53%}.vertical-mark{z-index:3;color:#676b66;font-family:var(--font-geist-mono);letter-spacing:.13em;writing-mode:vertical-rl;margin:0;font-size:.56rem;position:absolute;bottom:2rem;right:1.1rem}.connection,.principles,.lab,.story{padding:8rem 4vw}.connection{background:var(--paper);color:var(--ink);grid-template-columns:14% 42% 44%;display:grid}.connection-title h2,.principles h2,.story h2{letter-spacing:-.065em;font-size:clamp(3rem,5.5vw,6.5rem);line-height:.87}.connection-title>p{color:#5d625e}.connection-map{border-top:1px solid #aeb1ad}.connection-map article{font-family:var(--font-geist-mono);border-bottom:1px solid #aeb1ad;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:1.7rem 0;font-size:.72rem;display:grid}.connection-map strong{color:var(--red);font-family:var(--font-geist-sans);letter-spacing:-.04em;grid-column:1/-1;font-size:1.8rem}.product-story{background:#0b0c0c;grid-template-columns:56% 44%;min-height:880px;display:grid}.product-image{background-color:#0e1010;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:44px 44px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-height:760px;position:relative;overflow:hidden}.product-image img{object-fit:cover;filter:saturate(.55)contrast(1.1);transition:transform .7s}.product-story:hover .product-image img{transform:scale(1.025)}.product-number{color:var(--red);letter-spacing:-.08em;font-size:6rem;font-weight:900;position:absolute;top:2rem;left:2rem}.product-copy{flex-direction:column;justify-content:center;padding:7rem 6vw;display:flex}.product-copy h2{letter-spacing:-.08em;margin:.8rem 0 2rem;font-size:clamp(5rem,8.5vw,10rem);line-height:.74}.product-copy h3{letter-spacing:-.05em;font-size:clamp(1.8rem,2.6vw,3rem);line-height:1}.product-copy>p:not(.section-index){color:#999e98;max-width:560px;line-height:1.75}.detail-list{flex-wrap:wrap;gap:.5rem;margin:1.5rem 0 2.5rem;display:flex}.detail-list span{color:#bbc0ba;font-family:var(--font-geist-mono);letter-spacing:.08em;border:1px solid #353a37;padding:.5rem .65rem;font-size:.58rem}.shoe-story{background:var(--paper);color:var(--ink);grid-template-columns:44% 56%}.shoe-story .product-copy>p:not(.section-index){color:#5c625d}.shoe-story .detail-list span{color:#424743;border-color:#bec1bd}.shoe-story .text-link{color:#222;border-color:#777}.principles{grid-template-columns:48% 52%;gap:5vw;display:grid}.principles-head>p:last-child{color:var(--muted)}.principle-list{border-top:1px solid var(--line)}.principle-list article{border-bottom:1px solid var(--line);grid-template-columns:46px 30% 1fr;align-items:center;padding:1.35rem 0;display:grid}.principle-list span{color:var(--red);font-family:var(--font-geist-mono);font-size:.68rem}.principle-list h3{margin:0;font-size:1.5rem}.principle-list p{color:#91958f;margin:0;font-size:.82rem;line-height:1.5}.lab{background:var(--red);color:#fff;grid-template-columns:58% 42%;display:grid}.lab .section-index{color:#fff}.lab-title h2{letter-spacing:-.075em;font-size:clamp(3.7rem,6.2vw,7.5rem);line-height:.84}.lab h2 em{color:#111}.lab-copy{align-self:end;padding:0 3vw 2rem}.lab-copy>p{font-size:1.15rem;line-height:1.7}.lab .primary-button{background:#111;border-color:#111}.lab-steps{border-top:1px solid #ffffff73;grid-column:1/-1;grid-template-columns:repeat(4,1fr);margin-top:5rem;display:grid}.lab-steps article{border-right:1px solid #ffffff73;min-height:210px;padding:1.5rem}.lab-steps span{font-family:var(--font-geist-mono);font-size:.65rem}.lab-steps h3{margin:2.5rem 0 .7rem;font-size:1.15rem}.lab-steps p{color:#ffffffc7;font-size:.8rem;line-height:1.55}.version-line{color:#fff;font-family:var(--font-geist-mono);letter-spacing:.09em;background:#111;grid-column:1/-1;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;font-size:.65rem;display:flex}.version-line b{color:var(--red)}.moto{background:#101212;grid-template-columns:46% 54%;min-height:720px;display:grid}.moto-image{position:relative;overflow:hidden}.moto-image img{object-fit:cover;filter:grayscale(.5)contrast(1.15)}.moto>div:last-child{flex-direction:column;justify-content:center;padding:6rem 7vw;display:flex}.lab-label{background:var(--red);width:max-content;font-family:var(--font-geist-mono);margin:1rem 0;padding:.45rem .6rem;font-size:.65rem}.moto h2{letter-spacing:-.065em;font-size:clamp(3.5rem,5.8vw,6.8rem);line-height:.86}.moto p:not(.section-index){color:#9ca09b;line-height:1.75}.moto small{color:#d0d3cd;font-family:var(--font-geist-mono);letter-spacing:.08em;margin-top:2rem}.story{background:var(--paper);color:var(--ink);grid-template-columns:14% 45% 41%;display:grid}.story>div:last-child{color:#545a55;padding:1rem 3vw;line-height:1.8}.story-rule{color:var(--red);font-family:var(--font-geist-mono);letter-spacing:.08em;font-weight:800;margin-top:3rem!important}.closing{text-align:center;background:radial-gradient(circle,#270a0d,var(--ink) 55%);padding:10rem 4vw}.closing>p{color:var(--red);font-family:var(--font-geist-mono);letter-spacing:.16em;font-size:.7rem}.closing h2{letter-spacing:-.075em;font-size:clamp(4rem,8vw,10rem);line-height:.8}.closing .primary-button{margin:auto}footer{border-top:1px solid var(--line);color:#8f938e;grid-template-columns:1fr 1fr auto auto;align-items:center;gap:2rem;padding:2.5rem 4vw;font-size:.7rem;display:grid}footer p{margin:0}footer div{gap:1.5rem;display:flex}.two-wheels{background:#0d0f0f;grid-template-columns:52% 48%;min-height:820px;display:grid;overflow:hidden}.wheel-wordmark{background:linear-gradient(#ffffff06 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#ffffff06 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle,#291014 0,#0b0d0d 62%);justify-content:center;align-items:center;gap:2vw;min-height:720px;display:flex;position:relative}.wheel-o{border:2px solid var(--red);color:#0000;border-radius:50%;place-items:center;width:17vw;height:17vw;font-size:0;display:grid;position:relative;box-shadow:inset 0 0 0 1.2vw #0d0f0f,0 0 80px #ef26341f}.wheel-o:before{content:"";border:1px solid #676c67;border-radius:50%;width:42%;height:42%}.wheel-o:after{content:"";border:1px dashed #383d39;border-radius:50%;position:absolute;inset:6%}.wheel-o i{color:var(--red);font-family:var(--font-geist-mono);letter-spacing:.12em;font-size:.62rem;font-style:normal;position:absolute;bottom:-2rem}.wheel-link{background:var(--red);width:5vw;height:1px}.wheel-copy{flex-direction:column;justify-content:center;padding:7rem 6vw;display:flex}.wheel-copy h2,.concept-heading h2{letter-spacing:-.07em;font-size:clamp(3.6rem,6vw,7.2rem);line-height:.84}.wheel-copy h2 em,.concept-heading h2 em{color:var(--red);font-style:normal}.wheel-copy>p:not(.section-index){color:#9da19b;font-size:1.04rem;line-height:1.75}.wheel-paths{border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-family:var(--font-geist-mono);letter-spacing:.08em;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin:2rem 0;padding:1.25rem 0;font-size:.58rem;display:grid}.wheel-paths b{color:var(--red);font-size:1.4rem}.wheel-copy small{color:#c9cdc7;font-family:var(--font-geist-mono);letter-spacing:.11em;font-size:.62rem}.concepts{background:var(--paper);color:var(--ink);padding:8rem 4vw}.concept-heading{grid-template-columns:58% 42%;align-items:end;margin-bottom:4rem;display:grid}.concept-heading>div:last-child{color:#555b56;padding:0 3vw 1rem;line-height:1.7}.unit-note{background:var(--ink);color:#fff;font-family:var(--font-geist-mono);letter-spacing:.08em;margin-top:1rem;padding:.55rem .7rem;font-size:.62rem;display:inline-block}.concept-board{background:#d9dad5;border:1px solid #aeb2ad;min-height:760px;position:relative;overflow:hidden}.board-image{position:absolute;inset:0}.board-image img{object-fit:cover;filter:grayscale()contrast(1.25);mix-blend-mode:multiply;opacity:.8}.concept-board:after{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(#0000000d 1px,#0000 1px),linear-gradient(90deg,#0000000d 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:38px 38px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.board-title{z-index:2;position:absolute;top:2rem;left:2rem}.board-title>span,.concept-card>span{font-family:var(--font-geist-mono);letter-spacing:.1em;font-size:.62rem;font-weight:700}.board-title h3{letter-spacing:-.06em;margin-top:.6rem;font-size:clamp(2.3rem,4vw,4.8rem);line-height:.88}.callout{z-index:3;border-left:3px solid var(--red);background:#f1f0ebeb;width:220px;padding:1rem;display:grid;position:absolute;box-shadow:0 15px 45px #0000001f}.callout:before{content:"";background:var(--red);width:90px;height:1px;position:absolute;top:50%;right:100%}.callout b{color:var(--red);font-size:1.5rem}.callout span{font-size:.75rem;font-weight:800}.callout small{color:#6a706b;font-family:var(--font-geist-mono);margin-top:.25rem;font-size:.56rem}.callout-a{top:25%;right:6%}.callout-b{top:52%;right:14%}.callout-c{bottom:9%;right:5%}.concept-grid{background:#aeb2ad;border:1px solid #aeb2ad;grid-template-columns:1fr 1fr;gap:1px;margin-top:1px;display:grid}.concept-card{background:#e9e9e4;min-height:590px;padding:2rem}.mini-image{background:#c9cbc6;height:310px;margin:-2rem -2rem 2rem;position:relative;overflow:hidden}.mini-image img{object-fit:cover;object-position:center 30%;filter:grayscale()contrast(1.18);mix-blend-mode:multiply}.concept-card h3{letter-spacing:-.055em;margin:1rem 0;font-size:clamp(2rem,3.2vw,4rem);line-height:.9}.concept-card ul{border-top:1px solid #aeb2ad;margin:2rem 0 0;padding:0;list-style:none}.concept-card li{color:#4f5550;font-family:var(--font-geist-mono);border-bottom:1px solid #aeb2ad;padding:1rem 0;font-size:.67rem}.concept-card li:before{content:"+";color:var(--red);margin-right:.7rem;font-weight:800}.material-stack{background:#111;flex-direction:column-reverse;justify-content:center;align-items:center;height:310px;margin:-2rem -2rem 2rem;display:flex}.material-stack i{color:#c7cbc5;width:70%;height:58px;font-family:var(--font-geist-mono);letter-spacing:.08em;background:#1b1e1c;border:1px solid #6f736e;place-items:center;margin-top:-8px;font-size:.62rem;font-style:normal;display:grid;transform:skew(-12deg);box-shadow:0 10px 25px #00000073}.material-stack i:nth-child(2){border-color:var(--red);width:58%;color:var(--red)}.concept-footer{background:var(--ink);color:#fff;font-family:var(--font-geist-mono);letter-spacing:.08em;justify-content:space-between;gap:1.5rem;padding:1.2rem 1.5rem;font-size:.62rem;display:flex;overflow-x:auto}.concept-footer span,.concept-footer b{flex:none}.concept-footer b{color:var(--red)}@media (width<=1000px){.site-header nav{gap:1.2rem}.hero{grid-template-columns:52% 48%}.connection,.story{grid-template-columns:1fr;gap:2rem}.connection-map{margin-top:2rem}.two-wheels{grid-template-columns:1fr}.wheel-wordmark{min-height:600px}.wheel-o{width:26vw;height:26vw}.concept-heading{grid-template-columns:1fr}.concept-heading>div:last-child{padding:0}.product-story,.shoe-story{grid-template-columns:1fr}.shoe-story .product-copy{order:2}.product-image{min-height:620px}.principles,.moto{grid-template-columns:1fr}.moto-image{min-height:520px}}@media (width<=720px){.site-header{grid-template-columns:1fr auto;height:66px;padding:0 5vw}.site-header nav{display:none}.brand-logo{width:110px}.header-cta{padding:.7rem;font-size:.58rem}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{min-height:630px;padding:5rem 6vw 3rem}.hero h1{font-size:17vw}.hero-visual{min-height:570px}.hero-visual>img{-webkit-mask-image:linear-gradient(#0000,#000 16%);mask-image:linear-gradient(#0000,#000 16%)}.hero-actions{flex-direction:column;align-items:flex-start}.axis{display:none}.connection,.principles,.lab,.story{padding:5.5rem 6vw}.wheel-wordmark{min-height:430px}.wheel-o{width:34vw;height:34vw}.wheel-copy,.concepts{padding:5.5rem 6vw}.concept-board{min-height:680px}.board-title{top:1.5rem;left:1.5rem}.callout{width:190px}.callout:before{width:45px}.callout-a{top:31%;right:4%}.callout-b{top:53%;right:10%}.callout-c{bottom:5%;right:4%}.concept-grid{grid-template-columns:1fr}.concept-card{min-height:auto}.concept-heading h2{font-size:15vw}.product-story{min-height:auto}.product-image{min-height:520px}.product-copy{padding:5rem 6vw}.product-copy h2{font-size:24vw}.principle-list article{grid-template-columns:35px 1fr}.principle-list p{grid-column:2;margin-top:.5rem}.lab{grid-template-columns:1fr}.lab-copy{padding:0}.lab-steps{grid-template-columns:1fr 1fr}.version-line{justify-content:flex-start;gap:1.5rem;overflow-x:auto}.version-line span,.version-line b{flex:none}.moto-image{min-height:450px}.moto>div:last-child{padding:5rem 6vw}.closing{padding:7rem 6vw}.closing h2{font-size:16vw}footer{grid-template-columns:1fr 1fr}footer div{order:3;grid-column:1/-1}}@media (width<=460px){.hero-copy{min-height:580px}.hero-note{flex-direction:column;gap:.4rem}.hero-visual{min-height:500px}.lab-steps{grid-template-columns:1fr}.product-image{min-height:440px}.product-number{font-size:4rem}.moto-image{min-height:400px}footer{grid-template-columns:1fr}footer div{flex-wrap:wrap;grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important}}
