/* ==========================================================================
   Renée Kanowitz Art — site styles
   Ported from the Claude Design source: renee-kanowitz-art-v2.dc.html
   ========================================================================== */

/* --- Tokens ------------------------------------------------------------- */

:root {
  --paper: #f7f5f1;
  --night: #1a1a18;
  --cream: #f2efe9;

  --ink: #2a2724;
  --ink-mid: #4a443c;
  --ink-soft: #56504a;
  --ink-quiet: #6b645b;

  --brass: #8a6f52;

  --rule: #e8e2d8;
  --rule-strong: #ded7cb;
  --rule-soft: #e4ded3;
  --line: #c9c2b6;

  --serif: Newsreader, Georgia, "Times New Roman", serif;
  --sans: Outfit, system-ui, -apple-system, "Segoe UI", sans-serif;

  --gutter: 48px;
  --measure: 1040px;
  --measure-wide: 1320px;
}

/* --- Reset -------------------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

figure {
  margin: 0;
}

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

input,
select,
textarea {
  font-family: var(--sans);
}

a {
  color: var(--ink);
  text-decoration: none;
  transition: color 320ms ease, border-color 320ms ease, opacity 320ms ease;
}

a:hover {
  color: var(--brass);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--cream);
  border: 1px solid var(--rule-strong);
}

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

/* --- Typography primitives ---------------------------------------------- */

.eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
}

.eyebrow--block {
  display: block;
}

.eyebrow--quiet {
  color: var(--ink-quiet);
}

.eyebrow--wide {
  letter-spacing: 0.26em;
}

.eyebrow--tight {
  letter-spacing: 0.2em;
}

.h-display {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 44px;
  line-height: 1.16;
  margin: 0;
}

.body-copy {
  font-size: 15px;
  line-height: 1.95;
  color: var(--ink-soft);
  margin: 0;
  text-wrap: pretty;
}

.body-copy--sm {
  font-size: 14px;
  line-height: 1.9;
}

.link-under {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 5px;
}

.link-under:hover {
  border-color: var(--ink);
}

.link-under--sm {
  font-size: 10px;
  letter-spacing: 0.2em;
}

/* --- Layout helpers ------------------------------------------------------ */

