
    .agg-page {
      background: #eef3ee;
      color: #1c2b22;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
      letter-spacing: 0;
      overflow-x: hidden;
    }
    .agg-page, .agg-page * {
      box-sizing: border-box;
    }
    .agg-page a {
      color: inherit;
      text-decoration-thickness: 1px;
      text-underline-offset: 3px;
    }
    .agg-page img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .agg-page h1,
    .agg-page h2,
    .agg-page h3,
    .agg-page p {
      margin: 0;
    }
    .agg-page h1,
    .agg-page h2,
    .agg-page h3 {
      line-height: 1.12;
      letter-spacing: 0;
    }
    .agg-shell {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
    }
    .agg-top {
      padding: 18px 0 10px;
      color: #536159;
      font-size: 13px;
    }
    .agg-top-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .agg-brand {
      font-weight: 700;
      color: #1b2b23;
      text-decoration: none;
      white-space: nowrap;
    }
    .agg-nav {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
    }
    .agg-nav a {
      color: #44534a;
      text-decoration: none;
    }
    .agg-hero {
      padding: 24px 0 36px;
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
      gap: 30px;
      align-items: center;
    }
    .agg-hero-grid > *,
    .agg-fit-grid > *,
    .agg-spec-grid > *,
    .agg-model-layout > *,
    .agg-reading-grid > * {
      min-width: 0;
    }
    .agg-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      color: #b15a3d;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .agg-hero h1 {
      max-width: 18ch;
      margin-bottom: 16px;
      font-size: 46px;
    }
    .agg-lede {
      max-width: 680px;
      color: #506059;
      font-size: 18px;
    }
    .agg-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }
    .agg-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 11px 18px;
      border: 1px solid #1f2e25;
      border-radius: 8px;
      background: #fff;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      white-space: nowrap;
    }
    .agg-btn.primary {
      background: #24352a;
      color: #fff;
      border-color: #24352a;
    }
    .agg-btn.primary:hover {
      background: #17231c;
      border-color: #17231c;
    }
    .agg-btn.secondary:hover {
      background: #17231c;
      color: #fff;
    }
    .agg-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 28px;
    }
    .agg-fact {
      padding-top: 14px;
      border-top: 2px solid #1f2f26;
    }
    .agg-fact strong {
      display: block;
      margin-bottom: 4px;
      font-size: 15px;
    }
    .agg-fact span {
      color: #5c6c62;
      font-size: 13px;
    }
    .agg-media {
      overflow: hidden;
      background: #f7faf7;
      border: 1px solid #dce5de;
      border-radius: 8px;
    }
    .agg-media.hero {
      aspect-ratio: 4 / 3;
    }
    .agg-media.spec {
      aspect-ratio: 4 / 3;
    }
    .agg-media.related {
      aspect-ratio: 1 / 1;
    }
    .agg-media img {
      padding: 18px;
    }
    .agg-section {
      padding: 50px 0;
    }
    .agg-band {
      background: #f6f8f6;
    }
    .agg-section-head {
      max-width: 760px;
      margin-bottom: 22px;
    }
    .agg-section-head h2 {
      margin-bottom: 10px;
      font-size: 31px;
    }
    .agg-section-head p {
      color: #526159;
      font-size: 16px;
    }
    .agg-fit-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-card,
    .agg-panel,
    .agg-article-card,
    .agg-faq-item,
    .agg-model-card {
      background: #fff;
      border: 1px solid #dce5de;
      border-radius: 8px;
    }
    .agg-card,
    .agg-panel {
      padding: 18px;
    }
    .agg-card h3 {
      margin-bottom: 8px;
      font-size: 18px;
    }
    .agg-card p {
      color: #526159;
      font-size: 14px;
    }
    .agg-spec-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
      gap: 22px;
      align-items: start;
    }
    .agg-table-wrap {
      overflow-x: auto;
      width: 100%;
      max-width: 100%;
      border: 1px solid #dce5de;
      border-radius: 8px;
      background: #fff;
    }
    .agg-spec-table {
      width: 100%;
      min-width: 620px;
      border-collapse: collapse;
    }
    .agg-spec-table th,
    .agg-spec-table td {
      padding: 13px 14px;
      border-bottom: 1px solid #e7ede9;
      text-align: left;
      vertical-align: top;
      font-size: 14px;
    }
    .agg-spec-table th {
      width: 30%;
      background: #f7faf7;
      color: #1b2b23;
    }
    .agg-note {
      margin-top: 14px;
      color: #5c6c62;
      font-size: 14px;
    }
    .agg-bullets {
      display: grid;
      gap: 12px;
      margin-top: 14px;
    }
    .agg-bullet {
      padding: 14px 16px;
      background: #fff;
      border-left: 3px solid #24352a;
      border-radius: 0 8px 8px 0;
    }
    .agg-bullet strong {
      display: block;
      margin-bottom: 3px;
      font-size: 14px;
    }
    .agg-bullet span {
      color: #526159;
      font-size: 14px;
    }
    .agg-model-layout {
      display: grid;
      grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
      gap: 18px;
      align-items: stretch;
    }
    .agg-model-card {
      padding: 18px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .agg-model-card h3 {
      font-size: 18px;
    }
    .agg-model-card p {
      color: #526159;
      font-size: 14px;
    }
    .agg-card-link {
      margin-top: auto;
      color: #b15a3d;
      font-weight: 700;
      text-decoration: none;
    }
    .agg-reading-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-article-card {
      min-height: 228px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .agg-tag {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      padding: 4px 8px;
      border: 1px solid #cad7d0;
      border-radius: 999px;
      color: #5c6c62;
      font-size: 12px;
      font-weight: 700;
    }
    .agg-article-card h3 {
      font-size: 18px;
    }
    .agg-article-card p {
      color: #526159;
      font-size: 14px;
    }
    .agg-read-link {
      margin-top: auto;
      color: #b15a3d;
      font-weight: 700;
      text-decoration: none;
    }
    .agg-faq-list {
      display: grid;
      gap: 12px;
    }
    .agg-faq-item {
      overflow: hidden;
      padding: 0;
    }
    .agg-faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 18px 20px;
      font-weight: 700;
      color: #1c2b22;
    }
    .agg-faq-item summary::-webkit-details-marker {
      display: none;
    }
    .agg-faq-item p {
      padding: 0 20px 18px;
      color: #526159;
      font-size: 14px;
    }
    .agg-footer {
      padding: 22px 0 34px;
      color: #607068;
      font-size: 13px;
      text-align: center;
    }
    @media (max-width: 980px) {
      .agg-hero-grid,
      .agg-spec-grid,
      .agg-model-layout {
        grid-template-columns: 1fr;
      }
      .agg-hero h1 {
        max-width: none;
      }
    }
    @media (max-width: 760px) {
      .agg-shell {
        width: min(100% - 24px, 1180px);
      }
      .agg-top-row {
        flex-direction: column;
        align-items: flex-start;
      }
      .agg-hero {
        padding-top: 18px;
      }
      .agg-hero h1 {
        font-size: 36px;
      }
      .agg-lede {
        font-size: 16px;
      }
      .agg-facts,
      .agg-fit-grid,
      .agg-reading-grid {
        grid-template-columns: 1fr;
      }
      .agg-section {
        padding: 42px 0;
      }
      .agg-section-head h2 {
        font-size: 26px;
      }
    }
  