#ap-aggregate .ap-guide-page{
    font-family: Arial, Helvetica, sans-serif;
    color: #2b211c;
    background: #ffffff;
    line-height: 1.65;
    font-size: 15px;
  }#ap-aggregate .ap-guide-page *, #ap-aggregate .ap-guide-page *::before, #ap-aggregate .ap-guide-page *::after{
    box-sizing: border-box;
  }#ap-aggregate .ap-guide-page img{
    display: block;
    max-width: 100%;
    height: auto;
  }#ap-aggregate .ap-guide-page a{
    color: #8a5230;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }#ap-aggregate .ap-guide-page h1, #ap-aggregate .ap-guide-page h2, #ap-aggregate .ap-guide-page h3, #ap-aggregate .ap-guide-page p{
    margin-top: 0;
  }#ap-aggregate .ap-guide-page h1, #ap-aggregate .ap-guide-page h2, #ap-aggregate .ap-guide-page h3{
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
  }#ap-aggregate .ap-guide-page h1{
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 18px;
  }#ap-aggregate .ap-guide-page h2{
    font-size: 32px;
    line-height: 1.26;
    margin-bottom: 14px;
  }#ap-aggregate .ap-guide-page h3{
    font-size: 20px;
    line-height: 1.34;
    margin-bottom: 8px;
  }#ap-aggregate .ap-container{
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-section{
    padding: 72px 0;
  }#ap-aggregate .ap-section-intro{
    max-width: 720px;
    color: #6f5f54;
    font-size: 16px;
    margin-bottom: 30px;
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    border: 1px solid transparent;
  }#ap-aggregate .ap-btn-primary{
    color: #ffffff !important;
    background: #7a4a2b;
    border-color: #7a4a2b;
  }#ap-aggregate .ap-btn-primary:hover{
    background: #5f3820;
    border-color: #5f3820;
  }#ap-aggregate .ap-btn-secondary{
    color: #2b211c !important;
    background: transparent;
    border-color: #2b211c;
  }#ap-aggregate .ap-btn-secondary:hover{
    background: #2b211c;
    color: #ffffff !important;
  }#ap-aggregate .ap-btn-light{
    color: #4a2c1b !important;
    background: #ffffff;
    border-color: #ffffff;
  }#ap-aggregate .ap-btn-light:hover{
    background: #f5ede4;
    border-color: #f5ede4;
  }#ap-aggregate .ap-btn-ghost{
    color: #f5ede4 !important;
    background: transparent;
    border-color: #f5ede4;
  }#ap-aggregate .ap-btn-ghost:hover{
    background: #f5ede4;
    color: #4a2c1b !important;
  }#ap-aggregate /* Hero */
  .ap-hero{
    padding: 64px 0 56px;
    background: linear-gradient(135deg, #f8f1e8 0%, #fdfaf6 55%, #f2e6d8 100%);
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 54px;
    align-items: center;
  }#ap-aggregate .ap-hero-intro{
    color: #4a3c33;
    font-size: 17px;
    margin-bottom: 22px;
    max-width: 620px;
  }#ap-aggregate .ap-hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }#ap-aggregate .ap-hero-facts{
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 12px;
    margin-top: 32px;
  }#ap-aggregate .ap-hero-fact{
    border-top: 2px solid #2b211c;
    padding: 10px 16px 6px 0;
  }#ap-aggregate .ap-hero-fact strong{
    display: block;
    font-size: 17px;
    line-height: 1.2;
  }#ap-aggregate .ap-hero-fact span{
    font-size: 13px;
    color: #6f5f54;
  }#ap-aggregate .ap-hero-media img{
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 20px 44px rgba(43, 33, 28, 0.16);
  }#ap-aggregate /* Product spotlight */
  .ap-spotlight{
    background: #ffffff;
  }#ap-aggregate .ap-spotlight-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 46px;
    align-items: start;
  }#ap-aggregate .ap-gallery-main img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(43, 33, 28, 0.1);
  }#ap-aggregate .ap-gallery-thumbs{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
  }#ap-aggregate .ap-gallery-thumbs img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #efe6dc;
  }#ap-aggregate .ap-spotlight-info h3{
    font-size: 22px;
  }#ap-aggregate .ap-spec-list{
    list-style: none;
    padding: 0;
    margin: 18px 0;
  }#ap-aggregate .ap-spec-list li{
    display: flex;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #efe6dc;
    font-size: 15px;
  }#ap-aggregate .ap-spec-list strong{
    min-width: 120px;
    color: #6f5f54;
    font-weight: 700;
  }#ap-aggregate .ap-chip-row{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
  }#ap-aggregate .ap-chip{
    background: #f7efe4;
    border: 1px solid #e5d6c2;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #7a4a2b;
  }#ap-aggregate .ap-pack-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 18px 0;
  }#ap-aggregate .ap-pack-option{
    border: 1px solid #e5d6c2;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    background: #fffdf9;
  }#ap-aggregate .ap-pack-option strong{
    display: block;
    font-size: 15px;
  }#ap-aggregate .ap-pack-option span{
    font-size: 13px;
    color: #6f5f54;
  }#ap-aggregate .ap-spotlight-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
  }#ap-aggregate .ap-badge-row{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }#ap-aggregate .ap-badge{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2b211c;
    color: #ffffff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
  }#ap-aggregate /* Origin / education */
  .ap-origin{
    background: #faf5ef;
  }#ap-aggregate .ap-origin-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }#ap-aggregate .ap-origin-card{
    background: #ffffff;
    border: 1px solid #efe6dc;
    border-radius: 12px;
    padding: 26px;
  }#ap-aggregate .ap-origin-icon{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f7efe4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a4a2b;
    margin-bottom: 14px;
  }#ap-aggregate .ap-origin-card p{
    color: #6f5f54;
    font-size: 14px;
    margin-bottom: 0;
  }#ap-aggregate /* Brew guide */
  .ap-brew{
    background: #ffffff;
  }#ap-aggregate .ap-brew-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }#ap-aggregate .ap-brew-step{
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #efe6dc;
    background: #faf5ef;
  }#ap-aggregate .ap-brew-step img{
    width: 100%;
    height: 160px;
    object-fit: cover;
  }#ap-aggregate .ap-brew-body{
    padding: 16px 18px;
  }#ap-aggregate .ap-brew-num{
    font-size: 12px;
    font-weight: 700;
    color: #97603a;
    letter-spacing: 1px;
    text-transform: uppercase;
  }#ap-aggregate .ap-brew-body h3{
    font-size: 18px;
    margin: 6px 0 8px;
  }#ap-aggregate .ap-brew-body p{
    font-size: 14px;
    color: #6f5f54;
    margin-bottom: 0;
  }#ap-aggregate .ap-brew-step-dark{
    background: #2b211c;
    display: flex;
    flex-direction: column;
  }#ap-aggregate .ap-brew-dark-icon{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e7d6bf;
    font-size: 52px;
    font-weight: 700;
  }#ap-aggregate .ap-brew-step-dark .ap-brew-num{
    color: #d8a87f;
  }#ap-aggregate .ap-brew-step-dark h3{
    color: #f5ede4;
  }#ap-aggregate .ap-brew-step-dark p{
    color: #d8cbbd;
  }#ap-aggregate /* Comparison */
  .ap-compare{
    background: #2b211c;
  }#ap-aggregate .ap-compare h2{
    color: #f5ede4;
  }#ap-aggregate .ap-compare .ap-section-intro{
    color: #d8cbbd;
  }#ap-aggregate .ap-compare-wrap{
    overflow-x: auto;
    background: #ffffff;
    border-radius: 14px;
    padding: 6px;
    -webkit-overflow-scrolling: touch;
  }#ap-aggregate .ap-compare-table{
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
  }#ap-aggregate .ap-compare-table th, #ap-aggregate .ap-compare-table td{
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #efe6dc;
    font-size: 14px;
    color: #2b211c;
  }#ap-aggregate .ap-compare-table th{
    background: #f7efe4;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6f5f54;
  }#ap-aggregate .ap-compare-table tr:last-child td{
    border-bottom: none;
  }#ap-aggregate .ap-compare-table tr.ap-highlight td{
    background: #fdf6ee;
    font-weight: 700;
  }#ap-aggregate .ap-compare-note{
    color: #d8cbbd;
    font-size: 15px;
    margin: 22px 0 0;
    max-width: 720px;
  }#ap-aggregate /* Scenario decision */
  .ap-scenario{
    background: #faf5ef;
  }#ap-aggregate .ap-scenario-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }#ap-aggregate .ap-scenario-card{
    background: #ffffff;
    border: 1px solid #efe6dc;
    border-radius: 12px;
    overflow: hidden;
  }#ap-aggregate .ap-scenario-card img{
    width: 100%;
    height: 140px;
    object-fit: cover;
  }#ap-aggregate .ap-scenario-card img.ap-scenario-img-contain{
    object-fit: contain;
    background: #faf5ef;
  }#ap-aggregate .ap-scenario-body{
    padding: 18px;
  }#ap-aggregate .ap-scenario-body h3{
    font-size: 18px;
  }#ap-aggregate .ap-scenario-body p{
    font-size: 14px;
    color: #6f5f54;
    margin-bottom: 10px;
  }#ap-aggregate .ap-scenario-fact{
    font-size: 13px;
    color: #7a4a2b;
    font-weight: 700;
    border-top: 1px dashed #e5d6c2;
    padding-top: 10px;
    margin-bottom: 6px;
  }#ap-aggregate .ap-scenario-cta{
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }#ap-aggregate /* Product matrix */
  .ap-matrix{
    background: #ffffff;
  }#ap-aggregate .ap-matrix-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }#ap-aggregate .ap-matrix-card{
    border: 1px solid #efe6dc;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    transition: box-shadow 0.2s ease;
  }#ap-aggregate .ap-matrix-card:hover{
    box-shadow: 0 14px 30px rgba(43, 33, 28, 0.1);
  }#ap-aggregate .ap-matrix-card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
  }#ap-aggregate .ap-matrix-body{
    padding: 20px;
  }#ap-aggregate .ap-matrix-body h3{
    font-size: 18px;
    margin-bottom: 6px;
  }#ap-aggregate .ap-matrix-body p{
    font-size: 14px;
    color: #6f5f54;
    margin-bottom: 14px;
  }#ap-aggregate .ap-matrix-link{
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
  }#ap-aggregate /* B2B */
  .ap-b2b{
    background: linear-gradient(135deg, #4a2c1b 0%, #7a4a2b 100%);
    color: #f5ede4;
  }#ap-aggregate .ap-b2b-card{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.34fr);
    gap: 36px;
    align-items: center;
  }#ap-aggregate .ap-b2b-card h2{
    color: #f5ede4;
  }#ap-aggregate .ap-b2b-card p{
    color: #d8cbbd;
    margin-bottom: 20px;
  }#ap-aggregate .ap-b2b-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }#ap-aggregate .ap-b2b-image{
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
  }#ap-aggregate /* FAQ */
  .ap-faq{
    background: #faf5ef;
  }#ap-aggregate .ap-faq-list{
    max-width: 840px;
    margin: 0 auto;
  }#ap-aggregate .ap-faq-item{
    background: #ffffff;
    border: 1px solid #efe6dc;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 12px;
  }#ap-aggregate .ap-faq-item h3{
    font-size: 19px;
    margin-bottom: 8px;
  }#ap-aggregate .ap-faq-item p{
    margin: 0;
    color: #6f5f54;
    font-size: 15px;
  }#ap-aggregate .ap-final-cta{
    text-align: center;
    margin-top: 40px;
    padding: 36px 24px;
    background: #ffffff;
    border: 1px solid #efe6dc;
    border-radius: 14px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }#ap-aggregate .ap-final-cta p{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
  }#ap-aggregate .ap-final-cta-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  /* Responsive */
  @media (max-width: 900px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-spotlight-grid{
      grid-template-columns: 1fr;
      gap: 34px;
    }#ap-aggregate .ap-origin-grid, #ap-aggregate .ap-matrix-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-brew-grid, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-b2b-card{
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 600px) {#ap-aggregate .ap-guide-page h1{
      font-size: 34px;
    }#ap-aggregate .ap-guide-page h2{
      font-size: 27px;
    }#ap-aggregate .ap-hero-facts{
      grid-template-columns: repeat(2, 1fr);
    }#ap-aggregate .ap-brew-grid, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-b2b-card{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-gallery-thumbs{
      grid-template-columns: repeat(2, 1fr);
    }#ap-aggregate .ap-pack-box{
      grid-template-columns: 1fr;
    }
  }
