:root {
  --site-red: #8a1917;
  --site-red-dark: #5f1110;
  --site-gold: #d2a85f;
  --site-ink: #241b17;
  --site-muted: #6a5c52;
  --site-cream: #f8f4ee;
  --site-border: #e4d8c9;
  --site-charcoal: #151313;
  --site-radius: 0.375rem;
  --site-section-padding: clamp(2.75rem, 6vw, 5rem);
}

* {
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #7e7e7e;
  font-family: "Sora", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img,
video {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3 {
  color: #7e7e7e;
  font-family: "Sora", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible {
  box-shadow: none;
  outline: 3px solid rgba(210, 168, 95, 0.65);
  outline-offset: 3px;
}

.site-header {
  background: #ffffff;
  overflow: visible;
  position: relative;
  z-index: 1030;
}

.site-header::before {
  background: #111111;
  content: "";
  display: block;
  height: 17px;
  width: 100%;
}

.navbar {
  border-bottom: 1px solid #eeeeee;
  min-height: 56px;
  padding-block: 0;
}

.navbar > .container {
  align-items: center;
  min-height: 56px;
  position: relative;
}

.navbar-brand {
  display: block;
  height: 56px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 280px;
  z-index: 2;
}

.navbar-brand img {
  left: 0;
  max-width: none;
  position: absolute;
  top: -15px;
  width: 271px;
}

.navbar-collapse {
  justify-content: flex-end;
}

.navbar .nav-link {
  color: #7e7e7e;
  font-family: "Sora", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding-inline: 0.52rem;
  text-transform: uppercase;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #636262;
}

.hero-image img,
.page-hero img {
  margin-inline: auto;
  width: min(1200px, 100%);
}

.hero-image img,
.page-hero img {
  max-width: none;
  width: 100%;
}

.social-band {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  padding: 1rem 1rem 0.7rem;
}

.social-band a {
  align-items: center;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  color: #8a8a8a;
  display: inline-flex;
  font-size: 1.18rem;
  height: 36px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 36px;
}

.social-band a:hover {
  border-color: var(--site-red);
  color: var(--site-red);
  transform: translateY(-1px);
}

.site-section {
  padding: var(--site-section-padding) 0;
}

.site-section + .site-section {
  border-top: 1px solid var(--site-border);
}

.feature-band {
  background: #000000 url("../images/content/darkwood-bg.jpg") center center / cover no-repeat;
  color: #ffffff;
}

.feature-band h2,
.feature-band ol {
  color: #ffffff;
}

.feature-band .btn-primary {
  --bs-btn-bg: #7e7e7e;
  --bs-btn-border-color: #636262;
  --bs-btn-hover-bg: #636262;
  --bs-btn-hover-border-color: #636262;
}

.feature-story h1,
.page-title {
  color: #7e7e7e;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: left;
}

.feature-story p {
  margin-top: 1rem;
  text-align: left;
}

.content-flow > * + * {
  margin-top: 1rem;
}

.album-feature {
  margin-top: 2.5rem;
}

.album-feature ol,
.album-card ol {
  margin-bottom: 1.25rem;
}

.btn-primary {
  --bs-btn-bg: var(--site-red);
  --bs-btn-border-color: var(--site-red);
  --bs-btn-hover-bg: var(--site-red-dark);
  --bs-btn-hover-border-color: var(--site-red-dark);
  --bs-btn-active-bg: var(--site-red-dark);
  --bs-btn-active-border-color: var(--site-red-dark);
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.page-copy {
  font-size: 1.05rem;
}

.quote-list {
  margin-block: 2rem;
  text-align: center;
}

.quote-list blockquote {
  border-bottom: 1px solid var(--site-border);
  margin: 0;
  padding: 1.2rem 0;
}

.quote-list p {
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.album-card {
  border-bottom: 1px solid var(--site-border);
  padding: 2rem 0;
}

.album-card:first-child {
  padding-top: 0;
}

.video-list {
  display: grid;
  gap: 2rem;
  margin-inline: auto;
  max-width: 880px;
}

.video-list h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 1rem;
  text-align: center;
}

.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid a {
  background: var(--site-charcoal);
  border-radius: var(--site-radius);
  display: block;
  overflow: hidden;
  position: relative;
}

.gallery-grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 180ms ease;
  width: 100%;
}

.gallery-grid a:hover img {
  transform: scale(1.035);
}

.gallery-is-open {
  overflow: hidden;
}

.gallery-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox__dialog {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  max-height: 100%;
  max-width: min(1100px, 100%);
  width: 100%;
}

.gallery-lightbox__figure {
  margin: 0;
  min-width: 0;
  text-align: center;
}

.gallery-lightbox__figure img {
  border-radius: var(--site-radius);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.45);
  margin-inline: auto;
  max-height: 82vh;
  object-fit: contain;
  width: auto;
}

.gallery-lightbox__close,
.gallery-lightbox__control {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.gallery-lightbox__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__control:hover {
  background: rgba(255, 255, 255, 0.22);
}

.contact-shell {
  background: var(--site-cream);
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.form-note {
  color: var(--site-muted);
  font-size: 0.95rem;
}

.required-indicator {
  color: var(--site-red);
  font-weight: 700;
}

.contact-status {
  border-radius: var(--site-radius);
  display: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}

.contact-status.is-success,
.contact-status.is-error {
  display: block;
}

.contact-status.is-success {
  background: #e8f4ec;
  color: #22583b;
}

.contact-status.is-error {
  background: #f9e5e3;
  color: var(--site-red-dark);
}

.field-error {
  color: var(--site-red-dark);
  font-size: 0.9rem;
  margin-top: 0.35rem;
  min-height: 1.35em;
}

.peachforms-honeypot {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.site-footer {
  background: #000000;
  color: #676563;
  font-family: "Sora", "Segoe UI", Arial, sans-serif;
  padding: 3rem 0 2rem;
}

.site-footer a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.site-credit {
  color: #676563;
  font-size: 0.8rem;
  margin: 0.7rem 0 0;
}

.footer-logo {
  margin-inline: auto;
  opacity: 0.72;
  width: min(320px, 80vw);
}

.sponsor-logos {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  justify-content: center;
}

.sponsor-secondary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.sponsor-logos img {
  max-height: 45px;
  width: auto;
}

.sponsor-primary img {
  max-height: 70px;
}

.back-to-top {
  bottom: 1rem;
  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.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.skip-link {
  background: #ffffff;
  border: 2px solid var(--site-red);
  border-radius: var(--site-radius);
  color: var(--site-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: 991.98px) {
  .navbar-collapse {
    text-align: right;
  }

  .navbar-nav {
    align-items: flex-end;
  }

  .navbar .nav-link {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    min-height: auto;
    padding-block: 0.45rem;
  }

  .navbar > .container {
    min-height: auto;
  }

  .navbar-brand {
    height: 48px;
    width: min(220px, 62vw);
  }

  .navbar-brand img {
    position: static;
    width: min(220px, 62vw);
  }

  .sponsor-logos {
    align-items: center;
  }

  .sponsor-secondary {
    justify-content: center;
  }

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

  .gallery-lightbox__dialog {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox__control {
    position: absolute;
    top: 50%;
  }

  .gallery-lightbox__control--prev {
    left: 0.5rem;
  }

  .gallery-lightbox__control--next {
    right: 0.5rem;
  }
}
