.release-details {
  border: 0;
  padding: 0;
  background: none;
  color: var(--gold);
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.release-details:hover {
  color: var(--gold2);
}

.modal-text {
  white-space: pre-line;
}

.video-poster {
  position: relative;
  overflow: hidden;
}

.video-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 23, 53, 0.22);
}

.video-poster .play,
.video-poster .poster-label {
  position: relative;
  z-index: 1;
}

.site-header {
  height: 120px;
}

.site-header .brand img {
  width: 112px;
  height: 112px;
}

.site-header .brand strong {
  font-size: 38px;
}

.site-header .brand small {
  font-size: 14px;
}

.site-header .nav {
  font-size: 14px;
}

.hero .eyebrow {
  font-size: 60px;
  font-weight: 600;
}

.hero h1,
.hero h1 em {
  font-family: "Cinzel", "Times New Roman", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.015em;
}

.hero h1 {
  font-size: clamp(32px, 3.6vw, 56px);
}

.slogan-translations {
  margin: -12px 0 24px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.hero-translations {
  margin-top: 14px;
  color: rgba(217, 181, 107, 0.82);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.025em;
}

.hero .lead {
  font-size: 22px;
}

.hero-actions .btn {
  padding: 17px 26px;
  font-size: 14px;
}

.hero-translations p {
  margin: 0 0 6px;
}

.hero-translations p[dir="rtl"] {
  text-align: left;
}

@media (max-width: 640px) {
  .site-header {
    height: 88px;
  }

  .site-header .brand img {
    width: 74px;
    height: 74px;
  }

  .site-header .brand strong {
    font-size: 28px;
  }

  .hero h1 {
    font-size: 27px;
  }

  .hero .eyebrow {
    font-size: 34px;
  }
}
