
    .article_content_box:has(.agg-page) > .article_title.themes_box_title {
      display: none !important;
    }

    .agg-page {
      --ink: #202530;
      --muted: #5e6673;
      --soft: #f6f7f2;
      --paper: #ffffff;
      --line: #dfe4dc;
      --green: #26735f;
      --green-dark: #1d5448;
      --rust: #a95738;
      --amber: #be8c28;
      --blue: #2e5367;
      width: 100%;
      overflow: hidden;
      background: var(--paper);
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.62;
    }

    .agg-page * {
      box-sizing: border-box;
      letter-spacing: 0;
    }

    .agg-page a {
      color: inherit;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }

    .agg-page img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .agg-page h1,
    .agg-page h2,
    .agg-page h3,
    .agg-page p {
      margin-top: 0;
    }

    .agg-page h1,
    .agg-page h2,
    .agg-page h3 {
      line-height: 1.16;
    }

    .agg-page h1 {
      max-width: 760px;
      margin-bottom: 20px;
      font-size: 46px;
    }

    .agg-page h2 {
      margin-bottom: 16px;
      font-size: 32px;
    }

    .agg-page h3 {
      margin-bottom: 10px;
      font-size: 19px;
    }

    .agg-shell {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
    }

    .agg-eyebrow {
      margin-bottom: 14px;
      color: var(--rust);
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .agg-lede {
      max-width: 760px;
      color: var(--muted);
      font-size: 17px;
    }

    .agg-button-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .agg-btn {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      padding: 10px 18px;
      border: 1px solid var(--green);
      border-radius: 4px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
    }

    .agg-btn-primary {
      background: var(--green);
      color: #ffffff !important;
    }

    .agg-btn-primary:hover {
      background: var(--green-dark);
      border-color: var(--green-dark);
    }

    .agg-btn-secondary {
      background: #ffffff;
      color: var(--green-dark) !important;
    }

    .agg-btn-secondary:hover {
      background: var(--green-dark);
      color: #ffffff !important;
    }

    .agg-hero {
      padding: 58px 0 62px;
      border-bottom: 1px solid var(--line);
      background: var(--soft);
    }

    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 330px;
      align-items: center;
      gap: 56px;
    }

    .agg-hero strong a {
      color: var(--green-dark);
    }

    .agg-hero-card {
      margin: 0;
      padding: 26px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 18px 40px rgba(32, 37, 48, 0.1);
    }

    .agg-hero-media {
      display: flex;
      min-height: 310px;
      align-items: center;
      justify-content: center;
      border: 1px solid #e7ebe3;
      border-radius: 8px;
      background: #fbfcf8;
    }

    .agg-hero-media img {
      width: 300px;
      height: 300px;
      object-fit: contain;
    }

    .agg-hero-card figcaption {
      margin-top: 16px;
      color: var(--muted);
      font-size: 14px;
      text-align: center;
    }

    .agg-microfacts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 32px;
    }

    .agg-microfact {
      padding-top: 12px;
      border-top: 2px solid var(--blue);
    }

    .agg-microfact strong {
      display: block;
      font-size: 15px;
    }

    .agg-microfact span {
      color: var(--muted);
      font-size: 13px;
    }

    .agg-section {
      padding: 70px 0;
    }

    .agg-section-soft {
      background: var(--soft);
    }

    .agg-section-head {
      max-width: 760px;
      margin-bottom: 34px;
    }

    .agg-identifier-grid {
      display: grid;
      grid-template-columns: 320px minmax(0, 1fr);
      gap: 42px;
      align-items: start;
    }

    .agg-core-image {
      display: flex;
      min-height: 320px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
    }

    .agg-core-image img {
      width: 300px;
      height: 300px;
      object-fit: contain;
    }

    .agg-table-wrap {
      width: 100%;
      overflow-x: auto;
    }

    .agg-page table {
      width: 100%;
      min-width: 640px;
      border-collapse: collapse;
      background: #ffffff;
    }

    .agg-page th,
    .agg-page td {
      padding: 13px 15px;
      border: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }

    .agg-page th {
      width: 28%;
      background: #eef2eb;
      color: #24332c;
      font-weight: 700;
    }

    .agg-workflow-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .agg-workflow-card {
      display: flex;
      min-height: 260px;
      flex-direction: column;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
    }

    .agg-workflow-label {
      width: fit-content;
      margin-bottom: 16px;
      padding: 5px 9px;
      border-radius: 4px;
      background: #f1e5d7;
      color: #7c3f28;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .agg-workflow-card p {
      color: var(--muted);
    }

    .agg-workflow-card ul,
    .agg-rfq-list {
      display: grid;
      gap: 10px;
      margin: auto 0 0;
      padding: 0;
      list-style: none;
    }

    .agg-workflow-card li,
    .agg-rfq-list li {
      padding-left: 14px;
      border-left: 3px solid var(--green);
      color: #3f4651;
    }

    .agg-related-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .agg-related-card {
      display: grid;
      grid-template-columns: 170px minmax(0, 1fr);
      gap: 22px;
      align-items: center;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
    }

    .agg-related-media {
      display: flex;
      min-height: 150px;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      background: #f7f8f4;
    }

    .agg-related-media img {
      max-width: 150px;
      max-height: 132px;
      object-fit: contain;
    }

    .agg-related-card p {
      color: var(--muted);
    }

    .agg-text-link {
      color: var(--green-dark) !important;
      font-weight: 700;
    }

    .agg-reading-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .agg-reading-card {
      display: flex;
      min-height: 250px;
      flex-direction: column;
      padding: 24px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
    }

    .agg-reading-card h3 {
      color: var(--blue);
    }

    .agg-reading-card p {
      color: var(--muted);
    }

    .agg-reading-card .agg-text-link {
      margin-top: auto;
    }

    .agg-rfq {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 40px;
      align-items: start;
    }

    .agg-rfq-panel {
      padding: 26px;
      border-radius: 8px;
      background: #1f2c33;
      color: #ffffff;
    }

    .agg-rfq-panel p {
      color: #dce6e3;
    }

    .agg-rfq-list li {
      border-left-color: var(--amber);
      color: #2d3440;
    }

    .agg-faq-list {
      max-width: 880px;
      margin: 0 auto;
      border-top: 1px solid var(--line);
    }

    .agg-faq-item {
      padding: 24px 0;
      border-bottom: 1px solid var(--line);
    }

    .agg-faq-item p {
      margin-bottom: 0;
      color: var(--muted);
    }

    @media (max-width: 920px) {
      .agg-page h1 {
        font-size: 38px;
      }

      .agg-page h2 {
        font-size: 28px;
      }

      .agg-hero-grid,
      .agg-identifier-grid,
      .agg-rfq {
        grid-template-columns: 1fr;
      }

      .agg-hero-card,
      .agg-core-image {
        max-width: 360px;
      }

      .agg-workflow-grid,
      .agg-reading-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .agg-reading-card:last-child {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 640px) {
      .agg-shell {
        width: min(100% - 28px, 1120px);
      }

      .agg-hero {
        padding: 42px 0 48px;
      }

      .agg-page h1 {
        font-size: 32px;
      }

      .agg-page h2 {
        font-size: 25px;
      }

      .agg-lede {
        font-size: 16px;
      }

      .agg-microfacts,
      .agg-workflow-grid,
      .agg-related-grid,
      .agg-reading-grid {
        grid-template-columns: 1fr;
      }

      .agg-related-card {
        grid-template-columns: 1fr;
      }

      .agg-related-media {
        justify-content: flex-start;
      }

      .agg-section {
        padding: 56px 0;
      }
    }
  