/* =========================================================
   INDUSTRY 5 GLOBAL — NEWS & INTERVIEWS
   ========================================================= */

.news-page {
  background: #f6f7f4;
}

.news-page .site-header,
.interview-page .site-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #07111f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* NEWS MASTHEAD */

.news-masthead {
  position: relative;
  overflow: hidden;
  padding: 190px 0 105px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 86% 18%,
      rgba(77, 159, 255, 0.28),
      transparent 34%
    ),
    radial-gradient(
      circle at 8% 88%,
      rgba(82, 223, 191, 0.18),
      transparent 30%
    ),
    #07111f;
}

.news-grid-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 92px 100%;
}

.news-masthead-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns:
    minmax(0, 1.42fr)
    minmax(280px, 0.58fr);
  gap: clamp(55px, 9vw, 140px);
  align-items: end;
}

.news-masthead-title h1 {
  max-width: 900px;
  margin: 24px 0 0;
  color: #ffffff;
  font-size: clamp(3.9rem, 7.8vw, 7.9rem);
  line-height: 0.92;
  letter-spacing: -0.068em;
}

.news-masthead-copy {
  padding-top: 30px;
  border-top: 1px solid rgba(124, 240, 212, 0.55);
}

.news-masthead-copy p {
  margin: 0 0 30px;
  color: #c0ced8;
  font-size: 1.02rem;
  line-height: 1.75;
}

.news-topics {
  color: #7cf0d4;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* NEWS LISTING */

.news-listing {
  padding-top: 88px;
  padding-bottom: 110px;
}

.news-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #cbd7dc;
}

.news-section-heading > div {
  max-width: 720px;
}

.news-section-heading h2 {
  margin: 12px 0 0;
  color: #07111f;
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.045em;
}

.news-desk-label {
  padding-bottom: 8px;
  color: #72828e;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.news-story-grid {
  display: grid;
  gap: 24px;
}

/* FEATURED INTERVIEW */

.news-lead-story {
  display: grid;
  grid-template-columns:
    minmax(320px, 0.82fr)
    minmax(0, 1.45fr);
  min-height: 570px;
  overflow: hidden;
  color: #ffffff;
  background: #07111f;
  border: 1px solid rgba(124, 240, 212, 0.2);
  border-radius: 30px;
  box-shadow: 0 25px 70px rgba(6, 20, 35, 0.18);
}

.news-lead-image {
  position: relative;
  display: block;
  min-height: 570px;
  overflow: hidden;
  background: #08111f;
}

.news-lead-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(5, 14, 25, 0.86)
    );
}

.news-lead-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  transition: transform 700ms ease;
}

.news-lead-story:hover .news-lead-image img {
  transform: scale(1.025);
}

.news-lead-image > span {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 25px;
  left: 28px;
  color: #7cf0d4;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.news-lead-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 82px);
  background:
    radial-gradient(
      circle at 95% 10%,
      rgba(77, 159, 255, 0.19),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #050b14,
      #0c263d
    );
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-bottom: 12px;
  color: #92a8b7;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.news-meta span {
  color: #7cf0d4;
}

.news-lead-content h2 {
  max-width: 790px;
  margin: 8px 0 26px;
  color: #ffffff;
  font-size: clamp(2.4rem, 4.7vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.news-lead-content > p {
  max-width: 660px;
  margin-bottom: 0;
  color: #bdcad3;
  font-size: 1rem;
  line-height: 1.75;
}

.news-read-link {
  align-self: flex-start;
  margin-top: 28px;
  padding-bottom: 6px;
  color: #7cf0d4;
  font-size: 0.84rem;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

/* FUTURE NEWS CARDS */

.news-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.news-archive-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dce5e8;
  border-radius: 20px;
  box-shadow: 0 12px 38px rgba(8, 25, 40, 0.08);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.news-archive-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 55px rgba(8, 25, 40, 0.14);
}

.news-archive-image {
  display: block;
  height: 320px;
  overflow: hidden;
  background: #08111f;
}

.news-archive-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.news-archive-card:hover .news-archive-image img {
  transform: scale(1.025);
}

.news-archive-content {
  padding: 30px;
}

.news-archive-content h3 {
  margin: 10px 0 18px;
  color: #07111f;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.13;
}

.news-archive-content > p {
  color: #536673;
  font-size: 0.9rem;
  line-height: 1.7;
}

.news-editorial-note {
  max-width: 830px;
  margin: 44px 0 0;
  padding: 21px 24px;
  color: #657782;
  font-size: 0.79rem;
  line-height: 1.7;
  background: #e9efee;
  border-left: 3px solid #22a998;
}

.news-editorial-note strong {
  color: #12283a;
}

/* =========================================================
   INTERVIEW DETAIL
   ========================================================= */

.interview-page {
  margin: 0;
  background: #f6f7f4;
}

.interview-layout {
  display: grid;
  grid-template-columns:
    minmax(390px, 42vw)
    minmax(0, 1fr);
  min-height: 100vh;
}

.interview-portrait {
  position: sticky;
  margin: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #050b14;
}

.interview-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

.interview-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(5, 14, 25, 0.1) 43%,
      rgba(5, 14, 25, 0.92) 100%
    ),
    linear-gradient(
      90deg,
      transparent 74%,
      rgba(5, 14, 25, 0.24)
    );
}

.interview-caption {
  position: absolute;
  z-index: 1;
  right: 42px;
  bottom: 38px;
  left: 42px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  color: #ffffff;
}

.interview-caption strong {
  font-size: 1rem;
}

