:root{--black:#0a0a0a;--white:#f5f5f0;--grey:#d7d7d0;--line:#292929}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--black);background:var(--white);text-rendering:optimizelegibility;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}::selection{color:var(--white);background:var(--black)}.nav{z-index:10;width:100%;min-height:82px;color:var(--white);border-bottom:1px solid #ffffff73;justify-content:space-between;align-items:center;padding:0 3vw;display:flex;position:absolute;top:0;left:0}.brand{letter-spacing:-.04em;align-items:center;gap:.75rem;font-size:1rem;font-weight:900;display:inline-flex}.brand img{object-fit:cover;filter:grayscale()contrast(1.15);border-radius:50%;width:50px;height:50px}.nav-links{letter-spacing:.07em;color:var(--black);align-items:center;gap:2rem;font-size:.78rem;font-weight:800;display:flex}.nav-buy{border:1px solid var(--black);padding:.85rem 1rem}.nav a:hover,.footer-links a:hover,.footer-links button:hover{opacity:.62}.hero{min-height:820px;color:var(--white);background:var(--black);grid-template-columns:1.18fr .82fr;display:grid;overflow:hidden}.hero-copy{flex-direction:column;justify-content:flex-end;padding:9rem 3vw 6.5rem;display:flex}.eyebrow{letter-spacing:.2em;margin:0 0 1.5rem;font-size:.72rem;font-weight:900}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.09em;margin-bottom:2.3rem;font-size:clamp(4.25rem,9.1vw,10.2rem);font-weight:900;line-height:.78}h1 span{color:#0000;-webkit-text-stroke:2px var(--white)}.hero-intro{max-width:600px;margin-bottom:2.3rem;font-size:clamp(1.1rem,1.65vw,1.55rem);line-height:1.35}.primary-button{width:fit-content;color:var(--black);background:var(--white);letter-spacing:.06em;justify-content:space-between;align-items:center;gap:3rem;padding:1.25rem 1.4rem;font-size:.82rem;font-weight:900;transition:transform .2s,background .2s;display:inline-flex}.primary-button:hover{background:#fff;transform:translateY(-4px)}.hero-object{background:#e8e8e2;border-left:1px solid #2f2f2f;min-height:720px;position:relative;overflow:hidden}.hero-object:before{content:"";opacity:.4;background-image:radial-gradient(#aaa 1px,#0000 1px);background-size:5px 5px;position:absolute;inset:0}.hero-object p{color:var(--black);letter-spacing:.13em;font-size:.72rem;font-weight:900;line-height:1.5;position:absolute;bottom:2rem;left:2rem}.product-photo{z-index:1;object-fit:contain;object-position:center 60%;filter:grayscale()contrast(1.08);mix-blend-mode:multiply;width:113%;height:102%;position:absolute;inset:4% -8% -3% -5%}.weight-stamp{z-index:5;color:var(--black);letter-spacing:-.09em;font-size:clamp(5rem,10vw,10rem);font-weight:900;line-height:.62;position:absolute;top:16%;left:8%;transform:rotate(-7deg)}.weight-stamp span{letter-spacing:.03em;padding-left:2.5rem;font-size:.36em;display:block}.ticker{color:var(--black);background:var(--grey);border-bottom:1px solid var(--black);padding:1rem 0;overflow:hidden}.ticker div{letter-spacing:.08em;align-items:center;gap:1.8rem;width:max-content;padding-left:2rem;font-size:.83rem;font-weight:900;display:flex}.ticker i{font-style:normal}.section{padding:2.5rem 3vw 8rem}.section-number{border-bottom:1px solid var(--black);letter-spacing:.12em;padding-bottom:1.7rem;font-size:.7rem;font-weight:900}.section-number.inverse{border-color:#4a4a4a}.product-grid,.story-grid{grid-template-columns:1.2fr .8fr;gap:8vw;padding-top:5rem;display:grid}.product h2,.story h2,.uses h2,.cta h2{letter-spacing:-.085em;font-size:clamp(3.7rem,7.4vw,8.6rem);font-weight:900;line-height:.84}.product-details>p{max-width:640px;font-size:1.25rem;line-height:1.45}.product-details ul{border-top:1px solid var(--black);margin:3rem 0 2rem;padding:0;list-style:none}.product-details li{border-bottom:1px solid var(--black);justify-content:space-between;gap:2rem;padding:1.15rem 0;display:flex}.product-details li strong{text-transform:uppercase}.product-details li span{text-align:right}.product-details .fineprint{font-size:.84rem;line-height:1.5}.text-link{letter-spacing:.08em;border-bottom:2px solid;gap:1rem;margin-top:1rem;padding-bottom:.35rem;font-size:.8rem;font-weight:900;display:inline-flex}.uses{color:var(--white);background:var(--black);padding:2.5rem 3vw 6rem}.uses h2{max-width:1100px;margin:5rem 0}.use-grid{border-top:1px solid #4a4a4a;border-bottom:1px solid #4a4a4a;grid-template-columns:repeat(3,1fr);display:grid}.use-grid article{border-right:1px solid #4a4a4a;min-height:260px;padding:1.5rem}.use-grid article:last-child{border:0}.use-grid span{color:#888;font-size:.7rem}.use-grid h3{letter-spacing:-.05em;margin:4.5rem 0 1rem;font-size:1.7rem}.use-grid p{color:#bdbdb7;max-width:290px;line-height:1.45}.story{padding-bottom:10rem}.story-grid h2{font-size:clamp(3.2rem,6vw,7rem)}.story-grid>div{padding-top:.4rem}.story-grid p{font-size:1.07rem;line-height:1.65}.story-grid .story-lead{letter-spacing:-.03em;margin-bottom:2rem;font-size:1.8rem;font-weight:800;line-height:1.2}.cta{text-align:center;min-height:680px;color:var(--white);background:var(--black);border-top:1px solid #333;flex-direction:column;justify-content:center;align-items:center;padding:7rem 3vw;display:flex}.cta h2{margin-bottom:3rem;font-size:clamp(6rem,14vw,14rem)}.primary-button.light{min-width:min(460px,90vw)}.cta-note{color:#8d8d88;margin:1.3rem 0 0;font-size:.72rem}footer{color:var(--white);background:var(--black);border-top:1px solid #333;grid-template-columns:1fr 1fr 1fr;gap:2rem;padding:4rem 3vw 2rem;display:grid}footer p{color:#a5a5a0;line-height:1.5}.footer-links{justify-items:start;gap:.75rem;display:grid}.footer-links button{cursor:pointer;background:0 0;border:0;padding:0}.footer-brand{flex-direction:column;align-items:flex-start}.footer-brand img{width:92px;height:92px}footer small{color:#6d6d69;border-top:1px solid #333;grid-column:1/-1;padding-top:2rem}.dialog-backdrop{z-index:50;background:#000000ad;justify-content:flex-end;display:flex;position:fixed;inset:0}.dialog{width:min(720px,100%);height:100%;color:var(--black);background:var(--white);padding:2rem clamp(1.5rem,5vw,4rem) 5rem;overflow:auto;box-shadow:-18px 0 60px #0000004d}.dialog-close{cursor:pointer;text-transform:uppercase;letter-spacing:.08em;background:0 0;border:0;border-bottom:1px solid;margin-bottom:4rem;margin-left:auto;padding:.7rem 0;font-size:.75rem;font-weight:800;display:block}.legal-copy h2{letter-spacing:-.08em;margin-bottom:3rem;font-size:clamp(3.5rem,8vw,6rem);line-height:.8}.legal-copy h3{text-transform:uppercase;letter-spacing:.03em;margin-top:2.4rem;margin-bottom:.65rem;font-size:1rem}.legal-copy p{line-height:1.58}.legal-copy a{border-bottom:1px solid}@media (max-width:900px){.nav-links{color:var(--white)}.nav-buy{border-color:var(--white)}.nav-links>a:not(.nav-buy){display:none}.hero{grid-template-columns:1fr}.hero-copy{min-height:710px;padding-top:8rem}.hero-object{border:0;border-top:1px solid #333;min-height:620px}.product-grid,.story-grid{grid-template-columns:1fr;gap:2rem}.use-grid{grid-template-columns:1fr}.use-grid article{border-bottom:1px solid #4a4a4a;border-right:0;min-height:220px}footer{grid-template-columns:1fr 1fr}.footer-links{grid-area:1/2/span 2}}@media (max-width:560px){.nav{min-height:70px;padding-inline:1.1rem}.nav-buy{padding:.7rem .75rem}.hero-copy{min-height:650px;padding:7rem 1.1rem 4rem}h1{font-size:clamp(3.6rem,19vw,5.8rem)}h1 span{-webkit-text-stroke-width:1px}.hero-object{min-height:480px}.product-photo{object-position:center 65%;width:120%;height:108%;inset:5% -10% -8%}.weight-stamp{top:16%}.section,.uses{padding-left:1.1rem;padding-right:1.1rem}.section{padding-bottom:5.5rem}.product-grid,.story-grid{padding-top:3rem}.product h2,.story h2,.uses h2{font-size:clamp(3rem,14vw,4.8rem)}.product-details li{gap:.2rem;display:grid}.product-details li span{text-align:left}.use-grid article{padding-inline:.5rem}.cta{min-height:580px;padding-inline:1.1rem}.cta h2{font-size:25vw}.primary-button{gap:1rem;width:100%}footer{grid-template-columns:1fr;padding-inline:1.1rem}.footer-links{grid-area:auto/1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
