:root {
  --ink: #07111e;
  --navy: #061a31;
  --navy-2: #0b2c4d;
  --blue: #0a4c80;
  --gold: #f3b923;
  --gold-soft: #ffd66c;
  --red: #bd2b2e;
  --paper: #f4f1e9;
  --paper-2: #ebe7de;
  --white: #fff;
  --text: #172436;
  --muted: #667181;
  --rule: #cfd2d3;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --condensed: "Arial Narrow", "Roboto Condensed", var(--sans);
  --wrap: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--text); font-family: var(--sans); line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 800px); margin-inline: auto; }
.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; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 15px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

/* Masthead */
.topline { background: #020911; color: rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.08); }
.topline-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.topline-left, .topline-right { display: flex; align-items: center; gap: 20px; }
.topline a { text-decoration: none; }
.topline a:hover { color: var(--gold-soft); }
.signal-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(243,185,35,.12); }
.masthead { background: var(--navy); color: white; }
.masthead-main { min-height: 118px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.menu-button { justify-self: start; display: inline-flex; align-items: center; gap: 10px; border: 0; background: none; color: white; padding: 9px 0; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.hamburger { width: 23px; display: grid; gap: 5px; }
.hamburger i { height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.masthead-brand { display: flex; flex-direction: column; align-items: center; text-decoration: none; text-align: center; }
.masthead-brand strong {
  display: block;
  width: 150px;
  height: 74px;
  overflow: hidden;
  background: url("assets/apr-parent-logo-transparent.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.masthead-brand span { margin-top: 12px; color: rgba(255,255,255,.8); font: 600 12px/1 var(--serif); letter-spacing: .17em; text-transform: uppercase; }
.masthead-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.find-edition { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-soft); text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.find-edition::before { content: ""; width: 8px; height: 8px; border: 1px solid currentColor; border-radius: 50%; box-shadow: 5px 6px 0 -4px currentColor; }
.contact-btn { padding: 10px 14px; border: 1px solid rgba(243,185,35,.7); color: white; text-decoration: none; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav { background: var(--navy); color: white; }
.primary-nav-inner { min-height: 45px; display: flex; align-items: stretch; justify-content: center; }
.primary-nav a { display: grid; place-items: center; padding: 0 25px; border-bottom: 3px solid transparent; color: rgba(255,255,255,.72); text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a.active { color: white; border-color: var(--gold); }

.drawer { position: fixed; z-index: 400; inset: 0 auto 0 0; width: min(430px, 92vw); padding: 30px; background: #020b15; color: white; transform: translateX(-102%); transition: transform .3s ease; box-shadow: 30px 0 70px rgba(0,0,0,.3); overflow-y: auto; }
.drawer.open { transform: none; }
.drawer-overlay { position: fixed; z-index: 390; inset: 0; background: rgba(0,0,0,.62); opacity: 0; visibility: hidden; transition: .25s; }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.1); }
.drawer-logo {
  display: block;
  width: 145px;
  height: 92px;
  background: url("assets/apr-parent-logo-transparent.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
}
.drawer-close { border: 0; background: none; color: white; font-size: 28px; cursor: pointer; }
.drawer-group { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.drawer-group small { display: block; margin-bottom: 16px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.drawer-group a { display: block; padding: 7px 0; color: rgba(255,255,255,.78); text-decoration: none; font: 500 21px/1.25 var(--serif); }
.drawer-group a:hover { color: var(--gold-soft); }
.drawer-contact { margin-top: 24px; color: rgba(255,255,255,.5); font-size: 11px; }

/* Reusable editorial elements */
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 13px; color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { content: ""; width: 25px; height: 3px; background: currentColor; }
.kicker.gold { color: var(--gold-soft); }
.kicker.white { color: white; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 30px; padding-bottom: 12px; border-bottom: 3px solid var(--ink); }
.section-title h2 { margin: 0; font: 700 28px/1 var(--serif); }
.section-title a { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.section-title.light { border-color: rgba(255,255,255,.7); color: white; }
.section-title.light a { color: var(--gold-soft); }
.meta { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.arrow-link::after { content: "→"; transition: transform .2s; }
.arrow-link:hover::after { transform: translateX(4px); }
.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; text-decoration: none; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-dark { background: var(--navy); color: white; }
.btn-outline { border-color: currentColor; background: transparent; }

/* Home */
.news-alert { background: white; border-bottom: 1px solid var(--rule); }
.news-alert-inner { min-height: 43px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.alert-label { padding: 5px 9px; background: var(--red); color: white; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.alert-copy { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font: 600 13px/1.2 var(--serif); }
.news-alert a { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.home-lead { padding: 48px 0 55px; background: white; }
.lead-grid { display: grid; grid-template-columns: 1.45fr .72fr .55fr; gap: 28px; }
.lead-story { padding-right: 28px; border-right: 1px solid var(--rule); }
.lead-visual { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 72% 42%, #135080 0, var(--navy) 46%, #020a13 100%); }
.lead-visual::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 60px 60px; }
.lead-visual img { position: relative; width: 88%; height: auto; filter: drop-shadow(0 18px 25px rgba(0,0,0,.4)); }
.lead-story h1 { margin: 22px 0 13px; font: 700 clamp(37px, 4.2vw, 59px)/.98 var(--serif); letter-spacing: -.035em; }
.lead-story h1 a { text-decoration: none; }
.lead-story h1 a:hover { color: var(--blue); }
.lead-deck { max-width: 740px; margin: 0 0 17px; color: var(--muted); font: 400 17px/1.55 var(--serif); }
.secondary-stack { display: grid; gap: 25px; }
.story-card { padding-bottom: 24px; border-bottom: 1px solid var(--rule); }
.story-card:last-child { border-bottom: 0; }
.story-card h2, .story-card h3 { margin: 8px 0 10px; font: 700 24px/1.08 var(--serif); }
.story-card h3 { font-size: 20px; }
.story-card a { text-decoration: none; }
.story-card a:hover { color: var(--blue); }
.story-card p { margin: 0 0 12px; color: var(--muted); font-size: 13px; }
.latest-column { padding-left: 24px; border-left: 1px solid var(--rule); }
.latest-title { margin: 0 0 18px; padding-bottom: 9px; border-bottom: 3px solid var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.latest-item { padding: 15px 0; border-bottom: 1px solid var(--rule); }
.latest-item:first-of-type { padding-top: 0; }
.latest-item time { display: block; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.latest-item a { display: block; margin-top: 5px; text-decoration: none; font: 600 15px/1.25 var(--serif); }
.latest-item a:hover { color: var(--blue); }

.home-section { padding: 70px 0; }
.network-feature { background: var(--paper); }
.network-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 55px; align-items: stretch; }
.network-intro { padding: 30px 0; }
.network-intro h2 { margin: 0 0 22px; font: 700 clamp(40px, 5vw, 68px)/.96 var(--serif); letter-spacing: -.04em; }
.network-intro p { max-width: 500px; color: var(--muted); font-size: 16px; }
.edition-panel { position: relative; min-height: 470px; padding: 45px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--navy); color: white; }
.edition-panel::before { content: "APR•"; position: absolute; top: 5px; right: -20px; color: rgba(255,255,255,.045); font: italic 800 180px/1 var(--serif); letter-spacing: -15px; }
.edition-panel::after { content: ""; position: absolute; width: 380px; height: 380px; right: -145px; top: -120px; border: 55px solid rgba(243,185,35,.09); border-radius: 50%; }
.edition-status { position: absolute; top: 32px; left: 35px; display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.edition-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.edition-panel small { position: relative; color: var(--gold-soft); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.edition-panel h3 { position: relative; margin: 8px 0 15px; font: 500 50px/1 var(--serif); }
.edition-panel p { position: relative; max-width: 550px; margin: 0 0 24px; color: rgba(255,255,255,.66); }
.edition-panel .arrow-link { position: relative; color: var(--gold-soft); }
.edition-actions { position: relative; display: flex; flex-wrap: wrap; gap: 12px 28px; }

.edition-headlines { background: white; border-top: 1px solid var(--rule); }
.edition-headlines-profile { border-top: 0; }
.edition-headlines-header { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: end; margin-bottom: 34px; }
.edition-headlines-header h2 { margin: 5px 0 12px; font: 700 clamp(38px, 5vw, 62px)/.96 var(--serif); letter-spacing: -.035em; }
.edition-headlines-header p:last-child { max-width: 720px; margin: 0; color: var(--muted); }
.edition-news-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(390px, .7fr); gap: 30px; align-items: stretch; }
.edition-story-card { min-width: 0; overflow: hidden; background: var(--paper); }
.edition-story-image { display: block; overflow: hidden; background: var(--paper-2); }
.edition-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.edition-story-card:hover .edition-story-image img { transform: scale(1.025); }
.edition-story-lead { position: relative; display: flex; min-height: 550px; background: linear-gradient(145deg, var(--navy), #0a355d); color: white; border-bottom: 5px solid var(--gold); }
.edition-story-lead::before { content: attr(data-story-number); position: absolute; right: 30px; top: 12px; color: rgba(255,255,255,.055); font: 800 clamp(150px, 20vw, 270px)/1 var(--serif); letter-spacing: -.08em; }
.edition-story-lead::after { content: "LATEST REPORT"; position: absolute; top: 32px; left: 32px; padding-bottom: 10px; border-bottom: 3px solid var(--gold); color: var(--gold-soft); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.edition-story-lead .edition-story-body { position: relative; z-index: 1; width: 100%; margin-top: auto; padding: 160px 40px 42px; }
.edition-story-meta { margin: 0 0 10px; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.edition-story-lead .edition-story-meta { color: var(--gold-soft); }
.edition-story-card h3 { margin: 0 0 12px; font: 700 21px/1.08 var(--serif); }
.edition-story-card h3, .edition-headlines-header h2 { overflow-wrap: anywhere; }
.edition-story-lead h3 { max-width: 780px; margin-bottom: 18px; font-size: clamp(38px, 4.2vw, 59px); line-height: .98; letter-spacing: -.025em; }
.edition-story-card h3 a { text-decoration: none; }
.edition-story-card h3 a:hover { color: var(--blue); }
.edition-story-lead h3 a:hover { color: var(--gold-soft); }
.edition-story-summary { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.edition-story-lead .edition-story-summary { max-width: 700px; color: rgba(255,255,255,.66); font-size: 14px; }
.edition-story-source { color: var(--blue); text-decoration: none; font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.edition-story-lead .edition-story-source { color: var(--gold-soft); }
.edition-story-source:hover { text-decoration: underline; }
.edition-story-rail { display: grid; grid-template-rows: repeat(3, 1fr); border-top: 5px solid var(--navy); }
.edition-story-compact { position: relative; display: flex; min-height: 175px; border-bottom: 1px solid var(--rule); background: white; }
.edition-story-compact::before { content: attr(data-story-number); position: absolute; right: 18px; top: 14px; color: rgba(6,26,49,.08); font: 700 50px/1 var(--serif); }
.edition-story-compact .edition-story-body { position: relative; z-index: 1; display: flex; width: 100%; flex-direction: column; align-items: flex-start; padding: 24px 88px 22px 25px; }
.edition-story-compact h3 { max-width: 380px; font-size: 23px; }
.edition-story-compact .edition-story-summary { display: none; }
.edition-story-compact .edition-story-source { margin-top: auto; }
.edition-story-loading { min-height: 175px; padding: 24px; }
.edition-story-loading.edition-story-lead { min-height: 560px; }
.edition-story-loading span { display: block; height: 12px; margin-bottom: 14px; background: linear-gradient(90deg, var(--paper-2), white, var(--paper-2)); background-size: 200% 100%; animation: feed-loading 1.2s infinite linear; }
.edition-story-loading.edition-story-lead span:first-child { height: 330px; margin: -24px -24px 25px; }
.edition-story-loading span:last-child { width: 60%; }
.feed-fallback { grid-column: 1 / -1; padding: 28px; background: var(--paper); border-left: 4px solid var(--gold); }
.feed-fallback a { color: var(--blue); font-weight: 750; }
@keyframes feed-loading { to { background-position: -200% 0; } }

.standards-band { background: #051425; color: white; }
.standards-cards { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.13); }
.standard-mini { min-height: 245px; padding: 30px; border-right: 1px solid rgba(255,255,255,.13); }
.standard-mini:last-child { border-right: 0; }
.standard-mini span { color: var(--gold); font-size: 10px; font-weight: 850; }
.standard-mini h3 { margin: 37px 0 12px; font: 600 24px/1.1 var(--serif); }
.standard-mini p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.standards-footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 28px; }
.standards-footer p { max-width: 700px; margin: 0; color: rgba(255,255,255,.58); }

.briefing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.brief-card { position: relative; min-height: 330px; padding: 30px; background: white; border-top: 5px solid var(--navy); box-shadow: 0 12px 40px rgba(15,29,43,.07); }
.brief-card:nth-child(2) { border-color: var(--gold); }
.brief-card:nth-child(3) { border-color: var(--red); }
.brief-card .number { color: rgba(6,26,49,.12); font: 800 70px/1 var(--serif); }
.brief-card h3 { margin: 35px 0 13px; font: 700 26px/1.08 var(--serif); }
.brief-card p { color: var(--muted); font-size: 14px; }
.brief-card .arrow-link { position: absolute; bottom: 28px; }

.newsletter { padding: 56px 0; background: var(--gold); color: var(--ink); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.newsletter h2 { margin: 0; font: 700 37px/1 var(--serif); }
.newsletter p { margin: 12px 0 0; font-size: 13px; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { flex: 1; min-width: 0; height: 48px; padding: 0 15px; border: 1px solid rgba(7,17,30,.35); background: rgba(255,255,255,.55); }
.newsletter-form button { min-width: 135px; height: 48px; border: 0; background: var(--navy); color: white; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.form-note { grid-column: 2; margin-top: -55px; color: rgba(7,17,30,.6); font-size: 10px; }

/* Interior pages */
.page-hero { position: relative; padding: 70px 0 75px; background: var(--navy); color: white; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -140px; top: -265px; border: 80px solid rgba(243,185,35,.07); border-radius: 50%; }
.breadcrumbs { margin: 0 0 33px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { max-width: 850px; margin: 0; font: 700 clamp(50px, 7vw, 88px)/.92 var(--serif); letter-spacing: -.045em; }
.page-hero .deck { max-width: 730px; margin: 25px 0 0; color: rgba(255,255,255,.67); font: 400 19px/1.55 var(--serif); }
.page-hero.compact { padding: 52px 0 58px; }
.page-hero.compact h1 { font-size: clamp(44px, 5vw, 65px); }
.page-content { padding: 75px 0 100px; background: white; }
.page-content.paper { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.intro-label { padding-top: 8px; color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.prose h2 { margin: 0 0 25px; font: 700 clamp(35px, 4vw, 52px)/1 var(--serif); letter-spacing: -.03em; }
.prose h3 { margin: 42px 0 14px; font: 700 27px/1.1 var(--serif); }
.prose p { margin: 0 0 20px; color: #3f4d5e; font: 400 17px/1.75 var(--serif); }
.prose .lead-p { color: var(--text); font-size: 22px; line-height: 1.58; }
.prose blockquote { margin: 45px 0; padding: 8px 0 8px 28px; border-left: 5px solid var(--gold); color: var(--navy); font: 600 29px/1.25 var(--serif); }

.directory-tools { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.search-box { position: relative; flex: 1; max-width: 460px; }
.search-box input { width: 100%; height: 48px; padding: 0 44px 0 15px; border: 1px solid var(--rule); background: white; }
.search-box span { position: absolute; right: 16px; top: 12px; color: var(--muted); }
.filter-group { display: flex; gap: 7px; }
.filter-button { padding: 0 15px; border: 1px solid var(--rule); background: transparent; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.filter-button.active { background: var(--navy); border-color: var(--navy); color: white; }
.directory-count { margin: 0 0 15px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.edition-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.edition-directory-card { min-height: 380px; padding: 30px; display: flex; flex-direction: column; background: white; border: 1px solid var(--rule); }
.edition-directory-card.active { background: var(--navy); color: white; border-color: var(--navy); }
.edition-directory-card .state { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.edition-directory-card.active .state { color: var(--gold-soft); }
.edition-directory-card h2 { margin: auto 0 15px; font: 600 38px/1 var(--serif); }
.edition-directory-card p { margin: 0 0 25px; color: var(--muted); font-size: 13px; }
.edition-directory-card.active p { color: rgba(255,255,255,.62); }
.edition-directory-card .arrow-link { color: inherit; }
.directory-card-links { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.edition-directory-card.future { justify-content: center; text-align: center; border-style: dashed; }
.edition-directory-card.future .plus { margin: 0 auto 25px; width: 65px; height: 65px; border: 1px solid var(--rule); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: 30px; }
.edition-directory-card.future h2 { margin: 0 0 15px; font-size: 27px; }

.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 55px; background: var(--rule); border: 1px solid var(--rule); }
.model-step { min-height: 260px; padding: 32px; background: white; }
.model-step span { color: var(--gold); font: 800 12px/1 var(--sans); }
.model-step h3 { margin: 45px 0 12px; font: 700 24px/1.1 var(--serif); }
.model-step p { margin: 0; color: var(--muted); font-size: 13px; }

.edition-hero { position: relative; padding: 48px 0 70px; overflow: hidden; background: linear-gradient(120deg, #04101f, var(--navy) 58%, #0b3358); color: white; }
.edition-hero::after { content: "APR"; position: absolute; right: -32px; bottom: -74px; color: rgba(255,255,255,.025); font: italic 800 310px/.8 var(--serif); letter-spacing: -25px; }
.edition-hero .breadcrumbs { position: relative; z-index: 1; margin-bottom: 50px; }
.edition-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 70px; align-items: end; }
.edition-hero-copy { min-width: 0; }
.edition-hero-copy h1 { margin: 10px 0 22px; overflow-wrap: anywhere; font: 700 clamp(58px, 8vw, 108px)/.87 var(--serif); letter-spacing: -.06em; }
.edition-hero-copy h1 span { color: var(--gold); }
.edition-hero-copy > p:not(.kicker) { max-width: 770px; margin: 0; color: rgba(255,255,255,.68); font: 400 20px/1.55 var(--serif); }
.edition-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 32px; }
.text-link-light { color: white; text-decoration: none; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.text-link-light:hover { color: var(--gold-soft); }
.edition-identity { padding: 28px; background: rgba(1,8,16,.44); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); }
.edition-number { display: block; margin: -7px 0 25px; color: var(--gold); font: 700 74px/1 var(--serif); }
.edition-identity > div { display: grid; gap: 3px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.14); }
.edition-identity small { color: rgba(255,255,255,.42); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.edition-identity strong { font: 600 21px/1.2 var(--serif); }
.edition-identity > div > span { color: rgba(255,255,255,.55); font-size: 11px; }
.active-edition { display: flex; align-items: center; gap: 8px; }
.active-edition i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(243,185,35,.1); }
.edition-service-bar { background: var(--gold); color: var(--ink); }
.edition-service-bar .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.edition-service-bar a { position: relative; min-width: 0; display: grid; gap: 2px; min-height: 118px; align-content: center; padding: 22px 28px; border-right: 1px solid rgba(7,17,30,.2); text-decoration: none; }
.edition-service-bar a:first-child { border-left: 1px solid rgba(7,17,30,.2); }
.edition-service-bar a > span { position: absolute; right: 15px; top: 12px; color: rgba(7,17,30,.22); font: 700 28px/1 var(--serif); }
.edition-service-bar strong { overflow-wrap: anywhere; font: 700 21px/1.1 var(--serif); }
.edition-service-bar small { opacity: .65; font-size: 10px; }
.edition-service-bar a:hover { background: var(--gold-soft); }

.standards-layout { display: grid; grid-template-columns: 260px 1fr; gap: 75px; align-items: start; }
.standards-toc { position: sticky; top: 25px; }
.standards-toc strong { display: block; padding-bottom: 12px; border-bottom: 3px solid var(--ink); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.standards-toc a { display: block; padding: 11px 0; border-bottom: 1px solid var(--rule); color: var(--muted); text-decoration: none; font-size: 12px; }
.standards-toc a:hover { color: var(--blue); }
.standard-section { scroll-margin-top: 20px; padding: 0 0 55px; margin-bottom: 55px; border-bottom: 1px solid var(--rule); }
.standard-section:last-child { border-bottom: 0; }
.standard-section .number { color: var(--gold); font: 800 13px/1 var(--sans); }
.standard-section h2 { margin: 13px 0 20px; font: 700 40px/1 var(--serif); }
.standard-section p, .standard-section li { color: #435162; font: 400 16px/1.72 var(--serif); }
.standard-section ul { padding-left: 20px; }

.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 45px; }
.value-card { padding: 35px; background: var(--paper); border-top: 4px solid var(--navy); }
.value-card h3 { margin: 0 0 12px; font: 700 25px/1.1 var(--serif); }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }
.timeline { margin-top: 55px; border-left: 2px solid var(--rule); }
.timeline-item { position: relative; padding: 0 0 45px 35px; }
.timeline-item::before { content: ""; position: absolute; left: -7px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); border: 3px solid white; }
.timeline-item small { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.timeline-item h3 { margin: 6px 0 10px; font: 700 25px/1.1 var(--serif); }
.timeline-item p { margin: 0; color: var(--muted); }

.newsroom-layout { display: grid; grid-template-columns: 1fr 340px; gap: 55px; }
.news-list { border-top: 3px solid var(--ink); }
.news-list-item { display: grid; grid-template-columns: 140px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--rule); }
.news-list-item time { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-list-item h2 { margin: 0 0 10px; font: 700 27px/1.08 var(--serif); }
.news-list-item h2 a { text-decoration: none; }
.news-list-item p { margin: 0; color: var(--muted); font-size: 14px; }
.newsroom-sidebar { padding: 28px; background: var(--navy); color: white; align-self: start; }
.newsroom-sidebar h2 { margin: 0 0 16px; font: 600 28px/1 var(--serif); }
.newsroom-sidebar p { color: rgba(255,255,255,.6); font-size: 13px; }
.resource-link { display: block; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); color: white; text-decoration: none; font-size: 12px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; }
.contact-methods { display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.contact-method { padding: 26px; background: white; }
.contact-method small { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-method h2 { margin: 7px 0 9px; font: 700 23px/1 var(--serif); }
.contact-method a { color: var(--blue); text-decoration: none; font-size: 13px; font-weight: 700; }
.contact-form { padding: 35px; background: white; border: 1px solid var(--rule); box-shadow: 0 15px 45px rgba(15,29,43,.07); }
.contact-form h2 { margin: 0 0 25px; font: 700 30px/1 var(--serif); }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 6px; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 12px; border: 1px solid var(--rule); background: #faf9f6; }
.field textarea { min-height: 135px; resize: vertical; }
.form-status { min-height: 20px; margin: 12px 0 0; color: var(--muted); font-size: 11px; }

.policy { padding: 70px 0 100px; background: white; }
.policy h1 { margin: 0 0 15px; font: 700 52px/1 var(--serif); }
.policy .updated { margin-bottom: 45px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.policy h2 { margin: 38px 0 12px; font: 700 27px/1.1 var(--serif); }
.policy p, .policy li { color: #435162; font: 400 16px/1.72 var(--serif); }

/* Footer */
.site-footer { background: #020911; color: white; }
.policy + .site-footer::before {
  content: "";
  display: block;
  width: 160px;
  height: 105px;
  margin: 0 auto;
  padding-top: 24px;
  background: url("assets/apr-parent-logo-transparent.png") center / contain no-repeat;
}
.footer-main { padding: 60px 0 45px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 55px; }
.footer-brand strong {
  display: block;
  width: 180px;
  height: 112px;
  background: url("assets/apr-parent-logo-transparent.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
}
.footer-brand span { display: block; margin-top: 14px; color: rgba(255,255,255,.52); font: 500 10px/1.5 var(--serif); letter-spacing: .12em; text-transform: uppercase; }
.footer-column h2 { margin: 0 0 16px; color: var(--gold-soft); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { display: block; padding: 5px 0; color: rgba(255,255,255,.66); text-decoration: none; font-size: 12px; }
.footer-column a:hover { color: white; }
.footer-column p { margin: 0 0 12px; color: rgba(255,255,255,.45); font-size: 11px; }
.footer-email { color: var(--gold-soft) !important; word-break: break-word; }
.footer-bottom { min-height: 57px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { text-decoration: none; }

@media (max-width: 1000px) {
  .lead-grid { grid-template-columns: 1.35fr .65fr; }
  .latest-column { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--rule); }
  .latest-title { grid-column: 1 / -1; margin-bottom: 0; }
  .network-grid, .newsletter-inner { grid-template-columns: 1fr; }
  .form-note { grid-column: 1; margin-top: -45px; }
  .standards-cards { grid-template-columns: repeat(2, 1fr); }
  .edition-news-layout { grid-template-columns: 1fr; }
  .edition-story-rail { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }
  .edition-story-compact .edition-story-body { padding-right: 60px; }
  .edition-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .standard-mini:nth-child(2) { border-right: 0; }
  .standard-mini:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .edition-directory { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-main .footer-column:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .wrap, .narrow { width: min(calc(100% - 28px), var(--wrap)); }
  .topline-left span:not(.signal-dot), .topline-right a:first-child { display: none; }
  .masthead-main { min-height: 88px; grid-template-columns: 45px 1fr 45px; }
  .menu-button > span:last-child, .masthead-actions .find-edition, .masthead-actions .contact-btn { display: none; }
  .masthead-brand strong { width: 118px; height: 58px; }
  .masthead-brand span { margin-top: 9px; font-size: 8px; letter-spacing: .13em; }
  .masthead-actions { width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
  .masthead-actions::before { content: "⌖"; margin: auto; color: var(--gold-soft); }
  .primary-nav { display: none; }
  .news-alert-inner { grid-template-columns: auto 1fr; }
  .news-alert a { display: none; }
  .home-lead { padding-top: 28px; }
  .lead-grid { grid-template-columns: 1fr; }
  .lead-story { padding-right: 0; border-right: 0; }
  .lead-visual { min-height: 270px; }
  .lead-story h1 { font-size: 38px; }
  .lead-deck { font-size: 16px; }
  .secondary-stack { grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 25px; border-top: 1px solid var(--rule); }
  .story-card { border-bottom: 0; }
  .story-card h2, .story-card h3 { font-size: 20px; }
  .latest-column { grid-template-columns: 1fr; gap: 0; }
  .home-section { padding: 55px 0; }
  .network-grid { gap: 25px; }
  .edition-headlines-header { grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .network-intro h2 { font-size: 45px; }
  .edition-panel { min-height: 420px; padding: 28px; }
  .edition-panel h3 { font-size: 39px; }
  .standards-cards, .briefing-grid { grid-template-columns: 1fr; }
  .standard-mini { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .standard-mini:last-child { border-bottom: 0; }
  .standards-footer { align-items: flex-start; flex-direction: column; }
  .brief-card { min-height: 300px; }
  .edition-story-rail { grid-template-columns: 1fr; }
  .edition-story-compact { min-height: 165px; }
  .edition-story-lead .edition-story-body { padding: 24px; }
  .edition-story-lead .edition-story-body { padding-top: 145px; }
  .edition-story-lead h3 { font-size: 30px; }
  .edition-hero { padding: 35px 0 48px; }
  .edition-hero .breadcrumbs { margin-bottom: 35px; }
  .edition-hero-copy h1 { font-size: clamp(48px, 15vw, 72px); }
  .edition-hero-copy > p:not(.kicker) { font-size: 17px; }
  .edition-hero-actions { align-items: flex-start; flex-direction: column; }
  .edition-service-bar .wrap { grid-template-columns: 1fr 1fr; }
  .edition-service-bar a { min-height: 105px; border-bottom: 1px solid rgba(7,17,30,.2); }
  .newsletter-inner { gap: 28px; }
  .newsletter-form { flex-direction: column; }
  .form-note { margin: -15px 0 0; }
  .page-hero { padding: 45px 0 52px; }
  .page-hero h1 { font-size: 49px; }
  .page-hero .deck { font-size: 17px; }
  .page-content { padding: 55px 0 75px; }
  .intro-grid, .standards-layout, .newsroom-layout, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .standards-toc { position: static; }
  .directory-tools { flex-direction: column; }
  .filter-group { min-height: 42px; }
  .edition-directory { grid-template-columns: 1fr; }
  .model-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .news-list-item { grid-template-columns: 1fr; gap: 7px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .edition-hero-copy h1 { font-size: 49px; }
  .edition-headlines-header h2 { font-size: 37px; }
  .edition-story-lead h3 { font-size: 28px; }
  .edition-story-compact h3 { font-size: 20px; }
  .edition-story-compact .edition-story-body { padding: 22px 50px 22px 20px; }
  .edition-service-bar a { padding-inline: 20px; }
  .edition-service-bar strong { font-size: 18px; }
  .secondary-stack { grid-template-columns: 1fr; }
  .edition-panel::before { font-size: 130px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-main .footer-column:last-child { grid-column: auto; }
}

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