/* ═══ BASE: Variables, Reset, Nav, Footer ═══ */

:root {
  --ink: #1a1d23;
  --ink-light: #3d4250;
  --ink-muted: #6b7080;
  --warm-white: #faf8f5;
  --cream: #f2efe9;
  --rule: #d8d4cc;
  --accent: #b5861e;
    --accent-text: #856214;
    --ink-muted: #6b6b6b;
  --accent-hover: #9a7218;
  --accent-light: rgba(181,134,30,0.08);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Figtree', -apple-system, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--sans); color: var(--ink);
  background: var(--warm-white); line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250,248,245,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
  transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
.nav-inner {
  max-width: 1120px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem; height: 64px;
}
.nav-brand { display: flex; align-items: center; text-decoration: none; }
.nav-brand img { height: 28px; width: auto; }
.footer-brand img { height: 22px; width: auto; margin-bottom: 0.75rem; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a {
  font-size: 0.875rem; font-weight: 500; color: var(--ink-muted);
  text-decoration: none; letter-spacing: 0.01em; transition: color 0.2s;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); }
.nav-cta {
  font-size: 0.8125rem !important; font-weight: 600 !important;
  color: var(--warm-white) !important; background: var(--ink);
  padding: 0.5rem 1.25rem; border-radius: 4px; transition: background 0.2s;
}
.nav-cta:hover { background: var(--ink-light) !important; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.mobile-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; transition: 0.2s; }

footer {
  border-top: 1px solid #2a2d35; background: var(--ink); padding: 2rem 2rem;
}
.footer-inner {
  max-width: 1120px; margin: 0 auto;
  display: flex; justify-content: space-between;
  align-items: flex-start; gap: 2rem;
}
.footer-legal {
  font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; max-width: 520px;
}
.footer-right { text-align: right; }
.footer-address {
  font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; margin-bottom: 0.75rem;
}
.footer-links { display: flex; gap: 1.5rem; justify-content: flex-end; }
.footer-links a {
  font-size: 0.75rem; color: var(--ink-muted);
  text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: #b0b3bb; }


/* ═══ HOMEPAGE ═══ */
:root {
    --ink: #1a1d23;
    --ink-light: #3d4250;
    --ink-muted: #6b7080;
    --warm-white: #faf8f5;
    --cream: #f2efe9;
    --rule: #d8d4cc;
    --accent: #b5861e;
    --accent-text: #856214;
    --ink-muted: #6b6b6b;
    --accent-hover: #9a7218;
    --accent-light: rgba(181,134,30,0.08);
    --serif: 'DM Serif Display', Georgia, serif;
    --sans: 'Figtree', -apple-system, sans-serif;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; font-size: 16px; }
  body {
    font-family: var(--sans); color: var(--ink);
    background: var(--warm-white); line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  /* ─── NAV ─── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(250,248,245,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--rule);
    transition: box-shadow 0.3s;
  }
  nav.scrolled { box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
  .nav-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 2rem; height: 64px;
  }
  .nav-brand {
    display: flex; align-items: center; text-decoration: none;
  }
  .nav-brand img { height: 28px; width: auto; }
  .footer-brand img { height: 22px; width: auto; margin-bottom: 0.75rem; }
  .nav-links { display: flex; gap: 2rem; align-items: center; }
  .nav-links a {
    font-size: 0.875rem; font-weight: 500; color: var(--ink-muted);
    text-decoration: none; letter-spacing: 0.01em; transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-cta {
    font-size: 0.8125rem !important; font-weight: 600 !important;
    color: var(--warm-white) !important; background: var(--ink);
    padding: 0.5rem 1.25rem; border-radius: 4px; transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--ink-light) !important; }
  .mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
  .mobile-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; transition: 0.2s; }

  /* ─── HERO ─── */
  .hero { padding: 10rem 2rem 6rem; max-width: 1120px; margin: 0 auto; }
  .hero-eyebrow {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 1.5rem;
  }
  .hero h1 {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    line-height: 1.15; max-width: 740px; color: var(--ink);
  }
  .hero-sub {
    margin-top: 1.75rem; font-size: 1.125rem;
    color: var(--ink-light); max-width: 580px; line-height: 1.7;
  }
  .hero-cta {
    display: inline-block; margin-top: 2.25rem;
    padding: 0.8rem 1.75rem;
    font-family: var(--sans); font-size: 0.875rem; font-weight: 600;
    color: var(--warm-white); background: var(--ink);
    border-radius: 4px; text-decoration: none;
    transition: background 0.2s;
  }
  .hero-cta:hover { background: var(--ink-light); }

  /* ─── SECTION SYSTEM ─── */
  section { padding: 5rem 2rem; }
  .section-inner { max-width: 1120px; margin: 0 auto; }
  .section-label {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--ink-muted); margin-bottom: 1rem;
  }
  .section-heading {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    line-height: 1.2; margin-bottom: 1.25rem;
  }
  .section-body {
    font-size: 1rem; color: var(--ink-light);
    max-width: 640px; line-height: 1.75;
  }

  /* ─── DIAGNOSTIC ─── */
  .diagnostic-section { background: var(--cream); }
  .diagnostic-layout {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; margin-top: 2.5rem; align-items: start;
  }
  .diagnostic-text p {
    font-size: 1rem; color: var(--ink-light);
    line-height: 1.75; margin-bottom: 1.25rem;
  }
  .diagnostic-steps {
    counter-reset: steps;
    list-style: none;
  }
  .diagnostic-steps li {
    counter-increment: steps;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--rule);
    display: grid; grid-template-columns: 2.5rem 1fr;
    gap: 0.5rem; align-items: baseline;
  }
  .diagnostic-steps li:last-child { border-bottom: none; }
  .diagnostic-steps li::before {
    content: counter(steps, decimal-leading-zero);
    font-family: var(--serif); font-size: 1.125rem;
    color: var(--accent-text);
  }
  .diagnostic-steps li strong {
    font-weight: 600; color: var(--ink); display: block;
    font-size: 0.9375rem; margin-bottom: 0.2rem;
  }
  .diagnostic-steps li span {
    font-size: 0.875rem; color: var(--ink-light); line-height: 1.6;
    grid-column: 2;
  }

  /* ─── CAPABILITIES ─── */
  .capabilities-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 2rem; margin-top: 3rem;
  }
  .capability-card {
    background: var(--cream); border-radius: 6px;
    padding: 2rem; transition: box-shadow 0.3s;
  }
  .capability-card:hover {
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  }
  .capability-icon {
    width: 36px; height: 36px; margin-bottom: 1rem;
    display: flex; align-items: center; justify-content: center;
    border-radius: 6px; background: var(--warm-white); border: 1px solid var(--rule);
  }
  .capability-icon svg { width: 18px; height: 18px; stroke: var(--accent); fill: none; stroke-width: 1.5; }
  .capability-card h3 {
    font-family: var(--sans); font-weight: 600;
    font-size: 1rem; margin-bottom: 0.6rem;
  }
  .capability-card p {
    font-size: 0.9rem; color: var(--ink-light); line-height: 1.7;
  }

  /* ─── PAIN SIGNALS ─── */
  .signals-section { background: var(--cream); }
  .signals-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 3rem; margin-top: 3rem; align-items: start;
  }
  .signals-list { list-style: none; }
  .signals-list li {
    padding: 0.85rem 0; border-bottom: 1px solid var(--rule);
    font-size: 0.9375rem; color: var(--ink-light); line-height: 1.6;
  }
  .signals-list li:last-child { border-bottom: none; }
  .signals-aside {
    background: var(--warm-white); border-radius: 6px; padding: 2rem;
  }
  .signals-aside p {
    font-size: 0.9375rem; color: var(--ink-light); line-height: 1.7; margin-bottom: 1rem;
  }
  .signals-aside p:last-child { margin-bottom: 0; }
  .signals-aside .signals-aside-label {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 0.75rem;
  }

  /* ─── APPROACH ─── */
  .approach-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 2rem; margin-top: 3rem;
  }
  .approach-item { padding: 1.75rem 0; border-top: 2px solid var(--ink); }
  .approach-item h4 {
    font-family: var(--sans); font-weight: 600;
    font-size: 0.9375rem; margin-bottom: 0.75rem;
  }
  .approach-item p { font-size: 0.875rem; color: var(--ink-light); line-height: 1.7; }

  /* ─── ABOUT ─── */
  .about-section { background: var(--cream); }
  .about-grid {
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 4rem; align-items: start; margin-top: 2.5rem;
  }
  .about-aside { border-top: 2px solid var(--accent); padding-top: 1.5rem; }
  .about-aside p { font-size: 0.875rem; color: var(--ink-muted); line-height: 1.7; }
  .about-aside .about-name {
    font-family: var(--serif); font-size: 1.25rem; color: var(--ink); margin-bottom: 0.25rem;
  }
  .about-aside .about-title {
    font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 1.25rem;
  }
  .about-main p {
    font-size: 1rem; color: var(--ink-light); line-height: 1.75; margin-bottom: 1.25rem;
  }

  /* ─── CONTACT ─── */
  .contact-section { border-top: 1px solid var(--rule); }
  .contact-grid {
    display: grid; grid-template-columns: 1fr 1.2fr;
    gap: 4rem; margin-top: 2.5rem;
  }
  .contact-intro p {
    font-size: 1rem; color: var(--ink-light); line-height: 1.75; margin-bottom: 1rem;
  }
  .form-group { margin-bottom: 1.25rem; }
  .form-group label {
    display: block; font-size: 0.8125rem; font-weight: 600;
    letter-spacing: 0.03em; margin-bottom: 0.4rem; color: var(--ink);
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%; padding: 0.7rem 0.85rem;
    font-family: var(--sans); font-size: 0.9375rem;
    border: 1px solid var(--rule); border-radius: 4px;
    background: var(--warm-white); color: var(--ink); transition: border-color 0.2s;
  }
  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus { outline: none; border-color: var(--accent); }
  .form-group textarea { resize: vertical; min-height: 100px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .btn-submit {
    display: inline-block; padding: 0.75rem 2rem;
    font-family: var(--sans); font-size: 0.875rem; font-weight: 600;
    color: var(--warm-white); background: var(--ink);
    border: none; border-radius: 4px; cursor: pointer;
    transition: background 0.2s; letter-spacing: 0.01em;
  }
  .btn-submit:hover { background: var(--ink-light); }

  /* ─── FAQ ─── */
  .faq-section { border-top: 1px solid var(--rule); }
  .faq-list { max-width: 720px; margin-top: 2.5rem; }
  .faq-item { padding: 1.5rem 0; border-bottom: 1px solid var(--rule); }
  .faq-item:last-child { border-bottom: none; }
  .faq-item h3 {
    font-family: var(--sans); font-weight: 600;
    font-size: 0.9375rem; line-height: 1.4;
    margin-bottom: 0.6rem; color: var(--ink);
  }
  .faq-item p {
    font-size: 0.9rem; color: var(--ink-light);
    line-height: 1.7;
  }

  /* ─── FOR OWNERS ─── */
  .owners-section {
    background: var(--ink); color: var(--warm-white); padding: 4.5rem 2rem;
  }
  .owners-inner { max-width: 720px; margin: 0 auto; }
  .owners-label {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 1rem;
  }
  .owners-inner h2 {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    line-height: 1.3; margin-bottom: 1.5rem; color: var(--warm-white);
  }
  .owners-inner p {
    font-size: 0.9375rem; color: #b0b3bb; line-height: 1.75; margin-bottom: 1rem;
  }
  .owners-inner p:last-of-type { margin-bottom: 1.75rem; }
  .owners-cta {
    display: inline-block; font-size: 0.875rem; font-weight: 600;
    color: var(--accent-text); text-decoration: none;
    border-bottom: 1px solid transparent; transition: border-color 0.2s;
  }
  .owners-cta:hover { border-bottom-color: var(--accent); }
  .owners-cta::after { content: ' →'; }

  /* ─── FOOTER ─── */
  footer {
    border-top: 1px solid #2a2d35; background: var(--ink); padding: 2rem 2rem;
  }
  .footer-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 2rem;
  }
  .footer-legal {
    font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; max-width: 520px;
  }
  .footer-right { text-align: right; }
  .footer-address {
    font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7;
    margin-bottom: 0.75rem;
  }
  .footer-links { display: flex; gap: 1.5rem; justify-content: flex-end; }
  .footer-links a {
    font-size: 0.75rem; color: var(--ink-muted);
    text-decoration: none; transition: color 0.2s;
  }
  .footer-links a:hover { color: #b0b3bb; }

  /* ─── ANIMATIONS ─── */
  .reveal {
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-links.open {
      display: flex; flex-direction: column;
      position: absolute; top: 64px; left: 0; right: 0;
      background: var(--warm-white);
      border-bottom: 1px solid var(--rule);
      padding: 1.5rem 2rem; gap: 1rem;
    }
    .mobile-toggle { display: block; }
    .hero { padding: 8rem 1.5rem 4rem; }
    .hero h1 { font-size: 2rem; }
    section { padding: 3.5rem 1.5rem; }
    .diagnostic-layout { grid-template-columns: 1fr; gap: 2rem; }
    .capabilities-grid { grid-template-columns: 1fr; }
    .signals-grid { grid-template-columns: 1fr; }
    .approach-grid { grid-template-columns: 1fr; }
    .about-grid { grid-template-columns: 1fr; gap: 2rem; }
    .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
    .form-row { grid-template-columns: 1fr; }
    .footer-inner { flex-direction: column; }
  }

/* ═══ ARTICLES ═══ */
:root {
    --ink: #1a1d23;
    --ink-light: #3d4250;
    --ink-muted: #6b7080;
    --warm-white: #faf8f5;
    --cream: #f2efe9;
    --rule: #d8d4cc;
    --accent: #b5861e;
    --accent-text: #856214;
    --ink-muted: #6b6b6b;
    --accent-hover: #9a7218;
    --accent-light: rgba(181,134,30,0.08);
    --serif: 'DM Serif Display', Georgia, serif;
    --sans: 'Figtree', -apple-system, sans-serif;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; font-size: 16px; }
  body {
    font-family: var(--sans); color: var(--ink);
    background: var(--warm-white); line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  /* ─── NAV ─── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(250,248,245,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--rule);
    transition: box-shadow 0.3s;
  }
  nav.scrolled { box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
  .nav-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 2rem; height: 64px;
  }
  .nav-brand { display: flex; align-items: center; text-decoration: none; }
  .nav-brand img { height: 28px; width: auto; }
  .nav-links { display: flex; gap: 2rem; align-items: center; }
  .nav-links a {
    font-size: 0.875rem; font-weight: 500; color: var(--ink-muted);
    text-decoration: none; letter-spacing: 0.01em; transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-links a.active { color: var(--ink); }
  .nav-cta {
    font-size: 0.8125rem !important; font-weight: 600 !important;
    color: var(--warm-white) !important; background: var(--ink);
    padding: 0.5rem 1.25rem; border-radius: 4px; transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--ink-light) !important; }
  .mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
  .mobile-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; transition: 0.2s; }

  /* ─── READING PROGRESS BAR ─── */
  .progress-bar {
    position: fixed; top: 64px; left: 0; right: 0;
    height: 3px; z-index: 99;
    background: transparent;
  }
  .progress-bar-fill {
    height: 100%; width: 0%;
    background: var(--accent);
    transition: width 0.1s linear;
  }

  /* ─── KEY TAKEAWAYS ─── */
  .takeaways {
    max-width: 740px; margin: 0 auto 2rem;
    padding: 2rem 2rem 1.75rem;
    background: var(--cream); border-radius: 6px;
    border-left: 3px solid var(--accent);
  }
  .takeaways-label {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 0.85rem;
  }
  .takeaways ul { list-style: none; }
  .takeaways li {
    font-size: 0.9375rem; color: var(--ink-light);
    line-height: 1.65; padding: 0.4rem 0 0.4rem 1.25rem;
    position: relative;
  }
  .takeaways li::before {
    content: ''; position: absolute; left: 0; top: 0.7rem;
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent);
  }

  /* ─── TABLE OF CONTENTS ─── */
  .toc {
    max-width: 740px; margin: 0 auto 3rem;
    padding: 0 2rem;
  }
  .toc-label {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.6rem;
  }
  .toc ul { list-style: none; }
  .toc li { padding: 0.3rem 0; }
  .toc a {
    font-size: 0.875rem; color: var(--ink-muted);
    text-decoration: none; transition: color 0.2s;
  }
  .toc a:hover { color: var(--accent-text); }

  /* ─── ARTICLE ─── */
  .article-header {
    padding: 8rem 2rem 3rem;
    max-width: 740px; margin: 0 auto;
  }
  .article-eyebrow {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 1rem;
  }
  .article-eyebrow a {
    color: var(--accent-text); text-decoration: none;
  }
  .article-eyebrow a:hover { text-decoration: underline; }
  .article-header h1 {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15; color: var(--ink); margin-bottom: 1.25rem;
  }
  .article-meta {
    font-size: 0.8125rem; color: var(--ink-muted);
  }
  .article-divider {
    width: 48px; height: 2px; background: var(--accent); margin-top: 2rem;
  }

  .article-body {
    max-width: 740px; margin: 0 auto;
    padding: 0 2rem 4rem;
  }
  .article-body p {
    font-size: 1.05rem; color: var(--ink-light);
    line-height: 1.8; margin-bottom: 1.5rem;
  }
  .article-body h2 {
    font-family: var(--serif); font-weight: 400;
    font-size: 1.6rem; line-height: 1.25;
    color: var(--ink); margin: 2.5rem 0 1rem;
  }
  .article-body h3 {
    font-family: var(--sans); font-weight: 600;
    font-size: 1.1rem; line-height: 1.35;
    color: var(--ink); margin: 2rem 0 0.75rem;
  }
  .article-body strong { color: var(--ink); }

  /* ─── PULL QUOTES ─── */
  .pull-quote {
    margin: 2.5rem 0 2.5rem -1.5rem;
    padding: 0.5rem 0 0.5rem 1.5rem;
    border-left: 3px solid var(--accent);
    font-family: var(--serif); font-weight: 400;
    font-size: 1.35rem; line-height: 1.4;
    color: var(--ink);
  }

  /* ─── RESOURCE BANNER ─── */
  .resource-banner {
    max-width: 740px; margin: 0 auto 2rem;
    padding: 1.5rem 2rem;
    background: var(--warm-white);
    border: 1px solid var(--rule);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.5rem;
  }
  .resource-banner-label {
    font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 0.35rem;
  }
  .resource-banner-title {
    font-family: var(--serif); font-weight: 400;
    font-size: 1.1rem; color: var(--ink); margin-bottom: 0.25rem;
  }
  .resource-banner-desc {
    font-size: 0.8125rem; color: var(--ink-muted); line-height: 1.5;
  }
  .resource-banner > a {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.55rem 1.15rem;
    font-family: var(--sans); font-size: 0.8125rem; font-weight: 600;
    color: var(--warm-white); background: var(--accent);
    border-radius: 4px; text-decoration: none; transition: background 0.2s;
    white-space: nowrap;
  }
  .resource-banner > a:hover { background: var(--accent-hover); }
  .resource-banner > a svg {
    width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2;
  }

  /* ─── AUTHOR BIO ─── */
  .author-bio {
    max-width: 740px; margin: 0 auto 3rem;
    padding: 2rem;
    border-top: 1px solid var(--rule);
    display: flex; gap: 1.5rem; align-items: flex-start;
  }
  .author-bio-icon {
    width: 48px; height: 48px; min-width: 48px;
    border-radius: 50%; background: var(--cream);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--serif); font-size: 1.25rem;
    color: var(--accent-text);
  }
  .author-bio-name {
    font-weight: 600; font-size: 0.9375rem;
    color: var(--ink); margin-bottom: 0.25rem;
  }
  .author-bio-role {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 0.5rem;
  }
  .author-bio-desc {
    font-size: 0.8125rem; color: var(--ink-muted); line-height: 1.65;
  }

  /* ─── ARTICLE FRESHNESS NOTE ─── */
  .article-freshness {
    max-width: 740px; margin: 2rem auto 0;
    padding: 0.75rem 0;
    font-size: 0.8125rem; color: var(--ink-muted);
    font-style: italic;
    border-top: 1px solid var(--rule);
  }

  /* ─── ARTICLE AUTHOR BIO (alt) ─── */
  .article-author-bio {
    max-width: 740px; margin: 2rem auto;
    padding: 1.5rem 0;
    border-top: 1px solid var(--rule);
  }
  .author-bio-content {}
  .author-name {
    font-weight: 600; font-size: 0.9375rem;
    color: var(--ink); margin-bottom: 0.15rem;
  }
  .author-title {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 0.5rem;
  }
  .article-author-bio p {
    font-size: 0.8125rem; color: var(--ink-muted); line-height: 1.65;
    margin: 0;
  }

  /* ─── RELATED ARTICLES ─── */
  .related-articles {
    max-width: 740px; margin: 0 auto 2.5rem;
  }
  .related-label {
    font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--ink-muted);
    margin-bottom: 0.75rem;
  }
  .related-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .related-card {
    display: block; padding: 1.25rem;
    border: 1px solid var(--rule); border-radius: 6px;
    text-decoration: none; transition: border-color 0.2s;
  }
  .related-card:hover { border-color: var(--accent); }
  .related-card h3 {
    font-size: 0.9375rem; font-weight: 600;
    color: var(--ink); margin: 0 0 0.25rem 0;
    line-height: 1.3;
  }
  .related-card p {
    font-size: 0.8125rem; color: var(--ink-muted);
    line-height: 1.5; margin: 0;
  }

  /* ─── CTA BANNER ─── */
  .article-cta {
    max-width: 740px; margin: 0 auto 4rem;
    padding: 2.5rem;
    background: var(--cream); border-radius: 6px;
    border-left: 3px solid var(--accent);
  }
  .article-cta h3 {
    font-family: var(--serif); font-weight: 400;
    font-size: 1.35rem; margin-bottom: 0.75rem;
  }
  .article-cta p {
    font-size: 0.9375rem; color: var(--ink-light);
    line-height: 1.7; margin-bottom: 1.25rem;
  }
  .article-cta a {
    display: inline-block; padding: 0.65rem 1.5rem;
    font-family: var(--sans); font-size: 0.875rem; font-weight: 600;
    color: var(--warm-white); background: var(--ink);
    border-radius: 4px; text-decoration: none; transition: background 0.2s;
  }
  .article-cta a + a {
    background: var(--accent); color: var(--ink); padding: 0.65rem 1.5rem;
    margin-left: 0.75rem; border-bottom: none;
  }
  .article-cta a + a:hover { background: #c4921f; }
  .article-cta a:hover { background: var(--ink-light); }

  /* ─── FOOTER ─── */
  footer {
    border-top: 1px solid #2a2d35; background: var(--ink); padding: 2rem 2rem;
  }
  .footer-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 2rem;
  }
  .footer-brand img { height: 22px; width: auto; margin-bottom: 0.75rem; }
  .footer-legal {
    font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; max-width: 520px;
  }
  .footer-right { text-align: right; }
  .footer-address {
    font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; margin-bottom: 0.75rem;
  }
  .footer-links { display: flex; gap: 1.5rem; justify-content: flex-end; }
  .footer-links a {
    font-size: 0.75rem; color: var(--ink-muted);
    text-decoration: none; transition: color 0.2s;
  }
  .footer-links a:hover { color: #b0b3bb; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-links.open {
      display: flex; flex-direction: column;
      position: absolute; top: 64px; left: 0; right: 0;
      background: var(--warm-white);
      border-bottom: 1px solid var(--rule);
      padding: 1.5rem 2rem; gap: 1rem;
    }
    .mobile-toggle { display: block; }
    .article-header { padding: 7rem 1.5rem 2rem; }
    .article-body { padding: 0 1.5rem 3rem; }
    .article-cta { margin: 0 1.5rem 3rem; }
    .takeaways { margin-left: 1.5rem; margin-right: 1.5rem; }
    .toc { padding: 0 1.5rem; }
    .author-bio { margin-left: 1.5rem; margin-right: 1.5rem; }
    .resource-banner { flex-direction: column; align-items: flex-start; margin-left: 1.5rem; margin-right: 1.5rem; }
    .pull-quote { margin-left: 0; font-size: 1.15rem; }
    .article-freshness { margin-left: 1.5rem; margin-right: 1.5rem; }
    .article-author-bio { margin-left: 1.5rem; margin-right: 1.5rem; }
    .related-articles { margin-left: 1.5rem; margin-right: 1.5rem; }
    .related-grid { grid-template-columns: 1fr; }
    .footer-inner { flex-direction: column; }
  }

