:root{--paper:#f4f1e9;--white:#fbfaf6;--ink:#171816;--green:#162019;--clay:#91472f;--line:rgba(23,24,22,.18);--muted:#77736b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}img,video{display:block;width:100%;object-fit:cover}a{color:inherit;text-decoration:none}.nav{height:72px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;background:var(--white);border-bottom:1px solid var(--line);position:relative;z-index:10}.wordmark{font-size:15px;font-weight:800;letter-spacing:.15em;line-height:1}.wordmark small{display:block;font-size:8px;letter-spacing:.38em;margin-top:6px}.nav nav{display:flex;gap:32px;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.nav button{display:none;border:0;background:transparent;text-transform:uppercase;letter-spacing:.12em}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.hero{height:calc(100vh - 72px);min-height:680px;display:grid;grid-template-columns:44% 56%;background:var(--green);color:white}.hero-copy{padding:7vw 5vw;display:flex;flex-direction:column;justify-content:center}.hero h1,.premise h2,.figures h2,.silver-proof h2,.craft h2,.eddy h2,.details h2,.presentation h2,.origin h2,.close h2{font:400 clamp(50px,6vw,94px)/.94 Georgia,serif;letter-spacing:-.045em;margin:.25em 0}.hero .eyebrow{color:#c6ad84}.hero .intro{font:20px/1.45 Georgia,serif;max-width:480px}.actions{display:flex;gap:22px;align-items:center;margin-top:25px}.actions a,.close a{background:var(--clay);color:white;padding:15px 20px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.actions span{font-size:10px;letter-spacing:.09em;text-transform:uppercase}.hero figure{position:relative;margin:0;overflow:hidden}.hero figure img{height:100%}.hero figcaption{position:absolute;right:24px;bottom:22px;background:rgba(16,17,15,.78);padding:9px 12px;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.premise{padding:10vw 12vw;text-align:center;background:var(--white)}.premise h2{font-size:clamp(48px,7vw,100px)}.premise>p:last-child{font:20px Georgia,serif;max-width:650px;margin:30px auto 0}.figures{padding:9vw 6vw}.figures-head{display:grid;grid-template-columns:1fr 1.4fr 1fr;align-items:end;gap:5vw;margin-bottom:6vw}.figures-head h2{margin:0}.figure-list{border-top:1px solid var(--line)}.figure-list article{display:grid;grid-template-columns:58% 42%;min-height:640px;border-bottom:1px solid var(--line);padding:45px 0;gap:5vw;align-items:center}.figure-list article:nth-child(even){grid-template-columns:42% 58%}.figure-list article:nth-child(even) figure{order:2}.figure-list figure{margin:0;height:560px;overflow:hidden}.figure-list img{height:100%}.figure-list article>div{padding:4vw}.figure-list article>div>span{font-size:11px;color:var(--muted)}.figure-list h3{font:400 clamp(50px,7vw,100px)/.9 Georgia,serif;letter-spacing:-.05em;margin:.15em 0}.figure-list article>div>p:last-child{font-size:18px;max-width:430px}.silver-proof{display:grid;grid-template-columns:60% 40%;background:#0d0e0c;color:white;min-height:700px}.silver-proof img{height:100%;min-height:700px;object-position:center}.silver-proof>div{padding:7vw 5vw;align-self:center}.silver-proof h2{font-size:clamp(48px,5.5vw,82px)}.silver-proof>div>p:last-child{color:#c9c7c0;max-width:450px}.craft{padding:9vw 5vw;background:var(--white)}.craft-intro{display:grid;grid-template-columns:.8fr 1.4fr 1fr;gap:5vw;align-items:end;margin-bottom:5vw}.craft-intro h2{margin:0}.bench,.craft-video{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bench img{height:520px}.craft-video{margin-top:18px}.craft-video video{height:520px;background:#111}.real-note{margin:25px 0 0;padding-top:18px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.eddy{display:grid;grid-template-columns:45% 55%;min-height:680px;background:var(--clay);color:white}.eddy img{height:680px}.eddy>div{padding:8vw 7vw;align-self:center}.eddy h2{font-size:clamp(48px,6vw,88px)}.details,.presentation,.origin{display:grid;grid-template-columns:1fr 1fr;min-height:720px}.details>div,.presentation>div,.origin>div{padding:8vw 7vw;align-self:center}.details img,.presentation img,.origin img{height:720px}.details img{background:var(--green)}.details ul{list-style:none;margin:30px 0 0;padding:0;border-top:1px solid var(--line)}.details li{padding:10px 0;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.presentation{background:#d8c6a7}.presentation img{order:2;object-position:center}.origin{background:var(--white)}.origin img{object-position:center top}.origin .lead{font:22px Georgia,serif}.origin a{display:inline-block;margin-top:20px;border-bottom:1px solid;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.close{text-align:center;padding:10vw 5vw;background:var(--green);color:white}.close h2{font-size:clamp(60px,9vw,130px)}.close a{display:inline-block;margin-top:22px;background:var(--white);color:var(--ink)}footer{display:flex;justify-content:space-between;gap:20px;padding:27px 4vw;background:#0c0d0b;color:#aaa;font-size:9px;letter-spacing:.12em;text-transform:uppercase}@media(max-width:850px){.nav{height:64px}.nav button{display:block}.nav nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--white);padding:26px;flex-direction:column}.nav nav.open{display:flex}.hero{height:auto;min-height:0;display:flex;flex-direction:column-reverse}.hero figure{height:68vh;min-height:500px}.hero-copy{padding:70px 7vw}.hero h1{font-size:60px}.actions{align-items:flex-start;flex-direction:column}.premise{padding:85px 7vw}.figures{padding:75px 5vw}.figures-head,.craft-intro{display:block}.figures-head h2,.craft-intro h2{margin:15px 0 20px}.figure-list article,.figure-list article:nth-child(even){display:block;min-height:0;padding:30px 0}.figure-list article:nth-child(even) figure{order:0}.figure-list figure{height:auto;aspect-ratio:1/1}.figure-list article>div{padding:28px 3px 20px}.figure-list h3{font-size:58px}.silver-proof,.eddy,.details,.presentation,.origin{display:flex;flex-direction:column;min-height:0}.silver-proof img,.eddy img,.details img,.presentation img,.origin img{height:auto;min-height:0;aspect-ratio:1/1}.silver-proof>div,.eddy>div,.details>div,.presentation>div,.origin>div{padding:70px 7vw}.bench,.craft-video{grid-template-columns:1fr}.bench img,.craft-video video{height:110vw;max-height:560px}.presentation img{order:0}.close{padding:90px 6vw}footer{flex-direction:column}}
