:root {
  --navy: #1d2120;
  --navy-2: #2f3432;
  --blue: #3a3a3a;
  --red: #2bb14c;
  --red-dark: #249642;
  --ink: #1d2120;
  --muted: #767676;
  --line: #e0e0e0;
  --paper: #f5f6f5;
  --white: #fff;
  --shell: min(1180px, calc(100% - 48px));
  --display: "Droid Serif", Georgia, "Times New Roman", serif;
  --body: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--body); background: var(--white); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 10px; top: -60px; z-index: 100; background: white; color: var(--navy); padding: 10px 16px; }
.skip-link:focus { top: 10px; }

.site-header { background: white; position: relative; z-index: 20; box-shadow: 0 1px 0 rgba(7,27,45,.1); }
.topline { background: var(--navy); color: #b9c8d4; font-size: 10px; letter-spacing: .13em; font-weight: 700; }
.topline-inner { min-height: 31px; display: flex; align-items: center; justify-content: space-between; }
.topline-inner div { display: flex; align-items: center; gap: 15px; }
.topline-inner i { width: 1px; height: 11px; background: #476074; }
.topline a:hover { color: white; }
.nav { min-height: 96px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; line-height: 1; }
.brand img { display: block; width: 200px; height: auto; max-height: 80px; object-fit: contain; }
.brand-mark { width: 39px; height: 43px; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--navy); clip-path: polygon(0 0,100% 0,100% 78%,50% 100%,0 78%); }
.brand-mark b { color: white; font: 800 26px/1 var(--display); transform: skew(-7deg); z-index: 1; }
.brand-mark em { position: absolute; width: 14px; height: 55px; transform: rotate(32deg); background: var(--red); right: -3px; top: -10px; }
.brand strong { display: block; font: 800 25px/.8 var(--display); letter-spacing: .04em; color: var(--navy); }
.brand small { display: block; margin-top: 6px; font: 700 10px/1 var(--body); letter-spacing: .34em; color: var(--red); }
.nav-links { align-self: stretch; display: flex; align-items: center; gap: 35px; font: 700 12px/1 var(--body); text-transform: uppercase; letter-spacing: .08em; }
.nav-links > a:not(.nav-cta) { height: 100%; display: flex; align-items: center; position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; bottom: 0; left: 0; right: 100%; height: 3px; background: var(--red); transition: .25s; }
.nav-links > a:hover::after { right: 0; }
.nav-cta { color: white; background: var(--red); padding: 14px 24px; border-radius: 4px; transition: .2s; }
.nav-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.nav-cta span { margin-left: 15px; }
.menu-button { display: none; border: 0; background: none; padding: 10px; }
.menu-button span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px; }

