:root {
  /* Colors */
  --color-primary: #ffffff;
  --color-secondary: #fac9c7;
  --color-accent: #e3554f;
  --color-text: #ffffff;
  --color-text-light: #dfdfdf;
  --color-background: #141414;
  --color-surface: hsl(284, 98%, 67%);
  --color-border: #e3554f;
  /* Typography */
  --font-primary: Montserrat, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-secondary: Georgia, 'Times New Roman', serif;
  --font-size-base: 1rem;
  --font-size-small: 0.875rem;
  --font-size-large: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 2rem;
  --font-size-4xl: 2.5rem;
  --line-height-base: 1.6;
  --line-height-tight: 1.2;
  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 4rem;
  /* Layout */
  --container-max-width: 2000px;
  --content-max-width: 1000px;
  --border-radius: 8px;
  --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
  color: var(--color-text);
  background-color: var(--color-background);
  font-weight: 400;
  line-height: var(--line-height-base);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: var(--line-height-tight);
  color: var(--color-primary);
  margin: 0 0 1rem 0;
}
h1 {
  font-size: var(--font-size-4xl);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
}
h2 {
  font-size: var(--font-size-3xl);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
}
h3 {
  font-size: var(--font-size-2xl);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}
h4 {
  font-size: var(--font-size-xl);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}
h5 {
  font-size: var(--font-size-large);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
h6 {
  font-size: var(--font-size-base);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.button,
button,
input[type="submit"],
input[type="button"],
.btn,
.ovp-btn {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-navigation a,
.site-navigation a,
nav a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu,
.nav-menu {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title-section,
.ovp-title-section,
.ovp-archive-header {
  text-align: center;
  padding: 3rem 0 2rem;
  border-bottom: 1px solid var(--color-border);
}
.page-title-section .container,
.ovp-title-section .container,
.ovp-archive-header .container,
.page-title-section .ovp-container,
.ovp-title-section .ovp-container,
.ovp-archive-header .ovp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.page-title,
.search-title,
.entry-title,
.ovp-video-title,
.ovp-archive-title,
.ovp-production-title {
  font-size: var(--font-size-4xl);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: var(--color-primary);
  margin: 0 0 1rem 0;
  line-height: var(--line-height-tight);
  text-align: center;
}
.page-title span,
.search-title span,
.entry-title span,
.ovp-video-title span,
.ovp-archive-title span,
.ovp-production-title span {
  color: var(--color-accent);
}
.single .entry-title,
.single .page-title {
  text-align: center;
}
.page-subtitle,
.page-description,
.search-subtitle,
.ovp-archive-description,
.ovp-category-description {
  text-align: center;
  color: var(--color-text-light);
  font-size: var(--font-size-large);
  max-width: 700px;
  margin: 0 auto;
  line-height: var(--line-height-base);
}
.page-subtitle p,
.page-description p,
.search-subtitle p,
.ovp-archive-description p,
.ovp-category-description p {
  margin: 0;
}
.ovp-video-card h3,
.ovp-card h3,
.post-card h3,
.search-result h3,
.ovp-related-card h3,
.ovp-video-card .ovp-card-title,
.ovp-card .ovp-card-title,
.post-card .ovp-card-title,
.search-result .ovp-card-title,
.ovp-related-card .ovp-card-title,
.ovp-video-card .ovp-video-title-text,
.ovp-card .ovp-video-title-text,
.post-card .ovp-video-title-text,
.search-result .ovp-video-title-text,
.ovp-related-card .ovp-video-title-text,
.ovp-video-card .ovp-related-title,
.ovp-card .ovp-related-title,
.post-card .ovp-related-title,
.search-result .ovp-related-title,
.ovp-related-card .ovp-related-title {
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-title-section,
  .ovp-title-section,
  .ovp-archive-header {
    padding: 2rem 0 1.5rem;
  }
  .page-title,
  .search-title,
  .entry-title,
  .ovp-video-title,
  .ovp-archive-title,
  .ovp-production-title {
    font-size: var(--font-size-3xl);
    letter-spacing: 7px;
  }
}
@media (max-width: 480px) {
  .page-title,
  .search-title,
  .entry-title,
  .ovp-video-title,
  .ovp-archive-title,
  .ovp-production-title {
    font-size: var(--font-size-2xl);
    letter-spacing: 5px;
  }
  .page-subtitle,
  .page-description,
  .search-subtitle,
  .ovp-archive-description {
    font-size: var(--font-size-base);
  }
}
.container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}
.grid {
  display: grid;
  gap: var(--spacing-lg);
}
.flex {
  display: flex;
  gap: var(--spacing-md);
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.button {
  background: var(--color-accent);
  color: var(--color-secondary);
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--border-radius);
  font-weight: 700;
  transition: var(--transition);
}
.button:hover {
  opacity: 0.85;
}
.card {
  background: var(--color-surface);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  padding: var(--spacing-md);
  transition: var(--transition);
}
.card:hover {
  transform: translateY(-4px);
}
.site-footer {
  background: var(--color-background);
}
.site-header {
  border-bottom: none;
}
.site-header.scrolled {
  background: var(--color-background);
}
.site-description {
  display: none;
}
.totransparent {
  background: linear-gradient(to bottom, var(--color-background) 0%, var(--color-background) 50%, transparent 100%);
}
header#masthead {
  background: linear-gradient(to bottom, var(--color-background) 0%, var(--color-background) 50%, transparent 100%);
  padding-top: 1em;
  padding-bottom: 1em;
}
.main-navigation a {
  font-weight: 400;
  text-transform: uppercase;
}
.main-navigation a:hover,
.main-navigation a .current-menu-item > a {
  border-bottom-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.6em;
}
.home .site-footer {
  background: transparent;
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site-main {
  flex: 1;
  padding-top: 0;
}
