/* ================== News Hero ====================*/
.hero--news .hero-bg-icon {
  left: auto;
  right: -80px;
}
.hero--news .hero-image {
  margin-top: 40px;
  height: auto;
}

.hero--news .hero-image img {
  width: 100%;
  display: block;
  border: 4px solid #ffffff;
  border-radius: 20px;
}

.hero-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.hero-breadcrumb {
  font-size: 14px;
  margin-bottom: 32px;
  opacity: 0.7;
}

.hero-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.hero-news-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  margin-top: 48px;
}

.hero-meta {
  font-size: 14px;
  margin-bottom: 24px;
  opacity: 0.8;
}

.hero-meta .dot {
  margin: 0 8px;
}

.hero-excerpt {
  font-size: 18px;
  line-height: 1.6;
  max-width: 420px;
}
/* ========================================= */
/* NEWS BODY SECTION                       */
/* ========================================= */

.news-body {
  max-width: 1100px;
}
.news-body h2 em,
.news-body h2 EM,
.news-body .wp-block-heading em,
.news-body .wp-block-heading EM {
  color: #00B6AB;
  font-style: italic;
}

.news-body h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(40px,4vw,56px);
  margin: 80px 0 24px;
  color: var(--color-navy);
}

.news-body h2 em {
  color: #00B6AB;
  font-style: italic;
}

.news-body h3 {
  font-size: 28px;
  margin: 48px 0 16px;
  color: var(--color-navy);
}

.news-body p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.news-body img {
  border-radius: 20px;
}

.news-body figure.wp-block-image {
  margin: 24px 0;
}

.news-body .wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin: 24px 0;
}

.news-body .wp-block-media-text.is-stacked-on-mobile {
  grid-template-columns: 1fr 1fr;
}
/* ========================================= */
/* NEWS PULL QUOTE SECTION                  */
/* ========================================= */

