:root {
  --museum-black: #050505;
  --museum-panel: #0c0c0c;
  --museum-panel-soft: #14110c;
  --museum-gold: #d4af37;
  --museum-gold-light: #ffe99a;
  --museum-gold-deep: #8f6415;
  --museum-bronze: #6e451f;
  --museum-bronze-light: #a86f38;
  --museum-parchment: #eee2c7;
  --museum-text: #f6f1e7;
  --museum-muted: #d0c5b2;
  --museum-border: rgba(212, 175, 55, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--museum-black);
  color: var(--museum-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.museum-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.07), transparent 22%),
    #050505;
}

.museum-container {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.museum-container.narrow {
  width: min(930px, 100%);
}

.museum-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(2, 2, 2, 0.96);
  border-bottom: 1px solid var(--museum-border);
  backdrop-filter: blur(12px);
}

.museum-nav {
  display: flex;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  padding: 13px 18px;
}

.museum-nav a {
  padding: 9px 14px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 8px;
  color: #f2d066;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.22s ease;
}

.museum-nav a:hover,
.museum-nav a:focus {
  background: var(--museum-gold);
  color: #111;
  transform: translateY(-1px);
}

.exhibit-hero {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.5) 100%),
    url("images/paul-journey-01-antioch-syria-commissioning-4k.png") center/cover no-repeat;
}

.exhibit-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62)),
    radial-gradient(circle at 75% 30%, rgba(255, 216, 105, 0.12), transparent 30%);
}

.exhibit-hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-top: 75px;
  padding-bottom: 75px;
}

.collection-label,
.section-kicker {
  margin: 0 0 10px;
  color: var(--museum-gold);
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 13px;
  font-weight: 900;
}

.exhibit-number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 8px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 235, 153, 0.62);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(91, 55, 19, 0.96), rgba(23, 16, 7, 0.96));
  color: var(--museum-gold-light);
  font-weight: 900;
  letter-spacing: 1.5px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
}

.exhibit-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--museum-gold-light);
  font: 700 clamp(48px, 7vw, 92px) / 1.02 Georgia, "Times New Roman", serif;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.9);
}

.exhibit-subtitle {
  max-width: 790px;
  margin: 22px 0 0;
  color: #f0e8da;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.hero-scripture {
  max-width: 760px;
  margin: 26px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--museum-gold);
  color: #fff0ac;
  font: italic 19px/1.7 Georgia, "Times New Roman", serif;
}

.hero-scripture strong {
  display: block;
  margin-top: 6px;
  color: var(--museum-gold-light);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.museum-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid var(--museum-gold);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.66);
  color: #f8d96c;
  text-decoration: none;
  font-weight: 900;
  transition: 0.22s ease;
}

.museum-button:hover,
.museum-button:focus {
  transform: translateY(-2px);
  background: var(--museum-gold);
  color: #111;
}

.museum-button.primary {
  background: linear-gradient(135deg, #aa7812, #fff0a4, #d4af37);
  color: #111;
}

.museum-section {
  padding: 72px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.17);
}

.museum-section.dark {
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.06), transparent 35%),
    #090909;
}

.museum-welcome {
  background: #0a0a0a;
}

.museum-section h2 {
  margin: 0;
  color: var(--museum-gold-light);
  text-align: center;
  font: 700 clamp(34px, 4.5vw, 54px) / 1.16 Georgia, "Times New Roman", serif;
}

.museum-divider {
  width: min(350px, 70%);
  height: 1px;
  margin: 22px auto 34px;
  background: linear-gradient(90deg, transparent, var(--museum-gold), transparent);
}

.lead-copy {
  margin: 0 auto 18px;
  color: #dfd5c6;
  font-size: 19px;
  text-align: center;
}