.hero, .hub-hero { position: relative; overflow: hidden; background: var(--navy); color: white; }
.hero::before, .hub-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg,rgba(29,33,32,.97) 0%,rgba(29,33,32,.93) 34%,rgba(29,33,32,.68) 62%,rgba(29,33,32,.35) 100%), url("./assets/banner-1.png") 76% center / cover no-repeat; }
.hero { min-height: 590px; display: flex; flex-direction: column; }
.hero-grid { display: none; }
.hero-shape { display: none; }
.shape-one { width: 520px; height: 520px; border-width: 70px; right: -210px; top: -110px; }
.shape-two { width: 320px; height: 320px; right: 180px; bottom: -250px; border-color: rgba(225,43,47,.35); border-width: 40px; }
.hero-inner { position: relative; z-index: 2; flex: 1; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); gap: 100px; align-items: center; padding-block: 82px; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: #b7c7d3; font-size: 10px; letter-spacing: .2em; font-weight: 700; }
.eyebrow span:first-child { color: #ff6568; }
.eyebrow i { width: 36px; height: 1px; background: #516779; }
.hero h1 { max-width: 850px; margin: 22px 0 24px; font: 700 clamp(43px, 5.2vw, 64px)/1.14 var(--display); letter-spacing: -.02em; }
.hero-copy > p { max-width: 670px; color: #c5d0d8; font-size: 17px; line-height: 1.7; }
.text-link { display: inline-flex; margin-top: 22px; align-items: center; gap: 24px; border-bottom: 2px solid var(--red); padding-bottom: 7px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 700; }
.text-link span { color: var(--red); font-size: 18px; }
.hero-panel { min-height: 344px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(29,33,32,.78); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(4px); border-radius: 4px; }
.panel-index { font: 700 54px/1 var(--display); color: white; }
.panel-index small { font: 600 16px/1 var(--display); color: #7e95a7; margin-left: 5px; }
.panel-art { height: 130px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; transform: skewY(-6deg); }
.panel-art span { border: 1px solid #547087; background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.12)); }
.panel-art span:nth-child(2) { background: var(--red); border-color: var(--red); }
.panel-art b { position: absolute; width: 54px; height: 54px; border: 9px solid white; border-radius: 50%; left: calc(50% - 27px); top: calc(50% - 27px); box-shadow: 0 0 0 8px var(--navy); }
.hero-panel p { margin: 0; font: 700 20px/1.15 var(--display); text-transform: uppercase; letter-spacing: .03em; }
.hero-rail { position: relative; z-index: 3; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 28px; background: white; color: var(--ink); border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(0,0,0,.1); font: 700 10px/1 var(--body); letter-spacing: .2em; }
.hero-rail i { width: 4px; height: 4px; background: rgba(255,255,255,.55); transform: rotate(45deg); }

.article-page-hero { position: relative; overflow: hidden; isolation: isolate; padding: 70px 0 62px; background: var(--ink); color: white; }
.article-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(120% 140% at 12% 0%, rgba(43,177,76,.28) 0%, rgba(29,33,32,0) 60%); }
.article-page-hero-inner { max-width: 1170px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 22px; color: #9aa19d; font-size: 13px; }
.breadcrumbs a:hover { color: #35b04b; }
.breadcrumbs .current { color: #e6e9e7; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 420px; }
.article-page-hero h1 { max-width: 820px; margin: 0 0 18px; color: white; font: 700 42px/1.25 var(--display); }
.standfirst { max-width: 820px; margin: 0; color: #c6cbc8; font-size: 18px; line-height: 1.75; }
.article-page-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 26px; color: #9aa19d; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.article-page-meta .tag { color: #35b04b; }
.article-featured-image { margin-top: 46px; margin-bottom: -34px; }
.article-featured-image img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 4px; box-shadow: 0 18px 42px rgba(7,27,45,.16); }
.article-featured-image figcaption { margin-top: 8px; color: var(--muted); font-size: 11px; text-align: right; }
.article-featured-image figcaption a { color: var(--red); }
.article-page-meta i { color: #5d6461; font-style: normal; }
.article { padding: 86px 0; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 260px); justify-content: space-between; gap: 56px; align-items: start; }
.article-aside { grid-column: 2; grid-row: 1; }
.article-body { grid-column: 1; grid-row: 1; min-width: 0; }
.aside-sticky { position: sticky; top: 30px; padding: 26px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); box-shadow: 0 2px 10px rgba(0,0,0,.07); }
.aside-label, .mini-label { font-size: 10px; letter-spacing: .18em; font-weight: 700; color: var(--red); }
.article-aside ol { list-style: none; padding: 0; margin: 25px 0 30px; border-top: 1px solid var(--line); counter-reset: aside; }
.article-aside li { border-bottom: 1px solid var(--line); }
.article-aside a { display: block; padding: 11px 0; color: var(--muted); font-size: 11px; line-height: 1.4; transition: .2s; }
.article-aside a:hover { color: var(--red); padding-left: 4px; }
.share { display: flex; align-items: center; gap: 10px; }
.share button { border: 0; color: var(--navy); background: none; padding: 0; font-size: 9px; font-weight: 800; letter-spacing: .14em; cursor: pointer; }
.share span { font-size: 9px; color: var(--red); }
.article-intro { margin: 0 0 44px; color: #3d3d3d; font-size: 17px; line-height: 1.85; }
.content-section { display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: 34px 0; border-top: 1px solid var(--line); scroll-margin-top: 25px; }
.section-number { padding-top: 4px; color: var(--red); font: 700 15px/1 var(--display); }
.content-section h2, .field-check h2 { margin: 0 0 10px; color: var(--navy); font: 700 28px/1.25 var(--display); }
.content-section p { margin: 0; color: #3d3d3d; font-size: 17px; line-height: 1.85; }
.field-check { margin: 58px 0 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; background: var(--paper); border-top: 4px solid var(--navy); padding: 40px; }
.field-check h2 { margin-top: 10px; }
.field-check p { color: var(--muted); font-size: 13px; }
.field-check ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; }
.field-check li { display: flex; gap: 12px; align-items: center; border-bottom: 1px solid #d5dde2; padding: 7px 0; font-size: 12px; font-weight: 600; }
.field-check li span { display: grid; place-items: center; width: 19px; height: 19px; color: white; background: var(--red); font-size: 10px; }
.takeaway { margin: 0; background: var(--navy); color: white; padding: 40px 44px; border-left: 0; }
.takeaway span { color: #ff666a; font-size: 9px; letter-spacing: .2em; font-weight: 700; }
.takeaway p { margin: 12px 0 0; font: 400 22px/1.55 var(--display); }
.note { margin-top: 28px; color: #82909b; font-size: 11px; }

.cta-section { position: relative; overflow: hidden; background: var(--red); background-image: linear-gradient(120deg,#2bb14c 0%,#35b04b 55%,#249642 100%); color: white; }
.cta-section::after { content: ""; }
.cta-inner { position: relative; z-index: 2; min-height: 355px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 100px; }
.mini-label.light { color: #ffd0d1; }
.cta-inner h2 { margin: 12px 0 0; font: 700 48px/1.15 var(--display); }
.cta-inner p { max-width: 450px; color: #ffe5e5; }
.button-light { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; margin-top: 15px; padding: 16px 18px; min-width: 240px; background: white; color: var(--navy); font-size: 10px; letter-spacing: .12em; font-weight: 800; text-transform: uppercase; }
.button-light:hover { transform: translateY(-2px); }
.article-nav { min-height: 160px; display: grid; grid-template-columns: 1fr 130px 1fr; align-items: stretch; }
.article-nav a { padding: 35px 0; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.article-nav a > span { color: var(--red); font-size: 9px; letter-spacing: .14em; font-weight: 700; }
.article-nav strong { max-width: 280px; margin-top: 8px; font: 700 17px/1.25 var(--display); text-transform: uppercase; }
.article-nav a:nth-child(2) { align-items: center; font-size: 9px; letter-spacing: .12em; font-weight: 700; }
.grid-icon { color: var(--navy) !important; font-size: 27px !important; margin-top: 4px; }
.article-nav a:last-child { border: 0; text-align: right; align-items: flex-end; }

footer { background: #2f2f2f; color: #b9bfbc; }
.footer-main { min-height: 245px; display: grid; grid-template-columns: 1.1fr 1fr .9fr .8fr; gap: 50px; align-items: start; padding-top: 65px; }
.brand-footer strong { color: white; }
.footer-main > p, .footer-main div p { margin: 0; font-size: 11px; line-height: 1.8; }
.footer-main > div { display: flex; flex-direction: column; gap: 5px; font-size: 11px; }
.footer-main > div > span { margin-bottom: 9px; color: white; font-size: 9px; letter-spacing: .16em; font-weight: 700; }
.footer-main a:hover { color: white; }
.footer-bottom { min-height: 54px; border-top: 1px solid #454545; display: flex; align-items: center; justify-content: space-between; font-size: 8px; letter-spacing: .12em; }

.hub-hero { min-height: 0; background: var(--ink); }
.hub-hero::before { background: radial-gradient(120% 140% at 12% 0%, rgba(43,177,76,.28) 0%, rgba(29,33,32,0) 60%); }
.hub-hero-inner { position: relative; z-index: 2; padding: 74px 0 66px; }
.hub-hero h1 { max-width: 820px; margin: 10px 0 16px; font: 700 44px/1.25 var(--display); letter-spacing: 0; }
.hub-hero h1 br { display: none; }
.hub-hero h1 em { color: inherit; font-style: normal; -webkit-text-stroke: 0; }
.hub-hero-inner > div { display: flex; align-items: center; justify-content: space-between; }
.hub-hero-inner p { max-width: 510px; color: #b9c7d2; font-size: 16px; }
.count { display: flex; align-items: end; gap: 8px; font: 700 48px/.9 var(--display); color: var(--red); }
.count small { color: white; font: 700 10px/1 var(--body); letter-spacing: .18em; padding-bottom: 5px; }
.hub-content { padding-top: 85px; padding-bottom: 110px; }
.hub-heading { display: none; }
.hub-heading > span { color: var(--red); font-size: 10px; letter-spacing: .2em; font-weight: 800; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filters button { padding: 7px 11px; border: 0; background: transparent; color: #7d8b96; font-size: 9px; letter-spacing: .1em; font-weight: 700; cursor: pointer; }
.filters button.active { background: var(--navy); color: white; }
.hub-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.hub-card { min-height: 310px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--navy); border-radius: 4px; transition: .25s; }
.hub-card:first-child { position: relative; grid-column: 1 / -1; min-height: 390px; padding: 32px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); grid-template-rows: auto auto 1fr auto; column-gap: 42px; border-top-width: 1px; box-shadow: 0 10px 30px rgba(0,0,0,.13); }
.hub-card:first-child .hub-card-top, .hub-card:first-child h2, .hub-card:first-child p, .hub-card:first-child .hub-card-bottom { grid-column: 2; }
.hub-card:first-child .hub-card-top { grid-row: 1; }
.hub-card:first-child h2 { grid-row: 2; }
.hub-card:first-child p { grid-row: 3; }
.hub-card:first-child .hub-card-bottom { grid-row: 4; }
.hub-card:first-child .hub-card-image { grid-column: 1; grid-row: 1 / 5; width: auto; height: auto; margin: -32px 0 -32px -32px; aspect-ratio: auto; }
.hub-card-image { margin: 20px -32px 0; overflow: hidden; aspect-ratio: 16 / 7; background: #e8ecea; }
.hub-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hub-card:hover .hub-card-image img { transform: scale(1.025); }
.hub-card:hover { transform: translateY(-4px); border-top-color: var(--red); box-shadow: 0 18px 35px rgba(7,27,45,.08); }
.hub-card-top, .hub-card-bottom { display: flex; justify-content: space-between; color: var(--red); font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.hub-card-top b { color: #c5ced5; font: 700 24px/1 var(--display); }
.hub-card h2 { max-width: 480px; margin: 35px 0 12px; color: var(--navy); font: 700 29px/1.22 var(--display); }
.hub-card p { margin: 0; max-width: 500px; color: var(--muted); font-size: 13px; }
.hub-card-bottom { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: #82919c; }
.hub-card-bottom b { color: var(--navy); }
.hub-card[hidden] { display: none; }
.hub-breadcrumbs { margin: 26px 0 0; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 720px); }
  .topline-inner > span { display: none; }
  .topline-inner { justify-content: flex-end; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 83px; left: 0; right: 0; height: auto; padding: 22px; background: white; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 15px 25px rgba(7,27,45,.12); }
  .nav-links.open { display: flex; }
  .nav-links > a:not(.nav-cta) { padding: 16px 0; height: auto; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 14px; text-align: center; }
  .hero-inner { grid-template-columns: 1fr; gap: 50px; }
  .hero-panel { min-height: 270px; }
  .article-layout { grid-template-columns: 1fr; gap: 0; }
  .article-aside { display: none; }
  .cta-inner { grid-template-columns: 1fr; gap: 15px; padding-block: 65px; }
  .footer-main { grid-template-columns: 1fr 1fr; padding-bottom: 50px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .topline { display: none; }
  .nav { min-height: 72px; }
  .nav-links { top: 72px; }
  .brand strong { font-size: 22px; }
  .hero-inner { padding-block: 58px; }
  .hero h1 { font-size: 48px; }
  .hero-copy > p { font-size: 15px; }
  .hero-rail { gap: 12px; overflow: hidden; }
  .hero-rail span:nth-of-type(4), .hero-rail span:nth-of-type(5), .hero-rail i:nth-of-type(4) { display: none; }
  .article { padding-block: 65px; }
  .article-lead { margin-bottom: 45px; padding-left: 19px; }
  .article-lead p { font-size: 21px; }
  .content-section { grid-template-columns: 32px 1fr; gap: 10px; padding: 29px 0; }
  .content-section h2 { font-size: 26px; }
  .field-check { grid-template-columns: 1fr; padding: 28px; gap: 20px; }
  .takeaway { padding: 30px 28px; }
  .takeaway p { font-size: 20px; }
  .cta-inner h2 { font-size: 45px; }
  .article-nav { grid-template-columns: 1fr 62px 1fr; }
  .article-nav strong { display: none; }
  .footer-main { grid-template-columns: 1fr; min-height: 0; }
  .footer-bottom { padding: 20px 0; gap: 10px; flex-wrap: wrap; }
  .hub-hero { min-height: 480px; }
  .hub-hero h1 { font-size: 72px; }
  .hub-hero-inner > div { align-items: flex-start; flex-direction: column; }
  .count { margin-top: 25px; }
  .hub-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .filters { gap: 2px; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-card:first-child { grid-column: auto; min-height: 440px; padding: 26px; display: flex; }
  .hub-card:first-child .hub-card-image { width: auto; height: auto; margin: 20px -26px 0; aspect-ratio: 16 / 9; }
  .hub-card { min-height: 290px; padding: 26px; }
  .hub-card-image { margin-right: -26px; margin-left: -26px; aspect-ratio: 16 / 9; }
  .hub-card h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
