.photo-author-page {
  --photo-gold: #e5a300;
  --photo-gold-light: #f5c53b;
  --photo-ink: #10100f;
  --photo-charcoal: #181816;
  --photo-paper: #f3efe6;
  --photo-muted: #aaa69d;
  --photo-black: #080808;
  --photo-surface: #141412;
  --photo-line: #34342f;
  margin-top: 80px;
  background: var(--photo-ink);
  color: #f7f4ed;
  overflow: hidden;
}

.photo-author-page * {
  box-sizing: border-box;
}

.photo-author-page a {
  color: inherit;
}

.photo-author-page a:focus-visible,
.photo-author-page button:focus-visible {
  outline: 3px solid var(--photo-gold-light);
  outline-offset: 4px;
}

.photo-author-page section[id] {
  scroll-margin-top: 80px;
}

.photo-author-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.photo-author-eyebrow {
  margin: 0 0 14px;
  color: var(--photo-gold-light);
  font-family: "Lato", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.photo-author-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(320px, 0.72fr);
  min-height: calc(100svh - 80px);
  background: var(--photo-black);
}

.photo-author-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  background: var(--photo-black);
}

.photo-author-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(100svh - 80px);
  object-fit: contain;
}

.photo-author-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 8vw, 120px) clamp(32px, 5vw, 86px);
}

.photo-author-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 5.6vw, 6.3rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.photo-author-hero-intro {
  max-width: 38rem;
  margin: 34px 0 0;
  color: #c8c3b9;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.9;
}

.photo-author-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.photo-author-quick-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 18px max(24px, calc((100% - 1320px) / 2));
  border-top: 1px solid #292925;
  border-bottom: 1px solid #292925;
  background: var(--photo-ink);
}

.photo-author-quick-nav > span {
  flex: 0 0 auto;
  color: var(--photo-gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.photo-author-quick-nav > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.photo-author-quick-nav a {
  padding: 10px 0;
  color: #c9c4ba !important;
  font-size: 0.84rem;
  text-decoration: none !important;
  white-space: nowrap;
}

.photo-author-quick-nav a:hover {
  color: #fff !important;
}

.photo-author-quick-nav a.is-active {
  color: var(--photo-gold-light) !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.photo-author-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--photo-gold);
  border-radius: 999px;
  background: var(--photo-gold);
  color: #111 !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.photo-author-button:hover {
  background: var(--photo-gold-light);
  color: #111 !important;
}

.photo-author-button--ghost {
  background: transparent;
  color: #f8f4ea !important;
}

.photo-author-button--ghost:hover {
  background: rgba(229, 163, 0, 0.13);
  color: #fff !important;
}

.photo-author-section {
  padding: clamp(76px, 9vw, 140px) 0;
}

.photo-author-section-head {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 100px);
  margin-bottom: clamp(40px, 6vw, 82px);
}

.photo-author-section-head h2 {
  margin: 0;
  color: inherit;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.35rem, 5vw, 5.4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.photo-author-section-head p {
  max-width: 50rem;
  margin: 20px 0 0;
  color: var(--photo-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.photo-author-masonry {
  column-count: 3;
  column-gap: 18px;
}

.photo-author-work {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  border: 1px solid var(--photo-line);
  background: var(--photo-surface);
  color: #fff !important;
  text-decoration: none !important;
  vertical-align: top;
}

.photo-author-work img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: opacity 180ms ease;
}

.photo-author-work:hover img {
  opacity: 0.87;
}

.photo-author-work-copy {
  display: grid;
  gap: 4px;
  padding: 15px 17px 17px;
}

.photo-author-work-copy strong {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.photo-author-work-copy span {
  color: #a9a59d;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

.photo-author-statement {
  padding: clamp(70px, 10vw, 150px) 24px;
  background: var(--photo-gold);
  color: #111;
  text-align: center;
}

.photo-author-statement blockquote {
  max-width: 980px;
  margin: 0 auto;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4.7vw, 5rem);
  font-weight: 400;
  line-height: 1.12;
}

.photo-author-statement p {
  max-width: 720px;
  margin: 28px auto 0;
  font-size: 1rem;
  line-height: 1.8;
}

.photo-author-series-list {
  display: grid;
  gap: 26px;
}

.photo-author-series-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  align-items: center;
  border: 1px solid var(--photo-line);
  background: var(--photo-charcoal);
}

.photo-author-series-card:nth-child(even) .photo-author-series-media {
  order: 2;
}

.photo-author-series-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  background: var(--photo-black);
}

.photo-author-series-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.photo-author-series-copy {
  padding: clamp(34px, 6vw, 84px);
}

.photo-author-series-copy h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 4.3rem);
  font-weight: 400;
  line-height: 1.06;
}