.museum-plaque {
  position: relative;
  overflow: hidden;
  padding: 42px 34px;
  border: 2px solid #d4af37;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 237, 169, 0.08), transparent 30%),
    linear-gradient(145deg, #2e1c0e, #825129 45%, #2f1c0f);
  box-shadow:
    inset 0 0 38px rgba(255, 226, 130, 0.15),
    0 20px 55px rgba(0, 0, 0, 0.55);
  text-align: center;
}

.museum-plaque::before,
.museum-plaque::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 235, 155, 0.28);
  transform: rotate(45deg);
}

.museum-plaque::before {
  left: -75px;
  top: -75px;
}

.museum-plaque::after {
  right: -75px;
  bottom: -75px;
}

.plaque-brand,
.plaque-collection,
.plaque-scripture {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #f5d56b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.plaque-collection {
  margin-top: 8px;
  font-size: 13px;
}

.museum-plaque h2 {
  position: relative;
  z-index: 2;
  margin: 18px 0 8px;
  color: #fff2b5;
  font-size: clamp(38px, 5vw, 64px);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.48);
}

.plaque-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.plaque-grid div {
  padding: 16px 12px;
  border: 1px solid rgba(255, 236, 158, 0.32);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.18);
}

.plaque-grid strong,
.plaque-grid span {
  display: block;
}

.plaque-grid strong {
  color: #ffe998;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plaque-grid span {
  margin-top: 4px;
  color: #fff7df;
}

.plaque-significance {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 28px auto 0;
  color: #f0e5d4;
}

.plaque-significance strong {
  color: #ffe998;
}

.museum-artwork{
    text-align:center;
    margin:0 auto;
}

.museum-artwork img{
    display:block;
    width:90%;
    max-width:1800px;
    height:auto;

    margin:0 auto;

    border:2px solid rgba(212,175,55,.68);
    border-radius:18px;
    background:#080808;

    box-shadow:0 24px 58px rgba(0,0,0,.62);
}

.museum-artwork figcaption {
  padding: 22px 18px;
  color: #d6ccbc;
  text-align: center;
}

.museum-artwork figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: #ffe998;
  font: 700 21px Georgia, "Times New Roman", serif;
}

.artwork-catalogue-line {
  display: flex;
  justify-content: center;
  gap: 12px 24px;
  flex-wrap: wrap;
  padding: 14px 18px;
  border-top: 1px solid rgba(212, 175, 55, 0.32);
  color: #ad9e88;
  font-size: 13px;
  text-align: center;
}

.scripture-section {
  background:
    radial-gradient(circle at center, rgba(212, 175, 55, 0.08), transparent 45%),
    #070707;
}

.scripture-panel {
  margin: 0;
  padding: 36px;
  border-left: 5px solid var(--museum-gold);
  border-radius: 15px;
  background: #121212;
  color: #ffefaa;
  font: italic 21px/1.82 Georgia, "Times New Roman", serif;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.scripture-panel p {
  margin: 0 0 18px;
}

.scripture-panel cite {
  display: block;
  color: #ffe998;
  font-weight: 700;
  text-align: right;
}

.museum-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.museum-content-card {
  padding: 30px;
  border: 1px solid var(--museum-border);
  border-radius: 17px;
  background: #101010;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.museum-content-card h3 {
  margin: 0 0 15px;
  color: #f1ce5d;
  font: 700 30px Georgia, "Times New Roman", serif;
}

.museum-content-card p {
  color: #ddd3c4;
  font-size: 17px;
}

.accent-card {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 35%),
    #101010;
}

.card-icon {
  margin: 0 0 8px;
  font-size: 38px;
}

.museum-list {
  padding-left: 22px;
  color: #ddd3c4;
}

.museum-list li {
  margin-bottom: 7px;
}

.reconstruction-note {
  padding: 14px;
  border-left: 3px solid var(--museum-gold);
  background: rgba(212, 175, 55, 0.06);
  font-size: 14px !important;
}

.location-details {
  display: grid;
  gap: 8px;
  margin: 20px 0;
}

.location-details div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.location-details dt {
  color: #f1cc57;
  font-weight: 800;
}

.location-details dd {
  margin: 0;
  color: #f2eadc;
}