/* ═══ ARTICLE: Turnover extras (blockquote, video) ═══ */
  .article-body blockquote {
    border-left: 3px solid var(--accent);
    padding: 0.25rem 0 0.25rem 1.5rem;
    margin: 2rem 0;
  }
  .article-body blockquote p {
    font-size: 1.1rem; color: var(--ink);
    font-style: italic; line-height: 1.7;
  }
  .article-body .source {
    font-size: 0.8125rem; color: var(--ink-muted);
    font-style: normal; margin-top: 0.25rem;
  }

  /* ─── VIDEO PLACEHOLDER ─── */
  .video-embed {
    max-width: 740px; margin: 0 auto 2.5rem;
    padding: 0 2rem;
  }
  .video-placeholder {
    background: var(--cream); border-radius: 6px;
    aspect-ratio: 16/9;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 0.75rem;
  }
  .video-placeholder svg {
    width: 48px; height: 48px;
    stroke: var(--rule); fill: none; stroke-width: 1.5;
  }
  .video-placeholder span {
    font-size: 0.8125rem; color: var(--ink-muted);
  }
  .video-embed iframe {
    width: 100%; aspect-ratio: 16/9;
    border: none; border-radius: 6px;
  }


  /* ─── RESOURCE BANNER ─── */
  .resource-banner {
    max-width: 740px; margin: 0 auto 2rem;
    padding: 1.5rem 2rem;
    background: var(--warm-white);
    border: 1px solid var(--rule);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1.5rem;
  }
  .resource-banner-label {
    font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 0.35rem;
  }
  .resource-banner-title {
    font-family: var(--serif); font-weight: 400;
    font-size: 1.1rem; color: var(--ink); margin-bottom: 0.25rem;
  }
  .resource-banner-desc {
    font-size: 0.8125rem; color: var(--ink-muted); line-height: 1.5;
  }
  .resource-banner > a {
    display: inline-flex; align-items: center; gap: 0.4rem;
    padding: 0.55rem 1.15rem;
    font-family: var(--sans); font-size: 0.8125rem; font-weight: 600;
    color: var(--warm-white); background: var(--accent);
    border-radius: 4px; text-decoration: none; transition: background 0.2s;
    white-space: nowrap;
  }
  .resource-banner > a:hover { background: var(--accent-hover); }
  .resource-banner > a svg {
    width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2;
  }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-links.open {
      display: flex; flex-direction: column;
      position: absolute; top: 64px; left: 0; right: 0;
      background: var(--warm-white);
      border-bottom: 1px solid var(--rule);
      padding: 1.5rem 2rem; gap: 1rem;
    }
    .mobile-toggle { display: block; }
    .article-header { padding: 7rem 1.5rem 2rem; }
    .article-body { padding: 0 1.5rem 3rem; }
    .article-cta { margin: 0 1.5rem 3rem; }
    .takeaways { margin-left: 1.5rem; margin-right: 1.5rem; }
    .toc { padding: 0 1.5rem; }
    .video-embed { padding: 0 1.5rem; }
    .author-bio { margin-left: 1.5rem; margin-right: 1.5rem; }
    .pull-quote { margin-left: 0; font-size: 1.15rem; }
    .resource-banner { flex-direction: column; align-items: flex-start; margin-left: 1.5rem; margin-right: 1.5rem; }
    .article-freshness { margin-left: 1.5rem; margin-right: 1.5rem; }
    .article-author-bio { margin-left: 1.5rem; margin-right: 1.5rem; }
    .related-articles { margin-left: 1.5rem; margin-right: 1.5rem; }
    .related-grid { grid-template-columns: 1fr; }
    .footer-inner { flex-direction: column; }
  }