.photo-author-series-copy p {
  margin: 22px 0 28px;
  color: #bdb8ae;
  line-height: 1.85;
}

.photo-author-text-link,
.photo-author-source {
  padding: 10px 0;
  color: var(--photo-gold-light) !important;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}

.photo-author-text-link:hover,
.photo-author-source:hover {
  color: #fff !important;
}

.photo-author-light {
  background: var(--photo-paper);
  color: #1a1917;
}

.photo-author-light .photo-author-eyebrow {
  color: #9b6e00;
}

.photo-author-light .photo-author-section-head p {
  color: #69665f;
}

.photo-author-light .photo-author-button--ghost {
  border-color: #9b6e00;
  color: #1a1917 !important;
}

.photo-author-light .photo-author-button--ghost:hover {
  background: rgba(155, 110, 0, 0.1);
  color: #1a1917 !important;
}

.photo-author-light .photo-author-proof {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  border-color: #bdb5a7;
}

.photo-author-light .photo-author-proof a {
  border-color: #bdb5a7;
  color: #1a1917 !important;
}

.photo-author-light .photo-author-proof a:hover {
  background: rgba(255, 255, 255, 0.55);
}

.photo-author-light .photo-author-proof span {
  color: #1a1917;
}

.photo-author-light .photo-author-proof small {
  color: #69665f;
}

.photo-author-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfc9bd;
  border-left: 1px solid #cfc9bd;
}

.photo-author-era {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid #cfc9bd;
  border-bottom: 1px solid #cfc9bd;
}

.photo-author-era time {
  color: #9b6e00;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.photo-author-era h3 {
  margin: 18px 0 13px;
  color: #1a1917;
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.photo-author-era p {
  margin: 0;
  color: #69665f;
  line-height: 1.75;
}

.photo-author-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--photo-line);
  border-left: 1px solid var(--photo-line);
}

.photo-author-proof a {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border-right: 1px solid var(--photo-line);
  border-bottom: 1px solid var(--photo-line);
  color: #f6f2e8 !important;
  text-decoration: none !important;
  transition: background-color 180ms ease;
}

.photo-author-proof a:hover {
  background: #20201d;
}

.photo-author-proof b {
  color: var(--photo-gold-light);
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
}

.photo-author-proof span,
.photo-author-proof small {
  display: block;
}

.photo-author-proof span {
  margin-top: auto;
  font-size: 1rem;
  font-weight: 700;
}

.photo-author-proof small {
  margin-top: 6px;
  color: #9c988f;
}

.photo-author-media {
  background: var(--photo-surface);
}

.photo-author-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.photo-author-media-card {
  border: 1px solid var(--photo-line);
  background: #0c0c0b;
}

.photo-author-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.photo-author-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.photo-author-media-copy {
  padding: clamp(24px, 4vw, 42px);
}

.photo-author-media-copy h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.65rem, 2.8vw, 2.7rem);
  font-weight: 400;
  line-height: 1.2;
}