.journey-preview {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 30px;
  align-items: center;
}

.journey-preview-copy h2 {
  text-align: left;
}

.journey-preview-copy p {
  color: #ddd4c5;
  font-size: 18px;
}

.journey-stops {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 28px;
}

.journey-stops span {
  padding: 7px 11px;
  border: 1px solid rgba(212, 175, 55, 0.38);
  border-radius: 999px;
  background: #111;
  color: #f2d36c;
  font-size: 13px;
  font-weight: 800;
}

.museum-mini-plaque {
  padding: 28px;
  border: 1px solid #d4af37;
  border-radius: 15px;
  background: linear-gradient(145deg, #38220f, #79502a 50%, #2a190c);
  text-align: center;
  box-shadow: inset 0 0 22px rgba(255, 231, 143, 0.12);
}

.museum-mini-plaque span,
.museum-mini-plaque strong,
.museum-mini-plaque p {
  display: block;
}

.museum-mini-plaque span {
  color: #e9c757;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 900;
}

.museum-mini-plaque strong {
  margin: 5px 0;
  color: #fff0a7;
  font: 700 28px Georgia, "Times New Roman", serif;
}

.museum-mini-plaque p {
  margin: 0;
  color: #f0e2c8;
}

.mini-plaque-arrow {
  margin: 18px 0;
  color: #ffe998;
  font-size: 36px;
}

.museum-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.museum-facts article {
  padding: 24px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 15px;
  background: #101010;
}

.fact-number {
  display: inline-block;
  margin-bottom: 12px;
  color: #f2c94d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.museum-facts h3 {
  margin: 0 0 10px;
  color: #ffe998;
  font: 700 23px Georgia, "Times New Roman", serif;
}

.museum-facts p {
  margin: 0;
  color: #d7cdbd;
}

.reflection-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.11), transparent 34%),
    #0a0a0a;
}

.curator-reflection {
  padding: 42px;
  border: 1px solid rgba(212, 175, 55, 0.58);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(88, 54, 19, 0.2), transparent 45%),
    #0e0e0e;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
}

.curator-reflection h2 {
  text-align: left;
}

.curator-reflection p {
  color: #dfd5c6;
  font-size: 18px;
}

.reflection-emphasis {
  color: #ffe998 !important;
  font: italic 700 30px Georgia, "Times New Roman", serif;
  text-align: center;
}

.curator-signature {
  margin-top: 26px;
  color: #c7ad60 !important;
  font-style: italic;
  text-align: right;
}

.application-callout {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(212, 175, 55, 0.44);
  border-radius: 13px;
  background: #101010;
  color: #eee3d1;
  font-size: 18px;
}

.application-callout strong {
  color: #ffe998;
}

.next-exhibit {
  padding: 44px 28px;
  border: 1px solid rgba(212, 175, 55, 0.58);
  border-radius: 20px;
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.08), transparent 42%),
    #0d0d0d;
  text-align: center;
}

.next-number {
  color: #e6c256;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.next-exhibit h2 {
  font-size: clamp(42px, 5vw, 64px);
}

.next-exhibit h3 {
  margin: 8px 0 14px;
  color: #e7c85d;
  font: italic 700 26px Georgia, "Times New Roman", serif;
}

.next-exhibit p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: #d9cfbe;
  font-size: 18px;
}

.next-details {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin: 22px 0 28px;
  color: #d8ccb7;
}

.next-details strong {
  color: #ffe998;
}

.museum-footer {
  padding: 34px 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.26);
  background: #020202;
  color: #a99e8d;
  text-align: center;
}

.museum-footer p {
  margin: 3px 0;
}

.museum-footer p:first-child {
  color: #dbc26d;
  font: italic 18px Georgia, "Times New Roman", serif;
}

