.ahm-video-page {
  --ahm-video-ink: #111317;
  --ahm-video-muted: #656c76;
  --ahm-video-red: #b5151d;
  --ahm-video-paper: #fff;
  --ahm-video-soft: #f4f5f7;
  --ahm-video-line: #e1e4e8;
  background: var(--ahm-video-paper);
  color: var(--ahm-video-ink);
  font-family: inherit;
  line-height: 1.6;
  min-height: 60vh;
}

.ahm-video-page *,
.ahm-video-page *::before,
.ahm-video-page *::after {
  box-sizing: border-box;
}

.ahm-video-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 76px;
}

.ahm-video-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--ahm-video-muted);
  font-size: 13px;
}

.ahm-video-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.ahm-video-breadcrumbs a:hover {
  color: var(--ahm-video-red);
}

.ahm-video-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid #252930;
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 20%, rgba(181, 21, 29, .34), transparent 30%),
    linear-gradient(135deg, #0b0c0f 0%, #181b21 62%, #08090b 100%);
  color: #fff;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .14);
}

.ahm-video-hero::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(120deg, transparent 0 48%, rgba(255, 255, 255, .025) 48% 50%, transparent 50%);
  content: "";
  pointer-events: none;
}

.ahm-video-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.ahm-video-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ahm-video-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.ahm-video-hero .ahm-video-eyebrow,
.ahm-video-watch-header .ahm-video-eyebrow {
  color: #e6474f;
}

.ahm-video-hero h1,
.ahm-video-watch-header h1,
.ahm-video-not-found h1 {
  margin: 0;
  color: inherit;
  font-size: clamp(31px, 4.4vw, 54px);
  font-weight: 800;
  letter-spacing: -.8px;
  line-height: 1.12;
}

.ahm-video-hero p,
.ahm-video-watch-header p {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 17px;
}

.ahm-video-hero-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
  text-align: center;
  backdrop-filter: blur(4px);
}

.ahm-video-hero-mark > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--ahm-video-red);
  color: #fff;
  font-size: 17px;
  place-items: center;
}

.ahm-video-hero-mark strong {
  color: #fff;
  font-size: 55px;
  line-height: 1;
}

.ahm-video-hero-mark small {
  margin-top: 8px;
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
}

.ahm-video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

.ahm-video-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid #121419;
  border-radius: 8px;
  background: #121419;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.ahm-video-button:hover {
  background: #24272d;
  color: #fff;
  transform: translateY(-1px);
}

.ahm-video-button--light {
  border-color: var(--ahm-video-line);
  background: #fff;
  color: var(--ahm-video-ink) !important;
}

.ahm-video-button--light:hover {
  background: var(--ahm-video-soft);
  color: var(--ahm-video-ink);
}

.ahm-video-hero .ahm-video-button--light {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
}

.ahm-video-hero .ahm-video-button--light:hover {
  background: rgba(255, 255, 255, .15);
}

.ahm-video-button--youtube {
  border-color: var(--ahm-video-red);
  background: var(--ahm-video-red);
}

.ahm-video-button--youtube:hover {
  background: #921017;
}

.ahm-video-section,
.ahm-video-related {
  margin-top: 58px;
}

.ahm-video-section {
  scroll-margin-top: 120px;
}

.ahm-video-section-heading {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ahm-video-line);
}

.ahm-video-section-heading .ahm-video-eyebrow {
  margin-bottom: 4px;
}

.ahm-video-section-heading h2 {
  margin: 0;
  color: var(--ahm-video-ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.ahm-video-section-heading p {
  max-width: 850px;
  margin: 9px 0 0;
  color: var(--ahm-video-muted);
  font-size: 15px;
}

.ahm-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ahm-video-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--ahm-video-line);
  border-radius: 13px;
  background: #fff;
  color: var(--ahm-video-ink) !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ahm-video-card:hover {
  border-color: #c7cbd1;
  box-shadow: 0 13px 31px rgba(18, 20, 25, .11);
  transform: translateY(-3px);
}

.ahm-video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
}

.ahm-video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.ahm-video-card:hover .ahm-video-thumb img {
  transform: scale(1.025);
}

.ahm-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: rgba(181, 21, 29, .94);
  color: #fff;
  font-size: 18px;
  place-items: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 7px 22px rgba(0, 0, 0, .25);
}

.ahm-video-card-body {
  display: block;
  padding: 16px;
}

.ahm-video-card-body strong {
  display: block;
  margin: 0 0 7px;
  color: var(--ahm-video-ink);
  font-size: 17px;
  line-height: 1.35;
}

.ahm-video-card-body > span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ahm-video-muted);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ahm-video-watch-header {
  padding: clamp(30px, 5vw, 56px);
  border-radius: 18px;
  background: linear-gradient(135deg, #0b0c0f, #1c2026);
  color: #fff;
}

.ahm-video-player {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 28px 0;
  padding-bottom: 56.25%;
  border-radius: 14px;
  background: #000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}

.ahm-video-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ahm-video-watch-copy {
  max-width: 900px;
  color: #343941;
  font-size: 16px;
}

.ahm-video-watch-copy p {
  margin: 0 0 14px;
}

.ahm-video-not-found {
  padding: 70px 0;
}

.ahm-video-not-found p {
  margin: 14px 0 24px;
  color: var(--ahm-video-muted);
  font-size: 17px;
}

@media (max-width: 880px) {
  .ahm-video-hero {
    grid-template-columns: 1fr;
  }

  .ahm-video-hero-mark {
    display: none;
  }

  .ahm-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ahm-video-shell {
    width: min(100% - 28px, 1180px);
    padding-top: 20px;
  }

  .ahm-video-breadcrumbs {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .ahm-video-hero,
  .ahm-video-watch-header {
    padding: 28px 22px;
    border-radius: 14px;
  }

  .ahm-video-hero h1,
  .ahm-video-watch-header h1,
  .ahm-video-not-found h1 {
    font-size: 30px;
  }

  .ahm-video-hero p,
  .ahm-video-watch-header p {
    font-size: 15px;
  }

  .ahm-video-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ahm-video-button {
    width: 100%;
  }

  .ahm-video-section,
  .ahm-video-related {
    margin-top: 42px;
  }

  .ahm-video-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ahm-video-section-heading h2 {
    font-size: 25px;
  }
}
