
    .agg-page {
      --ink: #182124;
      --muted: #5f6b6e;
      --line: #d9e2df;
      --panel: #f7faf8;
      --deep: #102326;
      --accent: #0d7b73;
      --gold: #b88631;
      --soft: #eef5f2;
      color: var(--ink);
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.55;
      background: #ffffff;
      overflow-wrap: anywhere;
    }
    .agg-page * {
      box-sizing: border-box;
    }
    .agg-page a {
      color: inherit;
    }
    .agg-page .agg-shell {
      width: min(1180px, calc(100% - 36px));
      margin: 0 auto;
    }
    .agg-page .agg-hero {
      background: #102326;
      padding: 54px 0 44px;
    }
    .agg-page .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
      gap: 32px;
      align-items: center;
    }
    .agg-page .eyebrow {
      margin: 0 0 12px;
      color: #b9d8d3;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: uppercase;
      font-weight: 700;
    }
    .agg-page h1,
    .agg-page h2,
    .agg-page h3,
    .agg-page p {
      margin-top: 0;
    }
    .agg-page h1 {
      color: #ffffff;
      font-size: 46px;
      line-height: 1.08;
      margin-bottom: 18px;
      letter-spacing: 0;
    }
    .agg-page .hero-copy {
      color: #edf6f3;
      font-size: 18px;
      max-width: 720px;
      margin-bottom: 24px;
    }
    .agg-page .hero-copy strong {
      color: #ffffff;
      text-decoration: underline;
      text-decoration-color: rgba(184, 134, 49, .7);
      text-underline-offset: 4px;
    }
    .agg-page .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 24px;
    }
    .agg-page .agg-btn {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 12px 18px;
      border: 1px solid transparent;
      border-radius: 6px;
      font-weight: 700;
      text-decoration: none;
      white-space: normal;
    }
    .agg-page .agg-btn.primary {
      background: var(--gold);
      color: #ffffff;
    }
    .agg-page .agg-btn.secondary {
      border-color: rgba(255, 255, 255, .62);
      color: #ffffff;
      background: rgba(255, 255, 255, .08);
    }
    .agg-page .hero-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      max-width: 720px;
    }
    .agg-page .hero-facts div {
      border: 1px solid rgba(255, 255, 255, .22);
      background: rgba(255, 255, 255, .08);
      color: #ffffff;
      padding: 12px;
      border-radius: 8px;
      min-height: 86px;
    }
    .agg-page .hero-facts b {
      display: block;
      font-size: 13px;
      color: #cde1dc;
      margin-bottom: 4px;
    }
    .agg-page .hero-media {
      background: #ffffff;
      border-radius: 8px;
      padding: 18px;
      box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
    }
    .agg-page .hero-media img,
    .agg-page .media-box img,
    .agg-page .product-card img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .agg-page .hero-media .frame {
      aspect-ratio: 4 / 3;
      background: #f5f7f5;
      border-radius: 6px;
      overflow: hidden;
    }
    .agg-page .section {
      padding: 56px 0;
    }
    .agg-page .section.soft {
      background: var(--panel);
    }
    .agg-page .section-head {
      max-width: 760px;
      margin-bottom: 28px;
    }
    .agg-page .section-head h2 {
      font-size: 32px;
      line-height: 1.18;
      margin-bottom: 10px;
      letter-spacing: 0;
    }
    .agg-page .section-head p,
    .agg-page .lead {
      color: var(--muted);
      font-size: 16px;
    }
    .agg-page .kit-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-page .kit-card,
    .agg-page .article-card,
    .agg-page .faq-item {
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 20px;
    }
    .agg-page .kit-card h3,
    .agg-page .article-card h3,
    .agg-page .product-card h3 {
      font-size: 18px;
      line-height: 1.25;
      margin-bottom: 10px;
    }
    .agg-page .kit-card p,
    .agg-page .article-card p,
    .agg-page .product-card p,
    .agg-page .faq-item p {
      color: var(--muted);
      margin-bottom: 0;
    }
    .agg-page .spec-grid {
      display: grid;
      grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
      gap: 28px;
      align-items: start;
    }
    .agg-page .media-box {
      aspect-ratio: 4 / 3;
      background: #f4f7f5;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      padding: 10px;
    }
    .agg-page .spec-table {
      width: 100%;
      border-collapse: collapse;
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
    }
    .agg-page .spec-table th,
    .agg-page .spec-table td {
      text-align: left;
      vertical-align: top;
      border-bottom: 1px solid var(--line);
      padding: 14px 16px;
    }
    .agg-page .spec-table th {
      width: 34%;
      background: #eef5f2;
      color: #26383a;
    }
    .agg-page .spec-table tr:last-child th,
    .agg-page .spec-table tr:last-child td {
      border-bottom: 0;
    }
    .agg-page .boundary-grid {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(300px, 1.05fr);
      gap: 24px;
      align-items: center;
    }
    .agg-page .boundary-list {
      display: grid;
      gap: 12px;
    }
    .agg-page .boundary-row {
      border-left: 4px solid var(--accent);
      background: var(--soft);
      padding: 14px 16px;
      border-radius: 0 8px 8px 0;
    }
    .agg-page .boundary-row b {
      display: block;
      margin-bottom: 4px;
    }
    .agg-page .boundary-row span {
      color: var(--muted);
    }
    .agg-page .product-grid,
    .agg-page .article-grid,
    .agg-page .faq-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-page .product-card {
      display: flex;
      flex-direction: column;
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      min-height: 100%;
    }
    .agg-page .product-card .product-media {
      height: 280px;
      background: #f6f8f6;
      padding: 10px;
      border-bottom: 1px solid var(--line);
    }
    .agg-page .product-card .product-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 18px;
    }
    .agg-page .text-link {
      display: inline-flex;
      margin-top: auto;
      padding-top: 14px;
      color: var(--accent);
      font-weight: 700;
      text-decoration: none;
    }
    .agg-page .article-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      overflow: hidden;
      padding: 0;
    }
    .agg-page .article-card .article-media {
      height: 260px;
      background: #f6f8f6;
      border-bottom: 1px solid var(--line);
      padding: 10px;
    }
    .agg-page .article-card .article-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .agg-page .article-card .article-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 20px;
    }
    .agg-page .faq-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .agg-page .faq-item h3 {
      font-size: 17px;
      line-height: 1.3;
      margin-bottom: 8px;
    }
    @media (max-width: 860px) {
      .agg-page .hero-grid,
      .agg-page .spec-grid,
      .agg-page .boundary-grid,
      .agg-page .kit-grid,
      .agg-page .product-grid,
      .agg-page .article-grid {
        grid-template-columns: 1fr;
      }
      .agg-page .faq-grid {
        grid-template-columns: 1fr;
      }
      .agg-page h1 {
        font-size: 34px;
      }
      .agg-page .hero-facts {
        grid-template-columns: 1fr;
      }
      .agg-page .section {
        padding: 42px 0;
      }
      .agg-page .section-head h2 {
        font-size: 27px;
      }
      .agg-page .hero-actions {
        flex-direction: column;
      }
      .agg-page .agg-btn {
        width: 100%;
      }
      .agg-page .product-card .product-media,
      .agg-page .article-card .article-media {
        height: 250px;
      }
    }
    @media (max-width: 430px) {
      .agg-page .agg-shell {
        width: min(100% - 24px, 1180px);
      }
      .agg-page h1 {
        font-size: 30px;
      }
      .agg-page .hero-copy {
        font-size: 16px;
      }
      .agg-page .spec-table {
        display: block;
        overflow-x: auto;
      }
      .agg-page .spec-table th,
      .agg-page .spec-table td {
        min-width: 150px;
      }
    }
  