.interview-caption small {
  display: block;
  margin-top: 3px;
  color: #c2d0d9;
  font-size: 0.72rem;
}

.interview-caption > span {
  color: #7cf0d4;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.interview-story {
  padding:
    158px
    clamp(38px, 6vw, 94px)
    90px;
  background:
    linear-gradient(
      90deg,
      rgba(221, 230, 234, 0.45) 1px,
      transparent 1px
    ) 0 0 / 92px 100%,
    #f6f7f4;
}

.interview-story-inner {
  width: min(100%, 820px);
  margin: 0 auto;
}

.interview-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
  color: #0f786c;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.interview-label::before {
  width: 45px;
  height: 2px;
  content: "";
  background: #52dfbf;
}

.interview-story h1 {
  margin: 0;
  color: #050b14;
  font-size: clamp(3.25rem, 5.5vw, 6.1rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.interview-story h1 em {
  display: block;
  margin-top: 12px;
  color: #13786f;
  font-style: normal;
  font-weight: 500;
}

.interview-deck {
  max-width: 720px;
  margin: 34px 0 0;
  color: #4a5e6d;
  font-size: clamp(1.16rem, 1.8vw, 1.42rem);
  line-height: 1.55;
}

.interview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 36px;
  margin: 38px 0 0;
  padding: 20px 0;
  color: #6e7f8a;
  font-size: 0.75rem;
  font-weight: 700;
  border-top: 1px solid #cdd8dc;
  border-bottom: 1px solid #cdd8dc;
}

.editorial-disclosure {
  margin: 42px 0 62px;
  padding: 22px 24px;
  color: #60727e;
  font-size: 0.79rem;
  line-height: 1.7;
  background: #e9efee;
  border-left: 3px solid #22a998;
}

.editorial-disclosure strong {
  color: #08111f;
}

.interview-standfirst {
  margin: 0 0 76px;
  color: #203849;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.55;
}

.interview-question {
  position: relative;
  margin: 0 0 74px;
  padding-left: 60px;
}

.interview-question-number {
  position: absolute;
  top: 3px;
  left: 0;
  color: #0f786c;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.interview-question h2 {
  margin: 0 0 23px;
  color: #050b14;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.interview-question p {
  margin: 0 0 20px;
  color: #405563;
  font-size: 1.05rem;
  line-height: 1.85;
}

.interview-question p strong {
  color: #08111f;
}

.interview-quote {
  margin: 90px 0;
  padding: 45px 0 45px 58px;
  color: #050b14;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  line-height: 1.23;
  letter-spacing: -0.035em;
  border-top: 1px solid #22a998;
  border-bottom: 1px solid #22a998;
}

.interview-quote span {
  display: block;
  margin-top: 22px;
  color: #13786f;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.interview-story-footer {
  margin-top: 92px;
  padding-top: 30px;
  border-top: 1px solid #cdd8dc;
}

.interview-story-footer p {
  color: #657681;
  font-size: 0.82rem;
}

.interview-story-footer a {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 5px;
  color: #0f786c;
  font-size: 0.82rem;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.interview-mini-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 100px;
  padding-top: 24px;
  color: #74848f;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-top: 1px solid #cdd8dc;
}

/* RESPONSIVE */

@media (max-width: 1060px) {
  .news-page .main-nav,
  .interview-page .main-nav {
    gap: 15px;
  }

  .news-page .main-nav a,
  .interview-page .main-nav a {
    font-size: 0.72rem;
  }
}

@media (max-width: 960px) {
  .news-masthead-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .news-masthead-copy {
    max-width: 600px;
  }

  .news-lead-story {
    grid-template-columns: 1fr;
  }

  .news-lead-image {
    min-height: 650px;
    max-height: 760px;
  }

  .news-archive-grid {
    grid-template-columns: 1fr;
  }

  .interview-layout {
    grid-template-columns: 1fr;
  }

  .interview-portrait {
    position: relative;
    height: min(82vh, 820px);
  }

  .interview-story {
    padding-top: 80px;
  }
}

@media (max-width: 650px) {
  .news-page .site-header,
  .interview-page .site-header {
    position: absolute;
  }

  .news-masthead {
    padding: 145px 0 72px;
  }

  .news-masthead-title h1 {
    font-size: clamp(3.15rem, 16vw, 4.9rem);
  }

  .news-listing {
    padding-top: 58px;
    padding-bottom: 80px;
  }

  .news-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-lead-story {
    border-radius: 20px;
  }

  .news-lead-image {
    min-height: 500px;
  }

  .news-lead-content {
    padding: 38px 27px 46px;
  }

  .news-lead-content h2 {
    font-size: 2.35rem;
  }

  .news-archive-image {
    height: 400px;
  }

  .interview-portrait {
    height: 76vh;
    min-height: 590px;
  }

  .interview-caption {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .interview-story {
    padding: 62px 22px 60px;
    background: #f6f7f4;
  }

  .interview-story h1 {
    font-size: clamp(3.1rem, 15vw, 4.5rem);
  }

  .interview-question {
    padding-left: 0;
  }

  .interview-question-number {
    position: static;
    display: block;
    margin-bottom: 12px;
  }

  .interview-quote {
    margin: 70px 0;
    padding-left: 0;
  }

  .interview-mini-footer {
    flex-direction: column;
  }
}

/* Interview portrait header clearance */
.interview-caption strong {
  color: #ffffff;
}

@media (min-width: 961px) {
  .interview-portrait {
    top: 47px;
    height: calc(100vh - 47px);
    margin-top: 47px;
  }

  .interview-story {
    padding-bottom: 32px;
  }
}
