/* Hero / slider */
#home.fullscreen-h .section-cover .fit {
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
}

#home .hero-desc {
  max-width: 44rem;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #home .hero-desc {
    font-size: 1.125rem;
  }
}

#home .hero-hook {
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.65;
  margin-top: 1.25rem !important;
  color: rgba(255, 255, 255, 0.88);
}

#home .hero-btns {
  position: static !important;
  margin-top: 2rem;
  width: auto;
}

.page-hero {
  min-height: 52vh;
}

.page-hero .section-body {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

/* Section headers */
.section-eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.section-eyebrow--light {
  color: rgba(255, 255, 255, 0.72);
}

.section-title-pro {
  margin-bottom: 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.section-subtitle-pro {
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 40rem;
  margin: 0 auto;
}

/* Story rows – editorial layout, no cards */
.story-section .section-body,
.story-teasers-section .section-body {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.story-rows__item + .story-rows__item {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.story-row__image {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center top;
}

.story-row__media-link {
  text-decoration: none;
}

.story-row__title {
  color: #fff;
}

.story-row__subtitle--italic {
  font-style: italic;
}

.story-row__body p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.story-row__body p:last-child {
  margin-bottom: 0 !important;
}

.story-row__actions {
  margin-top: 0.5rem;
}

.section-subtitle-pro--italic {
  font-style: italic;
  color: rgba(255, 255, 255, 0.78);
}

/* Credentials blocks on About page */
.credentials-section .section-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.credentials-card {
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
}

.credentials-card .timeline-title,
.credentials-card .skill-name {
  color: #fff;
}

/* Featured videos */
.home-videos-compact .section-body {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.home-videos-compact .video-thumbnail img,
.home-videos-compact .video-thumbnail .placeholder-thumb,
.home-videos-compact .video-thumbnail video {
  height: 170px !important;
}

.home-videos-compact .video-card {
  width: 300px !important;
}

@media screen and (max-width: 767px) {
  .story-section .section-body,
  .story-teasers-section .section-body {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .story-row__image {
    max-height: 280px;
  }

  .story-rows__item + .story-rows__item {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
