/*
Theme Name: Casino Club Building Archive
Theme URI: https://casinoclubbuilding.com/
Author: Casino Club Building Project
Description: A focused digital-museum theme for the Casino Club Building's photographs and historic documents.
Version: 1.0.3
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: casino-club-archive
*/

:root {
  --charcoal: #171614;
  --charcoal-soft: #24211d;
  --ivory: #f2ebdd;
  --parchment: #ddd0b9;
  --gold: #a6864b;
  --gold-bright: #c8a764;
  --terracotta: #9b5d47;
  --ink: #27231f;
  --muted: #716a60;
  --white: #fffdf8;
  --line: rgba(166, 134, 75, 0.36);
  --shadow: 0 24px 70px rgba(18, 15, 11, 0.18);
  --serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: min(1180px, calc(100vw - 48px));
  --narrow: min(800px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold); color: var(--charcoal); }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; margin: 8px; padding: 12px 16px;
  clip: auto; background: var(--white); color: var(--charcoal); z-index: 10000;
}

.site-shell { overflow: clip; }
.wrap { width: var(--content); margin-inline: auto; }
.wrap--narrow { width: var(--narrow); margin-inline: auto; }

/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: background .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
  position: fixed;
  background: rgba(23,22,20,.96);
  backdrop-filter: blur(12px);
  border-color: rgba(166,134,75,.35);
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.site-brand { text-decoration: none; line-height: 1; }
.site-brand__title {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.site-brand__place {
  display: block;
  margin-top: 8px;
  color: var(--gold-bright);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.primary-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.primary-nav a {
  position: relative;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .14em;
  font-weight: 600;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -9px;
  height: 1px;
  background: var(--gold-bright);
  transition: right .25s ease;
}
.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after,
.primary-nav a[aria-current="page"]::after { right: 0; }
.menu-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid rgba(255,255,255,.4);
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.menu-toggle span, .menu-toggle::before, .menu-toggle::after {
  content: "";
  display: block;
  width: 20px; height: 1px;
  background: currentColor;
  margin: 5px auto;
  transition: transform .2s ease, opacity .2s ease;
}
.menu-open .menu-toggle span { opacity: 0; }
.menu-open .menu-toggle::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--charcoal);
  isolation: isolate;
}
.hero__media, .page-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}
.hero__media img, .page-hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 56%;
  filter: saturate(.72) contrast(1.04) brightness(.75);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(15,14,12,.82) 0%, rgba(15,14,12,.38) 58%, rgba(15,14,12,.22) 100%),
    linear-gradient(0deg, rgba(15,14,12,.9) 0%, transparent 55%);
}
.hero::after, .page-hero::after {
  content: "";
  position: absolute;
  inset: 112px 30px 30px;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(200,167,100,.52);
  clip-path: polygon(0 0, 45% 0, 47% 8px, 53% 8px, 55% 0, 100% 0, 100% 100%, 55% 100%, 53% calc(100% - 8px), 47% calc(100% - 8px), 45% 100%, 0 100%);
}
.hero__content {
  width: var(--content);
  margin: 0 auto;
  padding: 190px 0 95px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--gold-bright);
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .24em;
}
.eyebrow::before {
  content: "";
  width: 42px; height: 1px;
  background: currentColor;
}
.hero h1, .page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 8vw, 7.8rem);
  line-height: .84;
  font-weight: 500;
  letter-spacing: -.035em;
}
.hero__lede {
  max-width: 620px;
  margin: 32px 0 0;
  color: rgba(255,255,255,.88);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  line-height: 1.45;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero__museum-line {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 60px;
  color: rgba(255,255,255,.65);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero__museum-line::before { content: ""; width: 68px; height: 1px; background: var(--gold); }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--charcoal);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .14em;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
}
.button:hover { transform: translateY(-2px); background: var(--gold-bright); border-color: var(--gold-bright); }
.button--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.56); }
.button--ghost:hover { background: var(--white); color: var(--charcoal); border-color: var(--white); }
.button--dark { background: var(--charcoal); color: var(--white); border-color: var(--charcoal); }
.button--dark:hover { background: var(--terracotta); border-color: var(--terracotta); color: var(--white); }
.text-link {
  display: inline-flex; gap: 8px; align-items: center;
  color: var(--ink); text-decoration: none;
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  border-bottom: 1px solid var(--gold); padding-bottom: 5px;
}
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

