:root {
  --color-ink: #171717;
  --color-paper: #f7f3ea;
  --color-panel: #fffaf0;
  --color-red: #a5001b;
  --color-red-dark: #710014;
  --color-charcoal: #202020;
  --color-gold: #c59a4b;
  --color-line: rgba(23, 23, 23, 0.16);
  --radius: 6px;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
.navbar-brand {
  font-family: "Oswald", "Arial Narrow", Impact, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin-bottom: 1.25rem;
}

h3 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

a {
  color: var(--color-red);
}

a:hover {
  color: var(--color-red-dark);
}

a:focus-visible,
button:focus-visible,
.nav-link:focus-visible {
  outline: 3px solid rgba(197, 154, 75, 0.65);
  outline-offset: 3px;
}

.btn-primary,
.btn-primary:disabled {
  background-color: #c20020;
  border-color: #c20020;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.show {
  background-color: var(--color-red-dark);
  border-color: var(--color-red-dark);
  color: #fff;
}

.site-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

.site-header .navbar {
  background: rgba(0, 0, 0, 0.79);
  min-height: 104px;
  padding: 0;
}

.site-header .container {
  align-items: center;
}

.navbar-brand {
  color: #fff;
  font-size: clamp(2.1rem, 3.4vw, 2.75rem);
  font-weight: 700;
  line-height: 1;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #fff;
}

.nav-stack {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.main-nav {
  gap: 0.15rem;
}

.main-nav .nav-link {
  color: #fff;
  font-family: "Oswald", "Arial Narrow", Impact, sans-serif;
  font-size: 1rem;
  line-height: 1;
  padding: 0.35rem 0.45rem;
  text-transform: uppercase;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
  color: var(--color-red);
}

.social-nav {
  flex-direction: row;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}

.social-nav .nav-link {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  height: 1.9rem;
  justify-content: center;
  padding: 0;
  width: 1.9rem;
}

.social-nav .nav-link:hover,
.social-nav .nav-link:focus {
  color: var(--color-red);
}

.hero-section {
  background: #111;
  min-height: min(760px, 82vw);
  overflow: hidden;
  position: relative;
}

.hero-section > picture {
  display: block;
  height: 100%;
  min-height: min(760px, 82vw);
}

.hero-image {
  height: 100%;
  min-height: min(760px, 82vw);
  object-fit: cover;
  object-position: center top;
  opacity: 0.88;
  width: 100%;
}

.hero-panel {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: grid;
  gap: 0.45rem;
  max-width: 330px;
  padding: 15px;
  position: absolute;
  right: 10%;
  top: 15%;
  width: min(calc(100% - 2rem), 330px);
  z-index: 2;
}

.hero-panel picture {
  display: block;
  max-width: 300px;
  width: 100%;
}

.hero-panel img {
  border: 1px solid rgba(255, 255, 255, 0.28);
  width: 100%;
}

.hero-panel h1 {
  font-size: clamp(1.55rem, 2.4vw, 1.8rem);
  line-height: 1.08;
  margin: 0;
}

.eyebrow {
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

.hero-panel .btn {
  justify-self: start;
  margin-top: 0.25rem;
  padding: 0.35rem 0.85rem;
}

.site-section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.section-title-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.section-dark {
  background: var(--color-charcoal);
  color: #f6f1e7;
}

.section-dark h2,
.section-dark h3,
.section-dark a {
  color: #fff;
}

.section-light {
  background: var(--color-paper);
}

.concrete-bg {
  background:
    linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)),
    url("../images/content/concrete-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.book-section {
  background: #fff;
}

.book-section h2,
.concrete-bg h2 {
  font-size: 1.8rem;
}

.news-list {
  display: grid;
  gap: 1rem;
}

.news-list article {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 1rem;
}

.news-list h3 {
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

.podcast-player {
  border: 0;
  height: 150px;
  width: 100%;
}

.section-image {
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow);
  width: 100%;
}

.album picture {
  display: block;
}

.album-list {
  display: grid;
  gap: clamp(3rem, 7vw, 4.5rem);
}

.album {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: minmax(240px, 0.34fr) 1fr;
  padding: 1.5rem;
}

.album img {
  width: 100%;
}

.album h3 {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2rem);
  line-height: 1.2;
  margin: 0 0 0.55rem;
  text-transform: none;
}

.album ol {
  margin: 0;
  padding-left: 1.45rem;
}

.album li,
.book-feature p {
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  line-height: 1.5;
}

.album-cover-block,
.book-cover-block {
  text-align: center;
}

.availability {
  padding: 0.7rem 0.5rem 0;
}

.availability-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.icon-links {
  display: flex;
  gap: 0.45rem;
  justify-content: center;
}

.icon-links a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  height: 1.8rem;
  justify-content: center;
  text-decoration: none;
  width: 1.8rem;
}

.icon-links a:hover,
.icon-links a:focus {
  color: var(--color-red);
}

.track-columns {
  column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.disc-label {
  margin: 0 0 0.1rem;
}

.book-feature {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.8rem);
  grid-template-columns: minmax(190px, 0.24fr) 1fr;
}

.book-feature img {
  width: 100%;
}

