.ap-page{
    --ap-ink: #1d2220;
    --ap-muted: #66706a;
    --ap-paper: #ffffff;
    --ap-soft: #f3f1ed;
    --ap-line: #dedbd4;
    --ap-red: #a23832;
    --ap-red-dark: #762621;
    --ap-gold: #c79c42;
    --ap-black: #111412;
    width: 100%;
    overflow: hidden;
    color: var(--ap-ink);
    background: var(--ap-paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
  }.ap-page *, .ap-page *::before, .ap-page *::after{
    box-sizing: border-box;
    letter-spacing: 0;
  }.ap-page a{
    color: inherit;
    text-underline-offset: 3px;
  }.ap-page img{
    display: block;
    max-width: 100%;
  }#ap-aggregate .ap-shell{
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-hero{
    padding: 64px 0 76px;
    background:
      linear-gradient(115deg, #f6f4f0 0%, #ffffff 55%, #ece8e1 100%);
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 64px;
    align-items: center;
  }.ap-page h1, .ap-page h2, .ap-page h3{
    color: var(--ap-ink);
  }.ap-page h1{
    margin: 0 0 22px;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.28;
  }.ap-page h2{
    margin: 0 0 16px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.24;
  }.ap-page h3{
    margin: 0 0 9px;
    font-size: 20px;
    line-height: 1.32;
  }#ap-aggregate .ap-hero-intro{
    max-width: 700px;
    margin: 0;
    color: var(--ap-muted);
    font-size: 18px;
  }#ap-aggregate .ap-hero-intro a{
    color: var(--ap-red-dark);
  }#ap-aggregate .ap-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 21px;
    border: 1px solid var(--ap-ink);
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }#ap-aggregate .ap-btn-primary{
    color: #fff !important;
    background: var(--ap-red);
    border-color: var(--ap-red);
  }#ap-aggregate .ap-btn-primary:hover{
    background: var(--ap-red-dark);
    border-color: var(--ap-red-dark);
  }#ap-aggregate .ap-btn-secondary:hover{
    color: #fff;
    background: var(--ap-ink);
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media::after{
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 40%;
    height: 40%;
    border-right: 7px solid var(--ap-gold);
    border-bottom: 7px solid var(--ap-gold);
    content: "";
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 20px 48px rgba(29, 34, 32, 0.18);
  }#ap-aggregate .ap-feature{
    padding: 72px 0;
    background: var(--ap-black);
    color: #fff;
  }#ap-aggregate .ap-feature-grid{
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: 54px;
    align-items: center;
  }#ap-aggregate .ap-feature h2, #ap-aggregate .ap-feature h3{
    color: #fff;
  }#ap-aggregate .ap-feature p{
    color: #d4d8d4;
  }#ap-aggregate .ap-feature-image img{
    width: 100%;
    border-radius: 5px;
  }#ap-aggregate .ap-fact-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0 0;
  }#ap-aggregate .ap-fact{
    padding: 15px 16px;
    border-left: 3px solid var(--ap-gold);
    background: #242825;
  }#ap-aggregate .ap-fact strong{
    display: block;
    color: #fff;
    font-size: 15px;
  }#ap-aggregate .ap-fact span{
    display: block;
    color: #c5cbc5;
    font-size: 13px;
  }#ap-aggregate .ap-section{
    padding: 78px 0;
  }#ap-aggregate .ap-section-soft{
    background: var(--ap-soft);
  }#ap-aggregate .ap-section-head{
    max-width: 730px;
    margin: 0 auto 36px;
    text-align: center;
  }#ap-aggregate .ap-section-head p{
    margin: 0;
    color: var(--ap-muted);
    font-size: 17px;
  }#ap-aggregate .ap-filter-bar{
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ap-line);
  }#ap-aggregate .ap-filter{
    padding: 8px 13px;
    border: 1px solid #bdbab2;
    border-radius: 20px;
    color: #4e554f;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
  }#ap-aggregate .ap-filter:first-child{
    color: #fff;
    background: var(--ap-red);
    border-color: var(--ap-red);
  }#ap-aggregate .ap-matrix{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }#ap-aggregate .ap-product-card{
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--ap-line);
  }#ap-aggregate .ap-product-card img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }#ap-aggregate .ap-card-body{
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
  }#ap-aggregate .ap-card-body h3{
    min-height: 54px;
    margin-bottom: 16px;
  }#ap-aggregate .ap-spec-grid{
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    gap: 54px;
    align-items: start;
  }#ap-aggregate .ap-spec-image img{
    width: 100%;
    border-radius: 5px;
  }#ap-aggregate .ap-spec-copy p{
    color: var(--ap-muted);
  }#ap-aggregate .ap-spec-table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 15px;
  }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
    padding: 13px 15px;
    border-bottom: 1px solid var(--ap-line);
    text-align: left;
    vertical-align: top;
  }#ap-aggregate .ap-spec-table th{
    width: 38%;
    color: #424943;
    font-weight: 700;
  }#ap-aggregate .ap-spec-note{
    margin-top: 18px;
    padding: 16px 18px;
    border-left: 4px solid var(--ap-red);
    background: #f8f6f2;
    color: var(--ap-muted);
  }#ap-aggregate .ap-occasion-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-occasion{
    padding: 22px;
    border-top: 3px solid var(--ap-red);
    background: #fff;
  }#ap-aggregate .ap-occasion p{
    margin: 0;
    color: var(--ap-muted);
    font-size: 15px;
  }#ap-aggregate .ap-occasion strong{
    color: var(--ap-ink);
  }#ap-aggregate .ap-b2b{
    padding: 68px 0;
    color: #fff;
    background: var(--ap-red-dark);
  }#ap-aggregate .ap-b2b-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 36px;
    align-items: center;
  }#ap-aggregate .ap-b2b h2{
    color: #fff;
  }#ap-aggregate .ap-b2b p{
    max-width: 720px;
    margin: 0;
    color: #f2dfdc;
  }#ap-aggregate .ap-b2b .ap-btn-secondary{
    color: #fff;
    border-color: #fff;
  }#ap-aggregate .ap-b2b .ap-btn-secondary:hover{
    color: var(--ap-red-dark);
    background: #fff;
  }#ap-aggregate .ap-faq{
    max-width: 850px;
    margin: 0 auto;
  }#ap-aggregate .ap-faq-item{
    padding: 20px 0;
    border-bottom: 1px solid var(--ap-line);
  }#ap-aggregate .ap-faq-item h3{
    margin-bottom: 7px;
    font-size: 19px;
  }#ap-aggregate .ap-faq-item p{
    margin: 0;
    color: var(--ap-muted);
  }

  @media (max-width: 820px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-feature-grid, #ap-aggregate .ap-spec-grid{
      grid-template-columns: 1fr;
      gap: 34px;
    }#ap-aggregate .ap-matrix{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }#ap-aggregate .ap-occasion-grid{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }#ap-aggregate .ap-b2b-grid{
      grid-template-columns: 1fr;
      gap: 22px;
    }
  }

  @media (max-width: 500px) {#ap-aggregate .ap-shell{
      width: min(100% - 28px, 1140px);
    }#ap-aggregate .ap-hero, #ap-aggregate .ap-section{
      padding: 52px 0;
    }#ap-aggregate .ap-feature{
      padding: 52px 0;
    }#ap-aggregate .ap-matrix, #ap-aggregate .ap-occasion-grid, #ap-aggregate .ap-fact-list{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-card-body h3{
      min-height: 0;
    }#ap-aggregate .ap-actions{
      align-items: stretch;
      flex-direction: column;
    }#ap-aggregate .ap-btn{
      width: 100%;
    }#ap-aggregate .ap-hero-media::after{
      right: -7px;
      bottom: -7px;
    }#ap-aggregate .ap-spec-table{
      font-size: 14px;
    }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
      padding: 11px 9px;
    }
  }
