
  /* ── ABOUT PAGE ── */

  /* Hero — left-aligned, personal, not corporate */
  .about-hero {
    background: var(--green);
    padding: 90px 10vw 100px;
  }
  .about-hero .sec-label { color: rgba(255,255,255,0.4); margin-bottom: 28px; }
  .about-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 5.5vw, 72px);
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -1.5px;
    line-height: 1.06;
    margin-bottom: 28px;
    max-width: 640px;
  }
  .about-hero h1 em { font-style: italic; color: rgba(255,255,255,.45); }
  .about-hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,.5);
    font-weight: 300;
    line-height: 1.8;
    max-width: 520px;
  }
  .about-hero-signal {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.03em;
  }
  .about-hero-signal::before {
    content: '';
    display: block;
    width: 5px; height: 5px;
    background: #4CAF7D;
    border-radius: 50%;
    flex-shrink: 0;
  }

  /* Shared column */
  .about-col {
    max-width: 680px;
  }
  .about-eyebrow {
    font-size: 10px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--green-a);
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    display: block;
    margin-bottom: 32px;
  }

  /* Section: Origin */
  .about-origin {
    padding: 96px 10vw 88px;
    border-bottom: 1px solid var(--border);
  }
  .about-origin .lead {
    font-family: 'Playfair Display', serif;
    font-size: clamp(21px, 2.4vw, 28px);
    font-weight: 400;
    color: var(--ink);
    line-height: 1.6;
    margin-bottom: 32px;
    letter-spacing: -.2px;
  }
  .about-origin p {
    font-size: 16px;
    color: var(--body);
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 24px;
  }
  .about-origin p:last-child { margin-bottom: 0; }

  /* Section: Consequence — three punchy facts */
  .about-consequence {
    background: #0D3D28;
    padding: 80px 10vw;
  }
  .about-consequence-inner {
    max-width: 640px;
  }
  .about-consequence-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    font-weight: 500;
    margin-bottom: 40px;
    display: block;
  }
  .about-consequence-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .about-consequence-item:last-child { margin-bottom: 0; }
  .about-csq-num {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    color: rgba(255,255,255,0.25);
    flex-shrink: 0;
    padding-top: 3px;
    min-width: 24px;
  }
  .about-csq-text {
    font-family: 'Playfair Display', serif;
    font-size: clamp(17px, 1.9vw, 22px);
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    line-height: 1.55;
    letter-spacing: -.1px;
  }

  /* Section: Experience */
  .about-experience {
    padding: 96px 10vw 88px;
    border-bottom: 1px solid var(--border);
  }
  .about-experience h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 400;
    color: var(--ink);
    line-height: 1.25;
    letter-spacing: -.4px;
    margin-bottom: 32px;
  }
  .about-experience p {
    font-size: 16px;
    color: var(--body);
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 24px;
  }
  .about-experience p:last-child { margin-bottom: 0; }

  /* Section: Why it's free — answers the skeptic */
  .about-free {
    background: var(--cream);
    padding: 96px 10vw 88px;
    border-bottom: 1px solid var(--border);
  }
  .about-free h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 400;
    color: var(--ink);
    line-height: 1.25;
    letter-spacing: -.4px;
    margin-bottom: 32px;
  }
  .about-free h2 em { font-style: italic; color: var(--green-a); }
  .about-free p {
    font-size: 16px;
    color: var(--body);
    line-height: 1.95;
    font-weight: 300;
    margin-bottom: 24px;
    max-width: 640px;
  }
  .about-free p:last-child { margin-bottom: 0; }

  /* Section: What ClaimTalk is not */
  .about-not {
    padding: 96px 10vw 88px;
    border-bottom: 1px solid var(--border);
  }
  .about-not h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 400;
    color: var(--ink);
    line-height: 1.25;
    letter-spacing: -.4px;
    margin-bottom: 40px;
  }
  .about-not-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    max-width: 840px;
    margin-bottom: 48px;
  }
  .about-not-item {
    background: white;
    border: 1px solid var(--border);
    padding: 28px 30px;
  }
  .about-not-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
  }
  .about-not-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.3;
    margin-bottom: 10px;
    display: block;
    letter-spacing: -.2px;
  }
  .about-not-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.75;
    font-weight: 400;
  }
  .about-not p {
    font-size: 15px;
    color: var(--body);
    line-height: 1.9;
    font-weight: 300;
    max-width: 640px;
  }

  /* Closing statement */
  .about-close {
    background: var(--green);
    padding: 96px 10vw;
  }
  .about-close-inner { max-width: 640px; }
  .about-close-statement {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 400;
    color: white;
    line-height: 1.35;
    letter-spacing: -.4px;
    margin-bottom: 32px;
  }
  .about-close-statement em { font-style: italic; color: rgba(255,255,255,.5); }
  .about-close-body {
    font-size: 15px;
    color: rgba(255,255,255,.5);
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .about-close-nav {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
  }
  .about-close-btn {
    background: none; border: none; cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px; font-weight: 500;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 3px;
    transition: border-color 0.2s, opacity 0.2s;
  }
  .about-close-btn:hover { border-color: white; opacity: 0.75; }
  .about-close-btn.secondary {
    color: rgba(255,255,255,0.5);
    border-bottom-color: rgba(255,255,255,0.2);
  }

  @media (max-width: 900px) {
    .about-not-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 480px) {
    .about-hero { padding: 56px 20px 64px; }
    .about-origin, .about-experience, .about-free, .about-not { padding: 64px 20px 56px; }
    .about-consequence { padding: 56px 20px; }
    .about-close { padding: 64px 20px; }
    .about-not-item { padding: 24px 20px; }
    .about-consequence-item { gap: 16px; }
  }
