:root {
  --page: #ffffff;
  --ink: #050505;
  --muted: #5f6670;
  --rule: #ececec;
  --panel: #ffffff;
  --accent: #6b6f76;
  --space: clamp(18px, 3vw, 44px);
  --page-edge: clamp(32px, 13vw, 248px);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  min-height: calc(100vh + 56px);
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(180px, 360px) 1fr;
  gap: clamp(34px, 7vw, 120px);
  align-items: center;
  min-height: 130px;
  padding: 0 var(--page-edge);
  background: var(--page);
  border-bottom: 0;
}

.artist-name {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: fit-content;
  white-space: nowrap;
  padding-top: 0;
}

.site-menu {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  justify-content: flex-end;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 0;
}

.site-menu a {
  padding: 3px 0;
}

.site-menu a:hover,
.site-menu a:focus-visible,
.site-menu a[aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.menu-group {
  position: relative;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  gap: 0;
  min-width: 155px;
  padding: 14px 18px;
  color: var(--muted);
  background: var(--page);
  border: 1px solid var(--rule);
  font-size: 11px;
  text-transform: none;
  line-height: 1.45;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.submenu a {
  display: block;
  padding: 5px 0;
  white-space: nowrap;
}

.menu-group:hover .submenu,
.menu-group:focus-within .submenu {
  display: grid;
}

.menu-toggle {
  display: none;
  width: 34px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: 0;
}

.menu-toggle span:not(.visually-hidden) {
  display: block;
  height: 1px;
  margin: 7px 0;
  background: var(--ink);
}

.hero-gallery {
  position: relative;
  min-height: calc(100vh - 130px);
  padding: 0 0 56px;
  overflow: visible;
  background: var(--page);
}

.slide {
  display: none;
  margin: 0;
  position: relative;
}

.slide.is-active {
  display: block;
}

.slide img {
  height: calc(100vh - 130px);
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  background: #ddd;
}

figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  max-width: min(820px, calc(100vw - 72px));
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
}

figcaption span {
  color: inherit;
  font-style: italic;
}

.gallery-controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  pointer-events: none;
}

.gallery-controls button {
  width: 42px;
  height: 96px;
  padding: 0 0 4px;
  color: inherit;
  background: rgba(0, 0, 0, 0.08);
  border: 0;
  cursor: pointer;
  font-size: 44px;
  line-height: 1;
  pointer-events: auto;
}

.gallery-controls button:hover,
.gallery-controls button:focus-visible {
  background: rgba(0, 0, 0, 0.22);
  color: #ffffff;
}

.about-page,
.statement,
.work-index,
.text-columns,
.news,
.site-footer {
  padding: 42px var(--page-edge);
  border-top: 1px solid var(--rule);
}

.about-page {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 640px);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  justify-content: start;
}

.about-page--standalone {
  border-top: 0;
  padding-top: clamp(44px, 6vw, 90px);
}

.work-index--standalone,
.text-columns--standalone {
  border-top: 0;
  padding-top: clamp(44px, 6vw, 90px);
}

.about-image {
  margin: 0;
}

.about-image img {
  aspect-ratio: 1;
  object-fit: cover;
}

.about-image figcaption {
  position: static;
  max-width: none;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
}

.about-image figcaption span {
  color: var(--ink);
  font-style: italic;
}

.about-copy {
  display: grid;
  gap: 16px;
}

.about-copy p {
  max-width: 640px;
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.about-copy--text {
  display: grid;
  gap: 24px;
}

.about-copy--text article {
  display: grid;
  gap: 12px;
}

.about-copy--text .section-kicker {
  margin-bottom: 2px;
}

.statement {
  display: grid;
  grid-template-columns: minmax(180px, 360px) minmax(0, 780px);
  gap: clamp(24px, 5vw, 84px);
}

.statement::before {
  content: "Artist Statement";
  color: var(--accent);
  font-size: 12px;
  text-transform: uppercase;
}

.statement p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

h2,
h3,
h4,
p {
  letter-spacing: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

h3 {
  margin: 8px 0 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

h4 {
  margin: 8px 0 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.work-section {
  margin-top: 38px;
}

.work-section > h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.work-section--empty p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}

.work-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--panel);
}

.work-card {
  cursor: pointer;
  outline: 0;
}

.work-card:hover h4,
.work-card:focus-visible h4 {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.work-card:focus-visible img {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.work-card p,
.plain-list p,
.bio-list p,
.news p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.plain-list a,
.site-footer a[href^="https"] {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.press-page {
  padding: clamp(118px, 16vw, 190px) var(--page-edge) 70px;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 320px));
  gap: clamp(70px, 10vw, 150px);
  justify-content: center;
}

.press-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #f2f2f0;
}

.press-card a {
  display: block;
}

.press-card a:hover img,
.press-card a:focus-visible img {
  opacity: 0.86;
}

.press-card p {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
}

.press-card h3 {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 400;
}

.press-card em {
  color: var(--muted);
}

.bio-list div:first-child {
  display: grid;
  gap: 14px;
}

.text-columns {
  display: grid;
  grid-template-columns: minmax(130px, 220px) minmax(0, 640px);
  gap: clamp(24px, 5vw, 70px);
  justify-content: start;
}

.bio-list,
.plain-list {
  display: grid;
  gap: 22px;
  max-width: 640px;
}

.bio-list h3 {
  margin-top: 0;
}

.news article {
  display: grid;
  grid-template-columns: minmax(130px, 220px) minmax(0, 640px);
  gap: 22px;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
}

time {
  color: var(--ink);
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 56px;
}

.site-footer a {
  color: var(--muted);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--ink);
}

