* {
  box-sizing: border-box;
}

html {
  background: #ffffff;
  color: #111113;
  font-family: "Avenir Next", "Avenir Next LT Pro", Arial, sans-serif;
  letter-spacing: 0;
}

body {
  margin: 0;
  min-width: 320px;
  background: #ffffff;
}

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

p {
  color: #514d4c;
  line-height: 1.6;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(20px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #ece7e1;
  backdrop-filter: blur(12px);
}

.brand {
  flex: 0 0 auto;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.primary-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px 28px;
  font-size: 14px;
}

.primary-nav a {
  color: #4b4746;
}

.primary-nav a[aria-current="page"] {
  color: #111113;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111113;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.82;
}

.hero-copy {
  position: relative;
  width: min(720px, calc(100vw - 40px));
  padding: clamp(120px, 18vw, 260px) clamp(20px, 4vw, 56px) 56px;
  color: #ffffff;
}

.hero-copy span,
.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #76706f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy span {
  color: #ffffff;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

.hero h1 {
  max-width: 8em;
  color: #ffffff;
  font-size: clamp(48px, 8vw, 94px);
}

.page-hero,
.contact-page {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 6vw, 88px) clamp(48px, 7vw, 96px);
  background: #faf6f2;
}

.page-hero h1,
.contact-page h1 {
  max-width: 900px;
  font-size: clamp(44px, 8vw, 92px);
}

.page-hero p,
.contact-page p {
  max-width: 680px;
  margin-top: 20px;
  font-size: clamp(18px, 2vw, 24px);
}

.section,
.statement,
.split-section,
.dark-signup,
.contact-band {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 88px);
}

.section-heading,
.contact-band,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.section-heading {
  margin-bottom: 36px;
}

.section-heading h2,
.statement h2,
.dark-signup h2,
.contact-band h2 {
  font-size: clamp(28px, 4vw, 48px);
}

.section-heading span,
.filter-row,
figcaption small,
.shop-row span:last-child {
  color: #8b8582;
  font-size: 13px;
}

.featured-grid,
.work-grid,
.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

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

.work-card,
.collection-card {
  display: block;
  min-width: 0;
}

.collection-card,
.detail-image {
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.collection-card {
  width: 100%;
  background: transparent;
}

.artwork-trigger,
.work-card,
.shop-row {
  outline-offset: 6px;
}

.artwork-trigger:hover .art-image,
.work-card:hover .art-image,
.shop-row:hover .art-image,
.artwork-trigger:focus-visible .art-image,
.work-card:focus-visible .art-image,
.shop-row:focus-visible .art-image {
  filter: brightness(0.9);
}

.artwork-trigger:focus-visible,
.work-card:focus-visible,
.shop-row:focus-visible,
.button:focus-visible,
.text-link:focus-visible,
.primary-nav a:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid #1e5af2;
}

figure {
  margin: 0;
}

.work-card figure,
.collection-card {
  display: grid;
  gap: 14px;
}

.work-card .art-image,
.collection-card .art-image {
  aspect-ratio: 4 / 5;
  background: #f2f1ef;
}

.featured-grid .work-card:first-child .art-image {
  aspect-ratio: 3 / 5;
}

.collection-grid .collection-card:nth-child(3n) .art-image {
  aspect-ratio: 1 / 1;
}

.art-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position, 50% 50%);
}

figcaption {
  display: grid;
  gap: 5px;
  min-height: 48px;
}

figcaption span {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border: 1px solid #c9c3bc;
  background: #ffffff;
  color: #111113;
  font-size: 15px;
  font-weight: 700;
}

.button-light {
  border-color: #ffffff;
  background: #ffffff;
  color: #111113;
}

.button-dark {
  border-color: #111113;
  background: #111113;
  color: #ffffff;
}

.text-link {
  display: inline-block;
  margin-top: 22px;
  color: #1e5af2;
  font-weight: 700;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 680px);
  gap: clamp(40px, 10vw, 180px);
  align-items: center;
  background: #faf6f2;
}

.split-section h1,
.split-section h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
}

