h1, h2, h3, h4, h5, h6 {
          color: var(--heading);
          font-weight: 700;
          line-height: 1.15;
          letter-spacing: -0.03em;
        }
        h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
        h2 { font-size: clamp(1.9rem, 3vw, 2.4rem); }
        h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
        p + p { margin-top: 1rem; }
        small { font-size: 14px; line-height: 1.6; color: var(--text-muted); }
        .eyebrow {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          font-size: 13px;
          line-height: 1.4;
          text-transform: uppercase;
          letter-spacing: 0.12em;
          color: var(--accent);
        }
        .eyebrow::before {
          content: "";
          width: 22px;
          height: 1px;
          background: currentColor;
          opacity: 0.7;
        }
