/* 3.13.54.19 — image-led News page. */
.hp-news-page .wp-block-query-title,.hp-news-page .wp-block-post-title{display:none!important}.hp-news-page main.wp-block-group{padding:0!important;max-width:none!important}.hp-news{--n-ink:#14212b;--n-muted:#687680;--n-line:#dfe5e8;--n-red:#ef233c;--n-soft:#f4f1ed;--n-dark:#111d25;background:#fff;color:var(--n-ink);font-family:"Nunito Sans",sans-serif;overflow:hidden}.hp-news *{box-sizing:border-box}.hp-news a{text-underline-offset:3px}.hp-news__hero,.hp-news__section,.hp-news__resources{width:min(1400px,calc(100% - 80px));margin-inline:auto}.hp-news__kicker{margin:0 0 14px;color:var(--n-red);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hp-news__hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:90px;align-items:end;padding:84px 0 48px;border-bottom:1px solid var(--n-line)}.hp-news__hero h1{max-width:920px;margin:0;font-size:clamp(48px,6vw,82px);line-height:.96;letter-spacing:-.055em}.hp-news__hero-copy>p:last-child{max-width:720px;margin:24px 0 0;color:var(--n-muted);font-size:17px;line-height:1.7}.hp-news__jump{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.hp-news__jump a{padding:9px 13px;border-bottom:1px solid var(--n-line);color:var(--n-ink);font-size:13px;font-weight:850;text-decoration:none}.hp-news__jump a:hover{border-color:var(--n-red);color:var(--n-red)}
.hp-news__featured{position:relative;max-width:1600px;margin:48px auto 0;background:var(--n-dark);overflow:hidden}.hp-news__featured-slides{display:grid;min-height:660px}.hp-news__feature{grid-area:1/1;position:relative;min-height:660px;opacity:0;visibility:hidden;transform:translate3d(3%,0,0);transition:opacity .7s cubic-bezier(.22,.72,.18,1),transform .9s cubic-bezier(.22,.72,.18,1),visibility 0s linear .8s}.hp-news__feature.is-active{opacity:1;visibility:visible;transform:none;transition-delay:0s}.hp-news__feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.045);transition:transform 6.5s linear}.hp-news__feature.is-active>img{transform:scale(1)}.hp-news__feature:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,17,23,.88) 0,rgba(9,17,23,.66) 34%,rgba(9,17,23,.08) 72%,rgba(9,17,23,.02) 100%)}.hp-news__feature-copy{position:absolute;z-index:2;left:max(52px,calc((100vw - 1400px)/2));bottom:76px;max-width:640px;color:#fff}.hp-news__feature-copy small{display:block;margin-bottom:13px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.18em}.hp-news__feature-copy h2{margin:0;font-size:clamp(38px,4.2vw,64px);line-height:1;letter-spacing:-.048em}.hp-news__feature-copy p{max-width:590px;margin:20px 0 0;color:#d5dde1;font-size:16px;line-height:1.65}.hp-news__feature-copy a{display:inline-flex;gap:9px;margin-top:26px;color:#fff;font-size:14px;font-weight:900;text-decoration:none}.hp-news__feature-copy a span{color:var(--n-red)}.hp-news__deck-controls{position:absolute;z-index:5;right:34px;bottom:30px;display:flex;align-items:center;gap:9px;padding:9px 11px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px)}.hp-news__deck-controls button{display:grid;width:38px;height:38px;place-items:center;padding:0;border:0;background:transparent;color:var(--n-ink);font-size:19px;cursor:pointer}.hp-news__deck-controls button:hover{background:var(--n-ink);color:#fff}.hp-news__deck-dots{display:flex;gap:7px}.hp-news__deck-dots button{width:7px;height:7px;border-radius:50%;background:#c8d0d4}.hp-news__deck-dots button[aria-current="true"]{width:28px;border-radius:999px;background:var(--n-red)}.hp-news__deck-count{display:flex;gap:5px;font-size:11px;color:#7b868e}.hp-news__deck-count b{color:var(--n-ink)}.hp-news__deck-count i{font-style:normal}.hp-news__deck-progress{position:absolute;left:11px;right:11px;bottom:0;height:2px;background:rgba(20,33,43,.12);overflow:hidden}.hp-news__deck-progress i{display:block;width:100%;height:100%;background:var(--n-red);transform:scaleX(0);transform-origin:left center}.hp-news__featured.is-playing .hp-news__deck-progress i{animation:hpnProgress var(--hpn-autoplay,6200ms) linear forwards}@keyframes hpnProgress{to{transform:scaleX(1)}}
.hp-news__section{padding:106px 0}.hp-news__section--inside{padding-top:24px}.hp-news__section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.5fr);gap:60px;align-items:end;margin-bottom:42px}.hp-news__section-head h2,.hp-news__resources h2{max-width:760px;margin:0;font-size:clamp(38px,4.5vw,60px);line-height:1;letter-spacing:-.045em}.hp-news__section-head>p{margin:0;color:var(--n-muted);font-size:15px;line-height:1.7}.hp-news__post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.hp-news__post{border-top:1px solid var(--n-line);padding-top:16px}.hp-news__post-media{display:block;aspect-ratio:16/10;overflow:hidden;background:#eef2f3}.hp-news__post-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.hp-news__post:hover .hp-news__post-media img{transform:scale(1.025)}.hp-news__post-copy{padding-top:18px}.hp-news__post-copy small{display:block;color:var(--n-red);font-size:11px;font-weight:900;letter-spacing:.14em}.hp-news__post-copy h3{margin:10px 0 0;font-size:22px;line-height:1.25;letter-spacing:-.025em}.hp-news__post-copy h3 a{color:var(--n-ink);text-decoration:none}.hp-news__post-copy p{margin:12px 0 0;color:var(--n-muted);font-size:14px;line-height:1.65}.hp-news__text-link{display:inline-flex;gap:7px;margin-top:17px;color:var(--n-ink);font-size:13px;font-weight:900;text-decoration:none}.hp-news__text-link span{color:var(--n-red)}
.hp-news__story-grid{display:grid;grid-template-columns:1.45fr 1fr;grid-template-rows:290px 290px;gap:18px}.hp-news__story{position:relative;overflow:hidden;color:#fff;text-decoration:none;background:#edf1f2}.hp-news__story--large{grid-row:1/3}.hp-news__story img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.hp-news__story:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 46%,rgba(8,15,20,.76) 100%)}.hp-news__story span{position:absolute;z-index:2;left:28px;right:28px;bottom:24px;display:grid;gap:8px}.hp-news__story small{font-size:11px;font-weight:900;letter-spacing:.16em;color:#fff}.hp-news__story strong{max-width:600px;font-size:26px;line-height:1.08;letter-spacing:-.025em}.hp-news__story:hover img{transform:scale(1.025)}
.hp-news__resources{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start;margin-bottom:100px;padding:54px 0;border-top:1px solid var(--n-line);border-bottom:1px solid var(--n-line)}.hp-news__resource-links{display:grid}.hp-news__resource-links a{display:grid;grid-template-columns:150px 1fr auto;gap:24px;align-items:center;padding:20px 0;border-bottom:1px solid var(--n-line);color:var(--n-ink);text-decoration:none}.hp-news__resource-links a:first-child{border-top:1px solid var(--n-line)}.hp-news__resource-links span{color:var(--n-red);font-size:11px;font-weight:900;letter-spacing:.14em}.hp-news__resource-links strong{font-size:16px}.hp-news__resource-links b{color:var(--n-red);font-size:20px}.hp-news__resource-links a:hover strong{color:var(--n-red)}
[data-hpn-reveal]{opacity:0;transform:translate3d(0,26px,0);transition:opacity .68s cubic-bezier(.22,.72,.18,1),transform .68s cubic-bezier(.22,.72,.18,1)}[data-hpn-reveal].is-visible{opacity:1;transform:none}
@media(max-width:1050px){.hp-news__hero,.hp-news__section,.hp-news__resources{width:min(100% - 48px,1400px)}.hp-news__hero{grid-template-columns:1fr;gap:30px}.hp-news__jump{justify-content:flex-start}.hp-news__feature-copy{left:42px}.hp-news__post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hp-news__story-grid{grid-template-columns:1fr 1fr}.hp-news__resources{grid-template-columns:1fr;gap:34px}}
@media(max-width:720px){.hp-news__hero,.hp-news__section,.hp-news__resources{width:min(100% - 32px,1400px)}.hp-news__hero{padding:52px 0 34px}.hp-news__hero h1{font-size:clamp(42px,12vw,60px)}.hp-news__jump{gap:4px}.hp-news__jump a{font-size:12px}.hp-news__featured{margin-top:28px}.hp-news__featured-slides,.hp-news__feature{min-height:520px}.hp-news__feature:after{background:linear-gradient(180deg,rgba(9,17,23,.05) 24%,rgba(9,17,23,.86) 100%)}.hp-news__feature-copy{left:24px;right:24px;bottom:86px}.hp-news__feature-copy h2{font-size:clamp(34px,10vw,48px)}.hp-news__feature-copy p{font-size:14px}.hp-news__deck-controls{right:16px;bottom:16px}.hp-news__section{padding:72px 0}.hp-news__section-head{grid-template-columns:1fr;gap:18px;margin-bottom:30px}.hp-news__post-grid{grid-template-columns:1fr}.hp-news__story-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}.hp-news__story,.hp-news__story--large{grid-row:auto;min-height:320px}.hp-news__resources{margin-bottom:60px}.hp-news__resource-links a{grid-template-columns:1fr auto;gap:8px 20px}.hp-news__resource-links span{grid-column:1/-1}.hp-news__resource-links strong{font-size:15px}}
@media(prefers-reduced-motion:reduce){.hp-news__feature,.hp-news__feature>img,[data-hpn-reveal]{transition:none!important;transform:none!important}.hp-news__deck-progress{display:none}[data-hpn-reveal]{opacity:1!important}}

/* 3.13.54.58 — editorial News index inspired by the supplied reference.
   WordPress Posts remain the source; the landing page provides a clean
   category guide, three-column story cards and restrained navigation. */
.hp-news__deck-controls{
  right:28px!important;
  bottom:26px!important;
  gap:6px!important;
  padding:7px 9px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:999px!important;
  background:rgba(13,25,33,.64)!important;
  -webkit-backdrop-filter:blur(14px) saturate(120%)!important;
  backdrop-filter:blur(14px) saturate(120%)!important;
  box-shadow:0 12px 34px rgba(5,13,18,.18)!important;
  color:#fff!important;
}
.hp-news__deck-controls button{
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
  color:#fff!important;
  font-size:16px!important;
}
.hp-news__deck-controls button:hover,.hp-news__deck-controls button:focus-visible{
  outline:0!important;
  background:rgba(255,255,255,.13)!important;
  color:#fff!important;
}
.hp-news__deck-dots{gap:6px!important}
.hp-news__deck-dots button{width:6px!important;height:6px!important;background:rgba(255,255,255,.38)!important}
.hp-news__deck-dots button[aria-current="true"]{width:22px!important;background:var(--n-red)!important}
.hp-news__deck-count{color:rgba(255,255,255,.58)!important;font-size:10px!important}
.hp-news__deck-count b{color:#fff!important}
.hp-news__deck-progress{left:15px!important;right:15px!important;background:rgba(255,255,255,.12)!important}

.hp-news__section--listing{padding:82px 0 104px!important}
.hp-news__listing-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  margin-bottom:38px;
  padding:17px 0;
  border-top:1px solid var(--n-line);
  border-bottom:1px solid var(--n-line);
}
.hp-news__listing-title{display:flex;align-items:baseline;gap:13px;white-space:nowrap}
.hp-news__listing-title span{color:var(--n-red);font-size:10px;font-weight:950;letter-spacing:.18em}
.hp-news__listing-title strong{font-size:16px;letter-spacing:-.015em}
.hp-news__topics{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:0}
.hp-news__topics a{
  position:relative;
  padding:7px 20px;
  color:var(--n-ink);
  font-size:13px;
  font-weight:780;
  text-decoration:none;
}
.hp-news__topics a+a:before{content:"";position:absolute;left:0;top:50%;width:1px;height:14px;background:var(--n-line);transform:translateY(-50%)}
.hp-news__topics a:after{content:"";position:absolute;left:20px;right:20px;bottom:-18px;height:2px;background:transparent}
.hp-news__topics a:hover,.hp-news__topics a.is-active{color:var(--n-red)}
.hp-news__topics a.is-active:after{background:var(--n-red)}

.hp-news__post-grid--editorial{gap:38px 30px!important}
.hp-news__post--editorial{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding-top:0!important;
  border-top:0!important;
  border-bottom:1px solid var(--n-line);
}
.hp-news__post--editorial .hp-news__post-media{
  position:relative;
  aspect-ratio:1.48/1;
  overflow:hidden;
  background:#eef2f3;
}
.hp-news__post--editorial .hp-news__post-media:after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(20,33,43,.04);
  pointer-events:none;
}
.hp-news__post--editorial .hp-news__post-media img{transition:transform .55s cubic-bezier(.22,.72,.18,1),filter .4s ease!important}
.hp-news__post--editorial:hover .hp-news__post-media img{transform:scale(1.035)!important;filter:saturate(1.03)}
.hp-news__post-category{
  position:absolute;
  left:14px;
  bottom:14px;
  z-index:2;
  padding:7px 10px;
  background:rgba(15,29,37,.76);
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.hp-news__post--editorial .hp-news__post-copy{display:flex;min-height:218px;flex:1;flex-direction:column;padding:22px 0 18px!important}
.hp-news__post--editorial .hp-news__post-copy h3{margin:0!important;font-size:21px!important;line-height:1.25!important}
.hp-news__post--editorial .hp-news__post-copy p{margin:13px 0 0!important;font-size:14px!important;line-height:1.7!important}
.hp-news__post-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:24px}
.hp-news__post-meta time{color:#7a878f;font-size:12px}
.hp-news__post-meta .hp-news__text-link{margin-top:0!important;font-size:12px!important}
.hp-news__post-meta .hp-news__text-link:hover{color:var(--n-red)}

.hp-news__pagination{display:flex;justify-content:center;margin-top:54px}
.hp-news__pagination ul{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none}
.hp-news__pagination a,.hp-news__pagination span{
  min-width:38px;
  height:38px;
  display:grid;
  place-items:center;
  padding:0 10px;
  border:1px solid var(--n-line);
  color:var(--n-ink);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.hp-news__pagination .current{border-color:var(--n-red);background:var(--n-red);color:#fff}
.hp-news__pagination a:hover{border-color:var(--n-ink)}
.hp-news__empty{padding:56px 0;border-bottom:1px solid var(--n-line);text-align:center}
.hp-news__empty strong{font-size:24px}
.hp-news__empty p{margin:10px auto 0;max-width:620px;color:var(--n-muted);font-size:14px}
.hp-news__empty a{display:inline-flex;margin-top:18px;color:var(--n-red);font-size:13px;font-weight:900;text-decoration:none}

@media(max-width:900px){
  .hp-news__listing-bar{align-items:flex-start;flex-direction:column;gap:12px}
  .hp-news__topics{justify-content:flex-start;margin-left:-20px}
  .hp-news__topics a:after{bottom:-17px}
  .hp-news__post-grid--editorial{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .hp-news__deck-controls{right:14px!important;bottom:14px!important}
  .hp-news__deck-count{display:none!important}
  .hp-news__section--listing{padding:62px 0 78px!important}
  .hp-news__listing-bar{margin-bottom:26px}
  .hp-news__topics{width:calc(100% + 24px);margin-left:-12px;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;scrollbar-width:none}
  .hp-news__topics::-webkit-scrollbar{display:none}
  .hp-news__topics a{flex:0 0 auto;padding-inline:12px}
  .hp-news__topics a+a:before{display:none}
  .hp-news__topics a:after{left:12px;right:12px}
  .hp-news__post-grid--editorial{grid-template-columns:1fr!important;gap:34px!important}
  .hp-news__post--editorial .hp-news__post-copy{min-height:0}
  .hp-news__post-meta{padding-top:20px}
}

/* 3.13.54.59 — News feature is a single fixed visual; no carousel or paging controls. */
.hp-news__featured--static{min-height:610px}
.hp-news__featured--static .hp-news__feature{min-height:610px;opacity:1!important;visibility:visible!important;transform:none!important;transition:none!important}
.hp-news__featured--static .hp-news__feature>img{transform:none!important;transition:none!important;object-position:center}
.hp-news__featured--static .hp-news__feature:after{background:linear-gradient(90deg,rgba(9,17,23,.86) 0%,rgba(9,17,23,.54) 34%,rgba(9,17,23,.08) 68%,rgba(9,17,23,0) 100%)}
.hp-news__featured--static .hp-news__feature-copy{bottom:64px}
.hp-news__featured--static .hp-news__deck-controls{display:none!important}
@media(max-width:720px){
  .hp-news__featured--static,.hp-news__featured--static .hp-news__feature{min-height:500px}
  .hp-news__featured--static .hp-news__feature:after{background:linear-gradient(180deg,rgba(9,17,23,.04) 24%,rgba(9,17,23,.84) 100%)}
  .hp-news__featured--static .hp-news__feature-copy{bottom:34px}
}


/* 3.13.54.60 — text-free News hero image with a compact guide rail. */
.hp-news__hero--nav-only{display:flex!important;justify-content:flex-end!important;align-items:center!important;min-height:0!important;padding:20px 0 14px!important;gap:0!important;border-bottom:1px solid var(--n-line)!important}
.hp-news__hero--nav-only .hp-news__jump{justify-content:flex-end!important}
.hp-news__featured--static{margin-top:28px!important}
.hp-news__featured--static .hp-news__feature:after{display:none!important}
.hp-news__featured--static .hp-news__feature-copy{display:none!important}
@media(max-width:720px){.hp-news__hero--nav-only{padding:12px 0 10px!important}.hp-news__hero--nav-only .hp-news__jump{justify-content:flex-start!important}.hp-news__featured--static{margin-top:18px!important}}


/* 3.13.54.88 — quieter editorial card action. */
.hp-news__post-meta .hp-news__text-link{
  margin-top:0!important;
  color:#7a858c!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  line-height:1.2!important;
  text-decoration:none!important;
  transition:color .18s ease!important;
}
.hp-news__post-meta .hp-news__text-link:hover,
.hp-news__post-meta .hp-news__text-link:focus-visible{color:#556169!important}
.hp-news__post-meta .hp-news__text-link span{display:none!important}
