/* home-research-hero.css */

/* HOME RESEARCH HERO ONLY */
#research-hero.research-hero {
  position: relative;
  padding: 70px 0 80px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  min-height: 60vh;
  background: linear-gradient(
    90deg,
    rgba(2,20,42,0.95) 0%,
    rgba(3,28,57,0.82) 35%,
    rgba(3,28,57,0.68) 60%,
    rgba(2,20,42,0.82) 100%
  );
}

#research-hero .research-hero-bg {
  position: absolute;
  inset: 0;
  background-size: 100% auto;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0.38;
  pointer-events: none;
}

#research-hero .container {
  position: relative;
  z-index: 2;
}

#research-hero .research-hero-inner {
  max-width: 1100px;
}

#research-hero .research-hero-copy {
  color: #fff;
}

#research-hero .research-hero-text h1,
#research-hero .research-hero-quarter .q,
#research-hero .research-hero-quarter .year {
  font-family: Georgia, "Times New Roman", serif;
}

#research-hero .research-hero-label,
#research-hero .research-hero-meta {
  font-family: "Inter", Arial, sans-serif;
}

#research-hero .research-hero-label {
  margin-bottom: 30px;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

#research-hero .research-hero-heading-wrap {
  display: flex;
  align-items: flex-start;
  gap: 34px;
}

#research-hero .research-hero-quarter {
  flex: 0 0 auto;
  line-height: 0.82;
}

#research-hero .research-hero-quarter .q {
  display: block;
  font-size: 130px;
  font-weight: 300;
  color: #fff;
}

#research-hero .research-hero-quarter .year {
  display: block;
  font-size: 80px;
  font-weight: 300;
  color: #12a8f4;
}

#research-hero .research-hero-quarter.is-period .q {
  font-weight: 300;
  line-height: 0.82;
  white-space: normal;
}

#research-hero .research-hero-text h1 {
  margin: 8px 0 18px;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 300;
  color: #fff;
}

#research-hero .research-hero-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.78);
}

#research-hero .research-hero-meta strong {
  color: #fff;
  font-weight: 600;
}

#research-hero .research-hero-meta .divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,0.25);
}

#research-hero .research-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 42px;
}

#research-hero .Hero_menuItem a {
  text-decoration: none;
}

#research-hero .Hero_menuItem h4 {
  color: #fff !important;
}


/* FEATURED STRIP */
#sr-featured-strip.research-featured-strip {
  background-color: #eff0f2;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
}

#sr-featured-strip .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#sr-featured-strip .sr-featured-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#sr-featured-strip .sr-featured-track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  transition: transform 0.45s ease;
  will-change: transform;
}

#sr-featured-strip .sr-featured-card {
  position: relative;
  flex: 0 0 50%;
  min-width: 50%;
  max-width: 50%;
  background: #eff0f2;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.35s ease;
}

#sr-featured-strip .sr-featured-card > div {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 40px;
  min-height: 200px;
  box-sizing: border-box;
}

#sr-featured-strip .sr-featured-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
  transition: background 0.35s ease;
  pointer-events: none;
}

#sr-featured-strip .sr-featured-card.is-active {
  background: #6e7b8f;
}

#sr-featured-strip .sr-featured-card.is-active::after {
  background: linear-gradient(
    rgba(110,123,143,0.12),
    rgba(110,123,143,0.08),
    rgba(110,123,143,0.12)
  );
}

#sr-featured-strip .sr-featured-label {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  padding-top: 2px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

#sr-featured-strip .sr-featured-label p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  color: #111;
  letter-spacing: 0.02em;
}

#sr-featured-strip .sr-featured-label-line {
  width: 1px;
  height: 30px;
  background: #00a3ff;
}

#sr-featured-strip .sr-featured-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#sr-featured-strip .sr-featured-info h4 {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  color: #222;
}

#sr-featured-strip .sr-featured-type {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

#sr-featured-strip .sr-featured-content {
  margin: 0;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.55;
  color: #222;
}

#sr-featured-strip .sr-featured-card.is-active .sr-featured-label p,
#sr-featured-strip .sr-featured-card.is-active .sr-featured-info h4,
#sr-featured-strip .sr-featured-card.is-active .sr-featured-type,
#sr-featured-strip .sr-featured-card.is-active .sr-featured-content {
  color: #fff;
}


