/* =========================================
   ORGANIZATION HERO
========================================= */

.organization-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(to right, transparent, transparent),
    url(../assets/img/bg-img/bgImg6.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.organization-hero::before {
  content: "";
  position: absolute;
  inset: 0;

  /* background: linear-gradient(
    90deg,
    rgba(7, 22, 41, 0.96) 0%,
    rgba(11, 31, 58, 0.78) 55%,
    rgba(11, 31, 58, 0.45) 100%
  ); */

  pointer-events: none;
}

.organization-member-role {
  padding-top: 12px;
}

.organization-hero-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(201, 162, 39, 0.05) 45%,
    rgba(201, 162, 39, 0.12) 100%
  );

  pointer-events: none;
}

.organization-hero-container {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding: 150px 6.2rem 90px;
}

.organization-hero-content {
  max-width: 453px;
  height: 312px;
  background: #071629bd;
  padding: 15px;
  justify-self: right;
  border-radius: 30px;
}

.organization-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 18px;

  color: #c9a227;

  font-family: Barlow;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.organization-hero-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;

  background: #c9a227;
}

.organization-hero h1 {
  margin: 0;

  font-family: Barlow;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
}

.organization-hero h1 span {
  display: block;
  margin-top: 4px;

  /* color: #c9a227; */
}

.organization-hero p {
  max-width: 680px;
  margin: 28px 0 0;

  color: rgba(255, 255, 255, 0.76);

  font-size: 1.08rem;
  line-height: 1.8;
}

/* =========================================================
   ORGANIZATION FOOTER LOGO
========================================================= */

.site-footer .footer-logo img {
  width: 135px;
  height: auto;
  display: block;
}

/* =========================================================
   ORGANIZATION PHOTO VIEWER — BASE
========================================================= */

.organization-photo-modal[hidden] {
  display: none;
}

.organization-photo-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
}

.organization-photo-modal-dialog {
  position: relative;
  z-index: 2;
}
