#ap-aggregate{
        --ink: #1a1a1a;
        --muted: #5d5d5d;
        --paper: #ffffff;
        --soft: #f6f4ef;
        --line: #e3ddd2;
        --espresso: #3e2c1f;
        --espresso-dark: #2e2016;
        --coral: #b3541e;
        --cream: #efe6d6;
    }#ap-aggregate .mcg-page{
        --ink: #1a1a1a;
        --muted: #5d5d5d;
        --paper: #ffffff;
        --soft: #f6f4ef;
        --line: #e3ddd2;
        --espresso: #3e2c1f;
        --espresso-dark: #2e2016;
        --coral: #b3541e;
        --cream: #efe6d6;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        color: var(--ink);
        background: var(--paper);
        line-height: 1.6;
    }#ap-aggregate .mcg-page *{
        box-sizing: border-box;
    }#ap-aggregate .mcg-page img{
        max-width: 100%;
        display: block;
        height: auto;
    }#ap-aggregate .mcg-page a{
        color: inherit;
        text-decoration-color: rgba(180, 84, 30, .5);
        text-underline-offset: 3px;
    }#ap-aggregate .mcg-page h1, #ap-aggregate .mcg-page h2, #ap-aggregate .mcg-page h3, #ap-aggregate .mcg-page h4, #ap-aggregate .mcg-page p{
        margin-top: 0;
    }#ap-aggregate .mcg-page h1{
        font-size: clamp(32px, 4.2vw, 50px);
        line-height: 1.28;
        font-weight: 800;
        margin-bottom: 20px;
        letter-spacing: -.02em;
    }#ap-aggregate .mcg-page h2{
        font-size: clamp(26px, 3vw, 36px);
        line-height: 1.22;
        font-weight: 700;
        margin-bottom: 16px;
        letter-spacing: -.01em;
    }#ap-aggregate .mcg-page h3{
        font-size: 20px;
        line-height: 1.3;
        font-weight: 700;
        margin-bottom: 10px;
    }#ap-aggregate .mcg-wrap{
        width: min(1160px, calc(100% - 48px));
        margin: 0 auto;
    }#ap-aggregate .mcg-btn{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        padding: 14px 26px;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        transition: background-color .2s, color .2s, border-color .2s;
    }#ap-aggregate .mcg-btn-lite{
        background: var(--coral);
        color: #fff;
        border: 1px solid var(--coral);
    }#ap-aggregate .mcg-btn-lite:hover{
        background: #8e3d11;
        border-color: #8e3d11;
        color: #fff;
    }#ap-aggregate .mcg-btn-ghost{
        background: transparent;
        color: #fff;
        border: 1px solid rgba(255,255,255,.8);
    }#ap-aggregate .mcg-btn-ghost:hover{
        background: #fff;
        color: var(--espresso);
        border-color: #fff;
    }#ap-aggregate .mcg-btn-dark{
        background: var(--espresso);
        color: #fff;
        border: 1px solid var(--espresso);
    }#ap-aggregate .mcg-btn-dark:hover{
        background: var(--espresso-dark);
        border-color: var(--espresso-dark);
    }#ap-aggregate .mcg-section{
        padding: 80px 0;
    }#ap-aggregate .mcg-section-tint{
        background: var(--soft);
    }#ap-aggregate .mcg-section-dark{
        background: var(--espresso);
        color: #fff;
    }#ap-aggregate .mcg-section-dark a{
        color: var(--ink);
    }#ap-aggregate .mcg-kicker{
        display: inline-block;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: var(--coral);
        margin-bottom: 12px;
    }#ap-aggregate .mcg-lede{
        font-size: 18px;
        color: var(--muted);
        max-width: 720px;
    }#ap-aggregate .mcg-center{
        text-align: center;
    }#ap-aggregate .mcg-center .mcg-lede{
        margin-left: auto;
        margin-right: auto;
    }#ap-aggregate .mcg-hr{
        border: 0;
        border-top: 1px solid var(--line);
        margin: 0;
    }#ap-aggregate /* Hero */
    .mcg-hero{
        position: relative;
        background: var(--espresso);
        color: #fff;
        padding: 110px 0 100px;
        overflow: hidden;
    }#ap-aggregate .mcg-hero .mcg-wrap{
        position: relative;
        z-index: 2;
        max-width: 1160px;
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
        gap: 60px;
        align-items: center;
    }#ap-aggregate .mcg-hero-imgbox{
        position: relative;
        z-index: 1;
    }#ap-aggregate .mcg-hero-imgbox img{
        width: 100%;
        max-height: 520px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 24px 60px rgba(0,0,0,.35);
    }#ap-aggregate .mcg-hero p.mcg-hero-intro{
        font-size: 18px;
        line-height: 1.65;
        color: rgba(255,255,255,.85);
        margin-bottom: 34px;
    }#ap-aggregate .mcg-hero p.mcg-hero-intro a{
        color: #fff;
        font-weight: 700;
        text-decoration-color: rgba(255,255,255,.6);
    }#ap-aggregate .mcg-hero-actions{
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }#ap-aggregate .mcg-hero-facts{
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        margin-top: 40px;
        border-top: 1px solid rgba(255,255,255,.18);
        padding-top: 24px;
    }#ap-aggregate .mcg-hero-fact{
        padding-right: 34px;
        margin-right: 34px;
        border-right: 1px solid rgba(255,255,255,.18);
        font-size: 14px;
        color: rgba(255,255,255,.65);
    }#ap-aggregate .mcg-hero-fact:last-child{
        border-right: 0;
    }#ap-aggregate .mcg-hero-fact strong{
        display: block;
        font-size: 20px;
        color: #fff;
        font-weight: 700;
    }#ap-aggregate /* Collection overview */
    .mcg-col-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 46px;
    }#ap-aggregate .mcg-cat-card{
        display: block;
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 12px;
        overflow: hidden;
        text-decoration: none;
        transition: transform .22s ease, box-shadow .22s ease;
    }#ap-aggregate .mcg-cat-card:hover{
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(46,32,22,.1);
    }#ap-aggregate .mcg-cat-card .mcg-cat-img{
        height: 210px;
        background: var(--cream);
        overflow: hidden;
    }#ap-aggregate .mcg-cat-card .mcg-cat-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s ease;
    }#ap-aggregate .mcg-cat-card:hover .mcg-cat-img img{
        transform: scale(1.05);
    }#ap-aggregate .mcg-cat-body{
        padding: 22px 22px 20px;
    }#ap-aggregate .mcg-cat-body h3{
        font-size: 18px;
        margin-bottom: 6px;
        color: var(--ink);
    }#ap-aggregate .mcg-cat-body p{
        font-size: 14px;
        color: var(--muted);
        margin-bottom: 14px;
        line-height: 1.5;
    }#ap-aggregate .mcg-arrow-link{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        font-weight: 700;
        color: var(--coral);
    }#ap-aggregate .mcg-arrow-link svg{
        transition: transform .2s;
    }#ap-aggregate .mcg-cat-card:hover .mcg-arrow-link svg{
        transform: translateX(4px);
    }#ap-aggregate /* spec table */
    .mcg-spec-wrap{
        margin-top: 34px;
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 12px;
        overflow: hidden;
    }#ap-aggregate .mcg-spec-table{
        width: 100%;
        border-collapse: collapse;
        font-size: 15px;
    }#ap-aggregate .mcg-spec-table th, #ap-aggregate .mcg-spec-table td{
        padding: 16px 18px;
        text-align: left;
        border-bottom: 1px solid var(--line);
        vertical-align: top;
    }#ap-aggregate .mcg-spec-table th{
        background: var(--espresso);
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        width: 22%;
    }#ap-aggregate .mcg-spec-table th:nth-child(2){
        width: 40%;
    }#ap-aggregate .mcg-spec-table td{
        line-height: 1.5;
    }#ap-aggregate .mcg-spec-table tr:last-child th, #ap-aggregate .mcg-spec-table tr:last-child td{
        border-bottom: 0;
    }#ap-aggregate .mcg-spec-table td:first-child{
        font-weight: 700;
        background: #faf8f4;
    }#ap-aggregate .mcg-spec-note{
        margin-top: 26px;
        font-size: 14px;
        color: var(--muted);
    }#ap-aggregate /* scenario cards */
    .mcg-scenario-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 44px;
    }#ap-aggregate .mcg-scenario-card{
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 24px 22px;
        display: flex;
        flex-direction: column;
        transition: box-shadow .2s;
    }#ap-aggregate .mcg-scenario-card:hover{
        box-shadow: 0 12px 30px rgba(46,32,22,.08);
    }#ap-aggregate .mcg-scenario-icon{
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        background: var(--cream);
        border-radius: 10px;
        margin-bottom: 16px;
    }#ap-aggregate .mcg-scenario-card h3{
        font-size: 18px;
    }#ap-aggregate .mcg-scenario-card p{
        font-size: 14px;
        color: var(--muted);
        margin-bottom: 16px;
        flex: 1;
    }#ap-aggregate .mcg-tag{
        display: inline-block;
        font-size: 12px;
        font-weight: 800;
        background: var(--soft);
        border-radius: 20px;
        padding: 4px 12px;
        color: var(--espresso);
        margin-bottom: 12px;
    }#ap-aggregate /* checklist */
    .mcg-check-list{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
        margin-top: 40px;
    }#ap-aggregate .mcg-check-item{
        background: #fff;
        border-top: 3px solid var(--coral);
        border-radius: 8px 8px 0 0;
        padding: 20px;
        font-size: 14px;
        line-height: 1.5;
        color: var(--muted);
        box-shadow: 0 4px 14px rgba(46,32,22,.06);
    }#ap-aggregate .mcg-check-item strong{
        display: block;
        color: var(--ink);
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 1.35;
    }#ap-aggregate /* product matrix */
    .mcg-matrix-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 44px;
    }#ap-aggregate .mcg-product-card{
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 12px;
        overflow: hidden;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        transition: transform .2s ease, box-shadow .2s ease;
    }#ap-aggregate .mcg-product-card:hover{
        transform: translateY(-5px);
        box-shadow: 0 16px 36px rgba(46,32,22,.09);
    }#ap-aggregate .mcg-product-card .mcg-product-img{
        background: var(--cream);
        position: relative;
        /* aspect-ratio: 4/3; */
        aspect-ratio: 1/1;
    }#ap-aggregate .mcg-product-card .mcg-product-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }#ap-aggregate .mcg-product-card .mcg-product-badge{
        position: absolute;
        top: 12px;
        left: 12px;
        background: var(--coral);
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .06em;
        padding: 5px 10px;
        border-radius: 20px;
        text-transform: uppercase;
    }#ap-aggregate .mcg-product-card-body{
        padding: 20px 20px 22px;
        display: flex;
        flex-direction: column;
    }#ap-aggregate .mcg-product-card h3{
        font-size: 17px;
        margin-bottom: 8px;
        color: var(--ink);
        line-height: 1.35;
    }#ap-aggregate .mcg-product-card .mcg-price{
        color: var(--ink);
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 6px;
    }#ap-aggregate .mcg-product-card p{
        font-size: 14px;
        color: var(--muted);
        margin-bottom: 20px;
        line-height: 1.5;
        flex: 1;
    }#ap-aggregate .mcg-product-link{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        font-weight: 700;
        color: var(--coral);
    }#ap-aggregate /* product spotlight */
    .mcg-spotlight-grid{
        display: grid;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        gap: 60px;
        align-items: center;
    }#ap-aggregate .mcg-spotlight-img{
        border-radius: 12px;
        overflow: hidden;
        background: var(--cream);
        box-shadow: 0 20px 46px rgba(0,0,0,.18);
    }#ap-aggregate .mcg-spotlight-img img{
        width: 100%;
        height: 520px;
        object-fit: cover;
    }#ap-aggregate .mcg-spotlight-body h2{
        color: #fff;
    }#ap-aggregate .mcg-spotlight-body p{
        color: rgba(255,255,255,.8);
        font-size: 16px;
    }#ap-aggregate .mcg-spotlight-specs{
        margin: 24px 0 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }#ap-aggregate .mcg-spotlight-spec{
        background: rgba(255,255,255,.08);
        border-radius: 10px;
        padding: 14px 16px;
    }#ap-aggregate .mcg-spotlight-spec strong{
        display: block;
        font-size: 15px;
        color: #fff;
        margin-bottom: 2px;
    }#ap-aggregate .mcg-spotlight-spec span{
        font-size: 13px;
        color: rgba(255,255,255,.65);
    }#ap-aggregate .mcg-section-dark .mcg-btn-lite{
        background: #fff;
        color: var(--espresso);
        border-color: #fff;
    }#ap-aggregate /* B2B strip */
    .mcg-b2b-banner{
        background: var(--coral);
        color: #fff;
        border-radius: 12px;
        padding: 36px 36px 32px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px 30px;
        justify-content: space-between;
        margin-top: 24px;
    }#ap-aggregate .mcg-b2b-text h3{
        color: #fff;
        font-size: 22px;
        margin-bottom: 4px;
    }#ap-aggregate .mcg-b2b-text p{
        margin: 0;
        font-size: 15px;
        color: rgba(255,255,255,.85);
    }#ap-aggregate .mcg-b2b-text a{
        color: #fff;
    }#ap-aggregate /* FAQ */
    .mcg-faq-list{
        max-width: 880px;
        margin: 40px auto 0;
    }#ap-aggregate .mcg-faq-item{
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 10px;
        padding: 24px 28px;
        margin-bottom: 14px;
    }#ap-aggregate .mcg-faq-q{
        font-weight: 700;
        font-size: 17px;
        margin-bottom: 8px;
    }#ap-aggregate .mcg-faq-a{
        color: var(--muted);
        font-size: 15px;
        line-height: 1.6;
    }#ap-aggregate .mcg-callout-line{
        border-left: 4px solid var(--coral);
        padding: 5px 0 5px 20px;
        font-size: 16px;
        color: var(--muted);
        max-width: 760px;
        margin-top: 14px;
    }
    /* 390px support */
    @media (max-width: 900px) {#ap-aggregate .mcg-hero .mcg-wrap{
            grid-template-columns: 1fr;
            gap: 34px;
        }#ap-aggregate .mcg-cat-griid, #ap-aggregate .mcg-scenario-grid, #ap-aggregate .mcg-matrix-grid{
            grid-template-columns: 1fr;
        }#ap-aggregate .mcg-col-grid, #ap-aggregate .mcg-scenario-grid, #ap-aggregate .mcg-matrix-grid{
            grid-template-columns: 1fr;
        }#ap-aggregate .mcg-spotlight-grid{
            grid-template-columns: 1fr;
        }#ap-aggregate .mcg-check-list{
            grid-template-columns: 1fr;
        }#ap-aggregate .mcg-spotlight-img img{
            height: 320px;
        }#ap-aggregate .mcg-section{
            padding: 56px 0;
        }
    }
    @media (max-width: 640px) {#ap-aggregate .mcg-wrap{
            width: min(1160px, calc(100% - 32px));
        }#ap-aggregate .mcg-spec-table, #ap-aggregate .mcg-spec-table tbody, #ap-aggregate .mcg-spec-table thead{
            display: block;
        }#ap-aggregate .mcg-spec-table thead{
            display: none;
        }#ap-aggregate .mcg-spec-table tr{
            display: block;
            border-bottom: 1px solid var(--line);
            padding: 8px 0;
        }#ap-aggregate .mcg-spec-table th, #ap-aggregate .mcg-spec-table td{
            display: block;
            width: 100% !important;
            border-bottom: 0 !important;
            padding: 8px 16px;
        }#ap-aggregate .mcg-spec-table td:first-child{
            background: var(--soft);
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: .05em;
            color: var(--muted);
            border-left: 3px solid var(--coral);
        }#ap-aggregate .mcg-spec-table th{
            color: var(--espresso);
            background: var(--cream);
        }#ap-aggregate .mcg-hero{
            padding: 64px 0 70px;
        }
    }
    @media (max-width: 420px) {#ap-aggregate .mcg-spotlight-specs{
            grid-template-columns: 1fr;
        }#ap-aggregate .mcg-b2b-banner{
            padding: 26px 20px;
        }
    }
