:root {
  --ink: #f3eee4;
  --ink-soft: #bdb6a9;
  --night: #090b0c;
  --line: rgba(243, 238, 228, .16);
  --amber: #efa33d;
  --amber-hot: #ffc56f;
  --teal: #68c5bd;
  --shell: calc(100% - 36px);
}
* { box-sizing: border-box; }
html { min-height: 100%; color-scheme: dark; background: var(--night); scroll-behavior: smooth; }
body { max-width: 480px; min-height: 100vh; margin: 0 auto; color: var(--ink); background: #0d1012; font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible { outline: 2px solid var(--amber-hot); outline-offset: 5px; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.masthead { width: var(--shell); margin: 0 auto; padding: 18px 0 8px; }
.brand { display: flex; align-items: center; gap: 12px; width: fit-content; min-height: 48px; text-decoration: none; }
.brand img { width: 48px; height: 48px; border-radius: 50%; }
.brand strong { display: block; font-size: 1.45rem; font-weight: 800; letter-spacing: -.035em; }
.brand small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.masthead nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 12px; border-bottom: 1px solid var(--line); }
.masthead nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink-soft); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.masthead nav a:hover { color: var(--amber-hot); }
.news-hero { position: relative; padding: 34px 0 40px; overflow: hidden; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { z-index: -3; background: url('/assets/audhd-tv-facebook-cover-v1.webp') center / cover no-repeat; animation: hero-settle 900ms ease both; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(9,11,12,.92), rgba(9,11,12,.72)), linear-gradient(0deg, #0d1012, transparent 85%); }
.hero-copy { width: var(--shell); margin: 0 auto; }
.hero-kicker, .eyebrow, .section-label, .meta-line { margin: 0; color: var(--amber-hot); font-size: .66rem; font-weight: 750; letter-spacing: .10em; line-height: 1.55; text-transform: uppercase; }
.hero-copy h1, .article-header h1, .error-main h1 { margin: 16px 0; font-family: Georgia, 'Times New Roman', serif; font-size: 2.15rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; overflow-wrap: break-word; }
.hero-copy > p:not(.hero-kicker) { margin: 0; color: #ded8cd; font-size: 1rem; line-height: 1.55; }
.hero-copy > * { animation: signal-in 400ms ease both; }
.hero-copy > :nth-child(2) { animation-delay: 70ms; }
.hero-copy > :nth-child(3) { animation-delay: 120ms; }
.hero-copy > :nth-child(4) { animation-delay: 170ms; }
.hero-source { position: relative; width: var(--shell); margin: 24px auto 0; color: var(--ink-soft); font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; }
.signal-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 48px; margin-top: 24px; padding: 12px 16px; background: var(--amber); color: #18120a; font-size: .9rem; font-weight: 800; text-decoration: none; border-radius: 3px; transition: background 160ms ease; }
.signal-link:hover { background: var(--amber-hot); }
.news-list { padding: 30px 0 44px; }
.section-heading { margin-bottom: 24px; }
.section-heading h2, .editorial-note h2, .article-section h2, .source-block h2 { margin: 12px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.65rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.15; text-wrap: balance; }
.story-row { position: relative; padding: 26px 0; border-top: 1px solid var(--line); }
.story-row:last-child { border-bottom: 1px solid var(--line); }
.story-number { display: none; }
.story-row h2 { margin: 12px 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.2; }
.story-row h2 a { text-decoration: none; }
.story-row h2 a:hover { color: var(--amber-hot); }
.story-row-copy > p:last-child { margin: 0; color: var(--ink-soft); font-size: .97rem; line-height: 1.6; }
.meta-line { color: var(--ink-soft); font-size: .62rem; }
.read-arrow { display: flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 10px; color: var(--amber-hot); font-size: .82rem; font-weight: 750; text-decoration: none; }
.read-arrow span { transition: transform 160ms ease; }
.read-arrow:hover span { transform: translate(3px, -2px); }
.editorial-note { padding: 26px 0 38px; border-top: 1px solid var(--line); }
.editorial-note > p:not(.eyebrow) { margin: 18px 0 0; color: var(--ink-soft); font-size: .94rem; line-height: 1.65; }
.note-links { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 18px; }
.note-links a, .article-footer > a { display: inline-flex; align-items: center; min-height: 44px; color: var(--amber-hot); font-size: .85rem; font-weight: 700; }
.site-footer { display: flex; flex-direction: column; gap: 12px; padding: 24px 0 32px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; line-height: 1.6; }
.site-footer p { margin: 0; }
.article-main { padding: 32px 0 44px; }
.article-dek { margin: 0; color: var(--ink-soft); font-size: 1.06rem; line-height: 1.6; }
.article-dates { display: flex; flex-direction: column; gap: 8px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .66rem; font-weight: 700; line-height: 1.5; letter-spacing: .04em; text-transform: uppercase; }
.article-art { margin: 26px 0; }
.article-art img { width: 100%; max-height: 174px; object-fit: cover; }
.article-art figcaption { margin-top: 8px; color: var(--ink-soft); font-size: .68rem; line-height: 1.5; }
.article-section, .source-block { margin: 0 0 32px; }
.article-section p:not(.section-label), .source-block > p:not(.section-label) { color: #d0c9bd; font-size: 1rem; line-height: 1.75; }
.commentary { padding-left: 16px; border-left: 2px solid var(--teal); }
.unknowns { padding-top: 24px; border-top: 1px solid var(--line); }
.source-block { padding: 20px; border: 1px solid rgba(239,163,61,.32); background: rgba(239,163,61,.035); }
.direct-source { margin-top: 18px; font-size: .76rem !important; overflow-wrap: anywhere; }
.direct-source a { color: var(--teal); }
.article-footer { display: flex; flex-direction: column; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.article-footer ul { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 0; padding: 0; color: var(--ink-soft); list-style: none; font-size: .75rem; }
.error-main { min-height: 55svh; padding: 48px 0; }
.error-main > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1rem; line-height: 1.6; }
.js [data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity 300ms ease, transform 300ms ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes signal-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes hero-settle { from { opacity: .4; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js [data-reveal], .hero-copy > * { opacity: 1; transform: none; }
}
