:root {
  --ink: #0b1726;
  --navy: #071d33;
  --blue: #0b69a8;
  --sky: #d9effa;
  --paper: #f7f8f6;
  --white: #fff;
  --muted: #5d6874;
  --line: #dbe0e5;
  --red: #d34535;
  --green: #1a8068;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 17px; line-height: 1.72; }
a { color: var(--blue); text-underline-offset: .18em; }
img { max-width: 100%; display: block; }
button, summary { font: inherit; }
.draft-ribbon { background: var(--red); color: white; text-align: center; padding: .38rem 1rem; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-header { height: 82px; max-width: var(--max); margin: auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: .75rem; color: var(--ink); text-decoration: none; line-height: 1.1; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--navy); color: white; font-weight: 800; letter-spacing: -.04em; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: .3rem; color: var(--muted); font-size: .72rem; letter-spacing: .08em; }
nav { display: flex; gap: 1.5rem; }
nav a { color: var(--ink); text-decoration: none; font-size: .86rem; font-weight: 700; }

.hero { position: relative; width: min(100% - 2rem, 1440px); min-height: 680px; margin: 0 auto; overflow: hidden; background: var(--navy); color: white; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 62%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,29,.95) 0%, rgba(3,16,29,.75) 42%, rgba(3,16,29,.1) 80%), linear-gradient(0deg, rgba(3,16,29,.68), transparent 45%); }
.hero-content { position: relative; z-index: 1; max-width: var(--max); min-height: 680px; margin: auto; padding: 7.5rem 2rem 3.25rem; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.kicker { display: flex; gap: .65rem; margin-bottom: 1rem; }
.kicker span { padding: .35rem .6rem; border: 1px solid rgba(255,255,255,.45); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 0; font-family: "Newsreader", serif; font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .91; letter-spacing: -.045em; }
.hero-content > p { max-width: 710px; margin: 1.5rem 0 2rem; color: #e7f2f8; font-size: 1.18rem; line-height: 1.55; }
.byline { display: flex; align-items: center; gap: .75rem; line-height: 1.2; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--navy); font-weight: 800; }
.byline strong, .byline small { display: block; }
.byline small { margin-top: .3rem; color: #bad1de; font-size: .78rem; }
.hero-credit { position: absolute; z-index: 2; right: 1rem; bottom: .6rem; max-width: 38%; margin: 0; color: rgba(255,255,255,.8); font-size: .68rem; text-align: right; }
.hero-credit a { color: white; }

.reader-tools { position: sticky; top: 0; z-index: 10; width: min(100% - 2rem, 920px); margin: -1px auto 0; padding: .65rem; display: flex; justify-content: center; gap: .5rem; background: rgba(255,255,255,.96); border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(7,29,51,.08); backdrop-filter: blur(10px); }
.reader-tools button { min-width: 108px; padding: .7rem 1rem; border: 0; background: transparent; color: var(--navy); font-weight: 700; cursor: pointer; }
.reader-tools button:hover, .reader-tools button:focus-visible { background: var(--sky); outline: none; }
.reader-tools button.active { background: var(--navy); color: white; }

.article-shell { width: min(100% - 2.25rem, 780px); margin: 5rem auto 7rem; }
.article-shell p { margin: 0 0 1.45rem; }
.article-shell .lead { font-family: "Newsreader", serif; font-size: 1.55rem; line-height: 1.48; color: #142b40; }
.article-shell h2 { margin: 4.8rem 0 1.4rem; font-family: "Newsreader", serif; font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.03; letter-spacing: -.03em; }
.article-shell h3 { line-height: 1.2; }
.editor-alert { margin: 0 0 2.6rem; padding: 1.25rem 1.4rem; border-left: 5px solid var(--red); background: #fff0ed; }
.editor-alert strong { color: #9c2f24; text-transform: uppercase; letter-spacing: .08em; font-size: .77rem; }
.editor-alert p { margin: .3rem 0 0; font-size: .93rem; line-height: 1.55; }
blockquote { margin: 3.2rem -5rem; padding: 2rem 3.1rem; color: var(--navy); border-left: 7px solid var(--blue); background: white; font-family: "Newsreader", serif; font-size: 2rem; line-height: 1.25; box-shadow: 0 18px 50px rgba(7,29,51,.08); }
.section-label { color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.claim-check { margin: 3.5rem -7rem; padding: 2.4rem; background: var(--navy); color: white; }
.claim-check h3 { margin: .55rem 0 1.5rem; font-family: "Newsreader", serif; font-size: 2.1rem; }
.claim-check dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; background: rgba(255,255,255,.15); }
.claim-check dl > div { padding: 1.3rem; background: var(--navy); }
.claim-check dt { color: #7ed0f4; font-weight: 800; }
.claim-check dd { margin: .45rem 0 0; color: #d9e4ec; font-size: .9rem; line-height: 1.5; }

.media { margin: 3.5rem -7rem; background: white; box-shadow: 0 16px 45px rgba(7,29,51,.1); }
.media img { width: 100%; max-height: 620px; object-fit: cover; }
.media figcaption { padding: .85rem 1rem; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.wide-right img { object-position: center 38%; }

.questions { list-style: none; margin: 2rem 0 3rem; padding: 0; counter-reset: question; border-top: 1px solid var(--line); }
.questions li { counter-increment: question; display: grid; grid-template-columns: 2rem 13rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.questions li::before { content: counter(question, decimal-leading-zero); color: var(--blue); font-weight: 800; }
.questions strong { line-height: 1.4; }
.questions span { color: var(--muted); line-height: 1.55; }

.tiers { margin: 2.4rem -7rem 3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.tiers section { padding: 1.6rem; background: white; }
.tiers span { color: var(--blue); font-weight: 800; font-size: .8rem; }
.tiers h3 { margin: .65rem 0 .75rem; font-family: "Newsreader", serif; font-size: 1.55rem; }
.tiers p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.actions { margin: 2rem 0 3rem; padding: 0; list-style: none; }
.actions li { position: relative; padding: .9rem 0 .9rem 2.2rem; border-bottom: 1px solid var(--line); }
.actions li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }

.euons { margin: 5rem -11rem 0; padding: 3.5rem; background: var(--navy); color: white; }
.euons h2 { margin: .4rem 0 2rem; }
.euons-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.euons-grid section { padding: 1.5rem; background: var(--navy); }
.euons-grid span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); font-weight: 800; }
.euons-grid h3 { margin: 1rem 0 .5rem; font-family: "Newsreader", serif; font-size: 1.5rem; }
.euons-grid p { margin: 0; color: #cddde7; font-size: .9rem; line-height: 1.55; }
.review-notes { margin-top: 3rem; padding: 1rem 1.25rem; border: 1px solid var(--line); background: white; }
.review-notes summary { cursor: pointer; font-weight: 800; }
.review-notes ol { margin-bottom: .25rem; color: var(--muted); }

footer { padding: 3rem max(2rem, calc((100% - var(--max)) / 2)); display: flex; justify-content: space-between; align-items: end; background: var(--navy); color: white; }
footer p { margin: .2rem 0 0; color: #adc2cf; font-size: .82rem; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: 2rem; transform: translate(-50%, 160%); padding: .8rem 1.1rem; background: var(--ink); color: white; opacity: 0; transition: .25s ease; font-size: .85rem; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1040px) {
  blockquote, .claim-check, .media, .tiers { margin-left: -2rem; margin-right: -2rem; }
  .euons { margin-left: -2rem; margin-right: -2rem; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .site-header { height: 70px; padding: 0 1rem; }
  nav { display: none; }
  .brand strong { font-size: .88rem; }
  .hero { width: 100%; min-height: 620px; }
  .hero > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,16,29,.96) 0%, rgba(3,16,29,.68) 55%, rgba(3,16,29,.12)); }
  .hero-content { min-height: 620px; padding: 5rem 1.2rem 3.3rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-content > p { font-size: 1rem; }
  .hero-credit { max-width: 90%; right: .8rem; }
  .reader-tools { width: 100%; overflow-x: auto; justify-content: flex-start; padding: .45rem; }
  .reader-tools button { min-width: 92px; font-size: .82rem; }
  .article-shell { width: min(100% - 2rem, 780px); margin-top: 3rem; }
  blockquote, .claim-check, .media, .tiers, .euons { margin-left: -1rem; margin-right: -1rem; }
  blockquote { padding: 1.5rem; font-size: 1.55rem; }
  .claim-check { padding: 1.25rem; }
  .claim-check dl, .tiers, .euons-grid { grid-template-columns: 1fr; }
  .questions li { grid-template-columns: 2rem 1fr; }
  .questions li span { grid-column: 2; }
  .euons { padding: 2rem 1.2rem; }
  footer { display: block; padding: 2rem 1.2rem; }
  footer > p { margin-top: 1rem; }
}

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