.photo-author-media-copy strong {
  display: block;
  margin-top: 18px;
  color: var(--photo-gold-light);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.photo-author-media-copy > p:last-child {
  margin: 16px 0 0;
  color: #aaa69d;
  line-height: 1.75;
}

.photo-author-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.photo-author-archive-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #cbc4b7;
  background: rgba(255, 255, 255, 0.44);
  color: #1a1917 !important;
  text-decoration: none !important;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.photo-author-archive-card:hover {
  border-color: #9b6e00;
  background: #fff;
  transform: translateY(-3px);
}

.photo-author-archive-card h3 {
  margin: 0;
  color: #1a1917;
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.photo-author-archive-card p {
  margin: 18px 0 28px;
  color: #69665f;
  line-height: 1.7;
}

.photo-author-archive-card span {
  margin-top: auto;
  color: #8c6300;
  font-size: 0.85rem;
  font-weight: 700;
}

.photo-author-collaboration {
  padding: clamp(82px, 12vw, 170px) 24px;
  background: var(--photo-black);
  text-align: center;
}

.photo-author-collaboration h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 5vw, 5.4rem);
  font-weight: 400;
  line-height: 1.05;
}

.photo-author-collaboration-intro {
  max-width: 760px;
  margin: 30px auto 0;
  color: #aaa69d;
  line-height: 1.85;
}

.photo-author-collaboration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 54px auto 0;
  border-top: 1px solid var(--photo-line);
  border-left: 1px solid var(--photo-line);
  text-align: left;
}

.photo-author-collaboration-grid article {
  padding: clamp(26px, 4vw, 42px);
  border-right: 1px solid var(--photo-line);
  border-bottom: 1px solid var(--photo-line);
}

.photo-author-collaboration-grid h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.photo-author-collaboration-grid p {
  margin: 16px 0 0;
  color: #aaa69d;
  line-height: 1.75;
}

.photo-author-collaboration-note {
  max-width: 920px;
  margin: 30px auto 0;
  color: #858178;
  font-size: 0.84rem;
  line-height: 1.75;
}

.photo-author-collaboration .photo-author-actions {
  justify-content: center;
}

@media (max-width: 1000px) {
  .photo-author-hero {
    grid-template-columns: 1fr;
  }

  .photo-author-hero-media img {
    height: auto;
    max-height: none;
  }

  .photo-author-hero-copy {
    padding-top: 62px;
    padding-bottom: 74px;
  }

  .photo-author-masonry {
    column-count: 2;
  }

  .photo-author-timeline,
  .photo-author-media-grid,
  .photo-author-collaboration-grid,
  .photo-author-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .photo-author-page {
    margin-top: 80px;
  }

  .photo-author-shell {
    width: min(100% - 28px, 1320px);
  }

  .photo-author-quick-nav {
    position: relative;
    display: block;
    padding: 16px 14px;
  }

  .photo-author-quick-nav > span {
    display: block;
    margin-bottom: 10px;
  }

  .photo-author-quick-nav > div {
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }

  .photo-author-quick-nav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    background: linear-gradient(to right, transparent, var(--photo-ink) 70%);
    pointer-events: none;
  }

  .photo-author-section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .photo-author-masonry {
    column-count: 1;
  }

  .photo-author-series-card {
    grid-template-columns: 1fr;
  }

  .photo-author-series-card:nth-child(even) .photo-author-series-media {
    order: 0;
  }

  .photo-author-timeline,
  .photo-author-media-grid,
  .photo-author-collaboration-grid,
  .photo-author-proof,
  .photo-author-archive-grid {
    grid-template-columns: 1fr;
  }

  .photo-author-era,
  .photo-author-proof a,
  .photo-author-archive-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-author-page *,
  .photo-author-page *::before,
  .photo-author-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Shared photography subpages */
.photo-subpage-hero {
  padding: clamp(92px, 13vw, 190px) 0 clamp(72px, 10vw, 130px);
  border-bottom: 1px solid #2b2b27;
  background: var(--photo-black);
}

