@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Space+Grotesk:wght@400;500;600&display=swap');
:root{--ink:#171714;--paper:#f3f0e8;--stone:#d8d1c2;--red:#9f3028;--line:rgba(23,23,20,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Manrope',sans-serif;font-size:16px}.top{height:84px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}a{color:inherit;text-decoration:none}.brand{display:flex;align-items:center;gap:13px;font-weight:600}.brand i{font-family:'Space Grotesk',sans-serif;font-weight:400;font-style:normal}.mark{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--ink);border-radius:50%;font-size:12px;letter-spacing:-1px}.top nav{display:flex;gap:30px;font-size:14px}.hero{min-height:calc(100vh - 84px);display:grid;grid-template-columns:1.05fr .95fr;padding:clamp(45px,7vw,110px) clamp(22px,8vw,120px);gap:6vw;align-items:center}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.18em;margin:0 0 28px;color:var(--red)}h1,h2,h3{font-family:'Space Grotesk',sans-serif;font-weight:400;margin:0;line-height:.96}.hero h1{font-size:clamp(52px,7.5vw,112px);letter-spacing:-.045em}.hero h1 em,.piece h1 em{color:var(--red);font-weight:400;font-style:normal}.intro{max-width:570px;font-size:clamp(17px,1.5vw,22px);line-height:1.55;margin:36px 0}.cta{display:inline-flex;gap:38px;border-bottom:1px solid var(--ink);padding:12px 0;font-weight:600}.hero-object{margin:0;position:relative}.hero-object img{width:100%;display:block;aspect-ratio:4/5;object-fit:cover;filter:saturate(.8)}.hero-object figcaption{position:absolute;left:-28px;bottom:36px;background:var(--ink);color:white;padding:18px 22px;display:flex;flex-direction:column;gap:5px}.hero-object figcaption span{font-size:12px;color:#ccc}.manifesto{background:var(--ink);color:var(--paper);padding:100px clamp(22px,8vw,120px);text-align:center}.manifesto>p{font-family:'Space Grotesk',sans-serif;font-size:clamp(28px,4vw,56px);max-width:1000px;margin:0 auto 70px}.equation{display:flex;justify-content:center;align-items:center;gap:clamp(28px,7vw,110px)}.equation span{font-size:clamp(25px,4vw,54px);letter-spacing:.08em}.equation small{display:block;font-size:12px;letter-spacing:.13em;color:#aaa;margin-top:10px}.equation b{color:var(--red);font-size:32px}.collection{padding:120px clamp(22px,8vw,120px)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:62px}.section-head h2{font-size:clamp(46px,6vw,86px)}.cards{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,5vw,70px)}.image-wrap{position:relative;overflow:hidden;background:var(--stone)}.image-wrap img{width:100%;display:block;aspect-ratio:4/5;object-fit:cover;transition:transform .6s ease}.card:hover img{transform:scale(1.025)}.number{position:absolute;right:16px;top:16px;background:var(--paper);width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:12px}.card-copy{padding:24px 0}.card-copy p{font-size:12px;letter-spacing:.15em;color:var(--red)}.card-copy h3{font-size:clamp(30px,3vw,48px);margin:8px 0 18px}.card-copy span{font-size:14px}.piece{padding:80px clamp(22px,8vw,120px) 120px}.piece-title{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;margin-bottom:60px}.piece-title .eyebrow{grid-column:1/-1}.piece-title h1{font-size:clamp(60px,9vw,132px)}.piece-title>p:last-child{font-family:'Space Grotesk',sans-serif;font-size:25px;max-width:340px;line-height:1.3}.piece-photo{margin:0}.piece-photo img{width:100%;max-height:78vh;object-fit:cover;object-position:center 55%;display:block}.story{position:relative;max-width:790px;margin:120px auto;font-family:'Space Grotesk',sans-serif;font-size:clamp(21px,2.1vw,29px);line-height:1.55}.story .quote{position:absolute;left:-80px;top:-38px;color:var(--red);font-size:120px}.story strong{display:block;border-top:1px solid var(--line);padding-top:30px;margin-top:38px;color:var(--red);font-weight:400}.facts{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.facts div{padding:30px 20px;border-right:1px solid var(--line)}.facts div:last-child{border:0}.facts small{display:block;font-size:11px;letter-spacing:.14em;color:#777;margin-bottom:12px}.facts b{font-size:14px}.video-block{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px;align-items:center;background:#ddd7ca;margin:120px calc(clamp(22px,8vw,120px)*-1);padding:80px clamp(22px,8vw,120px)}.video-block h2{font-size:clamp(42px,5vw,72px)}.video-block p:last-child{line-height:1.6}.video-block video{width:100%;max-height:72vh;background:#111}.next{display:flex;justify-content:space-between;align-items:center;margin-top:90px;padding:30px 0;border-bottom:1px solid var(--ink)}.next small{letter-spacing:.15em}.next span{font-family:'Space Grotesk',sans-serif;font-size:clamp(24px,3vw,40px)}footer{display:flex;justify-content:space-between;gap:20px;padding:35px clamp(22px,5vw,76px);background:var(--ink);color:#ddd;font-size:13px}footer p{margin:0;color:#999}@media(max-width:760px){.top{height:70px}.top nav{gap:14px}.top nav a:last-child{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero-object{margin-top:25px}.hero-object figcaption{left:10px;bottom:10px}.manifesto{padding-block:72px}.equation{gap:18px}.collection{padding-block:80px}.section-head{display:block}.cards{grid-template-columns:1fr}.piece{padding-top:55px}.piece-title{display:block}.piece-title>p:last-child{margin:24px 0}.story{margin:80px 12px}.story .quote{position:static;display:block;height:58px}.facts{grid-template-columns:1fr 1fr}.facts div:nth-child(2){border-right:0}.facts div:nth-child(-n+2){border-bottom:1px solid var(--line)}.video-block{grid-template-columns:1fr;margin-top:80px;gap:30px;padding-block:60px}.next{display:block}.next small{display:block;margin-bottom:15px}footer{flex-direction:column}}