.section {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.wrap {
  max-width: var(--measure);
  margin: 0 auto;
}

.wrap-wide {
  max-width: var(--measure-wide);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 56px;
}

.split > .eyebrow {
  padding-top: 8px;
}

.wrap-pair {
  max-width: 1180px;
  margin: 0 auto;
}

/* Measure utilities — the design sets a per-passage character measure. */
.mw-30 {
  max-width: 30ch;
}
.mw-46 {
  max-width: 46ch;
}
.mw-52 {
  max-width: 52ch;
}
.mw-54 {
  max-width: 54ch;
}
.mw-56 {
  max-width: 56ch;
}
.mw-58 {
  max-width: 58ch;
}

.mb-26 {
  margin-bottom: 26px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-76 {
  margin-bottom: 76px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mt-66 {
  margin-top: 66px;
}

.rule-full {
  height: 1px;
  background: var(--rule-soft);
}

.rule-short {
  width: 110px;
  height: 1px;
  background: var(--rule-strong);
}

/* --- Header -------------------------------------------------------------- */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 20px 34px;
  background: rgba(247, 245, 241, 0.94);
  border-bottom: 1px solid var(--rule-soft);
  backdrop-filter: blur(8px);
  transition: background 400ms ease, border-color 400ms ease;
}

.site-header__mark {
  display: grid;
  align-items: center;
}

.site-header__mark img {
  grid-area: 1 / 1;
  height: 32px;
  width: auto;
  transition: opacity 400ms ease;
}

.site-header__mark .mark--ink {
  opacity: 0.88;
}

.site-header__mark .mark--cream {
  opacity: 0;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  font-size: 15px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  flex: 1 1 auto;
  min-width: 0;
}

.site-nav a {
  color: var(--ink-soft);
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--brass);
}

.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.site-header__place {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

/* Transparent state — only while the home hero is under the header. */

.site-header.is-over-hero {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.site-header.is-over-hero .mark--ink {
  opacity: 0;
}

.site-header.is-over-hero .mark--cream {
  opacity: 0.88;
}

.site-header.is-over-hero .site-nav a,
.site-header.is-over-hero .site-header__place {
  color: rgba(242, 239, 233, 0.78);
}

.site-header.is-over-hero .site-nav a[aria-current="page"],
.site-header.is-over-hero .site-nav a:hover {
  color: var(--cream);
}

/* --- Page heads (interior pages) ----------------------------------------- */

.page-head {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  max-width: var(--measure);
  margin: 0 auto;
  padding: 186px var(--gutter) 0;
}

.page-head__eyebrow {
  display: block;
  margin-bottom: 40px;
  flex: 0 0 auto;
}

.page-title {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 44px;
}

.page-lede {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink-mid);
  max-width: 46ch;
  margin: 0;
  text-wrap: balance;
}

/* --- Colour bands -------------------------------------------------------- */

.band {
  margin: 0;
  padding: 116px var(--gutter);
}

.band__quote {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 44px;
  line-height: 1.34;
  letter-spacing: -0.012em;
  margin: 0;
  max-width: 30ch;
  text-wrap: pretty;
}

.band__pull {
  font-family: var(--serif);
  font-weight: 200;
  font-style: italic;
  font-size: 54px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 26ch;
  text-wrap: pretty;
}

.band__list {
  display: flex;
  flex-direction: column;
  max-width: 54ch;
  margin: 0 0 36px;
  border-top: 1px solid currentColor;
}

.band__list span {
  font-size: 13px;
  line-height: 1.7;
  padding: 15px 0;
  border-bottom: 1px solid currentColor;
}

.band--work {
  background: #e7e1f0;
}
.band--work .eyebrow {
  color: #5b4a78;
}
.band--work .band__quote {
  color: #322a41;
}

.band--exhibitions {
  background: #d7e8e4;
}
.band--exhibitions .eyebrow {
  color: #2f6a63;
}
.band--exhibitions .band__pull {
  color: #24403c;
}

.band--commissions {
  background: #f7dbdd;
}
.band--commissions .eyebrow {
  color: #96434e;
}
.band--commissions .body-copy {
  color: #5c4448;
}
.band--commissions .band__list {
  color: #e6bcc0;
}
.band--commissions .band__list span {
  color: #5c4448;
}
.band--commissions .link-under {
  border-bottom-color: #cf9298;
}
.band--commissions .link-under:hover {
  border-bottom-color: #96434e;
}

.band--teaching {
  background: #d9e8d5;
}
.band--teaching .eyebrow {
  color: #3d6532;
}
.band--teaching .body-copy {
  color: #414d3c;
}
.band--teaching .band__list {
  color: #b5cdae;
}
.band--teaching .band__list span {
  color: #414d3c;
}
.band--teaching .link-under {
  border-bottom-color: #8bab82;
}
.band--teaching .link-under:hover {
  border-bottom-color: #3d6532;
}

.band--about {
  background: #f4e7c3;
}
.band--about .eyebrow {
  color: #96702c;
}
.band--about .band__pull {
  color: #3d3524;
  font-weight: 200;
  letter-spacing: -0.015em;
}

.band--contact {
  background: #f7e5d6;
}
.band--contact .eyebrow {
  color: #8a5a2c;
}
.band--contact .band__quote {
  color: #40332a;
}

/* --- Work captions ------------------------------------------------------- */

.zoom {
  cursor: zoom-in;
}

.caption {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 16px;
}

.caption__title {
  font-family: var(--serif);
  font-size: 18px;
}

.caption__medium {
  font-size: 12px;
  color: var(--ink-soft);
}

.caption__status {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
}

.caption--plate {
  margin-top: 18px;
  gap: 8px;
}

.caption--plate .caption__title {
  font-size: 20px;
}

.caption--lg {
  margin-top: 18px;
}

.caption--lg .caption__title {
  font-size: 19px;
}

.caption--xl .caption__title {
  font-size: 20px;
}

.caption--tight {
  gap: 5px;
  margin-top: 13px;
}

.caption--tight .caption__title {
  font-size: 15px;
}

.caption--tight .caption__medium {
  font-size: 11px;
}

.caption--tight .caption__status {
  font-size: 9px;
  letter-spacing: 0.18em;
}

.caption-note {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

/* --- Home: hero ---------------------------------------------------------- */

.hero {
  position: relative;
  background: var(--night);
}

.hero__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.hero__pair img {
  width: 100%;
  aspect-ratio: 1200 / 1760;
  object-fit: cover;
}

.hero__signature {
  position: absolute;
  left: 6%;
  top: 60%;
  transform: translateY(-50%);
  width: 49%;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 2200ms cubic-bezier(0.22, 1, 0.36, 1) 500ms;
}

.hero__signature.is-in {
  opacity: 1;
}

.hero__jump {
  position: absolute;
  right: 48px;
  bottom: 34px;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(242, 239, 233, 0.78);
  /* The link sits over painted canvas — a soft shadow keeps it readable
     against the lighter passages without reading as a drop shadow. */
  text-shadow: 0 1px 8px rgba(20, 20, 19, 0.55);
}

.hero__jump:hover {
  color: var(--cream);
}

.hero-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.hero-labels span {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-quiet);
  padding: 14px 0 0 48px;
}

.hero-labels span:last-child {
  padding: 14px 48px 0 0;
  text-align: right;
}

.hero-meta {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 48px;
  align-items: start;
  padding: 30px var(--gutter) 0;
}

.hero-meta__note {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

.hero-meta__note--end {
  text-align: right;
}

.hero-meta__line {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
}

/* --- Home: artist plate --------------------------------------------------- */

.artist {
  padding: 132px 40px 138px;
}

.artist__inner {
  max-width: var(--measure-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 88px;
  align-items: center;
}

.artist__portrait img {
  width: 100%;
  max-width: 460px;
  height: auto;
}

.artist__portrait figcaption {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

.artist__body {
  padding-bottom: 18px;
}

.artist__body .eyebrow {
  margin-bottom: 44px;
}

.artist__name {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 76px;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 40px;
}

.artist__body .rule-short {
  margin-bottom: 36px;
}

.artist__lede {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 34ch;
  margin: 0 0 40px;
  text-wrap: pretty;
}

/* --- Home: selected works ------------------------------------------------- */

.selected {
  padding: 96px var(--gutter) 0;
}

.selected__eyebrow {
  margin-bottom: 96px;
}

.selected__lead {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 150px;
}

.selected__lead-copy {
  padding-bottom: 20px;
}

.selected__lead-title {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 46px;
  line-height: 1.1;
  margin: 0 0 26px;
}

.selected__lead-meta {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  color: var(--ink-soft);
}

.selected__lead-inset {
  margin-top: 64px;
}

.selected__pairs {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 150px;
}

.selected__duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.selected__aside {
  margin-top: 40px;
}

.practice {
  padding: 0 var(--gutter);
}

.practice__inner {
  max-width: var(--measure);
  margin: 0 auto;
  padding: 40px 0 210px;
}

.practice__quote {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 58px;
  line-height: 1.28;
  letter-spacing: -0.015em;
  margin: 0 0 64px;
  text-wrap: pretty;
}

.practice__quote em {
  font-style: italic;
}

.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.pair .caption {
  margin-top: 20px;
}

.pair .caption__title {
  font-size: 20px;
}

.studio-home {
  padding: 190px var(--gutter) 0;
}

.studio-home__inner {
  max-width: var(--measure-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 80px;
  align-items: start;
}

.studio-home__copy {
  padding-top: 40px;
}

.studio-home__copy .eyebrow {
  margin-bottom: 44px;
}

.studio-home__title {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 52px;
  line-height: 1.16;
  margin: 0 0 36px;
  max-width: 20ch;
}

.studio-home__copy .body-copy {
  max-width: 46ch;
  margin-bottom: 36px;
}

.closer {
  padding: 200px var(--gutter) 0;
}

.closer__title {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 28px;
  max-width: 26ch;
}

.closer .body-copy {
  max-width: 54ch;
  margin-bottom: 32px;
}

/* --- Work page ------------------------------------------------------------ */

.works-section {
  max-width: var(--measure-wide);
  margin: 150px auto 0;
  padding: 0 var(--gutter);
}

.works-section--near {
  margin-top: 130px;
}

.works-section__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 26px;
}

.works-section__note {
  font-size: 11px;
  color: var(--ink-quiet);
}

.works-section h2 {
  margin-bottom: 30px;
}

.works-section__intro {
  max-width: 52ch;
  margin-bottom: 76px;
}

.grid-recent {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  justify-content: start;
  gap: 72px 24px;
  align-items: start;
}

.grid-recent img {
  max-width: 200px;
}

.grid-available {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: start;
}

.grid-available .link-under {
  margin-top: 18px;
}

.grid-selected {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px 56px;
  align-items: start;
  margin-top: 50px;
}

.grid-diptych {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  align-items: start;
}

.diptych-block {
  margin-bottom: 110px;
}

.diptych-block__note {
  display: block;
  margin-top: 30px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

.columns-3 {
  column-count: 3;
  column-gap: 44px;
}

.columns-3 figure {
  break-inside: avoid;
  margin-bottom: 52px;
}

.columns-4 {
  column-count: 4;
  column-gap: 36px;
}

.columns-4 figure {
  break-inside: avoid;
  margin-bottom: 38px;
}

.archive-toggle-row {
  padding-top: 30px;
}

.archive-panel {
  margin-top: 66px;
}

.archive-panel[hidden] {
  display: none;
}

.archive-panel__note {
  font-size: 12px;
  line-height: 1.85;
  color: var(--ink-quiet);
  max-width: 56ch;
  margin: 0 0 46px;
}

.closer-split {
  max-width: var(--measure);
  margin: 170px auto 0;
  padding: 0 var(--gutter);
}

.closer-split__lede {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 200;
  line-height: 1.4;
  margin: 0 0 32px;
  max-width: 30ch;
  text-wrap: pretty;
}

/* --- Exhibitions ---------------------------------------------------------- */

.page-head__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
}

.stat-row {
  display: flex;
  gap: 52px;
  padding-bottom: 6px;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat__figure {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 52px;
  line-height: 1;
}

.stat__label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

.prose-section {
  max-width: var(--measure);
  margin: 190px auto 0;
  padding: 0 var(--gutter);
}

.prose-section--near {
  margin-top: 150px;
}

.prose-section h2 {
  margin-bottom: 60px;
}

.show {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 40px;
  align-items: baseline;
  padding: 38px 0;
  border-bottom: 1px solid var(--rule);
}

.show__year {
  font-family: var(--serif);
  font-weight: 200;
  font-size: 30px;
  color: var(--brass);
}

.show__title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 30px;
  line-height: 1.25;
  margin: 0;
}

.show__place {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-quiet);
  text-align: right;
}

/* --- Commissions / Teaching ----------------------------------------------- */

.duo-start {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.studio-aside {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 56px;
  align-items: start;
}

.studio-aside__copy {
  padding-top: 8px;
}

.studio-aside__copy .eyebrow {
  margin-bottom: 26px;
}

.studio-aside__lede {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 200;
  line-height: 1.42;
  margin: 0 0 30px;
  text-wrap: pretty;
}

/* --- About ---------------------------------------------------------------- */

.about-portrait {
  max-width: var(--measure);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 90px;
  align-items: end;
}

.about-portrait img {
  width: 100%;
  max-width: 520px;
  height: auto;
}

.about-portrait figcaption {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

.about-portrait__note {
  padding-bottom: 34px;
}

.about-portrait__note .rule-short {
  width: 100px;
  margin-bottom: 30px;
}

.about-portrait__note .body-copy {
  font-size: 14px;
  line-height: 1.9;
  max-width: 30ch;
}

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

.bio .body-copy {
  max-width: 58ch;
}

.facts {
  border-top: 1px solid var(--rule-strong);
}

.fact {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
}

.fact__key {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

.fact__value {
  font-size: 15px;
  line-height: 1.7;
}

.marks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  border-top: 1px solid var(--rule-strong);
  padding-top: 34px;
}

.mark {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mark__title {
  font-family: var(--serif);
  font-size: 22px;
}

.mark__note {
  font-size: 12px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.studio-film {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 44px;
  align-items: start;
}

.studio-film iframe {
  width: 100%;
  height: 560px;
  border: 0;
  background: #efe9e0;
}

.studio-film__meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

.giving-figure {
  margin-top: 96px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: end;
}

.giving-figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 8px;
}

.giving-figure .caption__title {
  font-size: 22px;
}

/* --- Contact -------------------------------------------------------------- */

.contact-details {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--rule-strong);
}

.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-detail__label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

.contact-detail__value {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

.enquiry {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: start;
}

.enquiry h2 {
  margin-bottom: 56px;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.field__label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

.field input,
.field select,
.field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule-strong);
  padding: 10px 0;
  font-size: 15px;
  color: var(--ink);
  border-radius: 0;
}

.field textarea {
  line-height: 1.7;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--ink);
}

.enquiry-form__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.enquiry-form__submit {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0 0 6px;
  cursor: pointer;
  font-family: var(--sans);
}

.enquiry-form__submit:hover {
  color: var(--brass);
  border-bottom-color: var(--brass);
}

.enquiry-form__privacy {
  font-size: 11px;
  line-height: 1.7;
  color: var(--ink-quiet);
  max-width: 34ch;
}

.enquiry figcaption {
  margin-top: 16px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

/* --- Footer --------------------------------------------------------------- */

.site-footer {
  margin-top: 220px;
  padding: 0 var(--gutter) 80px;
}

.site-footer__inner {
  max-width: var(--measure);
  margin: 0 auto;
  padding-top: 90px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.site-footer__monogram {
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.site-footer__links {
  display: flex;
  gap: 44px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer__links a {
  color: var(--ink-soft);
}

.site-footer__links a:hover {
  color: var(--brass);
}

.site-footer__name {
  color: var(--ink);
}

.site-footer__legal {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-quiet);
}

/* --- Lightbox ------------------------------------------------------------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(20, 20, 19, 0.96);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 56px;
  cursor: zoom-out;
}

.lightbox[hidden] {
  display: none;
}

.lightbox__image {
  max-width: 84vw;
  max-height: 62vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lightbox__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  text-align: center;
}

.lightbox__title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 26px;
  color: var(--cream);
}

.lightbox__medium {
  font-size: 12px;
  color: #b5aea4;
}

.lightbox__status {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c9a882;
}

.lightbox__nav {
  display: flex;
  gap: 40px;
}

.lightbox__btn,
.lightbox__close {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242, 239, 233, 0.7);
  background: transparent;
  border: 0;
  padding: 6px 2px;
  cursor: pointer;
}

.lightbox__btn:hover,
.lightbox__close:hover {
  color: var(--cream);
}

.lightbox__close {
  position: absolute;
  top: 34px;
  right: 44px;
}

/* --- Reveal on scroll ------------------------------------------------------ */

[data-reveal] {
  transition: opacity 1000ms ease, transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-pending {
  opacity: 0;
  transform: translateY(22px);
  will-change: opacity, transform;
}

[data-reveal].is-image {
  transition: opacity 1400ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1800ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-image.is-pending {
  transform: scale(1.028);
}

/* --- Responsive ------------------------------------------------------------ */

@media (max-width: 1180px) {
  .site-nav {
    font-size: 13px;
    gap: 8px 20px;
    letter-spacing: 0.08em;
  }

  .site-header__place {
    display: none;
  }

  .site-header__mark img {
    height: 28px;
  }

  .artist__inner {
    grid-template-columns: 380px 1fr;
    gap: 56px;
  }

  .about-portrait {
    grid-template-columns: 420px 1fr;
    gap: 56px;
  }
}

@media (max-width: 900px) {
  :root {
    --gutter: 22px;
  }

  .site-header {
    position: static;
    padding: 14px var(--gutter) 6px;
    row-gap: 4px;
  }

  .site-nav {
    gap: 0 18px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .site-nav a {
    padding: 14px 6px;
    display: block;
  }

  .site-header__mark img {
    height: 26px;
  }

  /* 16px minimum stops iOS Safari zooming the page when a field is focused. */
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }

  main {
    padding-top: 8px;
  }

  .page-head {
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .page-title {
    font-size: 52px;
  }

  .page-head__row {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .h-display,
  .artist__name,
  .studio-home__title,
  .closer__title,
  .selected__lead-title {
    font-size: 32px;
    line-height: 1.18;
  }

  .show__title {
    font-size: 21px;
  }

  .band__quote,
  .band__pull,
  .practice__quote,
  .closer-split__lede,
  .studio-aside__lede {
    font-size: 27px;
    line-height: 1.36;
    max-width: none;
  }

  .band {
    padding: 64px var(--gutter);
  }

  .artist__inner,
  .selected__lead,
  .selected__pairs,
  .selected__duo,
  .pair,
  .studio-home__inner,
  .split,
  .duo-start,
  .studio-aside,
  .studio-film,
  .about-portrait,
  .giving-figure,
  .enquiry,
  .grid-available,
  .grid-selected,
  .marks,
  .contact-details,
  .hero-meta,
  .fact,
  .show {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  /* minmax(0,…) so a wide source image can't set the column's min-content
     width and push the grid past the viewport. */
  .grid-recent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
  }

  .grid-recent img {
    max-width: 100%;
  }

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

  .marks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .fact {
    gap: 8px;
  }

  .columns-3,
  .columns-4 {
    column-count: 1;
  }

  .show {
    padding: 26px 0;
    gap: 10px;
  }

  .show__place {
    text-align: left;
  }

  .hero-meta__note--end {
    text-align: left;
  }

  .hero__signature {
    width: 68%;
    left: 16%;
    top: 50%;
  }

  .hero__jump {
    right: var(--gutter);
    bottom: 14px;
  }

  /* The hero labels and the artist plate carried fixed 48px / 40px insets
     from the desktop layout; align them to the mobile gutter. */
  .hero-labels span,
  .hero-labels span:last-child {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }

  .artist {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }

  .selected__eyebrow {
    margin-bottom: 40px;
  }

  .artist,
  .practice__inner,
  .studio-home,
  .closer,
  .selected {
    padding-top: 96px;
  }

  .practice__inner {
    padding-bottom: 110px;
  }

  .selected__lead,
  .selected__pairs {
    margin-bottom: 96px;
  }

  .works-section,
  .works-section--near,
  .prose-section,
  .prose-section--near,
  .closer-split {
    margin-top: 96px;
  }

  .studio-film iframe {
    height: 480px;
  }

  .site-footer {
    margin-top: 120px;
  }

  /* Tap targets: extend the hit area with a pseudo-element instead of real
     padding, so the underline stays tight to the text and nothing reflows. */
  .link-under,
  .contact-detail__value,
  .site-footer__links a {
    position: relative;
  }

  .link-under::after,
  .contact-detail__value::after,
  .site-footer__links a::after {
    content: "";
    position: absolute;
    left: -6px;
    right: -6px;
    top: -13px;
    bottom: -13px;
  }

  .site-footer__links a {
    padding: 4px 2px;
  }

  .lightbox {
    padding: 20px;
    gap: 22px;
  }

  .lightbox__image {
    max-width: 90vw;
    max-height: 58vh;
  }

  .lightbox__nav {
    gap: 20px;
  }

  .lightbox__btn,
  .lightbox__close {
    padding: 14px 12px;
  }

  .lightbox__close {
    top: 8px;
    right: 8px;
  }
}

/* Small phones (iPhone SE and similar): tighten the gutter and the nav so the
   six links still land in two rows rather than three. */
@media (max-width: 360px) {
  :root {
    --gutter: 18px;
  }

  .site-nav {
    gap: 0 12px;
    font-size: 11px;
  }

  .site-nav a {
    padding: 14px 5px;
  }

  .page-title {
    font-size: 44px;
  }

  .h-display,
  .artist__name,
  .studio-home__title,
  .closer__title,
  .selected__lead-title {
    font-size: 29px;
  }

  .band__quote,
  .band__pull,
  .practice__quote,
  .closer-split__lede,
  .studio-aside__lede {
    font-size: 24px;
  }

  .grid-recent,
  .grid-diptych {
    gap: 30px 16px;
  }
}

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

  [data-reveal].is-pending {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .lightbox {
    display: none;
  }

  [data-reveal].is-pending {
    opacity: 1;
    transform: none;
  }
}
