
    /* Campaign Frame — content-specific styles only.
       Layout, nav, cover, banner handled by base.css + comp-nav.css */

    .content {
      position: relative;
      z-index: 1;
      padding: 1rem 3rem;
    }

    .cover-concept {
      font-size: 1.2rem;
      font-style: italic;
      color: #e8d8b8;
      max-width: 560px;
      margin-top: 0.8rem;
    }

    .at-a-glance {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 2.4rem;
      font-size: 0.95rem;
    }

    .at-a-glance td {
      padding: 0.45rem 1rem;
      border-bottom: 1px solid var(--rule);
    }

    .at-a-glance td:first-child {
      font-family: 'Cinzel', serif;
      font-size: 0.78rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--steel);
      width: 42%;
    }

    .at-a-glance tr:last-child td { border-bottom: none; }

    .section-title {
      font-family: 'Cinzel', serif;
      font-size: 12px;
      font-weight: 600;
      color: var(--muted);
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-bottom: 1.2rem;
      padding-bottom: 0.6rem;
      border-bottom: 1px solid var(--rule);
    }

    .chapter-intro {
      font-style: italic;
      color: var(--steel);
      font-size: 1.05rem;
      margin-bottom: 1.2rem;
      padding: 0.6rem 0;
      border-bottom: 1px solid var(--rule);
    }

    .two-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.4rem;
    }

    p { margin-bottom: 1em; }
    p:last-child { margin-bottom: 0; }

    .principle { margin-bottom: 1.4rem; }

    .principle-title {
      font-family: 'Cinzel', serif;
      font-size: 0.92rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      color: var(--steel);
      margin-bottom: 0.3rem;
    }

    .principle p { margin-bottom: 0; font-size: 0.97rem; }

    .theme { margin-bottom: 1.3rem; }

    .theme-title {
      font-family: 'Cinzel', serif;
      font-size: 0.88rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      color: var(--fg);
      margin-bottom: 0.25rem;
    }

    .theme p { margin-bottom: 0; font-size: 0.97rem; }

    .callout {
      background: var(--surface);
      border-left: 3px solid var(--gold);
      border-radius: 2px;
      padding: 0.9rem 1.1rem;
      margin: 1.1rem 0;
      font-size: 0.97rem;
    }

    .callout strong { color: var(--steel); }

    .touchstones {
      font-style: italic;
      color: var(--steel);
      font-size: 0.95rem;
    }

    .touchstones-body { margin-top: 0.6rem; font-style: normal; font-size: 0.95rem; }

    .divider {
      height: 1px;
      background: linear-gradient(to right, transparent, var(--gold), transparent);
      margin: 2rem 0;
    }

    .section { margin-bottom: 2.8rem; }

    .tone-tags {
      font-family: 'Cinzel', serif;
      font-size: 0.82rem;
      letter-spacing: 0.12em;
      color: var(--steel);
      text-transform: uppercase;
      margin-bottom: 2rem;
    }

    .session-questions h4 {
      font-family: 'Cinzel', serif;
      font-size: 0.88rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: var(--steel);
      margin-bottom: 0.7rem;
    }

    .session-questions ul {
      padding-left: 1.2rem;
      margin-bottom: 0.5rem;
    }

    .session-questions li {
      font-size: 0.96rem;
      margin-bottom: 0.5rem;
      line-height: 1.55;
    }

    .advisories {
      font-style: italic;
      font-size: 0.92rem;
      color: var(--steel);
      line-height: 1.7;
    }

    .credits a { color: var(--gold-lt); }

    .dpcr-notice {
      border-top: 1px solid rgba(245,237,216,0.2);
      margin-top: 1rem;
      padding-top: 1rem;
      font-size: 0.78rem;
      opacity: 0.75;
    }

    .campaign-two-col {
      display: grid;
      grid-template-columns: 1fr 280px;
      gap: 0;
      align-items: start;
    }
    .campaign-aside {
      position: sticky;
      top: 80px;
      padding: 1.5rem 1.5rem 1.5rem 0;
    }
    .campaign-glance-label {
      font-family: 'Cinzel', serif;
      font-size: 10px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 12px;
      padding-bottom: 8px;
      border-bottom: 1px solid var(--rule);
    }

    @media (max-width: 860px) {
      .campaign-two-col { grid-template-columns: 1fr; }
      .campaign-aside { position: static; padding: 0 0 1.5rem 0; }
    }

    @media (max-width: 640px) {
      .content { padding: 1rem 1.4rem; }
      .two-col { grid-template-columns: 1fr; gap: 0; }
    }
