:root {
  --ink: #171313;
  --ink-soft: #2a2422;
  --porcelain: #f2eee7;
  --paper: #e8e1d8;
  --wine: #8b1e2d;
  --gold: #a78959;
  --smoke: #9b9690;
  --line: rgba(23, 19, 19, 0.18);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --pad: clamp(1.25rem, 4vw, 5rem);
  --header-h: 5.75rem;
}

:root:lang(zh-Hans) {
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--porcelain);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open, body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .75rem 1rem;
  color: var(--porcelain); background: var(--wine); transform: translateY(-200%);
}
.skip-link:focus { transform: translateY(0); }
.section-pad { padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.eyebrow {
  margin: 0 0 1.25rem; font-size: .68rem; font-weight: 600; letter-spacing: .18em;
  line-height: 1.4; text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 7vw, 7.25rem); line-height: .88; letter-spacing: -.045em; }
.text-link {
  display: inline-flex; align-items: center; gap: 1.25rem; padding-bottom: .42rem;
  border-bottom: 1px solid currentColor; font-size: .73rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
}
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(4px, -2px); }
.text-link--light { color: var(--porcelain); }

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: var(--header-h);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad);
  color: var(--porcelain); border-bottom: 1px solid rgba(242,238,231,.2);
  transition: color .35s ease, background .35s ease, border-color .35s ease;
}
.site-header.is-scrolled {
  color: var(--ink); background: rgba(242,238,231,.92); border-color: var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; justify-self: start; align-items: center; gap: .75rem; }
.brand__mark {
  display: grid; place-items: center; width: 2.15rem; height: 2.15rem; border: 1px solid currentColor;
  border-radius: 50%; font-family: var(--serif); font-size: .66rem; letter-spacing: .08em;
}
.brand__name { font-family: var(--serif); font-size: 1.02rem; letter-spacing: .04em; }
.main-nav { display: flex; gap: clamp(1rem, 2.5vw, 2.6rem); }
.main-nav a, .language-toggle {
  font-size: .64rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
}
.main-nav a { position: relative; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -.35rem; width: 100%; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.language-toggle { justify-self: end; display: flex; gap: .35rem; padding: 0; border: 0; background: none; }
.language-toggle a { opacity: .52; transition: opacity .2s ease; }
.language-toggle a:hover, .language-toggle a[aria-current="page"] { opacity: 1; }
.language-toggle span { opacity: .35; }
.menu-toggle { display: none; }

.site-header--inner {
  color: var(--ink); background: rgba(242,238,231,.94); border-color: var(--line);
  backdrop-filter: blur(18px);
}
.site-header--inner .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.language-label {
  justify-self: end; font-size: .64rem; font-weight: 600; letter-spacing: .13em;
}

.hero {
  position: relative; min-height: 100svh; overflow: hidden; color: var(--porcelain); background: var(--ink);
}
.hero__backdrop { position: absolute; inset: 0; overflow: hidden; opacity: .62; }
.hero__backdrop img { width: 100%; height: 100%; object-fit: cover; filter: blur(28px) saturate(.65); transform: scale(1.18); }
.hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(13,10,9,.96) 0%, rgba(13,10,9,.68) 38%, rgba(13,10,9,.12) 72%),
    linear-gradient(0deg, rgba(13,10,9,.75), transparent 48%);
}
.hero__content {
  position: relative; z-index: 3; width: 54%; min-height: 100svh; display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start; padding: calc(var(--header-h) + 2rem) var(--pad) 4.5rem;
}
.hero h1 { margin: 0 0 2rem; font-size: clamp(5.7rem, 13vw, 12rem); line-height: .7; letter-spacing: -.065em; }
.hero__eyebrow { color: rgba(242,238,231,.66); }
.hero__statement { margin-bottom: 2.5rem; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.85rem); line-height: 1.15; }
.hero__portrait { position: absolute; z-index: 2; inset: 0 0 0 auto; width: 53%; margin: 0; overflow: hidden; }
.hero__portrait::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,19,19,.45), transparent 35%);
}
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero__portrait figcaption {
  position: absolute; z-index: 2; right: var(--pad); bottom: 2.3rem; display: flex; flex-direction: column;
  align-items: flex-end; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase;
}
.hero__portrait figcaption span:first-child { font-family: var(--serif); font-size: 1.35rem; letter-spacing: 0; text-transform: none; }
.hero__index { position: absolute; z-index: 3; left: var(--pad); bottom: 2.4rem; font-size: .62rem; letter-spacing: .15em; }
.hero__scroll { position: absolute; z-index: 3; bottom: 0; left: 50%; width: 1px; height: 4rem; background: rgba(242,238,231,.2); }
.hero__scroll span { display: block; width: 1px; height: 35%; background: var(--porcelain); animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 0% { transform: translateY(0); } 50% { transform: translateY(185%); } 100% { transform: translateY(0); } }