@media (max-width: 980px) {
  .plaque-grid,
  .museum-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-preview {
    grid-template-columns: 1fr;
  }

  .museum-mini-plaque {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .museum-site-header {
    position: relative;
  }

  .museum-container {
    padding: 0 16px;
  }

  .exhibit-hero {
    min-height: 580px;
    background-position: 58% center;
  }

  .exhibit-hero-content {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }

  .exhibit-hero h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-scripture {
    padding-left: 0;
    border-left: 0;
    border-top: 2px solid var(--museum-gold);
    padding-top: 16px;
  }

  .hero-actions {
    justify-content: center;
  }

  .museum-section {
    padding: 54px 0;
  }

  .museum-two-column,
  .museum-facts,
  .plaque-grid {
    grid-template-columns: 1fr;
  }

  .museum-plaque {
    padding: 32px 18px;
  }

  .scripture-panel {
    padding: 24px 20px;
    font-size: 18px;
  }

  .curator-reflection {
    padding: 30px 22px;
  }

  .location-details div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .journey-preview-copy h2,
  .curator-reflection h2 {
    text-align: center;
  }
}

/* ===== Exhibit Previous / Map / Next Navigation ===== */
.exhibit-jump-nav {
  padding: 20px 0 24px;
  background:
    linear-gradient(180deg, rgba(212,175,55,.035), transparent),
    #070707;
  border-top: 1px solid rgba(212,175,55,.25);
  border-bottom: 1px solid rgba(212,175,55,.25);
}

.exhibit-jump-nav-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.exhibit-jump-nav .museum-button {
  min-height: 56px;
  width: 100%;
  padding: 13px 16px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.exhibit-jump-nav .museum-button.primary {
  box-shadow:
    0 10px 24px rgba(0,0,0,.28),
    0 0 18px rgba(212,175,55,.16);
}

.exhibit-jump-nav .nav-disabled {
  opacity: .42;
  pointer-events: none;
  filter: grayscale(.5);
}

@media (max-width: 760px) {
  .exhibit-jump-nav-inner {
    grid-template-columns: 1fr;
  }
}
:root {
  --museum-black: #050505;
  --museum-panel: #0c0c0c;
  --museum-panel-soft: #14110c;
  --museum-gold: #d4af37;
  --museum-gold-light: #ffe99a;
  --museum-gold-deep: #8f6415;
  --museum-bronze: #6e451f;
  --museum-bronze-light: #a86f38;
  --museum-parchment: #eee2c7;
  --museum-text: #f6f1e7;
  --museum-muted: #d0c5b2;
  --museum-border: rgba(212, 175, 55, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--museum-black);
  color: var(--museum-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.museum-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.07), transparent 22%),
    #050505;
}

.museum-container {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.museum-container.narrow {
  width: min(930px, 100%);
}

.museum-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(2, 2, 2, 0.96);
  border-bottom: 1px solid var(--museum-border);
  backdrop-filter: blur(12px);
}

.museum-nav {
  display: flex;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  padding: 13px 18px;
}

.museum-nav a {
  padding: 9px 14px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 8px;
  color: #f2d066;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.22s ease;
}

.museum-nav a:hover,
.museum-nav a:focus {
  background: var(--museum-gold);
  color: #111;
  transform: translateY(-1px);
}

.exhibit-hero {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.5) 100%),
    url("images/paul-journey-01-antioch-syria-commissioning-4k.png") center/cover no-repeat;
}

.exhibit-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62)),
    radial-gradient(circle at 75% 30%, rgba(255, 216, 105, 0.12), transparent 30%);
}

.exhibit-hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-top: 75px;
  padding-bottom: 75px;
}

.collection-label,
.section-kicker {
  margin: 0 0 10px;
  color: var(--museum-gold);
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 13px;
  font-weight: 900;
}

.exhibit-number-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 8px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 235, 153, 0.62);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(91, 55, 19, 0.96), rgba(23, 16, 7, 0.96));
  color: var(--museum-gold-light);
  font-weight: 900;
  letter-spacing: 1.5px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
}

.exhibit-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--museum-gold-light);
  font: 700 clamp(48px, 7vw, 92px) / 1.02 Georgia, "Times New Roman", serif;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.9);
}