/* ═══ INSIGHTS INDEX ═══ */
:root {
    --ink: #1a1d23;
    --ink-light: #3d4250;
    --ink-muted: #6b7080;
    --warm-white: #faf8f5;
    --cream: #f2efe9;
    --rule: #d8d4cc;
    --accent: #b5861e;
    --accent-text: #856214;
    --ink-muted: #6b6b6b;
    --accent-hover: #9a7218;
    --serif: 'DM Serif Display', Georgia, serif;
    --sans: 'Figtree', -apple-system, sans-serif;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; font-size: 16px; }
  body {
    font-family: var(--sans); color: var(--ink);
    background: var(--warm-white); line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  /* ─── NAV ─── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(250,248,245,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--rule);
    transition: box-shadow 0.3s;
  }
  nav.scrolled { box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
  .nav-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 2rem; height: 64px;
  }
  .nav-brand { display: flex; align-items: center; text-decoration: none; }
  .nav-brand img { height: 28px; width: auto; }
  .nav-links { display: flex; gap: 2rem; align-items: center; }
  .nav-links a {
    font-size: 0.875rem; font-weight: 500; color: var(--ink-muted);
    text-decoration: none; letter-spacing: 0.01em; transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-links a.active { color: var(--ink); }
  .nav-cta {
    font-size: 0.8125rem !important; font-weight: 600 !important;
    color: var(--warm-white) !important; background: var(--ink);
    padding: 0.5rem 1.25rem; border-radius: 4px; transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--ink-light) !important; }
  .mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
  .mobile-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; transition: 0.2s; }

  /* ─── PAGE ─── */
  .page-header {
    padding: 8rem 2rem 3rem;
    max-width: 1120px; margin: 0 auto;
  }
  .page-eyebrow {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 1rem;
  }
  .page-header h1 {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15; max-width: 640px; margin-bottom: 1rem;
  }
  .page-header p {
    font-size: 1.05rem; color: var(--ink-light);
    max-width: 560px; line-height: 1.7;
  }
  .page-divider {
    width: 48px; height: 2px; background: var(--accent); margin-top: 2rem;
  }

  /* ─── ARTICLE LIST ─── */
  .articles {
    max-width: 1120px; margin: 0 auto;
    padding: 2rem 2rem 5rem;
  }
  .article-card {
    display: block; text-decoration: none; color: inherit;
    padding: 2rem 0;
    border-bottom: 1px solid var(--rule);
    transition: padding-left 0.2s;
  }
  .article-card:first-child { border-top: 1px solid var(--rule); }
  .article-card:hover { padding-left: 0.5rem; }
  .article-card h2 {
    font-family: var(--serif); font-weight: 400;
    font-size: 1.5rem; line-height: 1.25;
    margin-bottom: 0.5rem; color: var(--ink);
  }
  .article-card p {
    font-size: 0.9375rem; color: var(--ink-light);
    line-height: 1.65; max-width: 640px; margin-bottom: 0.5rem;
  }
  .article-card .meta {
    font-size: 0.8125rem; color: var(--ink-muted);
  }

  /* ─── FOOTER ─── */
  footer {
    border-top: 1px solid #2a2d35; background: var(--ink); padding: 2rem 2rem;
  }
  .footer-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 2rem;
  }
  .footer-brand img { height: 22px; width: auto; margin-bottom: 0.75rem; }
  .footer-legal {
    font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; max-width: 520px;
  }
  .footer-right { text-align: right; }
  .footer-address {
    font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; margin-bottom: 0.75rem;
  }
  .footer-links { display: flex; gap: 1.5rem; justify-content: flex-end; }
  .footer-links a {
    font-size: 0.75rem; color: var(--ink-muted);
    text-decoration: none; transition: color 0.2s;
  }
  .footer-links a:hover { color: #b0b3bb; }

  @media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-links.open {
      display: flex; flex-direction: column;
      position: absolute; top: 64px; left: 0; right: 0;
      background: var(--warm-white);
      border-bottom: 1px solid var(--rule);
      padding: 1.5rem 2rem; gap: 1rem;
    }
    .mobile-toggle { display: block; }
    .page-header { padding: 7rem 1.5rem 2rem; }
    .articles { padding: 1.5rem 1.5rem 3rem; }
    .footer-inner { flex-direction: column; }
  }