.book-feature h3 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2rem);
  line-height: 1.2;
  margin-bottom: 0.65rem;
  text-transform: none;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.photos-panel {
  padding-top: 1.5rem;
}

.photo-grid {
  display: grid;
  align-items: start;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
}

.gallery-trigger {
  background: transparent;
  border: 0;
  color: inherit;
  display: block;
  padding: 0;
  text-align: inherit;
  width: 100%;
}

.gallery-trigger img {
  background: #ddd;
  border: 1px solid var(--color-line);
  display: block;
  height: auto;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 100%;
}

.gallery-trigger:hover img,
.gallery-trigger:focus-visible img {
  opacity: 0.84;
}

.gallery-trigger:focus-visible {
  outline: 3px solid rgba(197, 154, 75, 0.82);
  outline-offset: 4px;
}

.gallery-modal .modal-content {
  background: rgba(0, 0, 0, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.gallery-modal .modal-header {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.gallery-modal .modal-title {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
}

.gallery-modal .modal-body {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: min(74vh, 720px);
}

.gallery-figure {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  margin: 0;
}

.gallery-figure img {
  height: auto;
  max-height: 72vh;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.gallery-figure figcaption {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.gallery-control {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.gallery-control:hover,
.gallery-control:focus {
  background: #c20020;
  border-color: #c20020;
}

.site-footer {
  background: #000;
  border-top: 4px solid var(--color-red);
  color: #fff;
  padding: 2rem 0 1.5rem;
}

.footer-signup {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
  text-align: center;
}

.footer-signup h2 {
  color: #fff;
  font-size: 1.8rem;
  margin: 0 0 0.45rem;
}

.signup-help {
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 0.85rem;
}

.signup-form {
  width: min(100%, 280px);
}

.signup-fields {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.signup-fields input {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  color: var(--color-ink);
  font-size: 1rem;
  height: 2rem;
  padding: 0.25rem 0.45rem;
  width: 100%;
}

.signup-fields .btn {
  align-self: center;
  padding: 0.4rem 0.8rem;
}

.newsletter-signup-trap {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.signup-message {
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0.15rem 0 0;
}

.signup-message-success {
  color: #f4f4f4;
}

.signup-message-error {
  color: #ffb5bf;
}

.signup-form[aria-busy="true"] {
  cursor: wait;
}

.footer-lower {
  align-items: end;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  padding-top: 0.75rem;
}

.site-footer h2 {
  color: #fff;
  font-size: 1.65rem;
  margin: 0 0 0.35rem;
}

.footer-contact p,
.site-credit,
.copyright {
  margin: 0;
}

.site-footer a {
  color: #fff;
}

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

.footer-meta {
  text-align: right;
}

.footer-social-wrap {
  display: flex;
  justify-content: flex-end;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
}

.footer-social a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  height: 1.9rem;
  justify-content: center;
  text-decoration: none;
  width: 1.9rem;
}

.site-credit {
  font-size: 1rem;
  line-height: 1.35;
}

.copyright {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
  margin-top: 0.75rem;
}

.back-to-top {
  bottom: 1rem;
  background-color: #c20020;
  border-color: #c20020;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1rem;
  transform: translateY(0.5rem);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 1030;
}

.back-to-top:hover,
.back-to-top:focus {
  background-color: var(--color-red-dark);
  border-color: var(--color-red-dark);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.skip-link {
  background: #fff;
  color: var(--color-ink);
  left: 1rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 1rem;
  transform: translateY(-150%);
  transition: transform 160ms ease;
  z-index: 2000;
}

.skip-link:focus {
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .site-header .navbar {
    min-height: 70px;
    padding: 0.65rem 0;
  }

  .navbar-brand {
    font-size: 1.55rem;
  }

  #primaryNav {
    background: rgba(0, 0, 0, 0.88);
    margin-top: 0.65rem;
    padding: 0.75rem 0 1rem;
  }

  .nav-stack {
    align-items: flex-end;
    margin-left: 0;
    width: 100%;
  }

  .main-nav {
    align-items: flex-end;
    order: 1;
    width: 100%;
  }

  .main-nav .nav-link {
    padding: 0.35rem 1.1rem 0.35rem 0;
    text-align: right;
  }

  .social-nav {
    justify-content: flex-end;
    margin: 0.75rem 1.1rem 0 0;
    order: 2;
  }

  .hero-section,
  .hero-section > picture,
  .hero-image {
    min-height: 620px;
  }

  .hero-image {
    object-position: 34% top;
  }

  .hero-panel {
    bottom: 2rem;
    left: 1rem;
    max-width: 320px;
    right: auto;
    top: auto;
  }

  .hero-panel picture {
    max-width: 145px;
  }

  .album,
  .book-feature,
  .track-columns {
    grid-template-columns: 1fr;
  }

  .album {
    padding: 0;
  }

  .album-cover-block,
  .book-cover-block {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
  }

  .album img,
  .book-feature img {
    max-width: 320px;
  }

  .footer-lower {
    align-items: center;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-meta {
    text-align: center;
  }

  .footer-social-wrap {
    justify-content: center;
  }

  .gallery-modal .modal-body {
    gap: 0.7rem;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .gallery-control-prev {
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
  }

  .gallery-control-next {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }
}