.work-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  padding: clamp(16px, 4vw, 48px);
}

.work-modal.is-open {
  display: grid;
  place-items: center;
}

.work-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
}

.work-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(22px, 4vw, 54px);
  width: min(1180px, 100%);
  max-height: min(780px, calc(100vh - 40px));
  overflow: auto;
  padding: clamp(18px, 3vw, 34px);
  background: var(--page);
  border: 1px solid var(--rule);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.14);
}

.work-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}

.work-modal__close:hover,
.work-modal__close:focus-visible {
  color: var(--ink);
}

.work-modal__video-link {
  position: relative;
  display: block;
  align-self: start;
  cursor: default;
}

.work-modal__video-link.has-video {
  cursor: pointer;
}

.work-modal__video-link.has-video:hover .work-modal__image,
.work-modal__video-link.has-video:focus-visible .work-modal__image {
  opacity: 0.88;
}

.work-modal__image {
  align-self: start;
  max-height: 680px;
  object-fit: contain;
  background: #f2f2f0;
}

.work-modal__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(54px, 8vw, 96px);
  max-width: 22%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  pointer-events: none;
}

.work-modal__text {
  align-self: end;
  padding-top: 36px;
}

.work-modal__meta {
  margin: 10px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.work-modal__text p:last-child {
  margin: 0;
  color: var(--ink);
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.45;
}

.work-modal__materials {
  grid-column: 1 / -1;
  display: grid;
  gap: 14px;
  padding-top: 10px;
}

.work-modal__materials:empty {
  display: none;
}

.work-modal__materials img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: left center;
  background: #f2f2f0;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 40px 1fr;
    align-items: center;
    min-height: 92px;
    padding-top: 18px;
    padding-left: var(--space);
    padding-right: var(--space);
  }

  .menu-toggle {
    display: block;
  }

  .artist-name {
    font-size: clamp(17px, 5vw, 22px);
    letter-spacing: 2px;
  }

  .site-menu {
    grid-column: 1 / -1;
    display: none;
    justify-content: start;
    padding-top: 12px;
  }

  .site-menu.is-open {
    display: flex;
  }

  .submenu {
    display: none;
  }

  .hero-gallery {
    min-height: auto;
  }

  .slide img {
    height: calc(100vh - 92px);
    min-height: 440px;
  }

  .about-page,
  .statement,
  .text-columns,
  .news article {
    grid-template-columns: 1fr;
  }

  .about-image {
    max-width: 520px;
  }

  .about-page,
  .statement,
  .work-index,
  .text-columns,
  .press-page,
  .news,
  .site-footer {
    padding-left: var(--space);
    padding-right: var(--space);
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-modal__panel {
    grid-template-columns: 1fr;
  }

  .work-modal__image {
    max-height: 52vh;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .site-header {
    grid-template-columns: max-content 1fr;
    gap: 28px;
    min-height: 112px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-page,
  .statement,
  .work-index,
  .text-columns,
  .press-page,
  .news,
  .site-footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .artist-name {
    font-size: 18px;
    letter-spacing: 2.4px;
  }

  .site-menu {
    gap: 22px;
    font-size: 11px;
  }

  .hero-gallery {
    min-height: calc(100vh - 112px);
  }

  .slide img {
    height: calc(100vh - 112px);
  }
}

@media (max-width: 520px) {
  body {
    font-size: 14px;
  }

  .site-menu {
    gap: 8px 16px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .press-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .site-footer {
    display: grid;
    justify-content: start;
  }
}