/* RESPONSIVE */
@media (max-width: 1280px) {
  #research-hero.research-hero {
    padding: 60px 0 70px;
  }

  #research-hero .research-hero-inner {
    max-width: 980px;
  }

  #research-hero .research-hero-heading-wrap {
    gap: 26px;
  }

  #research-hero .research-hero-quarter .q {
    font-size: 108px;
  }

  #research-hero .research-hero-quarter .year {
    font-size: 68px;
  }

  #research-hero .research-hero-text h1 {
    font-size: 46px;
    line-height: 1.06;
  }

  #sr-featured-strip .sr-featured-card > div {
    padding: 32px 28px;
    min-height: 180px;
  }

  #sr-featured-strip .sr-featured-info h4 {
    font-size: 20px;
  }

  #sr-featured-strip .sr-featured-content {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  #research-hero.research-hero {
    padding: 54px 0 64px;
  }

  #research-hero .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  #research-hero .research-hero-heading-wrap {
    gap: 22px;
  }

  #research-hero .research-hero-quarter .q {
    font-size: 88px;
  }

  #research-hero .research-hero-quarter .year {
    font-size: 56px;
  }

  #research-hero .research-hero-text h1 {
    margin: 4px 0 14px;
    font-size: 38px;
    line-height: 1.08;
  }

  #sr-featured-strip .sr-featured-card > div {
    padding: 28px 24px;
    min-height: 170px;
    gap: 24px;
  }

  #sr-featured-strip .sr-featured-info h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  #research-hero.research-hero {
    padding: 48px 0 56px;
  }

  #research-hero .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  #research-hero .research-hero-label {
    margin-bottom: 18px;
    font-size: 12px;
  }

  #research-hero .research-hero-heading-wrap {
    flex-direction: column;
    gap: 14px;
  }

  #research-hero .research-hero-quarter .q {
    font-size: 72px;
  }

  #research-hero .research-hero-quarter .year {
    font-size: 46px;
  }

  #research-hero .research-hero-text h1 {
    max-width: 700px;
    font-size: 32px;
    line-height: 1.1;
  }

  #sr-featured-strip .sr-featured-card > div {
    padding: 24px 22px;
    min-height: 160px;
    gap: 20px;
  }

  #sr-featured-strip .sr-featured-info h4 {
    font-size: 17px;
  }

  #sr-featured-strip .sr-featured-content {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  #research-hero.research-hero {
    min-height: auto !important;
    height: auto !important;
    padding: 42px 0 48px;
  }

  #research-hero .research-hero-bg {
    background-size: cover !important;
      background-position: 65% center !important;
    opacity: 0.28 !important;
  }

  #research-hero .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #research-hero .research-hero-quarter .q {
    font-size: 60px;
  }

  #research-hero .research-hero-quarter .year {
    font-size: 38px;
  }

  #research-hero .research-hero-text h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  #research-hero .research-hero-meta {
    font-size: 12px;
  }

  #sr-featured-strip .sr-featured-track {
    transform: none !important;
    width: max-content !important;
    gap: 0;
    padding: 0;
    touch-action: none;
  }

  #sr-featured-strip .sr-featured-card {
    flex: 0 0 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
  }

  #sr-featured-strip .sr-featured-card > div {
    padding: 22px 20px;
    min-height: auto;
    gap: 18px;
  }
}

@media (max-width: 480px) {
  #research-hero.research-hero {
    padding: 36px 0 42px;
  }

  #research-hero .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  #research-hero .research-hero-label {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  #research-hero .research-hero-quarter .q {
    font-size: 48px;
  }

  #research-hero .research-hero-quarter .year {
    font-size: 30px;
  }

  #research-hero .research-hero-text h1 {
    font-size: 24px;
    line-height: 1.14;
  }

  #research-hero .research-hero-meta {
    font-size: 11px;
  }

  #research-hero .research-hero-meta .divider {
    display: none;
  }

  #sr-featured-strip .sr-featured-card > div {
    padding: 20px 16px;
    gap: 16px;
  }

  #sr-featured-strip .sr-featured-info h4 {
    font-size: 16px;
  }

  #sr-featured-strip .sr-featured-content {
    font-size: 12px;
    line-height: 1.45;
  }
}