:root {
  --ink: #f4f0e8;
  --muted: #aaa69d;
  --paper: #0c0c0b;
  --panel: #141412;
  --line: rgba(244, 240, 232, .16);
  --accent: #d7ff43;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 10;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #0c0c0b;
  background: var(--accent);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
header {
  position: sticky;
  z-index: 5;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(12, 12, 11, .88);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand, .header-link, .eyebrow, .button {
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.brand { letter-spacing: .18em; }
.header-link {
  padding: 10px 16px;
  border: 1px solid rgba(244,240,232,.48);
  border-radius: 999px;
}
.header-link:hover { color: #0c0c0b; background: var(--accent); }
main { min-height: 75vh; }
.hero { padding-block: clamp(72px, 10vw, 130px); }
.eyebrow { color: var(--accent); }
h1, h2, p { margin-top: 0; }
h1 {
  max-width: 950px;
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: clamp(3.3rem, 8vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .92;
}
h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 400;
  line-height: 1;
}
.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.7; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 22px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: #0c0c0b;
  background: var(--accent);
}
.button-secondary { margin-left: 10px; color: var(--ink); background: transparent; border-color: var(--line); }
.content-section { padding-block: clamp(62px, 8vw, 105px); border-top: 1px solid var(--line); }
.steps, .facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 38px;
}
.step, .fact { padding: 24px; border: 1px solid var(--line); background: var(--panel); }
.step span { color: var(--accent); font-size: .7rem; font-weight: 750; letter-spacing: .12em; }
.step h2 { margin: 28px 0 12px; font-size: 2rem; }
.step p, .content-copy, .fact { color: var(--muted); line-height: 1.7; }
.biography-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: start;
}
.biography-media { position: sticky; top: 100px; }
.biography-media img { width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; }
.biography-copy { max-width: 720px; }
.biography-copy p { margin: 0 0 1.35em; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.24rem); line-height: 1.75; }
.biography-copy p:first-child { color: var(--ink); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.25; }
.biography-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.biography-facts div { padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.5; }
.biography-facts strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.artwork-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: clamp(36px, 7vw, 90px);
  padding-block: clamp(48px, 7vw, 90px);
}
.artwork-media {
  display: grid;
  min-height: 70vh;
  padding: clamp(16px, 3vw, 36px);
  background: #11110f;
  place-items: center;
}
.artwork-media img { width: 100%; max-height: 82vh; object-fit: contain; }
.artwork-copy { align-self: end; padding-bottom: 18px; }
.artwork-copy h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.artwork-copy dl { display: grid; gap: 16px; margin: 34px 0; }
.artwork-copy dt { color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.artwork-copy dd { margin: 4px 0 0; }
.notice { padding: 18px; border-left: 2px solid var(--accent); color: var(--muted); background: var(--panel); line-height: 1.65; }
.work-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.work-link { padding: 22px; border: 1px solid var(--line); background: var(--panel); }
.work-link span { display: block; margin-bottom: 8px; color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.work-link:hover { border-color: var(--accent); }
footer { padding: 30px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .brand { max-width: 190px; }
  .artwork-layout, .steps, .facts, .biography-grid, .biography-facts { grid-template-columns: 1fr; }
  .biography-media { position: static; }
  .work-list { grid-template-columns: 1fr 1fr; }
  .artwork-media { min-height: 55vh; }
  .button-secondary { margin-left: 0; }
  .footer-inner { flex-direction: column; }
}
@media (max-width: 430px) {
  .work-list { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
