* {
  box-sizing: border-box;
}

:root {
  --black: #050505;
  --white: #ffffff;
  --muted: #666666;
  --line: #d9d9d9;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

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

a:hover {
  text-decoration: underline;
}

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

.hero-artwork img {
  width: 100%;
  max-height: calc(100vh - 76px - 68px);
  object-fit: contain;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 76px;
  padding: 22px 34px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.brand {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.07em;
}

.main-nav {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 18px;
}

.nav-social {
  margin-left: auto;
  display: inline-flex;
  line-height: 0;
}

.nav-social:hover {
  text-decoration: none;
  opacity: 0.75;
}

.nav-social-icon {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.hero {
  display: grid;
  grid-template-columns: 28% 72%;
  min-height: calc(100vh - 76px);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.hero-copy h1,
.hero-copy p {
  margin: 0;
}

.hero-copy h1 {
  margin: 8px 0;
  font-size: clamp(34px, 4.8vw, 76px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.hero-artwork {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 76px);
  margin: 0;
  padding: 34px;
}

.works {
  padding: 34px;
  border-bottom: 1px solid var(--line);
}

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

.section-heading h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.work-grid-single {
  grid-template-columns: minmax(0, 480px);
}

.work-card {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.work-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin-bottom: 16px;
  background: #f7f7f7;
  flex-shrink: 0;
}

.work-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.work-card p {
  margin: 0 0 4px;
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 34px 40px;
  color: var(--muted);
}

.footer-nav {
  display: flex;
  gap: 16px;
}

.site-footer p {
  margin: 0;
}

.page-shell {
  min-height: calc(100vh - 144px);
  padding: 34px;
  border-bottom: 1px solid var(--line);
}

.page-shell h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 110px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.artists-page {
  padding: 34px;
  border-bottom: 1px solid var(--line);
}

.artists-page h1 {
  margin: 0 0 28px;
  font-size: clamp(42px, 7vw, 110px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.alpha-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}

.alpha-index a.is-active {
  text-decoration: underline;
}

.letter-section {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.letter-section h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.artist-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.artist-list li + li {
  margin-top: 8px;
}

.artist-list a {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.artist-hero {
  display: grid;
  grid-template-columns: 36% 64%;
  min-height: calc(100vh - 76px);
  border-bottom: 1px solid var(--line);
}

.artist-copy {
  padding: 34px;
  border-right: 1px solid var(--line);
}

.artist-copy h1 {
  margin: 8px 0 12px;
  font-size: clamp(40px, 5vw, 88px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.artist-copy p {
  margin: 0;
}

.artist-meta {
  margin-bottom: 24px !important;
  color: var(--muted);
}

.artist-bio p + p {
  margin-top: 16px;
}

.artist-portrait {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 34px;
  background: #f7f7f7;
}

.artist-portrait img {
  max-height: calc(100vh - 76px - 68px);
  object-fit: contain;
}

.work-placeholder {
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.work-placeholder-one {
  background: linear-gradient(145deg, #f3ece4 0%, #c8b8a8 55%, #8a7b72 100%);
}

.work-placeholder-two {
  background: linear-gradient(135deg, #e84b4b 0%, #b83232 45%, #1a1a1a 100%);
}

.work-placeholder-three {
  background: linear-gradient(160deg, #dfe6ee 0%, #9aa8b8 50%, #4a5560 100%);
}

@media (max-width: 900px) {
  .hero,
  .work-grid,
  .artist-hero {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .artist-copy {
    min-height: 320px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero-copy,
  .hero-artwork,
  .works,
  .page-shell,
  .artists-page,
  .artist-copy,
  .artist-portrait,
  .site-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
