
.video-page-wrap {
  padding: 58px 0 86px;
}

.video-page-wrap .video-intro {
  max-width: 860px;
  margin-bottom: 52px;
}

.video-page-wrap .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #076044;
  font-weight: 900;
  margin: 0 0 22px;
}

.video-page-wrap h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.02;
  color: #0b6044;
  margin: 0 0 20px;
}

.video-page-wrap .lead {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #5d7068;
  margin: 0;
}

.video-page-wrap h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  color: #0b6044;
  margin: 0 0 30px;
}

.video-grid-beauty {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch;
}

.video-card-beauty {
  background: #ffffff;
  border: 1px solid #d9e8e2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(7, 44, 31, 0.08);
  display: flex;
  flex-direction: column;
}

.video-card-beauty .video-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 389 / 308;
  background: #eef5f2;
  overflow: hidden;
  text-decoration: none;
}

.video-card-beauty .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eef5f2;
}

.video-card-beauty .video-content {
  padding: 24px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.video-card-beauty h3 {
  color: #0b6044;
  font-size: 1.35rem;
  line-height: 1.22;
  margin: 0 0 10px;
}

.video-card-beauty p {
  color: #5d7068;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 0 22px;
}

.video-card-beauty .video-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 11px 17px;
  border-radius: 999px;
  background: #076044;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 900;
}

.video-card-beauty .video-button:hover {
  background: #044b35;
}

@media (max-width: 1000px) {
  .video-grid-beauty {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .video-page-wrap {
    padding: 38px 0 64px;
  }

  .video-grid-beauty {
    grid-template-columns: 1fr !important;
  }

  .video-card-beauty .video-content {
    padding: 20px;
  }
}