/* ═══ RESOURCES ═══ */
:root {
    --ink: #1a1d23;
    --ink-light: #3d4250;
    --ink-muted: #6b7080;
    --warm-white: #faf8f5;
    --cream: #f2efe9;
    --rule: #d8d4cc;
    --accent: #b5861e;
    --accent-text: #856214;
    --ink-muted: #6b6b6b;
    --accent-hover: #9a7218;
    --serif: 'DM Serif Display', Georgia, serif;
    --sans: 'Figtree', -apple-system, sans-serif;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; font-size: 16px; }
  body {
    font-family: var(--sans); color: var(--ink);
    background: var(--warm-white); line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  /* ─── NAV ─── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(250,248,245,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--rule);
    transition: box-shadow 0.3s;
  }
  nav.scrolled { box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
  .nav-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 2rem; height: 64px;
  }
  .nav-brand { display: flex; align-items: center; text-decoration: none; }
  .nav-brand img { height: 28px; width: auto; }
  .nav-links { display: flex; gap: 2rem; align-items: center; }
  .nav-links a {
    font-size: 0.875rem; font-weight: 500; color: var(--ink-muted);
    text-decoration: none; letter-spacing: 0.01em; transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-links a.active { color: var(--ink); }
  .nav-cta {
    font-size: 0.8125rem !important; font-weight: 600 !important;
    color: var(--warm-white) !important; background: var(--ink);
    padding: 0.5rem 1.25rem; border-radius: 4px; transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--ink-light) !important; }
  .mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
  .mobile-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; transition: 0.2s; }

  /* ─── PAGE ─── */
  .page-header {
    padding: 8rem 2rem 3rem;
    max-width: 1120px; margin: 0 auto;
  }
  .page-eyebrow {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 1rem;
  }
  .page-header h1 {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.15; max-width: 640px; margin-bottom: 1rem;
  }
  .page-header p {
    font-size: 1.05rem; color: var(--ink-light);
    max-width: 560px; line-height: 1.7;
  }
  .page-divider {
    width: 48px; height: 2px; background: var(--accent); margin-top: 2rem;
  }

  /* ─── RESOURCE CARDS ─── */
  .resources {
    max-width: 1120px; margin: 0 auto;
    padding: 2rem 2rem 3rem;
    display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
  }
  .resource-card {
    background: var(--warm-white);
    border: 1px solid var(--rule);
    border-radius: 6px;
    padding: 2rem;
    display: flex; flex-direction: column;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .resource-card:hover {
    border-color: var(--accent);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  }
  .resource-type {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 0.75rem;
  }
  .resource-card h2 {
    font-family: var(--serif); font-weight: 400;
    font-size: 1.35rem; line-height: 1.25;
    margin-bottom: 0.75rem; color: var(--ink);
  }
  .resource-card p {
    font-size: 0.875rem; color: var(--ink-light);
    line-height: 1.65; flex-grow: 1;
    margin-bottom: 1.25rem;
  }
  .resource-card .related {
    font-size: 0.8125rem; color: var(--ink-muted);
    margin-bottom: 1rem;
  }
  .resource-card .related a {
    color: var(--accent-text); text-decoration: none;
  }
  .resource-card .related a:hover { text-decoration: underline; }
  .resource-download {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.6rem 1.25rem;
    font-family: var(--sans); font-size: 0.8125rem; font-weight: 600;
    color: var(--warm-white); background: var(--ink);
    border-radius: 4px; text-decoration: none; transition: background 0.2s;
    align-self: flex-start;
  }
  .resource-download:hover { background: var(--ink-light); }
  .resource-download svg {
    width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2;
  }

  /* ─── SIGNUP ─── */
  .signup-section {
    max-width: 1120px; margin: 0 auto;
    padding: 0 2rem 4rem;
  }
  .signup-box {
    background: var(--cream); border-radius: 6px;
    padding: 2.5rem;
    display: flex; align-items: center; gap: 3rem;
  }
  .signup-text { flex: 1; }
  .signup-text h3 {
    font-family: var(--serif); font-weight: 400;
    font-size: 1.35rem; margin-bottom: 0.5rem;
  }
  .signup-text p {
    font-size: 0.9375rem; color: var(--ink-light); line-height: 1.7;
  }
  .signup-form {
    display: flex; gap: 0.75rem; align-items: center;
    flex-shrink: 0;
  }
  .signup-form input {
    font-family: var(--sans); font-size: 0.875rem;
    padding: 0.65rem 1rem;
    border: 1px solid var(--rule); border-radius: 4px;
    background: var(--warm-white); color: var(--ink);
    width: 240px;
    outline: none; transition: border-color 0.2s;
  }
  .signup-form input:focus { border-color: var(--accent); }
  .signup-form input::placeholder { color: var(--ink-muted); }
  .signup-form button {
    font-family: var(--sans); font-size: 0.8125rem; font-weight: 600;
    color: var(--warm-white); background: var(--ink);
    padding: 0.65rem 1.25rem;
    border: none; border-radius: 4px; cursor: pointer;
    transition: background 0.2s;
  }
  .signup-form button:hover { background: var(--ink-light); }
  .signup-status {
    display: none; font-size: 0.8125rem; margin-top: 0.5rem;
  }

  /* ─── FOOTER ─── */
  footer {
    border-top: 1px solid #2a2d35; background: var(--ink); padding: 2rem 2rem;
  }
  .footer-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 2rem;
  }
  .footer-brand img { height: 22px; width: auto; margin-bottom: 0.75rem; }
  .footer-legal {
    font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; max-width: 520px;
  }
  .footer-right { text-align: right; }
  .footer-address {
    font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; margin-bottom: 0.75rem;
  }
  .footer-links { display: flex; gap: 1.5rem; justify-content: flex-end; }
  .footer-links a {
    font-size: 0.75rem; color: var(--ink-muted);
    text-decoration: none; transition: color 0.2s;
  }
  .footer-links a:hover { color: #b0b3bb; }

  @media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-links.open {
      display: flex; flex-direction: column;
      position: absolute; top: 64px; left: 0; right: 0;
      background: var(--warm-white);
      border-bottom: 1px solid var(--rule);
      padding: 1.5rem 2rem; gap: 1rem;
    }
    .mobile-toggle { display: block; }
    .page-header { padding: 7rem 1.5rem 2rem; }
    .resources { grid-template-columns: 1fr; padding: 1.5rem 1.5rem 2rem; }
    .signup-section { padding: 0 1.5rem 3rem; }
    .signup-box { flex-direction: column; gap: 1.5rem; }
    .signup-form { width: 100%; }
    .signup-form input { flex: 1; width: auto; }
    .footer-inner { flex-direction: column; }
  }

/* ═══ 404 ═══ */
:root {
    --ink: #1a1d23;
    --ink-light: #3d4250;
    --ink-muted: #6b7080;
    --warm-white: #faf8f5;
    --cream: #f2efe9;
    --rule: #d8d4cc;
    --accent: #b5861e;
    --accent-text: #856214;
    --ink-muted: #6b6b6b;
    --serif: 'DM Serif Display', Georgia, serif;
    --sans: 'Figtree', -apple-system, sans-serif;
  }
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: var(--sans); color: var(--ink);
    background: var(--warm-white);
    min-height: 100vh;
    display: flex; flex-direction: column;
  }
  .content {
    flex: 1;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 4rem 2rem 3rem;
    text-align: center;
  }
  .error-code {
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text); margin-bottom: 1.5rem;
  }
  h1 {
    font-family: var(--serif); font-weight: 400;
    font-size: clamp(2rem, 4vw, 2.75rem);
    line-height: 1.2; margin-bottom: 1rem;
  }
  .subtitle {
    font-size: 1rem; color: var(--ink-light);
    line-height: 1.7; max-width: 440px; margin-bottom: 2rem;
  }
  .btn-home {
    display: inline-block;
    font-size: 0.875rem; font-weight: 600;
    color: var(--warm-white); background: var(--ink);
    padding: 0.7rem 1.5rem; border-radius: 4px;
    text-decoration: none; transition: background 0.2s;
    margin-bottom: 3rem;
  }
  .btn-home:hover { background: var(--ink-light); }

  .fact-box {
    max-width: 500px; width: 100%;
    background: var(--cream);
    border-radius: 6px;
    padding: 1.75rem 2rem;
    text-align: left;
    position: relative;
    transition: opacity 0.35s ease;
  }
  .fact-label {
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--accent-text);
    margin-bottom: 0.65rem;
    display: flex; align-items: center; gap: 0.5rem;
  }
  .fact-label svg {
    width: 14px; height: 14px;
    stroke: var(--accent); fill: none; stroke-width: 2;
  }
  .fact-text {
    font-size: 0.9375rem; color: var(--ink-light);
    line-height: 1.7;
  }
  .fact-shuffle {
    position: absolute; top: 1.5rem; right: 1.5rem;
    background: none; border: none; cursor: pointer;
    color: var(--ink-muted); font-size: 0.75rem;
    font-family: var(--sans); font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.2s;
    display: flex; align-items: center; gap: 0.35rem;
  }
  .fact-shuffle:hover { color: var(--accent-text); }
  .fact-shuffle svg {
    width: 13px; height: 13px;
    stroke: currentColor; fill: none; stroke-width: 2;
  }

  footer {
    border-top: 1px solid #2a2d35;
    background: var(--ink);
    padding: 2rem 2rem;
  }
  .footer-inner {
    max-width: 1120px; margin: 0 auto;
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 2rem;
  }
  .footer-brand img { height: 22px; width: auto; margin-bottom: 0.75rem; }
  .footer-legal {
    font-size: 0.75rem; color: var(--ink-muted); line-height: 1.7; max-width: 520px;
  }
  .footer-links { display: flex; gap: 1.5rem; }
  .footer-links a {
    font-size: 0.75rem; color: var(--ink-muted);
    text-decoration: none; transition: color 0.2s;
  }
  .footer-links a:hover { color: #b0b3bb; }

  @media (max-width: 768px) {
    .content { padding: 3rem 1.5rem 2rem; }
    .fact-box { padding: 1.5rem; }
    .footer-inner { flex-direction: column; }
  }

/* ═══ STICKY TOC SIDEBAR (wide screens, JS-positioned) ═══ */
.toc-sidebar {
  display: none;
}
@media (min-width: 1200px) {
  .toc-sidebar {
    display: block;
    position: fixed;
    top: 90px;
    width: 170px;
    z-index: 10;
  }
  .toc-sidebar .toc-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 0.5rem;
  }
  .toc-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .toc-sidebar li {
    padding: 0.2rem 0;
  }
  .toc-sidebar a {
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--ink-muted);
    text-decoration: none;
    transition: color 0.2s;
    display: block;
  }
  .toc-sidebar a:hover { color: var(--ink); }
  .toc-sidebar a.toc-active {
    color: var(--accent-text);
    font-weight: 500;
  }
  .toc-sidebar.toc-hidden { opacity: 0; pointer-events: none; }
  .toc-sidebar.toc-visible { opacity: 1; pointer-events: auto; transition: opacity 0.3s; }
}

