
    .ly_article_1 .article_content_box > h1.article_title.themes_box_title {
      display: none !important;
    }

    .agg-page {
      color: #18271f;
      background: #edf3ef;
      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-topbar {
      padding: 18px 0 10px;
      color: #5e6a62;
      font-size: 13px;
    }
    .agg-topbar-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .agg-brand {
      font-weight: 700;
      color: #1a2a22;
      text-decoration: none;
      white-space: nowrap;
    }
    .agg-links {
      display: flex;
      align-items: center;
      gap: 18px;
      flex-wrap: wrap;
    }
    .agg-links a {
      color: #425147;
      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: 32px;
      align-items: center;
    }
    .agg-hero-grid > *,
    .agg-spec-grid > *,
    .agg-model-layout > *,
    .agg-scene-grid > *,
    .agg-reading-grid > * {
      min-width: 0;
    }
    .agg-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      color: #b35c3c;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .agg-hero h1 {
      font-size: 46px;
      max-width: 20ch;
      margin-bottom: 16px;
    }
    .agg-lede {
      max-width: 680px;
      color: #46554d;
      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 #1b2b23;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      background: #fff;
      white-space: nowrap;
    }
    .agg-btn.primary {
      background: #243529;
      color: #fff;
      border-color: #243529;
    }
    .agg-btn.primary:hover {
      background: #17231b;
      border-color: #17231b;
    }
    .agg-btn.secondary:hover {
      background: #17231b;
      color: #fff;
    }
    .agg-facts {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 28px;
    }
    .agg-fact {
      padding: 14px 0 0;
      border-top: 2px solid #1e2f26;
    }
    .agg-fact strong {
      display: block;
      margin-bottom: 4px;
      font-size: 15px;
    }
    .agg-fact span {
      color: #5f6e65;
      font-size: 13px;
    }
    .agg-media {
      background: #f7faf7;
      border: 1px solid #dbe4dd;
      border-radius: 8px;
      overflow: hidden;
    }
    .agg-media.hero {
      aspect-ratio: 4 / 3;
    }
    .agg-media.compact {
      aspect-ratio: 5 / 4;
    }
    .agg-media img {
      padding: 18px;
    }
    .agg-section {
      padding: 52px 0;
    }
    .agg-band {
      background: #f5f8f5;
    }
    .agg-section-head {
      max-width: 760px;
      margin-bottom: 22px;
    }
    .agg-section-head h2 {
      font-size: 32px;
      margin-bottom: 10px;
    }
    .agg-section-head p {
      color: #516058;
      font-size: 16px;
    }
    .agg-scene-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-scene-card,
    .agg-panel,
    .agg-article-card,
    .agg-faq-item,
    .agg-model-card {
      background: #fff;
      border: 1px solid #dbe4dd;
      border-radius: 8px;
    }
    .agg-scene-card,
    .agg-panel {
      padding: 18px;
    }
    .agg-panel {
      min-width: 0;
      overflow: hidden;
    }
    .agg-scene-card h3 {
      margin-bottom: 8px;
      font-size: 18px;
    }
    .agg-scene-card p {
      color: #516058;
      font-size: 14px;
    }
    .agg-spec-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
      gap: 22px;
      align-items: start;
    }
    .agg-table-wrap {
      width: 100%;
      max-width: 100%;
      overflow-x: auto;
      border: 1px solid #dbe4dd;
      border-radius: 8px;
      background: #fff;
    }
    .agg-spec-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 620px;
    }
    .agg-spec-table th,
    .agg-spec-table td {
      padding: 13px 14px;
      border-bottom: 1px solid #e6ece8;
      text-align: left;
      vertical-align: top;
      font-size: 14px;
    }
    .agg-spec-table th {
      width: 28%;
      color: #1a2a22;
      background: #f7faf7;
    }
    .agg-note {
      margin-top: 14px;
      color: #5f6e65;
      font-size: 14px;
    }
    .agg-list {
      display: grid;
      gap: 12px;
      margin-top: 14px;
    }
    .agg-list-item {
      padding: 14px 16px;
      border-left: 3px solid #243529;
      background: #fff;
      border-radius: 0 8px 8px 0;
    }
    .agg-list-item strong {
      display: block;
      margin-bottom: 3px;
      font-size: 14px;
    }
    .agg-list-item span {
      color: #516058;
      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: #516058;
      font-size: 14px;
    }
    .agg-card-link {
      margin-top: auto;
      font-weight: 700;
      color: #b35c3c;
      text-decoration: none;
    }
    .agg-reading-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }
    .agg-article-card {
      min-height: 234px;
      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 #cad6cf;
      border-radius: 999px;
      color: #5f6e65;
      font-size: 12px;
      font-weight: 700;
    }
    .agg-article-card h3 {
      font-size: 18px;
    }
    .agg-article-card p {
      color: #516058;
      font-size: 14px;
    }
    .agg-read-link {
      margin-top: auto;
      color: #b35c3c;
      font-weight: 700;
      text-decoration: none;
    }
    .agg-faq-list {
      display: grid;
      gap: 12px;
    }
    .agg-faq-item {
      padding: 0;
      overflow: hidden;
    }
    .agg-faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 18px 20px;
      font-weight: 700;
      color: #1b2b23;
    }
    .agg-faq-item summary::-webkit-details-marker {
      display: none;
    }
    .agg-faq-item p {
      padding: 0 20px 18px;
      color: #516058;
      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-topbar-row {
        align-items: flex-start;
        flex-direction: column;
      }
      .agg-hero {
        padding-top: 18px;
      }
      .agg-hero h1 {
        font-size: 36px;
      }
      .agg-lede {
        font-size: 16px;
      }
      .agg-facts,
      .agg-scene-grid,
      .agg-reading-grid {
        grid-template-columns: 1fr;
      }
      .agg-section {
        padding: 44px 0;
      }
      .agg-section-head h2 {
        font-size: 27px;
      }
    }
  