.news-pull-quote {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.news-pull-bg-icon {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  opacity: 0.6;
  pointer-events: none;
}

.news-pull-quote-text,
.news-pull-quote-text p {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
}

.news-pull-quote-text p {
  margin: 0;
}

.news-pull-quote-text em,
.news-pull-quote-text p em {
  color: var(--color-teal-secondary);
  font-style: italic;
}
@media (max-width: 768px) {
  .news-pull-bg-icon {
    width: 400px;
    left: -180px;
  }

  .news-pull-quote-text {
    font-size: 2rem;
  }
}

.news-pull-quote-text {
  max-width: 820px;
}

/* ========================================= */
/* NEWS Spiral SECTION                     */
/* ========================================= */

.news-graphic-section {
  position: relative;
  overflow: hidden;
}

.news-graphic-decoration {
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  pointer-events: none;
  z-index: 0;
}

.news-graphic-grid {
  position: relative;
  z-index: 1;
}

.news-graphic-content {
  max-width: 700px;
}

.news-graphic-title {
  font-family: 'DM Serif Display', serif !important;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 24px;
  color: var(--color-navy);
}
@media (max-width: 1024px) {
  .news-graphic-decoration {
    width: 600px;
    right: -300px;
  }
}

@media (max-width: 768px) {
  .news-graphic-decoration {
    display: none;
  }
}

/* ========================================= */
/* NEWS RELATED SECTION                     */
/* ========================================= */

.news-related {
  position: relative;
  background: #F4F3F1;
 
}

.news-related::before {
  content: "";
  position: absolute;

  background-image: url("../images/related-bg.svg");
  background-repeat: no-repeat;
  background-size: 1400px;

  width: 1400px;
  height: 1400px;

  top: 40px;
  left: -120px;

  opacity: 0.7;

  pointer-events: none;
}

.news-related .container {
  position: relative;
  z-index: 2;
}

.news-related {
  position: relative;
  background: #F2F2EE;
  overflow: hidden;
}

.news-related-title {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  margin-bottom: 64px;
  color: var(--color-navy);
}

.news-related-title em {
  color: var(--color-teal-secondary);
  font-style: italic;
}

.news-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.news-card {
  display: flex;
  flex-direction: column;
}

.news-card-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.news-card-content {
  margin-top: 20px;
}

.news-card-title {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.news-card-title a {
  text-decoration: none;
  color: var(--color-navy);
}

.news-card-excerpt {
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.news-card-meta {
  font-size: 0.85rem;
  opacity: 0.7;
  display: flex;
  gap: 16px;
}

.news-card {
  transition: transform 0.2s ease;
}

.news-card:hover {
  transform: translateY(-6px);
}

@media (max-width: 1024px) {
  .news-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .news-related-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================================================================== */
/* ============================================================================================================== */
/* ============================================================================================================== */
/* NEWS LANDING PAGE */
/* ============================================================================================================== */
/* ============================================================================================================== */
/* ============================================================================================================== */

/* Decorative background SVG */

.news-landing{
  position: relative;
  overflow: hidden;
}

.news-landing .container{
  position: relative;
  z-index: 1;
}

/* Page title */

.news-page-title{
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  font-size: clamp(56px,7vw,100px);
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0 0 48px;

  /* override global h1 */
  color: #16315A !important;
}

.news-page-title em{
  color:#00B6AB;
  font-style: italic;
}
.section.news-landing .news-page-title{
  color:#16315A !important;
}

.section.news-landing .news-page-title em{
  color:#00B6AB;
  font-style:italic;
}

/* ========================================= */
/* MAIN NEWS LAYOUT                          */
/* ========================================= */

.news-layout{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:80px;
  align-items:start;
}

/* ========================================= */
/* HERO ARTICLE                              */
/* ========================================= */

.news-hero{
  margin-bottom:80px;
}

.news-hero-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:20px;
}

.news-hero-meta{
  font-size:14px;
  margin-top:20px;
  opacity:0.8;
}

.news-hero-title{
  margin:16px 0;
}

.news-hero-title a{
  text-decoration:none;
  color:var(--color-navy);
}

.news-hero-excerpt{
  max-width:520px;
  margin-bottom:24px;
}

/* ========================================= */
/* WIDE NEWS ROWS                            */
/* ========================================= */

.news-wide{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:32px;
  align-items:start;
  margin-bottom:56px;
}

.news-wide-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:16px;
}

.news-wide-title{
  margin-bottom:12px;
}

.news-wide-title a{
  text-decoration:none;
  color:var(--color-navy);
}

.news-wide-excerpt{
  margin-bottom:16px;
}

.news-wide-meta{
  font-size:0.9rem;
  opacity:0.7;
}

/* ========================================= */
/* GRID POSTS                                */
/* ========================================= */

.news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:40px;
}

.news-card{
  display:flex;
  flex-direction:column;
}

.news-card-image img{
  width:100%;
  height:auto;
  border-radius:16px;
  display:block;
}

.news-card-content{
  margin-top:16px;
}

.news-card-title{
  margin-bottom:10px;
}

.news-card-title a{
  text-decoration:none;
  color:var(--color-navy);
}

.news-card-excerpt{
  font-size:0.95rem;
  margin-bottom:12px;
}

.news-card-meta{
  font-size:0.85rem;
  opacity:0.7;
  display:flex;
  gap:12px;
}

/* ========================================= */
/* SIDEBAR                                   */
/* ========================================= */

.news-sidebar{
  position:relative;
}

.news-search{
  margin-bottom:40px;
}

.sidebar-title{
  margin-bottom:20px;
  font-weight:600;
}

.sidebar-news{
  padding:16px 0;
  border-bottom:1px solid rgba(0,0,0,0.1);
}

.sidebar-news-title{
  text-decoration:none;
  color:var(--color-navy);
  font-weight:500;
  display:block;
  margin-bottom:6px;
}

.sidebar-news-meta{
  font-size:0.85rem;
  opacity:0.7;
}

/* ========================================= */
/* PAGINATION                                */
/* ========================================= */

.news-pagination{
  margin-top:64px;
  text-align:center;
}


/* ========================================= */
/* RESPONSIVE                                */
/* ========================================= */

@media (max-width:1100px){

  .news-layout{
    grid-template-columns:1fr;
    gap:60px;
  }

}

@media (max-width:900px){

  .news-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media (max-width:640px){

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

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

}