.exhibit-subtitle {
  max-width: 790px;
  margin: 22px 0 0;
  color: #f0e8da;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.hero-scripture {
  max-width: 760px;
  margin: 26px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--museum-gold);
  color: #fff0ac;
  font: italic 19px/1.7 Georgia, "Times New Roman", serif;
}

.hero-scripture strong {
  display: block;
  margin-top: 6px;
  color: var(--museum-gold-light);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.museum-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid var(--museum-gold);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.66);
  color: #f8d96c;
  text-decoration: none;
  font-weight: 900;
  transition: 0.22s ease;
}

.museum-button:hover,
.museum-button:focus {
  transform: translateY(-2px);
  background: var(--museum-gold);
  color: #111;
}

.museum-button.primary {
  background: linear-gradient(135deg, #aa7812, #fff0a4, #d4af37);
  color: #111;
}

.museum-section {
  padding: 72px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.17);
}

.museum-section.dark {
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.06), transparent 35%),
    #090909;
}

.museum-welcome {
  background: #0a0a0a;
}

.museum-section h2 {
  margin: 0;
  color: var(--museum-gold-light);
  text-align: center;
  font: 700 clamp(34px, 4.5vw, 54px) / 1.16 Georgia, "Times New Roman", serif;
}

.museum-divider {
  width: min(350px, 70%);
  height: 1px;
  margin: 22px auto 34px;
  background: linear-gradient(90deg, transparent, var(--museum-gold), transparent);
}

.lead-copy {
  margin: 0 auto 18px;
  color: #dfd5c6;
  font-size: 19px;
  text-align: center;
}

.museum-plaque {
  position: relative;
  overflow: hidden;
  padding: 42px 34px;
  border: 2px solid #d4af37;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 237, 169, 0.08), transparent 30%),
    linear-gradient(145deg, #2e1c0e, #825129 45%, #2f1c0f);
  box-shadow:
    inset 0 0 38px rgba(255, 226, 130, 0.15),
    0 20px 55px rgba(0, 0, 0, 0.55);
  text-align: center;
}

.museum-plaque::before,
.museum-plaque::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 235, 155, 0.28);
  transform: rotate(45deg);
}

.museum-plaque::before {
  left: -75px;
  top: -75px;
}

.museum-plaque::after {
  right: -75px;
  bottom: -75px;
}

.plaque-brand,
.plaque-collection,
.plaque-scripture {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #f5d56b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.plaque-collection {
  margin-top: 8px;
  font-size: 13px;
}

.museum-plaque h2 {
  position: relative;
  z-index: 2;
  margin: 18px 0 8px;
  color: #fff2b5;
  font-size: clamp(38px, 5vw, 64px);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.48);
}

.plaque-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.plaque-grid div {
  padding: 16px 12px;
  border: 1px solid rgba(255, 236, 158, 0.32);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.18);
}

.plaque-grid strong,
.plaque-grid span {
  display: block;
}

.plaque-grid strong {
  color: #ffe998;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plaque-grid span {
  margin-top: 4px;
  color: #fff7df;
}

.plaque-significance {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 28px auto 0;
  color: #f0e5d4;
}

.plaque-significance strong {
  color: #ffe998;
}

.museum-artwork {
  margin: 0;
}

.museum-artwork img {
  display: block;
  width: 100%;
  border: 2px solid rgba(212, 175, 55, 0.68);
  border-radius: 18px;
  background: #080808;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.62);
}

.museum-artwork figcaption {
  padding: 22px 18px;
  color: #d6ccbc;
  text-align: center;
}

.museum-artwork figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: #ffe998;
  font: 700 21px Georgia, "Times New Roman", serif;
}

.artwork-catalogue-line {
  display: flex;
  justify-content: center;
  gap: 12px 24px;
  flex-wrap: wrap;
  padding: 14px 18px;
  border-top: 1px solid rgba(212, 175, 55, 0.32);
  color: #ad9e88;
  font-size: 13px;
  text-align: center;
}