.manifesto { border-bottom: 1px solid var(--line); }
.manifesto__line { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.manifesto__line span { font-family: var(--serif); font-size: clamp(2.5rem, 6.4vw, 7.5rem); line-height: 1; letter-spacing: -.045em; }
.manifesto__line i { flex: 1; max-width: 8rem; height: 1px; background: var(--wine); transform: rotate(-18deg); }
.manifesto__text { max-width: 48rem; margin: clamp(3rem, 7vw, 7rem) 0 0 auto; font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 2.35rem); line-height: 1.22; }

.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; margin-bottom: clamp(4rem, 8vw, 8rem); }
.section-heading > p { max-width: 29rem; margin: 0 0 .5rem auto; color: #5d5752; }
.section-heading--compact { grid-template-columns: 1fr; }
.works-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2.6vw, 2.5rem); align-items: start; }
.work-card { position: relative; grid-column: span 5; margin-bottom: clamp(3rem, 7vw, 7rem); }
.work-card--hero { grid-column: span 7; }
.work-card--tall { grid-column: 9 / span 4; margin-top: 18vw; }
.work-card:nth-child(3) { grid-column: 2 / span 4; }
.work-card:nth-child(4) { grid-column: 7 / span 5; margin-top: 7vw; }
.work-card__image { aspect-ratio: .77; overflow: hidden; background: #c8beb2; }
.work-card--hero .work-card__image { aspect-ratio: 1.18; }
.work-card--tall .work-card__image { aspect-ratio: .64; }
.image-shell { position: relative; overflow: hidden; }
.image-shell::after {
  content: ""; pointer-events: none; position: absolute; inset: 0; opacity: .24;
  background-image: radial-gradient(rgba(255,255,255,.18) .6px, transparent .6px);
  background-size: 3px 3px; mix-blend-mode: soft-light;
}
.image-shell img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.work-card[data-work="otsuyu"] .work-card__image img,
.work-card[data-work="caterina-sforza"] .work-card__image img,
.featured-story__image img { object-position: center top; }
.work-card:hover img { transform: scale(1.035); filter: saturate(1.06); }
.work-card__meta { padding-top: 1.2rem; }
.work-card__meta > div { display: flex; justify-content: space-between; margin-bottom: .75rem; font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.work-card__meta h3 { margin-bottom: .25rem; font-size: clamp(2rem, 3.3vw, 4rem); line-height: 1; }
.work-card__meta p { margin-bottom: 0; color: #6f6862; font-size: .78rem; }
.work-card__open {
  position: absolute; right: 1rem; top: 1rem; display: grid; place-items: center; width: 3rem; height: 3rem;
  border: 1px solid rgba(242,238,231,.7); border-radius: 50%; color: var(--porcelain); background: rgba(23,19,19,.14);
  backdrop-filter: blur(8px); cursor: pointer; transition: background .25s ease, transform .25s ease;
}
.work-card__open:hover { background: var(--wine); transform: rotate(8deg); }
.works__footer { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.works__footer > span { font-size: .67rem; letter-spacing: .13em; }

.featured-story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 52rem; color: var(--porcelain); background: var(--ink); }
.featured-story__image { min-height: 52rem; }
.featured-story__image img { width: 100%; height: 100%; object-fit: cover; }
.featured-story__number { position: absolute; top: 2rem; left: 2rem; font-family: var(--serif); font-size: clamp(4rem, 8vw, 9rem); opacity: .23; }
.featured-story__content { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.featured-story h2 { margin-bottom: 2.5rem; color: #efe6dd; }
.featured-story__lead { max-width: 35rem; font-family: var(--serif); font-size: clamp(1.55rem, 2.5vw, 2.55rem); line-height: 1.17; }
.featured-story__content > p:not(.eyebrow):not(.featured-story__lead) { max-width: 34rem; color: rgba(242,238,231,.68); }
.featured-story__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 3.2rem 0; padding: 1.5rem 0; border-top: 1px solid rgba(242,238,231,.2); border-bottom: 1px solid rgba(242,238,231,.2); }
.featured-story__facts div { display: flex; flex-direction: column; gap: .25rem; }
.featured-story__facts span { color: rgba(242,238,231,.5); font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.featured-story__facts strong { font-family: var(--serif); font-weight: 400; }

.material { background: var(--paper); }
.material__intro { display: grid; grid-template-columns: .55fr 1.45fr 1fr; gap: 3rem; align-items: start; }
.material__intro h2 { color: var(--wine); }
.material__intro > p:last-child { max-width: 28rem; margin-top: .4rem; color: #5e5751; }
.material__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(4rem, 9vw, 9rem); background: var(--line); border: 1px solid var(--line); }
.material__facts article { min-height: 19rem; padding: 2.2rem; background: var(--paper); }
.material__facts span { color: var(--wine); font-size: .64rem; letter-spacing: .15em; }
.material__facts h3 { margin: 5.5rem 0 .7rem; font-size: 2.5rem; }
.material__facts p { max-width: 19rem; margin: 0; color: #625b56; }
.atelier-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; margin-top: clamp(4rem, 8vw, 8rem); align-items: end; }
.atelier-strip figure { aspect-ratio: .72; margin: 0; overflow: hidden; }
.atelier-strip figure:nth-child(2), .atelier-strip figure:nth-child(4) { aspect-ratio: .86; }
.atelier-strip img { width: 100%; height: 100%; object-fit: cover; filter: sepia(.08) saturate(.78); }

.artist { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 8vw, 9rem); align-items: center; }
.artist__monogram { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; }
.artist__monogram::before { content: ""; position: absolute; width: 72%; height: 72%; border: 1px solid var(--wine); border-radius: 50%; }
.artist__monogram span { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(5rem, 10vw, 11rem); line-height: 1; }
.artist__monogram i { position: relative; z-index: 1; width: 1px; height: 31%; margin: 0 1.2rem; background: var(--wine); transform: rotate(24deg); }
.artist__content h2 { margin-bottom: 2.5rem; }
.artist__lead { max-width: 49rem; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.4rem); line-height: 1.22; }
.artist__columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin: 2.5rem 0; color: #625b56; }

.exhibitions { border-top: 1px solid var(--line); }
.timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: .35fr 1.5fr auto; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.timeline time { color: var(--wine); font-family: var(--serif); font-size: 2rem; }
.timeline h3 { margin: 0 0 .25rem; font-size: clamp(1.45rem, 2.7vw, 2.8rem); }
.timeline p { margin: 0; color: #6e6762; }
.timeline > li > span { font-size: 1.25rem; transition: transform .25s ease; }
.timeline li:hover > span { transform: translate(4px, -4px); }

.contact { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 7rem var(--pad) 2rem; color: var(--porcelain); background: var(--ink); }
.contact__orb { position: absolute; right: -5vw; top: 50%; width: min(56vw, 46rem); aspect-ratio: 1; border-radius: 50%; transform: translateY(-50%); background: radial-gradient(circle at 38% 35%, #c95750 0, #8b1e2d 24%, #391316 59%, transparent 71%); filter: blur(2px); opacity: .84; }
.contact__content { position: relative; z-index: 2; max-width: 65rem; }
.contact h2 { max-width: 57rem; margin-bottom: 2rem; font-size: clamp(4.4rem, 11vw, 11rem); }
.contact__content > p:not(.eyebrow) { max-width: 35rem; color: rgba(242,238,231,.68); font-size: 1.1rem; }
.contact__button { display: flex; justify-content: space-between; align-items: center; width: min(100%, 33rem); margin-top: 3rem; padding: 1.15rem 1.3rem; border: 1px solid rgba(242,238,231,.55); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease, background .25s ease; }
.contact__button:hover { color: var(--ink); background: var(--porcelain); }
.site-footer { position: absolute; z-index: 2; right: var(--pad); bottom: 2rem; left: var(--pad); display: flex; gap: 2rem; align-items: center; padding-top: 1.5rem; border-top: 1px solid rgba(242,238,231,.18); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a:last-child { margin-left: auto; }

.work-dialog { width: min(70rem, calc(100% - 2rem)); max-height: min(48rem, calc(100dvh - 2rem)); padding: 0; border: 0; color: var(--ink); background: var(--porcelain); box-shadow: 0 3rem 8rem rgba(0,0,0,.45); }
.work-dialog[open] { display: grid; grid-template-columns: .9fr 1.1fr; }
.work-dialog::backdrop { background: rgba(10,8,8,.82); backdrop-filter: blur(10px); }
.work-dialog__close { position: absolute; z-index: 2; top: 1rem; right: 1rem; display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(242,238,231,.78); cursor: pointer; }
.work-dialog__image { min-height: 42rem; }
.work-dialog__image img { width: 100%; height: 100%; object-fit: cover; }
.work-dialog__content { align-self: center; padding: clamp(2rem, 5vw, 5rem); }
.work-dialog h2 { margin-bottom: 1.5rem; font-size: clamp(3rem, 6vw, 6rem); }
.work-dialog__lead { font-family: var(--serif); font-size: 1.45rem; line-height: 1.25; }
.work-dialog dl { margin: 2rem 0 0; border-top: 1px solid var(--line); }
.work-dialog dl div { display: grid; grid-template-columns: 1fr 1.3fr; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.work-dialog dt { color: #6e6762; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.work-dialog dd { margin: 0; font-family: var(--serif); }

/* Catalogue */
.inner-page { background: var(--paper); }
.catalog-hero {
  position: relative; min-height: 44rem; display: flex; align-items: flex-end; overflow: hidden;
  padding: calc(var(--header-h) + 6rem) var(--pad) 5.5rem; color: var(--porcelain); background: var(--ink);
}
.catalog-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .2;
  background-image: radial-gradient(rgba(255,255,255,.24) .65px, transparent .65px);
  background-size: 4px 4px;
}
.catalog-hero__orb {
  position: absolute; top: 1rem; right: -10vw; width: min(60vw, 49rem); aspect-ratio: 1;
  border-radius: 50%; opacity: .92; filter: blur(1px);
  background: radial-gradient(circle at 37% 34%, #db6c60 0, #9d2838 20%, #5a1720 49%, rgba(23,19,19,0) 70%);
}
.catalog-hero__content { position: relative; z-index: 1; width: min(68rem, 73%); }
.catalog-hero h1 {
  margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(5rem, 12vw, 12.5rem);
  font-weight: 400; line-height: .68; letter-spacing: -.065em;
}
.catalog-hero__lead { max-width: 42rem; margin: 0; color: rgba(242,238,231,.68); font-size: 1rem; }
.catalog-hero__count {
  position: absolute; z-index: 1; right: var(--pad); bottom: 5.5rem; display: flex;
  flex-direction: column; align-items: flex-end; border-bottom: 1px solid rgba(242,238,231,.38);
}
.catalog-hero__count > span { font-family: var(--serif); font-size: clamp(4rem, 8vw, 8rem); line-height: .75; }
.catalog-hero__count small { padding: 1rem 0 .6rem; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }

.catalog-section { padding: clamp(4rem, 8vw, 8rem) var(--pad) clamp(6rem, 10vw, 10rem); }
.catalog-filters {
  display: grid; grid-template-columns: 2fr repeat(5, 1fr) auto; gap: 1rem; align-items: end;
  padding: 1.35rem; border: 1px solid var(--line); background: rgba(242,238,231,.64);
}
.filter-field { display: flex; min-width: 0; flex-direction: column; gap: .45rem; }
.filter-field > span { font-size: .58rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.filter-field input, .filter-field select {
  width: 100%; min-width: 0; height: 2.75rem; padding: 0 .75rem; border: 0; border-bottom: 1px solid var(--line);
  border-radius: 0; color: var(--ink); outline: 0; background: transparent; font: inherit; font-size: .78rem;
}
.filter-field select { padding-right: .2rem; }
.filter-field input:focus, .filter-field select:focus { border-color: var(--wine); }
.filter-field input::placeholder { color: #7b736d; }
.filter-reset {
  height: 2.75rem; padding: 0 1rem; border: 1px solid var(--line); background: transparent;
  font-size: .61rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer;
  transition: color .25s ease, background .25s ease;
}
.filter-reset:hover { color: var(--porcelain); background: var(--ink); }
.filter-chips { display: flex; min-height: 2.6rem; flex-wrap: wrap; gap: .55rem; padding: 1rem 0 0; }
.filter-chips:empty { display: none; }
.filter-chips button {
  padding: .45rem .7rem; border: 1px solid var(--line); border-radius: 99rem; color: var(--wine);
  background: transparent; font-size: .63rem; cursor: pointer;
}
.catalog-results-head {
  display: flex; align-items: end; justify-content: space-between; margin: clamp(4rem, 7vw, 7rem) 0 2rem;
  padding-bottom: 1.2rem; border-bottom: 1px solid var(--line);
}
.catalog-results-head h2 { font-size: clamp(3rem, 6vw, 6.5rem); }
.catalog-results-head p { margin: 0; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 4.5rem) clamp(1.25rem, 2.5vw, 2.5rem); align-items: stretch; }
.catalog-card { min-width: 0; height: 100%; }
.catalog-card__link { display: flex; height: 100%; flex-direction: column; }
.catalog-card__image,
.catalog-card:nth-child(6n + 1) .catalog-card__image,
.catalog-card:nth-child(6n + 5) .catalog-card__image { flex: 0 0 auto; aspect-ratio: .78; background: #c7bdb2; }
.catalog-card__image img { width: 100%; height: 100%; object-fit: cover; }
.catalog-card:hover .catalog-card__image img { transform: scale(1.035); filter: saturate(1.05); }
.catalog-card__status {
  position: absolute; z-index: 2; top: 1rem; left: 1rem; padding: .45rem .65rem;
  border: 1px solid rgba(242,238,231,.52); border-radius: 99rem; color: var(--porcelain);
  background: rgba(23,19,19,.45); backdrop-filter: blur(9px); font-size: .55rem;
  font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
}
.catalog-card__status--available { background: rgba(69,95,64,.74); }
.catalog-card__status--exhibition { background: rgba(139,30,45,.72); }
.catalog-card__body { display: flex; flex: 1; flex-direction: column; padding-top: 1rem; }
.catalog-card__meta, .catalog-card__foot { display: flex; justify-content: space-between; gap: 1rem; }
.catalog-card__meta { font-size: .59rem; letter-spacing: .11em; text-transform: uppercase; }
.catalog-card__meta span:last-child { text-align: right; }
.catalog-card h3 { min-height: 1.84em; margin: 1rem 0 .7rem; font-size: clamp(2.2rem, 3.5vw, 4rem); line-height: .92; letter-spacing: -.035em; }
.catalog-card p { flex: 1; min-height: 4.8em; margin-bottom: 1.3rem; color: #625b56; font-size: .83rem; }
.catalog-card__foot { padding-top: .85rem; border-top: 1px solid var(--line); font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; }
.catalog-card__foot span:last-child { color: var(--wine); }
.catalog-status { padding: 5rem 1rem; border: 1px solid var(--line); text-align: center; }

.inner-contact {
  padding: clamp(6rem, 10vw, 10rem) var(--pad); color: var(--porcelain); background: var(--wine);
}
.inner-contact h2 { margin-bottom: 2rem; font-size: clamp(4rem, 10vw, 10rem); }
.inner-contact > p:not(.eyebrow) { max-width: 38rem; color: rgba(242,238,231,.75); }
.inner-contact .contact__button { margin-bottom: 0; }
.inner-footer {
  display: flex; gap: 2rem; align-items: center; padding: 2rem var(--pad); color: var(--porcelain);
  background: var(--ink); border-top: 1px solid rgba(242,238,231,.15); font-size: .61rem;
  letter-spacing: .1em; text-transform: uppercase;
}
.inner-footer a:last-child { margin-left: auto; }

/* Work detail */
.work-view { background: var(--porcelain); }
.work-page { padding-top: var(--header-h); }
.work-loading, .work-error { min-height: 70vh; padding: 10rem var(--pad); }
.work-breadcrumbs {
  display: flex; flex-wrap: wrap; gap: .6rem; padding: 1.3rem var(--pad); border-bottom: 1px solid var(--line);
  color: #716963; font-size: .61rem; letter-spacing: .1em; text-transform: uppercase;
}
.work-breadcrumbs a:hover { color: var(--wine); }
.work-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: calc(100svh - var(--header-h)); background: var(--paper); }
.work-hero__figure { min-height: 48rem; margin: 0; background: #c9beb2; }
.work-hero__figure img { width: 100%; height: 100%; object-fit: cover; }
.work-hero__content { align-self: center; padding: clamp(3rem, 7vw, 8rem); }
.work-hero__top { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: clamp(3rem, 7vw, 7rem); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.work-status { padding: .4rem .6rem; border: 1px solid var(--line); border-radius: 99rem; }
.work-status--exhibition { color: var(--wine); border-color: rgba(139,30,45,.5); }
.work-status--available { color: #496344; border-color: rgba(73,99,68,.5); }
.work-hero h1 { margin: 0 0 1.7rem; font-size: clamp(4.5rem, 9vw, 9.5rem); line-height: .76; letter-spacing: -.055em; }
.work-hero__lead { max-width: 37rem; font-family: var(--serif); font-size: clamp(1.35rem, 2.25vw, 2.2rem); line-height: 1.18; }
.work-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 2.5rem 0; border-top: 1px solid var(--line); }
.work-facts__item { display: grid; grid-template-columns: .72fr 1.28fr; gap: .5rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.work-facts__item:nth-child(odd) { margin-right: 1.2rem; }
.work-facts dt { color: #6e6762; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.work-facts dd { margin: 0; font-family: var(--serif); }
.work-inquiry {
  display: flex; justify-content: space-between; padding: 1rem 1.1rem; border: 1px solid var(--ink);
  font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}
.work-inquiry:hover { color: var(--porcelain); background: var(--ink); }
.work-story { display: grid; grid-template-columns: .38fr 1.62fr; padding: clamp(6rem, 11vw, 11rem) var(--pad); color: var(--porcelain); background: var(--ink); }
.work-story__index { font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.work-story__content { max-width: 68rem; }
.work-story h2 { margin-bottom: 3rem; }
.work-story__text { max-width: 57rem; margin: 0; color: rgba(242,238,231,.77); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.25; }
.work-gallery-section { padding: clamp(6rem, 10vw, 10rem) var(--pad); background: var(--paper); }
.work-section-heading { margin-bottom: clamp(3rem, 7vw, 7rem); }
.work-section-heading h2 { color: var(--wine); }
.work-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(.7rem, 1.5vw, 1.5rem); align-items: start; }
.work-gallery__item { grid-column: span 5; aspect-ratio: .76; margin: 0; background: #c8bdb1; }
.work-gallery__item:nth-child(4n + 1) { grid-column: span 7; aspect-ratio: 1.12; }
.work-gallery__item:nth-child(4n + 2) { grid-column: span 5; margin-top: 7vw; }
.work-gallery__item:nth-child(4n + 3) { grid-column: 2 / span 4; aspect-ratio: .7; }
.work-gallery__item:nth-child(4n + 4) { grid-column: 7 / span 6; aspect-ratio: .9; margin-top: 4vw; }
.work-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.work-sources { display: grid; grid-template-columns: .45fr 1fr 1fr; gap: 2rem; padding: clamp(5rem, 8vw, 8rem) var(--pad); border-top: 1px solid var(--line); }
.work-sources h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
.work-sources__links { display: flex; flex-direction: column; align-self: end; }
.work-sources__links a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.work-sources__links a:hover { color: var(--wine); }
.related-works { padding: clamp(6rem, 10vw, 10rem) var(--pad); background: var(--porcelain); }
.work-section-heading--row { display: grid; grid-template-columns: .4fr 1.6fr; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2.5rem); }
.related-card img { width: 100%; aspect-ratio: .78; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.related-card:hover img { transform: scale(1.02); }
.related-card__meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: .9rem; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.related-card h3 { margin: .75rem 0 0; font-size: clamp(2rem, 3vw, 3.5rem); line-height: .95; }
.work-error h1 { margin-bottom: 3rem; font-family: var(--serif); font-size: clamp(4rem, 10vw, 10rem); font-weight: 400; line-height: .82; }

.reveal { opacity: 0; transform: translateY(2rem); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --header-h: 4.8rem; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 1.2rem; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 2rem; height: 2rem; padding: 0; border: 0; background: none; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: var(--header-h) 0 auto; display: flex; flex-direction: column; gap: 0; padding: 1.2rem var(--pad) 2rem; color: var(--ink); background: var(--porcelain); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .language-toggle { grid-column: 3; grid-row: 1; }
  .language-label { grid-column: 3; grid-row: 1; }
  .hero__content { width: 65%; }
  .hero__portrait { width: 59%; }
  .material__intro { grid-template-columns: 1fr; }
  .material__intro > p:last-child { margin: 0; }
  .catalog-filters { grid-template-columns: repeat(3, 1fr); }
  .filter-field--search { grid-column: span 2; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-hero { grid-template-columns: 1fr; }
  .work-hero__figure { min-height: 42rem; height: 75svh; }
  .work-sources { grid-template-columns: .5fr 1.5fr; }
  .work-sources__links { grid-column: 2; }
}

@media (max-width: 720px) {
  .section-pad { padding-top: 5rem; padding-bottom: 5rem; }
  h2 { font-size: clamp(2.85rem, 14vw, 5rem); }
  .brand__name { display: none; }
  .hero { min-height: 48rem; }
  .hero__portrait { inset: 0; width: 100%; opacity: .72; }
  .hero__veil { z-index: 1; background: linear-gradient(0deg, rgba(13,10,9,.96) 0%, rgba(13,10,9,.4) 66%, rgba(13,10,9,.22) 100%); }
  .hero__content { width: 100%; min-height: 48rem; justify-content: flex-end; padding-bottom: 6rem; }
  .hero h1 { font-size: clamp(5.3rem, 27vw, 8rem); }
  .hero__portrait figcaption { display: none; }
  .hero__index { display: none; }
  .manifesto__line { flex-wrap: wrap; justify-content: flex-start; }
  .manifesto__line span { font-size: clamp(2.5rem, 13vw, 4.2rem); }
  .manifesto__line i { flex: 0 0 2.7rem; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 4rem; }
  .section-heading > p { margin-left: 0; }
  .works-grid { display: block; }
  .work-card, .work-card--hero, .work-card--tall, .work-card:nth-child(3), .work-card:nth-child(4) { margin: 0 0 4.5rem; }
  .work-card__image, .work-card--hero .work-card__image, .work-card--tall .work-card__image { aspect-ratio: .78; }
  .featured-story { grid-template-columns: 1fr; }
  .featured-story__image { min-height: 35rem; }
  .featured-story__content { padding: 4rem var(--pad); }
  .featured-story__facts { grid-template-columns: 1fr; }
  .material__facts { grid-template-columns: 1fr; }
  .material__facts article { min-height: 14rem; }
  .material__facts h3 { margin-top: 3rem; }
  .atelier-strip { grid-template-columns: repeat(5, 44vw); overflow-x: auto; margin-right: calc(var(--pad) * -1); padding-right: var(--pad); scrollbar-width: none; }
  .atelier-strip::-webkit-scrollbar { display: none; }
  .artist { grid-template-columns: 1fr; }
  .artist__monogram { width: 80%; margin: 0 auto; }
  .artist__columns { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: .4fr 1.6fr auto; gap: 1rem; }
  .timeline time { font-size: 1.35rem; }
  .contact { min-height: 52rem; justify-content: flex-start; padding-top: 9rem; }
  .contact__orb { top: 65%; right: -38vw; width: 100vw; }
  .site-footer { flex-wrap: wrap; }
  .site-footer a:last-child { margin-left: 0; }
  .work-dialog[open] { display: block; overflow-y: auto; }
  .work-dialog__image { min-height: 24rem; height: 45dvh; }
  .catalog-hero { min-height: 39rem; align-items: flex-start; padding-top: calc(var(--header-h) + 6rem); }
  .catalog-hero__content { width: 100%; }
  .catalog-hero h1 { font-size: clamp(5rem, 23vw, 8rem); }
  .catalog-hero__lead { max-width: 82%; }
  .catalog-hero__orb { top: 15rem; right: -38vw; width: 100vw; opacity: .7; }
  .catalog-hero__count { right: var(--pad); bottom: 2.3rem; }
  .catalog-hero__count > span { font-size: 4rem; }
  .catalog-filters { grid-template-columns: 1fr; padding: 1rem; }
  .filter-field--search { grid-column: auto; }
  .catalog-results-head { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card__image, .catalog-card:nth-child(6n + 1) .catalog-card__image, .catalog-card:nth-child(6n + 5) .catalog-card__image { aspect-ratio: .78; }
  .catalog-card h3, .catalog-card p { min-height: 0; }
  .inner-footer { flex-wrap: wrap; }
  .inner-footer a:last-child { width: 100%; margin-left: 0; }
  .work-breadcrumbs { overflow: hidden; flex-wrap: nowrap; white-space: nowrap; }
  .work-breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .work-hero__figure { min-height: 35rem; height: 68svh; }
  .work-hero__content { padding: 4rem var(--pad) 5rem; }
  .work-hero__top { margin-bottom: 4rem; }
  .work-facts { grid-template-columns: 1fr; }
  .work-facts__item:nth-child(odd) { margin-right: 0; }
  .work-story { grid-template-columns: 1fr; gap: 4rem; }
  .work-gallery { display: grid; grid-template-columns: 1fr; }
  .work-gallery__item, .work-gallery__item:nth-child(4n + 1), .work-gallery__item:nth-child(4n + 2), .work-gallery__item:nth-child(4n + 3), .work-gallery__item:nth-child(4n + 4) { grid-column: auto; aspect-ratio: .78; margin: 0; }
  .work-gallery__item:nth-child(3n + 1) { aspect-ratio: 1; }
  .work-sources { grid-template-columns: 1fr; }
  .work-sources__links { grid-column: auto; }
  .work-section-heading--row { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; gap: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
