
:root { --paper: #f1efe9; --ink: #11110f; --line: rgba(17,17,15,.22); --acid: #d8ff38; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.site-header { align-items: center; display: flex; height: 82px; justify-content: space-between; left: 0; padding: 0 32px; position: absolute; right: 0; top: 0; z-index: 30; }
.site-header.overlay { color: #fff; }
.site-header.solid { border-bottom: 1px solid var(--line); position: relative; }
.wordmark { font-size: 14px; font-weight: 600; letter-spacing: .22em; white-space: nowrap; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { font-size: 13px; position: relative; }
.desktop-nav a::after { background: currentColor; bottom: -5px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-button { background: transparent; border: 0; color: inherit; display: none; padding: 8px 0; }
.mobile-nav { display: none; }

.hero { background: #181714; color: #fff; height: 100svh; min-height: 680px; overflow: hidden; position: relative; }
.hero-images, .hero-image, .hero-shade { inset: 0; position: absolute; }
.hero-image { background-color: #2a2824; background-repeat: no-repeat; background-size: cover; filter: saturate(.72) contrast(1.06); opacity: 0; transform: scale(1.035); transition: opacity 1.6s ease, transform 8s ease; }
.hero-image.is-active { opacity: 1; transform: scale(1); }
.hero-shade { background: linear-gradient(180deg, rgba(5,5,5,.38), rgba(5,5,5,.03) 42%, rgba(5,5,5,.62)); }
.hero-content { display: flex; flex-direction: column; height: 100%; justify-content: flex-end; padding: 94px 32px 34px; position: relative; z-index: 2; }
.hero-place { font-size: 13px; left: 32px; margin: 0; position: absolute; top: 112px; }
.hero h1 { font-size: clamp(4.5rem, 13.2vw, 13.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .8; margin: 0 0 42px; white-space: nowrap; }
.hero-bottom { align-items: flex-end; border-top: 1px solid rgba(255,255,255,.55); display: flex; justify-content: space-between; padding-top: 18px; }
.hero-artists { display: flex; font-size: 13px; gap: 40px; }
.hero-date { display: grid; font-size: 13px; grid-template-columns: auto auto; gap: 26px; }
.slide-counter { display: flex; gap: 6px; position: absolute; right: 32px; top: 111px; z-index: 4; }
.slide-counter button { background: rgba(255,255,255,.38); border: 0; cursor: pointer; height: 2px; padding: 0; transition: width .3s ease, background .3s ease; width: 22px; }
.slide-counter button.is-active { background: #fff; width: 46px; }

.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .15em; margin: 0; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.62); }
.intro-section { padding: 90px 32px 128px; }
.intro-grid { display: grid; gap: 7vw; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); margin-top: 100px; }
.intro-grid h2 { font-size: clamp(2.8rem,5.7vw,6.2rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; margin: 0; }
.intro-copy { max-width: 540px; padding-top: 6px; }
.intro-copy p { font-size: clamp(1.15rem,1.5vw,1.55rem); letter-spacing: -.02em; line-height: 1.42; margin: 0 0 1.5em; }
.intro-copy em { font-style: italic; }
.text-link { border-bottom: 1px solid currentColor; display: inline-flex; font-size: 13px; gap: 42px; margin-top: 28px; padding: 0 0 7px; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link.light { color: #fff; }

.artists-section { border-top: 1px solid var(--line); padding: 32px 32px 120px; }
.section-heading-row { display: flex; justify-content: space-between; }
.section-count { font-size: 11px; margin: 0; text-transform: uppercase; }
.artist-list { margin-top: 86px; }
.artist-row { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 54px 1fr 50px; min-height: 146px; position: relative; }
.artist-row:last-child { border-bottom: 1px solid var(--line); }
.artist-index { align-self: start; font-size: 11px; padding-top: 30px; }
.artist-name { font-size: clamp(2.4rem,6vw,6.6rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.artist-arrow { font-size: 22px; justify-self: end; transition: transform .3s ease; }
.artist-row:hover .artist-arrow { transform: translate(4px,-4px); }
.artist-preview { background-color: #282622; background-position: center; background-size: cover; height: 210px; opacity: 0; pointer-events: none; position: absolute; right: 8%; top: 50%; transform: translateY(-46%) rotate(1.8deg); transition: opacity .25s ease, transform .35s ease; width: min(28vw,420px); z-index: 3; }
.artist-row:hover .artist-preview { opacity: 1; transform: translateY(-50%) rotate(-1deg); }

.visit-section { background: #11110f; color: #fff; display: grid; grid-template-columns: 1.25fr .75fr; min-height: 720px; padding: 32px; }
.visit-statement { display: flex; flex-direction: column; justify-content: space-between; }
.visit-statement h2 { font-size: clamp(3.4rem,7.4vw,8.5rem); font-weight: 400; letter-spacing: -.06em; line-height: .88; margin: 0; max-width: 900px; }
.visit-details { border-left: 1px solid rgba(255,255,255,.26); display: flex; flex-direction: column; gap: 48px; padding: 54px 0 0 32px; }
.visit-details p { font-size: 15px; margin: 0 0 4px; }
.visit-details .detail-label { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .13em; margin-bottom: 12px; text-transform: uppercase; }
.visit-details .text-link { margin-top: auto; width: max-content; }

.site-footer { align-items: start; display: grid; gap: 32px; grid-template-columns: 1.5fr 1fr 1fr; min-height: 260px; padding: 42px 32px; }
.footer-title { font-size: clamp(2.4rem,5vw,5rem); letter-spacing: -.04em; line-height: 1; }
.footer-meta p { font-size: 13px; margin: 0 0 4px; }
.footer-links { display: flex; flex-direction: column; gap: 7px; }
.footer-links a { font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }

.artist-page, .text-page, .mars-page, .legal-page { padding: 0 32px 120px; }
.artist-page-head, .text-page-head, .mars-head { padding: 64px 0 90px; }
.artist-page-head h1, .text-page-head h1, .mars-head h1, .legal-page h1 { font-size: clamp(4rem,10vw,11rem); font-weight: 400; letter-spacing: -.065em; line-height: .84; margin: 70px 0 0; }
.artist-main-figure { margin: 0; }
.artist-main-figure img { background: #282622; display: block; height: min(74vw,920px); max-height: 86vh; object-fit: cover; width: 100%; }
.artist-main-figure figcaption { font-size: 11px; letter-spacing: .12em; padding-top: 12px; text-transform: uppercase; }
.artist-content { display: grid; gap: 8vw; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); padding: 90px 0 160px; }
.artist-lead, .text-page-body .lead, .mars-copy .lead { font-size: clamp(2rem,4vw,4.8rem); letter-spacing: -.045em; line-height: 1.04; margin: 0; }
.artist-body { max-width: 620px; }
.artist-body p, .mars-copy > p { font-size: clamp(1.05rem,1.4vw,1.35rem); line-height: 1.55; margin: 0 0 1.5em; }
.artist-links { border-top: 1px solid var(--line); margin-top: 60px; padding-top: 4px; }
.artist-links .text-link { margin-top: 20px; }
.artist-links .image-credit { font-size: 12px; margin-top: 28px; }
.next-artist { border-top: 1px solid var(--line); padding-top: 28px; }
.next-artist a { align-items: center; display: flex; font-size: clamp(2.8rem,7vw,7.8rem); justify-content: space-between; letter-spacing: -.055em; line-height: 1; padding-top: 72px; }
.next-artist a span { font-size: .28em; }
.work-gallery { display: grid; gap: 10vw 3vw; grid-template-columns: 1fr 1fr; padding: 0 0 160px; }
.gallery-item { margin: 0; }
.gallery-item img { display: block; height: auto; width: 100%; }
.gallery-item:nth-child(2n) { margin-top: 14vw; }
.gallery-item:last-child:nth-child(odd) { grid-column: 1 / -1; justify-self: center; width: 66%; }
.program-gap { margin-top: 22px !important; }

.text-page-head { border-bottom: 1px solid var(--line); }
.text-page-head .byline { font-size: 12px; margin: 48px 0 0; }
.text-page-body { margin-left: auto; max-width: 980px; padding: 110px 8vw 80px 0; }
.text-page-body .lead { margin-bottom: 1.2em; }
.text-page-body > p:not(.lead) { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem,1.65vw,1.65rem); line-height: 1.6; margin: 0 0 1.5em; }
.text-page-body blockquote { border-left: 2px solid var(--ink); font-size: clamp(2.3rem,4.8vw,5rem); letter-spacing: -.045em; line-height: 1.05; margin: 90px 0; padding-left: 28px; }

.mars-grid { display: grid; gap: 7vw; grid-template-columns: 1.2fr .8fr; }
.mars-visual { aspect-ratio: 1/1; background: var(--acid); display: grid; grid-template-columns: 1fr 1fr; }
.mars-visual span { align-items: center; border-bottom: 1px solid rgba(17,17,15,.35); border-right: 1px solid rgba(17,17,15,.35); display: flex; font-size: clamp(4rem,12vw,12rem); justify-content: center; letter-spacing: -.08em; line-height: 1; }
.mars-visual span:nth-child(2n) { border-right: 0; }
.mars-visual span:nth-child(n+3) { border-bottom: 0; }
.mars-copy { padding-top: 6px; }
.mars-copy .lead { margin-bottom: 1.2em; }
.address-block { border-top: 1px solid var(--line); margin-top: 70px; padding-top: 22px; }
.address-block p:last-child { font-size: 16px; margin-top: 28px; }
.mars-copy .text-link { margin-right: 28px; }

.legal-page { min-height: 70vh; padding-top: 70px; }
.legal-page h1 { margin-bottom: 100px; }
.legal-notice { margin-left: auto; max-width: 650px; }
.legal-notice p { font-size: 18px; line-height: 1.6; }
.legal-notice section { border-top: 1px solid var(--line); padding: 28px 0 34px; }
.legal-notice h2 { font-size: 13px; letter-spacing: .08em; margin: 0 0 22px; text-transform: uppercase; }
.legal-notice a { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 800px) {
  .site-header { height: 64px; padding: 0 18px; }
  .desktop-nav { display: none; }
  .menu-button { display: block; font-size: 12px; position: relative; z-index: 32; }
  .mobile-nav { background: var(--acid); color: var(--ink); display: flex; flex-direction: column; inset: 0; justify-content: center; opacity: 0; padding: 80px 18px; pointer-events: none; position: fixed; transition: opacity .25s ease; z-index: 31; }
  .mobile-nav.is-open { opacity: 1; pointer-events: auto; }
  .mobile-nav a { border-top: 1px solid rgba(17,17,15,.35); display: flex; font-size: 2.2rem; gap: 20px; letter-spacing: -.04em; padding: 15px 0; }
  .mobile-nav a:last-child { border-bottom: 1px solid rgba(17,17,15,.35); }
  .mobile-nav a span { font-size: 10px; letter-spacing: 0; padding-top: 8px; }
  .hero { min-height: 620px; }
  .hero-content { padding: 76px 18px 22px; }
  .hero-place { left: 18px; top: 86px; }
  .slide-counter { right: 18px; top: 88px; }
  .hero h1 { font-size: clamp(3.2rem,16.5vw,5.4rem); margin-bottom: 34px; }
  .hero-bottom { align-items: start; gap: 24px; }
  .hero-artists { flex-direction: column; gap: 2px; }
  .hero-date { gap: 8px; grid-template-columns: 1fr; text-align: right; }
  .intro-section { padding: 58px 18px 86px; }
  .intro-grid { gap: 60px; grid-template-columns: 1fr; margin-top: 70px; }
  .intro-grid h2 { font-size: clamp(2.6rem,12vw,4.3rem); }
  .artists-section { padding: 24px 18px 80px; }
  .artist-list { margin-top: 58px; }
  .artist-row { gap: 14px; grid-template-columns: 28px 1fr 22px; min-height: 105px; }
  .artist-index { padding-top: 24px; }
  .artist-name { font-size: clamp(2rem,10vw,3.4rem); }
  .artist-preview { display: none; }
  .visit-section { display: flex; flex-direction: column; gap: 80px; min-height: 0; padding: 26px 18px 70px; }
  .visit-statement { gap: 140px; }
  .visit-details { border-left: 0; border-top: 1px solid rgba(255,255,255,.26); padding: 38px 0 0; }
  .site-footer { grid-template-columns: 1fr; min-height: 370px; padding: 38px 18px; }
  .footer-links { margin-top: 26px; }
  .artist-page, .text-page, .mars-page, .legal-page { padding: 0 18px 80px; }
  .artist-page-head, .text-page-head, .mars-head { padding: 46px 0 64px; }
  .artist-page-head h1, .text-page-head h1, .mars-head h1, .legal-page h1 { font-size: clamp(3.5rem,18vw,6rem); margin-top: 54px; }
  .artist-main-figure img { height: 128vw; max-height: 78vh; }
  .artist-content { gap: 52px; grid-template-columns: 1fr; padding: 60px 0 100px; }
  .work-gallery { display: block; padding-bottom: 100px; }
  .gallery-item, .gallery-item:nth-child(2n), .gallery-item:last-child:nth-child(odd) { margin: 0 0 18px; width: 100%; }
  .next-artist a { font-size: clamp(2.5rem,13vw,4.5rem); padding-top: 54px; }
  .text-page-body { padding: 72px 0 40px; }
  .text-page-body blockquote { margin: 70px 0; padding-left: 18px; }
  .mars-grid { grid-template-columns: 1fr; }
  .mars-copy { padding-top: 28px; }
  .mars-copy .text-link { display: flex; margin-right: 0; width: 100%; }
  .legal-page { padding-top: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
