  .aps-page {}
  /* .aps-container {} */
  .aps-section {}
  .aps-hero_media {
    position: absolute;
    inset: 0;
    z-index: -2;
  }

  .aps-hero_media picture,
  .aps-hero_media img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .aps-hero_media img { object-fit: cover; }
  .aps-eyebrow,
  .aps-kicker {
    margin: 0 0 18px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  

  .aps-proof { display: flex; flex-wrap: wrap; gap: 1.5rem; padding: 0; margin: 40px 0 0; list-style: none; }
  .aps-proof li { border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 9px 13px;
    color: rgba(255,255,255,.82);
    font-size: .82rem;
  }

  .aps-grid { display: grid; gap: clamp(32px, 6vw, 88px); }

  .aps-grid-intro,
  .aps-grid-materials {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: start;
  }

  .aps-section h2 {font-size: clamp(2.7rem, 7vw, 6.4rem); }

  .aps-copy {
    color: var(--aps-muted);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.65;
  }

  .aps-copy p {
    margin: 0 0 20px;
  }

  .aps-feature-strip {
    padding: 0 0 clamp(72px, 10vw, 132px);
  }

  .aps-feature-strip_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--aps-line);
    border: 1px solid var(--aps-line);
    border-radius: var(--aps-radius);
    overflow: hidden;
  }

  .aps-feature-strip article {
    background: var(--aps-card);
    padding: clamp(24px, 4vw, 44px);
  }

  .aps-feature-strip span {
    display: block;
    margin-bottom: 36px;
    color: var(--aps-muted);
    font-size: .78rem;
    font-weight: 800;
  }

  .aps-feature-strip h3,
  .aps-product-card h3,
  .aps-steps h3,
  .aps-material-list h3 {
    margin: 0 0 10px;
    font-size: 1.04rem;
    letter-spacing: -.02em;
  }

  .aps-feature-strip p,
  .aps-product-card p,
  .aps-steps p,
  .aps-material-list p,
  .aps-cta p {
    margin: 0;
    color: var(--aps-muted);
    line-height: 1.55;
  }

  .aps-section-header {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 32px;
    align-items: end;
    margin-bottom: clamp(32px, 6vw, 68px);
  }

  .aps-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .aps-product-card {
    background: var(--aps-card);
    border: 1px solid var(--aps-line);
    border-radius: var(--aps-radius);
    overflow: hidden;
  }

  .aps-product-card a,
  .aps-product-card picture,
  .aps-product-card img {
    display: block;
  }

  .aps-product-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .45s ease;
  }

  .aps-product-card:hover img {
    transform: scale(1.035);
  }

  .aps-product-card div {
    padding: 22px;
  }

  .aps-product-card span {
    display: block;
    margin-top: 18px;
    font-weight: 850;
  }

  .aps-grid--system {
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    align-items: center;
  }

  .aps-system__image {
    border-radius: var(--aps-radius);
    overflow: hidden;
    background: #ddd;
  }

  .aps-system__image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .aps-steps {
    display: grid;
    gap: 18px;
    margin-top: 34px;
  }

  .aps-steps article,
  .aps-material-list div {
    padding: 24px 0;
    border-top: 1px solid var(--aps-line);
  }

  .aps-material-list {
    display: grid;
    gap: 0;
  }

  .aps-cta {
    padding-top: 0;
  }

  .aps-cta__inner {
    display: grid;
    justify-items: center;
    text-align: center;
    padding: clamp(48px, 8vw, 92px) 24px;
    background: #fff;
    border: 1px solid var(--aps-line);
    border-radius: var(--aps-radius);
  }

  .aps-cta h2 {
    max-width: 860px;
  }

  .aps-cta p {
    max-width: 560px;
    margin-top: 18px;
    font-size: 1.08rem;
  }

  .aps-cta .aps-button {
    margin-top: 30px;
  }



  @media (max-width: 560px) {
    .aps-button {
      width: 100%;
    }
  }