@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap');

:root {
  --ink: #122334;
  --muted: #5d6a75;
  --navy: #0b2f4b;
  --navy-deep: #071f32;
  --teal: #167d84;
  --teal-light: #dff0ef;
  --mist: #f3f7f8;
  --line: #d9e2e6;
  --white: #ffffff;
  --display: "Vollkorn", Georgia, serif;
  --sans: "Arsenal", "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(7, 31, 50, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; padding: 10px 14px; background: white; color: var(--navy); border-radius: 6px; }
.skip-link:focus { top: 15px; }

.utility-bar { background: var(--navy-deep); color: rgba(255,255,255,.82); font-size: .78rem; letter-spacing: .02em; }
.utility-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner nav { display: flex; gap: 22px; }
.utility-inner button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.utility-inner button:hover { color: white; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand-row { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; background: var(--teal); color: white; border-radius: 4px 14px 4px 4px; font-family: var(--display); font-weight: 700; font-size: 1.2rem; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { color: var(--navy); font-size: 1.35rem; letter-spacing: .09em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .63rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .03em; }

.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; color: #2c3a45; font-size: .87rem; font-weight: 600; }
.primary-nav > a, .nav-group > button { padding-block: 31px; }
.primary-nav > a:hover, .nav-group > button:hover, .primary-nav [aria-current="page"] { color: var(--teal); }
.nav-group { position: relative; }
.nav-group > button { border: 0; background: transparent; color: inherit; font-weight: inherit; cursor: pointer; }
.nav-group > button::after { content: "⌄"; margin-left: 5px; font-size: .8rem; }
.dropdown { position: absolute; top: calc(100% - 10px); left: -18px; min-width: 210px; display: none; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 18px 44px rgba(7,31,50,.12); }
.dropdown a { display: block; padding: 9px 10px; border-radius: 6px; color: var(--ink); font-weight: 500; }
.dropdown a:hover { background: var(--mist); color: var(--teal); }
.nav-group:hover .dropdown, .nav-group:focus-within .dropdown { display: block; }
.menu-toggle { display: none; }


.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 20px; border: 0; border-radius: 7px; background: var(--teal); color: white; font-size: .9rem; font-weight: 700; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #116d73; transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 8px 15px; font-size: .8rem; }
.button-muted { background: #6d7d86; }
.header-cta { white-space: nowrap; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--navy); font-weight: 700; font-size: .9rem; }
.text-link span { color: var(--teal); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; padding: 82px 0 74px; background: linear-gradient(135deg, #f4faf9 0%, #eef5f7 55%, #f8fafb 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -190px; top: -290px; border-radius: 50%; border: 90px solid rgba(22,125,132,.06); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr); gap: 84px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: var(--teal); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1, .section h2 { font-family: var(--display); color: var(--navy); letter-spacing: -.035em; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(2.65rem, 4.8vw, 4.85rem); line-height: 1.06; font-weight: 600; }
.hero-intro { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.hero-intro, .issue-copy > p:not(.eyebrow), .scope-card p, .news-grid article > p:last-child { font-family: var(--display); }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }

.launch-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; color: white; background: var(--navy); border-radius: 4px 34px 4px 4px; box-shadow: var(--shadow); }
.launch-card-top { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.72); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.status-label { padding: 5px 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; }
.monogram { margin: 0; color: rgba(255,255,255,.06); font-family: var(--display); font-size: 5.15rem; line-height: 1; transform: rotate(-90deg) translateX(-20px); transform-origin: center; }
.issue-label { margin: 0 0 4px; color: #8ed2d2; font-size: .77rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.launch-card h2 { margin: 0; color: white; font-family: var(--display); font-size: 1.9rem; font-weight: 500; }
.launch-card div > p:last-child { margin: 10px 0 0; color: rgba(255,255,255,.74); font-size: .86rem; line-height: 1.55; }

.facts { border-block: 1px solid var(--line); background: white; }
.facts-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.facts-grid div { padding: 25px 28px; border-right: 1px solid var(--line); }
.facts-grid div:first-child { border-left: 1px solid var(--line); }
.facts strong, .facts span { display: block; }
.facts strong { color: var(--navy); font-size: .89rem; }
.facts span { margin-top: 2px; color: var(--muted); font-size: .75rem; }

.section { padding: 92px 0; }
.section-light { background: var(--mist); }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.08; font-weight: 500; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1.02rem; }
.scope-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 48px; }
.scope-card { min-height: 270px; padding: 25px; background: white; border: 1px solid var(--line); border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.scope-card:hover { transform: translateY(-5px); border-color: #9bc9ca; box-shadow: 0 18px 40px rgba(7,31,50,.08); }
.scope-card > span { color: var(--teal); font-family: var(--display); font-size: .85rem; }
.scope-card h3 { margin: 65px 0 10px; color: var(--navy); font-family: var(--display); font-size: 1.35rem; font-weight: 500; }
.scope-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.scope-more { margin-top: 32px; }

.issue-grid { display: grid; grid-template-columns: .67fr 1.33fr; gap: 90px; align-items: center; }
.issue-cover { aspect-ratio: .72; display: flex; flex-direction: column; padding: 34px; color: white; background: linear-gradient(155deg, var(--teal) 0 32%, var(--navy) 32% 100%); box-shadow: var(--shadow); }
.issue-cover p { margin: 0; font-size: .63rem; letter-spacing: .14em; }
.issue-cover strong { margin-top: auto; font-family: var(--display); font-size: clamp(2rem,4vw,3.6rem); line-height: .95; font-weight: 600; }
.issue-cover > span { margin-top: 10px; font-size: .7rem; letter-spacing: .1em; }
.issue-cover small { margin-top: 36px; border-top: 1px solid rgba(255,255,255,.35); padding-top: 14px; font-size: .56rem; letter-spacing: .09em; }
.issue-copy h2 { max-width: 680px; }
.issue-copy > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.03rem; }
.notice { max-width: 680px; margin: 28px 0 22px; padding: 18px 20px; border-left: 3px solid var(--teal); background: var(--mist); }
.notice strong { color: var(--navy); }
.notice p { margin: 3px 0 0; color: var(--muted); font-size: .88rem; }

.author-pathway { color: white; background: var(--navy-deep); }
.author-pathway .eyebrow { color: #85c9ca; }
.author-pathway h2 { color: white; }
.centered { max-width: 760px; margin: 0 auto; text-align: center; }
.centered > p:last-child { color: rgba(255,255,255,.68); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 52px 0 0; padding: 0; list-style: none; }
.steps li { position: relative; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.steps li > span { display: grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: .78rem; font-weight: 800; }
.steps h3 { margin: 25px 0 9px; font-family: var(--display); font-size: 1.28rem; font-weight: 500; }
.steps p { margin: 0; color: rgba(255,255,255,.65); font-size: .84rem; line-height: 1.55; }
.author-actions { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 50px; }
.author-actions p { margin: 0; max-width: 400px; color: rgba(255,255,255,.57); font-size: .78rem; }

.row-heading { display: flex; justify-content: space-between; align-items: end; }
.news-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 18px; margin-top: 42px; }
.news-grid article { min-height: 260px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.news-grid .news-featured { color: white; background: var(--teal); border-color: var(--teal); }
.news-date { margin: 0; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-featured .news-date { color: rgba(255,255,255,.72); }
.news-grid h3 { margin: 55px 0 10px; color: var(--navy); font-family: var(--display); font-size: 1.35rem; font-weight: 500; line-height: 1.25; }
.news-featured h3 { color: white; font-size: 1.65rem; }
.news-grid article > p:last-child { margin: 0; color: var(--muted); font-size: .84rem; }
.news-featured > p:last-child { color: rgba(255,255,255,.76) !important; }

.site-footer { padding: 65px 0 24px; color: rgba(255,255,255,.72); background: #061927; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 55px; }
.footer-brand strong { display: block; color: white; font-size: 1.55rem; letter-spacing: .08em; }
.footer-brand p { max-width: 340px; }
.footer-grid h2 { margin: 0 0 15px; color: white; font-family: var(--sans); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 7px 0; font-size: .83rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.footer-bottom p { margin: 0; }

.information-hero { padding: 42px 0 74px; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, #f2f8f8, #f7fafb); }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 66px; color: var(--muted); font-size: .82rem; }
.breadcrumb a:hover { color: var(--teal); text-decoration: underline; }
.information-hero .eyebrow { margin-bottom: 12px; }
.information-hero h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.75rem, 5vw, 4.5rem); font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
.information-lead { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-family: var(--display); font-size: 1.22rem; line-height: 1.55; }
.information-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); gap: clamp(45px, 7vw, 110px); align-items: start; }
.information-main h2, .information-context h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 3vw, 2.75rem); font-weight: 500; line-height: 1.18; letter-spacing: -.025em; }
.profile-list { margin: 33px 0 0; border-top: 2px solid var(--navy); }
.profile-list > div { display: grid; grid-template-columns: 175px minmax(0, 1fr); gap: 24px; padding: 17px 2px; border-bottom: 1px solid var(--line); }
.profile-list dt { color: var(--muted); font-size: .91rem; }
.profile-list dd { margin: 0; color: var(--ink); font-size: 1.02rem; line-height: 1.45; }
.information-status { padding: 31px 31px 34px; color: white; background: var(--navy); border-radius: 4px 25px 4px 4px; }
.status-kicker { margin: 0 0 30px; color: #9ad5d5; font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.information-status h2 { color: white; font-size: 1.95rem; }
.information-status > p:not(.status-kicker) { margin: 17px 0 26px; color: rgba(255,255,255,.79); font-size: 1rem; }
.status-rows { border-top: 1px solid rgba(255,255,255,.25); }
.status-rows > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .91rem; }
.status-rows span { color: rgba(255,255,255,.72); }
.status-rows strong { font-weight: 700; }
.information-status > a { display: inline-flex; align-items: center; gap: 9px; margin-top: 27px; color: #b4e5e5; font-weight: 700; }
.information-status > a:hover { color: white; }
.information-context-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 8vw, 140px); }
.information-context-grid > div:last-child p { max-width: 620px; margin: 6px 0 20px; color: var(--muted); font-family: var(--display); font-size: 1.12rem; line-height: 1.7; }
.scope-page-hero .information-lead { max-width: 690px; }
.scope-aim-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 8vw, 140px); }
.scope-aim h2, .scope-coverage h2, .scope-fit h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 500; line-height: 1.17; letter-spacing: -.025em; }
.scope-aim-grid > p, .scope-fit-grid > div > p:last-child { margin: 4px 0 0; color: var(--muted); font-family: var(--display); font-size: 1.15rem; line-height: 1.7; }
.scope-coverage-heading { max-width: 770px; }
.scope-coverage-heading > p:last-child { margin: 17px 0 0; color: var(--muted); font-size: 1.05rem; }
.scope-area-list { margin-top: 48px; border-top: 2px solid var(--navy); }
.scope-area { display: grid; grid-template-columns: 50px minmax(205px, .77fr) minmax(0, 1.23fr); gap: clamp(22px, 3vw, 48px); align-items: baseline; padding: 27px 2px; border-bottom: 1px solid var(--line); }
.scope-area > span { color: var(--teal); font-family: var(--display); font-size: .9rem; }
.scope-area h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 1.42rem; font-weight: 500; line-height: 1.25; }
.scope-area p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.scope-fit-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr); gap: clamp(55px, 11vw, 175px); align-items: start; }
.scope-fit-grid > div > p:last-child { max-width: 690px; margin-top: 23px; }
.scope-fit-note { padding: 28px 31px; border-top: 3px solid var(--teal); background: var(--mist); }
.scope-fit-note h3 { margin: 0 0 10px; color: var(--navy); font-family: var(--display); font-size: 1.45rem; font-weight: 500; }
.scope-fit-note p { margin: 0 0 20px; color: var(--muted); font-size: 1rem; }

