:root {
  --ink: #243139;
  --brand: #35434c;
  --brand-dark: #26343c;
  --muted: #647178;
  --line: #dce2e4;
  --bg: #f7f8f8;
  --panel: #fff;
  --soft: #edf1f2;
  --accent: #e26a4a;
  --accent-dark: #bd4d32;
  --success: #2e7257;
  --danger: #9f2f1d;
  --shadow: 0 18px 48px rgba(38, 52, 60, .09);
  --shadow-soft: 0 8px 28px rgba(38, 52, 60, .07);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body, input, textarea, button { font-family: inherit; }
img { display: block; max-width: 100%; }
a { color: var(--brand); text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { color: var(--accent-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(226, 106, 74, .42);
  outline-offset: 4px;
}
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 900px; margin-inline: auto; }
.skip-link { position: fixed; left: -10000px; top: 10px; padding: 10px 14px; background: #fff; z-index: 100; border-radius: 8px; }
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(53, 67, 76, .1);
  background: rgba(247, 248, 248, .94);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--brand); font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-logo { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; }
.brand-name { font-size: 1.2rem; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { padding: 10px 12px; border-radius: 999px; color: var(--brand); font-size: .94rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover { background: var(--soft); }
.main-nav .nav-cta { padding-inline: 18px; color: #fff; background: var(--brand); }
.main-nav .nav-cta:hover { color: #fff; background: var(--accent); }

h1, h2, h3 { margin-top: 0; color: var(--brand-dark); line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 840px; margin-bottom: 24px; font-size: clamp(2.7rem, 5.4vw, 4.9rem); }
h2 { max-width: 760px; margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
h3 { margin-bottom: 10px; font-size: 1.2rem; letter-spacing: -.02em; }
p { margin: 0 0 16px; }
.lead, .section-lead { max-width: 780px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.3rem); }
.eyebrow { margin-bottom: 14px; color: var(--accent-dark); font-size: .76rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.section { padding: clamp(64px, 7.5vw, 96px) 0; }
.section-anchor { scroll-margin-top: 90px; }
.section-heading { max-width: 820px; margin-bottom: 40px; }
.muted-band { background: var(--soft); }

.hero { position: relative; overflow: hidden; padding: clamp(72px, 9vw, 116px) 0; background: var(--brand); }
.hero::after { position: absolute; width: 520px; height: 520px; right: -180px; top: -240px; border-radius: 50%; background: rgba(226, 106, 74, .13); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(40px, 7vw, 88px); align-items: center; }
.hero-grid > * { min-width: 0; }
.hero h1 { color: #fff; }
.hero .lead { color: rgba(255, 255, 255, .77); }
.hero .eyebrow { color: #ffb09a; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; color: rgba(255, 255, 255, .72); font-size: .93rem; }
.hero-proof strong { color: #fff; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }
.button, .dossier-more summary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 21px;
  font-size: .95rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover, .dossier-more summary:hover { transform: translateY(-2px); text-decoration: none; }
.button.primary { background: var(--accent); color: #fff; }
.button.primary:hover { background: var(--accent-dark); color: #fff; }
.button.secondary { border-color: rgba(255, 255, 255, .3); color: #fff; background: transparent; }
.button.secondary:hover { border-color: #fff; background: rgba(255, 255, 255, .08); color: #fff; }
.page-hero .button.secondary { border-color: var(--line); color: var(--brand); background: #fff; }

.dashboard-preview { padding: 24px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 24px; color: #fff; background: rgba(255, 255, 255, .08); box-shadow: 0 30px 80px rgba(0, 0, 0, .2); backdrop-filter: blur(10px); }
.dashboard-heading, .dashboard-priority { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.dashboard-heading { padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .12); font-weight: 800; }
.status-dot { color: #b9ead7; font-size: .8rem; }
.status-dot::before { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #68c99f; content: ""; }
.dashboard-metric { display: grid; gap: 3px; padding: 25px 0 18px; }
.dashboard-metric span, .dashboard-metric small, .dashboard-priority span { color: rgba(255, 255, 255, .62); }
.dashboard-metric strong { font-size: 1.35rem; }
.dashboard-bars { height: 120px; display: flex; gap: 12px; align-items: end; padding: 14px 0 22px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.dashboard-bars span { width: 25%; height: var(--bar); border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg, #f69b81, var(--accent)); }
.dashboard-priority { align-items: flex-start; padding-top: 20px; }
.dashboard-priority strong { max-width: 230px; text-align: right; }

.steps, .cards, .benefit-grid { display: grid; gap: 20px; }
.steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps article, .cards article, .example-box, .scope-note { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.steps article, .cards article { box-shadow: var(--shadow-soft); }
.steps span, .card-kicker { display: inline-grid; width: 38px; height: 38px; margin-bottom: 25px; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-weight: 800; }
.steps p, .cards p { color: var(--muted); }
.benefits { color: #fff; background: var(--brand-dark); }
.benefits .container { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 8vw, 100px); align-items: start; }
.benefits h2, .benefits h3 { color: #fff; }
.benefits-intro > p:not(.eyebrow) { color: rgba(255, 255, 255, .7); }
.benefits .eyebrow { color: #ffb09a; }
.price-note { margin-top: 26px; padding: 18px 20px; border-left: 3px solid var(--accent); background: rgba(255, 255, 255, .06); }
.benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.benefit-grid article { padding: 8px 0 28px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.benefit-grid span { color: #ff9d82; font-size: .8rem; font-weight: 800; }
.benefit-grid p { color: rgba(255, 255, 255, .65); }

.dossier { background: #fff; }
.dossier-home { padding-block: clamp(52px, 7vw, 82px); background: var(--soft); }
.dossier-home-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: end; margin-bottom: 30px; }
.dossier-home-heading h2 { max-width: 850px; margin-top: 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.6vw, 3.15rem); }
.dossier-week { margin: 0; color: var(--accent-dark); font-size: 1rem; font-weight: 850; }
.dossier-home-heading .section-lead { max-width: 720px; margin-top: 18px; }
.dossier-home-facts { margin-top: 14px; color: var(--muted); font-size: .9rem; font-weight: 750; }
.dossier-open-button { margin-bottom: 4px; white-space: nowrap; }
.dossier-home-rail { grid-auto-columns: minmax(310px, 31%); align-items: stretch; }
.dossier-home-rail .article-card { height: 100%; }
.dossier-home .rail-controls { margin: 0 0 18px; }
.dossier-home-links { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-top: 22px; }
.mobile-dossier-button { display: none; border-color: var(--line) !important; color: var(--brand) !important; background: #fff !important; }
.mobile-dossier-button:hover { border-color: var(--accent) !important; color: var(--accent-dark) !important; background: #fff !important; }
.dossier-home-empty { background: #fff; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.split-heading > p { color: var(--muted); }
.article-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 32%);
  gap: 20px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--accent) var(--soft);
  scrollbar-width: thin;
  align-items: start;
}
.article-rail .article-card { scroll-snap-align: start; }
.rail-controls { display: flex; justify-content: flex-end; gap: 8px; margin: -58px 0 18px; }
.rail-button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--brand);
  background: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.rail-button:hover { border-color: var(--accent); color: var(--accent-dark); }
.article-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); }
.article-card:focus-within { outline: 3px solid rgba(226, 106, 74, .25); outline-offset: 3px; }
.article-card-cover {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 18px;
  padding: clamp(28px, 4vw, 42px);
  color: #fff;
  background: var(--brand);
  isolation: isolate;
}
.article-card-cover::after {
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  right: -74px;
  top: -92px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  content: "";
}
.article-card-label { display: flex; min-width: 0; align-items: flex-start; gap: 11px; color: #ffb09a; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-card-number { display: inline-grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: .72rem; letter-spacing: 0; }
.article-card-section { min-width: 0; flex: 1 1 auto; white-space: normal; overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
.article-card-cover h3 { min-width: 0; max-width: 100%; margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.08; overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
.article-card-cover h3 a { color: inherit; text-decoration: none; }
.article-card-cover h3 a:hover { color: #ffb09a; }
.article-card-body { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; background: #fff; }
.article-card-summary { padding: 22px clamp(24px, 4vw, 38px) 18px; }
.article-card-standfirst {
  display: -webkit-box;
  max-width: 68ch;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.article-card-footer { display: flex; justify-content: space-between; gap: 14px; align-items: end; margin-top: auto; padding: 14px clamp(24px, 4vw, 38px) 17px; border-top: 1px solid var(--line); background: #fff; }
.article-meta { display: flex; flex-wrap: wrap; gap: 5px 14px; color: #7b878d; font-size: .74rem; }
.article-meta time { text-transform: lowercase; }
.article-card-action { flex: 0 0 auto; color: var(--accent-dark); font-size: .88rem; font-weight: 850; text-decoration: none; }
.article-card-action:hover { color: var(--brand); }
.article-tag { width: fit-content; margin-bottom: 28px; padding: 5px 9px; border-radius: 999px; color: var(--accent-dark); background: #fff0eb; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.coming-soon { margin-top: auto; padding-top: 24px; color: var(--muted); font-size: .82rem; font-weight: 750; }
.dossier-more { margin-top: 26px; }
.dossier-more summary { width: fit-content; border-color: var(--line); color: var(--brand); background: #fff; list-style: none; }
.dossier-more summary::-webkit-details-marker { display: none; }
.more-articles { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.mobile-more-button { display: none; }
.dossier-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.dossier-actions .button { width: auto; }
.text-link { font-weight: 800; }
.dossier-period { color: var(--accent-dark); font-size: .88rem; font-weight: 800; }
.editorial-empty { max-width: 760px; padding: clamp(32px, 6vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: var(--muted); font-size: .84rem; }
.breadcrumbs a { color: var(--muted); }
.dossier-list { display: grid; gap: 24px; }
.dossier-list-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.dossier-list-link { display: grid; grid-template-columns: minmax(240px, .65fr) 1.35fr; color: inherit; text-decoration: none; }
.dossier-list-link:hover { color: inherit; text-decoration: none; }
.dossier-list-link > img, .dossier-cover-fallback { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.dossier-cover-fallback { display: grid; place-items: center; color: rgba(255,255,255,.7); background: linear-gradient(135deg, var(--brand), #526570); font-weight: 800; }
.dossier-list-content { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(28px, 5vw, 50px); }
.dossier-list-content > span:not(.article-tag):not(.dossier-period) { color: var(--muted); }
.dossier-list-content > strong { margin-top: auto; padding-top: 24px; color: var(--accent-dark); }
.pagination { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 42px; }
.dossier-cover { width: 100%; margin-top: 40px; border-radius: var(--radius); aspect-ratio: 16 / 9; object-fit: cover; }
.dossier-reading-order > h2 { margin-bottom: 48px; }
.dossier-articles { display: grid; gap: 46px; }
.ordered-article { display: grid; grid-template-columns: 1fr; align-items: start; }
.order-number { position: sticky; top: 100px; color: var(--accent); font-size: 1.35rem; font-weight: 900; }
.ordered-article .article-card { min-height: auto; }
.article-card-compact .article-card-cover { min-height: 310px; align-content: start; gap: 22px; padding: 26px; }
.article-card-compact .article-card-cover h3 { display: block; overflow: visible; }
.article-card-compact.title-short .article-card-cover h3 { font-size: 1.85rem; line-height: 1.06; }
.article-card-compact.title-medium .article-card-cover h3 { font-size: 1.58rem; line-height: 1.07; }
.article-card-compact.title-long .article-card-cover h3 { font-size: 1.38rem; line-height: 1.08; }
.article-card-compact .article-card-summary { min-height: 152px; padding: 21px 24px 16px; }
.article-card-compact .article-card-footer { align-items: flex-start; flex-direction: column; gap: 8px; padding: 12px 24px 15px; }
.article-card-compact .article-meta { flex-wrap: wrap; gap: 5px 11px; }
.article-card-complete .article-card-cover { min-height: 300px; align-content: center; }
.card-brief { padding: 0 clamp(24px, 4vw, 36px) 28px; background: #fff; }
.card-brief > strong { display: block; margin-bottom: 15px; color: var(--accent-dark); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.card-brief ul { display: grid; gap: 9px; margin: 0; padding-left: 20px; color: var(--muted); }

.article-header { padding: clamp(64px, 9vw, 105px) 0 48px; background: #fff; }
.article-container { max-width: 790px; }
.article-header h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
.article-standfirst { color: var(--muted); font-size: clamp(1.15rem, 2.2vw, 1.4rem); }
.article-byline { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; color: var(--muted); font-size: .86rem; }
.article-media { max-width: 1040px; }
.article-media img { width: 100%; max-height: 620px; border-radius: var(--radius); object-fit: cover; }
.article-layout { padding-top: 56px; padding-bottom: 86px; }
.article-brief { margin-bottom: 44px; padding: 28px 30px; border-left: 4px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--soft); }
.article-brief h2 { font-size: 1.45rem; }
.article-brief li { margin: 10px 0; }
.article-prose { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.82; }
.article-prose h2, .article-prose h3 { margin-top: 2.2em; font-family: "Segoe UI", Arial, sans-serif; }
.article-prose h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); }
.article-prose h3 { font-size: 1.4rem; }
.article-prose blockquote { margin: 2em 0; padding: 18px 26px; border-left: 4px solid var(--accent); color: var(--brand); background: #fff7f4; font-size: 1.18em; }
.article-prose aside { margin: 2em 0; padding: 22px 25px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); }
.article-prose a { overflow-wrap: anywhere; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 48px; }
.article-tags span { padding: 7px 11px; border-radius: 999px; color: var(--brand); background: var(--soft); font-size: .8rem; font-weight: 750; }
.article-sources { margin-top: 48px; padding-top: 35px; border-top: 1px solid var(--line); }
.article-sources h2 { font-size: 1.7rem; }
.article-sources li { margin: 12px 0; overflow-wrap: anywhere; }
.article-sources a[target="_blank"]::after { content: " ↗"; font-size: .8em; }
.article-sources-disclosure { margin-top: 20px; }
.article-sources-disclosure summary {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 18px;
  border: 1px solid var(--accent);
  border-radius: 12px;
  color: var(--accent-dark);
  background: #fff7f4;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.article-sources-disclosure summary::-webkit-details-marker { display: none; }
.article-sources-disclosure summary:hover { color: #fff; background: var(--accent-dark); }
.article-sources-disclosure summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
.sources-label-open { display: none; }
.article-sources-disclosure[open] .sources-label-closed { display: none; }
.article-sources-disclosure[open] .sources-label-open { display: inline; }
.sources-disclosure-icon {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.article-sources-disclosure[open] .sources-disclosure-icon { transform: rotate(225deg); }
.article-sources-list { padding-top: 14px; }
.article-sources-list ol { margin-bottom: 0; padding-left: 24px; }
.dossier-navigation { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line); }
.dossier-navigation > div:last-child { text-align: right; }
.dossier-navigation a { display: grid; gap: 3px; text-decoration: none; }
.dossier-navigation span { color: var(--muted); font-size: .78rem; }
.back-dossier { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: .84rem; font-weight: 800; }
.related-section { background: #fff; }
.article-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.tip-interruption {
  margin: 2.5em 0;
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid #f0c4b8;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff7f4;
  font-family: "Segoe UI", Arial, sans-serif;
}
.tip-interruption h2 { font-size: clamp(1.65rem, 3vw, 2.25rem); }
.tip-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.tip-read-more { border-color: var(--brand); color: var(--brand); background: #fff; }
.tip-read-more:hover { color: #fff; background: var(--brand); }
.button.disabled { color: #778187; border-color: var(--line); background: var(--soft); cursor: not-allowed; }
.tip-unavailable { color: #775142; font-size: .9rem; }
.article-continuation:focus { outline: none; }
.tip-footer { margin-top: 48px; padding: 24px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); }
.tip-footer p { margin: 5px 0; color: var(--muted); }
.tip-footer a { font-weight: 800; }
.tip-checkout-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 90px); align-items: start; }
.tip-form { display: grid; gap: 20px; padding: clamp(26px, 5vw, 40px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.tip-form fieldset { padding: 0; border: 0; }
.tip-form legend, .tip-form > label { margin-bottom: 10px; font-weight: 800; }
.tip-options > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.tip-options label { display: flex; gap: 7px; align-items: center; padding: 12px 10px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.tip-form input[type="text"] { width: 100%; min-height: 48px; margin-top: 7px; border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; font: inherit; }
.tip-continue-link { text-align: center; font-weight: 800; }
.tip-origin { padding: 14px 16px; border-left: 3px solid var(--accent); background: #fff7f4; }
.status-page { min-height: 65vh; display: grid; align-items: center; }
.status-page .status-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--success); font-size: 1.5rem; font-weight: 900; }
.status-page .button.secondary { border-color: var(--line); color: var(--brand); background: #fff; }

.contact-section { color: #fff; background: var(--brand); }
.contact-section h2 { color: #fff; }
.contact-section .eyebrow { color: #ffb09a; }
.contact-section .section-lead { color: rgba(255, 255, 255, .72); }
.contact-layout, .two-cols { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: clamp(40px, 7vw, 80px); align-items: start; }
.contact-points { padding: 0; margin: 30px 0 0; list-style: none; }
.contact-points li { position: relative; margin: 12px 0; padding-left: 28px; color: rgba(255, 255, 255, .78); }
.contact-points li::before { position: absolute; left: 0; content: "✓"; color: #ffb09a; font-weight: 900; }
.contact-form { display: grid; gap: 16px; padding: clamp(24px, 4vw, 38px); border-radius: 22px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; font-size: .9rem; font-weight: 750; }
.contact-form input, .contact-form textarea {
  width: 100%;
  min-height: 47px;
  border: 1px solid #cdd5d8;
  border-radius: 10px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkbox { grid-template-columns: auto 1fr !important; gap: 10px !important; align-items: start; font-weight: 500 !important; }
.checkbox input { width: auto; min-height: auto; margin-top: 5px; }
.small { color: var(--muted); font-size: .78rem; font-weight: 500; }
.errorlist { margin: 0; padding-left: 18px; color: var(--danger); font-weight: 500; }
.success-message, .form-errors { padding: 13px 15px; border-radius: 10px; }
.success-message { color: var(--success); background: #eaf6f0; font-weight: 750; }
.form-errors { color: var(--danger); background: #fff0ec; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.page-hero { padding: clamp(64px, 8vw, 96px) 0; border-bottom: 1px solid var(--line); background: #fff; }
.page-hero .actions { margin-top: 28px; }
.page-hero .button.primary, .final-cta .button.primary { color: #fff; }
.cards.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.data-cards h2, .cards.three h2 { font-size: 1.35rem; }
.simple-status { display: grid; gap: 10px; }
.simple-status p { display: grid; grid-template-columns: 120px 1fr; gap: 18px; margin: 0; padding: 16px 18px; border-radius: 12px; background: #fff; }
.simple-status span { color: var(--muted); }
.scope-note { box-shadow: var(--shadow); }
.price-badge { color: var(--accent-dark); font-weight: 850; }
.example-box { box-shadow: var(--shadow); }
.section-copy { display: grid; gap: 18px; }
.notice-light {
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid var(--accent);
  border-radius: 0 12px 12px 0;
  color: var(--brand);
  background: #fff7f4;
}
.rhythm-cards article { border-top: 4px solid var(--accent); }
.deliverable-list, .contact-prompts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.deliverable-list { display: grid; gap: 12px; }
.deliverable-list li {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.deliverable-list span, .contact-prompts { color: var(--muted); }
.contact-prompts { margin: 24px 0; }
.contact-prompts li { position: relative; margin: 9px 0; padding-left: 22px; }
.contact-prompts li::before { position: absolute; left: 0; content: "✓"; color: var(--accent-dark); font-weight: 900; }
.audience-founder .cards > article { background: #fff; }
.founder-card { border-top: 4px solid var(--accent); }
.pricing-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.price-display {
  display: grid;
  min-width: 190px;
  color: var(--accent-dark);
  font-size: clamp(1.65rem, 3.5vw, 2.6rem);
  line-height: 1.05;
  text-align: right;
}
.price-display strong { font-size: inherit; }
.price-display span { margin-top: 7px; color: var(--muted); font-size: .86rem; font-weight: 700; }

/* SITE-08B — rythme mensuel */
.monthly-cycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.monthly-cycle::before {
  position: absolute;
  top: 47px;
  left: 25%;
  right: 25%;
  height: 2px;
  background: var(--line);
  content: "";
}
.monthly-cycle article {
  position: relative;
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 24px;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.cycle-marker { position: relative; z-index: 1; display: grid; align-content: start; gap: 9px; }
.cycle-marker span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--line);
  font-weight: 900;
}
.cycle-marker strong { color: var(--brand); font-size: .78rem; line-height: 1.25; }
.cycle-phase { margin-bottom: 8px; color: var(--accent-dark) !important; font-size: .74rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.monthly-cycle h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
.cycle-outcome { display: block; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--brand); font-size: .86rem; }

/* SITE-08B — produit éditorial */
.dossier-product { color: #fff; background: #202d34; }
.dossier-product h2, .dossier-product h3 { color: #fff; }
.dossier-product .eyebrow { color: #ff9d82; }
.editorial-manifest { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 8vw, 100px); align-items: start; }
.editorial-manifest > div:last-child { padding-top: 30px; }
.editorial-manifest > div:last-child p { color: rgba(255, 255, 255, .7); }
.editorial-method {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 46px 0 56px;
  padding: 1px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .12);
  list-style: none;
}
.editorial-method li { display: grid; gap: 4px; padding: 22px 24px; background: #26363e; }
.editorial-method li:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.editorial-method li:last-child { border-radius: 0 var(--radius) var(--radius) 0; }
.editorial-method strong { color: #fff; }
.editorial-method span { color: rgba(255, 255, 255, .62); font-size: .85rem; }
.featured-dossier {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: #2a3a43;
  box-shadow: 0 28px 70px rgba(0,0,0,.2);
}
.featured-dossier-cover { min-height: 420px; }
.featured-dossier-cover img { width: 100%; height: 100%; object-fit: cover; }
.editorial-cover-fallback, .dossier-edition-cover {
  position: relative;
  display: grid;
  align-content: center;
  padding: clamp(36px, 6vw, 70px);
  overflow: hidden;
  color: #fff;
  background: var(--brand);
}
.editorial-cover-fallback::after, .dossier-edition-cover::after {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -90px;
  bottom: -120px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  content: "";
}
.editorial-cover-fallback span { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 700; line-height: 1.05; }
.featured-dossier-copy { padding: clamp(34px, 6vw, 68px); }
.featured-dossier-copy h3 { max-width: 680px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.8vw, 3.2rem); }
.featured-dossier-copy > p:not(.eyebrow):not(.dossier-period) { color: rgba(255,255,255,.72); }
.dossier-facts { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 28px 0; color: rgba(255,255,255,.68); font-size: .88rem; }
.dossier-facts strong { color: #fff; }
.rail-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-top: 58px; }
.rail-heading h3 { margin: 0; font-size: 1.55rem; }
.rail-heading p { margin: 0; color: rgba(255,255,255,.62); }
.dossier-product .article-card { border-color: rgba(255,255,255,.14); background: #2a3a43; }
.dossier-product .article-card h3 { color: #fff; }
.dossier-product .article-card-standfirst, .dossier-product .article-meta { color: rgba(255,255,255,.62); }
.dossier-product .article-card-footer .article-meta { color: var(--muted); }
.dossier-product .article-tag { background: rgba(226,106,74,.15); }
.dossier-product .rail-button { border-color: rgba(255,255,255,.2); color: #fff; background: transparent; }
.dossier-product .text-link { color: #fff; }
.dossier-product .editorial-empty { border-color: rgba(255,255,255,.14); background: #2a3a43; }
.dossier-product .editorial-empty p { color: rgba(255,255,255,.68); }

/* Archives et dossiers */
.editorial-archive-hero { color: #fff; background: var(--brand); }
.editorial-archive-hero h1 { color: #fff; }
.editorial-archive-hero .lead { color: rgba(255,255,255,.72); }
.editorial-archive-hero .breadcrumbs, .editorial-archive-hero .breadcrumbs a { color: rgba(255,255,255,.66); }
.editorial-explainer { background: #26363e; color: #fff; }
.editorial-explainer h2 { color: #fff; }
.editorial-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 48px 0 0; padding: 0; list-style: none; }
.editorial-process li { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.editorial-process li > span { color: #ff9d82; font-weight: 900; }
.editorial-process strong { display: block; margin-top: 12px; color: #fff; font-size: 1.15rem; }
.editorial-process p { margin-top: 7px; color: rgba(255,255,255,.65); }
.archive-list-section { background: var(--bg); }
.archive-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.archive-heading > p { color: var(--muted); }
.dossier-list-card { box-shadow: var(--shadow-soft); }
.dossier-list-featured { border-top: 4px solid var(--accent); }
.dossier-list-featured .dossier-list-link { grid-template-columns: minmax(320px, .85fr) 1.15fr; }
.dossier-cover-fallback { align-content: center; gap: 8px; padding: 34px; }
.dossier-cover-fallback small { color: #ffb09a; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.dossier-cover-fallback strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1.05; }
.dossier-list-content h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.editorial-empty-wide { max-width: 900px; }

.dossier-hero { padding-block: clamp(48px, 7vw, 76px); background: #fff; }
.dossier-hero .container { max-width: 1000px; }
.dossier-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(50px, 8vw, 100px); align-items: center; }
.dossier-hero h1 { max-width: 900px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.3vw, 3.9rem); }
.dossier-title-week { max-width: 760px !important; }
.dossier-stats { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 28px; color: var(--muted); font-size: .88rem; }
.dossier-stats strong { color: var(--brand); }
.dossier-cover { margin: 0; }
.dossier-edition-cover { min-height: 430px; border-radius: 22px; }
.dossier-edition-cover small { color: #ffb09a; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dossier-edition-cover strong { margin: 22px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 3.8rem); line-height: 1; }
.dossier-edition-cover span { color: rgba(255,255,255,.65); }
.dossier-summary { padding-block: clamp(46px, 6vw, 70px); color: var(--ink); background: var(--soft); scroll-margin-top: 82px; }
.dossier-summary h2 { color: var(--brand); }
.dossier-summary p { color: var(--muted); }
.dossier-summary-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 110px); align-items: start; }
.dossier-toc { display: grid; margin: 0; padding: 0; list-style: none; }
.dossier-toc li { border-top: 1px solid var(--line); }
.dossier-toc li:last-child { border-bottom: 1px solid var(--line); }
.dossier-toc a { display: grid; grid-template-columns: 42px 1fr auto; gap: 15px; align-items: center; padding: 18px 4px; color: var(--brand); text-decoration: none; }
.dossier-toc a:hover { color: var(--accent-dark); }
.dossier-toc a > span { color: var(--accent-dark); font-weight: 900; }
.dossier-toc small { color: var(--muted); }
.narrow-wide { max-width: 1000px; }
.dossier-reading-section { background: #fff; }
.ordered-article { scroll-margin-top: 110px; }
.ordered-article .article-card { box-shadow: var(--shadow-soft); }
.editorial-method-note { border-block: 1px solid var(--line); background: var(--soft); }

/* Article */
.article-edition-link {
  display: grid;
  gap: 2px;
  margin-bottom: 42px;
  padding: 17px 20px;
  border-left: 3px solid var(--accent);
  color: var(--brand);
  background: var(--soft);
  text-decoration: none;
}
.article-edition-link > span { color: var(--accent-dark); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.article-edition-link small { color: var(--muted); }
.article-header h1 { font-family: Georgia, "Times New Roman", serif; }
.article-prose { max-width: 72ch; }
.article-prose p { margin-bottom: 1.35em; }
.article-brief { border-left: 0; border-top: 4px solid var(--accent); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.article-brief .eyebrow { margin-bottom: 8px; }
.article-sources { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.related-section { border-top: 1px solid var(--line); }
.final-cta { padding: clamp(64px, 8vw, 90px) 0; color: #fff; background: var(--brand-dark); }
.final-cta h2 { color: #fff; }
.final-cta p { max-width: 760px; color: rgba(255, 255, 255, .72); }
.notice { padding: 14px 16px; border-left: 3px solid #ffb09a; background: rgba(255, 255, 255, .07); }
.prose { max-width: 820px; }
.prose h2 { margin-top: 36px; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.prose h2:first-child { margin-top: 0; }

.site-footer { padding: 60px 0 26px; color: #fff; background: #1d282e; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .8fr 1fr; gap: 42px; }
.site-footer strong { color: #fff; }
.site-footer p { color: rgba(255, 255, 255, .62); }
.site-footer a { display: block; width: fit-content; margin: 8px 0; color: rgba(255, 255, 255, .72); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-brand p { max-width: 310px; margin-top: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .45); font-size: .8rem; }

@media (max-width: 980px) {
  .hero-grid, .contact-layout, .two-cols { grid-template-columns: 1fr; }
  .dashboard-preview { max-width: 620px; }
  .benefits .container { grid-template-columns: 1fr; }
  .cards.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .article-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tip-checkout-layout { grid-template-columns: 1fr; }
  .editorial-manifest, .featured-dossier, .dossier-hero-grid, .dossier-summary-grid { grid-template-columns: 1fr; }
  .dossier-home-heading { grid-template-columns: 1fr; align-items: start; }
  .dossier-open-button { width: fit-content; }
  .editorial-manifest > div:last-child { padding-top: 0; }
  .featured-dossier-cover { min-height: 320px; }
  .dossier-edition-cover { min-height: 320px; }
  .archive-heading { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 120px; }
  .container { width: calc(100% - 30px); }
  .site-header { backdrop-filter: blur(10px); }
  .header-inner { min-height: 68px; padding: 8px 0; align-items: center; gap: 10px; }
  .brand-name { display: none; }
  .brand-logo { width: 42px; height: 42px; }
  .main-nav { width: auto; display: flex; margin-left: auto; gap: 2px; }
  .main-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 8px 10px; font-size: .76rem; text-align: center; }
  .main-nav .nav-cta { padding-inline: 15px; }
  .hero { padding-top: 62px; }
  .hero h1, .hero .eyebrow { overflow-wrap: anywhere; }
  .hero-grid { gap: 46px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { flex-direction: column; gap: 6px; }
  .steps, .cards.two, .cards.three, .cards.four, .benefit-grid, .more-articles, .split-heading, .form-row.two { grid-template-columns: 1fr; }
  .split-heading { gap: 10px; }
  .article-rail { display: grid; grid-auto-flow: row; grid-template-columns: 1fr; overflow: visible; padding-inline: 0; }
  .dossier-home-rail .article-card:nth-child(n+3) { display: none; }
  .rail-controls { display: none; }
  .mobile-dossier-button { display: inline-flex; min-height: 46px; margin-top: 22px; align-items: center; justify-content: center; }
  .dossier-open-button { display: none; }
  .dossier-home-links a:first-child { display: none; }
  .dossier-home-links { margin-top: 16px; }
  .article-card { min-height: 220px; }
  .dossier-actions { align-items: stretch; flex-direction: column; }
  .dossier-actions .button { width: 100%; }
  .dossier-list-link { grid-template-columns: 1fr; }
  .dossier-list-link > img, .dossier-cover-fallback { min-height: 210px; max-height: 280px; }
  .ordered-article { grid-template-columns: 1fr; }
  .article-related-grid { grid-template-columns: 1fr; }
  .tip-actions { align-items: stretch; flex-direction: column; }
  .tip-options > div { grid-template-columns: repeat(2, 1fr); }
  .dossier-navigation { grid-template-columns: 1fr; }
  .dossier-navigation > div:last-child { text-align: left; }
  .back-dossier { width: fit-content; grid-row: 3; }
  .simple-status p { grid-template-columns: 1fr; gap: 2px; }
  .pricing-panel { grid-template-columns: 1fr; }
  .price-display { min-width: 0; text-align: left; }
  .monthly-cycle { grid-template-columns: 1fr; gap: 16px; }
  .monthly-cycle::before { top: 40px; bottom: 40px; left: 52px; right: auto; width: 2px; height: auto; }
  .monthly-cycle article { grid-template-columns: 72px 1fr; gap: 16px; padding: 24px 20px; }
  .cycle-marker span { width: 48px; height: 48px; }
  .editorial-method, .editorial-process { grid-template-columns: 1fr; }
  .editorial-method { gap: 1px; }
  .editorial-method li:first-child { border-radius: var(--radius) var(--radius) 0 0; }
  .editorial-method li:last-child { border-radius: 0 0 var(--radius) var(--radius); }
  .featured-dossier-copy { padding: 28px 22px; }
  .rail-heading { display: block; }
  .rail-heading p { margin-top: 7px; }
  .dossier-list-featured .dossier-list-link { grid-template-columns: 1fr; }
  .dossier-toc a { grid-template-columns: 34px 1fr; }
  .dossier-toc small { grid-column: 2; }
  .article-header { padding-top: 48px; }
  .article-header h1 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .article-edition-link { margin-bottom: 32px; }
  .article-layout { padding-top: 38px; }
  .article-sources { padding: 24px 20px; }
  .article-sources-disclosure summary { align-items: flex-start; padding: 14px 15px; }
  .sources-disclosure-icon { margin-top: 4px; }
  .article-card-complete .article-card-cover { min-height: 0; }
  .dossier-home-rail .article-card-cover { height: auto; min-height: 0; }
  .dossier-home-rail .article-card-cover h3 { display: block; overflow: visible; }
  .article-card-compact .article-card-summary { min-height: 0; }
  .article-card-compact .article-card-standfirst { -webkit-line-clamp: 5; line-clamp: 5; }
  .article-card-footer { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .main-nav .nav-solution { display: none; }
  .main-nav a { font-size: .79rem; }
  .hero h1 { font-size: clamp(2.45rem, 13vw, 3.35rem); }
  .hero .eyebrow { font-size: .7rem; }
  .monthly-cycle article { grid-template-columns: 62px 1fr; }
  .editorial-cover-fallback { min-height: 270px; }
}

@media (max-width: 340px) {
  .container { width: calc(100% - 24px); }
  .brand-logo { width: 40px; height: 40px; }
  .main-nav a { padding-inline: 8px; font-size: .74rem; }
  .main-nav .nav-cta { padding-inline: 12px; }
  .hero h1 { font-size: 2.35rem; }
  .button { padding-inline: 16px; font-size: .88rem; }
}

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