/* Sections */
.section { position: relative; padding: clamp(85px, 10vw, 145px) 0; }
.section--ivory { background: var(--ivory); }
.section--paper { background: var(--parchment); }
.section--dark { background: var(--charcoal); color: var(--white); }
.section--terracotta { background: var(--terracotta); color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .archive-intro h2, .photo-copy h2, .editorial h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  line-height: .96;
  font-weight: 500;
  letter-spacing: -.025em;
}
.section-heading p, .archive-intro p, .photo-copy p, .editorial p {
  margin: 24px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.65;
}
.section--dark .section-heading p,
.section--dark .archive-intro p,
.section--terracotta .photo-copy p { color: rgba(255,255,255,.76); }

/* Featured brochure */
.featured-artifact {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: clamp(60px, 8vw, 115px);
  align-items: center;
}
.artifact-display {
  position: relative;
  min-height: 650px;
}
.artifact-display::before {
  content: "";
  position: absolute;
  inset: 8% 4% 3% 8%;
  background: rgba(166,134,75,.16);
  border: 1px solid rgba(166,134,75,.48);
}
.artifact-paper {
  position: absolute;
  width: min(76%, 440px);
  background: #f8f5ee;
  padding: 13px;
  box-shadow: var(--shadow);
  transition: transform .35s ease;
}
.artifact-paper img { width: 100%; }
.artifact-paper--back { right: 0; top: 4%; transform: rotate(5deg); }
.artifact-paper--front { left: 3%; bottom: 1%; z-index: 2; transform: rotate(-2.5deg); }
.artifact-display:hover .artifact-paper--back { transform: rotate(7deg) translate(8px,-8px); }
.artifact-display:hover .artifact-paper--front { transform: rotate(-1deg) translate(-5px,-5px); }
.artifact-caption {
  position: absolute;
  z-index: 3;
  right: 2%; bottom: 0;
  padding: 13px 18px;
  background: var(--charcoal);
  color: var(--white);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.artifact-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: .9;
  font-weight: 500;
  letter-spacing: -.03em;
}
.artifact-copy p {
  margin: 26px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.26rem;
  line-height: 1.67;
}
.artifact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 38px; }

/* History band */
.history-band { overflow: hidden; }
.history-grid {
  display: grid;
  grid-template-columns: .55fr 1.2fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}
.history-year {
  position: relative;
  font-family: var(--serif);
  font-size: clamp(7rem, 16vw, 15rem);
  line-height: .7;
  color: transparent;
  -webkit-text-stroke: 1px rgba(200,167,100,.58);
  letter-spacing: -.05em;
}
.history-year::after {
  content: "";
  display: block;
  width: 80px; height: 2px;
  margin-top: 42px;
  background: var(--terracotta);
}
.editorial p { color: rgba(255,255,255,.74); }
.editorial .button { margin-top: 30px; }

/* Cards */
.document-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
}
.document-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--white);
  border: 1px solid rgba(76,61,39,.14);
  box-shadow: 0 18px 50px rgba(42,34,22,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.document-card:hover { transform: translateY(-7px); box-shadow: 0 26px 65px rgba(42,34,22,.15); }
.document-card__preview {
  position: relative;
  aspect-ratio: 4 / 4.4;
  padding: 24px 24px 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(166,134,75,.14), transparent 55%),
    #e4dac9;
}
.document-card__preview::before {
  content: attr(data-index);
  position: absolute;
  left: 16px; top: 12px;
  color: rgba(39,35,31,.34);
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 600;
}
.document-card__preview img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  box-shadow: 0 10px 30px rgba(37,30,20,.22);
  transition: transform .35s ease;
}
.document-card:hover .document-card__preview img { transform: scale(1.025); }
.document-card__body { display: flex; flex: 1; flex-direction: column; padding: 28px 26px 26px; }
.document-card__meta {
  color: var(--terracotta);
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.document-card h3 {
  margin: 13px 0 0;
  font-family: var(--serif);
  font-size: 1.72rem;
  line-height: 1.08;
  font-weight: 600;
}
.document-card p { margin: 16px 0 22px; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.document-card .text-link { margin-top: auto; align-self: flex-start; }
.document-card--wide { grid-column: span 2; display: grid; grid-template-columns: .86fr 1.14fr; }
.document-card--wide .document-card__preview { aspect-ratio: auto; padding-bottom: 24px; }
.archive-cta { text-align: center; margin-top: 46px; }

/* Photo feature */
.photo-feature {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: clamp(45px, 8vw, 105px);
}
.photo-frame {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.33);
}
.photo-frame::before, .photo-frame::after {
  content: "";
  position: absolute;
  width: 34px; height: 34px;
  border-color: var(--gold-bright);
}
.photo-frame::before { left: -6px; top: -6px; border-left: 2px solid; border-top: 2px solid; }
.photo-frame::after { right: -6px; bottom: -6px; border-right: 2px solid; border-bottom: 2px solid; }
.photo-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 56%; }
.photo-copy .eyebrow { color: rgba(255,255,255,.75); }
.photo-copy h2 { color: var(--white); }
.photo-copy .button { margin-top: 30px; }

