.asekor-page-videos .site-header,
.asekor-page-video .site-header {
  background: rgba(7, 10, 16, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.videos-page-hero {
  position: relative;
  padding: 112px 0 96px;
  background:
    linear-gradient(90deg, rgba(7, 11, 20, 0.92) 0%, rgba(7, 11, 20, 0.68) 46%, rgba(7, 11, 20, 0.42) 100%),
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 24%),
    #0d1420;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.videos-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 32%),
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.06), transparent 18%);
  pointer-events: none;
}

.videos-page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.videos-page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #f5e6b7;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.videos-page-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: clamp(40px, 5.2vw, 74px);
  line-height: 0.98;
}

.videos-page-hero__subtitle p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.82;
}

.videos-page-hero__subtitle p:last-child {
  margin-bottom: 0;
}

.videos-intro-section {
  position: relative;
  padding: 86px 0 90px;
  background:
    radial-gradient(circle at 15% 18%, rgba(212, 175, 55, 0.08), transparent 18%),
    radial-gradient(circle at 85% 78%, rgba(96, 165, 250, 0.05), transparent 20%),
    linear-gradient(180deg, #f5f0e6 0%, #ece6da 100%);
  overflow: hidden;
}

.videos-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.25), transparent 30%),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 35%);
}

.videos-intro-section__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.videos-intro-section__eyebrow,
.videos-library-section__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #8c6a26;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.videos-intro-section__title {
  margin: 0 0 18px;
}

.videos-intro-section__title span {
  display: inline-block;
  padding: 6px 16px 8px;
  
  color: #111827;
  font-family: 'Cinzel', serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
}

.videos-intro-section__description {
  max-width: 760px;
  margin: 0 auto 28px;
}

.videos-intro-section__description p {
  margin: 0 0 14px;
  color: #475569;
  font-size: 18px;
  line-height: 1.85;
}

.videos-intro-section__description p:last-child {
  margin-bottom: 0;
}

.videos-intro-section__figure {
  margin: 0;
}

.videos-intro-section__image-frame {
  width: min(100%, 340px);
  margin: 0 auto;
  padding: 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(148, 163, 184, 0.20);
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.12);
}

.videos-intro-section__image-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 22px;
}

.videos-intro-section__figure figcaption {
  margin-top: 14px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
}

.videos-library-section {
  position: relative;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.06), transparent 18%),
    linear-gradient(180deg, #0d1420 0%, #111b2b 100%);
  overflow: hidden;
}

.videos-library-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 16%, rgba(255, 255, 255, 0.04), transparent 18%),
    radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.03), transparent 18%);
}

.videos-library-section__heading {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.videos-library-section__heading h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.videos-library-section__description p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.85;
}

.videos-library-section__description p:last-child {
  margin-bottom: 0;
}

.videos-library-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.video-library-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.video-library-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 230, 183, 0.22);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.22);
}

.video-library-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #2d3748 0%, #111827 100%);
}

.video-library-card__media--link {
  text-decoration: none;
}

.video-library-card__media img,
.video-library-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.video-library-card__placeholder {
  background:
    linear-gradient(135deg, rgba(201, 168, 76, 0.18) 0%, rgba(17, 24, 39, 0.68) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.video-library-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(7, 10, 16, 0.72);
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22);
}

.video-library-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.video-library-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.video-library-card__meta span,
.video-library-card__meta small {
  color: rgba(245, 230, 183, 0.88);
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-library-card__meta small {
  color: rgba(255, 255, 255, 0.48);
}

.video-library-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: 24px;
  line-height: 1.18;
}

.video-library-card h3 a {
  color: inherit;
  text-decoration: none;
}

.video-library-card h3 a:hover {
  color: #f5e6b7;
}

.video-library-card__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.video-library-card__button:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  transform: translateY(-1px);
}

.video-library-card__button strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.videos-library-empty {
  position: relative;
  z-index: 2;
}

.videos-library-empty__box {
  max-width: 560px;
  margin: 0 auto;
  padding: 34px 28px;
  border-radius: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.videos-library-empty__box h3 {
  margin: 0 0 10px;
  color: #ffffff;
}

.videos-library-empty__box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.videos-content-section {
  padding: 78px 0 88px;
  background:
    radial-gradient(circle at 18% 18%, rgba(17, 24, 39, 0.03), transparent 18%),
    linear-gradient(180deg, #f5f1e8 0%, #eee9dc 100%);
}

.videos-content-article {
  padding: 34px 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.videos-content-article .entry-content,
.videos-content-article .entry-content p,
.videos-content-article .entry-content li {
  color: #475569;
  line-height: 1.85;
}

.videos-content-article .entry-content h2,
.videos-content-article .entry-content h3,
.videos-content-article .entry-content h4 {
  color: #111827;
}

.videos-content-article .entry-content ul,
.videos-content-article .entry-content ol {
  padding-left: 22px;
}

@media (max-width: 1080px) {
  .videos-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .videos-page-hero {
    padding: 92px 0 82px;
  }

  .videos-intro-section,
  .videos-library-section,
  .videos-content-section {
    padding: 72px 0;
  }

  .videos-library-grid {
    grid-template-columns: 1fr;
  }

  .videos-intro-section__title span {
    padding: 4px 12px 6px;
  }

  .videos-page-hero__subtitle p,
  .videos-intro-section__description p,
  .videos-library-section__description p,
  .videos-content-article .entry-content,
  .videos-content-article .entry-content p,
  .videos-content-article .entry-content li {
    font-size: 16px;
    line-height: 1.8;
  }

  .videos-content-article {
    padding: 24px 20px;
    border-radius: 22px;
  }
}