:root {
  --museum-green: #2e6b3f;
  --museum-deep-green: #1f4f30;
  --museum-red: #7d1e2a;
  --museum-brass: #b89b5e;
  --museum-paper: #f5f1e8;
  --museum-ink: #2f3033;
  --museum-muted: #6f6a60;
  --museum-line: rgba(47, 48, 51, 0.14);
}

html {
  background: var(--museum-paper);
}

body {
  min-height: 100vh;
  color: var(--museum-ink);
  background-color: var(--museum-paper);
  background:
    linear-gradient(rgba(245, 241, 232, 0.92), rgba(245, 241, 232, 0.97)),
    url("/assets/images/img_c4565538dbd9.png") center top / 520px auto repeat;
  background-color: var(--museum-paper);
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 20;
  padding: 0.65rem 1rem;
  background: var(--museum-red);
  color: #fff;
}

.skip-link:focus {
  left: 0;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--museum-brass);
}

.museum-navbar {
  min-height: 5rem;
  background: #fff;
}

.brand-item {
  gap: 0.75rem;
  max-width: min(54vw, 34rem);
}

.brand-mark,
.footer-mark {
  width: 46px;
  height: 46px;
  max-height: none;
  object-fit: contain;
}

.brand-title,
.footer-title {
  color: var(--museum-deep-green);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.15;
}

.navbar-item,
.navbar-link {
  color: var(--museum-ink);
  font-weight: 700;
}

.navbar-item:hover,
.navbar-link:hover,
.navbar-item:focus,
.navbar-link:focus {
  color: var(--museum-red);
  background: rgba(184, 155, 94, 0.12);
}

.navbar-dropdown {
  border-top: 3px solid var(--museum-brass);
}

.museum-hero {
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(31, 79, 48, 0.86), rgba(31, 79, 48, 0.48) 52%, rgba(125, 30, 42, 0.3)),
    url("/assets/images/img_3c349a702a39.png") center / cover no-repeat;
}

.museum-hero .hero-body {
  display: flex;
  align-items: flex-end;
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.hero-copy {
  max-width: 720px;
  color: #fff;
}

.title,
.content h1,
.content h2,
.content h3,
.content h4 {
  color: var(--museum-deep-green);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.museum-hero .title {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.museum-hero .subtitle {
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.9);
}

.section-kicker,
.card-date {
  color: var(--museum-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-shell,
.homepage-content {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}

.article-panel {
  max-width: 860px;
  margin: 0 auto;
}

.article-header,
.section-header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--museum-line);
}

.centered-header {
  text-align: center;
}

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

.site-prose p,
.site-prose li,
.site-prose td {
  line-height: 1.78;
}

.site-prose a,
.museum-card a,
.footer a {
  color: var(--museum-deep-green);
  text-decoration-color: rgba(184, 155, 94, 0.65);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.site-prose a:hover,
.museum-card a:hover,
.footer a:hover {
  color: var(--museum-red);
}

.content-image,
.gallery-image,
.museum-card {
  overflow: hidden;
  border: 1px solid var(--museum-brass);
  border-radius: 6px;
  background: #fffdf8;
  box-shadow: 0 14px 30px rgba(47, 48, 51, 0.08);
}

.content-image img,
.gallery-image img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-grid {
  margin-top: 1.5rem;
}

.museum-card {
  height: 100%;
  box-shadow: 0 12px 28px rgba(47, 48, 51, 0.08);
}

.listing-card .card-content {
  padding: 1.25rem;
}

.card-title {
  margin-top: 0.25rem;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

.museum-table-wrap,
.table-container {
  border: 1px solid var(--museum-line);
  border-radius: 6px;
  background: #fffdf8;
}

.table th {
  color: var(--museum-deep-green);
  background: rgba(46, 107, 63, 0.09);
}

.media-block iframe,
.media-block video {
  width: 100%;
  max-width: 100%;
}

.museum-breadcrumb {
  margin-bottom: 1.5rem;
}

.museum-breadcrumb a {
  color: var(--museum-muted);
}

.museum-sidebar {
  position: sticky;
  top: 1.5rem;
  padding: 1.25rem;
  border-left: 4px solid var(--museum-brass);
  background: rgba(255, 253, 248, 0.86);
}

.menu-label {
  color: var(--museum-red);
  font-weight: 800;
  letter-spacing: 0;
}

.menu-list a {
  color: var(--museum-ink);
  border-radius: 4px;
}

.menu-list a:hover {
  color: var(--museum-red);
  background: rgba(184, 155, 94, 0.14);
}

.museum-footer {
  padding: 3rem 1.5rem;
  color: rgba(255, 255, 255, 0.82);
  background: var(--museum-green);
}

.footer-brand {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.footer-title,
.footer-heading {
  color: #fff;
}

.footer-note,
.footer-heading {
  margin-bottom: 0.65rem;
}

.footer-heading {
  font-weight: 800;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.38rem;
}

.museum-footer a {
  color: rgba(255, 255, 255, 0.86);
}

.museum-footer a:hover {
  color: #fff;
}

.museum-separator {
  background: var(--museum-brass);
  height: 2px;
  opacity: 0.6;
}

@media (max-width: 1023px) {
  .brand-item {
    max-width: calc(100vw - 5.5rem);
  }

  .brand-title {
    font-size: 0.95rem;
  }

  .navbar-menu {
    border-top: 1px solid var(--museum-line);
  }

  .museum-sidebar {
    position: static;
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  .museum-hero {
    min-height: 430px;
  }

  .museum-hero .hero-body {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }

  .museum-hero .title {
    font-size: 2.15rem;
  }

  .page-shell,
  .homepage-content {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }
}