/* ═══ BACK TO TOP ─── */
.back-to-top {
  max-width: 740px; margin: 0 auto 2rem;
  padding: 0 2rem; text-align: right;
}
.back-to-top a,
.back-to-top a:link,
.back-to-top a:visited {
  font-size: 0.8125rem;
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.back-to-top a:hover { color: var(--accent-text); }

/* ═══ FRESHNESS NOTE ═══ */
.freshness-note {
  font-size: 0.8125rem; color: var(--ink-muted);
  margin-top: 2rem; padding-top: 1rem;
  border-top: 1px solid var(--rule);
}

/* ═══ ANCHOR SCROLL OFFSET (compensate for fixed nav) ═══ */
.article-body h2[id] {
  scroll-margin-top: 80px;
}

/* ═══ RESOURCE CARD ANCHOR OFFSET ═══ */
.resource-card[id] {
  scroll-margin-top: 80px;
}

/* ═══ NAV DROPDOWN ═══ */
.nav-inner .nav-dropdown {
  position: relative;
}
.nav-inner .nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 8px;
  background: var(--warm-white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 0.5rem 0;
  min-width: 220px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  z-index: 200;
}
.nav-inner .nav-dropdown-menu a {
  display: block !important;
  padding: 0.5rem 1.25rem !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  color: var(--ink-light) !important;
  text-decoration: none !important;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.nav-inner .nav-dropdown-menu a:hover {
  background: var(--cream) !important;
  color: var(--ink) !important;
}

/* Mobile: flatten dropdown */
@media (max-width: 768px) {
  .nav-inner .nav-dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 0 0 1rem !important;
    min-width: auto !important;
    display: none !important;
    background: transparent !important;
  }
  .nav-inner .nav-dropdown-trigger svg { display: none; }
  .nav-links.open .nav-dropdown-menu {
    display: block !important;
  }
  .nav-inner .nav-dropdown-menu a {
    padding: 0.35rem 0 !important;
    font-size: 0.8125rem !important;
    color: var(--ink-muted) !important;
  }
}

/* ═══ NAV DROPDOWN ═══ */
.nav-inner .nav-dropdown {
  position: relative;
}
.nav-inner .nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 8px;
  background: var(--warm-white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 0.5rem 0;
  min-width: 220px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  z-index: 200;
}
.nav-inner .nav-dropdown-menu a {
  display: block !important;
  padding: 0.5rem 1.25rem !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  color: var(--ink-light) !important;
  text-decoration: none !important;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.nav-inner .nav-dropdown-menu a:hover {
  background: var(--cream) !important;
  color: var(--ink) !important;
}


/* ═══ MOBILE NAV ALIGNMENT (definitive override) ═══ */
@media (max-width: 768px) {
  .nav-links.open {
    align-items: flex-start !important;
    text-align: left !important;
  }
  .nav-links.open > a,
  .nav-links.open > .nav-dropdown,
  .nav-links.open > .nav-dropdown > a,
  .nav-links.open > .nav-cta {
    text-align: left !important;
  }
  .nav-dropdown-menu a {
    padding-left: 0.75rem !important;
  }
}


  @media (max-width: 768px) {
    .article-cta a { display: block; text-align: center; }
    .article-cta a + a { display: block; margin-left: 0; margin-top: 1rem; text-align: center; }
  }

/* ═══ ACCESSIBILITY ═══ */

/* Skip navigation */
.skip-nav {
  position: absolute;
  top: -100px;
  left: 0;
  padding: 0.75rem 1.5rem;
  background: var(--ink);
  color: var(--warm-white);
  font-family: var(--sans);
  font-size: 0.875rem;
  font-weight: 600;
  z-index: 10000;
  text-decoration: none;
  transition: top 0.2s;
}
.skip-nav:focus {
  top: 0;
}

/* Focus-visible for all interactive elements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Remove default outline since we use focus-visible */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .progress-bar-fill { transition: none !important; }
}
