body {
  margin: 48px;
  font-family: sans-serif;
  line-height: 1.6;
}

body.gallery-v12 {
  background: #fbe7e8;
  color: #080033;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

body.gallery-v13 {
  background: #e5ede3;
  color: #0f2418;
  font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
}

.page-header {
  max-width: 40rem;
  margin-bottom: 1.5em;
}

.page-header h1 {
  line-height: 1.4;
  margin: 0 0 0.35em;
}

.page-header .subtitle {
  font-size: 1.15rem;
  font-weight: normal;
  margin: 0 0 0.75em;
}

.page-header .nav-versions {
  margin: 0 0 0.75em;
  font-size: 0.95rem;
  font-weight: normal;
}

.page-header .actions {
  margin: 0 0 1.5em;
}

.page-header a.cta {
  display: inline-block;
  padding: 0.6em 1.6em;
  background: transparent;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.gallery-v12 .page-header a.cta {
  border: 1px solid #080033;
  color: #080033;
}

.gallery-v12 .page-header a.cta:hover {
  background: #080033;
  border-color: #080033;
  color: #fbe7e8;
}

.gallery-v13 .page-header a.cta {
  border: 1px solid #0f2418;
  color: #0f2418;
}

.gallery-v13 .page-header a.cta:hover {
  background: #0f2418;
  border-color: #0f2418;
  color: #e5ede3;
}

.gallery-v12 .nav-versions a {
  color: #92898a;
}

.gallery-v13 .nav-versions a {
  color: #5c6f5c;
}

.page-header .nav-versions a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.gallery-v12 .nav-versions a:hover {
  color: #080033;
  text-decoration: underline;
}

.gallery-v13 .nav-versions a:hover {
  color: #0f2418;
  text-decoration: underline;
}

.gallery {
  columns: 5 150px;
  column-gap: 12px;
}

.card {
  break-inside: avoid;
  margin-bottom: 18px;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-info {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.gallery-v12 .card-info {
  color: #080033;
}

.gallery-v13 .card-info {
  color: #0f2418;
}
