.header-cover-photo {
  position: relative;
  width: 100%;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem 4rem;
  overflow: hidden;
}

.header-cover-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 16, 40, 0.78), rgba(23, 69, 120, 0.55));
}

.header-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  color: #fff;
}

.hero-kicker {
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.hero-quote {
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
}

.hero-attribution {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.intro-grid {
  margin-top: 3.5rem;
}

.section-spacing {
  margin-bottom: 3rem;
}

.section-title {
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--global-text-color-light, #6c757d);
}

.about-section .lead {
  font-weight: 400;
}

.focus-list {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.focus-list li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.toolkit-list {
  margin: 0;
}

.toolkit-row {
  margin-bottom: 1rem;
}

.toolkit-row dt {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--global-text-color-light, #6c757d);
}

.toolkit-row dd {
  margin-bottom: 0;
  color: var(--global-text-color, #000);
}

.profile-card {
  background: var(--global-card-bg-color, #fff);
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  border: 1px solid var(--global-divider-color, rgba(0, 0, 0, 0.08));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.18);
}

.profile-image {
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

.profile-name {
  font-size: 1.1rem;
}

.profile-role {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-links {
  gap: 0.75rem;
}

.social-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--global-divider-color, rgba(0, 0, 0, 0.1));
  color: var(--global-theme-color, #b509ac);
  background: rgba(181, 9, 172, 0.06);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.social-link:hover,
.social-link:focus {
  transform: translateY(-3px);
  background: var(--global-theme-color, #b509ac);
  color: #fff;
  text-decoration: none;
}

.btn-cv {
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, var(--global-theme-color, #b509ac), #4c6ef5);
  border: none;
  color: #fff;
  box-shadow: 0 16px 32px rgba(76, 110, 245, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-cv:hover,
.btn-cv:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(76, 110, 245, 0.38);
}

.contact-list li {
  margin-bottom: 0.35rem;
}

.highlight-gallery {
  margin-top: 2rem;
}

#myCarousel {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.carousel-item {
  height: 430px;
  position: relative;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1.75rem 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(7, 16, 40, 0.78) 100%);
}

.carousel-caption-text {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(7, 16, 40, 0.65);
  background-size: 45% 45%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: var(--global-theme-color, #b509ac);
}

.news-section {
  margin-top: 4rem;
}

.section-heading {
  gap: 0.75rem;
}

.news-container {
  position: relative;
  display: grid;
  gap: 1.5rem;
  max-height: 26rem;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.news-container::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--global-bg-color, #fff) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.news-container.is-expanded {
  max-height: none;
}

.news-container.is-expanded::after {
  opacity: 0;
}

.news-item {
  background: var(--global-card-bg-color, #fff);
  border-radius: 1.1rem;
  padding: 1.5rem;
  border: 1px solid var(--global-divider-color, rgba(0, 0, 0, 0.08));
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.news-date {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(181, 9, 172, 0.12);
  color: var(--global-theme-color, #b509ac);
}

.news-text {
  margin-bottom: 0;
}

.news-text a {
  font-weight: 600;
}

.expand-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.65rem 2rem;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .profile-card {
    margin-top: 2.5rem;
  }

  .carousel-item {
    height: 320px;
  }
}

@media (max-width: 767.98px) {
  .header-cover-photo {
    padding-top: 5rem;
    min-height: 220px;
  }

  .carousel-item {
    height: 260px;
  }

  .news-container {
    gap: 1.1rem;
  }
}

@media (min-width: 992px) {
  .profile-card {
    position: sticky;
    top: 7.5rem;
  }
}