/* Preservation */
.preservation {
  position: relative;
  text-align: center;
}
.preservation::before {
  content: "CC";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-52%);
  color: rgba(166,134,75,.07);
  font-family: var(--serif);
  font-size: min(34vw, 410px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.preservation > * { position: relative; }
.preservation h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .94;
  font-weight: 500;
}
.preservation p { max-width: 830px; margin: 28px auto 0; color: var(--muted); font-family: var(--serif); font-size: 1.28rem; }
.preservation .button { margin-top: 34px; }

/* Inner pages */
.page-hero {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--charcoal);
  isolation: isolate;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(0deg, rgba(18,16,14,.94), rgba(18,16,14,.38));
}
.page-hero__media img { object-position: center 48%; filter: saturate(.55) brightness(.52); }
.page-hero__content { width: var(--content); margin: 0 auto; padding: 180px 0 82px; }
.page-hero h1 { font-size: clamp(3.8rem, 7vw, 7rem); }
.page-hero p { max-width: 700px; margin: 25px 0 0; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 1.35rem; }

.archive-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(45px, 8vw, 100px);
  align-items: center;
}
.archive-intro__image { position: relative; padding: 18px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.archive-intro__image::after { content: "CASINO CLUB BUILDING • SAN ANTONIO"; display: block; padding: 14px 4px 2px; color: var(--muted); font-size: .58rem; font-weight: 600; letter-spacing: .16em; text-align: center; }
.archive-intro__image img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center 50%; }
.archive-intro .button { margin-top: 30px; }
.archive-full-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.archive-full-grid .document-card--wide { grid-column: span 1; display: flex; }
.archive-full-grid .document-card--wide .document-card__preview { aspect-ratio: 4/4.4; padding-bottom: 0; }
.archive-note {
  margin-top: 60px;
  padding: 42px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.archive-note h3 { margin: 0; font-family: var(--serif); font-size: 2.1rem; line-height: 1; }
.archive-note p { max-width: 650px; margin: 12px 0 0; color: var(--muted); }

.gallery-single { width: min(980px, calc(100vw - 48px)); margin-inline: auto; }
.gallery-piece { margin: 0; }
.gallery-piece__button {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
  cursor: zoom-in;
}
.gallery-piece__button img { width: 100%; max-height: 78svh; object-fit: contain; background: #e9dfce; }
.gallery-piece figcaption { margin-top: 22px; color: var(--muted); text-align: center; font-size: .78rem; letter-spacing: .06em; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: 70px 24px 24px;
  background: rgba(10,9,8,.96);
}
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(1200px, 95vw); max-height: 88vh; object-fit: contain; }
.lightbox__close {
  position: absolute;
  top: 18px; right: 22px;
  width: 46px; height: 46px;
  border: 1px solid rgba(255,255,255,.4);
  background: transparent;
  color: var(--white);
  font-size: 1.7rem;
  cursor: pointer;
}

.entry-content { width: var(--narrow); margin: 0 auto; padding: 135px 0; }
.entry-content h1, .entry-content h2, .entry-content h3 { font-family: var(--serif); line-height: 1.05; }
.entry-content h1 { font-size: clamp(3rem, 6vw, 5rem); }
.entry-content a { color: var(--terracotta); }

/* Footer */
.site-footer { background: #100f0d; color: var(--white); padding: 72px 0 32px; border-top: 1px solid var(--gold); }
.footer-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px;
  padding: 42px;
  border: 1px solid rgba(166,134,75,.4);
}
.footer-inner::before {
  content: "";
  position: absolute;
  left: 50%; top: -1px;
  width: 68px; height: 14px;
  transform: translateX(-50%);
  background: #100f0d;
  border-inline: 1px solid var(--gold);
}
.footer-title { margin: 0; font-family: var(--serif); font-size: 2.4rem; line-height: 1; text-transform: uppercase; letter-spacing: .04em; }
.footer-tagline { margin: 16px 0 0; color: rgba(255,255,255,.58); font-family: var(--serif); font-size: 1.08rem; }
.footer-nav { display: flex; justify-content: flex-end; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.footer-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .68rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.footer-nav a:hover { color: var(--gold-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; color: rgba(255,255,255,.42); font-size: .68rem; }


@media (min-width: 1200px) {
  .hero {
    min-height: min(820px, 90svh);
  }
  .hero__media img {
    object-position: center 48%;
  }
  .hero__content {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Responsive */
@media (max-width: 1050px) {
  .document-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .archive-full-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .document-card--wide { grid-column: span 1; display: flex; }
  .document-card--wide .document-card__preview { aspect-ratio: 4/4.4; padding-bottom: 0; }
  .featured-artifact { grid-template-columns: 1fr 1fr; gap: 50px; }
  .artifact-display { min-height: 560px; }
}
@media (max-width: 820px) {
  :root { --content: min(100% - 34px, 1180px); --narrow: min(100% - 34px, 800px); }
  .header-inner { min-height: 76px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .primary-nav {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: var(--charcoal);
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  .menu-open .primary-nav { transform: none; }
  .primary-nav ul { flex-direction: column; text-align: center; gap: 28px; }
  .primary-nav a { font-family: var(--serif); font-size: 2rem; text-transform: none; letter-spacing: 0; font-weight: 500; }
  .site-header { position: absolute; }
  .site-header.is-scrolled { position: fixed; }
  .hero { min-height: 820px; }
  .hero::after, .page-hero::after { inset: 94px 14px 14px; }
  .hero__content { padding: 170px 18px 72px; }
  .hero h1, .page-hero h1 { line-height: .9; }
  .featured-artifact, .history-grid, .photo-feature, .archive-intro-grid { grid-template-columns: 1fr; }
  .artifact-display { order: 2; min-height: 650px; }
  .history-year { font-size: 8rem; }
  .photo-feature .photo-frame { order: 2; }
  .archive-note { flex-direction: column; align-items: flex-start; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .site-brand__title { font-size: 1.17rem; }
  .site-brand__place { font-size: .53rem; }
  .hero { min-height: 760px; }
  .hero__media img { object-position: 42% 50%; }
  .hero h1 { font-size: clamp(3.35rem, 17vw, 5.2rem); }
  .hero__lede { font-size: 1.18rem; }
  .hero__museum-line { line-height: 1.6; }
  .section { padding: 82px 0; }
  .section-heading h2, .archive-intro h2, .photo-copy h2, .editorial h2 { font-size: 2.9rem; }
  .artifact-copy h2 { font-size: 3.2rem; }
  .artifact-display { min-height: 500px; }
  .artifact-paper { width: 78%; padding: 8px; }
  .artifact-caption { right: 0; font-size: .52rem; }
  .document-grid, .archive-full-grid { grid-template-columns: 1fr; }
  .document-card__preview { aspect-ratio: 4/3.9; }
  .photo-frame img { aspect-ratio: 3/4; }
  .page-hero { min-height: 520px; }
  .page-hero__content { padding: 160px 15px 64px; }
  .page-hero h1 { font-size: 3.7rem; }
  .archive-note { padding: 30px 24px; }
  .footer-inner { padding: 30px 24px; }
  .footer-title { font-size: 2rem; }
  .footer-bottom { flex-direction: column; }
}