.scripture-section {
  background:
    radial-gradient(circle at center, rgba(212, 175, 55, 0.08), transparent 45%),
    #070707;
}

.scripture-panel {
  margin: 0;
  padding: 36px;
  border-left: 5px solid var(--museum-gold);
  border-radius: 15px;
  background: #121212;
  color: #ffefaa;
  font: italic 21px/1.82 Georgia, "Times New Roman", serif;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.scripture-panel p {
  margin: 0 0 18px;
}

.scripture-panel cite {
  display: block;
  color: #ffe998;
  font-weight: 700;
  text-align: right;
}

.museum-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.museum-content-card {
  padding: 30px;
  border: 1px solid var(--museum-border);
  border-radius: 17px;
  background: #101010;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.museum-content-card h3 {
  margin: 0 0 15px;
  color: #f1ce5d;
  font: 700 30px Georgia, "Times New Roman", serif;
}

.museum-content-card p {
  color: #ddd3c4;
  font-size: 17px;
}

.accent-card {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 35%),
    #101010;
}

.card-icon {
  margin: 0 0 8px;
  font-size: 38px;
}

.museum-list {
  padding-left: 22px;
  color: #ddd3c4;
}

.museum-list li {
  margin-bottom: 7px;
}

.reconstruction-note {
  padding: 14px;
  border-left: 3px solid var(--museum-gold);
  background: rgba(212, 175, 55, 0.06);
  font-size: 14px !important;
}

.location-details {
  display: grid;
  gap: 8px;
  margin: 20px 0;
}

.location-details div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
}

.location-details dt {
  color: #f1cc57;
  font-weight: 800;
}

.location-details dd {
  margin: 0;
  color: #f2eadc;
}

.journey-preview {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 30px;
  align-items: center;
}

.journey-preview-copy h2 {
  text-align: left;
}

.journey-preview-copy p {
  color: #ddd4c5;
  font-size: 18px;
}

.journey-stops {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 28px;
}

.journey-stops span {
  padding: 7px 11px;
  border: 1px solid rgba(212, 175, 55, 0.38);
  border-radius: 999px;
  background: #111;
  color: #f2d36c;
  font-size: 13px;
  font-weight: 800;
}

.museum-mini-plaque {
  padding: 28px;
  border: 1px solid #d4af37;
  border-radius: 15px;
  background: linear-gradient(145deg, #38220f, #79502a 50%, #2a190c);
  text-align: center;
  box-shadow: inset 0 0 22px rgba(255, 231, 143, 0.12);
}

.museum-mini-plaque span,
.museum-mini-plaque strong,
.museum-mini-plaque p {
  display: block;
}

.museum-mini-plaque span {
  color: #e9c757;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 900;
}

.museum-mini-plaque strong {
  margin: 5px 0;
  color: #fff0a7;
  font: 700 28px Georgia, "Times New Roman", serif;
}

.museum-mini-plaque p {
  margin: 0;
  color: #f0e2c8;
}

.mini-plaque-arrow {
  margin: 18px 0;
  color: #ffe998;
  font-size: 36px;
}

.museum-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.museum-facts article {
  padding: 24px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 15px;
  background: #101010;
}

.fact-number {
  display: inline-block;
  margin-bottom: 12px;
  color: #f2c94d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
}

.museum-facts h3 {
  margin: 0 0 10px;
  color: #ffe998;
  font: 700 23px Georgia, "Times New Roman", serif;
}

.museum-facts p {
  margin: 0;
  color: #d7cdbd;
}

.reflection-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.11), transparent 34%),
    #0a0a0a;
}

.curator-reflection {
  padding: 42px;
  border: 1px solid rgba(212, 175, 55, 0.58);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(88, 54, 19, 0.2), transparent 45%),
    #0e0e0e;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
}

.curator-reflection h2 {
  text-align: left;
}

.curator-reflection p {
  color: #dfd5c6;
  font-size: 18px;
}