.photo-subpage-hero h1 {
  max-width: 1100px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 6.3vw, 6.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.photo-subpage-hero > .photo-author-shell > p:not(.photo-author-eyebrow) {
  max-width: 760px;
  margin: 30px 0 0;
  color: #b9b4aa;
  font-size: 1.05rem;
  line-height: 1.9;
}

.photo-subpage-work-grid { columns: 3; column-gap: 18px; }
.photo-subpage-work {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  border: 1px solid var(--photo-line);
  background: var(--photo-surface);
  vertical-align: top;
}
.photo-subpage-image-link { display: block; background: var(--photo-black); }
.photo-author-subpage .photo-subpage-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.photo-subpage-work-copy { padding: 18px; }
.photo-subpage-work-copy h3,
.photo-subpage-case h2,
.photo-subpage-publication h2,
.photo-subpage-awards h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  font-weight: 400;
  line-height: 1.15;
}
.photo-subpage-work-copy > p:not(.photo-author-eyebrow) { margin: 9px 0 14px; color: #aaa69d; }
.photo-subpage-people-grid,
.photo-subpage-case-grid,
.photo-subpage-publication-grid,
.photo-subpage-awards { display: grid; gap: 24px; }
.photo-subpage-people-grid,
.photo-subpage-case-grid,
.photo-subpage-awards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.photo-subpage-case-grid { grid-template-columns: 1fr; }
.photo-subpage-publication-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.photo-subpage-publication-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.photo-subpage-publication-grid--evidence { grid-template-columns: 1fr; }
.photo-subpage-publication-grid--evidence .photo-subpage-publication {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  align-items: start;
}
.photo-subpage-coverage { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--photo-line); }
.photo-subpage-coverage h3 { margin: 0 0 16px; color: #f4f0e7; font-size: 1rem; letter-spacing: .08em; }
.photo-subpage-coverage ul { margin: 0; padding: 0; list-style: none; }
.photo-subpage-coverage li + li { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--photo-line); }
.photo-subpage-coverage li > p { margin: 0 0 6px !important; color: var(--photo-gold-light) !important; font-size: .76rem; letter-spacing: .06em; }
.photo-subpage-coverage a { color: #f5f1e8 !important; font-weight: 700; line-height: 1.55; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.photo-subpage-coverage a span { display: inline-block; margin-left: 8px; padding: 2px 7px; border: 1px solid #6d5728; color: var(--photo-gold-light); font-size: .68rem; font-weight: 600; vertical-align: 2px; }
.photo-subpage-coverage small { display: block; margin-top: 7px; color: #aaa69d; line-height: 1.6; }
.photo-subpage-related-publications {
  margin-top: clamp(56px, 7vw, 96px);
  padding-top: clamp(42px, 5vw, 68px);
  border-top: 1px solid #c8c0b3;
}
.photo-subpage-related-publications > header { max-width: 58rem; margin-bottom: 32px; }
.photo-subpage-related-publications h3 {
  margin: 0;
  color: #1a1917;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
}
.photo-subpage-related-publications > header > p:last-child { color: #69665f; line-height: 1.8; }
.photo-subpage-person,
.photo-subpage-case,
.photo-subpage-publication,
.photo-subpage-awards > article {
  overflow: hidden;
  border: 1px solid var(--photo-line);
  background: var(--photo-surface);
}
.photo-subpage-person { display: grid; grid-template-columns: minmax(160px, .72fr) minmax(0, 1.28fr); }
.photo-subpage-person img { display: block; width: 100%; height: auto; align-self: center; object-fit: contain; }
.photo-subpage-person > div,
.photo-subpage-case > div:not(.photo-subpage-case-media),
.photo-subpage-publication > div,
.photo-subpage-awards article > div { padding: clamp(24px, 4vw, 44px); }
.photo-subpage-person h3 { margin: 0; color: #fff; font-family: "Playfair Display", serif; font-size: 1.8rem; font-weight: 400; }
.photo-subpage-person p:not(.photo-author-eyebrow),
.photo-subpage-case p:not(.photo-author-eyebrow),
.photo-subpage-publication p:not(.photo-author-eyebrow),
.photo-subpage-awards p:not(.photo-author-eyebrow) { color: #aaa69d; line-height: 1.75; }
.photo-subpage-case strong,
.photo-subpage-awards strong { display: block; margin-top: 12px; color: var(--photo-gold-light); }
.photo-subpage-case .photo-author-text-link + .photo-author-text-link { display: block; margin-top: 10px; }
.photo-subpage-source-note { display: block; margin-top: 10px; color: #858178; line-height: 1.55; }
.photo-subpage-case { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); }
.photo-subpage-case-media { columns: 2; column-gap: 10px; padding: 10px; background: #0d0d0c; }
.photo-subpage-case-media a { display: block; margin-bottom: 10px; break-inside: avoid; border: 1px solid var(--photo-line); background: var(--photo-ink); }
.photo-subpage-case-media img { display: block; width: 100%; height: auto; object-fit: contain; }
.photo-subpage-publication dl { margin: 24px 0 0; }
.photo-subpage-publication dl div { display: grid; grid-template-columns: 7rem 1fr; gap: 10px; padding: 8px 0; border-top: 1px solid var(--photo-line); }
.photo-subpage-publication dt { color: #858178; font-weight: 400; }
.photo-subpage-publication dd { margin: 0; color: #f4f0e7; }
.photo-subpage-awards > article { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr); }
.photo-subpage-details { margin-top: 48px; border: 1px solid var(--photo-line); }
.photo-subpage-details summary { padding: 22px 26px; color: #f5f1e8; font-weight: 700; cursor: pointer; }
.photo-subpage-compact-grid,
.photo-subpage-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.photo-subpage-compact-grid { padding: 0 20px 20px; }
.photo-subpage-compact-grid a,
.photo-subpage-archive-grid a {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #d0c9bc;
  background: rgba(255, 255, 255, .38);
  color: #1a1917 !important;
  text-decoration: none !important;
}
.photo-subpage-compact-grid a { min-height: 0; border-color: var(--photo-line); background: var(--photo-ink); color: #f3efe6 !important; }
.photo-subpage-compact-grid span,
.photo-subpage-archive-grid span { margin-top: 7px; color: #777168; line-height: 1.55; }
.photo-subpage-archive-grid small { margin-top: auto; padding-top: 18px; color: #926800; }

.photo-author-section:not(.photo-author-light) .photo-subpage-archive-grid a {
  border-color: var(--photo-line);
  background: var(--photo-surface);
  color: #f5f1e8 !important;
}

.photo-author-section:not(.photo-author-light) .photo-subpage-archive-grid a:hover {
  border-color: #8a6921;
  background: #1d1d1a;
}

.photo-author-section:not(.photo-author-light) .photo-subpage-archive-grid span {
  color: #c1bcb2;
}

.photo-author-section:not(.photo-author-light) .photo-subpage-archive-grid small {
  color: var(--photo-gold-light);
}
.photo-subpage-square-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.photo-subpage-square-grid a { display: block; border: 1px solid var(--photo-line); background: var(--photo-ink); color: #f7f4ed !important; text-decoration: none !important; }
.photo-subpage-square-grid img { display: block; width: 100%; height: auto; object-fit: contain; }
.photo-subpage-square-grid span { display: block; padding: 10px 12px; font-size: .8rem; }

@media (max-width: 1000px) {
  .photo-subpage-work-grid { columns: 2; }
  .photo-subpage-publication-grid,
  .photo-subpage-compact-grid,
  .photo-subpage-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-subpage-square-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .photo-subpage-work-grid { columns: 1; }
  .photo-subpage-people-grid,
  .photo-subpage-case-grid,
  .photo-subpage-publication-grid,
  .photo-subpage-awards,
  .photo-subpage-compact-grid,
  .photo-subpage-archive-grid { grid-template-columns: 1fr; }
  .photo-subpage-person,
  .photo-subpage-case,
  .photo-subpage-publication-grid--evidence .photo-subpage-publication,
  .photo-subpage-awards > article { grid-template-columns: 1fr; }
  .photo-subpage-square-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-subpage-case-media { columns: 1; }
  .photo-subpage-hero { padding-top: 72px; }
}