.portrait-frame {
  aspect-ratio: 1 / 1.14;
  background: #f2f1ef;
  overflow: hidden;
}

.about-page {
  min-height: 72vh;
}

.dark-signup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #101113;
  color: #ffffff;
}

.dark-signup p {
  max-width: 520px;
  color: #b8b3b0;
}

.statement {
  display: grid;
  grid-template-columns: minmax(180px, 320px) minmax(0, 860px);
  gap: clamp(32px, 7vw, 120px);
  border-bottom: 1px solid #ece7e1;
}

.statement p {
  margin-top: 0;
  font-size: 18px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-bottom: 34px;
  border-bottom: 1px solid #e3ddd7;
}

.filter-row span {
  padding-bottom: 12px;
}

.filter-row span:first-child {
  color: #111113;
  font-weight: 700;
  border-bottom: 2px solid #111113;
}

.contact-band {
  background: #fff0e6;
}

.contact-band p {
  max-width: 520px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(32px, 6vw, 88px);
  padding: clamp(48px, 7vw, 96px) clamp(20px, 6vw, 88px);
}

.detail-image {
  display: block;
  width: 100%;
  min-height: 60vh;
  background: #f2f1ef;
  overflow: hidden;
}

.detail-copy {
  align-self: start;
  position: sticky;
  top: 110px;
}

.detail-copy h1 {
  margin: 24px 0;
  font-size: clamp(42px, 6vw, 78px);
}

dl {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
}

dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4ddd7;
}

dt {
  color: #76706f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

dd {
  margin: 0;
}

.shop-list {
  border-top: 1px solid #e4ddd7;
}

.shop-row {
  display: grid;
  grid-template-columns: 72px 1fr 150px 140px;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #e4ddd7;
  font-size: 18px;
}

.shop-thumb {
  display: block;
  width: 72px;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f2f1ef;
}

.email-link {
  display: inline-block;
  margin-top: 28px;
  color: #1e5af2;
  font-size: clamp(26px, 5vw, 54px);
  font-weight: 700;
}

.site-footer {
  padding: 28px clamp(20px, 6vw, 88px);
  background: #0b0c0e;
  color: #ffffff;
}

.site-footer p,
.site-footer a {
  color: #aaa5a2;
}

.site-footer .brand {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
}

.lightbox-open {
  overflow: hidden;
}

.lightbox[hidden] {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(12, 12, 14, 0.88);
}

.lightbox__panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: min(900px, 92vh);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  outline: none;
}

.lightbox figure {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 24px;
  align-items: end;
}

.lightbox__image {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  background: #f2f1ef;
}

.lightbox figcaption {
  min-height: 0;
  color: #ffffff;
}

.lightbox h2 {
  font-size: clamp(26px, 4vw, 44px);
}

.lightbox__meta {
  color: #d8d3cf;
}

.lightbox__close,
.lightbox__nav {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lightbox__close {
  justify-self: end;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__nav--prev {
  left: -18px;
}

.lightbox__nav--next {
  right: -18px;
}

.lightbox button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .featured-grid,
  .work-grid,
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .statement,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-copy {
    position: static;
  }

  .detail-image {
    min-height: 52vh;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 18px 20px;
  }

  .primary-nav,
  .site-footer nav {
    justify-content: flex-start;
    gap: 10px 16px;
    font-size: 12px;
  }

  .hero {
    min-height: 68vh;
  }

  .hero-copy {
    padding: 120px 20px 36px;
  }

  .hero h1 {
    font-size: 44px;
  }

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

  .featured-grid .work-card:first-child .art-image,
  .work-card .art-image,
  .collection-card .art-image {
    aspect-ratio: 4 / 5;
  }

  .split-section,
  .dark-signup,
  .contact-band,
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shop-row {
    grid-template-columns: 64px 1fr;
    gap: 6px;
  }

  .shop-thumb {
    grid-row: span 3;
    width: 64px;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .lightbox figure {
    grid-template-columns: 1fr;
  }

  .lightbox__nav {
    position: static;
    transform: none;
  }

  .lightbox__panel {
    max-height: none;
    overflow: auto;
  }
}