.reflection-emphasis {
  color: #ffe998 !important;
  font: italic 700 30px Georgia, "Times New Roman", serif;
  text-align: center;
}

.curator-signature {
  margin-top: 26px;
  color: #c7ad60 !important;
  font-style: italic;
  text-align: right;
}

.application-callout {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(212, 175, 55, 0.44);
  border-radius: 13px;
  background: #101010;
  color: #eee3d1;
  font-size: 18px;
}

.application-callout strong {
  color: #ffe998;
}

.next-exhibit {
  padding: 44px 28px;
  border: 1px solid rgba(212, 175, 55, 0.58);
  border-radius: 20px;
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.08), transparent 42%),
    #0d0d0d;
  text-align: center;
}

.next-number {
  color: #e6c256;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.next-exhibit h2 {
  font-size: clamp(42px, 5vw, 64px);
}

.next-exhibit h3 {
  margin: 8px 0 14px;
  color: #e7c85d;
  font: italic 700 26px Georgia, "Times New Roman", serif;
}

.next-exhibit p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: #d9cfbe;
  font-size: 18px;
}

.next-details {
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin: 22px 0 28px;
  color: #d8ccb7;
}

.next-details strong {
  color: #ffe998;
}

.museum-footer {
  padding: 34px 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.26);
  background: #020202;
  color: #a99e8d;
  text-align: center;
}

.museum-footer p {
  margin: 3px 0;
}

.museum-footer p:first-child {
  color: #dbc26d;
  font: italic 18px Georgia, "Times New Roman", serif;
}

