:root {
  --ink:#0a111b;
  --paper:#ffffff;
  --soft:#f1f2f4;
  --line:#cfd3d8;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Bahnschrift,"Arial Narrow",Arial,sans-serif;font-size:18px;line-height:1.45}
img{display:block;width:100%;height:auto}
.wrap{width:min(calc(100% - 48px),var(--max));margin-inline:auto}
.hero{padding:72px 0 90px}
.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin:0 0 20px}
.hero>.eyebrow{font-size:1.08rem;letter-spacing:.16em;margin-bottom:24px}
.eyebrow.light{color:#cbd3dc}
h1{font-size:clamp(2.8rem,6.6vw,6.6rem);line-height:.82;letter-spacing:-.055em;margin:0;max-width:1000px}
.lede{font-size:clamp(1.2rem,2.1vw,1.8rem);line-height:1.35;max-width:850px;margin:58px 0 64px}
.event-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;border-top:2px solid var(--ink);padding-top:25px}
.label{font-size:.75rem;font-weight:700;letter-spacing:.12em;margin:0 0 10px}
.big{font-size:clamp(1.7rem,3vw,2.6rem);font-weight:700;line-height:1.1;margin:0}
.small{font-size:.9rem;margin-top:20px}
.dark{background:var(--ink);color:white}
.intro-grid{display:grid;grid-template-columns:.8fr 1.5fr;gap:80px;padding:84px 0 94px}
h2{font-size:clamp(1.8rem,3.6vw,3.6rem);line-height:1.02;letter-spacing:-.035em;margin:0}
.copy{font-size:1.05rem}.copy p:first-child{margin-top:0}.copy p:last-child{margin-bottom:0}
.artists{padding:100px 0 90px}.artists>h2{max-width:950px;margin-bottom:76px}
.artist{display:grid;grid-template-columns:1.25fr 1fr;gap:58px;align-items:center;border-top:1px solid var(--line);padding:60px 0}
.artist.reverse img{order:2}.artist.reverse .artist-copy{order:1}
.artist img{aspect-ratio:4/3;object-fit:cover;background:#111}
.artist-copy{max-width:470px}
h3{font-size:clamp(1.6rem,2.6vw,2.6rem);line-height:1;margin:0 0 8px;letter-spacing:-.025em}.work{font-size:1.1rem;margin:0 0 26px}.artist-copy p:last-child{margin-bottom:0}
.showroom{background:var(--soft);padding:95px 0}.showroom-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.showroom h2{margin-bottom:28px}.showroom img{max-width:520px;margin-left:auto;border:1px solid #bbb}
.footer-inner{padding:100px 0 110px;text-align:center}.manifesto{font-size:clamp(1.45rem,3vw,2.6rem);font-weight:700;margin:0 0 24px}.footer-inner>p:nth-child(2){max-width:750px;margin:0 auto}.footer-event{font-size:.78rem;letter-spacing:.12em;font-weight:700;margin-top:70px;line-height:1.6}
@media(max-width:760px){body{font-size:16px}.wrap{width:min(calc(100% - 30px),var(--max))}.hero{padding:44px 0 58px}.lede{margin:38px 0 44px}.event-grid,.intro-grid,.artist,.showroom-grid{grid-template-columns:1fr;gap:30px}.intro-grid{padding:60px 0}.artists{padding:65px 0}.artists>h2{margin-bottom:40px}.artist{padding:40px 0}.artist.reverse img,.artist.reverse .artist-copy{order:initial}.showroom{padding:60px 0}.showroom img{margin:0}.footer-inner{padding:70px 0 80px}}
