:root {
  --navy: #071a36;
  --navy-2: #10294d;
  --mint: #94f2ce;
  --mint-soft: #defbef;
  --white: #ffffff;
  --paper: #f7faf9;
  --ink: #10213a;
  --muted: #5c6878;
  --line: #bfd1cd;
  --coral: #ef6c5b;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--mint); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.site-header {
  min-height: 92px;
  padding: 18px max(24px, calc((100% - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  background: var(--navy);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: inline-flex; align-items: baseline; width: max-content; font-weight: 800; line-height: 1; }
.brand-main { font-size: 23px; }
.brand-main span { color: var(--mint); }
.brand-tld { margin-left: 2px; color: var(--mint); font-size: 15px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.main-nav a { border-bottom: 2px solid transparent; }
.main-nav a:hover { border-color: var(--mint); }
.search-link { justify-self: end; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.search-link span:first-child { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); font-size: 22px; line-height: 1; }

.edition-strip {
  min-height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px max(24px, calc((100% - var(--max)) / 2));
  color: var(--navy);
  background: var(--mint);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.lead {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 24px 58px;
  display: grid;
  grid-template-columns: 1fr 330px;
  column-gap: 70px;
  align-items: end;
}
.lead-kicker { grid-column: 1 / -1; display: flex; align-items: center; gap: 14px; margin-bottom: 26px; color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.lead-kicker i { display: block; width: 80px; height: 4px; background: var(--coral); }
.lead h1 { margin: 0; max-width: 790px; color: var(--navy); font-size: 72px; line-height: .98; letter-spacing: 0; text-wrap: balance; }
.lead h1 span { display: block; color: var(--navy-2); font-weight: 400; }
.lead > p { margin: 0 0 8px; padding-left: 22px; border-left: 4px solid var(--mint); color: var(--muted); font-size: 19px; line-height: 1.55; }

.feature-wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px 78px; }
.article-card { min-width: 0; }
.card-image { display: block; overflow: hidden; background: #dce9e6; }
.card-image img { width: 100%; height: 260px; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .card-image img { transform: scale(1.018); }
.card-copy { padding-top: 20px; }
.card-topline { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.issue-no { min-width: 38px; color: var(--coral); font-weight: 800; font-size: 13px; }
.category-link { width: max-content; color: #315f58; font-size: 12px; font-weight: 800; text-transform: uppercase; border-bottom: 2px solid var(--mint); }
.article-card h2 { margin: 0 0 12px; color: var(--navy); font-size: 27px; line-height: 1.12; letter-spacing: 0; text-wrap: balance; }
.article-card h2 a:hover { color: #1b6658; }
.article-card p { margin: 0; color: var(--muted); font-size: 16px; }
.card-meta { display: flex; gap: 16px; margin-top: 20px; color: var(--muted); font-size: 12px; font-weight: 700; }
.featured-card { display: grid; grid-template-columns: 1.36fr .64fr; min-height: 510px; background: var(--white); border-top: 8px solid var(--navy); }
.featured-card .card-image img { height: 100%; min-height: 502px; }
.featured-card .card-copy { padding: 48px 42px; display: flex; flex-direction: column; align-items: flex-start; }
.featured-card h2 { margin-top: auto; font-size: 42px; }
.featured-card .card-meta { margin-top: auto; }

.search-band {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 22px 60px;
  align-items: end;
  padding: 48px max(24px, calc((100% - var(--max)) / 2));
  background: var(--navy);
  color: var(--white);
}
.eyebrow { color: var(--mint); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.search-band h2 { margin: 6px 0 0; font-size: 30px; line-height: 1.05; }
.search-form { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--mint); }
.search-form input { min-width: 0; border: 0; padding: 14px 4px; background: transparent; color: var(--white); outline: none; font-size: 19px; }
.search-form input::placeholder { color: #9eb0c5; opacity: 1; }
.search-form button { border: 0; padding: 10px 2px 10px 20px; background: transparent; color: var(--mint); font-weight: 800; cursor: pointer; }
.search-status, .search-results { grid-column: 2; }
.search-status { min-height: 20px; color: #c9d6e4; font-size: 13px; }
.search-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.search-results:empty { display: none; }
.search-results a { padding: 16px; border: 1px solid #355070; background: #0b2242; }
.search-results span { display: block; color: var(--mint); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.search-results strong { display: block; margin-top: 4px; line-height: 1.2; }
.search-results p { margin: 6px 0 0; color: #c8d3df; font-size: 13px; line-height: 1.4; }

.article-index, .departments, .related { max-width: var(--max); margin: 0 auto; padding: 88px 24px; }
.section-heading { display: grid; grid-template-columns: 110px 1fr auto; align-items: end; gap: 24px; padding-bottom: 22px; border-bottom: 2px solid var(--navy); }
.section-heading > span { color: var(--coral); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: 38px; line-height: 1; }
.section-heading p { margin: 0; color: var(--muted); }
.cards-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 28px; padding-top: 32px; }
.cards-grid .article-card:nth-child(2n) { margin-top: 72px; }
.cards-grid .article-card:nth-child(3) .card-image img { height: 330px; }

.departments { padding-top: 34px; }
.department-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.department-grid > a { position: relative; min-height: 260px; padding: 34px 30px; border-right: 1px solid var(--line); transition: background .2s ease; }
.department-grid > a:last-child { border-right: 0; }
.department-grid > a:hover { background: var(--mint-soft); }
.department-grid span { color: var(--coral); font-size: 13px; font-weight: 800; }
.department-grid h3 { margin: 48px 0 10px; max-width: 220px; color: var(--navy); font-size: 25px; line-height: 1.1; }
.department-grid p { max-width: 260px; margin: 0; color: var(--muted); }
.department-grid b { position: absolute; right: 28px; bottom: 24px; color: var(--navy); font-size: 26px; }

.site-footer {
  margin-top: 40px;
  padding: 58px max(24px, calc((100% - var(--max)) / 2)) 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px 80px;
  background: var(--navy);
  color: var(--white);
  border-top: 8px solid var(--mint);
}
.footer-brand { color: var(--mint); font-size: 22px; font-weight: 800; }
.site-footer p { max-width: 500px; margin: 10px 0 0; color: #aebdce; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(140px, 1fr)); gap: 12px 32px; font-size: 14px; font-weight: 700; }
.site-footer nav a:hover { color: var(--mint); }
.footer-note { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #314766; font-size: 12px; }

/* Article */
.article-hero { max-width: var(--max); margin: 0 auto; padding: 70px 24px 0; }
.article-hero-copy { max-width: 970px; margin-left: auto; margin-right: auto; padding-bottom: 42px; text-align: center; }
.article-hero .category-link { display: inline-block; }
.article-hero h1 { margin: 24px auto 20px; color: var(--navy); font-size: 64px; line-height: 1.02; letter-spacing: 0; text-wrap: balance; }
.article-deck { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 21px; line-height: 1.5; }
.byline { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; color: var(--muted); font-size: 13px; font-weight: 700; }
.article-hero figure { margin: 0; }
.article-hero figure img { width: 100%; height: 610px; object-fit: cover; }
.article-hero figcaption { padding-top: 7px; color: var(--muted); font-size: 11px; }
.article-layout { max-width: 1040px; margin: 0 auto; padding: 70px 24px 40px; display: grid; grid-template-columns: 210px minmax(0, 690px); gap: 70px; align-items: start; }
.article-aside { position: sticky; top: 24px; padding-top: 15px; border-top: 4px solid var(--mint); }
.article-aside span { color: #315f58; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.article-aside p { color: var(--navy); font-size: 15px; font-weight: 700; line-height: 1.45; }
.article-aside a { display: inline-block; margin-top: 18px; color: #315f58; font-size: 12px; font-weight: 800; border-bottom: 1px solid currentColor; }
.article-body { min-width: 0; color: #26364b; font-size: 18px; line-height: 1.78; }
.article-body p { margin: 0 0 24px; }
.article-body .article-intro { margin-bottom: 46px; color: var(--navy); font-size: 23px; line-height: 1.56; font-weight: 700; }
.article-body h2 { margin: 56px 0 18px; color: var(--navy); font-size: 34px; line-height: 1.12; letter-spacing: 0; }
.article-body h3 { margin: 38px 0 13px; color: #1a5f53; font-size: 22px; line-height: 1.2; letter-spacing: 0; }
.article-body ul, .article-body ol { margin: 0 0 28px; padding-left: 24px; }
.article-body li { margin-bottom: 10px; padding-left: 6px; }
.article-body strong { color: var(--navy); }
.next-step { margin: 64px 0 20px; padding: 30px; background: var(--mint-soft); border-left: 6px solid var(--mint); }
.next-step span { color: #315f58; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.next-step h2 { margin: 8px 0 12px; font-size: 26px; }
.next-step p { margin: 0; }
.related { padding-top: 60px; }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 30px; }
.related-grid a { display: grid; grid-template-columns: 180px 1fr; grid-template-rows: auto 1fr; gap: 8px 22px; background: var(--white); border-bottom: 4px solid var(--mint); }
.related-grid img { grid-row: 1 / 3; width: 180px; height: 145px; object-fit: cover; }
.related-grid span { align-self: end; padding-top: 16px; color: #315f58; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.related-grid h3 { align-self: start; margin: 0; padding: 0 18px 18px 0; color: var(--navy); font-size: 19px; line-height: 1.15; }

/* Category */
.category-hero { position: relative; max-width: var(--max); min-height: 360px; margin: 0 auto; padding: 76px 24px 58px; border-bottom: 2px solid var(--navy); }
.category-hero > span { color: var(--coral); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.category-hero h1 { max-width: 850px; margin: 26px 0 16px; color: var(--navy); font-size: 72px; line-height: .96; letter-spacing: 0; }
.category-hero p { max-width: 560px; margin: 0; color: var(--muted); font-size: 20px; }
.category-hero b { position: absolute; right: 24px; bottom: 58px; padding: 8px 13px; background: var(--mint); color: var(--navy); font-size: 13px; }
.category-list { max-width: var(--max); margin: 0 auto; padding: 48px 24px 70px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 28px; }
.category-list .article-card:first-child:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; }
.category-list .article-card:first-child:last-child .card-copy { padding: 28px 20px; }
.category-list .article-card:first-child:last-child .card-image img { height: 420px; }
.category-switcher { max-width: var(--max); margin: 0 auto; padding: 0 24px 90px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.category-switcher a { padding: 25px; background: var(--navy); color: var(--white); font-size: 20px; font-weight: 800; }
.category-switcher span { display: block; margin-bottom: 5px; color: var(--mint); font-size: 11px; text-transform: uppercase; }
.category-switcher b { float: right; color: var(--mint); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; padding-top: 14px; padding-bottom: 14px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; width: 100%; gap: 20px; overflow-x: auto; padding-top: 8px; border-top: 1px solid #2a4161; white-space: nowrap; }
  .search-link { grid-column: 2; grid-row: 1; }
  .lead { grid-template-columns: 1fr; padding-top: 54px; }
  .lead h1 { font-size: 58px; }
  .lead > p { max-width: 600px; margin-top: 32px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-card .card-image img { min-height: 0; height: 480px; }
  .featured-card .card-copy { min-height: 360px; }
  .search-band { grid-template-columns: 1fr; }
  .search-status, .search-results { grid-column: 1; }
  .article-hero h1 { font-size: 52px; }
  .article-hero figure img { height: 470px; }
  .article-layout { grid-template-columns: 1fr; gap: 34px; }
  .article-aside { position: static; max-width: 500px; }
  .category-hero h1 { font-size: 58px; }
}

@media (max-width: 650px) {
  .site-header { padding-left: 16px; padding-right: 16px; gap: 14px; }
  .brand-main { font-size: 19px; }
  .brand-tld { font-size: 13px; }
  .search-link span:last-child { display: none; }
  .main-nav { gap: 18px; font-size: 12px; }
  .edition-strip { padding-left: 16px; padding-right: 16px; }
  .edition-strip span:nth-child(2) { display: none; }
  .lead { padding: 42px 16px 40px; }
  .lead-kicker { margin-bottom: 20px; font-size: 11px; }
  .lead h1 { font-size: 44px; line-height: 1.02; }
  .lead > p { padding-left: 14px; font-size: 17px; }
  .feature-wrap { padding: 0 16px 56px; }
  .featured-card { border-top-width: 6px; }
  .featured-card .card-image img { height: 270px; }
  .featured-card .card-copy { min-height: 0; padding: 28px 20px; }
  .featured-card h2 { margin-top: 24px; font-size: 31px; }
  .featured-card .card-meta { margin-top: 26px; }
  .search-band { padding: 38px 16px; gap: 24px; }
  .search-band h2 { font-size: 26px; }
  .search-form input { font-size: 16px; }
  .search-results { grid-template-columns: 1fr; }
  .article-index, .departments, .related { padding: 64px 16px; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .section-heading h2 { font-size: 32px; }
  .section-heading p { display: none; }
  .cards-grid { grid-template-columns: 1fr; gap: 52px; }
  .cards-grid .article-card:nth-child(2n) { margin-top: 0; }
  .cards-grid .article-card:nth-child(3) .card-image img { height: 260px; }
  .article-card h2 { font-size: 25px; }
  .department-grid { grid-template-columns: 1fr; }
  .department-grid > a { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .department-grid h3 { margin-top: 30px; }
  .site-footer { grid-template-columns: 1fr; padding-left: 16px; padding-right: 16px; }
  .site-footer nav { grid-template-columns: 1fr; }
  .footer-note { grid-column: 1; }
  .article-hero { padding: 50px 16px 0; }
  .article-hero h1 { margin-top: 18px; font-size: 40px; line-height: 1.06; }
  .article-deck { font-size: 18px; }
  .byline { gap: 6px 14px; }
  .article-hero figure img { height: 290px; }
  .article-layout { padding: 48px 16px 20px; }
  .article-body { font-size: 17px; line-height: 1.72; }
  .article-body .article-intro { font-size: 20px; }
  .article-body h2 { margin-top: 48px; font-size: 29px; }
  .article-body h3 { font-size: 21px; }
  .next-step { padding: 24px 20px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { grid-template-columns: 120px 1fr; }
  .related-grid img { width: 120px; height: 130px; }
  .category-hero { min-height: 330px; padding: 52px 16px; }
  .category-hero h1 { font-size: 43px; line-height: 1; overflow-wrap: anywhere; }
  .category-hero p { max-width: 85%; font-size: 17px; }
  .category-hero b { right: 16px; bottom: 24px; }
  .category-list { grid-template-columns: 1fr; padding: 40px 16px 60px; }
  .category-list .article-card:first-child:last-child { grid-column: auto; display: block; }
  .category-list .article-card:first-child:last-child .card-image img { height: 280px; }
  .category-list .article-card:first-child:last-child .card-copy { padding: 20px 0 0; }
  .category-switcher { grid-template-columns: 1fr; padding: 0 16px 70px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