@media (max-width: 980px) {
  .plaque-grid,
  .museum-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-preview {
    grid-template-columns: 1fr;
  }

  .museum-mini-plaque {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .museum-site-header {
    position: relative;
  }

  .museum-container {
    padding: 0 16px;
  }

  .exhibit-hero {
    min-height: 580px;
    background-position: 58% center;
  }

  .exhibit-hero-content {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }

  .exhibit-hero h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-scripture {
    padding-left: 0;
    border-left: 0;
    border-top: 2px solid var(--museum-gold);
    padding-top: 16px;
  }

  .hero-actions {
    justify-content: center;
  }

  .museum-section {
    padding: 54px 0;
  }

  .museum-two-column,
  .museum-facts,
  .plaque-grid {
    grid-template-columns: 1fr;
  }

  .museum-plaque {
    padding: 32px 18px;
  }

  .scripture-panel {
    padding: 24px 20px;
    font-size: 18px;
  }

  .curator-reflection {
    padding: 30px 22px;
  }

  .location-details div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .journey-preview-copy h2,
  .curator-reflection h2 {
    text-align: center;
  }
}

/* ===== Exhibit Previous / Map / Next Navigation ===== */
.exhibit-jump-nav {
  padding: 20px 0 24px;
  background:
    linear-gradient(180deg, rgba(212,175,55,.035), transparent),
    #070707;
  border-top: 1px solid rgba(212,175,55,.25);
  border-bottom: 1px solid rgba(212,175,55,.25);
}

.exhibit-jump-nav-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.exhibit-jump-nav .museum-button {
  min-height: 56px;
  width: 100%;
  padding: 13px 16px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.exhibit-jump-nav .museum-button.primary {
  box-shadow:
    0 10px 24px rgba(0,0,0,.28),
    0 0 18px rgba(212,175,55,.16);
}

.exhibit-jump-nav .nav-disabled {
  opacity: .42;
  pointer-events: none;
  filter: grayscale(.5);
}

@media (max-width: 760px) {
  .exhibit-jump-nav-inner {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   PRAISE AFLAMEâ„¢ BIBLICAL MUSEUM â€” MASTER FRAMEWORK v2.0
   ========================================================= */

.exhibit-top-controls{
  position:relative;
  z-index:950;
  background:#070707;
  border-bottom:1px solid rgba(212,175,55,.34);
}
.exhibit-top-controls .museum-container{padding-top:14px;padding-bottom:14px}
.exhibit-control-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:12px;
}
.exhibit-control-grid .museum-button{width:100%;min-height:54px;text-align:center}
.exhibit-control-grid .is-disabled{opacity:.42;pointer-events:none}

.collection-progress{
  padding:18px 0 20px;
  background:#0a0a0a;
  border-bottom:1px solid rgba(212,175,55,.18);
}
.collection-progress-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-bottom:11px;
  color:#d9c26b;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1.2px;
}
.collection-progress-track{
  display:grid;
  grid-template-columns:repeat(10,1fr);
  gap:7px;
}
.collection-progress-step{
  height:8px;
  border-radius:99px;
  background:#202020;
  border:1px solid rgba(212,175,55,.18);
}
.collection-progress-step.done{background:linear-gradient(90deg,#7f5b13,#d4af37)}
.collection-progress-step.current{
  background:linear-gradient(90deg,#c88e19,#fff0a2);
  box-shadow:0 0 15px rgba(212,175,55,.38);
}

.exhibit-kiosk{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(320px,.5fr);
  gap:24px;
  align-items:stretch;
}
.exhibit-kiosk-map,
.exhibit-kiosk-panel{
  border:1px solid rgba(212,175,55,.45);
  border-radius:18px;
  overflow:hidden;
  background:#0d0d0d;
  box-shadow:0 22px 52px rgba(0,0,0,.48);
}
.exhibit-kiosk-map{
  min-height:430px;
  position:relative;
  background:
    linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.36)),
    var(--kiosk-map-image, linear-gradient(145deg,#443015,#111 65%));
  background-size:cover;
  background-position:center;
}
.exhibit-kiosk-map-label{
  position:absolute;
  left:18px;
  bottom:18px;
  z-index:2;
  padding:10px 14px;
  border:1px solid rgba(255,233,154,.52);
  border-radius:9px;
  background:rgba(0,0,0,.78);
  color:#ffe998;
  font-weight:900;
}
.exhibit-kiosk-panel{
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.exhibit-kiosk-panel h3{
  margin:0 0 8px;
  color:#ffe998;
  font:700 34px/1.12 Georgia,"Times New Roman",serif;
}
.exhibit-kiosk-panel p{color:#d9d0c1;font-size:16px}
.kiosk-facts{display:grid;gap:8px;margin:16px 0 22px}
.kiosk-facts div{
  display:grid;
  grid-template-columns:112px 1fr;
  gap:10px;
  padding-bottom:7px;
  border-bottom:1px solid rgba(212,175,55,.16);
}
.kiosk-facts strong{color:#f1ce5d}
.kiosk-facts span{color:#eee6d9}

.related-exhibits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.related-exhibit-card{
  display:block;
  padding:22px;
  border:1px solid rgba(212,175,55,.35);
  border-radius:15px;
  background:#0f0f0f;
  text-decoration:none;
  transition:.22s ease;
}
.related-exhibit-card:hover{
  transform:translateY(-4px);
  border-color:#e7c452;
  box-shadow:0 14px 32px rgba(0,0,0,.36);
}
.related-exhibit-card small{
  color:#d5b34c;
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-weight:900;
}
.related-exhibit-card h3{
  margin:8px 0;
  color:#ffe998;
  font:700 24px Georgia,"Times New Roman",serif;
}
.related-exhibit-card p{margin:0;color:#cec5b8}

.journey-navigation{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:14px;
  margin-top:28px;
}
.journey-navigation .museum-button{width:100%;min-height:56px}

@media(max-width:980px){
  .exhibit-kiosk{grid-template-columns:1fr}
  .related-exhibits{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .exhibit-control-grid,
  .journey-navigation,
  .related-exhibits{grid-template-columns:1fr}
  .collection-progress-head{flex-direction:column;align-items:flex-start;gap:2px}
  .collection-progress-track{gap:4px}
  .exhibit-kiosk-map{min-height:320px}
  .kiosk-facts div{grid-template-columns:1fr;gap:2px}
}
