
    .agg-page {
      --ink: #23211f;
      --muted: #68635d;
      --paper: #ffffff;
      --shell: #f7f9f7;
      --soft: #eef4f1;
      --line: #d7e0dc;
      --rose: #9e4f58;
      --rose-dark: #7f3944;
      --leaf: #5e745f;
      --gold: #9a7a3e;
      color: var(--ink);
      background: var(--shell);
      font: 16px/1.62 Arial, Helvetica, sans-serif;
    }
    .agg-page *, .agg-page *::before, .agg-page *::after { box-sizing: border-box; letter-spacing: 0; }
    .agg-page a { color: inherit; text-decoration: none; }
    .agg-page img { display: block; width: 100%; height: auto; }
    .agg-page h1, .agg-page h2, .agg-page h3, .agg-page p { margin-top: 0; }
    .agg-page h1 { margin-bottom: 18px; font-size: 48px; line-height: 1.08; }
    .agg-page h2 { margin-bottom: 16px; font-size: 32px; line-height: 1.16; }
    .agg-page h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.26; }
    .agg-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .agg-kicker { margin-bottom: 12px; color: var(--rose); font-size: 13px; font-weight: 800; text-transform: uppercase; }
    .agg-hero { padding: 42px 0 56px; background: var(--paper); border-bottom: 1px solid var(--line); }
    .agg-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 44px; align-items: center; }
    .agg-lede { max-width: 740px; margin-bottom: 24px; color: var(--muted); font-size: 18px; }
    .agg-lede strong a { color: var(--rose-dark); text-decoration: underline; text-underline-offset: 3px; }
    .agg-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
    .agg-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; text-align: center; white-space: nowrap; }
    .agg-btn-primary { color: #fff; background: var(--rose); }
    .agg-btn-primary:hover { background: var(--rose-dark); }
    .agg-btn-secondary { color: var(--leaf); border-color: var(--leaf); background: #fff; }
    .agg-btn-secondary:hover { background: #eef4ee; }
    .agg-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 900px; }
    .agg-fact { min-height: 92px; padding: 14px 16px; border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: 8px; background: #fff; }
    .agg-fact span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; }
    .agg-fact strong { display: block; margin-top: 8px; font-size: 17px; line-height: 1.22; }
    .agg-hero-media, .agg-core-media { border: 1px solid var(--line); border-radius: 8px; background: #fbfcfb; box-shadow: 0 16px 36px rgba(35,33,31,.12); }
    .agg-hero-media img, .agg-core-media img { max-height: 560px; padding: 18px; object-fit: contain; }
    .agg-band { padding: 70px 0; background: var(--shell); }
    .agg-band.alt { background: var(--soft); }
    .agg-band-header { max-width: 820px; margin-bottom: 28px; }
    .agg-band-header p { max-width: 740px; color: var(--muted); margin-bottom: 0; }
    .agg-format-row { display: grid; grid-template-columns: .85fr repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
    .agg-format-lead { padding: 28px; border: 1px solid var(--line); border-radius: 8px; color: #fff; background: var(--rose-dark); }
    .agg-format-lead .agg-kicker { color: #f1d4aa; }
    .agg-format-lead p { color: #f8e9e1; margin-bottom: 0; }
    .agg-format-card { min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(35,33,31,.06); }
    .agg-format-number { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; margin-bottom: 16px; border-radius: 50%; color: #fff; background: var(--rose); font-weight: 800; }
    .agg-format-card p { color: var(--muted); margin-bottom: 0; }
    .agg-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: start; }
    .agg-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
    .agg-table { width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; }
    .agg-table th, .agg-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; word-break: break-word; }
    .agg-table th { width: 34%; color: var(--rose-dark); background: #f6faf7; }
    .agg-table tr:last-child th, .agg-table tr:last-child td { border-bottom: 0; }
    .agg-note-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
    .agg-note { padding: 16px; border-left: 4px solid var(--leaf); border-radius: 6px; background: #fff; color: var(--muted); }
    .agg-card-grid, .agg-reading-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .agg-card, .agg-reading-card { display: flex; min-height: 100%; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(35,33,31,.06); transition: transform .18s ease, box-shadow .18s ease; }
    .agg-card:hover, .agg-reading-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(35,33,31,.12); }
    .agg-card-media, .agg-reading-media { padding: 14px; background: #fbfcfb; }
    .agg-card-media img { aspect-ratio: 4 / 3; object-fit: contain; max-height: 280px; }
    .agg-reading-media img { aspect-ratio: 16 / 10; object-fit: contain; max-height: 250px; }
    .agg-card-body, .agg-reading-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
    .agg-card-body p, .agg-reading-body p { color: var(--muted); margin-bottom: 0; }
    .agg-card-foot { margin-top: auto; padding-top: 14px; color: var(--rose-dark); font-weight: 800; }
    .agg-faq-list { border-top: 1px solid var(--line); }
    .agg-faq-item { padding: 22px 0; border-bottom: 1px solid var(--line); }
    .agg-faq-item p { max-width: 900px; color: var(--muted); margin-bottom: 0; }
    @media (max-width: 1020px) {
      .agg-hero-grid, .agg-split { grid-template-columns: 1fr; }
      .agg-format-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .agg-format-lead { grid-column: 1 / -1; }
      .agg-page h1 { font-size: 42px; }
      .agg-page h2 { font-size: 28px; }
      .agg-facts, .agg-card-grid, .agg-reading-grid, .agg-note-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      .agg-shell { width: min(100% - 24px, 1180px); }
      .agg-hero { padding: 30px 0 42px; }
      .agg-band { padding: 52px 0; }
      .agg-page h1 { font-size: 34px; }
      .agg-page h2 { font-size: 24px; }
      .agg-page h3 { font-size: 18px; }
      .agg-lede { font-size: 16px; }
      .agg-btn { width: 100%; white-space: normal; }
      .agg-facts, .agg-format-row, .agg-card-grid, .agg-reading-grid, .agg-note-grid { grid-template-columns: 1fr; }
      .agg-format-lead, .agg-format-card, .agg-reading-body, .agg-card-body { padding: 20px; }
      .agg-table th, .agg-table td { padding: 12px; }
    }
  