:root {
  --ink: #151513;
  --paper: #f0ede5;
  --paper-soft: #f7f5ef;
  --red: #a23525;
  --sand: #c6ae86;
  --line: rgba(21, 21, 19, 0.2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html {
  background: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
[id] { scroll-margin-top: 104px; }

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skip-link {
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  left: 18px;
  padding: 13px 18px;
  position: fixed;
  top: 12px;
  transform: translateY(-150%);
  transition: transform 160ms ease;
  z-index: 100;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  align-items: center;
  background: rgba(240, 237, 229, 0.93);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 84px;
  justify-content: space-between;
  left: 0;
  padding: 0 4.2vw;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}

.brand { align-items: baseline; display: flex; gap: 16px; }
.brand span, .footer-brand {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  letter-spacing: -0.04em;
}
.brand small {
  color: rgba(21, 21, 19, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 24px;
}
.primary-nav {
  align-items: center;
  display: flex;
  gap: 34px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.primary-nav a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}
.primary-nav a, .text-link, .artwork-cta { position: relative; }
.primary-nav a::after, .text-link::after, .artwork-cta::after {
  background: currentColor;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  width: 100%;
}
.primary-nav a:hover::after, .text-link:hover::after, .artwork-cta:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-contact { border: 1px solid var(--ink); padding: 12px 18px; }
.nav-contact::after { display: none; }
.nav-contact:hover { background: var(--ink); color: var(--paper); }

.language-switcher {
  align-items: center;
  border-left: 1px solid var(--line);
  display: flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 700;
  gap: 1px;
  letter-spacing: 0.13em;
  padding-left: 18px;
}
.language-switcher a {
  align-items: center;
  color: rgba(21, 21, 19, 0.46);
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  min-width: 38px;
}
.language-switcher a:hover { color: var(--red); }
.language-switcher a[aria-current="page"] { color: var(--ink); }
.language-switcher > span { color: rgba(21, 21, 19, 0.25); }

.hero {
  display: grid;
  gap: 6vw;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.7fr);
  min-height: calc(100vh - 84px);
  overflow: hidden;
  padding: 6.5vw 7vw 6vw;
  position: relative;
}
.hero::before {
  border: 1px solid rgba(162, 53, 37, 0.23);
  border-radius: 999px;
  content: "";
  height: 55vw;
  left: -33vw;
  position: absolute;
  top: 4vw;
  width: 55vw;
}
.hero-copy {
  align-self: center;
  max-width: 760px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  align-items: center;
  color: var(--red);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.2em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.eyebrow::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  width: 32px;
}
h1 {
  font-family: var(--serif);
  font-size: clamp(58px, 7.2vw, 124px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.84;
  margin-bottom: 42px;
}
h1 span {
  color: var(--red);
  display: block;
  font-size: 0.42em;
  font-style: italic;
  letter-spacing: -0.045em;
  line-height: 1.1;
  margin-top: 22px;
}
.hero-lead {
  font-family: var(--serif);
  font-size: clamp(19px, 1.65vw, 27px);
  line-height: 1.46;
  max-width: 680px;
}
.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 38px 0;
}
.button {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.13em;
  min-height: 52px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #84291d; }
.text-link, .artwork-cta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.representation-note {
  align-items: flex-start;
  border-top: 1px solid var(--line);
  color: rgba(21, 21, 19, 0.66);
  display: flex;
  font-size: 11px;
  gap: 12px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  max-width: 610px;
  padding-top: 18px;
}
.pulse {
  background: var(--red);
  border-radius: 50%;
  flex: 0 0 7px;
  height: 7px;
  margin-top: 5px;
  position: relative;
  width: 7px;
}
.pulse::after {
  animation: pulse 2.4s infinite;
  border: 1px solid var(--red);
  border-radius: 50%;
  content: "";
  inset: -4px;
  position: absolute;
}
@keyframes pulse {
  0%, 45% { opacity: 1; transform: scale(0.65); }
  100% { opacity: 0; transform: scale(1.45); }
}
.hero-artwork {
  align-self: center;
  margin: 0;
  max-width: 570px;
  position: relative;
  z-index: 2;
}
.hero-frame {
  background: #1a1917;
  box-shadow: 0 32px 70px rgba(21, 21, 19, 0.28);
  display: block;
  padding: clamp(10px, 1.1vw, 18px);
  transform: rotate(1.1deg);
}
.hero-frame img {
  aspect-ratio: 0.785;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.hero-artwork figcaption {
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding: 18px 3px 0;
  text-transform: uppercase;
}
.hero-index {
  bottom: 2vw;
  color: rgba(21, 21, 19, 0.24);
  font-family: var(--serif);
  font-size: 14px;
  left: 4.2vw;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left center;
}

.collection-section {
  background: var(--paper-soft);
  border-top: 1px solid var(--line);
  padding: 9vw 4.2vw 10vw;
}
.section-heading {
  align-items: end;
  display: grid;
  gap: 7vw;
  grid-template-columns: 1.2fr 0.65fr;
  margin: 0 auto 6vw;
  max-width: 1500px;
}
.section-heading h2, .purchase-intro h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 6.3vw, 96px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin: 0;
}
.section-heading > p {
  border-left: 1px solid var(--line);
  color: rgba(21, 21, 19, 0.68);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 8px;
  padding-left: 28px;
}
.artwork-grid {
  display: grid;
  gap: 7vw 2.5vw;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1500px;
}
.artwork-card:nth-child(even) { padding-top: 9vw; }
.artwork-image-wrap {
  background: #d9d4ca;
  display: block;
  overflow: hidden;
  position: relative;
}
.artwork-image-wrap img {
  aspect-ratio: 0.785;
  height: auto;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 500ms ease;
  width: 100%;
}
.artwork-card:hover .artwork-image-wrap img {
  filter: contrast(1.035);
  transform: scale(1.018);
}
.artwork-number {
  color: white;
  font-family: var(--serif);
  font-size: 12px;
  left: 18px;
  position: absolute;
  top: 16px;
  z-index: 2;
}
.availability {
  background: var(--paper-soft);
  bottom: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 10px 13px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.artwork-info {
  border-top: 1px solid var(--ink);
  margin-top: 18px;
  padding-top: 17px;
}
.artwork-title-row {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.artwork-id {
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
.artwork-title-row h3 {
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 49px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 0;
}
.price { font-size: 14px; font-weight: 700; white-space: nowrap; }
.artwork-meta {
  color: rgba(21, 21, 19, 0.55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 18px 0 15px;
  text-transform: uppercase;
}
.artwork-description {
  color: rgba(21, 21, 19, 0.74);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.55;
  max-width: 640px;
}
.artwork-cta { display: inline-block; margin-top: 9px; }
.artwork-image-link:focus-visible {
  outline-offset: 7px;
  position: relative;
  z-index: 3;
}

.artist-section {
  background: var(--sand);
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.6fr 1.4fr;
  padding: 10vw 8vw;
}
.artist-label {
  border-right: 1px solid rgba(21, 21, 19, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  padding-right: 6vw;
}
.artist-monogram {
  color: rgba(21, 21, 19, 0.16);
  font-family: var(--serif);
  font-size: clamp(80px, 12vw, 180px);
  letter-spacing: -0.1em;
  line-height: 0.7;
}
.artist-copy .artist-statement {
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 75px);
  font-style: italic;
  letter-spacing: -0.052em;
  line-height: 1.04;
  margin: 0 0 5vw;
  max-width: 1040px;
}
.artist-copy > p:not(.artist-statement) {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.7;
  margin-left: auto;
  max-width: 700px;
}

.purchase-section {
  background: var(--ink);
  color: var(--paper);
  padding: 9vw 8vw 6vw;
}
.purchase-intro {
  display: grid;
  gap: 2vw 7vw;
  grid-template-columns: 1.25fr 0.75fr;
}
.purchase-intro .eyebrow, .purchase-intro h2 { grid-column: 1; }
.eyebrow-light { color: var(--sand); }
.purchase-intro > p:last-child {
  align-self: end;
  color: rgba(240, 237, 229, 0.7);
  font-family: var(--serif);
  font-size: 18px;
  grid-column: 2;
  grid-row: 1 / 3;
  line-height: 1.65;
}
.purchase-steps {
  border-bottom: 1px solid rgba(240, 237, 229, 0.2);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 7vw 0 4vw;
  padding: 0;
}
.purchase-steps li {
  border-left: 1px solid rgba(240, 237, 229, 0.2);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr;
  min-height: 170px;
  padding: 28px;
}
.purchase-steps li:last-child { border-right: 1px solid rgba(240, 237, 229, 0.2); }
.purchase-steps li > span {
  color: var(--sand);
  font-family: var(--serif);
  font-size: 13px;
}
.purchase-steps strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}
.purchase-steps p {
  color: rgba(240, 237, 229, 0.6);
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
}
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: var(--sand); }
.purchase-legal {
  color: rgba(240, 237, 229, 0.45);
  font-size: 12px;
  line-height: 1.6;
  margin: 30px 0 0;
  max-width: 600px;
}

.detail-page {
  background: var(--paper-soft);
  min-height: 100vh;
  padding-top: 1px;
}
.breadcrumbs {
  align-items: center;
  color: rgba(21, 21, 19, 0.57);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.1em;
  margin: 34px auto 0;
  max-width: 1600px;
  padding: 0 5vw;
  text-transform: uppercase;
}
.breadcrumbs a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}
.breadcrumbs a:hover { color: var(--red); }
.breadcrumbs span[aria-current="page"] { color: var(--ink); }
.detail-hero {
  display: grid;
  gap: clamp(52px, 7vw, 130px);
  grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 0.7fr);
  margin: 0 auto;
  max-width: 1600px;
  padding: 3vw 5vw 9vw;
}
.detail-image-panel {
  align-self: start;
  background: #171715;
  box-shadow: 0 30px 75px rgba(21, 21, 19, 0.24);
  margin: 0;
  padding: clamp(10px, 1.2vw, 19px);
  position: sticky;
  top: 118px;
  transform: rotate(-0.35deg);
}
.detail-image-panel img {
  aspect-ratio: 1413 / 1800;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.detail-content {
  align-self: center;
  padding: 4vw 0 2vw;
}
.detail-reference {
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 16px;
}
.detail-content h1 {
  font-size: clamp(64px, 8vw, 132px);
  line-height: 0.82;
  margin: 0;
  max-width: 750px;
}
.detail-byline {
  border-bottom: 1px solid var(--line);
  color: rgba(21, 21, 19, 0.56);
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
  margin: 28px 0 34px;
  padding-bottom: 30px;
}
.detail-description {
  font-family: var(--serif);
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.5;
  margin-bottom: 34px;
  max-width: 720px;
}
.detail-price {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--ink);
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.detail-price span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.detail-price strong {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}
.detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 42px;
}
.detail-facts div {
  border-bottom: 1px solid var(--line);
  padding: 18px 16px 18px 0;
}
.detail-facts div:nth-child(even) { padding-left: 18px; }
.detail-facts dt {
  color: rgba(21, 21, 19, 0.52);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.detail-facts dd {
  font-family: var(--serif);
  font-size: 17px;
  margin: 0;
}
.detail-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.detail-notice,
.detail-representation {
  color: rgba(21, 21, 19, 0.58);
  font-size: 12px;
  line-height: 1.65;
  max-width: 670px;
}
.detail-notice { margin: 32px 0 12px; }
.detail-representation {
  border-left: 2px solid var(--red);
  margin: 0;
  padding-left: 14px;
}
.related-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 8vw 5vw 10vw;
}
.related-heading {
  margin: 0 auto 5vw;
  max-width: 1500px;
}
.related-heading h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 6.5vw, 100px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0;
}
.related-grid {
  display: grid;
  gap: 3vw;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1500px;
}
.related-card:nth-child(even) { padding-top: 5vw; }
.related-card .artwork-title-row h3 { font-size: clamp(26px, 2.5vw, 40px); }
.related-card .artwork-description { font-size: 16px; }

.not-found-page {
  align-items: center;
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  min-height: calc(100vh - 84px);
  overflow: hidden;
  padding: 6vw 8vw;
}
.not-found-copy h1 {
  font-size: clamp(62px, 8vw, 126px);
  margin-bottom: 36px;
  max-width: 900px;
}
.not-found-copy > p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.6;
  max-width: 650px;
}
.not-found-copy .button { margin-top: 22px; }
.not-found-page figure {
  background: var(--ink);
  margin: 0;
  padding: 13px;
  transform: rotate(2deg);
}
.not-found-page img { aspect-ratio: 1413 / 1800; object-fit: cover; }

footer {
  align-items: end;
  background: var(--ink);
  border-top: 1px solid rgba(240, 237, 229, 0.15);
  color: var(--paper);
  display: grid;
  font-size: 12px;
  gap: 30px;
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.06em;
  padding: 42px 4.2vw;
}
footer p {
  color: rgba(240, 237, 229, 0.52);
  line-height: 1.7;
  margin: 0;
  text-align: center;
}
footer > a:last-child { justify-self: end; }
a:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }

@media (max-width: 900px) {
  .site-header { height: 70px; padding: 0 22px; }
  .brand small, .primary-nav a:not(.nav-contact) { display: none; }
  .header-actions { gap: 12px; }
  .language-switcher { padding-left: 11px; }
  .hero { gap: 50px; grid-template-columns: 1fr; padding: 70px 26px 80px; }
  .hero-artwork { justify-self: center; width: min(100%, 520px); }
  .section-heading, .artist-section, .purchase-intro { grid-template-columns: 1fr; }
  .section-heading { gap: 38px; }
  .section-heading > p { max-width: 630px; }
  .artist-label {
    border-bottom: 1px solid rgba(21, 21, 19, 0.25);
    border-right: 0;
    min-height: 160px;
    padding: 0 0 40px;
  }
  .artist-monogram { align-self: end; }
  .purchase-intro .eyebrow, .purchase-intro h2, .purchase-intro > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .purchase-intro > p:last-child { margin-top: 30px; max-width: 650px; }
  .purchase-steps { grid-template-columns: 1fr; }
  .purchase-steps li { border-right: 1px solid rgba(240, 237, 229, 0.2); min-height: 0; }
  .breadcrumbs { margin-top: 24px; padding: 0 26px; }
  .detail-hero { grid-template-columns: 1fr; padding: 30px 26px 100px; }
  .detail-image-panel { justify-self: center; position: relative; top: auto; width: min(100%, 620px); }
  .detail-content { padding: 20px 0 0; }
  .related-section { padding-left: 26px; padding-right: 26px; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-card:nth-child(even) { padding-top: 7vw; }
  .related-card:last-child { display: none; }
  .not-found-page { grid-template-columns: 1fr; }
  .not-found-page figure { display: none; }
  footer { align-items: start; grid-template-columns: 1fr; }
  footer p { text-align: left; }
  footer > a:last-child { justify-self: start; }
}

@media (max-width: 640px) {
  .primary-nav { display: none; }
  .language-switcher { border-left: 0; padding-left: 0; }
  .hero { padding-left: 20px; padding-right: 20px; }
  h1 { font-size: clamp(52px, 17vw, 76px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .collection-section, .artist-section, .purchase-section { padding-left: 20px; padding-right: 20px; }
  .artwork-grid { gap: 76px; grid-template-columns: 1fr; }
  .artwork-card:nth-child(even) { padding-top: 0; }
  .artwork-title-row { align-items: end; }
  .artist-copy .artist-statement { font-size: 38px; }
  .purchase-steps li { padding: 24px 18px; }
  .breadcrumbs { font-size: 10px; padding: 0 20px; }
  .breadcrumbs span[aria-current="page"] { flex-basis: 100%; }
  .detail-hero { gap: 38px; padding: 26px 20px 80px; }
  .detail-content h1 { font-size: clamp(58px, 19vw, 88px); }
  .detail-byline { margin-top: 22px; }
  .detail-facts { grid-template-columns: 1fr; }
  .detail-facts div:nth-child(even) { padding-left: 0; }
  .detail-actions { align-items: flex-start; flex-direction: column; }
  .related-section { padding: 76px 20px 90px; }
  .related-heading { margin-bottom: 48px; }
  .related-grid { gap: 70px; grid-template-columns: 1fr; }
  .related-card:nth-child(even) { padding-top: 0; }
  .related-card:last-child { display: block; }
  .not-found-page { min-height: calc(100vh - 70px); padding: 70px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
