.video-library {
  background-color: #bbe8e91a;
  border-radius: 20px;
  padding: 24px;
}

#videos {
  scroll-margin-top: 92px;
}

.video-library-header {
  max-width: 850px;
  margin-bottom: 28px;
}

.video-library-header h2 {
  color: #bbe8e9;
  margin: 8px 0 16px;
}

.video-library-header p {
  color: #edfdfdcc;
  font-size: 22px;
  line-height: 1.35;
  margin: 0;
}

.video-eyebrow,
.article-eyebrow,
.video-card-label {
  color: #e7a148;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.video-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.video-card {
  color: #1e1622;
  background: #edfdfd;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px #0004;
}

.video-card-image {
  aspect-ratio: 16 / 9;
  background: #171219;
  overflow: hidden;
  position: relative;
  display: block;
}

.video-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-play {
  width: 58px;
  height: 58px;
  color: #edfdfd;
  background: #e7a148;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px #0007;
}

.video-card-copy {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.video-card-title {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.05;
  margin: 10px 0 14px;
}

.video-card-description {
  color: #403946;
  font-size: 20px;
  line-height: 1.35;
}

.video-card-link {
  color: #9c5b0b;
  font-size: 19px;
  font-weight: 500;
  margin-top: auto;
  padding-top: 24px;
}

.article-main {
  padding-top: 104px;
}

.article-shell {
  max-width: 1040px;
  margin: 0 auto;
}

.article-hero,
.article-body,
.article-related,
.article-cta {
  border-radius: 20px;
  padding: 32px;
}

.article-hero {
  background: #bbe8e91a;
}

.article-hero h1 {
  color: #bbe8e9;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.02em;
  margin: 12px 0 20px;
}

.article-lead {
  color: #edfdfdcc;
  font-size: 25px;
  line-height: 1.35;
  max-width: 820px;
  margin: 0;
}

.article-video {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  margin-top: 28px;
  overflow: hidden;
}

.article-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.article-no-spoilers {
  color: #edfdfdcc;
  border: 1px solid #bbe8e94d;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 16px 18px;
}

.article-no-spoilers strong {
  color: #e7a148;
}

.transcript-details {
  background: #edfdfd;
  border-radius: 20px;
  margin-top: 24px;
  overflow: hidden;
}

.transcript-details summary {
  color: #1e1622;
  cursor: pointer;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
  list-style: none;
  padding: 24px 72px 26px 28px;
  position: relative;
}

.transcript-details summary::-webkit-details-marker {
  display: none;
}

.transcript-details summary::after {
  color: #edfdfd;
  background: #e7a148;
  border-radius: 50%;
  content: "+";
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .2s ease;
}

.transcript-details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.transcript-details summary span {
  color: #685f6d;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 6px;
}

.transcript-details .article-body {
  border-radius: 0;
  border-top: 1px solid #1e16221a;
  margin-top: 0;
}

.article-body {
  color: #1e1622;
  background: #edfdfd;
  margin-top: 24px;
}

.article-body h2 {
  color: #1e1622;
  font-size: 40px;
  line-height: 1;
  margin: 44px 0 16px;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p,
.article-body li {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.55;
}

.article-body p {
  margin: 0 0 16px;
}

.article-body ul {
  margin: 0;
  padding-left: 26px;
}

.article-body li + li {
  margin-top: 15px;
}

.article-body a,
.timestamp {
  color: #9c5b0b;
  font-weight: 700;
}

.article-takeaway {
  background: #e7a14822;
  border-left: 5px solid #e7a148;
  border-radius: 0 12px 12px 0;
  margin-top: 36px;
  padding: 20px 22px;
}

.article-takeaway p {
  margin: 0;
}

.article-related {
  background: #bbe8e91a;
  margin-top: 24px;
}

.article-related h2 {
  color: #bbe8e9;
  margin-bottom: 20px;
}

.article-related .video-card {
  max-width: 680px;
}

.article-cta {
  background: #e7a148;
  color: #1e1622;
  margin-top: 24px;
  text-align: center;
}

.article-cta h2 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 14px;
}

.article-cta p {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.45;
  margin: 0 auto 22px;
  max-width: 680px;
}

.article-cta .button {
  background: #1e1622;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .video-cards {
    grid-template-columns: 1fr;
  }

  .video-library,
  .article-hero,
  .article-body,
  .article-related,
  .article-cta {
    padding: 20px;
  }

  .video-card-title {
    font-size: 27px;
  }

  .article-main {
    padding-top: 92px;
  }

  .article-hero h1 {
    font-size: 44px;
  }

  .article-lead {
    font-size: 21px;
  }

  .article-body h2,
  .article-cta h2 {
    font-size: 32px;
  }

  .article-body p,
  .article-body li,
  .article-cta p {
    font-size: 18px;
  }

  .transcript-details summary {
    font-size: 24px;
    padding: 20px 66px 22px 20px;
  }
}

@media screen and (max-width: 479px) {
  .article-main {
    padding-top: 84px;
  }

  .article-hero h1 {
    font-size: 37px;
  }

  .article-video {
    border-radius: 10px;
  }

  .video-card-copy {
    padding: 18px;
  }
}