.team-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .65fr); gap: clamp(46px, 8vw, 120px); align-items: start; }
.team-section h2, .contact-section h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 500; line-height: 1.16; }
.team-intro { max-width: 720px; margin: 19px 0 34px; color: var(--muted); font-size: 1.04rem; }
.team-list { border-top: 2px solid var(--navy); }
.team-person { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.team-number { padding-top: 6px; color: var(--teal); font-family: var(--display); font-size: .86rem; }
.team-person h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 1.32rem; font-weight: 500; line-height: 1.3; }
.team-person p { margin: 3px 0 0; color: var(--muted); font-size: .94rem; }
.team-aside { padding: 29px; background: var(--mist); border-top: 3px solid var(--teal); }
.team-aside h2 { font-size: 1.7rem; }
.team-aside > p:not(.eyebrow) { color: var(--muted); }
.team-aside a { margin-top: 10px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .7fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.contact-layout > div:first-child > p:not(.eyebrow) { max-width: 660px; margin: 20px 0 27px; color: var(--muted); font-family: var(--display); font-size: 1.13rem; }
.contact-details { border-top: 2px solid var(--navy); }
.contact-details > div { display: flex; justify-content: space-between; gap: 15px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-details span { color: var(--muted); }
.contact-details strong { color: var(--navy); text-align: right; }

.policy-hero { padding-bottom: 68px; }
.policy-layout { display: grid; grid-template-columns: 210px minmax(0, 780px); justify-content: space-between; gap: clamp(40px, 8vw, 125px); padding-top: 68px; padding-bottom: 110px; }
.policy-sidebar { position: sticky; top: 150px; align-self: start; }
.policy-sidebar nav { display: grid; border-top: 1px solid var(--line); }
.policy-sidebar nav a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; font-size: .9rem; }
.policy-sidebar nav a:hover, .policy-content a:hover { color: var(--teal); text-decoration: underline; }
.policy-draft { padding: 22px 26px; background: var(--mist); border-left: 3px solid var(--teal); }
.policy-draft strong { color: var(--navy); font-size: .92rem; }
.policy-draft p { margin: 6px 0 0; color: var(--muted); }
.policy-block { padding: 44px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 155px; }
.policy-index { color: var(--teal); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.policy-block h2 { margin: 10px 0 21px; color: var(--navy); font: 500 clamp(1.8rem, 3vw, 2.55rem)/1.18 var(--display); letter-spacing: -.025em; }
.policy-block p { margin: 0 0 16px; font-size: 1.04rem; line-height: 1.76; }
.policy-block p:last-child { margin-bottom: 0; }
.policy-content a { color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: #a5c8ca; text-underline-offset: 3px; }
.policy-sources { margin-top: 46px; padding: 28px 30px; background: var(--mist); }
.policy-sources h2 { margin: 0 0 8px; color: var(--navy); font: 500 1.45rem var(--display); }
.policy-sources p { margin: 0 0 16px; color: var(--muted); }
.policy-sources a { display: block; margin-top: 8px; font-size: .9rem; }

.types-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }
.types-heading h2, .checklist-section h2 { margin: 0; color: var(--navy); font: 500 clamp(2rem, 3vw, 2.8rem)/1.16 var(--display); }
.types-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.04rem; }
.types-list { margin-top: 48px; border-top: 2px solid var(--navy); }
.types-list article { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: clamp(25px, 6vw, 100px); padding: 34px 0 38px; border-bottom: 1px solid var(--line); }
.types-list article > span { padding-top: 8px; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.types-list h3 { margin: 0 0 9px; color: var(--navy); font: 500 1.75rem/1.2 var(--display); }
.types-list p { max-width: 740px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.types-list .types-note { margin-top: 12px; color: var(--navy); font-size: .9rem; }
.types-end { display: flex; justify-content: space-between; align-items: center; gap: 35px; padding-top: 32px; }
.types-end p { max-width: 680px; margin: 0; color: var(--muted); }
.types-end a { white-space: nowrap; }
.checklist-layout { display: grid; grid-template-columns: minmax(0, 780px) minmax(220px, 275px); gap: clamp(35px, 8vw, 110px); justify-content: space-between; align-items: start; }
.checklist-section h2 { margin: 38px 0 32px; }
.checklist-group { margin: 0; padding: 0; border: 0; border-top: 2px solid var(--navy); }
.checklist-group legend { float: left; width: 100%; padding: 23px 0 12px; color: var(--navy); font: 500 1.42rem var(--display); }
.checklist-group label { clear: both; display: flex; align-items: start; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.checklist-group input { flex: 0 0 auto; width: 19px; height: 19px; margin: 4px 0 0; accent-color: var(--teal); cursor: pointer; }
.checklist-group label > span { color: var(--ink); line-height: 1.6; }
.checklist-group a, .checklist-end a { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.checklist-end { margin-top: 36px; padding: 24px 27px; background: var(--mist); border-left: 3px solid var(--teal); }
.checklist-end strong { color: var(--navy); }
.checklist-end p { margin: 6px 0 0; color: var(--muted); }
.checklist-aside { position: sticky; top: 150px; padding: 27px; background: var(--mist); }
.checklist-aside h2 { font-size: 1.52rem; margin-bottom: 16px; }
.checklist-aside a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--navy); font-weight: 700; font-size: .9rem; }
.checklist-aside a:hover { color: var(--teal); }

.announcements-layout, .issue-page-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .62fr); gap: clamp(48px, 8vw, 120px); align-items: start; }
.announcements-page h2, .issue-page h2, .archives-page h2 { margin: 0; color: var(--navy); font: 500 clamp(2rem, 3vw, 2.75rem)/1.17 var(--display); }
.announcement-list { margin-top: 32px; border-top: 2px solid var(--navy); }
.announcement-list article { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 25px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.announcement-list time { padding-top: 6px; color: var(--teal); font-size: .87rem; font-weight: 700; }
.announcement-list h3 { margin: 0 0 8px; color: var(--navy); font: 500 1.48rem/1.25 var(--display); }
.announcement-list p { margin: 0; color: var(--muted); }
.announcement-list a, .archives-empty p a { color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: #a5c8ca; text-underline-offset: 3px; }
.announcement-aside { padding: 29px; border-top: 3px solid var(--teal); background: var(--mist); }
.announcement-aside h2 { font-size: 1.65rem; }
.announcement-aside p:not(.eyebrow) { color: var(--muted); }
.issue-page-layout > div > p:not(.eyebrow) { max-width: 730px; margin: 20px 0 28px; color: var(--muted); font: 1.14rem/1.7 var(--display); }
.issue-facts { padding: 30px; background: var(--navy); color: white; }
.issue-facts h3 { margin: 0 0 22px; font: 500 1.55rem var(--display); }
.issue-facts dl { margin: 0 0 24px; border-top: 1px solid rgba(255,255,255,.3); }
.issue-facts dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.issue-facts dt { color: rgba(255,255,255,.7); }
.issue-facts dd { margin: 0; text-align: right; font-weight: 700; }
.issue-facts a { color: #b4e5e5; font-weight: 700; }
.archives-empty { display: grid; grid-template-columns: 180px minmax(0, 700px); gap: clamp(35px, 7vw, 110px); padding-top: 34px; border-top: 2px solid var(--navy); }
.archives-index { padding-top: 7px; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .13em; }
.archives-empty p { margin: 20px 0 26px; color: var(--muted); font: 1.12rem/1.7 var(--display); }


@media (max-width: 1100px) {
  .brand-copy small { display: none; }
  .primary-nav { gap: 15px; }
  .primary-nav > a, .nav-group > button { font-size: .81rem; }
  .hero-grid { gap: 45px; }
}

@media (max-width: 900px) {
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .brand-row { min-height: 72px; }
  .menu-toggle { display: inline-flex; margin-left: auto; border: 1px solid var(--line); padding: 7px 12px; color: var(--navy); background: white; border-radius: 6px; cursor: pointer; }
  .header-cta { display: none; }
  .primary-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; margin: 0; padding: 14px 20px 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(7,31,50,.1); align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav.open { display: flex; }
  .primary-nav > a, .nav-group > button { display: block; width: 100%; padding: 10px 0; text-align: left; }
  .dropdown { position: static; display: none; padding: 3px 0 8px 15px; border: 0; box-shadow: none; }
  .nav-group.open .dropdown { display: block; }
  .nav-group:hover .dropdown { display: none; }
  .nav-group.open:hover .dropdown { display: block; }
  .hero { padding: 58px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .launch-card { min-height: 330px; }
  .monogram { transform: none; font-size: 4rem; }
  .facts-grid, .scope-grid { grid-template-columns: repeat(2,1fr); }
  .facts-grid div:nth-child(3) { border-left: 1px solid var(--line); }
  .facts-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading, .issue-grid { grid-template-columns: 1fr; gap: 35px; }
  .issue-cover { max-width: 420px; width: 100%; }
  .steps { grid-template-columns: repeat(2,1fr); gap: 34px 0; }
  .steps li:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.16); }
  .steps li:nth-child(even) { border-right: 1px solid rgba(255,255,255,.16); }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-featured { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .information-grid { grid-template-columns: 1fr; }
  .information-status { max-width: 720px; }
  .information-context-grid { grid-template-columns: 1fr; gap: 25px; }
  .scope-aim-grid, .scope-fit-grid { grid-template-columns: 1fr; gap: 28px; }
  .team-layout, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .policy-layout { grid-template-columns: 1fr; gap: 28px; padding-top: 48px; }
  .policy-sidebar { position: static; }
  .policy-sidebar nav { display: flex; flex-wrap: wrap; gap: 0 19px; }
  .policy-sidebar nav a { white-space: nowrap; }
  .types-heading, .checklist-layout { grid-template-columns: 1fr; gap: 25px; }
  .announcements-layout, .issue-page-layout { grid-template-columns: 1fr; gap: 38px; }
  .announcement-aside, .issue-facts { max-width: 720px; }
  .checklist-aside { position: static; }
  .team-aside { max-width: 720px; }
  .scope-area { grid-template-columns: 38px minmax(190px, .8fr) minmax(0, 1.2fr); gap: 20px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero h1 { font-size: 2.65rem; }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section { padding: 68px 0; }
  .facts-grid, .scope-grid, .steps, .news-grid, .footer-grid { grid-template-columns: 1fr; }
  .facts-grid div { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .facts-grid div:last-child { border-bottom: 0; }
  .scope-card { min-height: 225px; }
  .scope-card h3 { margin-top: 42px; }
  .steps { gap: 25px; }
  .steps li, .steps li:last-child, .steps li:nth-child(even) { border-right: 0; }
  .author-actions { align-items: flex-start; flex-direction: column; }
  .row-heading { align-items: flex-start; gap: 20px; flex-direction: column; }
  .news-featured { grid-column: auto; }
  .news-grid article { min-height: 230px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; gap: 8px; flex-direction: column; }
  .information-hero { padding: 27px 0 52px; }
  .breadcrumb { margin-bottom: 48px; }
  .information-lead { font-size: 1.08rem; }
  .profile-list > div { grid-template-columns: 1fr; gap: 3px; padding: 14px 0; }
  .profile-list dd { font-size: 1rem; }
  .information-status { padding: 27px 24px; }
  .scope-area { grid-template-columns: 35px minmax(0, 1fr); gap: 4px 12px; padding: 23px 0; }
  .scope-area p { grid-column: 2; }
  .scope-area h3 { font-size: 1.3rem; }
  .scope-fit-note { padding: 25px; }
  .team-person { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; }
  .contact-details > div { flex-direction: column; gap: 3px; }
  .contact-details strong { text-align: left; }
  .policy-layout { padding-top: 36px; padding-bottom: 72px; }
  .policy-block { padding: 36px 0; scroll-margin-top: 90px; }
  .policy-draft, .policy-sources { padding: 20px; }
  .types-list article { grid-template-columns: 1fr; gap: 8px; padding: 25px 0; }
  .types-end { align-items: flex-start; flex-direction: column; gap: 15px; }
  .checklist-group label { gap: 12px; }
  .announcement-list article, .archives-empty { grid-template-columns: 1fr; gap: 7px; }
  .announcement-list article { padding: 23px 0; }
  .issue-facts dl > div { flex-direction: column; gap: 3px; }
  .issue-facts dd { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
