

.apv3-breadcrumb{



padding:18px 0;



background:#F8F5EF;



border-bottom:1px solid #ECE4D3;



}



.apv3-breadcrumb ul{



display:flex;



gap:14px;



padding:0;



margin:0;



list-style:none;



align-items:center;



}



.apv3-breadcrumb li{



font-size:15px;



color:#666;



}



.apv3-breadcrumb li a{



color:#0B2545;



text-decoration:none;



font-weight:600;



}



.apv3-breadcrumb li:not(:last-child):after{



content:"/";



margin-left:14px;



color:#C9A961;



}


/*PAGES*/
/* =========================================================
   A2Z MINIATURE PAINTING — ABOUT PAGE
   ROYAL NAVY + GOLD EDITORIAL DESIGN
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

.a2zmp-aboutHero,
.a2zmp-networkSection{

    position:relative;
    overflow:hidden;

}

.a2zmp-aboutHero .container,
.a2zmp-networkSection .container{

    position:relative;
    z-index:2;

}


/* =========================================================
   SECTION 1 — ABOUT HERO
========================================================= */

.a2zmp-aboutHero{

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(184,135,35,.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #071b35 0%,
            #0b2545 52%,
            #071a31 100%
        );

    padding:110px 0 105px;

    color:#f7f3ea;

}


/* subtle royal background lines */

.a2zmp-aboutHero:before{

    content:"";

    position:absolute;

    inset:0;

    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );

    background-size:80px 80px;

    pointer-events:none;

}


.a2zmp-aboutHeroGlow{

    position:absolute;

    width:420px;
    height:420px;

    right:-180px;
    top:-180px;

    border:1px solid rgba(218,177,78,.22);

    border-radius:50%;

}

.a2zmp-aboutHeroGlow:after{

    content:"";

    position:absolute;

    inset:45px;

    border:1px solid rgba(218,177,78,.14);

    border-radius:50%;

}


/* =========================================================
   EYEBROW
========================================================= */

.a2zmp-aboutEyebrow{

    display:flex;
    align-items:center;

    gap:14px;

    margin-bottom:28px;

    color:#d8ad4c;

    font-family:Georgia, "Times New Roman", serif;

    font-size:15px;

    font-weight:700;

    letter-spacing:2.5px;

    text-transform:uppercase;

}


.a2zmp-aboutEyebrow span{

    width:42px;
    height:1px;

    background:#c99b3c;

    display:block;

}


/* =========================================================
   H1
========================================================= */

.a2zmp-aboutHero h1{

    max-width:980px;

    margin:0;

    color:#fff;

    font-family:Georgia, "Times New Roman", serif;

    font-size:clamp(42px, 5.4vw, 72px);

    font-weight:400;

    line-height:1.05;

    letter-spacing:-1.5px;

}


.a2zmp-aboutHero h1 span{

    display:block;

    color:#f5f1e8;

}


.a2zmp-aboutHero h1 strong{

    display:block;

    color:#e0b653;

    font-weight:700;

}


/* =========================================================
   LEAD
========================================================= */

.a2zmp-aboutLead{

    max-width:900px;

    margin-top:32px;

    color:#e5e9ef;

    font-family:Arial, Helvetica, sans-serif;

    font-size:20px;

    line-height:1.75;

}


.a2zmp-aboutLead strong{

    color:#e1b858;

}


/* =========================================================
   GOLD RULE
========================================================= */

.a2zmp-aboutRule{

    width:100px;
    height:3px;

    margin:35px 0 30px;

    background:
        linear-gradient(
            90deg,
            #d8a93e,
            #f0d078
        );

}


/* =========================================================
   MAIN TEXT
========================================================= */

.a2zmp-aboutText{

    max-width:1200px;

}


.a2zmp-aboutText p{

    margin:0 0 22px;

    color:#d8e0e9;

    font-family:Arial, Helvetica, sans-serif;

    font-size:17px;

    line-height:1.85;

}


.a2zmp-aboutText strong{

    color:#f1c967;

    font-weight:700;

}


/* =========================================================
   CREDENTIALS
========================================================= */

.a2zmp-aboutCredentials{

    display:grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap:16px;

    max-width:1000px;

    margin-top:38px;

}


.a2zmp-credential{

    display:flex;

    align-items:center;

    gap:16px;

    padding:20px 21px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.07),
            rgba(255,255,255,.025)
        );

    border:1px solid rgba(218,177,78,.25);

    min-height:92px;

}


.a2zmp-credentialNumber{

    width:40px;
    height:40px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex:0 0 40px;

    border:1px solid #b88a2d;

    border-radius:50%;

    color:#e2b856;

    font-family:Georgia, serif;

    font-size:15px;

}


.a2zmp-credential strong{

    display:block;

    color:#fff;

    font-family:Georgia, serif;

    font-size:17px;

    line-height:1.3;

}


.a2zmp-credential small{

    display:block;

    margin-top:5px;

    color:#aebccc;

    font-family:Arial, sans-serif;

    font-size:15px;

    line-height:1.45;

}


/* =========================================================
   CTA AREA
========================================================= */

.a2zmp-aboutCTA{

    display:flex;

    align-items:center;

    flex-wrap:wrap;

    gap:25px;

    margin-top:38px;

}


.a2zmp-aboutCTAButton{

    display:inline-flex;

    align-items:center;

    justify-content:space-between;

    gap:28px;

    min-height:58px;

    padding:0 25px;

    background:
        linear-gradient(
            135deg,
            #c7962e,
            #e2bd60
        );

    color:#081b34;

    text-decoration:none;

    font-family:Arial, Helvetica, sans-serif;

    font-size:16px;

    font-weight:800;

    letter-spacing:.2px;

    transition:.3s ease;

    box-shadow:
        0 10px 30px rgba(0,0,0,.22);

}


.a2zmp-aboutCTAButton i{

    font-style:normal;

    font-size:22px;

    transition:.3s ease;

}


.a2zmp-aboutCTAButton:hover{

    color:#06182f;

    transform:translateY(-3px);

    box-shadow:
        0 14px 35px rgba(0,0,0,.3);

}


.a2zmp-aboutCTAButton:hover i{

    transform:translateX(5px);

}


/* =========================================================
   PHONE
========================================================= */

.a2zmp-aboutPhone{

    display:flex;

    align-items:center;

    gap:12px;

    color:#fff;

    text-decoration:none;

}


.a2zmp-phoneIcon{

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #bd9237;

    border-radius:50%;

    color:#e1b655;

    font-size:18px;

}


.a2zmp-aboutPhone small{

    display:block;

    color:#9eafc1;

    font-family:Arial, sans-serif;

    font-size:15px;

    margin-bottom:3px;

}


.a2zmp-aboutPhone strong{

    display:block;

    color:#fff;

    font-family:Arial, sans-serif;

    font-size:17px;

    letter-spacing:.4px;

}


/* =========================================================
   SECTION 2 — NETWORK
========================================================= */

.a2zmp-networkSection{

    padding:105px 0 100px;

    background:#f5f1e8;

    color:#122946;

}


.a2zmp-networkSection:before{

    content:"";

    position:absolute;

    top:0;
    right:0;

    width:42%;

    height:100%;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(184,135,35,.13),
            transparent 48%
        );

    pointer-events:none;

}


/* =========================================================
   NETWORK HEADER
========================================================= */

.a2zmp-networkHeader{

    max-width:850px;

    margin-bottom:48px;

}


.a2zmp-networkEyebrow{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-bottom:15px;

    color:#a67924;

    font-family:Arial, sans-serif;

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

    text-transform:uppercase;

}


.a2zmp-networkEyebrow:before{

    content:"";

    width:32px;
    height:2px;

    background:#b98a2e;

}


.a2zmp-networkHeader h2{

    margin:0;

    color:#0b2545;

    font-family:Georgia, "Times New Roman", serif;

    font-size:clamp(34px, 4vw, 56px);

    line-height:1.12;

    font-weight:400;

}


.a2zmp-networkHeader h2 strong{

    color:#a97924;

    font-weight:700;

}


.a2zmp-networkHeader p{

    max-width:780px;

    margin:20px 0 0;

    color:#526276;

    font-family:Arial, Helvetica, sans-serif;

    font-size:17px;

    line-height:1.8;

}


.a2zmp-networkHeader p strong{

    color:#193b63;

}


/* =========================================================
   NETWORK GRID
========================================================= */

.a2zmp-networkGrid{

    display:grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap:22px;

}


/* =========================================================
   NETWORK CARD
========================================================= */

.a2zmp-networkCard{

    position:relative;

    min-height:365px;

    padding:28px;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    background:#fff;

    border:1px solid #ded6c5;

    text-decoration:none;

    overflow:hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}


.a2zmp-networkCard:before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:4px;
    height:0;

    background:#bd8d2e;

    transition:.35s ease;

}


.a2zmp-networkCard:hover{

    transform:translateY(-8px);

    border-color:#c9a253;

    box-shadow:
        0 18px 45px rgba(16,38,65,.12);

}


.a2zmp-networkCard:hover:before{

    height:100%;

}


.a2zmp-networkCardFeatured{

    background:
        linear-gradient(
            145deg,
            #0b2545,
            #102f52
        );

    border-color:#183b61;

}


/* =========================================================
   CARD TOP
========================================================= */

.a2zmp-networkCardTop{

    display:flex;

    align-items:center;

    justify-content:space-between;

}


.a2zmp-networkIcon{

    width:55px;
    height:55px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #c49a43;

    color:#a97924;

    font-family:Georgia, serif;

    font-size:17px;

    font-weight:700;

}


.a2zmp-networkCardFeatured .a2zmp-networkIcon{

    color:#e0b758;

    border-color:#c89c42;

}


.a2zmp-networkArrow{

    color:#a77a26;

    font-size:25px;

    transition:.3s ease;

}


.a2zmp-networkCardFeatured .a2zmp-networkArrow{

    color:#e0b758;

}


.a2zmp-networkCard:hover .a2zmp-networkArrow{

    transform:translate(4px,-4px);

}


/* =========================================================
   CARD CONTENT
========================================================= */

.a2zmp-networkCardBody{

    padding-top:35px;

}


.a2zmp-networkTag{

    display:block;

    margin-bottom:12px;

    color:#a97b29;

    font-family:Arial, sans-serif;

    font-size:15px;

    font-weight:800;

    letter-spacing:1.5px;

}


.a2zmp-networkCardFeatured .a2zmp-networkTag{

    color:#d6ad53;

}


.a2zmp-networkCard h3{

    margin:0;

    color:#0c2949;

    font-family:Georgia, "Times New Roman", serif;

    font-size:28px;

    line-height:1.2;

    font-weight:700;

}


.a2zmp-networkCardFeatured h3{

    color:#fff;

}


.a2zmp-networkCard p{

    margin:17px 0 0;

    color:#657184;

    font-family:Arial, Helvetica, sans-serif;

    font-size:16px;

    line-height:1.75;

}


.a2zmp-networkCardFeatured p{

    color:#c7d2df;

}


.a2zmp-networkCard p strong{

    color:#274a70;

}


.a2zmp-networkCardFeatured p strong{

    color:#e2ba5d;

}


/* =========================================================
   NETWORK FOOTER
========================================================= */

.a2zmp-networkFooter{

    margin-top:48px;

}


.a2zmp-networkFooterLine{

    width:100%;

    height:1px;

    background:
        linear-gradient(
            90deg,
            #c89b43,
            #ddd5c5,
            transparent
        );

}


.a2zmp-networkFooterContent{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:25px;

    padding-top:25px;

}


.a2zmp-networkFooterContent span{

    color:#a77b29;

    font-family:Arial, sans-serif;

    font-size:15px;

    font-weight:800;

    letter-spacing:1.5px;

}


.a2zmp-networkFooterContent strong{

    flex:1;

    color:#173656;

    font-family:Georgia, serif;

    font-size:17px;

}


.a2zmp-networkCTA{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-height:50px;

    padding:0 22px;

    background:#0b2545;

    color:#e4bc61;

    text-decoration:none;

    font-family:Arial, sans-serif;

    font-size:15px;

    font-weight:800;

    border:1px solid #0b2545;

    transition:.3s ease;

}


.a2zmp-networkCTA:hover{

    background:#c19336;

    border-color:#c19336;

    color:#0b2545;

}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width:991px){

    .a2zmp-aboutHero{

        padding:85px 0 80px;

    }


    .a2zmp-aboutCredentials{

        grid-template-columns:1fr;

    }


    .a2zmp-networkGrid{

        grid-template-columns:1fr 1fr;

    }


    .a2zmp-networkCard:last-child{

        grid-column:1 / -1;

    }


    .a2zmp-networkFooterContent{

        flex-wrap:wrap;

    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width:767px){

    .a2zmp-aboutHero{

        padding:70px 0 65px;

    }


    .a2zmp-aboutEyebrow{

        font-size:15px;

        letter-spacing:1.5px;

        line-height:1.5;

    }


    .a2zmp-aboutEyebrow span{

        width:25px;

    }


    .a2zmp-aboutHero h1{

        font-size:42px;

        line-height:1.08;

        letter-spacing:-.5px;

    }


    .a2zmp-aboutLead{

        font-size:17px;

        line-height:1.7;

        margin-top:25px;

    }


    .a2zmp-aboutText p{

        font-size:15px;

        line-height:1.75;

        margin-bottom:19px;

    }


    .a2zmp-aboutCredentials{

        gap:12px;

        margin-top:30px;

    }


    .a2zmp-credential{

        padding:17px;

    }


    .a2zmp-credential strong{

        font-size:16px;

    }


    .a2zmp-credential small{

        font-size:15px;

    }


    .a2zmp-aboutCTA{

        align-items:stretch;

        flex-direction:column;

        gap:20px;

    }


    .a2zmp-aboutCTAButton{

        width:100%;

        min-height:58px;

        padding:0 19px;

        font-size:15px;

    }


    .a2zmp-aboutPhone{

        align-self:flex-start;

    }


    .a2zmp-networkSection{

        padding:70px 0 65px;

    }


    .a2zmp-networkHeader{

        margin-bottom:35px;

    }


    .a2zmp-networkHeader h2{

        font-size:35px;

    }


    .a2zmp-networkHeader p{

        font-size:15px;

        line-height:1.75;

    }


    .a2zmp-networkGrid{

        grid-template-columns:1fr;

        gap:16px;

    }


    .a2zmp-networkCard:last-child{

        grid-column:auto;

    }


    .a2zmp-networkCard{

        min-height:320px;

        padding:23px;

    }


    .a2zmp-networkCard h3{

        font-size:25px;

    }


    .a2zmp-networkCard p{

        font-size:15px;

    }


    .a2zmp-networkFooterContent{

        align-items:flex-start;

        flex-direction:column;

        gap:15px;

    }


    .a2zmp-networkFooterContent strong{

        font-size:16px;

        line-height:1.5;

    }


    .a2zmp-networkCTA{

        width:100%;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:480px){

    .a2zmp-aboutHero h1{

        font-size:36px;

    }


    .a2zmp-aboutLead{

        font-size:16px;

    }


    .a2zmp-aboutRule{

        margin:27px 0 24px;

    }


    .a2zmp-credential{

        min-height:auto;

    }


    .a2zmp-networkHeader h2{

        font-size:32px;

    }

}/* =========================================================
   PRINCIPAL VALUER PAGE
   NITESH SHRIVASTAVA
   NAVY + ANTIQUE GOLD
========================================================= */

:root{

    --mpv-navy:#071d38;
    --mpv-navy-deep:#041426;
    --mpv-navy-soft:#102c4d;

    --mpv-gold:#c89a3c;
    --mpv-gold-light:#e4bf69;
    --mpv-gold-pale:#f1d99b;

    --mpv-white:#ffffff;
    --mpv-text:#e7edf5;
    --mpv-muted:#aebdce;

    --mpv-border:rgba(200,154,60,.30);

}


/* =========================================================
   GLOBAL
========================================================= */

.mpvPrincipalHero,
.mpvInstitutionalSection,
.mpvStatutorySection{

    width:100%;
    overflow:hidden;

}

.mpvPrincipalHero *,
.mpvInstitutionalSection *,
.mpvStatutorySection *{

    box-sizing:border-box;

}

.mpvPrincipalHero p,
.mpvInstitutionalSection p,
.mpvStatutorySection p{

    font-size:16px;
    line-height:1.85;

}


/* =========================================================
   SECTION 01 — HERO
========================================================= */

.mpvPrincipalHero{

    position:relative;

    padding:110px 0 100px;

    background:
        radial-gradient(
            circle at 88% 45%,
            rgba(200,154,60,.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            var(--mpv-navy-deep),
            var(--mpv-navy)
        );

    color:var(--mpv-white);

}


/* subtle architectural lines */

.mpvPrincipalHero:before{

    content:"";

    position:absolute;

    inset:0;

    pointer-events:none;

    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            0deg,
            rgba(255,255,255,.02) 1px,
            transparent 1px
        );

    background-size:80px 80px;

}


.mpvPrincipalHeroGrid{

    position:relative;
    z-index:2;

    display:grid;

    grid-template-columns:
        minmax(0,1.35fr)
        minmax(360px,.65fr);

    gap:90px;

    align-items:center;

}


/* =========================================================
   EYEBROW
========================================================= */

.mpvPrincipalEyebrow,
.mpvSectionEyebrow{

    display:flex;

    align-items:center;

    gap:13px;

    color:var(--mpv-gold-light);

    font-size:13px;

    font-weight:800;

    letter-spacing:2px;

    text-transform:uppercase;

}

.mpvPrincipalEyebrow span{

    width:38px;
    height:2px;

    background:var(--mpv-gold);

    display:block;

}


/* =========================================================
   HERO HEADING
========================================================= */

.mpvPrincipalHero h1{

    margin:25px 0 25px;

    max-width:900px;

    font-family:Georgia,
        "Times New Roman",
        serif;

    font-size:clamp(42px,5vw,72px);

    line-height:1.04;

    font-weight:400;

    letter-spacing:-1.5px;
color: #edecec;
}

.mpvPrincipalHero h1 strong{

    display:inline;

    color:var(--mpv-gold-light);

    font-weight:700;

}

.mpvPrincipalHero h1 em{

    font-size:.55em;

    color:var(--mpv-white);

    font-style:normal;

    white-space:nowrap;

}


/* =========================================================
   GOLD RULE
========================================================= */

.mpvPrincipalRule{

    width:95px;
    height:3px;

    background:
        linear-gradient(
            90deg,
            var(--mpv-gold),
            var(--mpv-gold-light)
        );

    margin:30px 0;

}


/* =========================================================
   INTRO
========================================================= */

.mpvPrincipalIntro{

    max-width:850px;

    color:var(--mpv-text);

    margin:0 0 30px;

}

.mpvPrincipalIntro strong{

    color:var(--mpv-gold-pale);

}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.mpvPrincipalContact{

    display:flex;

    flex-wrap:wrap;

    gap:15px 30px;

    margin-top:25px;

    padding:20px 0;

    border-top:1px solid
        rgba(255,255,255,.12);

    border-bottom:1px solid
        rgba(255,255,255,.12);

}

.mpvContactLine{

    display:flex;

    align-items:flex-start;

    gap:10px;

    color:var(--mpv-muted);

    font-size:15px;

}

.mpvContactLine i{

    color:var(--mpv-gold-light);

    margin-top:4px;

}

.mpvContactLine a{

    color:var(--mpv-white);

    text-decoration:none;

    font-weight:700;

    transition:.3s ease;

}

.mpvContactLine a:hover{

    color:var(--mpv-gold-light);

}


/* =========================================================
   CTA
========================================================= */

.mpvPrincipalCTA{

    display:flex;

    flex-wrap:wrap;

    align-items:center;

    gap:15px;

    margin-top:32px;

}

.mpvGoldButton{

    min-height:56px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:22px;

    padding:0 27px;

    background:
        linear-gradient(
            135deg,
            var(--mpv-gold-light),
            var(--mpv-gold)
        );

    color:#081a30;

    text-decoration:none;

    font-size:15px;

    font-weight:900;

    letter-spacing:.2px;

    border:1px solid
        var(--mpv-gold-light);

    box-shadow:
        0 12px 30px
        rgba(0,0,0,.22);

    transition:.35s ease;

}

.mpvGoldButton:hover{

    transform:translateY(-3px);

    color:#081a30;

    box-shadow:
        0 17px 35px
        rgba(0,0,0,.30);

}

.mpvGoldButton i{

    font-size:18px;

}


.mpvCallButton{

    min-height:56px;

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:7px 18px;

    border:1px solid
        rgba(200,154,60,.45);

    color:var(--mpv-white);

    text-decoration:none;

    background:rgba(255,255,255,.035);

}

.mpvCallButton i{

    color:var(--mpv-gold-light);

    font-size:18px;

}

.mpvCallButton span{

    display:flex;

    flex-direction:column;

    gap:3px;

    font-size:13px;

}

.mpvCallButton strong{

    color:var(--mpv-gold-light);

    font-size:15px;

}


/* =========================================================
   CREDENTIAL PANEL
========================================================= */

.mpvPrincipalCredential{

    display:flex;

    justify-content:center;

}

.mpvCredentialFrame{

    position:relative;

    width:100%;

    max-width:390px;

    min-height:470px;

    padding:32px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    text-align:center;

    border:1px solid
        rgba(200,154,60,.55);

    background:

        linear-gradient(
            145deg,
            rgba(255,255,255,.06),
            rgba(255,255,255,.015)
        );

    box-shadow:
        0 30px 80px
        rgba(0,0,0,.28);

}

.mpvCredentialFrame:before,
.mpvCredentialFrame:after{

    content:"";

    position:absolute;

    width:45px;
    height:45px;

    border-color:var(--mpv-gold);

}

.mpvCredentialFrame:before{

    top:14px;
    left:14px;

    border-top:2px solid;
    border-left:2px solid;

}

.mpvCredentialFrame:after{

    right:14px;
    bottom:14px;

    border-right:2px solid;
    border-bottom:2px solid;

}


.mpvCredentialTop{

    position:absolute;

    top:25px;
    left:32px;
    right:32px;

    display:flex;
    justify-content:space-between;

    color:var(--mpv-gold-light);

    font-size:11px;

    font-weight:800;

    letter-spacing:2px;

}

.mpvCredentialMonogram{

    width:100px;
    height:100px;

    margin:25px auto 30px;

    display:flex;

    align-items:center;
    justify-content:center;

    border:1px solid var(--mpv-gold);

    border-radius:50%;

    color:var(--mpv-gold-light);

    font-family:Georgia,serif;

    font-size:32px;

    position:relative;

}

.mpvCredentialMonogram:after{

    content:"";

    position:absolute;

    inset:7px;

    border:1px solid
        rgba(200,154,60,.35);

    border-radius:50%;

}

.mpvCredentialFrame h2{

    margin:0;

    color:var(--mpv-white);

    font-family:Georgia,serif;

    font-size:34px;

    line-height:1.12;

}

.mpvCredentialGoldLine{

    width:60px;
    height:2px;

    background:var(--mpv-gold);

    margin:23px auto;

}

.mpvCredentialFrame p{

    margin:0 0 8px;

    color:var(--mpv-gold-light);

    font-size:16px;

    font-weight:700;

}

.mpvCredentialFrame > strong{

    color:var(--mpv-text);

    font-size:15px;

    line-height:1.7;

}

.mpvCredentialBottom{

    position:absolute;

    bottom:25px;
    left:32px;
    right:32px;

    padding-top:15px;

    border-top:1px solid
        rgba(255,255,255,.10);

    color:var(--mpv-muted);

    font-size:11px;

    font-weight:800;

    letter-spacing:1.5px;

}

.mpvCredentialBottom span{

    color:var(--mpv-gold);

    margin:0 7px;

}


/* =========================================================
   SECTION 02 — INSTITUTIONAL
========================================================= */

.mpvInstitutionalSection{

    padding:105px 0;

    background:#f5f1e8;

    color:#17263a;

}

.mpvInstitutionalHeader{

    max-width:950px;

    margin-bottom:60px;

}

.mpvSectionEyebrow{

    color:#a27a28;

    margin-bottom:20px;

}

.mpvSectionEyebrow span{

    color:#fff;

    background:var(--mpv-navy);

    padding:5px 8px;

    font-size:11px;

}

.mpvInstitutionalHeader h2{

    margin:0;

    font-family:Georgia,serif;

    font-size:clamp(34px,4vw,58px);

    line-height:1.12;

    font-weight:400;

    color:var(--mpv-navy);

}

.mpvInstitutionalHeader h2 strong{

    color:#a87920;

}


/* =========================================================
   INSTITUTIONAL GRID
========================================================= */

.mpvInstitutionalGrid{

    display:grid;

    grid-template-columns:
        300px minmax(0,1fr);

    gap:70px;

    align-items:start;

}


/* =========================================================
   STAT CARD
========================================================= */

.mpvInstitutionalStat{

    position:relative;

    padding:40px 30px;

    min-height:370px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

    background:var(--mpv-navy);

    color:#fff;

    border:1px solid
        rgba(200,154,60,.7);

    box-shadow:
        15px 15px 0
        rgba(200,154,60,.20);

}

.mpvStatCurrency{

    color:var(--mpv-gold-light);

    font-family:Georgia,serif;

    font-size:42px;

}

.mpvStatValue{

    color:#fff;

    font-family:Georgia,serif;

    font-size:80px;

    line-height:.95;

    font-weight:700;

}

.mpvStatLabel{

    color:var(--mpv-gold-light);

    font-size:14px;

    font-weight:900;

    letter-spacing:5px;

    margin-top:8px;

}

.mpvStatDivider{

    width:60px;
    height:2px;

    background:var(--mpv-gold);

    margin:25px 0;

}

.mpvInstitutionalStat p{

    margin:0;

    color:#bdc9d7;

    font-size:15px;

    line-height:1.6;

}

.mpvInstitutionalStat p strong{

    color:var(--mpv-gold-light);

}


/* =========================================================
   INSTITUTIONAL CONTENT
========================================================= */

.mpvInstitutionalContent{

    max-width:900px;

}

.mpvInstitutionalContent p{

    color:#44556b;

    margin:0 0 25px;

}

.mpvInstitutionalContent strong{

    color:var(--mpv-navy);

}


/* =========================================================
   HIGHLIGHT
========================================================= */

.mpvInstitutionalHighlight{

    display:flex;

    align-items:center;

    gap:18px;

    margin:30px 0;

    padding:22px 25px;

    background:#fff;

    border-left:4px solid
        var(--mpv-gold);

    box-shadow:
        0 12px 35px
        rgba(7,29,56,.08);

}

.mpvHighlightIcon{

    width:42px;
    height:42px;

    flex:0 0 42px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:var(--mpv-navy);

    color:var(--mpv-gold-light);

    font-size:20px;

}

.mpvInstitutionalHighlight div{

    display:flex;

    flex-direction:column;

    gap:5px;

}

.mpvInstitutionalHighlight strong{

    font-size:16px;

}

.mpvInstitutionalHighlight span{

    color:#657489;

    font-size:15px;

}


/* =========================================================
   SECTION 03 — STATUTORY
========================================================= */

.mpvStatutorySection{

    padding:110px 0;

    background:

        radial-gradient(
            circle at 90% 20%,
            rgba(200,154,60,.13),
            transparent 28%
        ),

        var(--mpv-navy-deep);

    color:#fff;

}

.mpvStatutoryGrid{

    display:grid;

    grid-template-columns:
        minmax(0,1.1fr)
        minmax(360px,.9fr);

    gap:80px;

    align-items:center;

}

.mpvLightEyebrow{

    color:var(--mpv-gold-light);

}

.mpvLightEyebrow span{

    background:var(--mpv-gold);

    color:var(--mpv-navy);

}

.mpvStatutoryContent h2{

    margin:0 0 25px;

    font-family:Georgia,serif;

    font-weight:400;

    font-size:clamp(36px,4vw,58px);

    line-height:1.1;
    color: #edecec;
}

.mpvStatutoryContent h2 strong{

    color:var(--mpv-gold-light);

}

.mpvStatutoryContent h2 em{

    color:#fff;

    font-style:normal;

}

.mpvGoldAccent{

    width:85px;
    height:3px;

    background:var(--mpv-gold);

    margin:30px 0;

}

.mpvStatutoryContent p{

    color:#b8c6d6;

    margin:0 0 23px;

}

.mpvStatutoryContent p strong{

    color:#fff;

}

.mpvStatutoryContent a{

    color:var(--mpv-gold-light);

    font-weight:800;

    text-decoration:none;

    border-bottom:1px solid
        rgba(228,191,105,.4);

}

.mpvStatutoryContent a:hover{

    color:#fff;

}


/* =========================================================
   STATUTORY CARDS
========================================================= */

.mpvStatutoryCards{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:14px;

}

.mpvStatutoryCard{

    min-height:145px;

    padding:23px;

    display:flex;

    gap:15px;

    border:1px solid
        rgba(200,154,60,.28);

    background:
        rgba(255,255,255,.045);

    transition:.35s ease;

}

.mpvStatutoryCard:hover{

    transform:translateY(-5px);

    border-color:
        rgba(200,154,60,.7);

    background:
        rgba(255,255,255,.075);

}

.mpvCardNumber{

    color:var(--mpv-gold-light);

    font-family:Georgia,serif;

    font-size:13px;

    font-weight:700;

}

.mpvStatutoryCard strong{

    display:block;

    margin-bottom:8px;

    color:#fff;

    font-family:Georgia,serif;

    font-size:19px;

}

.mpvStatutoryCard p{

    margin:0;

    color:#aebdce;

    font-size:15px;

    line-height:1.55;

}


/* =========================================================
   STATUTORY CTA
========================================================= */

.mpvStatutoryCTA{

    grid-column:1 / -1;

    min-height:70px;

    padding:15px 22px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    background:
        linear-gradient(
            135deg,
            var(--mpv-gold-light),
            var(--mpv-gold)
        );

    color:var(--mpv-navy);

    text-decoration:none;

    margin-top:5px;

    transition:.35s ease;

}

.mpvStatutoryCTA:hover{

    transform:translateY(-3px);

    color:var(--mpv-navy);

    box-shadow:
        0 15px 30px
        rgba(0,0,0,.25);

}

.mpvStatutoryCTA span{

    display:flex;

    flex-direction:column;

    gap:3px;

    font-size:15px;

    font-weight:800;

}

.mpvStatutoryCTA strong{

    font-size:18px;

}

.mpvStatutoryCTA i{

    font-size:22px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:991px){

    .mpvPrincipalHero{

        padding:80px 0;

    }

    .mpvPrincipalHeroGrid{

        grid-template-columns:1fr;

        gap:60px;

    }

    .mpvPrincipalHeroContent{

        max-width:850px;

    }

    .mpvPrincipalCredential{

        justify-content:flex-start;

    }

    .mpvCredentialFrame{

        max-width:430px;

    }

    .mpvInstitutionalGrid{

        grid-template-columns:240px 1fr;

        gap:40px;

    }

    .mpvStatutoryGrid{

        grid-template-columns:1fr;

        gap:55px;

    }

    .mpvStatutoryContent{

        max-width:850px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px){

    .mpvPrincipalHero{

        padding:65px 0 70px;

    }

    .mpvPrincipalEyebrow{

        font-size:11px;

        letter-spacing:1.4px;

    }

    .mpvPrincipalHero h1{

        font-size:38px;

        line-height:1.08;

        letter-spacing:-.7px;

    }

    .mpvPrincipalHero h1 em{

        display:block;

        margin-top:8px;

        font-size:19px;

        white-space:normal;

    }

    .mpvPrincipalHero p,
    .mpvInstitutionalSection p,
    .mpvStatutorySection p{

        font-size:15px;

        line-height:1.75;

    }

    .mpvPrincipalContact{

        flex-direction:column;

        gap:13px;

    }

    .mpvPrincipalCTA{

        flex-direction:column;

        align-items:stretch;

    }

    .mpvGoldButton,
    .mpvCallButton{

        width:100%;

    }

    .mpvCredentialFrame{

        min-height:420px;

        padding:25px;

    }

    .mpvInstitutionalSection,
    .mpvStatutorySection{

        padding:75px 0;

    }

    .mpvInstitutionalHeader h2,
    .mpvStatutoryContent h2{

        font-size:34px;

    }

    .mpvInstitutionalGrid{

        grid-template-columns:1fr;

        gap:40px;

    }

    .mpvInstitutionalStat{

        min-height:300px;

        max-width:100%;

    }

    .mpvStatValue{

        font-size:70px;

    }

    .mpvInstitutionalHighlight{

        align-items:flex-start;

    }

    .mpvStatutoryCards{

        grid-template-columns:1fr;

    }

    .mpvStatutoryCard{

        min-height:120px;

    }

    .mpvStatutoryCTA{

        min-height:76px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:480px){

    .mpvPrincipalHero h1{

        font-size:34px;

    }

    .mpvCredentialFrame h2{

        font-size:29px;

    }

    .mpvCredentialMonogram{

        width:82px;
        height:82px;

        font-size:27px;

    }

    .mpvGoldButton{

        padding:0 18px;

        font-size:15px;

    }

    .mpvInstitutionalHeader h2,
    .mpvStatutoryContent h2{

        font-size:31px;

    }

}

/* =========================================================
   GLOBAL MINIATURE PAINTING PAGE
========================================================= */

.mpv-definition-hero,
.mpv-school-section,
.mpv-traditions-section {

    font-family:
        "Inter",
        "Segoe UI",
        Arial,
        sans-serif;

    font-size: 16px;

    line-height: 1.8;

}

.mpv-definition-hero *,
.mpv-school-section *,
.mpv-traditions-section * {

    box-sizing: border-box;

}

.mpv-definition-hero p,
.mpv-school-section p,
.mpv-traditions-section p {

    font-size: 16px;

    line-height: 1.85;

}


/* =========================================================
   SECTION 1 — DEFINITION HERO
========================================================= */

.mpv-definition-hero {

    position: relative;

    overflow: hidden;

    padding: 105px 0 95px;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(184, 135, 35, .16),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #071a35 0%,
            #0d294b 55%,
            #07172d 100%
        );

    color: #ffffff;

}


/* subtle royal pattern */

.mpv-definition-hero::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -180px;
    bottom: -210px;

    border: 1px solid rgba(212, 166, 75, .22);

    border-radius: 50%;

    box-shadow:
        0 0 0 35px rgba(212,166,75,.035),
        0 0 0 70px rgba(212,166,75,.025);

}


.mpv-definition-hero-inner {

    max-width: 1180px;

    margin: auto;

    position: relative;

    z-index: 2;

}


.mpv-definition-eyebrow {

    display: inline-flex;

    align-items: center;

    padding: 9px 17px;

    border: 1px solid rgba(218,170,77,.55);

    background: rgba(255,255,255,.045);

    color: #e0b45f;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 25px;

}


.mpv-definition-hero h1 {

    max-width: 1050px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(38px, 5vw, 65px);

    line-height: 1.12;

    font-weight: 700;

    letter-spacing: -1.5px;

}


.mpv-definition-hero h1 strong {

    color: #e2b65d;

    font-weight: 800;

}


.mpv-definition-gold-line {

    width: 105px;

    height: 4px;

    margin: 32px 0 30px;

    background: linear-gradient(
        90deg,
        #b88723,
        #e3bd69
    );

}


.mpv-definition-content {

    max-width: 1060px;

}


.mpv-definition-content p {

    margin: 0 0 20px;

    color: #edf3fb;

    font-size: 17px;

    line-height: 1.9;

}


.mpv-definition-content strong {

    color: #ffffff;

    font-weight: 750;

}


.mpv-definition-content em {

    color: #e6bf6e;

}


/* HERO STATS */

.mpv-definition-hero-bottom {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    max-width: 900px;

    margin-top: 45px;

    border-top: 1px solid rgba(255,255,255,.16);

    border-bottom: 1px solid rgba(255,255,255,.16);

}


.mpv-definition-stat {

    padding: 25px 30px;

    border-right: 1px solid rgba(255,255,255,.13);

}


.mpv-definition-stat:last-child {

    border-right: 0;

}


.mpv-definition-stat-number {

    display: block;

    color: #e2b65d;

    font-size: 27px;

    line-height: 1.2;

    font-weight: 800;

}


.mpv-definition-stat-label {

    display: block;

    margin-top: 7px;

    color: #cbd7e7;

    font-size: 15px;

}


/* HERO CTA */

.mpv-definition-cta {

    margin-top: 40px;

}


.mpv-definition-cta-button {

    display: inline-flex;

    align-items: center;

    gap: 15px;

    min-height: 60px;

    padding: 7px 9px 7px 25px;

    background: linear-gradient(
        135deg,
        #b88723,
        #d8aa50
    );

    color: #081a34;

    text-decoration: none;

    border-radius: 4px;

    font-size: 16px;

    font-weight: 800;

    box-shadow:
        0 12px 30px rgba(0,0,0,.25);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.mpv-definition-cta-button strong {

    padding-left: 15px;

    border-left: 1px solid rgba(8,26,52,.3);

    font-size: 15px;

}


.mpv-definition-cta-button i {

    display: flex;

    width: 43px;
    height: 43px;

    align-items: center;
    justify-content: center;

    background: #071a35;

    color: #ffffff;

    font-size: 22px;

    font-style: normal;

    border-radius: 3px;

}


.mpv-definition-cta-button:hover {

    color: #071a35;

    transform: translateY(-3px);

    box-shadow:
        0 18px 35px rgba(0,0,0,.35);

}



/* =========================================================
   SECTION 2 — SCHOOL IDENTIFICATION
========================================================= */

.mpv-school-section {

    padding: 105px 0;

    background:
        linear-gradient(
            180deg,
            #f8f5ee 0%,
            #ffffff 100%
        );

    color: #162b46;

}


.mpv-school-header {

    max-width: 880px;

    margin-bottom: 55px;

}


.mpv-school-kicker {

    display: inline-block;

    margin-bottom: 15px;

    color: #a47719;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 2px;

}


.mpv-school-header h2 {

    margin: 0 0 20px;

    color: #092343;

    font-size: clamp(31px, 4vw, 48px);

    line-height: 1.2;

    font-weight: 700;

}


.mpv-school-header h2 strong {

    color: #b88723;

}


.mpv-school-intro {

    max-width: 800px;

    margin: 0;

    color: #526276;

    font-size: 17px;

}


/* TWO COLUMN */

.mpv-school-layout {

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(350px, .85fr);

    gap: 55px;

    align-items: stretch;

}


.mpv-school-main {

    padding-right: 15px;

}


.mpv-school-main p {

    margin: 0 0 22px;

    color: #405168;

    font-size: 16px;

}


.mpv-school-main strong {

    color: #102d50;

    font-weight: 800;

}


/* VALUE COMPARISON */

.mpv-school-comparison {

    align-self: start;

    padding: 12px;

    background: #0b2341;

    border: 1px solid #b88723;

    box-shadow:
        0 20px 45px rgba(9,35,67,.15);

}


.mpv-school-comparison-title {

    padding: 18px 20px;

    color: #e5bd69;

    font-size: 17px;

    font-weight: 800;

    letter-spacing: .3px;

}


.mpv-school-value-row {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 19px 20px;

    border-top: 1px solid rgba(255,255,255,.1);

}


.mpv-school-value-label {

    color: #ffffff;

    font-size: 15px;

    font-weight: 750;

}


.mpv-school-value-label small {

    display: block;

    margin-top: 3px;

    color: #aebed2;

    font-size: 15px;

    font-weight: 500;

}


.mpv-school-value-row > strong {

    white-space: nowrap;

    color: #e5bd69;

    font-size: 16px;

    font-weight: 800;

}


/* HIGHLIGHT */

.mpv-school-highlight {

    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 50px;

    padding: 25px 30px;

    background: #102d50;

    border-left: 5px solid #c39532;

    box-shadow:
        0 15px 35px rgba(8,29,52,.12);

}


.mpv-school-highlight-icon {

    flex: 0 0 50px;

    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #c39532;

    color: #e4bb65;

    font-size: 21px;

}


.mpv-school-highlight strong {

    color: #ffffff;

    font-size: 17px;

}


.mpv-school-highlight p {

    margin: 4px 0 0;

    color: #d7e1ed;

    font-size: 15px;

}


/* SECTION CTA */

.mpv-school-cta {

    margin-top: 35px;

}


.mpv-school-button {

    display: inline-flex;

    align-items: center;

    gap: 16px;

    min-height: 56px;

    padding: 8px 9px 8px 23px;

    background: #b88723;

    color: #ffffff;

    text-decoration: none;

    font-size: 16px;

    font-weight: 800;

    border-radius: 3px;

    transition: .3s ease;

}


.mpv-school-button span {

    padding-left: 15px;

    border-left: 1px solid rgba(255,255,255,.35);

    font-size: 15px;

}


.mpv-school-button b {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 39px;
    height: 39px;

    background: #092343;

    font-size: 20px;

}


.mpv-school-button:hover {

    color: #ffffff;

    transform: translateY(-3px);

    background: #a37519;

}



/* =========================================================
   SECTION 3 — SEVEN TRADITIONS
========================================================= */

.mpv-traditions-section {

    position: relative;

    padding: 105px 0 90px;

    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(201,155,62,.1),
            transparent 24%
        ),
        #081c35;

    color: #ffffff;

    overflow: hidden;

}


.mpv-traditions-heading {

    max-width: 850px;

    margin-bottom: 55px;

}


.mpv-traditions-heading > span {

    display: inline-block;

    margin-bottom: 13px;

    color: #dfb65e;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 2px;

}


.mpv-traditions-heading h2 {

    margin: 0 0 18px;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 50px);

    line-height: 1.2;

}


.mpv-traditions-heading h2 strong {

    color: #e0b45e;

}


.mpv-traditions-heading p {

    margin: 0;

    color: #cbd7e5;

    font-size: 17px;

}


/* TRADITION GRID */

.mpv-traditions-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;

}


.mpv-tradition-card {

    position: relative;

    display: flex;

    gap: 22px;

    min-height: 205px;

    padding: 30px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );

    border: 1px solid rgba(255,255,255,.12);

    transition:
        transform .3s ease,
        border-color .3s ease,
        background .3s ease;

}


.mpv-tradition-card:hover {

    transform: translateY(-5px);

    border-color: rgba(218,170,77,.65);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.105),
            rgba(255,255,255,.035)
        );

}


.mpv-tradition-card-featured {

    border-color: rgba(218,170,77,.55);

}


.mpv-tradition-card-wide {

    grid-column: 1 / -1;

    min-height: 175px;

}


.mpv-tradition-number {

    flex: 0 0 54px;

    width: 54px;
    height: 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #b88723;

    color: #e1b75f;

    font-size: 16px;

    font-weight: 800;

}


.mpv-tradition-period {

    display: inline-block;

    margin-bottom: 7px;

    color: #d8ac54;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: .4px;

}


.mpv-tradition-content h3 {

    margin: 0 0 11px;

    color: #ffffff;

    font-size: 25px;

    line-height: 1.25;

    font-weight: 700;

}


.mpv-tradition-content h3 strong {

    color: #e0b45e;

}


.mpv-tradition-content p {

    margin: 0;

    color: #d2dce8;

    font-size: 16px;

    line-height: 1.75;

}


.mpv-tradition-content p strong {

    color: #f1cc7d;

}


/* FINAL CTA BAND */

.mpv-traditions-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;

    margin-top: 55px;

    padding: 32px 35px;

    background:
        linear-gradient(
            110deg,
            #102e50,
            #0b2340
        );

    border: 1px solid rgba(216,170,80,.45);

}


.mpv-traditions-bottom-text > span {

    display: block;

    margin-bottom: 6px;

    color: #d8ac54;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.mpv-traditions-bottom-text h3 {

    margin: 0;

    color: #ffffff;

    font-size: 23px;

    line-height: 1.4;

}


.mpv-traditions-bottom-text h3 strong {

    color: #e2b65e;

}


.mpv-traditions-cta {

    flex: 0 0 auto;

    display: inline-flex;

    align-items: center;

    gap: 13px;

    min-height: 58px;

    padding: 7px 8px 7px 20px;

    background: linear-gradient(
        135deg,
        #b88723,
        #d8aa50
    );

    color: #081c35;

    text-decoration: none;

    border-radius: 3px;

    font-size: 16px;

    font-weight: 800;

    transition: .3s ease;

}


.mpv-traditions-cta strong {

    padding-left: 13px;

    border-left: 1px solid rgba(8,28,53,.35);

    font-size: 15px;

}


.mpv-traditions-cta b {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    background: #081c35;

    color: #ffffff;

    font-size: 20px;

}


.mpv-traditions-cta:hover {

    color: #081c35;

    transform: translateY(-3px);

}



/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 991px) {

    .mpv-definition-hero,
    .mpv-school-section,
    .mpv-traditions-section {

        padding-top: 75px;
        padding-bottom: 75px;

    }


    .mpv-school-layout {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .mpv-school-main {

        padding-right: 0;

    }


    .mpv-traditions-grid {

        grid-template-columns: 1fr;

    }


    .mpv-tradition-card-wide {

        grid-column: auto;

    }


    .mpv-traditions-bottom {

        align-items: flex-start;

        flex-direction: column;

    }

}



/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {

    .mpv-definition-hero,
    .mpv-school-section,
    .mpv-traditions-section {

        padding-top: 55px;
        padding-bottom: 55px;

    }


    .mpv-definition-eyebrow {

        font-size: 15px;

        letter-spacing: 1px;

        line-height: 1.5;

    }


    .mpv-definition-hero h1 {

        font-size: 36px;

        letter-spacing: -.7px;

    }


    .mpv-definition-content p,
    .mpv-school-intro,
    .mpv-traditions-heading p {

        font-size: 16px;

    }


    .mpv-definition-hero-bottom {

        grid-template-columns: 1fr;

    }


    .mpv-definition-stat {

        border-right: 0;

        border-bottom: 1px solid rgba(255,255,255,.13);

    }


    .mpv-definition-stat:last-child {

        border-bottom: 0;

    }


    .mpv-definition-cta-button,
    .mpv-school-button,
    .mpv-traditions-cta {

        width: 100%;

        justify-content: center;

    }


    .mpv-school-header h2,
    .mpv-traditions-heading h2 {

        font-size: 32px;

    }


    .mpv-school-value-row {

        align-items: flex-start;

        flex-direction: column;

        gap: 6px;

    }


    .mpv-school-highlight {

        align-items: flex-start;

        padding: 22px;

    }


    .mpv-tradition-card {

        min-height: auto;

        padding: 24px;

    }


    .mpv-tradition-content h3 {

        font-size: 23px;

    }


    .mpv-traditions-bottom {

        padding: 25px 22px;

    }


    .mpv-traditions-bottom-text h3 {

        font-size: 20px;

    }


    .mpv-traditions-cta {

        flex-wrap: wrap;

        gap: 9px;

        padding-left: 15px;

        padding-right: 7px;

    }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .mpv-definition-hero h1 {

        font-size: 32px;

    }


    .mpv-definition-eyebrow {

        font-size: 15px;

    }


    .mpv-definition-stat-number {

        font-size: 24px;

    }


    .mpv-tradition-card {

        display: block;

    }


    .mpv-tradition-number {

        margin-bottom: 18px;

    }


    .mpv-school-button,
    .mpv-definition-cta-button {

        gap: 9px;

        font-size: 15px;

    }

}

/* ============================================================
   MUGHAL MINIATURE PAGE
   ROYAL NAVY + GOLD DESIGN SYSTEM
============================================================ */

.mughalHero,
.mughalPeriod,
.mughalLater,
.mughalBenchmarks,
.mughalCTA {
    position: relative;
    overflow: hidden;
}

.mughalHero .container,
.mughalPeriod .container,
.mughalLater .container,
.mughalBenchmarks .container,
.mughalCTA .container {
    position: relative;
    z-index: 2;
}


/* ============================================================
   HERO
============================================================ */

.mughalHero {
    background:
        radial-gradient(circle at 85% 15%, rgba(184,135,35,.14), transparent 28%),
        linear-gradient(135deg, #071b36 0%, #0b2648 55%, #071a33 100%);
    padding: 125px 0 115px;
    color: #ffffff;
}

.mughalHero:before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -180px;
    top: -220px;
    border: 1px solid rgba(201,157,65,.20);
    border-radius: 50%;
}

.mughalHero:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -90px;
    bottom: -160px;
    border: 1px solid rgba(201,157,65,.14);
    border-radius: 50%;
}

.mughalHeroInner {
    max-width: 1200px;
}

.mughalHeroContent {
    max-width: 1200px;
}

.mughalEyebrow,
.mughalSectionLabel {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #e4bc61;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mughalEyebrow span {
    width: 42px;
    height: 2px;
    background: #d2a747;
    display: inline-block;
}

.mughalHero h1 {
    margin: 28px 0 0;
    max-width: 1200px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.mughalHero h1 strong {
    color: #e5bd62;
    font-weight: 700;
}

.mughalHero h1 em {
    display: block;
    color: #f6f1e5;
    font-style: normal;
    font-weight: 400;
}

.mughalHeroRule {
    width: 85px;
    height: 3px;
    background: #d2a747;
    margin: 35px 0 30px;
}

.mughalHero p {
    max-width: 1200px;
    margin: 0 0 22px;
    color: #edf3fa;
    font-size: 17px;
    line-height: 1.9;
}

.mughalHero p strong {
    color: #f0c967;
}

.mughalHeroTags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

.mughalHeroTags span {
    padding: 11px 17px;
    border: 1px solid rgba(218,181,94,.38);
    background: rgba(255,255,255,.045);
    color: #f2dfad;
    font-size: 15px;
    font-weight: 700;
}


/* ============================================================
   GENERAL PERIOD SECTION
============================================================ */

.mughalPeriod {
    padding: 105px 0;
}

.mughalAkbari {
    background: #f7f2e8;
    color: #15263c;
}

.mughalJahangiri {
    background:
        linear-gradient(135deg, #0b2546, #102f54);
    color: #ffffff;
}

.mughalShahjahan {
    background: #ffffff;
    color: #172b44;
}

.mughalPeriodGrid {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 45px;
    align-items: start;
}

.mughalReverse {
    grid-template-columns: minmax(0, 1fr) 130px;
}

.mughalPeriodNumber {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 82px;
    line-height: .9;
    color: #c99d3b;
    font-weight: 700;
    opacity: .65;
}

.mughalPeriodContent {
    max-width: 970px;
}

.mughalPeriod h2,
.mughalLater h2,
.mughalBenchmarks h2,
.mughalCTA h2 {
    margin: 14px 0 25px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.15;
}

.mughalPeriod h2 strong,
.mughalLater h2 strong,
.mughalBenchmarks h2 strong,
.mughalCTA h2 strong {
    color: #bd8a25;
}

.mughalPeriod h2 span {
    display: block;
    margin-top: 8px;
    color: #7b6a4d;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.mughalJahangiri h2 span {
    color: #dbc68f;
}

.mughalPeriod p {
    margin: 0 0 22px;
    font-size: 17px;
    line-height: 1.9;
}

.mughalAkbari p,
.mughalShahjahan p {
    color: #34475e;
}

.mughalJahangiri p {
    color: #eef4fb;
}

.mughalPeriod p strong {
    color: #a87315;
}

.mughalJahangiri p strong {
    color: #edc766;
}


/* ============================================================
   AKBARI FEATURE BOX
============================================================ */

.mughalFeatureBox {
    margin-top: 35px;
    padding: 28px;
    background: #102b4c;
    border-left: 4px solid #c79b42;
    box-shadow: 0 18px 40px rgba(7,25,46,.12);
}

.mughalFeatureTitle {
    margin-bottom: 20px;
    color: #e9c76e;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mughalNames {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.mughalNames span {
    min-height: 82px;
    padding: 15px;
    border: 1px solid rgba(221,185,99,.20);
    background: rgba(255,255,255,.035);
}

.mughalNames strong {
    display: block;
    color: #ffffff !important;
    font-size: 16px;
}

.mughalNames small {
    display: block;
    margin-top: 7px;
    color: #c9d4df;
    font-size: 15px;
    line-height: 1.45;
}


/* ============================================================
   JAHANGIRI MASTER CARDS
============================================================ */

.mughalMasterCard {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 18px;
    padding: 20px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(224,191,107,.24);
}

.mughalMasterBadge {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #c99d3b;
    border-radius: 50%;
    color: #e7c66e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    line-height: 1.15;
}

.mughalMasterCard h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

.mughalMasterCard h3 strong {
    color: #f0ca6b;
}

.mughalMasterCard p {
    margin: 0;
    font-size: 15px;
}

.mughalArtistStrip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.mughalArtistStrip span {
    padding: 9px 14px;
    border: 1px solid rgba(224,191,107,.25);
    color: #f3dfad;
    font-size: 15px;
}

.mughalValueStatement {
    margin-top: 25px;
    padding: 20px 22px;
    border-left: 3px solid #d2a747;
    background: rgba(0,0,0,.15);
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.6;
}

.mughalValueStatement strong {
    color: #f1c866;
}


/* ============================================================
   SHAH JAHANI FEATURES
============================================================ */

.mughalShahFeatures {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 35px 0;
}

.mughalShahFeatures > div {
    padding: 23px;
    border-top: 3px solid #c99d3b;
    background: #f6f1e7;
}

.mughalShahFeatures span {
    display: block;
    margin-bottom: 13px;
    color: #c09230;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
}

.mughalShahFeatures strong {
    display: block;
    color: #1b304a !important;
    font-size: 17px;
}

.mughalShahFeatures p {
    margin: 9px 0 0;
    color: #4b5b6c;
    font-size: 15px;
    line-height: 1.65;
}

.mughalHighlight {
    margin-top: 28px;
    padding: 25px 28px;
    background: #0c2748;
    border-right: 4px solid #d3a74c;
}

.mughalHighlight span {
    display: block;
    margin-bottom: 8px;
    color: #e3bb61;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.mughalHighlight strong {
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.55;
}


/* ============================================================
   LATER MUGHAL
============================================================ */

.mughalLater {
    padding: 105px 0;
    background:
        radial-gradient(circle at 10% 80%, rgba(190,143,48,.10), transparent 28%),
        #081c35;
    color: #ffffff;
}

.mughalLaterHeader {
    max-width: 850px;
    margin-bottom: 50px;
}

.mughalLaterHeader h2 {
    color: #ffffff;
}

.mughalLaterHeader h2 strong {
    color: #e3b957;
}

.mughalLaterGrid {
    display: grid;
    grid-template-columns: 35% 65%;
    border-top: 1px solid rgba(220,184,95,.25);
    border-bottom: 1px solid rgba(220,184,95,.25);
}

.mughalLaterIntro {
    padding: 45px 40px 45px 0;
    border-right: 1px solid rgba(220,184,95,.25);
}

.mughalLargeNumber {
    display: block;
    margin-bottom: 25px;
    color: #bd8d30;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 100px;
    line-height: .8;
    font-weight: 700;
}

.mughalLaterIntro p,
.mughalLaterText p {
    color: #edf4fb;
    font-size: 17px;
    line-height: 1.9;
}

.mughalLaterText {
    padding: 45px 0 45px 50px;
}

.mughalLaterText p strong {
    color: #edc66c;
}

.mughalCourtTags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.mughalCourtTags span {
    padding: 10px 17px;
    border: 1px solid rgba(218,183,91,.35);
    color: #e9cc86;
    font-size: 15px;
    font-weight: 700;
}


/* ============================================================
   AUCTION BENCHMARK SECTION
============================================================ */

.mughalBenchmarks {
    padding: 110px 0;
    background: #f4efe5;
    color: #142942;
}

.mughalBenchmarkHeader {
    max-width: 850px;
    margin-bottom: 45px;
}

.mughalBenchmarkHeader p {
    color: #42566d;
    font-size: 17px;
    line-height: 1.85;
}

.mughalBenchmarkTable {
    border-top: 2px solid #b8892b;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(17,38,62,.08);
}

.mughalBenchmarkRow {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
    min-height: 125px;
    border-bottom: 1px solid #e4ded1;
}

.mughalBenchmarkHead {
    min-height: 55px;
    background: #0a2444;
    color: #f0d17d;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mughalBenchmarkRow > div {
    padding: 20px 28px;
}

.mughalBenchmarkRow > div:first-child {
    display: flex;
    align-items: center;
    gap: 17px;
}

.mughalBenchmarkIcon {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c89b40;
    border-radius: 50%;
    color: #b17e1f;
    font-size: 13px;
    font-weight: 800;
}

.mughalBenchmarkRow strong {
    display: block;
    color: #172e49;
    font-size: 17px;
}

.mughalBenchmarkRow small {
    display: block;
    margin-top: 5px;
    color: #667587;
    font-size: 15px;
}

.mughalPrice {
    border-left: 1px solid #e4ded1;
}

.mughalPrice strong {
    color: #a87517;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.mughalPrice span {
    display: block;
    margin-top: 5px;
    color: #68788a;
    font-size: 15px;
}

.mughalBenchmarkNote {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 25px;
    margin-top: 28px;
    padding: 25px;
    background: #0b2748;
}

.mughalBenchmarkNote span {
    color: #e4bd64;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.mughalBenchmarkNote p {
    margin: 0;
    color: #edf4fb;
    font-size: 15px;
    line-height: 1.75;
}

.mughalBenchmarkNote p strong {
    color: #f0c969;
}


/* ============================================================
   CTA
============================================================ */

.mughalCTA {
    padding: 85px 0;
    background:
        linear-gradient(125deg, #06172e 0%, #0d2c50 100%);
    color: #ffffff;
}

.mughalCTA:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    right: -120px;
    top: -180px;
    border: 1px solid rgba(222,183,91,.18);
    border-radius: 50%;
}

.mughalCTAInner {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 60px;
    align-items: center;
}

.mughalCTA h2 {
    max-width: 750px;
    margin-bottom: 20px;
    color: #ffffff;
}

.mughalCTA h2 strong {
    display: block;
    color: #e4bd62;
}

.mughalCTAContent p {
    max-width: 800px;
    margin: 0;
    color: #eaf1f8;
    font-size: 17px;
    line-height: 1.85;
}

.mughalCTAContent p strong {
    color: #f0c96a;
}

.mughalCTAActions {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mughalCTAButton {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    background: linear-gradient(135deg, #d6aa4c, #efca71);
    color: #081c35;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    transition: all .3s ease;
}

.mughalCTAButton strong {
    font-size: 25px;
}

.mughalCTAButton:hover {
    transform: translateY(-3px);
    background: #f3d17d;
    color: #071a31;
}

.mughalPhone {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 18px;
    border: 1px solid rgba(224,187,96,.35);
    color: #ffffff;
    text-decoration: none;
    background: rgba(255,255,255,.035);
}

.mughalPhoneIcon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c89c42;
    border-radius: 50%;
    color: #e6bf68;
    font-size: 18px;
}

.mughalPhone small {
    display: block;
    margin-bottom: 3px;
    color: #cbd7e4;
    font-size: 15px;
}

.mughalPhone strong {
    display: block;
    color: #f0c867;
    font-size: 18px;
}


/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 991px) {

    .mughalHero {
        padding: 90px 0 80px;
    }

    .mughalPeriod,
    .mughalLater,
    .mughalBenchmarks {
        padding: 80px 0;
    }

    .mughalPeriodGrid,
    .mughalReverse {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 25px;
    }

    .mughalReverse .mughalPeriodNumber {
        order: 2;
    }

    .mughalNames {
        grid-template-columns: repeat(2, 1fr);
    }

    .mughalShahFeatures {
        grid-template-columns: 1fr;
    }

    .mughalLaterGrid {
        grid-template-columns: 1fr;
    }

    .mughalLaterIntro {
        padding: 35px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(220,184,95,.25);
    }

    .mughalLaterText {
        padding: 35px 0;
    }

    .mughalCTAInner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

}


@media (max-width: 767px) {

    .mughalHero {
        padding: 70px 0 65px;
    }

    .mughalHero h1 {
        font-size: 42px;
        letter-spacing: -.5px;
    }

    .mughalHero p,
    .mughalPeriod p,
    .mughalLaterIntro p,
    .mughalLaterText p,
    .mughalBenchmarkHeader p,
    .mughalCTAContent p {
        font-size: 15px;
        line-height: 1.8;
    }

    .mughalPeriod,
    .mughalLater,
    .mughalBenchmarks {
        padding: 65px 0;
    }

    .mughalPeriodGrid,
    .mughalReverse {
        display: block;
    }

    .mughalPeriodNumber {
        margin-bottom: 25px;
        font-size: 55px;
    }

    .mughalReverse .mughalPeriodNumber {
        display: none;
    }

    .mughalPeriod h2,
    .mughalLater h2,
    .mughalBenchmarks h2,
    .mughalCTA h2 {
        font-size: 34px;
    }

    .mughalNames {
        grid-template-columns: 1fr;
    }

    .mughalMasterCard {
        grid-template-columns: 65px 1fr;
        gap: 15px;
    }

    .mughalMasterBadge {
        width: 62px;
        height: 62px;
        font-size: 11px;
    }

    .mughalMasterCard h3 {
        font-size: 21px;
    }

    .mughalValueStatement {
        font-size: 17px;
    }

    .mughalLargeNumber {
        font-size: 70px;
    }

    .mughalBenchmarkRow,
    .mughalBenchmarkHead {
        grid-template-columns: 1fr;
    }

    .mughalBenchmarkHead {
        display: none;
    }

    .mughalBenchmarkRow {
        min-height: auto;
    }

    .mughalBenchmarkRow > div {
        padding: 18px;
    }

    .mughalBenchmarkRow > div:first-child {
        align-items: flex-start;
    }

    .mughalPrice {
        border-left: 0;
        border-top: 1px solid #e4ded1;
        padding-left: 73px !important;
    }

    .mughalPrice strong {
        font-size: 21px;
    }

    .mughalBenchmarkNote {
        display: block;
    }

    .mughalBenchmarkNote span {
        display: block;
        margin-bottom: 10px;
    }

    .mughalCTA {
        padding: 65px 0;
    }

    .mughalCTAButton {
        font-size: 15px;
    }

    .mughalPhone strong {
        font-size: 17px;
    }

}


@media (max-width: 480px) {

    .mughalHero h1 {
        font-size: 36px;
    }

    .mughalEyebrow,
    .mughalSectionLabel {
        font-size: 13px;
        letter-spacing: 1.3px;
    }

    .mughalHeroTags {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mughalHeroTags span {
        text-align: center;
    }

    .mughalCTAButton {
        min-height: 58px;
        padding: 0 16px;
    }

}

/* =========================================================
   RAJPUT MINIATURE PAINTING
   ROYAL NAVY + GOLD DESIGN SYSTEM
========================================================= */

:root{

    --rmp-navy:#071b35;
    --rmp-navy-2:#0b2748;
    --rmp-navy-3:#102f52;

    --rmp-gold:#c99a32;
    --rmp-gold-light:#e4bd63;
    --rmp-gold-soft:#f1d58d;

    --rmp-white:#ffffff;
    --rmp-text:#eef4fb;
    --rmp-muted:#b9c8d9;

    --rmp-border:rgba(228,189,99,.30);

}


/* =========================================================
   GLOBAL
========================================================= */

.rmp-hero,
.rmp-tradition,
.rmp-mewar,
.rmp-bundi-kota,
.rmp-kishangarh,
.rmp-three-courts,
.rmp-final-cta{

    font-family:inherit;

}

.rmp-hero *,
.rmp-tradition *,
.rmp-mewar *,
.rmp-bundi-kota *,
.rmp-kishangarh *,
.rmp-three-courts *,
.rmp-final-cta *{

    box-sizing:border-box;

}

.rmp-hero p,
.rmp-tradition p,
.rmp-mewar p,
.rmp-bundi-kota p,
.rmp-kishangarh p,
.rmp-three-courts p,
.rmp-final-cta p{

    font-size:16px;
    line-height:1.85;

}


/* =========================================================
   HERO
========================================================= */

.rmp-hero{

    position:relative;
    overflow:hidden;

    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(201,154,50,.13),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #06172d 0%,
            #0a203c 55%,
            #0e2c4c 100%
        );

    padding:105px 0 90px;

    color:var(--rmp-white);

}

.rmp-hero:before{

    content:"";

    position:absolute;
    inset:0;

    opacity:.14;

    background-image:
        linear-gradient(
            90deg,
            transparent 49%,
            rgba(255,255,255,.10) 50%,
            transparent 51%
        );

    background-size:80px 80px;

    pointer-events:none;

}

.rmp-hero-inner{

    position:relative;
    z-index:2;

    display:grid;

    grid-template-columns:
        minmax(0,1.35fr)
        minmax(350px,.65fr);

    gap:80px;

    align-items:center;

}

.rmp-hero-content{

    max-width:820px;

}

.rmp-eyebrow{

    display:flex;
    align-items:center;
    gap:14px;

    color:var(--rmp-gold-light);

    font-size:15px;
    font-weight:800;

    letter-spacing:2.4px;
    text-transform:uppercase;

    margin-bottom:25px;

}

.rmp-eyebrow span{

    width:42px;
    height:1px;

    background:var(--rmp-gold);

}

.rmp-hero h1{

    margin:0;

    font-family:Georgia,serif;

    font-size:clamp(44px,5vw,72px);

    line-height:1.04;

    font-weight:500;

    letter-spacing:-1.8px;

    color:#ffffff;

}

.rmp-hero h1 span{

    color:var(--rmp-gold-light);

}

.rmp-hero-rule{

    width:100px;
    height:3px;

    background:
        linear-gradient(
            90deg,
            var(--rmp-gold),
            transparent
        );

    margin:30px 0;

}

.rmp-hero-lead{

    color:#f3f7fc;

    font-size:19px !important;

    line-height:1.85 !important;

    max-width:800px;

}

.rmp-hero p{

    color:#d5e1ee;

    margin:0 0 18px;

}

.rmp-hero strong{

    color:#ffffff;
    font-weight:800;

}

.rmp-hero-tags{

    display:flex;
    flex-wrap:wrap;

    gap:9px;

    margin:28px 0 35px;

}

.rmp-hero-tags span{

    padding:9px 15px;

    border:1px solid var(--rmp-border);

    color:var(--rmp-gold-soft);

    background:rgba(255,255,255,.045);

    font-size:15px;
    font-weight:700;

    letter-spacing:.4px;

}

.rmp-hero-actions{

    display:flex;
    flex-wrap:wrap;
    align-items:center;

    gap:18px;

}

.rmp-primary-btn{

    display:inline-flex;
    align-items:center;
    justify-content:space-between;

    gap:25px;

    min-height:58px;

    padding:0 23px;

    background:
        linear-gradient(
            135deg,
            #d5a943,
            #b98621
        );

    color:#081a30;

    text-decoration:none;

    font-size:15px;
    font-weight:900;

    letter-spacing:.2px;

    box-shadow:
        0 14px 35px rgba(0,0,0,.25);

    transition:.3s ease;

}

.rmp-primary-btn b{

    font-size:23px;

}

.rmp-primary-btn:hover{

    color:#06172d;

    transform:translateY(-3px);

    box-shadow:
        0 18px 42px rgba(201,154,50,.25);

}

.rmp-phone-btn{

    display:flex;
    align-items:center;

    gap:12px;

    color:#ffffff;

    text-decoration:none;

}

.rmp-phone-icon{

    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid var(--rmp-border);

    border-radius:50%;

    color:var(--rmp-gold-light);

    font-size:18px;

}

.rmp-phone-btn small{

    display:block;

    color:#b8c8d9;

    font-size:15px;

    margin-bottom:2px;

}

.rmp-phone-btn strong{

    color:#ffffff;

    font-size:16px;

}


/* =========================================================
   HERO SIDE PANEL
========================================================= */

.rmp-hero-panel{

    position:relative;

    border:1px solid rgba(228,189,99,.42);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.018)
        );

    padding:28px;

    box-shadow:
        0 30px 80px rgba(0,0,0,.25);

}

.rmp-hero-panel:before{

    content:"";

    position:absolute;

    width:100px;
    height:100px;

    right:-35px;
    top:-35px;

    border-top:1px solid var(--rmp-gold);
    border-right:1px solid var(--rmp-gold);

}

.rmp-panel-top{

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding-bottom:22px;

    border-bottom:1px solid var(--rmp-border);

    color:var(--rmp-gold-light);

    font-size:15px;
    font-weight:800;

    letter-spacing:1.5px;

}

.rmp-panel-top strong{

    font-family:Georgia,serif;

    font-size:36px;

    color:#ffffff;

    font-weight:400;

}

.rmp-panel-main{

    display:flex;
    align-items:center;

    gap:20px;

    padding:28px 0;

}

.rmp-panel-letter{

    width:88px;
    height:88px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid var(--rmp-gold);

    color:var(--rmp-gold-light);

    font-family:Georgia,serif;

    font-size:57px;

    background:rgba(201,154,50,.06);

}

.rmp-panel-main span{

    color:#aebfd1;

    font-size:15px;

}

.rmp-panel-main h2{

    margin:5px 0 0;

    color:#ffffff;

    font-family:Georgia,serif;

    font-size:28px;

    font-weight:400;

}

.rmp-panel-main h2 strong{

    color:var(--rmp-gold-light);

}

.rmp-panel-list{

    display:grid;

    grid-template-columns:1fr 1fr;

    border-top:1px solid var(--rmp-border);

}

.rmp-panel-list div{

    display:flex;
    align-items:center;

    gap:10px;

    padding:14px 8px;

    border-bottom:1px solid rgba(228,189,99,.13);

}

.rmp-panel-list span{

    color:var(--rmp-gold);

    font-size:15px;

}

.rmp-panel-list b{

    color:#f1f5fa;

    font-size:15px;

}

.rmp-panel-bottom{

    padding-top:22px;

    display:flex;
    flex-direction:column;

    gap:6px;

}

.rmp-panel-bottom span{

    color:var(--rmp-gold-light);

    font-size:15px;
    font-weight:800;

    letter-spacing:1px;

}

.rmp-panel-bottom strong{

    color:#d7e2ee;

    font-size:15px;

}


/* =========================================================
   SECTION 1 — TRADITION
========================================================= */

.rmp-tradition{

    background:#f7f3ea;

    padding:105px 0;

    color:#172b42;

}

.rmp-section-heading{

    max-width:850px;

    margin-bottom:55px;

}

.rmp-section-kicker{

    color:#9b711e;

    font-size:15px;

    font-weight:900;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:14px;

}

.rmp-section-heading h2{

    margin:0 0 18px;

    font-family:Georgia,serif;

    font-size:clamp(34px,4vw,53px);

    line-height:1.15;

    color:#0b2748;

    font-weight:500;

}

.rmp-section-heading h2 strong{

    color:#b78320;

}

.rmp-section-heading p{

    color:#526377;

    max-width:760px;

    margin:0;

}

.rmp-tradition-grid{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:start;

}

.rmp-tradition-main{

    position:relative;

    padding:48px;

    background:#ffffff;

    border-left:4px solid var(--rmp-gold);

    box-shadow:0 20px 55px rgba(17,40,65,.08);

}

.rmp-large-number{

    position:absolute;

    top:15px;
    right:25px;

    font-family:Georgia,serif;

    font-size:76px;

    line-height:1;

    color:rgba(201,154,50,.13);

}

.rmp-tradition-main h3{

    position:relative;

    margin:0 0 24px;

    color:#0a2748;

    font-family:Georgia,serif;

    font-size:31px;

    line-height:1.3;

    font-weight:500;

}

.rmp-tradition-main h3 strong{

    color:#b78320;

}

.rmp-tradition-main p{

    color:#526173;

    margin:0 0 18px;

}

.rmp-characteristics{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;

}

.rmp-character-card{

    padding:25px 20px;

    background:#102d4d;

    display:flex;

    gap:15px;

    min-height:145px;

    box-shadow:0 12px 30px rgba(8,27,48,.10);

}

.rmp-character-icon{

    flex:0 0 auto;

    width:36px;
    height:36px;

    border:1px solid var(--rmp-gold);

    color:var(--rmp-gold-light);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:15px;
    font-weight:800;

}

.rmp-character-card strong{

    color:#ffffff;

    font-size:17px;

}

.rmp-character-card p{

    margin:8px 0 0;

    color:#d2deea;

    font-size:15px;

    line-height:1.6;

}


/* =========================================================
   SECTION 2 — MEWAR
========================================================= */

.rmp-mewar{

    padding:105px 0;

    background:
        linear-gradient(
            120deg,
            #071c34,
            #0c2b4b
        );

    color:#ffffff;

}

.rmp-mewar-grid{

    display:grid;

    grid-template-columns:210px 1fr;

    gap:75px;

}

.rmp-mewar-marker{

    padding-top:10px;

    border-right:1px solid var(--rmp-border);

    display:flex;
    flex-direction:column;

}

.rmp-mewar-marker span{

    color:var(--rmp-gold-light);

    font-size:15px;
    font-weight:800;

    letter-spacing:1.8px;

}

.rmp-mewar-marker strong{

    font-family:Georgia,serif;

    font-size:110px;

    line-height:1;

    color:rgba(228,189,99,.17);

    margin:22px 0;

}

.rmp-mewar-marker small{

    color:#d2deea;

    font-size:15px;

    letter-spacing:2px;

}

.rmp-gold-label{

    color:var(--rmp-gold-light);

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

    margin-bottom:15px;

}

.rmp-mewar-content h2{

    margin:0 0 25px;

    font-family:Georgia,serif;

    font-size:clamp(36px,4vw,56px);

    font-weight:500;

    line-height:1.15;

    color:#ffffff;

}

.rmp-mewar-content h2 strong{

    color:var(--rmp-gold-light);

}

.rmp-mewar-content p{

    max-width:850px;

    color:#d8e3ee;

    margin:0 0 20px;

}

.rmp-market-box{

    margin-top:38px;

    display:grid;

    grid-template-columns:300px 1fr;

    gap:30px;

    align-items:center;

    padding:25px;

    border:1px solid var(--rmp-border);

    background:rgba(255,255,255,.045);

}

.rmp-market-box span{

    display:block;

    color:#aebfd0;

    font-size:15px;

    letter-spacing:1px;

}

.rmp-market-box strong{

    display:block;

    margin-top:5px;

    color:var(--rmp-gold-light);

    font-family:Georgia,serif;

    font-size:28px;

    font-weight:500;

}

.rmp-market-box p{

    margin:0;

    color:#d5e0eb;

    font-size:15px;

    line-height:1.7;

}


/* =========================================================
   SECTION 3 — BUNDI & KOTA
========================================================= */

.rmp-bundi-kota{

    padding:105px 0;

    background:#f5f0e6;

}

.rmp-dual-heading{

    display:flex;
    justify-content:space-between;
    gap:60px;

    align-items:end;

    margin-bottom:50px;

}

.rmp-dual-heading > div span{

    color:#9b711e;

    font-size:15px;
    font-weight:900;

    letter-spacing:2px;

}

.rmp-dual-heading h2{

    margin:8px 0 0;

    color:#0a2748;

    font-family:Georgia,serif;

    font-size:clamp(42px,5vw,65px);

    font-weight:500;

}

.rmp-dual-heading h2 em{

    color:#b78320;

    font-style:normal;

    margin:0 7px;

}

.rmp-dual-heading > p{

    max-width:480px;

    margin:0;

    color:#536377;

}

.rmp-dual-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:25px;

}

.rmp-school-card{

    position:relative;

    min-height:420px;

    padding:45px;

    overflow:hidden;

    color:#ffffff;

}

.rmp-bundi-card{

    background:
        linear-gradient(
            145deg,
            #173b42,
            #0b283b
        );

}

.rmp-kota-card{

    background:
        linear-gradient(
            145deg,
            #152e4b,
            #081d35
        );

}

.rmp-school-number{

    position:absolute;

    top:-25px;
    right:20px;

    font-family:Georgia,serif;

    font-size:130px;

    color:rgba(255,255,255,.055);

}

.rmp-school-content{

    position:relative;
    z-index:2;

}

.rmp-school-content h3{

    margin:0;

    color:#ffffff;

    font-family:Georgia,serif;

    font-size:40px;

    font-weight:500;

}

.rmp-school-line{

    width:65px;
    height:2px;

    background:var(--rmp-gold);

    margin:20px 0 25px;

}

.rmp-school-content p{

    color:#dce6ef;

    margin:0 0 18px;

}

.rmp-school-content strong{

    color:#ffffff;

}

.rmp-school-tag{

    display:inline-block;

    margin-top:14px;

    padding:10px 13px;

    border:1px solid var(--rmp-border);

    color:var(--rmp-gold-light);

    font-size:15px;
    font-weight:800;

    letter-spacing:.6px;

}

.rmp-market-pill{

    display:inline-block;

    margin-top:15px;

    padding:12px 18px;

    background:var(--rmp-gold);

    color:#0a2039;

    font-size:15px;

    font-weight:900;

}


/* =========================================================
   SECTION 4 — KISHANGARH
========================================================= */

.rmp-kishangarh{

    padding:110px 0;

    background:#ffffff;

}

.rmp-kish-grid{

    display:grid;

    grid-template-columns:280px 1fr;

    gap:70px;

}

.rmp-kish-side{

    padding:10px 30px 0 0;

    border-right:1px solid #ddd2bc;

}

.rmp-kish-side > span{

    color:#9b711e;

    font-size:15px;

    font-weight:900;

    letter-spacing:1.8px;

}

.rmp-kish-symbol{

    margin:35px 0 15px;

    width:125px;
    height:125px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #c99a32;

    color:#b78320;

    font-family:Georgia,serif;

    font-size:82px;

    background:#faf7ef;

}

.rmp-kish-side small{

    color:#536377;

    font-size:15px;

    letter-spacing:2px;

}

.rmp-kish-title > span{

    color:#9b711e;

    font-size:15px;
    font-weight:900;

    letter-spacing:2px;

}

.rmp-kish-title h2{

    margin:12px 0 25px;

    color:#092642;

    font-family:Georgia,serif;

    font-size:clamp(38px,4.5vw,58px);

    line-height:1.15;

    font-weight:500;

}

.rmp-kish-title h2 strong{

    color:#b78320;

}

.rmp-kish-content > p{

    max-width:880px;

    color:#526174;

    margin:0 0 20px;

}

.rmp-kish-content strong{

    color:#183653;

}

.rmp-kish-facts{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    margin-top:42px;

    border-top:1px solid #ddd4c4;

    border-bottom:1px solid #ddd4c4;

}

.rmp-kish-facts div{

    padding:23px;

    border-right:1px solid #ddd4c4;

}

.rmp-kish-facts div:last-child{

    border-right:0;

}

.rmp-kish-facts strong{

    display:block;

    color:#a97817;

    font-family:Georgia,serif;

    font-size:20px;

    margin-bottom:7px;

}

.rmp-kish-facts span{

    display:block;

    color:#5e6b7a;

    font-size:15px;

}


/* =========================================================
   SECTION 5 — THREE COURTS
========================================================= */

.rmp-three-courts{

    padding:105px 0;

    background:
        linear-gradient(
            135deg,
            #eae1d0,
            #f8f5ef
        );

}

.rmp-three-heading{

    max-width:820px;

    margin-bottom:50px;

}

.rmp-three-heading h2{

    margin:0 0 18px;

    color:#092541;

    font-family:Georgia,serif;

    font-size:clamp(40px,5vw,64px);

    font-weight:500;

    line-height:1.1;

}

.rmp-three-heading h2 span{

    color:#b78320;

}

.rmp-three-heading p{

    color:#59687a;

    max-width:700px;

}

.rmp-court-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

}

.rmp-court-card{

    position:relative;

    padding:35px;

    min-height:390px;

    background:#0a2746;

    color:#ffffff;

    overflow:hidden;

    transition:.3s ease;

}

.rmp-court-card:hover{

    transform:translateY(-7px);

    box-shadow:0 25px 50px rgba(7,27,49,.18);

}

.rmp-court-card:after{

    content:"";

    position:absolute;

    right:-45px;
    bottom:-45px;

    width:150px;
    height:150px;

    border:1px solid rgba(228,189,99,.20);

    transform:rotate(45deg);

}

.rmp-court-top{

    display:flex;
    justify-content:space-between;

    align-items:center;

    margin-bottom:45px;

}

.rmp-court-top span{

    color:var(--rmp-gold-light);

    font-family:Georgia,serif;

    font-size:35px;

}

.rmp-court-top small{

    color:#aebed0;

    font-size:15px;

    letter-spacing:1.5px;

}

.rmp-court-card h3{

    margin:0 0 20px;

    font-family:Georgia,serif;

    font-size:34px;

    font-weight:500;

    color:#ffffff;

}

.rmp-court-card p{

    color:#d5e0eb;

    margin:0 0 25px;

}

.rmp-court-card strong{

    color:#ffffff;

}

.rmp-court-feature{

    position:absolute;

    left:35px;
    right:35px;
    bottom:30px;

    padding-top:17px;

    border-top:1px solid var(--rmp-border);

    color:var(--rmp-gold-light);

    font-size:15px;

    font-weight:700;

}


/* =========================================================
   FINAL CTA
========================================================= */

.rmp-final-cta{

    position:relative;

    overflow:hidden;

    padding:80px 0;

    background:
        radial-gradient(
            circle at 85% 50%,
            rgba(201,154,50,.16),
            transparent 30%
        ),
        #06182f;

    color:#ffffff;

}

.rmp-cta-decoration{

    position:absolute;

    width:280px;
    height:280px;

    right:-80px;
    top:-80px;

    border:1px solid rgba(228,189,99,.30);

    transform:rotate(45deg);

}

.rmp-final-inner{

    position:relative;
    z-index:2;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:60px;

    padding:45px 0;

}

.rmp-final-content{

    max-width:800px;

}

.rmp-final-kicker{

    color:var(--rmp-gold-light);

    font-size:15px;

    font-weight:900;

    letter-spacing:2px;

}

.rmp-final-content h2{

    margin:12px 0 17px;

    color:#ffffff;

    font-family:Georgia,serif;

    font-size:clamp(35px,4vw,52px);

    line-height:1.15;

    font-weight:500;

}

.rmp-final-content h2 strong{

    color:var(--rmp-gold-light);

}

.rmp-final-content p{

    color:#d3dfeb;

    margin:0;

}

.rmp-final-content p strong{

    color:#ffffff;

}

.rmp-final-action{

    flex:0 0 auto;

    display:flex;
    flex-direction:column;

    align-items:center;

    gap:16px;

}

.rmp-final-btn{

    display:flex;
    align-items:center;
    justify-content:space-between;

    min-width:235px;

    min-height:60px;

    padding:0 23px;

    background:linear-gradient(
        135deg,
        #e1b957,
        #b9831b
    );

    color:#081c34;

    text-decoration:none;

    font-size:16px;
    font-weight:900;

    box-shadow:0 14px 35px rgba(0,0,0,.28);

    transition:.3s ease;

}

.rmp-final-btn span{

    font-size:23px;

}

.rmp-final-btn:hover{

    color:#081c34;

    transform:translateY(-3px);

}

.rmp-final-phone{

    display:flex;
    align-items:center;

    gap:10px;

    color:#ffffff;

    text-decoration:none;

    font-size:17px;

}

.rmp-final-phone span{

    color:var(--rmp-gold-light);

    font-size:19px;

}

.rmp-final-phone strong{

    color:#ffffff;

}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media(max-width:991px){

    .rmp-hero{

        padding:80px 0 70px;

    }

    .rmp-hero-inner{

        grid-template-columns:1fr;

        gap:55px;

    }

    .rmp-hero-panel{

        max-width:600px;

    }

    .rmp-tradition-grid{

        grid-template-columns:1fr;

        gap:35px;

    }

    .rmp-mewar-grid{

        grid-template-columns:130px 1fr;

        gap:40px;

    }

    .rmp-dual-heading{

        display:block;

    }

    .rmp-dual-heading > p{

        margin-top:20px;

    }

    .rmp-kish-grid{

        grid-template-columns:190px 1fr;

        gap:40px;

    }

    .rmp-court-grid{

        grid-template-columns:1fr;

    }

    .rmp-court-card{

        min-height:350px;

    }

    .rmp-final-inner{

        flex-direction:column;

        align-items:flex-start;

    }

    .rmp-final-action{

        align-items:flex-start;

    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media(max-width:767px){

    .rmp-hero{

        padding:65px 0 60px;

    }

    .rmp-hero h1{

        font-size:42px;

        letter-spacing:-1px;

    }

    .rmp-hero-lead{

        font-size:17px !important;

    }

    .rmp-hero p,
    .rmp-tradition p,
    .rmp-mewar p,
    .rmp-bundi-kota p,
    .rmp-kishangarh p,
    .rmp-three-courts p,
    .rmp-final-cta p{

        font-size:15px;

    }

    .rmp-hero-actions{

        align-items:stretch;
        flex-direction:column;

    }

    .rmp-primary-btn{

        width:100%;

    }

    .rmp-phone-btn{

        padding-top:4px;

    }

    .rmp-hero-panel{

        padding:20px;

    }

    .rmp-panel-list{

        grid-template-columns:1fr;

    }

    .rmp-section-heading h2,
    .rmp-mewar-content h2,
    .rmp-kish-title h2,
    .rmp-three-heading h2{

        font-size:35px;

    }

    .rmp-tradition,
    .rmp-mewar,
    .rmp-bundi-kota,
    .rmp-kishangarh,
    .rmp-three-courts{

        padding:70px 0;

    }

    .rmp-tradition-main{

        padding:30px 25px;

    }

    .rmp-characteristics{

        grid-template-columns:1fr;

    }

    .rmp-mewar-grid{

        grid-template-columns:1fr;

        gap:25px;

    }

    .rmp-mewar-marker{

        border-right:0;
        border-bottom:1px solid var(--rmp-border);

        padding:0 0 20px;

    }

    .rmp-mewar-marker strong{

        font-size:70px;

        margin:10px 0;

    }

    .rmp-market-box{

        grid-template-columns:1fr;

        gap:15px;

    }

    .rmp-dual-grid{

        grid-template-columns:1fr;

    }

    .rmp-school-card{

        min-height:420px;

        padding:32px 25px;

    }

    .rmp-kish-grid{

        grid-template-columns:1fr;

        gap:30px;

    }

    .rmp-kish-side{

        border-right:0;
        border-bottom:1px solid #ddd2bc;

        padding:0 0 25px;

    }

    .rmp-kish-symbol{

        width:90px;
        height:90px;

        font-size:55px;

        margin:20px 0 12px;

    }

    .rmp-kish-facts{

        grid-template-columns:1fr;

    }

    .rmp-kish-facts div{

        border-right:0;

        border-bottom:1px solid #ddd4c4;

    }

    .rmp-kish-facts div:last-child{

        border-bottom:0;

    }

    .rmp-court-card{

        min-height:390px;

        padding:30px 25px;

    }

    .rmp-final-cta{

        padding:65px 0;

    }

    .rmp-final-inner{

        padding:20px 0;

        gap:35px;

    }

    .rmp-final-content h2{

        font-size:34px;

    }

    .rmp-final-btn{

        width:100%;

        min-width:0;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:480px){

    .rmp-hero h1{

        font-size:37px;

    }

    .rmp-eyebrow{

        font-size:15px;

        letter-spacing:1.4px;

    }

    .rmp-hero-tags span{

        padding:8px 11px;

    }

    .rmp-panel-main{

        align-items:flex-start;

    }

    .rmp-panel-letter{

        width:68px;
        height:68px;

        font-size:43px;

    }

    .rmp-panel-main h2{

        font-size:23px;

    }

    .rmp-school-card{

        min-height:450px;

    }

}

/* ============================================================
   PAHARI MINIATURE PAINTING PAGE
   ROYAL NAVY + ANTIQUE GOLD
============================================================ */

:root{

    --pmv-navy:#071b38;
    --pmv-navy-2:#0d294d;
    --pmv-navy-3:#12365e;

    --pmv-gold:#c99a38;
    --pmv-gold-light:#e5c36c;
    --pmv-gold-pale:#f2dfaa;

    --pmv-ivory:#f8f5ed;
    --pmv-paper:#f2eee3;
    --pmv-blue-paper:#e9eef3;

    --pmv-white:#ffffff;
    --pmv-text:#26384c;
    --pmv-muted:#667587;

    --pmv-border:rgba(201,154,56,.30);

}


/* ============================================================
   HERO
============================================================ */

.pmvPahariHero{

    position:relative;
    overflow:hidden;

    background:
        radial-gradient(
            circle at 80% 30%,
            rgba(201,154,56,.12),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #06182f 0%,
            #0a2140 52%,
            #102e50 100%
        );

    padding:115px 0 100px;

    color:var(--pmv-white);

}


.pmvPahariHeroGlow{

    position:absolute;

    width:520px;
    height:520px;

    right:-180px;
    top:-180px;

    border:1px solid rgba(229,195,108,.18);
    border-radius:50%;

}


.pmvPahariHeroGlow:after{

    content:"";

    position:absolute;

    inset:65px;

    border:1px solid rgba(229,195,108,.12);
    border-radius:50%;

}


.pmvPahariHeroInner{

    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);

    gap:80px;
    align-items:center;

}


.pmvPahariHeroContent{

    max-width:920px;

}


.pmvPahariEyebrow{

    display:flex;
    align-items:center;
    gap:14px;

    color:var(--pmv-gold-light);

    font-family:Georgia,serif;

    font-size:15px;
    font-weight:700;

    letter-spacing:2.3px;
    text-transform:uppercase;

    margin-bottom:25px;

}


.pmvPahariEyebrow span{

    width:46px;
    height:1px;

    background:var(--pmv-gold);

}


.pmvPahariHero h1{

    margin:0;

    color:#fff;

    font-family:Georgia,"Times New Roman",serif;

    font-size:clamp(43px,5vw,72px);

    line-height:1.04;

    font-weight:500;

    letter-spacing:-1.6px;

}


.pmvPahariHero h1 em{

    display:block;

    color:var(--pmv-gold-light);

    font-size:.72em;

    line-height:1.18;

    margin-top:12px;

    font-style:italic;

}


.pmvPahariHeroRule{

    width:105px;
    height:3px;

    margin:35px 0 28px;

    background:linear-gradient(
        90deg,
        var(--pmv-gold),
        transparent
    );

}


.pmvPahariHero p{

    max-width:900px;

    color:#e8eef5;

    font-size:17px;
    line-height:1.9;

    margin:0 0 18px;

}


.pmvPahariHero p strong{

    color:#fff;

    font-weight:750;

}


.pmvPahariHeroTags{

    display:flex;
    flex-wrap:wrap;
    gap:10px;

    margin-top:30px;

}


.pmvPahariHeroTags span{

    padding:10px 17px;

    border:1px solid rgba(229,195,108,.35);

    background:rgba(255,255,255,.04);

    color:var(--pmv-gold-pale);

    font-family:Georgia,serif;

    font-size:15px;

}


.pmvPahariHeroAside{

    display:flex;
    flex-direction:column;

    gap:25px;

}


.pmvPahariEraCard{

    position:relative;

    padding:38px 35px;

    border:1px solid rgba(229,195,108,.45);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.025)
        );

    box-shadow:
        0 30px 70px rgba(0,0,0,.22);

}


.pmvPahariEraCard:before{

    content:"";

    position:absolute;

    top:13px;
    left:13px;

    width:28px;
    height:28px;

    border-top:1px solid var(--pmv-gold);
    border-left:1px solid var(--pmv-gold);

}


.pmvPahariEraLabel{

    display:block;

    color:var(--pmv-gold-light);

    font-size:15px;
    font-weight:700;

    letter-spacing:2px;

    margin-bottom:18px;

}


.pmvPahariEraCard strong{

    display:block;

    color:#fff;

    font-family:Georgia,serif;

    font-size:48px;

    font-weight:500;

}


.pmvPahariEraCard small{

    display:block;

    color:#dce5ef;

    font-size:16px;

    margin-top:7px;

}


.pmvPahariEraDivider{

    height:1px;

    margin:25px 0;

    background:var(--pmv-border);

}


.pmvPahariEraDate{

    color:var(--pmv-gold-light);

    font-family:Georgia,serif;

    font-size:17px;

}


.pmvPahariHeroQuote{

    padding:24px 25px;

    border-left:2px solid var(--pmv-gold);

    background:rgba(0,0,0,.14);

}


.pmvPahariHeroQuote span{

    display:block;

    height:20px;

    color:var(--pmv-gold);

    font-family:Georgia,serif;

    font-size:38px;

}


.pmvPahariHeroQuote p{

    margin:0;

    color:#e3ebf4;

    font-family:Georgia,serif;

    font-size:17px;

    line-height:1.65;

}


/* ============================================================
   SECTION 1 — OVERVIEW
============================================================ */

.pmvPahariOverview{

    padding:100px 0;

    background:var(--pmv-ivory);

    color:var(--pmv-text);

}


.pmvPahariOverviewGrid{

    display:grid;

    grid-template-columns:120px minmax(0,1fr);

    gap:45px;

}


.pmvPahariSectionMarker{

    padding-top:10px;

}


.pmvPahariSectionMarker span{

    display:block;

    color:var(--pmv-gold);

    font-family:Georgia,serif;

    font-size:42px;

}


.pmvPahariSectionMarker div{

    width:45px;
    height:1px;

    margin:15px 0;

    background:var(--pmv-gold);

}


.pmvPahariSectionMarker small{

    color:#718091;

    font-size:15px;

    writing-mode:vertical-rl;

    letter-spacing:2px;

}


.pmvPahariSectionKicker{

    color:#8b6822;

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

    margin-bottom:12px;

}


.pmvPahariOverviewContent h2{

    max-width:850px;

    margin:0 0 28px;

    color:var(--pmv-navy);

    font-family:Georgia,serif;

    font-size:clamp(35px,4vw,53px);

    line-height:1.15;

    font-weight:500;

}


.pmvPahariOverviewContent h2 strong{

    color:#a77b20;

    font-weight:600;

}


.pmvPahariOverviewContent > p{

    max-width:950px;

    font-size:17px;

    line-height:1.9;

    color:#405166;

    margin-bottom:20px;

}


.pmvPahariOverviewContent > p strong{

    color:var(--pmv-navy);

}


.pmvPahariPhaseGrid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:35px;

}


.pmvPahariPhaseCard{

    display:grid;

    grid-template-columns:55px 1fr;

    gap:18px;

    padding:27px;

    background:#fff;

    border:1px solid #ddd7ca;

    box-shadow:0 15px 40px rgba(7,27,56,.06);

}


.pmvPahariPhaseGold{

    border-top:3px solid var(--pmv-gold);

}


.pmvPahariPhaseNo{

    color:var(--pmv-gold);

    font-family:Georgia,serif;

    font-size:28px;

}


.pmvPahariPhaseCard h3{

    margin:0 0 8px;

    color:var(--pmv-navy);

    font-family:Georgia,serif;

    font-size:25px;

}


.pmvPahariPhaseCard p{

    margin:0;

    color:#59697a;

    font-size:15px;

    line-height:1.7;

}


/* ============================================================
   SECTION 2 — BASOHLI
============================================================ */

.pmvBasohli{

    position:relative;
    overflow:hidden;

    padding:105px 0;

    background:
        linear-gradient(
            135deg,
            #071b38,
            #0c294c
        );

    color:#fff;

}


.pmvBasohliPattern{

    position:absolute;

    width:600px;
    height:600px;

    right:-220px;
    top:-180px;

    border:1px solid rgba(229,195,108,.14);

    transform:rotate(45deg);

}


.pmvBasohliHeader{

    position:relative;

    display:grid;

    grid-template-columns:90px 1fr auto;

    gap:25px;

    align-items:center;

    padding-bottom:35px;

    border-bottom:1px solid rgba(229,195,108,.22);

}


.pmvBasohliNumber{

    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid var(--pmv-gold);

    color:var(--pmv-gold-light);

    font-family:Georgia,serif;

    font-size:28px;

}


.pmvBasohliKicker{

    color:var(--pmv-gold-light);

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

}


.pmvBasohliHeader h2{

    margin:7px 0 0;

    color:#fff;

    font-family:Georgia,serif;

    font-size:clamp(38px,4vw,56px);

    font-weight:500;

}


.pmvBasohliHeader h2 em{

    color:var(--pmv-gold-light);

    font-weight:400;

}


.pmvBasohliValue{

    min-width:230px;

    padding:20px 25px;

    border-left:1px solid rgba(229,195,108,.35);

}


.pmvBasohliValue span{

    display:block;

    color:#b9c9da;

    font-size:15px;

    letter-spacing:1.5px;

}


.pmvBasohliValue strong{

    display:block;

    color:var(--pmv-gold-light);

    font-family:Georgia,serif;

    font-size:24px;

    margin:6px 0;

}


.pmvBasohliValue small{

    color:#d6e0ea;

    font-size:15px;

}


.pmvBasohliBody{

    display:grid;

    grid-template-columns:.8fr 1.5fr;

    gap:75px;

    padding-top:45px;

}


.pmvBasohliLead p{

    color:#f1f5f9;

    font-family:Georgia,serif;

    font-size:21px;

    line-height:1.75;

    margin:0;

}


.pmvBasohliLead strong{

    color:#fff;

}


.pmvBasohliFeatures{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px 35px;

}


.pmvBasohliFeature{

    display:grid;

    grid-template-columns:45px 1fr;

    gap:17px;

}


.pmvBasohliIcon{

    color:var(--pmv-gold-light);

    font-family:Georgia,serif;

    font-size:15px;

    padding-top:4px;

}


.pmvBasohliFeature h3{

    margin:0 0 8px;

    color:#fff;

    font-family:Georgia,serif;

    font-size:22px;

}


.pmvBasohliFeature p{

    margin:0;

    color:#d5e0eb;

    font-size:15px;

    line-height:1.75;

}


.pmvBasohliFeature strong{

    color:#fff;

}


/* ============================================================
   SECTION 3 — NAINSUKH
============================================================ */

.pmvNainsukh{

    padding:105px 0;

    background:#e9eef3;

    color:var(--pmv-text);

}


.pmvNainsukhTop{

    display:grid;

    grid-template-columns:90px 1fr;

    gap:28px;

    margin-bottom:55px;

}


.pmvNainsukhLabel{

    color:var(--pmv-gold);

    font-family:Georgia,serif;

    font-size:42px;

}


.pmvNainsukhHeading > span{

    color:#8a6722;

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

}


.pmvNainsukhHeading h2{

    max-width:850px;

    margin:8px 0 0;

    color:var(--pmv-navy);

    font-family:Georgia,serif;

    font-size:clamp(37px,4vw,54px);

    line-height:1.15;

    font-weight:500;

}


.pmvNainsukhHeading h2 strong{

    color:#a77b20;

}


.pmvNainsukhGrid{

    display:grid;

    grid-template-columns:1.3fr .7fr;

    gap:65px;

    align-items:start;

}


.pmvNainsukhStory{

    padding-left:30px;

    border-left:2px solid var(--pmv-gold);

}


.pmvNainsukhStory p{

    color:#425368;

    font-size:17px;

    line-height:1.9;

    margin:0 0 21px;

}


.pmvNainsukhStory p strong{

    color:var(--pmv-navy);

    font-weight:750;

}


.pmvNainsukhOpening{

    color:var(--pmv-navy) !important;

    font-family:Georgia,serif;

    font-size:22px !important;

    line-height:1.7 !important;

}


.pmvNainsukhProfile{

    padding:38px;

    background:var(--pmv-navy);

    border-top:4px solid var(--pmv-gold);

    box-shadow:0 25px 55px rgba(7,27,56,.15);

}


.pmvNainsukhProfileTop{

    display:flex;

    align-items:center;
    justify-content:space-between;

    color:var(--pmv-gold-light);

}


.pmvNainsukhProfileTop > span{

    font-size:15px;

    font-weight:800;

    letter-spacing:1.5px;

}


.pmvNainsukhPortraitMark{

    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid var(--pmv-gold);

    color:var(--pmv-gold-light);

    font-family:Georgia,serif;

    font-size:28px;

}


.pmvNainsukhProfile h3{

    margin:28px 0 3px;

    color:#fff;

    font-family:Georgia,serif;

    font-size:37px;

    font-weight:500;

}


.pmvNainsukhProfile > strong{

    color:var(--pmv-gold-light);

    font-family:Georgia,serif;

    font-size:18px;

    font-weight:500;

}


.pmvNainsukhProfile p{

    color:#d9e3ed;

    font-size:16px;

    line-height:1.8;

    margin:24px 0 0;

}


.pmvKangraStrip{

    display:grid;

    grid-template-columns:160px 1fr auto;

    gap:35px;

    align-items:center;

    margin-top:65px;

    padding:30px 0;

    border-top:1px solid #c7d0d9;
    border-bottom:1px solid #c7d0d9;

}


.pmvKangraStripTitle{

    color:var(--pmv-navy);

    font-family:Georgia,serif;

    font-size:28px;

}


.pmvKangraStripText p{

    max-width:720px;

    margin:0;

    color:#47596d;

    font-size:16px;

    line-height:1.8;

}


.pmvKangraStripText strong{

    color:var(--pmv-navy);

}


.pmvKangraAttributes{

    display:flex;

    flex-direction:column;

    align-items:flex-end;

    gap:7px;

}


.pmvKangraAttributes span{

    color:#80611f;

    font-size:15px;

}


/* ============================================================
   SECTION 4 — OTHER SUB-SCHOOLS
============================================================ */

.pmvSubSchools{

    padding:105px 0;

    background:var(--pmv-ivory);

}


.pmvSubSchoolsIntro{

    display:grid;

    grid-template-columns:90px 1fr;

    gap:28px;

    margin-bottom:48px;

}


.pmvSubSchoolsNumber{

    color:var(--pmv-gold);

    font-family:Georgia,serif;

    font-size:42px;

}


.pmvSubSchoolsIntro span{

    color:#8a6722;

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

}


.pmvSubSchoolsIntro h2{

    margin:7px 0 0;

    color:var(--pmv-navy);

    font-family:Georgia,serif;

    font-size:clamp(37px,4vw,53px);

    line-height:1.15;

    font-weight:500;

}


.pmvSubSchoolsIntro h2 strong{

    color:#a77b20;

}


.pmvSubSchoolsGrid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

}


.pmvSubSchoolCard{

    position:relative;

    min-height:260px;

    padding:30px;

    background:#fff;

    border:1px solid #ded8cc;

    transition:.3s ease;

}


.pmvSubSchoolCard:hover{

    transform:translateY(-6px);

    border-color:var(--pmv-gold);

    box-shadow:0 20px 45px rgba(7,27,56,.09);

}


.pmvSubSchoolCard > span{

    color:#aa8027;

    font-family:Georgia,serif;

    font-size:15px;

}


.pmvSubSchoolCard h3{

    margin:35px 0 15px;

    color:var(--pmv-navy);

    font-family:Georgia,serif;

    font-size:28px;

}


.pmvSubSchoolCard p{

    margin:0;

    color:#596a7c;

    font-size:15px;

    line-height:1.8;

}


.pmvSubSchoolCard p strong{

    color:var(--pmv-navy);

}


.pmvSubSchoolFeatured{

    background:var(--pmv-navy);

    border-color:var(--pmv-navy);

}


.pmvSubSchoolFeatured h3{

    color:#fff;

}


.pmvSubSchoolFeatured p{

    color:#dbe5ee;

}


.pmvSubSchoolFeatured p strong{

    color:#fff;

}


.pmvSubSchoolFeatured > span{

    color:var(--pmv-gold-light);

}


.pmvSubSchoolsConclusion{

    display:grid;

    grid-template-columns:65px 1fr;

    gap:22px;

    align-items:start;

    margin-top:35px;

    padding:28px 32px;

    background:#eee9dd;

    border-left:4px solid var(--pmv-gold);

}


.pmvSubSchoolsConclusionIcon{

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid var(--pmv-gold);

    color:#927027;

    font-family:Georgia,serif;

    font-size:22px;

}


.pmvSubSchoolsConclusion h3{

    margin:0 0 8px;

    color:var(--pmv-navy);

    font-family:Georgia,serif;

    font-size:23px;

}


.pmvSubSchoolsConclusion p{

    max-width:950px;

    margin:0;

    color:#4f6072;

    font-size:16px;

    line-height:1.8;

}


.pmvSubSchoolsConclusion p strong{

    color:var(--pmv-navy);

}


/* ============================================================
   CTA
============================================================ */

.pmvPahariCTA{

    position:relative;

    overflow:hidden;

    padding:75px 0;

    background:
        linear-gradient(
            120deg,
            #06182f,
            #0d294c
        );

}


.pmvPahariCTADecor{

    position:absolute;

    width:400px;
    height:400px;

    right:-160px;
    top:-180px;

    border:1px solid rgba(229,195,108,.2);

    border-radius:50%;

}


.pmvPahariCTAInner{

    position:relative;
    z-index:2;

    display:grid;

    grid-template-columns:1fr auto;

    gap:50px;

    align-items:center;

}


.pmvPahariCTAEyebrow{

    display:block;

    color:var(--pmv-gold-light);

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

    margin-bottom:13px;

}


.pmvPahariCTAContent h2{

    max-width:800px;

    margin:0;

    color:#fff;

    font-family:Georgia,serif;

    font-size:clamp(34px,4vw,50px);

    line-height:1.2;

    font-weight:500;

}


.pmvPahariCTAContent h2 strong{

    color:var(--pmv-gold-light);

}


.pmvPahariCTAContent p{

    max-width:780px;

    margin:20px 0 0;

    color:#dce5ee;

    font-size:16px;

    line-height:1.8;

}


.pmvPahariCTAContent p strong{

    color:#fff;

}


.pmvPahariCTAAction{

    min-width:280px;

}


.pmvPahariCTAButton{

    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:25px;

    min-height:62px;

    padding:0 25px;

    background:linear-gradient(
        135deg,
        #c99a38,
        #e1bb61
    );

    color:#071b38 !important;

    text-decoration:none;

    font-size:16px;

    font-weight:800;

    border:1px solid #f0d38a;

    box-shadow:0 14px 35px rgba(0,0,0,.25);

    transition:.3s ease;

}


.pmvPahariCTAButton span{

    font-size:25px;

}


.pmvPahariCTAButton:hover{

    transform:translateY(-3px);

    box-shadow:0 18px 40px rgba(0,0,0,.35);

}


.pmvPahariPhone{

    display:flex;

    align-items:center;

    gap:12px;

    margin-top:18px;

    color:#e9eff5 !important;

    text-decoration:none;

    font-size:15px;

}


.pmvPahariPhoneIcon{

    width:39px;
    height:39px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(229,195,108,.6);

    border-radius:50%;

    color:var(--pmv-gold-light);

}


.pmvPahariPhone span:last-child{

    display:flex;
    flex-direction:column;

    gap:3px;

}


.pmvPahariPhone strong{

    color:#fff;

    font-size:17px;

}


/* ============================================================
   RESPONSIVE
============================================================ */

@media(max-width:1100px){

    .pmvPahariHeroInner{
        grid-template-columns:1fr;
        gap:45px;
    }

    .pmvPahariHeroAside{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .pmvBasohliBody{
        grid-template-columns:1fr;
        gap:40px;
    }

    .pmvSubSchoolsGrid{
        grid-template-columns:repeat(2,1fr);
    }

    .pmvKangraStrip{
        grid-template-columns:130px 1fr;
    }

    .pmvKangraAttributes{
        grid-column:2;
        flex-direction:row;
        flex-wrap:wrap;
        align-items:flex-start;
    }

}


@media(max-width:767px){

    .pmvPahariHero{
        padding:75px 0 70px;
    }

    .pmvPahariHero h1{
        font-size:40px;
        letter-spacing:-.7px;
    }

    .pmvPahariHero h1 em{
        font-size:.68em;
    }

    .pmvPahariHero p{
        font-size:16px;
        line-height:1.8;
    }

    .pmvPahariHeroAside{
        display:block;
    }

    .pmvPahariHeroQuote{
        margin-top:18px;
    }

    .pmvPahariOverview,
    .pmvBasohli,
    .pmvNainsukh,
    .pmvSubSchools{
        padding:75px 0;
    }

    .pmvPahariOverviewGrid,
    .pmvNainsukhTop,
    .pmvSubSchoolsIntro{
        grid-template-columns:1fr;
        gap:12px;
    }

    .pmvPahariSectionMarker{
        display:flex;
        align-items:center;
        gap:15px;
    }

    .pmvPahariSectionMarker div{
        margin:0;
    }

    .pmvPahariSectionMarker small{
        writing-mode:horizontal-tb;
    }

    .pmvPahariPhaseGrid,
    .pmvBasohliFeatures,
    .pmvSubSchoolsGrid{
        grid-template-columns:1fr;
    }

    .pmvBasohliHeader{
        grid-template-columns:65px 1fr;
    }

    .pmvBasohliValue{
        grid-column:1 / -1;
        border-left:0;
        border-top:1px solid rgba(229,195,108,.3);
        padding:20px 0 0;
    }

    .pmvBasohliNumber{
        width:55px;
        height:55px;
    }

    .pmvBasohliBody{
        padding-top:35px;
    }

    .pmvNainsukhGrid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .pmvNainsukhStory{
        padding-left:20px;
    }

    .pmvKangraStrip{
        grid-template-columns:1fr;
        gap:18px;
    }

    .pmvKangraAttributes{
        grid-column:auto;
    }

    .pmvSubSchoolCard{
        min-height:auto;
    }

    .pmvSubSchoolsConclusion{
        grid-template-columns:1fr;
        padding:25px;
    }

    .pmvPahariCTA{
        padding:65px 0;
    }

    .pmvPahariCTAInner{
        grid-template-columns:1fr;
        gap:30px;
    }

    .pmvPahariCTAAction{
        min-width:0;
        width:100%;
    }

    .pmvPahariCTAButton{
        width:100%;
    }

}


@media(max-width:480px){

    .pmvPahariHero h1{
        font-size:35px;
    }

    .pmvPahariHeroTags span{
        padding:9px 13px;
    }

    .pmvPahariPhaseCard{
        grid-template-columns:45px 1fr;
        padding:22px;
    }

    .pmvBasohliHeader h2{
        font-size:38px;
    }

    .pmvBasohliLead p{
        font-size:18px;
    }

    .pmvPahariCTAContent h2{
        font-size:34px;
    }

}
/* =========================================================
   DECCANI MINIATURE PAINTING
   ROYAL NAVY + GOLD DESIGN SYSTEM
========================================================= */

.dmvDeccaniHero,
.dmvDeccaniOverview,
.dmvBijapurSection,
.dmvGolcondaSection{

    position:relative;
    overflow:hidden;

}

.dmvDeccaniHero .container,
.dmvDeccaniOverview .container,
.dmvBijapurSection .container,
.dmvGolcondaSection .container{

    position:relative;
    z-index:2;

}


/* =========================================================
   SECTION 01 — HERO
========================================================= */

.dmvDeccaniHero{

    padding:110px 0 100px;

    background:
        radial-gradient(
            circle at 85% 30%,
            rgba(184,135,35,.16),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #071a34 0%,
            #0c2748 55%,
            #071a32 100%
        );

    color:#f8f4e9;

}


.dmvDeccaniHero::before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    right:-180px;
    top:-220px;

    border:1px solid rgba(218,177,83,.25);

    transform:rotate(45deg);

}


.dmvDeccaniHeroGlow{

    position:absolute;

    width:700px;
    height:700px;

    right:-350px;
    bottom:-450px;

    border-radius:50%;

    border:1px solid rgba(218,177,83,.15);

}


.dmvDeccaniHeroInner{

    display:grid;

    grid-template-columns:
        minmax(0,1.45fr)
        minmax(300px,.55fr);

    gap:75px;

    align-items:center;

}


.dmvDeccaniHeroContent{

    max-width:900px;

}


.dmvDeccaniEyebrow{

    display:flex;

    align-items:center;

    gap:13px;

    color:#d9ae4d;

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

    margin-bottom:25px;

}


.dmvDeccaniEyebrow span{

    width:42px;
    height:2px;

    background:#d9ae4d;

    display:block;

}


.dmvDeccaniHero h1{

    margin:0;

    color:#fffdf8;

    font-family:Georgia, "Times New Roman", serif;

    font-size:clamp(42px,5vw,70px);

    line-height:1.02;

    font-weight:500;

    letter-spacing:-1.5px;

}


.dmvDeccaniHero h1 strong{

    display:block;

    color:#e2b957;

    font-weight:700;

}


.dmvDeccaniHeroRule{

    width:90px;
    height:3px;

    background:#d5a73e;

    margin:31px 0 28px;

}


.dmvDeccaniHero p{

    margin:0;

    max-width:870px;

    color:#edf3f8;

    font-size:17px;

    line-height:1.9;

    font-weight:400;

}


.dmvDeccaniHero p strong{

    color:#f0c968;

    font-weight:800;

}


.dmvDeccaniHeroTags{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin:30px 0 34px;

}


.dmvDeccaniHeroTags span{

    padding:9px 16px;

    border:1px solid rgba(224,184,86,.5);

    color:#f6df9d;

    font-size:15px;

    letter-spacing:.5px;

    background:rgba(255,255,255,.035);

}


.dmvDeccaniHeroCTA{

    display:inline-flex;

    align-items:center;

    justify-content:space-between;

    gap:25px;

    min-height:58px;

    padding:0 24px;

    background:#dcb250;

    color:#071a34 !important;

    text-decoration:none !important;

    font-size:15px;

    font-weight:900;

    letter-spacing:.2px;

    transition:.3s ease;

}


.dmvDeccaniHeroCTA b{

    font-size:23px;

    font-weight:400;

}


.dmvDeccaniHeroCTA:hover{

    background:#f0cf75;

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(0,0,0,.25);

}


.dmvDeccaniPhone{

    display:flex;

    align-items:center;

    gap:13px;

    margin-top:25px;

}


.dmvDeccaniPhoneIcon{

    width:43px;
    height:43px;

    display:flex;

    align-items:center;
    justify-content:center;

    border:1px solid rgba(222,181,78,.65);

    border-radius:50%;

    color:#e2bb5f;

    font-size:18px;

}


.dmvDeccaniPhone small{

    display:block;

    color:#b9c8d7;

    font-size:15px;

    margin-bottom:3px;

}


.dmvDeccaniPhone a{

    color:#fff;

    text-decoration:none;

    font-size:17px;

    font-weight:800;

}


.dmvDeccaniHeroAside{

    padding:40px 30px;

    border:1px solid rgba(218,177,83,.45);

    background:rgba(255,255,255,.035);

    box-shadow:
        inset 0 0 0 8px rgba(255,255,255,.015),
        0 20px 60px rgba(0,0,0,.15);

}


.dmvDeccaniCourtMark{

    display:flex;

    flex-direction:column;

    align-items:center;

    padding-bottom:28px;

}


.dmvCourtNumber{

    color:#e5bc62;

    font-family:Georgia,serif;

    font-size:43px;

    line-height:1;

}


.dmvCourtText{

    color:#cbd6e0;

    font-size:15px;

    letter-spacing:3px;

    margin-top:8px;

}


.dmvDeccaniAsideTitle{

    color:#fff;

    font-size:15px;

    font-weight:800;

    letter-spacing:1.8px;

    text-align:center;

}


.dmvDeccaniAsideLine{

    width:50px;
    height:2px;

    background:#d7ad4b;

    margin:18px auto 22px;

}


.dmvDeccaniCourtList{

    display:flex;

    flex-direction:column;

}


.dmvDeccaniCourtList div{

    display:flex;

    align-items:center;

    gap:15px;

    padding:15px 0;

    border-bottom:1px solid rgba(255,255,255,.1);

}


.dmvDeccaniCourtList strong{

    color:#d7ae4d;

    font-size:15px;

}


.dmvDeccaniCourtList span{

    color:#f3f5f7;

    font-size:17px;

}


/* =========================================================
   SECTION 02 — OVERVIEW
========================================================= */

.dmvDeccaniOverview{

    padding:100px 0;

    background:#f7f3e9;

    color:#182b42;

}


.dmvDeccaniOverviewGrid{

    display:grid;

    grid-template-columns:
        minmax(0,.85fr)
        minmax(0,1.15fr);

    gap:75px;

    align-items:start;

}


.dmvDeccaniSectionLabel{

    color:#a57920;

    font-size:15px;

    font-weight:900;

    letter-spacing:2px;

    margin-bottom:18px;

}


.dmvDeccaniOverviewIntro h2{

    margin:0;

    color:#0b2341;

    font-family:Georgia,"Times New Roman",serif;

    font-size:clamp(35px,4vw,54px);

    line-height:1.1;

    font-weight:500;

}


.dmvDeccaniOverviewIntro h2 strong{

    color:#b88728;

    font-weight:700;

}


.dmvDeccaniGoldLine{

    width:75px;
    height:3px;

    background:#b88728;

    margin:27px 0;

}


.dmvDeccaniOverviewIntro p{

    color:#3d4c5d;

    font-size:17px;

    line-height:1.85;

    margin:0 0 18px;

}


.dmvDeccaniOverviewIntro p strong{

    color:#0b2b4d;

    font-weight:800;

}


.dmvDeccaniFeaturePanel{

    background:#0b2341;

    padding:12px;

    box-shadow:0 22px 55px rgba(11,35,65,.15);

}


.dmvDeccaniFeature{

    display:grid;

    grid-template-columns:60px 1fr;

    gap:20px;

    padding:27px;

    border-bottom:1px solid rgba(255,255,255,.1);

}


.dmvDeccaniFeature:last-child{

    border-bottom:0;

}


.dmvFeatureNo{

    color:#dcb253;

    font-family:Georgia,serif;

    font-size:20px;

}


.dmvDeccaniFeature h3{

    margin:0 0 9px;

    color:#fff;

    font-family:Georgia,serif;

    font-size:23px;

    font-weight:600;

}


.dmvDeccaniFeature p{

    margin:0;

    color:#dce6ef;

    font-size:15px;

    line-height:1.75;

}


.dmvDeccaniFeature p strong{

    color:#f0ca6b;

}


/* =========================================================
   SECTION 03 — BIJAPUR
========================================================= */

.dmvBijapurSection{

    padding:105px 0;

    background:
        linear-gradient(
            115deg,
            #091d36,
            #102e4c
        );

    color:#fff;

}


.dmvBijapurHeader{

    display:flex;

    justify-content:space-between;

    align-items:end;

    gap:30px;

    padding-bottom:30px;

    border-bottom:1px solid rgba(224,184,86,.35);

}


.dmvBijapurKicker,
.dmvGolcondaKicker{

    color:#dbb252;

    font-size:15px;

    font-weight:900;

    letter-spacing:2px;

}


.dmvBijapurHeader h2,
.dmvGolcondaTop h2{

    margin:10px 0 0;

    font-family:Georgia,"Times New Roman",serif;

    font-size:clamp(42px,5vw,66px);

    line-height:1;

    color:#fff;

    font-weight:500;

}


.dmvBijapurHeader h2 strong,
.dmvGolcondaTop h2 strong{

    color:#dfb553;

    font-weight:700;

}


.dmvBijapurDynasty,
.dmvGolcondaDynasty{

    color:#c5d0dc;

    font-size:15px;

    letter-spacing:2px;

    font-weight:700;

}


.dmvBijapurGrid{

    display:grid;

    grid-template-columns:
        minmax(0,1fr)
        minmax(0,1fr);

    gap:70px;

    padding-top:55px;

}


.dmvBijapurStory p{

    color:#e9f0f6;

    font-size:17px;

    line-height:1.9;

    margin:0 0 22px;

}


.dmvBijapurStory strong{

    color:#f0cb6b;

}


.dmvBijapurCharacteristics{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:1px;

    background:rgba(221,179,79,.28);

}


.dmvBijapurCharacteristic{

    padding:25px;

    background:#0b2442;

}


.dmvBijapurCharacteristic > span{

    display:block;

    color:#cfa13d;

    font-family:Georgia,serif;

    font-size:15px;

    margin-bottom:13px;

}


.dmvBijapurCharacteristic strong{

    display:block;

    color:#fff;

    font-family:Georgia,serif;

    font-size:19px;

    margin-bottom:7px;

}


.dmvBijapurCharacteristic p{

    margin:0;

    color:#c9d7e3;

    font-size:15px;

    line-height:1.65;

}


.dmvMarketSignal{

    display:grid;

    grid-template-columns:.9fr 1fr 1.5fr;

    align-items:center;

    gap:25px;

    margin-top:60px;

    padding:25px 30px;

    border:1px solid rgba(221,179,79,.45);

    background:rgba(255,255,255,.035);

}


.dmvMarketSignalLabel{

    color:#dcb252;

    font-size:15px;

    font-weight:800;

    letter-spacing:1px;

}


.dmvMarketSignalValue{

    color:#fff;

    font-family:Georgia,serif;

    font-size:27px;

    font-weight:700;

}


.dmvMarketSignalText{

    color:#cbd8e3;

    font-size:15px;

}


.dmvMarketSignalText strong{

    color:#efc766;

}


/* =========================================================
   SECTION 04 — GOLCONDA
========================================================= */

.dmvGolcondaSection{

    padding:105px 0 90px;

    background:#f8f4eb;

    color:#142a43;

}


.dmvGolcondaTop{

    display:flex;

    justify-content:space-between;

    align-items:end;

    gap:30px;

    padding-bottom:30px;

    border-bottom:1px solid #d8c79d;

}


.dmvGolcondaTop h2{

    color:#0a2341;

}


.dmvGolcondaGrid{

    display:grid;

    grid-template-columns:.8fr 1.2fr;

    gap:70px;

    padding:55px 0;

}


.dmvGolcondaQuote{

    padding:35px;

    background:#0a2341;

    border-left:4px solid #c89b36;

    position:relative;

}


.dmvQuoteMark{

    position:absolute;

    right:25px;
    top:5px;

    color:#d8ad4e;

    font-family:Georgia,serif;

    font-size:75px;

    opacity:.35;

}


.dmvGolcondaQuote p{

    position:relative;

    z-index:1;

    margin:0;

    color:#f7f8fa;

    font-family:Georgia,serif;

    font-size:25px;

    line-height:1.5;

}


.dmvGolcondaQuote strong{

    color:#e4bb60;

}


.dmvGolcondaContent p{

    color:#3b4d61;

    font-size:17px;

    line-height:1.9;

    margin:0 0 22px;

}


.dmvGolcondaContent strong{

    color:#0b2b4d;

    font-weight:800;

}


.dmvGolcondaFeatures{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:14px;

}


.dmvGolcondaFeatures > div{

    padding:24px 20px;

    border-top:3px solid #c69a3a;

    background:#fff;

    box-shadow:0 8px 25px rgba(18,42,67,.06);

}


.dmvGolcondaFeatures span{

    display:block;

    color:#b08329;

    font-size:15px;

    font-weight:900;

    margin-bottom:15px;

}


.dmvGolcondaFeatures strong{

    display:block;

    color:#0a2341;

    font-family:Georgia,serif;

    font-size:18px;

    margin-bottom:8px;

}


.dmvGolcondaFeatures small{

    display:block;

    color:#596878;

    font-size:15px;

    line-height:1.55;

}


.dmvGolcondaBottom{

    display:grid;

    grid-template-columns:.7fr 1.3fr;

    margin-top:50px;

    border:1px solid #d3bd82;

}


.dmvGolcondaMarket{

    display:flex;

    flex-direction:column;

    justify-content:center;

    padding:30px;

    background:#0a2341;

}


.dmvGolcondaMarket span{

    color:#d9b254;

    font-size:15px;

    font-weight:800;

    letter-spacing:1.5px;

    margin-bottom:10px;

}


.dmvGolcondaMarket strong{

    color:#fff;

    font-family:Georgia,serif;

    font-size:30px;

}


.dmvGolcondaCTA{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:25px;

    padding:25px 30px;

    background:#efe7d5;

}


.dmvGolcondaCTA > div{

    display:flex;

    flex-direction:column;

}


.dmvGolcondaCTA strong{

    color:#0a2341;

    font-family:Georgia,serif;

    font-size:21px;

    margin-bottom:7px;

}


.dmvGolcondaCTA span{

    color:#536272;

    font-size:15px;

    line-height:1.5;

}


.dmvGolcondaCTA a{

    flex-shrink:0;

    display:inline-flex;

    align-items:center;

    gap:18px;

    padding:17px 22px;

    background:#c99d3e;

    color:#071a34 !important;

    text-decoration:none !important;

    font-size:15px;

    font-weight:900;

    transition:.3s ease;

}


.dmvGolcondaCTA a b{

    font-size:21px;

    font-weight:400;

}


.dmvGolcondaCTA a:hover{

    background:#e0b85c;

    transform:translateY(-2px);

}


.dmvGolcondaPhone{

    display:flex;

    align-items:center;

    justify-content:flex-end;

    gap:13px;

    margin-top:24px;

}


.dmvGolcondaPhone > span{

    width:42px;
    height:42px;

    border-radius:50%;

    display:flex;

    align-items:center;
    justify-content:center;

    border:1px solid #c49a3d;

    color:#9c7420;

}


.dmvGolcondaPhone small{

    display:block;

    color:#657383;

    font-size:15px;

}


.dmvGolcondaPhone a{

    display:block;

    color:#0a2341;

    font-size:17px;

    font-weight:900;

    text-decoration:none;

    margin-top:3px;

}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width:991px){

    .dmvDeccaniHero,
    .dmvDeccaniOverview,
    .dmvBijapurSection,
    .dmvGolcondaSection{

        padding:75px 0;

    }


    .dmvDeccaniHeroInner{

        grid-template-columns:1fr;

        gap:50px;

    }


    .dmvDeccaniHeroAside{

        max-width:600px;

    }


    .dmvDeccaniOverviewGrid{

        grid-template-columns:1fr;

        gap:45px;

    }


    .dmvBijapurGrid,
    .dmvGolcondaGrid{

        grid-template-columns:1fr;

        gap:40px;

    }


    .dmvGolcondaFeatures{

        grid-template-columns:1fr 1fr;

    }


    .dmvMarketSignal{

        grid-template-columns:1fr;

        gap:10px;

    }


    .dmvGolcondaBottom{

        grid-template-columns:1fr;

    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width:767px){

    .dmvDeccaniHero,
    .dmvDeccaniOverview,
    .dmvBijapurSection,
    .dmvGolcondaSection{

        padding:60px 0;

    }


    .dmvDeccaniHero h1{

        font-size:40px;

        line-height:1.08;

    }


    .dmvDeccaniHero p,
    .dmvBijapurStory p,
    .dmvGolcondaContent p{

        font-size:16px;

        line-height:1.8;

    }


    .dmvDeccaniHeroCTA{

        width:100%;

        font-size:15px;

        padding:0 18px;

    }


    .dmvDeccaniHeroAside{

        padding:30px 22px;

    }


    .dmvDeccaniOverviewIntro h2,
    .dmvBijapurHeader h2,
    .dmvGolcondaTop h2{

        font-size:39px;

    }


    .dmvBijapurHeader,
    .dmvGolcondaTop{

        display:block;

    }


    .dmvBijapurDynasty,
    .dmvGolcondaDynasty{

        margin-top:15px;

    }


    .dmvBijapurCharacteristics{

        grid-template-columns:1fr;

    }


    .dmvGolcondaFeatures{

        grid-template-columns:1fr;

    }


    .dmvGolcondaQuote{

        padding:27px;

    }


    .dmvGolcondaQuote p{

        font-size:21px;

    }


    .dmvGolcondaBottom{

        margin-top:35px;

    }


    .dmvGolcondaCTA{

        display:block;

        padding:25px 20px;

    }


    .dmvGolcondaCTA a{

        margin-top:20px;

        width:100%;

        justify-content:center;

    }


    .dmvGolcondaPhone{

        justify-content:flex-start;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:480px){

    .dmvDeccaniHero h1{

        font-size:35px;

    }


    .dmvDeccaniHeroTags span{

        font-size:15px;

        padding:8px 12px;

    }


    .dmvDeccaniHeroCTA{

        min-height:55px;

    }


    .dmvDeccaniFeature{

        grid-template-columns:45px 1fr;

        padding:22px 18px;

        gap:12px;

    }


    .dmvMarketSignal{

        padding:22px;

    }


    .dmvMarketSignalValue{

        font-size:24px;

    }

}

/* =========================================================
   COMPANY SCHOOL PAINTINGS
   PREMIUM NAVY + GOLD EDITORIAL DESIGN
========================================================= */

.cspHero,
.cspNaturalHistory,
.cspTrades,
.cspAata,
.cspFinalCTA {
    position: relative;
    overflow: hidden;
}


/* =========================================================
   GLOBAL
========================================================= */

.cspHero .container,
.cspNaturalHistory .container,
.cspTrades .container,
.cspAata .container,
.cspFinalCTA .container {
    position: relative;
    z-index: 2;
}

.cspHero p,
.cspNaturalHistory p,
.cspTrades p,
.cspAata p,
.cspFinalCTA p {
    font-size: 16px;
    line-height: 1.85;
}

.cspHero strong,
.cspNaturalHistory strong,
.cspTrades strong,
.cspAata strong,
.cspFinalCTA strong {
    font-weight: 750;
}


/* =========================================================
   HERO
========================================================= */

.cspHero {
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(184,135,35,.15),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #071a36 0%,
            #0b2446 55%,
            #07182f 100%
        );

    padding: 105px 0 100px;
    color: #ffffff;
}

.cspHero:before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            0deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );

    background-size: 70px 70px;
    pointer-events: none;
}

.cspHeroGlow {
    position: absolute;
    width: 500px;
    height: 500px;
    right: -180px;
    top: -180px;

    border: 1px solid rgba(218,174,74,.25);
    border-radius: 50%;
}

.cspHeroGlow:before,
.cspHeroGlow:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(218,174,74,.15);
    border-radius: 50%;
}

.cspHeroGlow:before {
    inset: 55px;
}

.cspHeroGlow:after {
    inset: 110px;
}

.cspHeroInner {
    max-width: 1050px;
}

.cspHeroContent {
    max-width: 940px;
}

.cspEyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 24px;

    color: #dcb45a;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.cspEyebrow span {
    width: 45px;
    height: 1px;
    background: #dcb45a;
}

.cspHero h1 {
    margin: 0;

    max-width: 900px;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5.5vw, 75px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.cspHero h1 strong {
    display: block;

    margin-top: 8px;

    color: #e1ba5c;

    font-weight: 600;
}

.cspHeroRule {
    width: 85px;
    height: 3px;

    margin: 32px 0 28px;

    background: #d9ad45;
}

.cspHero p {
    max-width: 900px;
    margin: 0 0 18px;

    color: #edf3fa;
}

.cspHero p strong {
    color: #ffffff;
}

.cspHeroTags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 30px;
}

.cspHeroTags span {
    padding: 9px 15px;

    border: 1px solid rgba(220,180,90,.45);

    background: rgba(255,255,255,.035);

    color: #f2d27c;

    font-size: 15px;
    font-weight: 650;
    letter-spacing: .2px;
}

.cspHeroCTA {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;

    margin-top: 38px;
}

.cspPrimaryBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

    min-height: 58px;
    padding: 0 25px;

    background: linear-gradient(
        135deg,
        #e0b34f,
        #c89224
    );

    color: #071a36 !important;

    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;

    box-shadow: 0 12px 30px rgba(0,0,0,.18);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.cspPrimaryBtn span {
    font-size: 22px;
}

.cspPrimaryBtn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 16px 35px rgba(0,0,0,.3);
}

.cspPhone {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #ffffff !important;
    text-decoration: none !important;

    font-size: 15px;
}

.cspPhoneIcon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border: 1px solid #cfa542;
    border-radius: 50%;

    color: #e3ba5c;
}

.cspPhone span:last-child {
    display: flex;
    flex-direction: column;

    gap: 4px;
}

.cspPhone strong {
    color: #e4ba58;
}


/* =========================================================
   SECTION COMMON HEADING
========================================================= */

.cspSectionHeading {
    display: flex;
    align-items: flex-start;
    gap: 24px;

    margin-bottom: 60px;
}

.cspSectionNumber {
    flex: 0 0 auto;

    color: #c89a35;

    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
}

.cspSectionKicker {
    display: block;

    margin-bottom: 13px;

    color: #b98928;

    font-size: 12px;
    font-weight: 850;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cspNaturalHistory h2,
.cspTrades h2,
.cspAata h2,
.cspFinalCTA h2 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 500;
    line-height: 1.12;
}

.cspNaturalHistory h2 strong,
.cspTrades h2 strong,
.cspAata h2 strong,
.cspFinalCTA h2 strong {
    color: #b98a2d;
    font-weight: 600;
}


/* =========================================================
   SECTION 1 — NATURAL HISTORY
========================================================= */

.cspNaturalHistory {
    padding: 105px 0;

    background:
        linear-gradient(
            135deg,
            #faf8f2,
            #f1eee5
        );

    color: #142b4b;
}

.cspNaturalHistory h2 {
    color: #10294a;
}

.cspNaturalGrid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: stretch;
}

.cspNaturalIntro {
    padding-top: 10px;
}

.cspGoldLine {
    width: 70px;
    height: 3px;

    margin-bottom: 28px;

    background: #b98a2d;
}

.cspNaturalIntro p {
    color: #394b61;
}

.cspNaturalIntro p strong {
    color: #10294a;
}

.cspNaturalCard {
    padding: 38px;

    background: #0a203d;

    color: #ffffff;

    border-top: 4px solid #c89a38;

    box-shadow: 0 20px 50px rgba(8,27,51,.15);
}

.cspCardTop {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 25px;

    color: #d9ad4c;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.cspCardIndex {
    font-family: Georgia, serif;
    font-size: 28px;
    color: rgba(255,255,255,.3);
}

.cspNaturalCard h3 {
    margin: 0 0 28px;

    color: #ffffff;

    font-family: Georgia, serif;
    font-size: 29px;
    line-height: 1.25;
}

.cspNaturalCard h3 em {
    display: block;

    margin-top: 5px;

    color: #d9ad4c;

    font-weight: 500;
    font-style: normal;
}

.cspCentreList {
    border-top: 1px solid rgba(255,255,255,.15);
}

.cspCentreList > div {
    display: grid;
    grid-template-columns: 125px 1fr;
    gap: 20px;

    padding: 17px 0;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.cspCentreList strong {
    color: #e4bd68;
    font-size: 16px;
}

.cspCentreList span {
    color: #e5edf6;
    font-size: 15px;
    line-height: 1.65;
}

.cspNaturalBottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;

    margin-top: 28px;
}

.cspMarketHighlight,
.cspResearchBox {
    padding: 30px;

    border: 1px solid #ddd6c5;

    background: #ffffff;
}

.cspHighlightLabel,
.cspResearchBox h3 {
    color: #b4882d;
}

.cspHighlightLabel {
    display: block;

    margin-bottom: 8px;

    font-size: 12px;
    font-weight: 850;
    letter-spacing: 1.5px;
}

.cspMarketHighlight > strong {
    display: block;

    margin-bottom: 8px;

    color: #10294a;

    font-family: Georgia, serif;
    font-size: 34px;
}

.cspMarketHighlight p,
.cspResearchBox p {
    margin: 0;

    color: #4a5a6d;
}

.cspResearchBox h3 {
    margin: 0 0 12px;

    font-family: Georgia, serif;
    font-size: 24px;
    color: #10294a;
}


/* =========================================================
   SECTION 2 — TRADES
========================================================= */

.cspTrades {
    padding: 110px 0;

    background: #081d38;

    color: #ffffff;
}

.cspTrades:before {
    content: "1770";
    position: absolute;

    right: -20px;
    bottom: -100px;

    color: rgba(255,255,255,.025);

    font-family: Georgia, serif;
    font-size: 280px;
    font-weight: 700;

    pointer-events: none;
}

.cspTradesHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 65px;
}

.cspTrades h2 {
    color: #ffffff;
}

.cspTrades h2 strong {
    color: #ddb457;
}

.cspTradesNumber {
    color: rgba(220,180,84,.3);

    font-family: Georgia, serif;
    font-size: 100px;
    line-height: .7;
}

.cspTradesLayout {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 75px;
    align-items: start;
}

.cspTradesDescription {
    max-width: 720px;
}

.cspTradesDescription p {
    color: #e7eef7;
}

.cspTradesDescription p strong {
    color: #ffffff;
}

.cspLead {
    color: #ffffff !important;

    font-size: 20px !important;
    line-height: 1.7 !important;
}

.cspArtistPanel {
    border: 1px solid rgba(222,181,88,.35);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.015)
        );

    padding: 30px;
}

.cspArtistPanelTitle {
    padding-bottom: 17px;

    border-bottom: 1px solid rgba(255,255,255,.14);

    color: #d9ad4d;

    font-size: 12px;
    font-weight: 850;
    letter-spacing: 2px;
}

.cspArtist {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 15px;

    padding: 22px 0;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.cspArtist:last-child {
    border-bottom: 0;
}

.cspArtistNo {
    color: #b98a2d;

    font-family: Georgia, serif;
    font-size: 17px;
}

.cspArtist strong {
    display: block;

    margin-bottom: 4px;

    color: #ffffff;

    font-family: Georgia, serif;
    font-size: 21px;
}

.cspArtist small {
    display: block;

    color: #bfcddd;

    font-size: 15px;
    line-height: 1.5;
}

.cspTradesInsight {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;

    max-width: 850px;

    margin-top: 65px;
    padding: 28px;

    border-left: 3px solid #d1a43d;

    background: rgba(255,255,255,.045);
}

.cspInsightIcon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    border: 1px solid #d1a43d;
    border-radius: 50%;

    color: #dcb253;

    font-size: 25px;
}

.cspTradesInsight span {
    color: #dcb253;

    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.8px;
}

.cspTradesInsight p {
    margin: 8px 0 0;

    color: #eaf0f7;
}


/* =========================================================
   SECTION 3 — AATA
========================================================= */

.cspAata {
    padding: 110px 0;

    background:
        linear-gradient(
            135deg,
            #f5f0e4,
            #eae2d1
        );

    color: #172c49;
}

.cspAataGrid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 85px;
}

.cspNumberDark {
    color: #a77922;
}

.cspAata h2 {
    color: #10294a;
}

.cspAataContent {
    max-width: 800px;
}

.cspAataLead {
    margin-top: 0;

    color: #172f4e !important;

    font-size: 20px !important;
    line-height: 1.75 !important;
}

.cspAataContent > p:not(.cspAataLead) {
    color: #46576b;
}

.cspWatermarkBox {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 22px;

    margin-top: 35px;
    padding: 30px;

    border: 1px solid #d5c8ae;

    background: rgba(255,255,255,.55);
}

.cspWatermarkIcon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    height: 60px;

    border: 1px solid #b98a2d;

    color: #a67720;

    font-family: Georgia, serif;
    font-size: 25px;
}

.cspWatermarkBox span,
.cspPostQuem span {
    color: #aa7b24;

    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.7px;
}

.cspWatermarkBox h3 {
    margin: 7px 0 8px;

    color: #10294a;

    font-family: Georgia, serif;
    font-size: 25px;
}

.cspWatermarkBox p {
    margin: 0;

    color: #4a596b;
}

.cspPostQuem {
    margin-top: 22px;
    padding: 28px;

    background: #0b2444;

    color: #ffffff;

    box-shadow: 0 15px 35px rgba(10,29,52,.12);
}

.cspPostQuem strong {
    display: block;

    margin: 6px 0;

    color: #e1b75a;

    font-family: Georgia, serif;
    font-size: 25px;
}

.cspPostQuem p {
    margin: 0;

    color: #e9f0f7;
}

.cspPostQuem p strong {
    display: inline;

    margin: 0;

    color: #ffffff;

    font-family: inherit;
    font-size: inherit;
}


/* =========================================================
   FINAL CTA
========================================================= */

.cspFinalCTA {
    padding: 75px 0;

    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(207,164,63,.16),
            transparent 35%
        ),
        #071a35;

    color: #ffffff;
}

.cspFinalInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    padding: 55px 60px;

    border: 1px solid rgba(220,179,82,.3);

    background: rgba(255,255,255,.025);
}

.cspFinalContent {
    max-width: 750px;
}

.cspFinalCTA h2 {
    color: #ffffff;
}

.cspFinalCTA h2 strong {
    color: #dfb75a;
}

.cspFinalCTA p {
    margin: 20px 0 0;

    color: #e6eef7;
}

.cspFinalAction {
    flex: 0 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.cspFinalButton {
    min-width: 230px;
}

.cspFinalPhone {
    color: #e0b45a !important;

    font-size: 18px;
    font-weight: 800;
    text-decoration: none !important;
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 991px) {

    .cspHero {
        padding: 80px 0;
    }

    .cspNaturalHistory,
    .cspTrades,
    .cspAata {
        padding: 80px 0;
    }

    .cspNaturalGrid,
    .cspTradesLayout,
    .cspAataGrid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .cspNaturalBottom {
        grid-template-columns: 1fr;
    }

    .cspTradesNumber {
        font-size: 70px;
    }

    .cspFinalInner {
        padding: 45px;
    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {

    .cspHero {
        padding: 65px 0 60px;
    }

    .cspHero h1 {
        font-size: 40px;
        letter-spacing: -.5px;
    }

    .cspHero p {
        font-size: 15px;
        line-height: 1.75;
    }

    .cspHeroTags {
        gap: 7px;
    }

    .cspHeroTags span {
        font-size: 15px;
        padding: 8px 11px;
    }

    .cspHeroCTA {
        align-items: stretch;
        flex-direction: column;
        gap: 17px;
    }

    .cspPrimaryBtn {
        width: 100%;
        min-height: 56px;
    }

    .cspPhone {
        align-self: flex-start;
    }


    .cspNaturalHistory,
    .cspTrades,
    .cspAata {
        padding: 65px 0;
    }

    .cspSectionHeading {
        gap: 15px;
        margin-bottom: 40px;
    }

    .cspSectionNumber {
        font-size: 31px;
    }

    .cspSectionKicker {
        font-size: 11px;
        letter-spacing: 1.4px;
    }

    .cspNaturalHistory h2,
    .cspTrades h2,
    .cspAata h2,
    .cspFinalCTA h2 {
        font-size: 35px;
    }


    .cspNaturalCard {
        padding: 25px 20px;
    }

    .cspNaturalCard h3 {
        font-size: 25px;
    }

    .cspCentreList > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .cspNaturalBottom {
        gap: 15px;
    }

    .cspMarketHighlight,
    .cspResearchBox {
        padding: 23px;
    }


    .cspTradesHeader {
        margin-bottom: 40px;
    }

    .cspTradesNumber {
        display: none;
    }

    .cspLead {
        font-size: 18px !important;
    }

    .cspArtistPanel {
        padding: 22px;
    }

    .cspArtist strong {
        font-size: 19px;
    }

    .cspTradesInsight {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 40px;
        padding: 22px;
    }


    .cspAataLead {
        font-size: 18px !important;
    }

    .cspWatermarkBox {
        grid-template-columns: 1fr;
        padding: 23px;
    }


    .cspFinalCTA {
        padding: 55px 0;
    }

    .cspFinalInner {
        flex-direction: column;
        align-items: flex-start;

        padding: 30px 22px;

        gap: 30px;
    }

    .cspFinalAction {
        width: 100%;
        align-items: stretch;
    }

    .cspFinalButton {
        width: 100%;
    }

    .cspFinalPhone {
        text-align: center;
    }

}


/* =========================================================
   EXTRA SMALL DEVICES
========================================================= */

@media (max-width: 420px) {

    .cspHero h1 {
        font-size: 34px;
    }

    .cspHeroRule {
        margin: 25px 0;
    }

    .cspNaturalHistory h2,
    .cspTrades h2,
    .cspAata h2,
    .cspFinalCTA h2 {
        font-size: 31px;
    }

    .cspHeroTags span {
        font-size: 15px;
    }

}

/* ============================================================
   IVORY MINIATURE VALUATION
   ROYAL NAVY + ANTIQUE GOLD DESIGN SYSTEM
============================================================ */

:root{

    --imv-navy:#071d38;
    --imv-navy-deep:#041426;
    --imv-navy-soft:#0d2949;

    --imv-gold:#c99a35;
    --imv-gold-light:#e4bf65;
    --imv-gold-dark:#9d7321;

    --imv-ivory:#f7f1e5;
    --imv-paper:#eee5d3;

    --imv-white:#ffffff;
    --imv-text:#27364a;
    --imv-muted:#687589;

    --imv-border:rgba(201,154,53,.28);

}


/* ============================================================
   GLOBAL
============================================================ */

.imvHero,
.imvHistory,
.imvLegal,
.imvImplications,
.imvLawNote,
.imvCTA{

    position:relative;
    overflow:hidden;

}

.imvHero p,
.imvHistory p,
.imvLegal p,
.imvImplications p,
.imvLawNote p,
.imvCTA p{

    font-size:16px;
    line-height:1.85;
}


/* ============================================================
   HERO
============================================================ */

.imvHero{

    background:
        linear-gradient(
            135deg,
            var(--imv-navy-deep) 0%,
            var(--imv-navy) 55%,
            #0b2748 100%
        );

    padding:105px 0 95px;

    color:var(--imv-white);

    border-bottom:1px solid rgba(201,154,53,.25);

}


.imvHero::before{

    content:"";

    position:absolute;

    width:520px;
    height:520px;

    right:-180px;
    top:-210px;

    border:1px solid rgba(201,154,53,.15);

    border-radius:50%;

    box-shadow:
        0 0 0 70px rgba(201,154,53,.025),
        0 0 0 140px rgba(201,154,53,.02);

}


.imvHeroGlow{

    position:absolute;

    left:-150px;
    bottom:-220px;

    width:480px;
    height:480px;

    background:rgba(201,154,53,.05);

    border-radius:50%;

    filter:blur(20px);

}


.imvHeroInner{

    position:relative;

    max-width:1080px;

    margin:0 auto;

}


.imvHeroEyebrow{

    display:flex;
    align-items:center;

    gap:13px;

    color:var(--imv-gold-light);

    font-size:15px;
    font-weight:800;

    letter-spacing:2px;
    text-transform:uppercase;

    margin-bottom:25px;

}


.imvHeroEyebrow span{

    width:42px;
    height:2px;

    background:var(--imv-gold);

    display:block;

}


.imvHero h1{

    max-width:1000px;

    margin:0;

    font-family:Georgia,"Times New Roman",serif;

    font-size:clamp(42px,5.4vw,74px);

    line-height:1.05;

    font-weight:500;

    letter-spacing:-1.8px;

    color:var(--imv-white);

}


.imvHero h1 strong{

    color:var(--imv-gold-light);

    font-weight:600;

}


.imvHeroRule{

    width:110px;
    height:3px;

    background:linear-gradient(
        90deg,
        var(--imv-gold),
        transparent
    );

    margin:34px 0 30px;

}


.imvHeroIntro{

    max-width:950px;

    color:#ffffff !important;

    font-size:19px !important;

    line-height:1.8 !important;

}


.imvHero p{

    max-width:970px;

    color:#e9eef5;

    margin:0 0 20px;

}


.imvHero p strong{

    color:var(--imv-gold-light);

    font-weight:700;

}


.imvHeroTags{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-top:35px;

}


.imvHeroTags span{

    border:1px solid rgba(228,191,101,.35);

    color:#f8e8bd;

    background:rgba(255,255,255,.035);

    padding:10px 16px;

    border-radius:3px;

    font-size:15px;

    font-weight:600;

}


/* ============================================================
   HISTORY SECTION
============================================================ */

.imvHistory{

    background:var(--imv-ivory);

    padding:100px 0;

    color:var(--imv-text);

}


.imvSectionHeading{

    display:flex;

    align-items:flex-start;

    gap:22px;

    margin-bottom:55px;

}


.imvSectionNumber{

    font-family:Georgia,"Times New Roman",serif;

    font-size:48px;

    line-height:1;

    color:var(--imv-gold);

    opacity:.75;

}


.imvKicker{

    display:block;

    color:var(--imv-gold-dark);

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:12px;

}


.imvHistory h2,
.imvImplications h2{

    margin:0;

    color:var(--imv-navy);

    font-family:Georgia,"Times New Roman",serif;

    font-size:clamp(32px,4vw,52px);

    line-height:1.15;

    font-weight:500;

}


.imvHistory h2 strong,
.imvImplications h2 strong{

    color:var(--imv-gold-dark);

}


.imvHistoryGrid{

    display:grid;

    grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);

    gap:65px;

    align-items:start;

}


.imvHistoryText{

    position:relative;

    padding-left:28px;

}


.imvHistoryText::before{

    content:"";

    position:absolute;

    left:0;
    top:7px;

    width:3px;
    height:calc(100% - 14px);

    background:linear-gradient(
        to bottom,
        var(--imv-gold),
        transparent
    );

}


.imvHistoryText p{

    color:#3d4b5e;

    margin:0 0 23px;

}


.imvHistoryText strong{

    color:var(--imv-navy);

}


.imvHistoryPanel{

    background:var(--imv-navy);

    padding:30px;

    border-top:4px solid var(--imv-gold);

    box-shadow:0 20px 45px rgba(4,20,38,.16);

}


.imvPanelTop{

    display:flex;

    justify-content:space-between;

    align-items:center;

    color:var(--imv-gold-light);

    font-size:15px;

    letter-spacing:1.8px;

    font-weight:800;

    padding-bottom:20px;

    border-bottom:1px solid rgba(255,255,255,.12);

}


.imvPanelTop i{

    width:38px;
    height:1px;

    background:var(--imv-gold);

}


.imvFocusItem{

    display:flex;

    gap:18px;

    padding:22px 0;

    border-bottom:1px solid rgba(255,255,255,.10);

}


.imvFocusItem:last-child{

    border-bottom:0;
    padding-bottom:0;

}


.imvFocusItem > strong{

    font-family:Georgia,"Times New Roman",serif;

    color:var(--imv-gold-light);

    font-size:18px;

}


.imvFocusItem b{

    display:block;

    color:#ffffff;

    font-size:16px;

    margin-bottom:5px;

}


.imvFocusItem span{

    display:block;

    color:#d9e2ed;

    font-size:15px;

    line-height:1.5;

}


/* ============================================================
   LEGAL SECTION
============================================================ */

.imvLegal{

    background:
        linear-gradient(
            135deg,
            #041426 0%,
            #09213d 100%
        );

    padding:105px 0;

    color:#fff;

}


.imvLegalPattern{

    position:absolute;

    inset:0;

    opacity:.4;

    background-image:

        linear-gradient(
            rgba(201,154,53,.05) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(201,154,53,.05) 1px,
            transparent 1px
        );

    background-size:42px 42px;

}


.imvLegalHeading{

    position:relative;

    max-width:850px;

    margin-bottom:55px;

}


.imvLegalEyebrow{

    display:inline-block;

    color:var(--imv-gold-light);

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

    margin-bottom:18px;

}


.imvLegal h2{

    margin:0 0 20px;

    color:#fff;

    font-family:Georgia,"Times New Roman",serif;

    font-size:clamp(34px,4vw,54px);

    line-height:1.15;

    font-weight:500;

}


.imvLegal h2 strong{

    color:var(--imv-gold-light);

}


.imvLegalHeading p{

    color:#e5ebf3;

    max-width:760px;

    margin:0;

}


.imvLegalGrid{

    position:relative;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

}


.imvLegalCard{

    position:relative;

    background:rgba(255,255,255,.055);

    border:1px solid rgba(228,191,101,.20);

    padding:30px 25px 28px;

    min-height:350px;

    transition:.35s ease;

}


.imvLegalCard:hover{

    transform:translateY(-7px);

    border-color:rgba(228,191,101,.55);

    background:rgba(255,255,255,.085);

}


.imvLegalCardNo{

    position:absolute;

    top:18px;
    right:20px;

    color:rgba(228,191,101,.45);

    font-size:15px;

    font-weight:800;

}


.imvLegalIcon{

    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid var(--imv-gold);

    color:var(--imv-gold-light);

    font-family:Georgia,"Times New Roman",serif;

    font-size:16px;
    font-weight:700;

    margin-bottom:28px;

}


.imvLegalCard h3{

    color:#fff;

    font-family:Georgia,"Times New Roman",serif;

    font-size:24px;

    line-height:1.25;

    margin:0 0 15px;

}


.imvLegalCard p{

    color:#dce5ef;

    font-size:15px;

    line-height:1.75;

    margin:0;

}


.imvLegalCard p strong{

    color:var(--imv-gold-light);

}


/* ============================================================
   IMPLICATIONS
============================================================ */

.imvImplications{

    background:#fff;

    padding:105px 0;

}


.imvImplicationsTop{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    gap:30px;

    margin-bottom:55px;

}


.imvGoldMark{

    display:flex;

    align-items:center;

    gap:10px;

    color:var(--imv-gold);

}


.imvGoldMark span{

    width:35px;
    height:1px;

    background:var(--imv-gold);

}


.imvGoldMark b{

    font-family:Georgia,"Times New Roman",serif;

    font-size:25px;

    font-weight:500;

}


.imvImplicationList{

    border-top:1px solid #d9d2c5;

}


.imvImplication{

    display:grid;

    grid-template-columns:80px minmax(0,1fr) 45px;

    align-items:center;

    gap:25px;

    padding:30px 10px;

    border-bottom:1px solid #ddd6ca;

    transition:.3s ease;

}


.imvImplication:hover{

    background:#fbf8f1;

    padding-left:22px;

    padding-right:22px;

}


.imvImplicationNo{

    font-family:Georgia,"Times New Roman",serif;

    color:var(--imv-gold-dark);

    font-size:20px;

}


.imvImplicationContent h3{

    margin:0 0 8px;

    color:var(--imv-navy);

    font-family:Georgia,"Times New Roman",serif;

    font-size:25px;

    font-weight:600;

}


.imvImplicationContent p{

    margin:0;

    max-width:900px;

    color:#5c6878;

    font-size:15px;

    line-height:1.75;

}


.imvImplicationContent strong{

    color:var(--imv-navy);

}


.imvImplicationArrow{

    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid var(--imv-border);

    color:var(--imv-gold-dark);

    font-size:20px;

}


/* ============================================================
   LAW NOTE
============================================================ */

.imvLawNote{

    background:var(--imv-ivory);

    padding:70px 0;

}


.imvLawNoteInner{

    display:grid;

    grid-template-columns:90px minmax(0,1fr) auto;

    gap:35px;

    align-items:center;

    background:var(--imv-navy);

    padding:45px;

    border-left:5px solid var(--imv-gold);

    box-shadow:0 18px 45px rgba(4,20,38,.15);

}


.imvLawBadge{

    text-align:center;

    border-right:1px solid rgba(255,255,255,.15);

    padding-right:30px;

}


.imvLawBadge span{

    display:block;

    color:var(--imv-gold-light);

    font-size:15px;

    font-weight:800;

    letter-spacing:1.5px;

    margin-bottom:8px;

}


.imvLawBadge strong{

    color:#fff;

    font-family:Georgia,"Times New Roman",serif;

    font-size:35px;

    font-weight:500;

}


.imvLawContent > span{

    display:block;

    color:var(--imv-gold-light);

    font-size:15px;

    font-weight:800;

    letter-spacing:1.4px;

    margin-bottom:12px;

}


.imvLawContent h2{

    margin:0 0 12px;

    color:#fff;

    font-family:Georgia,"Times New Roman",serif;

    font-size:32px;

    line-height:1.2;

    font-weight:500;

}


.imvLawContent h2 strong{

    color:var(--imv-gold-light);

}


.imvLawContent p{

    margin:0;

    max-width:760px;

    color:#dce6f0;

    font-size:15px;

    line-height:1.7;

}


.imvLawContent p strong{

    color:#f0d58e;

}


.imvLawAction{

    min-width:220px;

}


.imvLawButton{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    min-height:58px;

    padding:15px 20px;

    background:var(--imv-gold);

    color:#071d38;

    text-decoration:none;

    font-size:15px;

    font-weight:800;

    transition:.3s ease;

}


.imvLawButton span{

    font-size:22px;

}


.imvLawButton:hover{

    background:var(--imv-gold-light);

    color:#071d38;

    transform:translateY(-3px);

}


/* ============================================================
   FINAL CTA
============================================================ */

.imvCTA{

    background:
        linear-gradient(
            120deg,
            #071d38,
            #0b294b
        );

    padding:85px 0;

    border-top:1px solid rgba(201,154,53,.25);

}


.imvCTA::after{

    content:"";

    position:absolute;

    width:400px;
    height:400px;

    right:-180px;
    top:-180px;

    border:1px solid rgba(201,154,53,.16);

    border-radius:50%;

}


.imvCTAInner{

    position:relative;
    z-index:2;

    display:grid;

    grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);

    gap:65px;

    align-items:center;

}


.imvCTALabel{

    display:block;

    color:var(--imv-gold-light);

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

    margin-bottom:15px;

}


.imvCTA h2{

    max-width:850px;

    margin:0 0 18px;

    color:#fff;

    font-family:Georgia,"Times New Roman",serif;

    font-size:clamp(35px,4.3vw,56px);

    line-height:1.12;

    font-weight:500;

}


.imvCTA h2 strong{

    color:var(--imv-gold-light);

}


.imvCTAContent p{

    max-width:760px;

    color:#e2e9f1;

    margin:0;

}


.imvCTAContent p strong{

    color:#f1d48a;

}


.imvCTAActions{

    display:flex;

    flex-direction:column;

    gap:16px;

}


.imvPrimaryCTA{

    display:flex;

    align-items:center;

    gap:14px;

    min-height:76px;

    padding:12px 17px;

    background:var(--imv-gold);

    color:var(--imv-navy);

    text-decoration:none;

    transition:.35s ease;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

}


.imvPrimaryCTA:hover{

    background:var(--imv-gold-light);

    color:var(--imv-navy);

    transform:translateY(-4px);

}


.imvCTAIcon{

    width:44px;
    height:44px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(7,29,56,.30);

    border-radius:50%;

    font-size:18px;

}


.imvCTAButtonText{

    display:flex;

    flex-direction:column;

    flex:1;

    font-size:15px;

    font-weight:800;

    line-height:1.4;

}


.imvCTAButtonText small{

    display:block;

    font-size:15px;

    letter-spacing:1px;

    margin-bottom:2px;

}


.imvPrimaryCTA > strong{

    font-size:23px;

}


.imvPhoneCTA{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    padding:4px 3px;

    color:#fff;

    text-decoration:none;

    border-bottom:1px solid rgba(228,191,101,.25);

}


.imvPhoneCTA span{

    color:#cbd6e2;

    font-size:15px;

}


.imvPhoneCTA strong{

    color:var(--imv-gold-light);

    font-size:17px;

    letter-spacing:.5px;

}


.imvPhoneCTA:hover strong{

    color:#fff;

}


/* ============================================================
   RESPONSIVE — TABLET
============================================================ */

@media (max-width:991px){

    .imvHero{

        padding:80px 0 75px;

    }

    .imvHistory,
    .imvLegal,
    .imvImplications{

        padding:80px 0;

    }

    .imvHistoryGrid{

        grid-template-columns:1fr;

        gap:45px;

    }

    .imvLegalGrid{

        grid-template-columns:repeat(2,1fr);

    }

    .imvLawNoteInner{

        grid-template-columns:75px 1fr;

    }

    .imvLawAction{

        grid-column:2;

    }

    .imvCTAInner{

        grid-template-columns:1fr;

        gap:40px;

    }

}


/* ============================================================
   RESPONSIVE — MOBILE
============================================================ */

@media (max-width:767px){

    .imvHero{

        padding:65px 0 60px;

    }

    .imvHero h1{

        font-size:40px;

        letter-spacing:-.8px;

    }

    .imvHeroIntro{

        font-size:17px !important;

    }

    .imvHero p{

        font-size:15px;

    }

    .imvHeroTags{

        gap:8px;

    }

    .imvHeroTags span{

        font-size:15px;

        padding:8px 11px;

    }


    .imvHistory,
    .imvLegal,
    .imvImplications{

        padding:65px 0;

    }


    .imvSectionHeading{

        gap:15px;

        margin-bottom:40px;

    }

    .imvSectionNumber{

        font-size:35px;

    }

    .imvHistory h2,
    .imvImplications h2{

        font-size:34px;

    }


    .imvHistoryText{

        padding-left:20px;

    }


    .imvHistoryPanel{

        padding:23px;

    }


    .imvLegalGrid{

        grid-template-columns:1fr;

    }


    .imvLegalCard{

        min-height:auto;

        padding:25px 22px;

    }


    .imvImplicationsTop{

        align-items:flex-start;

        margin-bottom:40px;

    }


    .imvGoldMark{

        display:none;

    }


    .imvImplication{

        grid-template-columns:48px 1fr;

        gap:14px;

        padding:25px 0;

    }


    .imvImplicationArrow{

        display:none;

    }


    .imvImplicationContent h3{

        font-size:22px;

    }


    .imvLawNote{

        padding:50px 0;

    }


    .imvLawNoteInner{

        display:block;

        padding:28px 23px;

    }


    .imvLawBadge{

        display:flex;

        align-items:center;

        gap:10px;

        border-right:0;

        border-bottom:1px solid rgba(255,255,255,.15);

        padding:0 0 18px;

        margin-bottom:22px;

    }


    .imvLawBadge span{

        margin:0;

    }


    .imvLawBadge strong{

        font-size:25px;

    }


    .imvLawContent h2{

        font-size:28px;

    }


    .imvLawAction{

        margin-top:25px;

        min-width:0;

    }


    .imvCTA{

        padding:65px 0;

    }


    .imvCTA h2{

        font-size:35px;

    }


    .imvPrimaryCTA{

        min-height:72px;

    }


    .imvPhoneCTA{

        flex-direction:column;

        align-items:flex-start;

        gap:5px;

        padding-bottom:12px;

    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width:480px){

    .imvHero h1{

        font-size:35px;

    }

    .imvHeroEyebrow{

        font-size:15px;

        letter-spacing:1.2px;

    }

    .imvHeroRule{

        margin:25px 0;

    }

    .imvHistory h2,
    .imvImplications h2{

        font-size:30px;

    }

    .imvLegal h2{

        font-size:30px;

    }

    .imvCTA h2{

        font-size:31px;

    }

    .imvCTAButtonText{

        font-size:15px;

    }

    .imvCTAButtonText small{

        font-size:15px;

    }

}

/* =========================================================
   TECHNICAL AUTHENTICATION PAGE
   ROYAL NAVY + GOLD DESIGN SYSTEM
========================================================== */

:root{

    --mpva-navy:#071a33;
    --mpva-navy-2:#0d294b;
    --mpva-navy-3:#12375e;

    --mpva-gold:#b8892e;
    --mpva-gold-light:#d9b866;
    --mpva-gold-soft:#f0dfb3;

    --mpva-ivory:#fbf8f0;
    --mpva-white:#ffffff;
    --mpva-text:#25364a;
    --mpva-muted:#64748b;

    --mpva-border:#e5dcc9;

}


/* =========================================================
   GLOBAL
========================================================== */

.mpva-tech-hero,
.mpva-wasli-section,
.mpva-pigment-section,
.mpva-xrf-section,
.mpva-inscription-section,
.mpva-tech-cta{

    font-size:16px;
    line-height:1.75;

}

.mpva-tech-hero *,
.mpva-wasli-section *,
.mpva-pigment-section *,
.mpva-xrf-section *,
.mpva-inscription-section *,
.mpva-tech-cta *{

    box-sizing:border-box;

}

.mpva-tech-hero p,
.mpva-wasli-section p,
.mpva-pigment-section p,
.mpva-xrf-section p,
.mpva-inscription-section p,
.mpva-tech-cta p{

    font-size:16px;
    margin-bottom:18px;

}

.mpva-tech-hero strong,
.mpva-wasli-section strong,
.mpva-pigment-section strong,
.mpva-xrf-section strong,
.mpva-inscription-section strong,
.mpva-tech-cta strong{

    font-weight:800;

}


/* =========================================================
   HERO
========================================================== */

.mpva-tech-hero{

    position:relative;
    overflow:hidden;
    padding:95px 0 100px;

    background:
        radial-gradient(circle at 85% 20%, rgba(184,137,46,.18), transparent 28%),
        linear-gradient(135deg,#06172d 0%,#0b2341 55%,#071a33 100%);

    color:#fff;

}

.mpva-tech-hero:before{

    content:"";
    position:absolute;
    width:380px;
    height:380px;
    right:-180px;
    bottom:-190px;

    border:1px solid rgba(217,184,102,.35);
    border-radius:50%;

}

.mpva-tech-hero-inner{

    display:grid;
    grid-template-columns:minmax(0,1fr) 280px;
    gap:65px;
    align-items:center;

}

.mpva-tech-hero-content{

    max-width:930px;

}

.mpva-tech-eyebrow{

    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-bottom:20px;

    color:var(--mpva-gold-light);

    font-size:15px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;

}

.mpva-tech-eyebrow:before{

    content:"";
    width:35px;
    height:2px;

    background:var(--mpva-gold-light);

}

.mpva-tech-hero h1{

    margin:0;

    color:#fff;

    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(38px,4.4vw,64px);
    line-height:1.1;
    font-weight:500;
    letter-spacing:-1.2px;

}

.mpva-tech-hero h1 strong{

    color:var(--mpva-gold-light);

}

.mpva-tech-gold-line{

    width:100px;
    height:4px;
    margin:30px 0;

    background:linear-gradient(
        90deg,
        var(--mpva-gold),
        var(--mpva-gold-light)
    );

}

.mpva-tech-hero p{

    max-width:940px;
    color:#e8eef6;

}

.mpva-tech-hero-badge{

    display:flex;
    justify-content:center;

}

.mpva-tech-badge-inner{

    width:230px;
    height:230px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(217,184,102,.55);
    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(184,137,46,.18),
            rgba(7,26,51,.9) 68%
        );

    box-shadow:
        0 25px 70px rgba(0,0,0,.3),
        inset 0 0 30px rgba(217,184,102,.08);

    text-align:center;

}

.mpva-tech-badge-icon{

    color:var(--mpva-gold-light);
    font-size:38px;
    line-height:1;
    margin-bottom:14px;

}

.mpva-tech-badge-inner strong{

    color:#fff;
    font-size:20px;

}

.mpva-tech-badge-inner small{

    display:block;
    max-width:160px;
    margin-top:7px;

    color:#cbd7e5;
    font-size:15px;
    line-height:1.5;

}


/* =========================================================
   SECTION COMMON
========================================================== */

.mpva-section-number{

    display:block;

    color:var(--mpva-gold);

    font-size:34px;
    line-height:1;
    font-weight:900;

}

.mpva-section-kicker{

    display:inline-block;
    margin:8px 0 12px;

    color:var(--mpva-gold);

    font-size:15px;
    font-weight:900;
    letter-spacing:1.7px;
    text-transform:uppercase;

}

.mpva-mini-rule{

    width:65px;
    height:3px;
    margin:22px 0;

    background:var(--mpva-gold);

}


/* =========================================================
   WASLI SECTION
========================================================== */

.mpva-wasli-section{

    padding:95px 0;

    background:var(--mpva-ivory);

    color:var(--mpva-text);

}

.mpva-wasli-grid{

    display:grid;
    grid-template-columns:30% 70%;
    gap:55px;

}

.mpva-wasli-intro h2{

    margin:12px 0 0;

    color:var(--mpva-navy);

    font-family:Georgia,"Times New Roman",serif;
    font-size:44px;
    line-height:1.15;

}

.mpva-wasli-intro h2 strong{

    color:var(--mpva-gold);

}

.mpva-lead{

    color:#536579;
    font-size:17px !important;

}

.mpva-feature-card{

    display:flex;
    gap:24px;
    padding:30px;

    border:1px solid var(--mpva-border);
    border-left:5px solid var(--mpva-gold);

    background:#fff;

    box-shadow:0 15px 45px rgba(7,26,51,.08);

}

.mpva-feature-icon{

    flex:0 0 58px;
    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    background:var(--mpva-navy);
    color:var(--mpva-gold-light);

    font-family:Georgia,serif;
    font-size:25px;
    font-weight:800;

}

.mpva-feature-card h3{

    margin:0 0 8px;

    color:var(--mpva-navy);

    font-size:22px;

}

.mpva-feature-card p{

    margin:0;

}

.mpva-wasli-points{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;

    margin-top:22px;

}

.mpva-wasli-point{

    padding:24px;

    border:1px solid #e8dfce;

    background:#fff;

}

.mpva-wasli-point > span{

    display:block;
    margin-bottom:13px;

    color:var(--mpva-gold);

    font-size:14px;
    font-weight:900;

}

.mpva-wasli-point strong{

    display:block;

    color:var(--mpva-navy);
    font-size:17px;

}

.mpva-wasli-point p{

    margin:6px 0 0;

    color:#5d6d80;
    font-size:15px !important;

}

.mpva-company-paper{

    margin-top:22px;
    padding:25px 28px;

    border:1px solid #dccda9;

    background:
        linear-gradient(
            110deg,
            #f4ead0,
            #fffdf7
        );

}

.mpva-company-label{

    display:inline-block;
    margin-bottom:8px;

    color:var(--mpva-navy);

    font-size:15px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;

}

.mpva-company-paper p{

    margin:0;

    color:#34475b;

}


/* =========================================================
   PIGMENT SECTION — DARK
========================================================== */

.mpva-pigment-section{

    padding:100px 0;

    background:
        linear-gradient(
            135deg,
            #06172d,
            #0d294b
        );

    color:#f5f8fb;

}

.mpva-section-heading-light{

    max-width:850px;
    margin-bottom:48px;

}

.mpva-section-heading-light > span{

    color:var(--mpva-gold-light);

    font-size:15px;
    font-weight:900;
    letter-spacing:2px;

}

.mpva-section-heading-light h2{

    margin:12px 0 16px;

    color:#fff;

    font-family:Georgia,"Times New Roman",serif;
    font-size:44px;
    line-height:1.18;

}

.mpva-section-heading-light h2 strong{

    color:var(--mpva-gold-light);

}

.mpva-section-heading-light p{

    color:#dce6f1;

}

.mpva-pigment-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;

}

.mpva-pigment-card{

    position:relative;

    min-height:310px;
    padding:30px;

    border:1px solid rgba(255,255,255,.13);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );

    transition:
        transform .3s ease,
        border-color .3s ease;

}

.mpva-pigment-card:hover{

    transform:translateY(-6px);

    border-color:rgba(217,184,102,.6);

}

.mpva-pigment-number{

    display:block;
    margin-bottom:18px;

    color:var(--mpva-gold-light);

    font-size:14px;
    font-weight:900;
    letter-spacing:1px;

}

.mpva-pigment-card h3{

    margin:0;

    color:#fff;

    font-family:Georgia,serif;
    font-size:25px;

}

.mpva-pigment-sub{

    display:block;
    margin:4px 0 17px;

    color:#bfcddd;

    font-size:15px;
    font-style:italic;

}

.mpva-pigment-card p{

    color:#e2e9f1;

}

.mpva-pigment-note{

    padding-top:14px;

    border-top:1px solid rgba(255,255,255,.12);

    color:#d4deea;

    font-size:15px;

}

.mpva-pigment-warning{

    padding:14px 16px;

    border-left:3px solid var(--mpva-gold);

    background:rgba(184,137,46,.12);

    color:#f2e9d4;

    font-size:15px;

}


/* =========================================================
   XRF SECTION
========================================================== */

.mpva-xrf-section{

    padding:100px 0;

    background:#f5f7fa;

    color:var(--mpva-text);

}

.mpva-xrf-header{

    max-width:800px;
    margin-bottom:45px;

}

.mpva-xrf-header .mpva-section-kicker{

    color:var(--mpva-gold);

}

.mpva-xrf-header h2{

    margin:8px 0 14px;

    color:var(--mpva-navy);

    font-family:Georgia,serif;
    font-size:45px;
    line-height:1.18;

}

.mpva-xrf-header h2 strong{

    color:var(--mpva-gold);

}

.mpva-xrf-layout{

    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:25px;

}

.mpva-xrf-main-card{

    padding:42px;

    background:var(--mpva-navy);
    color:#fff;

    box-shadow:0 20px 55px rgba(7,26,51,.15);

}

.mpva-xrf-symbol{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:74px;
    height:74px;
    margin-bottom:24px;

    border:1px solid var(--mpva-gold-light);

    color:var(--mpva-gold-light);

    font-size:20px;
    font-weight:900;

}

.mpva-xrf-main-card h3{

    margin:0 0 12px;

    color:#fff;

    font-family:Georgia,serif;
    font-size:29px;

}

.mpva-xrf-main-card p{

    color:#dce5ef;

}

.mpva-element-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;

    margin-top:30px;

}

.mpva-element-grid div{

    padding:17px;

    border:1px solid rgba(255,255,255,.12);

}

.mpva-element-grid strong{

    display:block;
    margin-bottom:3px;

    color:var(--mpva-gold-light);
    font-size:16px;

}

.mpva-element-grid span{

    color:#d4deea;
    font-size:15px;

}

.mpva-imaging-card{

    padding:42px;

    background:#fff;

    border:1px solid #e1e7ee;

    box-shadow:0 15px 45px rgba(7,26,51,.08);

}

.mpva-imaging-title{

    display:block;
    margin-bottom:14px;

    color:var(--mpva-gold);

    font-size:15px;
    font-weight:900;
    letter-spacing:1.5px;
    text-transform:uppercase;

}

.mpva-imaging-card h3{

    margin:0 0 14px;

    color:var(--mpva-navy);

    font-family:Georgia,serif;
    font-size:29px;
    line-height:1.25;

}

.mpva-imaging-card p{

    color:#526477;

}

.mpva-imaging-list{

    display:flex;
    flex-direction:column;
    gap:10px;

    margin-top:25px;

}

.mpva-imaging-list span{

    padding:13px 15px;

    background:#f3f5f8;

    color:#35485d;

    font-size:15px;

}

.mpva-imaging-list b{

    display:inline-block;
    min-width:45px;

    color:var(--mpva-gold);

}

.mpva-lab-note{

    display:flex;
    align-items:center;
    gap:18px;

    margin-top:25px;
    padding:23px 28px;

    border:1px solid #d9c99f;

    background:#fffdf7;

}

.mpva-lab-icon{

    flex:0 0 42px;
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:var(--mpva-gold);
    color:#fff;

    font-size:25px;
    font-weight:700;

}

.mpva-lab-note p{

    margin:0;
    color:#35485d;

}


/* =========================================================
   INSCRIPTIONS SECTION
========================================================== */

.mpva-inscription-section{

    padding:105px 0;

    background:
        linear-gradient(
            115deg,
            #fffdf8,
            #f2ead9
        );

}

.mpva-inscription-grid{

    display:grid;
    grid-template-columns:32% 68%;
    gap:60px;
    align-items:center;

}

.mpva-inscription-visual{

    display:flex;
    justify-content:center;

}

.mpva-manuscript-frame{

    position:relative;

    width:280px;
    height:370px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    border:12px solid #c99d4b;

    outline:1px solid #8d6420;
    outline-offset:-20px;

    background:
        repeating-linear-gradient(
            0deg,
            rgba(124,86,35,.04) 0,
            rgba(124,86,35,.04) 1px,
            transparent 1px,
            transparent 7px
        ),
        #f4e6c6;

    box-shadow:
        0 25px 55px rgba(7,26,51,.18);

}

.mpva-frame-label{

    position:absolute;
    top:30px;

    color:#6b4d20;

    font-size:14px;
    font-weight:900;
    letter-spacing:3px;

}

.mpva-manuscript-lines{

    width:145px;
    margin-bottom:25px;

}

.mpva-manuscript-lines i{

    display:block;
    height:2px;
    margin:10px 0;

    background:#8e6a38;
    opacity:.65;

}

.mpva-manuscript-frame > strong{

    color:#694b20;

    font-family:Georgia,serif;
    font-size:16px;
    letter-spacing:2px;

}

.mpva-inscription-content h2{

    margin:7px 0 0;

    color:var(--mpva-navy);

    font-family:Georgia,serif;
    font-size:46px;
    line-height:1.15;

}

.mpva-inscription-content h2 strong{

    color:var(--mpva-gold);

}

.mpva-inscription-evidence{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;

    margin-top:30px;

}

.mpva-inscription-evidence > div{

    display:grid;
    grid-template-columns:40px 1fr;
    column-gap:12px;

    padding:19px;

    border:1px solid #dfd4bd;

    background:rgba(255,255,255,.65);

}

.mpva-inscription-evidence span{

    grid-row:span 2;

    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--mpva-navy);
    color:var(--mpva-gold-light);

    font-size:13px;
    font-weight:900;

}

.mpva-inscription-evidence strong{

    color:var(--mpva-navy);
    font-size:16px;

}

.mpva-inscription-evidence small{

    display:block;

    color:#607084;
    font-size:15px;
    line-height:1.5;

}

.mpva-seal-note{

    margin-top:20px;
    padding:23px 25px;

    border-left:4px solid var(--mpva-gold);

    background:#fff;

    box-shadow:0 8px 25px rgba(7,26,51,.06);

}

.mpva-seal-note strong{

    display:block;
    margin-bottom:5px;

    color:var(--mpva-navy);
    font-size:18px;

}

.mpva-seal-note p{

    margin:0;
    color:#506276;

}


/* =========================================================
   CTA
========================================================== */

.mpva-tech-cta{

    padding:75px 0;

    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(217,184,102,.15),
            transparent 28%
        ),
        var(--mpva-navy);

    color:#fff;

}

.mpva-tech-cta-inner{

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:45px;

    padding:45px 50px;

    border:1px solid rgba(217,184,102,.38);

}

.mpva-tech-cta-content{

    max-width:760px;

}

.mpva-tech-cta-content > span{

    display:block;
    margin-bottom:12px;

    color:var(--mpva-gold-light);

    font-size:15px;
    font-weight:900;
    letter-spacing:1.8px;

}

.mpva-tech-cta h2{

    margin:0 0 12px;

    color:#fff;

    font-family:Georgia,serif;
    font-size:38px;
    line-height:1.2;

}

.mpva-tech-cta h2 strong{

    color:var(--mpva-gold-light);

}

.mpva-tech-cta p{

    margin:0;
    color:#d9e3ed;

}

.mpva-tech-cta-button{

    min-width:255px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    padding:18px 25px;

    border:1px solid var(--mpva-gold-light);
    border-radius:4px;

    background:
        linear-gradient(
            135deg,
            var(--mpva-gold),
            #d3aa57
        );

    color:#071a33 !important;

    text-decoration:none !important;

    box-shadow:0 12px 30px rgba(0,0,0,.22);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}

.mpva-tech-cta-button:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 35px rgba(0,0,0,.3);

}

.mpva-tech-cta-button span{

    font-size:17px;
    font-weight:900;

}

.mpva-tech-cta-button strong{

    margin-top:3px;

    font-size:21px;

}


/* =========================================================
   TABLET
========================================================== */

@media (max-width:991px){

    .mpva-tech-hero{

        padding:75px 0;

    }

    .mpva-tech-hero-inner{

        grid-template-columns:1fr;
        gap:40px;

    }

    .mpva-tech-badge-inner{

        width:190px;
        height:190px;

    }

    .mpva-wasli-grid,
    .mpva-inscription-grid{

        grid-template-columns:1fr;

    }

    .mpva-wasli-intro{

        max-width:700px;

    }

    .mpva-pigment-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .mpva-xrf-layout{

        grid-template-columns:1fr;

    }

    .mpva-inscription-visual{

        justify-content:flex-start;

    }

    .mpva-tech-cta-inner{

        flex-direction:column;
        align-items:flex-start;

    }

}


/* =========================================================
   MOBILE
========================================================== */

@media (max-width:767px){

    .mpva-tech-hero{

        padding:60px 0 65px;

    }

    .mpva-tech-hero h1{

        font-size:36px;
        line-height:1.12;

    }

    .mpva-tech-hero p{

        font-size:15px;

    }

    .mpva-tech-badge-inner{

        width:165px;
        height:165px;

    }

    .mpva-tech-badge-icon{

        font-size:28px;

    }

    .mpva-tech-badge-inner strong{

        font-size:18px;

    }

    .mpva-wasli-section,
    .mpva-pigment-section,
    .mpva-xrf-section,
    .mpva-inscription-section{

        padding:70px 0;

    }

    .mpva-wasli-intro h2,
    .mpva-section-heading-light h2,
    .mpva-xrf-header h2,
    .mpva-inscription-content h2{

        font-size:34px;

    }

    .mpva-wasli-points,
    .mpva-pigment-grid,
    .mpva-inscription-evidence{

        grid-template-columns:1fr;

    }

    .mpva-feature-card{

        flex-direction:column;

    }

    .mpva-xrf-main-card,
    .mpva-imaging-card{

        padding:28px 22px;

    }

    .mpva-element-grid{

        grid-template-columns:1fr;

    }

    .mpva-lab-note{

        align-items:flex-start;

        padding:20px;

    }

    .mpva-manuscript-frame{

        width:235px;
        height:315px;

    }

    .mpva-tech-cta{

        padding:55px 0;

    }

    .mpva-tech-cta-inner{

        padding:32px 22px;

    }

    .mpva-tech-cta h2{

        font-size:30px;

    }

    .mpva-tech-cta-button{

        width:100%;
        min-width:0;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================== */

@media (max-width:480px){

    .mpva-tech-hero h1{

        font-size:31px;

    }

    .mpva-tech-hero-badge{

        display:none;

    }

    .mpva-section-number{

        font-size:29px;

    }

    .mpva-feature-card,
    .mpva-pigment-card{

        padding:23px;

    }

    .mpva-tech-cta-button strong{

        font-size:19px;

    }

}

/* ============================================================
   FORGERY AUTHENTICATION PAGE
   A2Z VALUERS — NAVY + ANTIQUE GOLD
============================================================ */


/* ============================================================
   GLOBAL
============================================================ */

.mpfHero,
.mpfContext,
.mpfTechniques,
.mpfPrinciple,
.mpfCTA {

    position:relative;
    overflow:hidden;

}

.mpfHero *,
.mpfContext *,
.mpfTechniques *,
.mpfPrinciple *,
.mpfCTA * {

    box-sizing:border-box;

}

.mpfHero p,
.mpfContext p,
.mpfTechniques p,
.mpfPrinciple p,
.mpfCTA p {

    font-size:16px;
    line-height:1.85;

}

.mpfHero strong,
.mpfContext strong,
.mpfTechniques strong,
.mpfPrinciple strong,
.mpfCTA strong {

    font-weight:800;

}



/* ============================================================
   HERO
============================================================ */

.mpfHero {

    background:
        radial-gradient(
            circle at 88% 20%,
            rgba(184,135,35,.13),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #061a35 0%,
            #0a2343 52%,
            #071a33 100%
        );

    color:#f8f4e9;

    padding:105px 0 95px;

}


/* subtle technical grid */

.mpfHeroPattern {

    position:absolute;
    inset:0;

    opacity:.12;

    background-image:
        linear-gradient(
            rgba(255,255,255,.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.08) 1px,
            transparent 1px
        );

    background-size:48px 48px;

    pointer-events:none;

}


.mpfHeroInner {

    position:relative;
    z-index:2;

    display:grid;

    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(300px, .55fr);

    gap:75px;

    align-items:center;

}


.mpfHeroContent {

    max-width:850px;

}


.mpfEyebrow {

    display:inline-flex;

    align-items:center;

    gap:13px;

    color:#dcb75d;

    font-size:14px;

    font-weight:800;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:25px;

}


.mpfEyebrow:before {

    content:"";

    width:42px;
    height:2px;

    background:#c89b3c;

}


.mpfHero h1 {

    margin:0;

    color:#ffffff;

    font-family:Georgia, "Times New Roman", serif;

    font-size:clamp(42px, 5vw, 70px);

    line-height:1.05;

    font-weight:500;

    letter-spacing:-1.5px;

}


.mpfHero h1 strong {

    display:block;

    color:#dfb953;

    font-weight:700;

}


.mpfHeroLine {

    width:90px;
    height:3px;

    margin:30px 0;

    background:#c99a3d;

}


.mpfHero p {

    color:#eef3fa;

    max-width:850px;

    margin:0 0 18px;

}


.mpfHero p strong {

    color:#f3cf73;

}


/* ============================================================
   HERO ACTIONS
============================================================ */

.mpfHeroActions {

    display:flex;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

    margin-top:34px;

}


.mpfPrimaryBtn {

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:25px;

    min-height:58px;

    padding:0 25px;

    background:#d4aa4f;

    color:#071a33;

    text-decoration:none;

    font-size:15px;

    font-weight:900;

    letter-spacing:.2px;

    border:1px solid #e3c36d;

    transition:all .3s ease;

    box-shadow:
        0 12px 30px rgba(0,0,0,.25);

}


.mpfPrimaryBtn span {

    font-size:23px;

}


.mpfPrimaryBtn:hover {

    background:#edcb72;

    color:#061a35;

    transform:translateY(-3px);

}


.mpfPhoneBtn {

    display:flex;

    align-items:center;

    gap:12px;

    color:#ffffff;

    text-decoration:none;

    min-height:58px;

}


.mpfPhoneIcon {

    width:45px;
    height:45px;

    border:1px solid #a77c2b;

    border-radius:50%;

    display:flex;

    align-items:center;
    justify-content:center;

    color:#dcb75d;

}


.mpfPhoneBtn small {

    display:block;

    color:#aebed2;

    font-size:15px;

    margin-bottom:3px;

}


.mpfPhoneBtn strong {

    display:block;

    color:#ffffff;

    font-size:18px;

}



/* ============================================================
   HERO SIDE EVIDENCE PANEL
============================================================ */

.mpfHeroAside {

    position:relative;

    min-height:410px;

    display:flex;

    align-items:center;

    justify-content:center;

}


.mpfEvidenceBox {

    position:relative;

    width:100%;

    max-width:370px;

    padding:42px 38px;

    border:1px solid rgba(212,170,79,.55);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.07),
            rgba(255,255,255,.015)
        );

    box-shadow:
        0 30px 70px rgba(0,0,0,.28);

}


.mpfEvidenceBox:before,
.mpfEvidenceBox:after {

    content:"";

    position:absolute;

    width:35px;
    height:35px;

}


.mpfEvidenceBox:before {

    left:-8px;
    top:-8px;

    border-left:2px solid #d2a94d;
    border-top:2px solid #d2a94d;

}


.mpfEvidenceBox:after {

    right:-8px;
    bottom:-8px;

    border-right:2px solid #d2a94d;
    border-bottom:2px solid #d2a94d;

}


.mpfEvidenceNumber {

    display:block;

    color:#d9b35a;

    font-family:Georgia, serif;

    font-size:48px;

    line-height:1;

    margin-bottom:10px;

}


.mpfEvidenceLabel {

    display:block;

    color:#9fb2c8;

    font-size:14px;

    letter-spacing:2px;

    font-weight:800;

    margin-bottom:22px;

}


.mpfEvidenceBox h3 {

    color:#ffffff;

    font-family:Georgia, serif;

    font-size:30px;

    line-height:1.25;

    font-weight:500;

    margin:0 0 18px;

}


.mpfEvidenceBox h3 strong {

    display:block;

    color:#ddb85f;

}


.mpfEvidenceBox p {

    color:#d9e3ef;

    margin:0;

}


.mpfEvidenceStamp {

    position:absolute;

       right: -31px;
    bottom: -49px;

    width:135px;
    height:135px;

    border:1px solid rgba(212,170,79,.7);

    border-radius:50%;

    display:flex;

    flex-direction:column;

    align-items:center;
    justify-content:center;

    text-align:center;

    transform:rotate(-12deg);

    background:#091d38;

    box-shadow:0 15px 35px rgba(0,0,0,.3);

}


.mpfEvidenceStamp span {

    color:#cda84d;

    font-size:12px;

    letter-spacing:1.5px;

    font-weight:800;

}


.mpfEvidenceStamp strong {

    color:#ffffff;

    font-size:16px;

    margin:5px 0;

}



/* ============================================================
   SECTION 01 — CONTEXT
============================================================ */

.mpfContext {

    background:#f5f1e7;

    padding:100px 0;

    color:#172b45;

}


.mpfContextGrid {

    display:grid;

    grid-template-columns:.82fr 1.18fr;

    gap:85px;

    align-items:start;

}


.mpfSectionNumber {

    display:inline-block;

    color:#a87820;

    font-size:14px;

    font-weight:900;

    letter-spacing:2px;

    margin-bottom:20px;

}


.mpfSectionHeading h2 {

    color:#09213d;

    font-family:Georgia, "Times New Roman", serif;

    font-size:clamp(34px,4vw,52px);

    line-height:1.12;

    font-weight:500;

    margin:0;

}


.mpfSectionHeading h2 strong {

    color:#ad7d25;

}


.mpfContextText p {

    color:#3b4c60;

    margin:0 0 22px;

}


.mpfContextText p strong {

    color:#0a2a4c;

}


.mpfRiskStrip {

    display:grid;

    grid-template-columns:repeat(4,1fr);

    margin-top:35px;

    border-top:1px solid #d7c9a9;

    border-bottom:1px solid #d7c9a9;

}


.mpfRiskStrip div {

    padding:20px 15px;

    border-right:1px solid #d7c9a9;

}


.mpfRiskStrip div:last-child {

    border-right:0;

}


.mpfRiskStrip strong {

    display:block;

    color:#9c6f1c;

    font-family:Georgia, serif;

    font-size:20px;

    margin-bottom:5px;

}


.mpfRiskStrip span {

    display:block;

    color:#59697a;

    font-size:15px;

}



/* ============================================================
   SECTION 02 — TECHNIQUES
============================================================ */

.mpfTechniques {

    background:#081d37;

    padding:105px 0;

    color:#ffffff;

}


.mpfTechniquesHeader {

    display:grid;

    grid-template-columns:1fr .8fr;

    gap:80px;

    align-items:end;

    margin-bottom:55px;

}


.mpfTechniquesHeader h2 {

    margin:0;

    color:#ffffff;

    font-family:Georgia, serif;

    font-size:clamp(36px,4vw,55px);

    line-height:1.1;

    font-weight:500;

}


.mpfTechniquesHeader h2 strong {

    color:#ddb85e;

}


.mpfTechniquesHeader p {

    color:#d4deea;

    margin:0;

}


.mpfTechniqueGrid {

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

}


.mpfTechniqueCard {

    position:relative;

    min-height:478px;

    padding:32px;

    background:#102b4b;

    border:1px solid rgba(215,173,79,.25);

    transition:

        transform .3s ease,

        border-color .3s ease,

        box-shadow .3s ease;

}


.mpfTechniqueCard:hover {

    transform:translateY(-7px);

    border-color:#d6ae58;

    box-shadow:0 25px 45px rgba(0,0,0,.25);

}


.mpfCardTop {

    display:flex;

    align-items:center;

    justify-content:space-between;

    margin-bottom:35px;

}


.mpfCardNo {

    color:#d8b45d;

    font-family:Georgia, serif;

    font-size:28px;

}


.mpfCardTag {

    color:#91a7be;

    font-size:12px;

    font-weight:900;

    letter-spacing:1.5px;

}


.mpfTechniqueCard h3 {

    color:#ffffff;

    font-family:Georgia, serif;

    font-size:28px;

    font-weight:500;

    line-height:1.25;

    margin:0 0 17px;

}


.mpfTechniqueCard h3 strong {

    color:#ddb85e;

}


.mpfTechniqueCard p {

    color:#dbe5ef;

    margin:0;

}


.mpfDetection {

    position:absolute;

    left:32px;
    right:32px;
    bottom:28px;

    padding-top:17px;

    border-top:1px solid rgba(216,180,93,.28);

}


.mpfDetection span {

    display:block;

    color:#91a7be;

    font-size:12px;

    letter-spacing:1.5px;

    font-weight:800;

    margin-bottom:7px;

}


.mpfDetection strong {

    display:block;

    color:#e5c878;

    font-size:15px;

    line-height:1.5;

}



/* ============================================================
   SECTION 03 — PRINCIPLE
============================================================ */

.mpfPrinciple {

    padding:105px 0;

    background:#eee9dc;

}


.mpfPrincipleBox {

    position:relative;

    display:grid;

    grid-template-columns:170px 1fr;

    gap:55px;

    padding:65px;

    background:#ffffff;

    border:1px solid #d8cba9;

    box-shadow:
        0 25px 65px rgba(18,37,57,.10);

}


.mpfPrincipleMark {

    width:125px;
    height:125px;

    border:1px solid #b78a2c;

    display:flex;

    flex-direction:column;

    align-items:center;
    justify-content:center;

    position:relative;

}


.mpfPrincipleMark:before {

    content:"";

    position:absolute;

    inset:7px;

    border:1px solid #e1d3af;

}


.mpfPrincipleMark span {

    color:#9e7120;

    font-size:13px;

    letter-spacing:2px;

    font-weight:900;

}


.mpfPrincipleMark strong {

    color:#102945;

    font-family:Georgia, serif;

    font-size:37px;

    line-height:1;

    margin-top:7px;

}


.mpfPrincipleContent h2 {

    color:#0b2543;

    font-family:Georgia, serif;

    font-size:clamp(35px,4vw,52px);

    line-height:1.15;

    font-weight:500;

    max-width:780px;

    margin:0 0 22px;

}


.mpfPrincipleContent h2 strong {

    color:#a9781d;

}


.mpfPrincipleContent p {

    color:#465568;

    max-width:900px;

    margin:0;

}


.mpfPrinciplePoints {

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:30px;

}


.mpfPrinciplePoints span {

    display:flex;

    align-items:center;

    gap:10px;

    padding:11px 17px;

    border:1px solid #ddd1b4;

    color:#243b54;

    font-size:15px;

    font-weight:700;

}


.mpfPrinciplePoints b {

    color:#aa7a21;

}



/* ============================================================
   FINAL CTA
============================================================ */

.mpfCTA {

    padding:80px 0;

    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(211,169,76,.14),
            transparent 35%
        ),
        #061a34;

    color:#ffffff;

}


.mpfCTAInner {

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:55px;

    padding:55px 60px;

    border:1px solid rgba(211,169,76,.4);

    background:rgba(255,255,255,.035);

}


.mpfCTAContent {

    max-width:750px;

}


.mpfCTAContent > span {

    display:block;

    color:#d6b25c;

    font-size:13px;

    letter-spacing:2px;

    font-weight:900;

    margin-bottom:15px;

}


.mpfCTAContent h2 {

    color:#ffffff;

    font-family:Georgia, serif;

    font-size:clamp(32px,3.5vw,48px);

    line-height:1.15;

    font-weight:500;

    margin:0 0 15px;

}


.mpfCTAContent h2 strong {

    color:#e0ba61;

}


.mpfCTAContent p {

    color:#d7e1eb;

    margin:0;

}


.mpfCTAActions {

    flex:0 0 auto;

    display:flex;

    flex-direction:column;

    align-items:stretch;

    gap:16px;

    min-width:245px;

}


.mpfCTAButton {

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:25px;

    min-height:58px;

    padding:0 22px;

    background:#d4aa4f;

    color:#071a33;

    text-decoration:none;

    font-size:15px;

    font-weight:900;

    border:1px solid #e5c76f;

    transition:.3s ease;

}


.mpfCTAButton span {

    font-size:22px;

}


.mpfCTAButton:hover {

    background:#eccb73;

    color:#071a33;

    transform:translateY(-3px);

}


.mpfCTAPhone {

    display:flex;

    flex-direction:column;

    text-decoration:none;

    text-align:center;

    padding:13px;

    border:1px solid rgba(220,183,93,.35);

}


.mpfCTAPhone small {

    color:#9db0c5;

    font-size:15px;

    margin-bottom:4px;

}


.mpfCTAPhone strong {

    color:#ffffff;

    font-size:19px;

}



/* ============================================================
   RESPONSIVE — TABLET
============================================================ */

@media (max-width:991px){

    .mpfHero {

        padding:80px 0;

    }


    .mpfHeroInner {

        grid-template-columns:1fr;

        gap:55px;

    }


    .mpfHeroAside {

        min-height:300px;

    }


    .mpfEvidenceBox {

        max-width:600px;

    }


    .mpfContextGrid {

        grid-template-columns:1fr;

        gap:35px;

    }


    .mpfTechniquesHeader {

        grid-template-columns:1fr;

        gap:20px;

    }


    .mpfTechniqueGrid {

        grid-template-columns:repeat(2,1fr);

    }


    .mpfCTAInner {

        flex-direction:column;

        align-items:flex-start;

    }


    .mpfCTAActions {

        width:100%;

        max-width:360px;

    }

}



/* ============================================================
   RESPONSIVE — MOBILE
============================================================ */

@media (max-width:767px){

    .mpfHero {

        padding:65px 0 60px;

    }


    .mpfHero h1 {

        font-size:40px;

        line-height:1.08;

    }


    .mpfHero p,
    .mpfContext p,
    .mpfTechniques p,
    .mpfPrinciple p,
    .mpfCTA p {

        font-size:15px;

        line-height:1.75;

    }


    .mpfHeroActions {

        align-items:stretch;

        flex-direction:column;

    }


    .mpfPrimaryBtn {

        width:100%;

    }


    .mpfPhoneBtn {

        width:100%;

    }


    .mpfEvidenceBox {

        padding:32px 25px;

    }


    .mpfEvidenceStamp {

        right:-5px;

        width:105px;
        height:105px;

    }


    .mpfEvidenceStamp strong {

        font-size:13px;

    }


    .mpfContext,
    .mpfTechniques,
    .mpfPrinciple {

        padding:70px 0;

    }


    .mpfSectionHeading h2,
    .mpfTechniquesHeader h2,
    .mpfPrincipleContent h2 {

        font-size:35px;

    }


    .mpfRiskStrip {

        grid-template-columns:repeat(2,1fr);

    }


    .mpfRiskStrip div:nth-child(2) {

        border-right:0;

    }


    .mpfRiskStrip div {

        border-bottom:1px solid #d7c9a9;

    }


    .mpfTechniqueGrid {

        grid-template-columns:1fr;

    }


    .mpfTechniqueCard {

        min-height:360px;

        padding:28px;

    }


    .mpfDetection {

        left:28px;
        right:28px;

    }


    .mpfPrincipleBox {

        grid-template-columns:1fr;

        gap:35px;

        padding:35px 25px;

    }


    .mpfPrincipleMark {

        width:100px;
        height:100px;

    }


    .mpfPrinciplePoints {

        flex-direction:column;

    }


    .mpfPrinciplePoints span {

        width:100%;

    }


    .mpfCTA {

        padding:60px 0;

    }


    .mpfCTAInner {

        padding:35px 25px;

    }


    .mpfCTAContent h2 {

        font-size:34px;

    }


    .mpfCTAActions {

        max-width:none;

    }

}



/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width:480px){

    .mpfHero h1 {

        font-size:35px;

    }


    .mpfHeroAside {

        min-height:280px;

    }


    .mpfEvidenceBox {

        margin-right:12px;

    }


    .mpfEvidenceStamp {

        width:90px;
        height:90px;

        right:-10px;

    }


    .mpfEvidenceStamp span {

        font-size:9px;

    }


    .mpfEvidenceStamp strong {

        font-size:11px;

    }


    .mpfRiskStrip {

        grid-template-columns:1fr;

    }


    .mpfRiskStrip div {

        border-right:0;

    }


    .mpfRiskStrip div:last-child {

        border-bottom:0;

    }

}

/* =========================================================
   INDIAN MINIATURE PAINTING MARKET
   PREMIUM ROYAL NAVY + GOLD DESIGN SYSTEM
========================================================== */

.mktHero,
.mktInternational,
.mktDomestic,
.mktHierarchy,
.mktDocumentation,
.mktMethodology,
.mktCTA {
    font-size: 16px;
}

.mktHero *,
.mktInternational *,
.mktDomestic *,
.mktHierarchy *,
.mktDocumentation *,
.mktMethodology *,
.mktCTA * {
    box-sizing: border-box;
}


/* =========================================================
   HERO
========================================================== */

.mktHero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 100px;
    background:
        radial-gradient(circle at 90% 15%, rgba(184,135,35,.15), transparent 30%),
        linear-gradient(135deg, #071b35 0%, #0c2748 52%, #102f52 100%);
    color: #ffffff;
}

.mktHero:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 55px 55px;
}

.mktHeroInner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
    gap: 80px;
    align-items: center;
}

.mktHeroContent {
    max-width: 900px;
}

.mktEyebrow,
.mktSectionHeading > span,
.mktHierarchyEyebrow,
.mktDocumentationIntro > span,
.mktMethodologyHeading > span,
.mktCTAContent > span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #e1bd65;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mktEyebrow:before,
.mktSectionHeading > span:before,
.mktHierarchyEyebrow:before,
.mktDocumentationIntro > span:before,
.mktMethodologyHeading > span:before,
.mktCTAContent > span:before {
    content: "";
    width: 38px;
    height: 2px;
    background: #d4aa4e;
}

.mktHero h1 {
    margin: 24px 0 22px;
    max-width: 920px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: -.8px;
}

.mktHero h1 strong {
    color: #e4c36e;
    font-weight: 700;
}

.mktHeroLine {
    width: 90px;
    height: 3px;
    margin: 30px 0;
    background: #d6ae53;
}

.mktHero p {
    max-width: 850px;
    margin: 0 0 18px;
    color: #e5edf7;
    font-size: 18px;
    line-height: 1.85;
}

.mktHero p strong {
    color: #ffffff;
    font-weight: 800;
}

.mktHeroStats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 780px;
    margin-top: 42px;
    border-top: 1px solid rgba(228,195,110,.35);
    border-bottom: 1px solid rgba(228,195,110,.35);
}

.mktHeroStat {
    padding: 20px 24px;
    border-right: 1px solid rgba(228,195,110,.25);
}

.mktHeroStat:last-child {
    border-right: 0;
}

.mktHeroStat strong {
    display: block;
    margin-bottom: 5px;
    color: #e5c56f;
    font-family: Georgia, serif;
    font-size: 22px;
}

.mktHeroStat span {
    color: #c7d5e5;
    font-size: 15px;
}

.mktHeroAside {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mktHeroSeal {
    position: relative;
    display: flex;
    width: 310px;
    height: 310px;
    padding: 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(226,190,99,.75);
    outline: 1px solid rgba(226,190,99,.25);
    outline-offset: 12px;
    background: rgba(255,255,255,.035);
}

.mktHeroSeal:before,
.mktHeroSeal:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: #dfb85d;
    border-style: solid;
}

.mktHeroSeal:before {
    top: 14px;
    left: 14px;
    border-width: 2px 0 0 2px;
}

.mktHeroSeal:after {
    right: 14px;
    bottom: 14px;
    border-width: 0 2px 2px 0;
}

.mktSealSmall,
.mktSealBottom {
    color: #d9b45e;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
}

.mktHeroSeal strong {
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 31px;
    line-height: 1.1;
}

.mktHeroSeal strong:nth-of-type(2) {
    color: #dfbc65;
}

.mktSealBottom {
    margin-top: 16px;
    font-size: 15px;
    letter-spacing: 1.4px;
}


/* =========================================================
   COMMON SECTION HEADING
========================================================== */

.mktSectionHeading {
    max-width: 850px;
    margin-bottom: 55px;
}

.mktSectionHeading h2,
.mktDocumentationIntro h2,
.mktMethodologyHeading h2,
.mktHierarchyContent h2,
.mktCTAContent h2 {
    margin: 18px 0;
    color: #102c4c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 500;
}

.mktSectionHeading h2 strong,
.mktDocumentationIntro h2 strong,
.mktMethodologyHeading h2 strong,
.mktHierarchyContent h2 strong,
.mktCTAContent h2 strong {
    color: #b48727;
    font-weight: 700;
}

.mktSectionHeading p {
    margin: 0;
    color: #596b7e;
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   INTERNATIONAL
========================================================== */

.mktInternational {
    position: relative;
    padding: 105px 0;
    background: #091f3b;
    color: #ffffff;
}

.mktSectionHeading.lightHeading h2 {
    color: #ffffff;
}

.mktSectionHeading.lightHeading p {
    color: #cbd9e8;
}

.mktPlatformGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.mktPlatformCard {
    position: relative;
    min-height: 430px;
    padding: 38px 34px;
    overflow: hidden;
    border: 1px solid rgba(218,181,92,.32);
    background:
        linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
    transition: transform .35s ease, border-color .35s ease;
}

.mktPlatformCard:hover {
    transform: translateY(-8px);
    border-color: rgba(228,194,106,.85);
}

.mktPlatformNumber {
    position: absolute;
    top: 18px;
    right: 24px;
    color: rgba(224,190,101,.22);
    font-family: Georgia, serif;
    font-size: 58px;
    font-weight: 700;
}

.mktPlatformType {
    display: block;
    margin-bottom: 12px;
    color: #dfbb62;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.mktPlatformCard h3 {
    margin: 0 0 22px;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 31px;
}

.mktPlatformCard p {
    color: #d3dfec;
    font-size: 16px;
    line-height: 1.8;
}

.mktPlatformCard p strong {
    color: #ffffff;
}

.mktPlatformTag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 30px;
    border-top: 1px solid rgba(224,190,101,.25);
    color: #e2be65;
    background: rgba(0,0,0,.15);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* =========================================================
   DOMESTIC
========================================================== */

.mktDomestic {
    padding: 105px 0;
    background: #f7f4ec;
}

.mktDomesticGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.mktDomesticCard {
    position: relative;
    padding: 40px 35px 34px;
    background: #ffffff;
    border: 1px solid #e5dfd0;
    box-shadow: 0 18px 45px rgba(10,34,59,.07);
    transition: transform .35s ease, box-shadow .35s ease;
}

.mktDomesticCard:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(10,34,59,.13);
}

.featuredDomestic {
    border-top: 4px solid #b48727;
}

.mktDomesticIcon {
    display: flex;
    width: 55px;
    height: 55px;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c49a3d;
    color: #a87818;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 700;
}

.mktDomesticLabel {
    display: block;
    margin-bottom: 10px;
    color: #a77b21;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
}

.mktDomesticCard h3 {
    margin: 0 0 18px;
    color: #102d4e;
    font-family: Georgia, serif;
    font-size: 32px;
}

.mktDomesticCard p {
    color: #52667b;
    font-size: 16px;
    line-height: 1.8;
}

.mktDomesticCard p strong {
    color: #173858;
}

.mktDomesticFooter {
    margin-top: 28px;
    padding-top: 17px;
    border-top: 1px solid #e5dfd0;
    color: #a77b21;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .8px;
}


/* =========================================================
   MARKET HIERARCHY
========================================================== */

.mktHierarchy {
    padding: 90px 0;
    background: #102f50;
}

.mktHierarchyBox {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 65px;
    padding: 65px;
    border: 1px solid rgba(222,186,96,.35);
    background:
        radial-gradient(circle at 100% 0%, rgba(213,172,75,.1), transparent 35%),
        rgba(255,255,255,.025);
}

.mktHierarchyEyebrow {
    color: #e2bd65;
}

.mktHierarchyContent h2 {
    color: #ffffff;
}

.mktHierarchyContent h2 strong {
    color: #e2bd65;
}

.mktHierarchyContent p {
    margin: 0;
    color: #d3e0ed;
    font-size: 17px;
    line-height: 1.85;
}

.mktHierarchyContent p strong {
    color: #ffffff;
}

.mktHierarchySteps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.mktHierarchyStep {
    padding: 25px;
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.045);
}

.mktHierarchyStep span {
    display: block;
    margin-bottom: 14px;
    color: #dcb65d;
    font-family: Georgia, serif;
    font-size: 18px;
}

.mktHierarchyStep strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-family: Georgia, serif;
    font-size: 23px;
}

.mktHierarchyStep small {
    display: block;
    color: #bfcfdf;
    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   DOCUMENTATION
========================================================== */

.mktDocumentation {
    padding: 110px 0;
    background: #fbfaf7;
}

.mktDocumentationGrid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 75px;
    align-items: center;
}

.mktDocumentationIntro p {
    margin: 0;
    color: #56697c;
    font-size: 17px;
    line-height: 1.85;
}

.mktGoldRule {
    width: 75px;
    height: 3px;
    margin: 28px 0;
    background: #b48727;
}

.mktDocumentationCards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mktDocCard {
    display: grid;
    grid-template-columns: 65px 1fr;
    gap: 20px;
    padding: 28px;
    border: 1px solid #e4ded1;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(9,31,59,.06);
}

.mktDocIcon {
    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c49b42;
    color: #ae7f20;
    font-family: Georgia, serif;
    font-size: 23px;
    font-weight: 700;
}

.mktDocCard h3 {
    margin: 0 0 9px;
    color: #102d4e;
    font-family: Georgia, serif;
    font-size: 24px;
}

.mktDocCard p {
    margin: 0;
    color: #596d81;
    font-size: 16px;
    line-height: 1.75;
}

.mktDocCard p strong {
    color: #173856;
}


/* =========================================================
   METHODOLOGY
========================================================== */

.mktMethodology {
    padding: 105px 0;
    background: #f1eee6;
}

.mktMethodologyHeading {
    max-width: 850px;
    margin-bottom: 50px;
}

.mktMethodologyGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.mktMethodCard {
    position: relative;
    padding: 32px 27px;
    border: 1px solid #ded7c9;
    background: #ffffff;
}

.mktMethodCard > span {
    display: block;
    margin-bottom: 25px;
    color: #b48727;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 700;
}

.mktMethodCard h3 {
    margin: 0 0 15px;
    color: #102d4e;
    font-family: Georgia, serif;
    font-size: 23px;
    line-height: 1.25;
}

.mktMethodCard p {
    margin: 0;
    color: #5b6e80;
    font-size: 16px;
    line-height: 1.75;
}

.mktMethodCard p strong {
    color: #173958;
}


/* =========================================================
   CTA
========================================================== */

.mktCTA {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background:
        radial-gradient(circle at 85% 50%, rgba(221,181,83,.14), transparent 30%),
        #081d37;
}

.mktCTAWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 58px 65px;
    border: 1px solid rgba(224,190,101,.42);
    background: rgba(255,255,255,.035);
}

.mktCTAContent {
    max-width: 760px;
}

.mktCTAContent h2 {
    margin: 18px 0 15px;
    color: #ffffff;
}

.mktCTAContent h2 strong {
    color: #e0ba60;
}

.mktCTAContent p {
    margin: 0;
    color: #cedbea;
    font-size: 17px;
    line-height: 1.8;
}

.mktCTAAction {
    min-width: 270px;
}

.mktCTAButton {
    display: flex;
    min-height: 58px;
    padding: 0 24px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-decoration: none;
    color: #112b48;
    background: linear-gradient(135deg, #d3a844, #ebcb78);
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    transition: transform .3s ease, box-shadow .3s ease;
}

.mktCTAButton:hover {
    color: #102b48;
    transform: translateY(-3px);
    box-shadow: 0 17px 35px rgba(0,0,0,.3);
}

.mktCTAButton span {
    font-size: 24px;
}

.mktCTAPhone {
    display: flex;
    margin-top: 18px;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    color: #d6e1ec;
    font-size: 15px;
    line-height: 1.45;
}

.mktPhoneIcon {
    display: flex;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(222,186,96,.65);
    border-radius: 50%;
    color: #e2bd65;
}

.mktCTAPhone strong {
    display: block;
    margin-top: 2px;
    color: #ffffff;
    font-size: 17px;
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================== */

@media (max-width: 1100px) {

    .mktHeroInner {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .mktHeroAside {
        justify-content: flex-start;
    }

    .mktPlatformGrid,
    .mktDomesticGrid {
        grid-template-columns: 1fr 1fr;
    }

    .mktMethodologyGrid {
        grid-template-columns: 1fr 1fr;
    }

    .mktHierarchyBox,
    .mktDocumentationGrid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .mktCTAWrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .mktCTAAction {
        width: 100%;
        max-width: 430px;
    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================== */

@media (max-width: 767px) {

    .mktHero,
    .mktInternational,
    .mktDomestic,
    .mktDocumentation,
    .mktMethodology {
        padding: 70px 0;
    }

    .mktHierarchy {
        padding: 60px 0;
    }

    .mktHero h1 {
        font-size: 39px;
        line-height: 1.1;
    }

    .mktHero p {
        font-size: 16px;
        line-height: 1.75;
    }

    .mktHeroStats {
        grid-template-columns: 1fr;
    }

    .mktHeroStat {
        border-right: 0;
        border-bottom: 1px solid rgba(228,195,110,.25);
    }

    .mktHeroStat:last-child {
        border-bottom: 0;
    }

    .mktHeroAside {
        justify-content: center;
    }

    .mktHeroSeal {
        width: 255px;
        height: 255px;
        padding: 30px;
    }

    .mktHeroSeal strong {
        font-size: 26px;
    }

    .mktPlatformGrid,
    .mktDomesticGrid,
    .mktMethodologyGrid {
        grid-template-columns: 1fr;
    }

    .mktPlatformCard {
        min-height: auto;
        padding: 30px 25px 65px;
    }

    .mktSectionHeading h2,
    .mktDocumentationIntro h2,
    .mktMethodologyHeading h2,
    .mktHierarchyContent h2,
    .mktCTAContent h2 {
        font-size: 34px;
    }

    .mktSectionHeading p,
    .mktDocumentationIntro p,
    .mktHierarchyContent p,
    .mktCTAContent p {
        font-size: 16px;
    }

    .mktHierarchyBox {
        padding: 32px 23px;
    }

    .mktHierarchySteps {
        grid-template-columns: 1fr;
    }

    .mktDocCard {
        grid-template-columns: 1fr;
    }

    .mktCTAWrap {
        padding: 35px 24px;
        gap: 35px;
    }

    .mktCTAAction {
        min-width: 0;
        width: 100%;
    }

    .mktCTAButton {
        width: 100%;
        font-size: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .mktHero h1 {
        font-size: 34px;
    }

    .mktEyebrow,
    .mktSectionHeading > span,
    .mktHierarchyEyebrow,
    .mktDocumentationIntro > span,
    .mktMethodologyHeading > span,
    .mktCTAContent > span {
        font-size: 15px;
        letter-spacing: 1.2px;
    }

    .mktPlatformCard h3,
    .mktDomesticCard h3 {
        font-size: 28px;
    }

    .mktDomesticCard {
        padding: 30px 24px;
    }

    .mktCTAButton {
        min-height: 56px;
        padding: 0 18px;
    }

}

/* =========================================================
   AATA FRAMEWORK
   ROYAL NAVY + GOLD DESIGN SYSTEM
========================================================= */

.aataHero,
.aataExportSection,
.aataDomesticSection,
.aataFinalCTA{
    font-family:inherit;
}

.aataHero *,
.aataExportSection *,
.aataDomesticSection *,
.aataFinalCTA *{
    box-sizing:border-box;
}


/* =========================================================
   HERO
========================================================= */

.aataHero{
    position:relative;
    overflow:hidden;
    padding:105px 0 95px;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(184,135,35,.14),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #06152f 0%,
            #0b2347 55%,
            #07172f 100%
        );
    color:#ffffff;
}

.aataHero:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:38%;
    height:100%;
    background:
        linear-gradient(
            135deg,
            transparent 40%,
            rgba(212,164,62,.07) 40%,
            rgba(212,164,62,.07) 41%,
            transparent 41%
        );
    pointer-events:none;
}

.aataHeroInner{
    position:relative;
    z-index:2;
    max-width:1120px;
    margin:0 auto;
}

.aataHeroContent{
    max-width:1040px;
}

.aataEyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:22px;
    padding:9px 16px;
    border:1px solid rgba(214,168,67,.45);
    border-radius:50px;
    color:#f1c96b;
    font-size:15px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.aataEyebrow:before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:#d4a43e;
    box-shadow:0 0 12px rgba(212,164,62,.8);
}

.aataHero h1{
    max-width:1000px;
    margin:0;
    color:#ffffff;
    font-size:clamp(38px,5vw,68px);
    line-height:1.08;
    font-weight:500;
    letter-spacing:-1.5px;
}

.aataHero h1 strong{
    display:block;
    color:#e8bd58;
    font-weight:800;
}

.aataHeroRule{
    width:105px;
    height:4px;
    margin:30px 0 30px;
    background:linear-gradient(
        90deg,
        #c99a35,
        #f0cb6d
    );
    border-radius:5px;
}

.aataHero p{
    max-width:970px;
    margin:0 0 19px;
    color:#edf3fb;
    font-size:17px;
    line-height:1.85;
}

.aataHero p strong{
    color:#f2cc72;
    font-weight:800;
}


/* =========================================================
   CONSEQUENCES
========================================================= */

.aataConsequences{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:38px;
}

.aataConsequenceCard{
    display:flex;
    align-items:flex-start;
    gap:15px;
    min-height:145px;
    padding:22px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:14px;
    background:rgba(255,255,255,.055);
    backdrop-filter:blur(8px);
}

.aataConsequenceNumber{
    flex:0 0 40px;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#c89a39;
    color:#07172f;
    font-size:15px;
    font-weight:900;
}

.aataConsequenceCard strong{
    display:block;
    margin-bottom:7px;
    color:#ffffff;
    font-size:18px;
}

.aataConsequenceCard p{
    margin:0;
    color:#dbe5f2;
    font-size:15px;
    line-height:1.65;
}


/* =========================================================
   HERO CTA
========================================================= */

.aataHeroCTA{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
    margin-top:38px;
}

.aataPrimaryBtn{
    display:inline-flex;
    align-items:center;
    gap:13px;
    min-height:64px;
    padding:10px 24px;
    border-radius:10px;
    background:linear-gradient(
        135deg,
        #d4a43e,
        #f0cc70
    );
    color:#07172f;
    text-decoration:none;
    box-shadow:0 12px 28px rgba(0,0,0,.25);
    transition:.3s ease;
}

.aataPrimaryBtn:hover{
    color:#07172f;
    transform:translateY(-3px);
    box-shadow:0 17px 34px rgba(0,0,0,.32);
}

.aataBtnIcon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border-radius:50%;
    background:#07172f;
    color:#f1c96b;
    font-size:17px;
}

.aataPrimaryBtn small{
    display:block;
    margin-bottom:2px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
}

.aataPrimaryBtn span:last-child{
    font-size:17px;
    font-weight:900;
}

.aataPhoneBtn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:60px;
    padding:0 21px;
    border:1px solid rgba(240,204,112,.5);
    border-radius:10px;
    color:#ffffff;
    text-decoration:none;
    font-size:17px;
    font-weight:800;
    transition:.3s ease;
}

.aataPhoneBtn span{
    color:#f0ca6c;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.aataPhoneBtn:hover{
    background:rgba(255,255,255,.08);
    color:#ffffff;
    transform:translateY(-2px);
}


/* =========================================================
   EXPORT SECTION
========================================================= */

.aataExportSection{
    position:relative;
    padding:100px 0;
    background:#f7f4ec;
    color:#18243a;
}

.aataExportGrid{
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    gap:70px;
    align-items:start;
}

.aataSectionLabel{
    display:inline-block;
    margin-bottom:16px;
    color:#a87920;
    font-size:15px;
    font-weight:900;
    letter-spacing:1.6px;
    text-transform:uppercase;
}

.aataExportIntro h2,
.aataDomesticHeader h2{
    margin:0;
    color:#0a2347;
    font-size:clamp(36px,4vw,54px);
    line-height:1.1;
    font-weight:500;
}

.aataExportIntro h2 strong,
.aataDomesticHeader h2 strong{
    color:#b17d20;
    font-weight:800;
}

.aataGoldLine{
    width:78px;
    height:4px;
    margin:25px 0 27px;
    border-radius:5px;
    background:linear-gradient(
        90deg,
        #b17d20,
        #e4bb5e
    );
}

.aataExportIntro p{
    margin:0 0 19px;
    color:#435069;
    font-size:17px;
    line-height:1.82;
}

.aataExportIntro p strong{
    color:#0a2347;
    font-weight:800;
}


/* =========================================================
   EXPORT PANEL
========================================================= */

.aataExportPanel{
    overflow:hidden;
    border:1px solid #e4dac5;
    border-radius:20px;
    background:#ffffff;
    box-shadow:0 18px 50px rgba(10,35,71,.10);
}

.aataPanelHeading{
    display:flex;
    align-items:center;
    gap:17px;
    padding:25px 28px;
    background:#0a2347;
    color:#ffffff;
}

.aataPanelIcon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:49px;
    height:49px;
    border:1px solid rgba(239,201,107,.5);
    border-radius:12px;
    color:#f0ca6b;
    font-size:21px;
    font-weight:900;
}

.aataPanelHeading span:not(.aataPanelIcon){
    display:block;
    margin-bottom:4px;
    color:#f0ca6b;
    font-size:13px;
    font-weight:800;
    letter-spacing:1.4px;
}

.aataPanelHeading strong{
    display:block;
    color:#ffffff;
    font-size:20px;
}

.aataDocumentList{
    padding:10px 28px 20px;
}

.aataDocumentItem{
    display:grid;
    grid-template-columns:45px 1fr;
    gap:15px;
    padding:22px 0;
    border-bottom:1px solid #ece8df;
}

.aataDocumentItem:last-child{
    border-bottom:0;
}

.aataDocNumber{
    display:flex;
    align-items:center;
    justify-content:center;
    width:39px;
    height:39px;
    border-radius:9px;
    background:#f2e8d2;
    color:#93691d;
    font-size:14px;
    font-weight:900;
}

.aataDocumentItem strong{
    display:block;
    margin-bottom:6px;
    color:#0b2850;
    font-size:17px;
}

.aataDocumentItem p{
    margin:0;
    color:#566176;
    font-size:15px;
    line-height:1.65;
}


/* =========================================================
   EXPORT NOTE
========================================================= */

.aataExportNote{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-top:38px;
    padding:23px 26px;
    border-left:4px solid #b27e20;
    border-radius:0 12px 12px 0;
    background:#eee8da;
}

.aataExportNoteMark{
    flex:0 0 34px;
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#b27e20;
    color:#ffffff;
    font-size:17px;
    font-weight:900;
}

.aataExportNote strong{
    display:block;
    margin-bottom:6px;
    color:#102b50;
    font-size:17px;
}

.aataExportNote p{
    margin:0;
    color:#4b5669;
    font-size:15px;
    line-height:1.65;
}

.aataAuctionNote{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:20px;
    padding:18px 22px;
    border:1px solid #e0d3b8;
    border-radius:12px;
    background:#fffdf8;
}

.aataAuctionIcon{
    color:#b17d20;
    font-size:18px;
}

.aataAuctionNote p{
    margin:0;
    color:#39475d;
    font-size:15px;
    line-height:1.65;
}

.aataAuctionNote strong{
    color:#0a2347;
}


/* =========================================================
   DOMESTIC SECTION
========================================================= */

.aataDomesticSection{
    padding:105px 0;
    background:
        linear-gradient(
            135deg,
            #071a37,
            #0b294f
        );
    color:#ffffff;
}

.aataDomesticHeader{
    max-width:820px;
    margin-bottom:55px;
}

.aataDomesticHeader .aataSectionLabel{
    color:#f0ca6b;
}

.aataDomesticHeader h2{
    color:#ffffff;
}

.aataDomesticHeader h2 strong{
    color:#f0ca6b;
}

.aataDomesticHeader p{
    margin:23px 0 0;
    color:#e0e9f4;
    font-size:17px;
    line-height:1.82;
}

.aataDomesticGrid{
    display:grid;
    grid-template-columns:1.35fr .65fr;
    gap:55px;
    align-items:start;
}

.aataDomesticStatement{
    display:flex;
    gap:17px;
    align-items:flex-start;
    margin-bottom:28px;
    padding:24px;
    border:1px solid rgba(240,202,107,.28);
    border-radius:14px;
    background:rgba(255,255,255,.06);
}

.aataStatementMark{
    flex:0 0 39px;
    width:39px;
    height:39px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#d0a03b;
    color:#071a37;
    font-size:18px;
    font-weight:900;
}

.aataDomesticStatement p{
    margin:0;
    color:#f4f7fb;
    font-size:17px;
    line-height:1.75;
}

.aataDomesticStatement strong{
    color:#f2cb6c;
}

.aataDomesticContent > p{
    margin:0 0 30px;
    color:#dce6f2;
    font-size:16px;
    line-height:1.8;
}


/* =========================================================
   VALUATION CARDS
========================================================= */

.aataValuationCards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.aataValuationCard{
    padding:23px 20px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:14px;
    background:rgba(255,255,255,.055);
}

.aataValuationIcon{
    display:block;
    margin-bottom:19px;
    color:#e4b958;
    font-size:14px;
    font-weight:900;
    letter-spacing:1px;
}

.aataValuationCard strong{
    display:block;
    margin-bottom:8px;
    color:#ffffff;
    font-size:18px;
}

.aataValuationCard p{
    margin:0;
    color:#cfdbea;
    font-size:15px;
    line-height:1.65;
}

.aataValuationCard p strong{
    display:inline;
    color:#f0ca6b;
    font-size:inherit;
}


/* =========================================================
   TRUST PANEL
========================================================= */

.aataTrustPanel{
    position:relative;
    overflow:hidden;
    padding:34px 30px;
    border:1px solid rgba(235,194,92,.35);
    border-radius:20px;
    background:
        linear-gradient(
            145deg,
            #102f58,
            #071a37
        );
    box-shadow:0 20px 45px rgba(0,0,0,.20);
}

.aataTrustPanel:before{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    top:-75px;
    right:-75px;
    border:1px solid rgba(237,194,91,.2);
    border-radius:50%;
}

.aataTrustTop{
    position:relative;
    z-index:1;
    color:#eec668;
    font-size:13px;
    font-weight:900;
    letter-spacing:1.5px;
}

.aataTrustSeal{
    position:relative;
    z-index:1;
    width:92px;
    height:92px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin:24px 0;
    border:2px solid #d1a13e;
    border-radius:50%;
    box-shadow:
        inset 0 0 0 5px rgba(209,161,62,.08);
}

.aataTrustSeal span{
    color:#f4cf73;
    font-size:21px;
    font-weight:900;
}

.aataTrustSeal small{
    color:#e5edf6;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
}

.aataTrustPanel h3{
    position:relative;
    z-index:1;
    margin:0;
    color:#ffffff;
    font-size:25px;
    line-height:1.3;
    font-weight:500;
}

.aataTrustPanel h3 strong{
    display:block;
    color:#f0ca6b;
    font-weight:800;
}

.aataTrustPanel > p{
    position:relative;
    z-index:1;
    margin:17px 0;
    color:#dce7f4;
    font-size:15px;
    line-height:1.7;
}

.aataTrustDivider{
    width:100%;
    height:1px;
    margin:22px 0;
    background:rgba(255,255,255,.15);
}

.aataTrustLabel{
    display:block;
    margin-bottom:5px;
    color:#aebdd0;
    font-size:14px;
}

.aataTrustName{
    display:block;
    margin-bottom:23px;
    color:#ffffff;
    font-size:20px;
}

.aataTrustButton{
    display:block;
    padding:14px 18px;
    border-radius:9px;
    background:#d1a13e;
    color:#071a37;
    text-align:center;
    text-decoration:none;
    font-size:16px;
    font-weight:900;
    transition:.3s ease;
}

.aataTrustButton:hover{
    background:#f0ca6b;
    color:#071a37;
    transform:translateY(-2px);
}

.aataTrustPhone{
    display:block;
    margin-top:15px;
    color:#f0ca6b;
    text-align:center;
    text-decoration:none;
    font-size:17px;
    font-weight:800;
}


/* =========================================================
   FINAL CTA
========================================================= */

.aataFinalCTA{
    padding:85px 0;
    background:#f4efe4;
}

.aataFinalCTAInner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    padding:48px 52px;
    border-radius:22px;
    background:
        linear-gradient(
            125deg,
            #0a2347,
            #102f58
        );
    box-shadow:0 22px 55px rgba(7,25,52,.18);
}

.aataFinalContent{
    max-width:720px;
}

.aataFinalContent > span{
    display:block;
    margin-bottom:14px;
    color:#f0ca6b;
    font-size:13px;
    font-weight:900;
    letter-spacing:1.5px;
}

.aataFinalContent h2{
    margin:0;
    color:#ffffff;
    font-size:clamp(30px,3.5vw,46px);
    line-height:1.18;
    font-weight:500;
}

.aataFinalContent h2 strong{
    color:#f0ca6b;
    font-weight:800;
}

.aataFinalContent p{
    margin:20px 0 0;
    color:#dce6f2;
    font-size:16px;
    line-height:1.75;
}

.aataFinalContent p strong{
    color:#f2cb6c;
}

.aataFinalActions{
    flex:0 0 300px;
}

.aataFinalButton{
    display:block;
    padding:17px 21px;
    border-radius:10px;
    background:linear-gradient(
        135deg,
        #d1a03b,
        #f0ca6b
    );
    color:#071a37;
    text-align:center;
    text-decoration:none;
    box-shadow:0 12px 28px rgba(0,0,0,.22);
    transition:.3s ease;
}

.aataFinalButton:hover{
    color:#071a37;
    transform:translateY(-3px);
    box-shadow:0 17px 34px rgba(0,0,0,.28);
}

.aataFinalButton span{
    display:block;
    font-size:19px;
    font-weight:900;
}

.aataFinalButton small{
    display:block;
    margin-top:4px;
    font-size:13px;
    font-weight:700;
}

.aataFinalCall{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:14px;
    padding:13px;
    border:1px solid rgba(239,201,107,.45);
    border-radius:10px;
    color:#ffffff;
    text-decoration:none;
}

.aataFinalCall span{
    color:#f0ca6b;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
}

.aataFinalCall strong{
    color:#ffffff;
    font-size:17px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:991px){

    .aataHero{
        padding:80px 0 75px;
    }

    .aataConsequences{
        grid-template-columns:1fr;
    }

    .aataExportGrid{
        grid-template-columns:1fr;
        gap:45px;
    }

    .aataDomesticGrid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .aataValuationCards{
        grid-template-columns:1fr;
    }

    .aataFinalCTAInner{
        flex-direction:column;
        align-items:flex-start;
    }

    .aataFinalActions{
        width:100%;
        max-width:380px;
        flex:unset;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:767px){

    .aataHero{
        padding:65px 0 60px;
    }

    .aataEyebrow{
        font-size:12px;
        line-height:1.4;
        letter-spacing:1px;
    }

    .aataHero h1{
        font-size:36px;
        line-height:1.12;
        letter-spacing:-.6px;
    }

    .aataHero p,
    .aataExportIntro p,
    .aataDomesticHeader p{
        font-size:15px;
        line-height:1.75;
    }

    .aataHeroRule{
        margin:23px 0;
    }

    .aataConsequenceCard{
        min-height:auto;
        padding:19px;
    }

    .aataHeroCTA{
        align-items:stretch;
        flex-direction:column;
    }

    .aataPrimaryBtn,
    .aataPhoneBtn{
        width:100%;
        justify-content:center;
    }

    .aataExportSection,
    .aataDomesticSection{
        padding:70px 0;
    }

    .aataExportIntro h2,
    .aataDomesticHeader h2{
        font-size:36px;
    }

    .aataPanelHeading{
        padding:20px;
    }

    .aataDocumentList{
        padding-left:20px;
        padding-right:20px;
    }

    .aataDocumentItem{
        grid-template-columns:38px 1fr;
        gap:12px;
    }

    .aataExportNote{
        padding:19px;
    }

    .aataDomesticStatement{
        padding:19px;
    }

    .aataValuationCard{
        padding:20px;
    }

    .aataTrustPanel{
        padding:28px 22px;
    }

    .aataFinalCTA{
        padding:60px 0;
    }

    .aataFinalCTAInner{
        padding:32px 22px;
        border-radius:16px;
    }

    .aataFinalContent h2{
        font-size:31px;
    }

    .aataFinalActions{
        max-width:none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:480px){

    .aataHero h1{
        font-size:32px;
    }

    .aataEyebrow{
        padding:8px 12px;
    }

    .aataConsequenceCard{
        gap:12px;
    }

    .aataConsequenceNumber{
        flex:0 0 35px;
        width:35px;
        height:35px;
        font-size:13px;
    }

    .aataConsequenceCard strong{
        font-size:17px;
    }

    .aataFinalContent h2{
        font-size:29px;
    }

    .aataFinalCall{
        flex-direction:column;
        gap:3px;
    }

}/* =========================================================
   STATUTORY VALUATION PAGE
   A2Z VALUERS — MINIATURE PAINTING
   NAVY + GOLD ROYAL DESIGN
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

.mpvStatHero,
.mpvStatOverview,
.mpvStatSchool,
.mpvStatRetrospective,
.mpvStatSearch,
.mpvStatFinalCTA{

    font-family:inherit;
}

.mpvStatHero p,
.mpvStatOverview p,
.mpvStatSchool p,
.mpvStatRetrospective p,
.mpvStatSearch p,
.mpvStatFinalCTA p{

    font-size:16px;
    line-height:1.85;
}


/* =========================================================
   HERO
========================================================= */

.mpvStatHero{

    position:relative;
    overflow:hidden;

    padding:105px 0 100px;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(184,135,35,.14),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #071b36 0%,
            #0d2c50 55%,
            #07182f 100%
        );

    color:#ffffff;
}


.mpvStatHero:before{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    right:-180px;
    bottom:-230px;

    border:1px solid rgba(212,166,73,.25);

    border-radius:50%;
}


.mpvStatHeroInner{

    display:grid;

    grid-template-columns:
        minmax(0,1.65fr)
        minmax(300px,.75fr);

    gap:70px;

    align-items:center;
}


.mpvStatHeroContent{

    max-width:920px;
}


.mpvStatEyebrow{

    display:inline-flex;

    align-items:center;

    gap:12px;

    margin-bottom:22px;

    color:#e2bd68;

    font-size:14px;

    font-weight:800;

    letter-spacing:2px;

    text-transform:uppercase;
}


.mpvStatEyebrow:before{

    content:"";

    width:42px;
    height:2px;

    background:#d4a646;
}


.mpvStatHero h1{

    margin:0;

    max-width:1000px;

    color:#ffffff;

    font-size:clamp(38px,4.4vw,67px);

    line-height:1.08;

    font-weight:800;

    letter-spacing:-1.5px;
}


.mpvStatHero h1 strong{

    color:#e0b85d;
}


.mpvStatGoldLine{

    width:100px;
    height:3px;

    margin:30px 0 27px;

    background:
        linear-gradient(
            90deg,
            #d5a83f,
            #f0d58c
        );
}


.mpvStatHeroContent > p{

    max-width:900px;

    margin:0;

    color:#e8eef6;

    font-size:17px;

    line-height:1.9;
}


.mpvStatHeroContent > p strong{

    color:#ffffff;

    font-weight:800;
}


.mpvStatHeroPoints{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:30px;
}


.mpvStatHeroPoints span{

    display:inline-flex;

    align-items:center;

    gap:9px;

    padding:10px 15px;

    border:1px solid rgba(222,181,91,.32);

    border-radius:30px;

    background:rgba(255,255,255,.055);

    color:#f8f2df;

    font-size:15px;

    font-weight:700;
}


.mpvStatHeroPoints i{

    color:#dfb75a;
}


/* HERO AUTHORITY CARD */

.mpvStatHeroAuthority{

    position:relative;

    overflow:hidden;

    border:1px solid rgba(224,184,93,.38);

    background:
        linear-gradient(
            150deg,
            rgba(255,255,255,.11),
            rgba(255,255,255,.035)
        );

    box-shadow:
        0 25px 70px rgba(0,0,0,.25);

    backdrop-filter:blur(10px);
}


.mpvStatAuthorityTop{

    display:flex;

    align-items:center;

    gap:15px;

    padding:18px 22px;

    border-bottom:1px solid rgba(224,184,93,.25);

    color:#e3bd6c;

    font-size:13px;

    font-weight:800;

    letter-spacing:1.6px;
}


.mpvStatAuthorityIcon{

    display:flex;

    align-items:center;

    justify-content:center;

    width:43px;
    height:43px;

    border:1px solid #d6ac52;

    color:#f1d48e;

    font-family:Georgia,serif;

    font-size:27px;
}


.mpvStatAuthorityBody{

    padding:34px 28px 30px;
}


.mpvStatAuthorityBody h3{

    margin:0 0 17px;

    color:#ffffff;

    font-size:25px;

    line-height:1.3;
}


.mpvStatAuthorityBody h3 strong{

    color:#e2bd68;
}


.mpvStatAuthorityBody p{

    margin:0;

    color:#e1e8f0;

    font-size:15px;

    line-height:1.8;
}


.mpvStatAuthorityDivider{

    width:55px;
    height:2px;

    margin:26px 0 18px;

    background:#d7aa4b;
}


.mpvStatAuthorityName{

    display:block;

    color:#ffffff;

    font-size:18px;
}


.mpvStatAuthorityRole{

    display:block;

    margin-top:7px;

    color:#d9c48f;

    font-size:14px;

    line-height:1.7;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.mpvStatSectionHeading{

    display:flex;

    align-items:flex-start;

    gap:22px;

    margin-bottom:48px;
}


.mpvStatSectionNumber{

    flex:0 0 auto;

    display:flex;

    align-items:center;

    justify-content:center;

    width:55px;
    height:55px;

    border:1px solid #d4aa51;

    color:#a87919;

    font-size:15px;

    font-weight:900;

    letter-spacing:1px;
}


.mpvStatSectionLabel{

    display:block;

    margin-bottom:9px;

    color:#a77b22;

    font-size:13px;

    font-weight:900;

    letter-spacing:2px;

    text-transform:uppercase;
}


.mpvStatSectionHeading h2{

    margin:0;

    max-width:900px;

    color:#0a2442;

    font-size:clamp(30px,3.2vw,46px);

    line-height:1.18;

    letter-spacing:-.6px;
}


.mpvStatSectionHeading h2 strong{

    color:#a8791e;
}


/* =========================================================
   SECTION 1 — CONTEXTS
========================================================= */

.mpvStatOverview{

    padding:105px 0;

    background:#f8f5ee;
}


.mpvStatContextGrid{

    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:24px;
}


.mpvStatContextCard{

    position:relative;

    padding:31px;

    border:1px solid #e5ddca;

    background:#ffffff;

    box-shadow:
        0 14px 35px rgba(12,37,65,.055);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.mpvStatContextCard:hover{

    transform:translateY(-5px);

    border-color:#d5ad58;

    box-shadow:
        0 20px 45px rgba(12,37,65,.10);
}


.mpvStatCardFeatured{

    border-top:4px solid #c59632;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fcf8ed
        );
}


.mpvStatCardTop{

    display:flex;

    align-items:center;

    justify-content:space-between;

    margin-bottom:25px;
}


.mpvStatCardNumber{

    display:flex;

    align-items:center;

    justify-content:center;

    width:39px;
    height:39px;

    background:#0a294b;

    color:#f0ce82;

    font-size:13px;

    font-weight:900;
}


.mpvStatCardLaw{

    color:#a47820;

    font-size:14px;

    font-weight:900;

    letter-spacing:.8px;
}


.mpvStatContextCard h3{

    margin:0 0 15px;

    color:#0a2644;

    font-size:25px;

    line-height:1.3;
}


.mpvStatContextCard h3 strong{

    color:#a8771c;
}


.mpvStatContextCard p{

    margin:0 0 18px;

    color:#46586d;

    font-size:15.5px;

    line-height:1.8;
}


.mpvStatContextCard p strong{

    color:#122f4e;

    font-weight:800;
}


.mpvStatCardInsight{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:15px;

    padding:15px 17px;

    margin:22px 0;

    border-left:3px solid #c99a3d;

    background:#f6f1e5;
}


.mpvStatCardInsight span{

    color:#6c7785;

    font-size:14px;

    font-weight:700;
}


.mpvStatCardInsight strong{

    color:#8b6417;

    font-size:15px;
}


.mpvStatSmallText{

    font-size:15px !important;

    line-height:1.7 !important;
}


.mpvStatMarketStrip{

    display:flex;

    flex-direction:column;

    gap:4px;

    margin:23px 0;

    padding:17px;

    background:#0b294a;

    color:#ffffff;
}


.mpvStatMarketStrip span{

    color:#cfd9e4;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;
}


.mpvStatMarketStrip strong{

    color:#e5bd64;

    font-size:25px;
}


.mpvStatMarketStrip small{

    color:#e4ebf2;

    font-size:14px;
}


.mpvStatMiniButton{

    display:inline-flex;

    align-items:center;

    gap:9px;

    padding:11px 17px;

    background:#0a294b;

    color:#ffffff;

    font-size:15px;

    font-weight:800;

    text-decoration:none;

    transition:.3s ease;
}


.mpvStatMiniButton:hover{

    background:#b18429;

    color:#ffffff;
}


.mpvStatMuseumList{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:8px;

    margin:22px 0;
}


.mpvStatMuseumList span{

    display:flex;

    align-items:center;

    justify-content:center;

    flex-direction:column;

    gap:7px;

    min-height:78px;

    padding:10px;

    border:1px solid #e8dfca;

    background:#fbf9f3;

    color:#334b63;

    text-align:center;

    font-size:13px;

    font-weight:800;
}


.mpvStatMuseumList i{

    color:#b48425;

    font-size:17px;
}


.mpvStatChecklist{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:10px;

    margin-top:23px;
}


.mpvStatChecklist span{

    display:flex;

    align-items:center;

    gap:9px;

    padding:11px 12px;

    background:#f7f4ed;

    color:#40536a;

    font-size:14px;

    font-weight:700;
}


.mpvStatChecklist i{

    color:#b08327;
}


/* =========================================================
   SECTION 2 — SCHOOL MATRIX
========================================================= */

.mpvStatSchool{

    position:relative;

    padding:105px 0;

    overflow:hidden;

    background:#092441;
}


.mpvStatSchool:before{

    content:"";

    position:absolute;

    top:-180px;
    right:-120px;

    width:500px;
    height:500px;

    border:1px solid rgba(215,173,82,.17);

    border-radius:50%;
}


.mpvStatSchoolInner{

    position:relative;

    display:grid;

    grid-template-columns:
        minmax(0,.85fr)
        minmax(0,1.15fr);

    gap:70px;

    align-items:center;
}


.mpvStatDarkLabel{

    display:block;

    margin-bottom:15px;

    color:#dcb765;

    font-size:13px;

    font-weight:900;

    letter-spacing:2px;
}


.mpvStatSchoolIntro h2{

    margin:0 0 23px;

    color:#ffffff;

    font-size:clamp(31px,3.4vw,48px);

    line-height:1.18;
}


.mpvStatSchoolIntro h2 strong{

    color:#e1ba60;
}


.mpvStatSchoolIntro p{

    color:#e3eaf2;

    font-size:16px;

    line-height:1.85;
}


.mpvStatSchoolMatrix{

    border:1px solid rgba(224,187,101,.3);

    background:rgba(255,255,255,.055);
}


.mpvStatMatrixHeader{

    display:grid;

    grid-template-columns:170px 1fr;

    padding:17px 21px;

    border-bottom:1px solid rgba(224,187,101,.3);

    color:#e2bd6a;

    font-size:13px;

    font-weight:900;

    letter-spacing:1.3px;

    text-transform:uppercase;
}


.mpvStatMatrixRow{

    display:grid;

    grid-template-columns:170px 1fr;

    gap:20px;

    padding:19px 21px;

    border-bottom:1px solid rgba(255,255,255,.09);
}


.mpvStatMatrixRow:last-child{

    border-bottom:0;
}


.mpvStatMatrixRow strong{

    color:#ffffff;

    font-size:15px;
}


.mpvStatMatrixRow p{

    margin:0;

    color:#d8e2ec;

    font-size:15px;

    line-height:1.7;
}


/* =========================================================
   SECTION 3 — RETROSPECTIVE
========================================================= */

.mpvStatRetrospective{

    padding:100px 0;

    background:#f5f1e8;
}


.mpvStatRetrospectiveBox{

    display:grid;

    grid-template-columns:180px 1fr;

    border:1px solid #d9c79d;

    background:#ffffff;

    box-shadow:
        0 20px 55px rgba(14,38,65,.08);
}


.mpvStatRetroBadge{

    display:flex;

    align-items:center;

    justify-content:center;

    padding:30px;

    background:#0a294b;

    color:#e5bd67;

    font-size:17px;

    font-weight:900;

    letter-spacing:1px;

    writing-mode:vertical-rl;

    transform:rotate(180deg);

}


.mpvStatRetroContent{

    padding:47px 50px;
}


.mpvStatRetroContent > span{

    color:#aa7d23;

    font-size:13px;

    font-weight:900;

    letter-spacing:2px;
}


.mpvStatRetroContent h2{

    margin:9px 0 17px;

    color:#0b2949;

    font-size:clamp(30px,3vw,43px);

    line-height:1.2;
}


.mpvStatRetroContent h2 strong{

    color:#ad7e20;
}


.mpvStatRetroContent p{

    max-width:950px;

    color:#526174;

    font-size:16px;

    line-height:1.85;
}


.mpvStatRetroSteps{

    display:grid;

    grid-template-columns:
        repeat(4,1fr);

    gap:12px;

    margin:30px 0;
}


.mpvStatRetroSteps div{

    min-height:105px;

    padding:16px;

    border:1px solid #e4dcc9;

    background:#faf8f2;
}


.mpvStatRetroSteps b{

    display:block;

    margin-bottom:10px;

    color:#ae8125;

    font-size:15px;
}


.mpvStatRetroSteps span{

    display:block;

    color:#334c64;

    font-size:14px;

    font-weight:700;

    line-height:1.5;
}


.mpvStatCTA{

    display:inline-flex;

    align-items:center;

    justify-content:space-between;

    gap:25px;

    min-width:290px;

    padding:15px 20px;

    background:#0a294b;

    color:#ffffff;

    text-decoration:none;

    font-size:15px;

    font-weight:800;

    transition:.3s ease;
}


.mpvStatCTA small{

    display:block;

    margin-top:4px;

    color:#d9bc76;

    font-size:13px;

    font-weight:600;
}


.mpvStatCTA i{

    color:#e2b95d;

    font-size:18px;
}


.mpvStatCTA:hover{

    background:#b18124;

    color:#ffffff;
}


.mpvStatCTA:hover i{

    color:#ffffff;
}


/* =========================================================
   SECTION 4 — SEARCH
========================================================= */

.mpvStatSearch{

    padding:105px 0;

    background:#ffffff;
}


.mpvStatHeadingCenter{

    align-items:center;
}


.mpvStatSearchGrid{

    display:grid;

    grid-template-columns:
        repeat(5,minmax(0,1fr));

    gap:16px;
}


.mpvStatSearchCard{

    position:relative;

    min-height:270px;

    padding:27px 22px;

    border:1px solid #e3dfd4;

    background:#fbfaf7;

    transition:.3s ease;
}


.mpvStatSearchCard:hover{

    transform:translateY(-5px);

    border-color:#d3a84e;

    box-shadow:
        0 17px 38px rgba(11,40,70,.08);
}


.mpvStatSearchIcon{

    display:flex;

    align-items:center;

    justify-content:center;

    width:43px;
    height:43px;

    margin-bottom:24px;

    background:#0b2b4c;

    color:#e2bb63;

    font-size:13px;

    font-weight:900;
}


.mpvStatSearchCard h3{

    margin:0 0 12px;

    color:#0b2949;

    font-size:21px;
}


.mpvStatSearchCard p{

    margin:0;

    color:#58677a;

    font-size:15px;

    line-height:1.75;
}


.mpvStatSearchCard p strong{

    color:#1c3855;
}


/* =========================================================
   FINAL CTA
========================================================= */

.mpvStatFinalCTA{

    position:relative;

    overflow:hidden;

    padding:70px 0;

    background:
        linear-gradient(
            110deg,
            #071d38,
            #0d3155
        );

    color:#ffffff;
}


.mpvStatFinalCTA:after{

    content:"";

    position:absolute;

    width:380px;
    height:380px;

    right:-180px;
    top:-190px;

    border:1px solid rgba(227,188,99,.22);

    border-radius:50%;
}


.mpvStatFinalInner{

    position:relative;
    z-index:1;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:50px;
}


.mpvStatFinalLabel{

    display:block;

    margin-bottom:12px;

    color:#dfb961;

    font-size:13px;

    font-weight:900;

    letter-spacing:1.8px;
}


.mpvStatFinalInner h2{

    margin:0 0 15px;

    color:#ffffff;

    font-size:clamp(29px,3.3vw,45px);

    line-height:1.18;
}


.mpvStatFinalInner h2 strong{

    color:#e2bb64;
}


.mpvStatFinalInner p{

    max-width:720px;

    margin:0;

    color:#dce5ee;

    font-size:16px;

    line-height:1.8;
}


.mpvStatFinalActions{

    flex:0 0 auto;

    display:flex;

    flex-direction:column;

    align-items:stretch;

    gap:13px;

    min-width:250px;
}


.mpvStatFinalButton{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:25px;

    padding:16px 19px;

    background:#c19436;

    color:#ffffff;

    text-decoration:none;

    box-shadow:
        0 12px 28px rgba(0,0,0,.2);

    transition:.3s ease;
}


.mpvStatFinalButton > span{

    font-size:16px;

    font-weight:900;
}


.mpvStatFinalButton small{

    display:block;

    margin-top:4px;

    color:#fff4d8;

    font-size:14px;

    font-weight:700;
}


.mpvStatFinalButton i{

    font-size:18px;
}


.mpvStatFinalButton:hover{

    background:#e0b95e;

    color:#092441;

    transform:translateY(-2px);
}


.mpvStatFinalButton:hover small{

    color:#092441;
}


.mpvStatPhone{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:11px;

    border:1px solid rgba(226,188,100,.45);

    color:#f2dfb3;

    font-size:17px;

    font-weight:800;

    text-decoration:none;

    transition:.3s ease;
}


.mpvStatPhone i{

    color:#e0b65b;
}


.mpvStatPhone:hover{

    background:rgba(255,255,255,.07);

    color:#ffffff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1100px){

    .mpvStatHeroInner{

        grid-template-columns:1fr;

        gap:40px;
    }


    .mpvStatHeroAuthority{

        max-width:600px;
    }


    .mpvStatSchoolInner{

        grid-template-columns:1fr;

        gap:45px;
    }


    .mpvStatSearchGrid{

        grid-template-columns:
            repeat(3,1fr);
    }

}


@media(max-width:850px){

    .mpvStatHero{

        padding:75px 0 70px;
    }


    .mpvStatOverview,
    .mpvStatSchool,
    .mpvStatRetrospective,
    .mpvStatSearch{

        padding:75px 0;
    }


    .mpvStatContextGrid{

        grid-template-columns:1fr;
    }


    .mpvStatRetrospectiveBox{

        grid-template-columns:1fr;
    }


    .mpvStatRetroBadge{

        min-height:70px;

        writing-mode:horizontal-tb;

        transform:none;
    }


    .mpvStatRetroContent{

        padding:35px 30px;
    }


    .mpvStatRetroSteps{

        grid-template-columns:1fr 1fr;
    }


    .mpvStatFinalInner{

        flex-direction:column;

        align-items:flex-start;
    }


    .mpvStatFinalActions{

        width:100%;

        max-width:400px;
    }

}


@media(max-width:600px){

    .mpvStatHero{

        padding:58px 0;
    }


    .mpvStatHero h1{

        font-size:36px;

        letter-spacing:-.8px;
    }


    .mpvStatHeroContent > p{

        font-size:15.5px;

        line-height:1.8;
    }


    .mpvStatHeroPoints{

        display:grid;

        grid-template-columns:1fr 1fr;
    }


    .mpvStatHeroPoints span{

        font-size:15px;

        padding:10px 11px;
    }


    .mpvStatSectionHeading{

        gap:13px;

        margin-bottom:32px;
    }


    .mpvStatSectionNumber{

        width:45px;
        height:45px;
    }


    .mpvStatSectionHeading h2{

        font-size:30px;
    }


    .mpvStatContextCard{

        padding:25px 21px;
    }


    .mpvStatContextCard h3{

        font-size:23px;
    }


    .mpvStatMuseumList{

        grid-template-columns:1fr;
    }


    .mpvStatChecklist{

        grid-template-columns:1fr;
    }


    .mpvStatMatrixHeader,
    .mpvStatMatrixRow{

        grid-template-columns:1fr;

        gap:8px;
    }


    .mpvStatMatrixHeader{

        display:none;
    }


    .mpvStatMatrixRow{

        padding:18px;
    }


    .mpvStatRetroSteps{

        grid-template-columns:1fr;
    }


    .mpvStatCTA{

        width:100%;

        min-width:0;
    }


    .mpvStatSearchGrid{

        grid-template-columns:1fr;
    }


    .mpvStatSearchCard{

        min-height:auto;
    }


    .mpvStatFinalCTA{

        padding:60px 0;
    }


    .mpvStatFinalInner h2{

        font-size:30px;
    }

}


@media(max-width:420px){

    .mpvStatHero h1{

        font-size:32px;
    }


    .mpvStatHeroPoints{

        grid-template-columns:1fr;
    }


    .mpvStatHeroAuthorityBody{

        padding:27px 21px;
    }


    .mpvStatRetroContent{

        padding:30px 20px;
    }

}


/* ============================================================
   MINIATURE PAINTING VALUATION SERVICES
   ROYAL NAVY + ANTIQUE GOLD DESIGN SYSTEM
============================================================ */

.mpv-services{
    position:relative;
    padding:110px 0 105px;
    background:#f7f4ec;
    overflow:hidden;
}

.mpv-services::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    right:-260px;
    top:80px;
    border:1px solid rgba(184,135,35,.16);
    border-radius:50%;
    pointer-events:none;
}

.mpv-services::after{
    content:"";
    position:absolute;
    width:360px;
    height:360px;
    left:-220px;
    bottom:100px;
    border:1px solid rgba(20,51,93,.08);
    border-radius:50%;
    pointer-events:none;
}


/* ============================================================
   INTRO
============================================================ */

.mpv-services-intro{
    position:relative;
    max-width:920px;
    margin:0 auto 70px;
    text-align:center;
    z-index:2;
}

.mpv-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:13px;
    margin-bottom:20px;
    color:#b88723;
    font-family:Georgia,serif;
    font-size:15px;
    font-weight:700;
    letter-spacing:2.3px;
    text-transform:uppercase;
}

.mpv-eyebrow::before,
.mpv-eyebrow::after{
    content:"";
    width:38px;
    height:1px;
    background:#b88723;
}

.mpv-services-intro h1{
    margin:0;
    color:#102d52;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(34px,4vw,56px);
    line-height:1.08;
    font-weight:500;
    letter-spacing:-1px;
}

.mpv-services-intro h1 strong{
    color:#b88723;
    font-weight:700;
}

.mpv-intro-line{
    width:75px;
    height:3px;
    margin:27px auto 25px;
    background:#b88723;
}

.mpv-services-intro p{
    max-width:800px;
    margin:0 auto;
    color:#4c5868;
    font-family:Arial,Helvetica,sans-serif;
    font-size:17px;
    line-height:1.85;
}

.mpv-services-intro p strong{
    color:#102d52;
    font-weight:800;
}


/* ============================================================
   SERVICE BASE
============================================================ */

.mpv-service{
    position:relative;
    display:grid;
    grid-template-columns:90px minmax(0,1fr) 145px;
    align-items:center;
    min-height:315px;
    margin-bottom:25px;
    overflow:hidden;
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.mpv-service:hover{
    transform:translateY(-5px);
}


/* ============================================================
   SERVICE NUMBER
============================================================ */

.mpv-service-number{
    align-self:stretch;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:Georgia,"Times New Roman",serif;
    font-size:34px;
    font-weight:700;
    letter-spacing:1px;
}


/* ============================================================
   CONTENT
============================================================ */

.mpv-service-content{
    padding:52px 55px;
}

.mpv-service-label{
    display:block;
    margin-bottom:13px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    line-height:1.4;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.mpv-service h2{
    margin:0 0 19px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(27px,3vw,40px);
    line-height:1.15;
    font-weight:500;
}

.mpv-service h2 strong{
    font-weight:700;
}

.mpv-service p{
    margin:0 0 17px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.82;
}

.mpv-service p strong{
    font-weight:800;
}


/* ============================================================
   ENGAGED BY
============================================================ */

.mpv-engaged{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-top:24px;
    padding-top:18px;
    border-top:1px solid rgba(184,135,35,.35);
}

.mpv-engaged span{
    flex:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    line-height:1.5;
    font-weight:700;
}

.mpv-engaged strong{
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    line-height:1.5;
}


/* ============================================================
   REFERENCE LINKS
============================================================ */

.mpv-reference{
    font-size:15px !important;
    margin-top:3px !important;
}

.mpv-reference a{
    color:#b88723;
    font-weight:800;
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:3px;
    transition:.25s ease;
}

.mpv-reference a:hover{
    color:#102d52;
}


/* ============================================================
   RIGHT MARKER
============================================================ */

.mpv-service-marker{
    align-self:stretch;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:25px 15px;
    border-left:1px solid rgba(184,135,35,.3);
}

.mpv-service-marker span{
    font-family:Georgia,"Times New Roman",serif;
    font-size:46px;
    line-height:1;
    font-weight:700;
}

.mpv-service-marker small{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:1.5px;
    text-align:center;
}


/* ============================================================
   DARK SERVICE
============================================================ */

.mpv-service-dark{
    background:#0c2749;
    box-shadow:0 18px 45px rgba(9,31,56,.13);
}

.mpv-service-dark::before{
    content:"";
    position:absolute;
    width:190px;
    height:190px;
    right:75px;
    top:-95px;
    border:1px solid rgba(215,173,77,.17);
    border-radius:50%;
}

.mpv-service-dark .mpv-service-number{
    color:#d9b45d;
    background:#091f3b;
}

.mpv-service-dark .mpv-service-label{
    color:#d8b86b;
}

.mpv-service-dark h2{
    color:#ffffff;
}

.mpv-service-dark h2 strong{
    color:#e2bd65;
}

.mpv-service-dark p{
    color:#e8eef5;
}

.mpv-service-dark p strong{
    color:#ffffff;
}

.mpv-service-dark .mpv-engaged span{
    color:#d8b86b;
}

.mpv-service-dark .mpv-engaged strong{
    color:#ffffff;
}

.mpv-service-dark .mpv-service-marker{
    color:#e2bd65;
    background:#102f54;
}


/* ============================================================
   LIGHT SERVICE
============================================================ */

.mpv-service-light{
    background:#ffffff;
    border:1px solid rgba(16,45,82,.10);
    box-shadow:0 15px 38px rgba(16,45,82,.07);
}

.mpv-service-light .mpv-service-number{
    color:#b88723;
    background:#f1ecdf;
}

.mpv-service-light .mpv-service-label{
    color:#a17218;
}

.mpv-service-light h2{
    color:#102d52;
}

.mpv-service-light h2 strong{
    color:#b88723;
}

.mpv-service-light p{
    color:#4c5868;
}

.mpv-service-light p strong{
    color:#102d52;
}

.mpv-service-light .mpv-engaged span{
    color:#102d52;
}

.mpv-service-light .mpv-engaged strong{
    color:#394b61;
}

.mpv-service-light .mpv-service-marker{
    color:#102d52;
    background:#f8f5ed;
}


/* ============================================================
   GOLD ACCENT SERVICE
============================================================ */

.mpv-service-gold{
    background:#b88723;
    box-shadow:0 18px 45px rgba(120,82,18,.18);
}

.mpv-service-gold .mpv-service-number{
    color:#fff5d9;
    background:#9d721c;
}

.mpv-service-gold .mpv-service-label{
    color:#fff3d0;
}

.mpv-service-gold h2{
    color:#ffffff;
}

.mpv-service-gold h2 strong{
    color:#102d52;
}

.mpv-service-gold p{
    color:#fffaf0;
}

.mpv-service-gold p strong{
    color:#ffffff;
}

.mpv-service-gold .mpv-engaged{
    border-color:rgba(255,255,255,.4);
}

.mpv-service-gold .mpv-engaged span{
    color:#102d52;
}

.mpv-service-gold .mpv-engaged strong{
    color:#ffffff;
}

.mpv-service-gold .mpv-service-marker{
    color:#102d52;
    background:#d3a33d;
}

.mpv-service-gold .mpv-reference a{
    color:#102d52;
}


/* ============================================================
   FINAL CTA
============================================================ */

.mpv-final-cta{
    position:relative;
    padding:85px 0;
    background:#071c35;
    overflow:hidden;
}

.mpv-final-cta::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    right:-180px;
    top:-260px;
    border:1px solid rgba(216,177,82,.2);
    border-radius:50%;
}

.mpv-final-cta::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    left:-190px;
    bottom:-210px;
    border:1px solid rgba(216,177,82,.13);
    border-radius:50%;
}

.mpv-final-cta-inner{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:55px;
    padding:48px 55px;
    border:1px solid rgba(216,177,82,.35);
    background:linear-gradient(
        135deg,
        rgba(17,49,84,.92),
        rgba(8,29,53,.96)
    );
}

.mpv-cta-content{
    max-width:760px;
}

.mpv-cta-eyebrow{
    display:block;
    margin-bottom:14px;
    color:#d9b45d;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
}

.mpv-cta-content h2{
    margin:0 0 17px;
    color:#ffffff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(30px,3.4vw,48px);
    line-height:1.15;
    font-weight:500;
}

.mpv-cta-content h2 strong{
    color:#e0b95e;
    font-weight:700;
}

.mpv-cta-content p{
    margin:0;
    color:#e8eef5;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.8;
}

.mpv-cta-content p strong{
    color:#ffffff;
}


/* ============================================================
   CTA BUTTON
============================================================ */

.mpv-cta-action{
    flex:0 0 285px;
    text-align:center;
}

.mpv-cta-button{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    width:100%;
    padding:18px 19px 18px 23px;
    color:#102d52;
    background:#d8b45d;
    border:1px solid #e6c978;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,.22);
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.mpv-cta-button:hover{
    color:#ffffff;
    background:#b88723;
    transform:translateY(-3px);
    box-shadow:0 15px 32px rgba(0,0,0,.3);
}

.mpv-cta-button > span{
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    line-height:1.25;
    font-weight:900;
    text-align:left;
}

.mpv-cta-button strong{
    display:flex;
    align-items:center;
    gap:6px;
    white-space:nowrap;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    line-height:1;
}

.mpv-cta-button strong i{
    font-size:13px;
}

.mpv-cta-button b{
    font-size:22px;
    line-height:1;
    font-weight:400;
}

.mpv-cta-action small{
    display:block;
    margin-top:12px;
    color:#bfcddd;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    line-height:1.4;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width:991px){

    .mpv-services{
        padding:80px 0;
    }

    .mpv-services-intro{
        margin-bottom:50px;
    }

    .mpv-service{
        grid-template-columns:70px minmax(0,1fr) 110px;
    }

    .mpv-service-content{
        padding:40px 35px;
    }

    .mpv-service-marker span{
        font-size:38px;
    }

    .mpv-final-cta-inner{
        padding:40px;
        gap:35px;
    }

    .mpv-cta-action{
        flex-basis:260px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width:767px){

    .mpv-services{
        padding:65px 0;
    }

    .mpv-services-intro{
        margin-bottom:38px;
    }

    .mpv-services-intro h1{
        font-size:34px;
        line-height:1.12;
    }

    .mpv-services-intro p{
        font-size:15px;
        line-height:1.75;
    }

    .mpv-eyebrow{
        font-size:15px;
        letter-spacing:1.5px;
    }

    .mpv-service{
        display:block;
        margin-bottom:18px;
    }

    .mpv-service-number{
        position:absolute;
        top:0;
        left:0;
        width:62px;
        height:62px;
        min-height:62px;
        font-size:24px;
        z-index:2;
    }

    .mpv-service-content{
        padding:78px 25px 30px;
    }

    .mpv-service-label{
        font-size:15px;
        line-height:1.45;
    }

    .mpv-service h2{
        font-size:29px;
        line-height:1.2;
    }

    .mpv-service p{
        font-size:15px;
        line-height:1.75;
    }

    .mpv-engaged{
        display:block;
    }

    .mpv-engaged span{
        display:block;
        margin-bottom:5px;
        font-size:15px;
    }

    .mpv-engaged strong{
        display:block;
        font-size:15px;
    }

    .mpv-service-marker{
        display:none;
    }

    .mpv-final-cta{
        padding:60px 0;
    }

    .mpv-final-cta-inner{
        display:block;
        padding:32px 24px;
    }

    .mpv-cta-content h2{
        font-size:31px;
    }

    .mpv-cta-content p{
        font-size:15px;
        line-height:1.75;
    }

    .mpv-cta-action{
        width:100%;
        margin-top:28px;
    }

    .mpv-cta-button{
        min-height:62px;
        padding:16px 17px;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width:480px){

    .mpv-services-intro h1{
        font-size:30px;
    }

    .mpv-service-content{
        padding:76px 20px 27px;
    }

    .mpv-service h2{
        font-size:26px;
    }

    .mpv-final-cta-inner{
        padding:28px 19px;
    }

    .mpv-cta-content h2{
        font-size:28px;
    }

    .mpv-cta-button{
        display:grid;
        grid-template-columns:1fr auto;
        gap:8px 10px;
    }

    .mpv-cta-button > span{
        grid-column:1 / -1;
    }

    .mpv-cta-button strong{
        grid-column:1;
    }

    .mpv-cta-button b{
        grid-column:2;
        grid-row:2;
    }

}

/* =========================================================
   MINIATURE PAINTING VALUATION PROCESS
   ROYAL NAVY + GOLD DESIGN SYSTEM
========================================================= */

:root{

    --mp-navy:#071d38;
    --mp-navy-2:#0b294b;
    --mp-navy-3:#102f53;

    --mp-gold:#d6a83f;
    --mp-gold-light:#edc96b;
    --mp-gold-soft:#f5df9d;

    --mp-white:#ffffff;
    --mp-text:#26384d;
    --mp-muted:#64748b;

    --mp-light:#f7f8fa;
    --mp-border:#e7e1d3;

}


/* =========================================================
   GLOBAL PROCESS TYPOGRAPHY
========================================================= */

.mp-process-hero,
.mp-process-overview,
.mp-step,
.mp-science-section,
.mp-certificate-section,
.mp-process-cta{

    font-family:
        "Inter",
        "Segoe UI",
        Arial,
        sans-serif;

}

.mp-process-hero *,
.mp-process-overview *,
.mp-step *,
.mp-science-section *,
.mp-certificate-section *,
.mp-process-cta *{

    box-sizing:border-box;

}

.mp-process-hero p,
.mp-process-overview p,
.mp-step p,
.mp-science-section p,
.mp-certificate-section p,
.mp-process-cta p{

    font-size:16px;
    line-height:1.85;

}


/* =========================================================
   HERO
========================================================= */

.mp-process-hero{

    position:relative;
    overflow:hidden;

    padding:115px 0 105px;

    background:
        radial-gradient(
            circle at 85% 25%,
            rgba(214,168,63,.13),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #061a32 0%,
            #0b294b 55%,
            #071d38 100%
        );

    color:#fff;

}

.mp-process-hero::before{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    right:-180px;
    top:-180px;

    border:1px solid rgba(237,201,107,.25);

    border-radius:50%;

}

.mp-process-hero::after{

    content:"";

    position:absolute;

    width:650px;
    height:650px;

    left:-500px;
    bottom:-500px;

    border:1px solid rgba(237,201,107,.12);

    border-radius:50%;

}

.mp-process-hero-inner{

    position:relative;
    z-index:2;

    max-width:950px;

}

.mp-process-kicker{

    display:flex;
    align-items:center;
    gap:14px;

    margin-bottom:24px;

    color:var(--mp-gold-light);

    font-size:14px;
    font-weight:800;

    letter-spacing:2.2px;

}

.mp-process-kicker span{

    width:42px;
    height:2px;

    background:var(--mp-gold);

}

.mp-process-hero h1{

    margin:0;

    max-width:900px;

    color:#fff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:clamp(42px,5.4vw,74px);

    line-height:1.04;

    font-weight:400;

    letter-spacing:-1.8px;

}

.mp-process-hero h1 strong{

    display:block;

    color:var(--mp-gold-light);

    font-weight:700;

}

.mp-process-intro{

    max-width:820px;

    margin:30px 0 0;

    color:#e8eef6;

    font-size:18px !important;

    line-height:1.9 !important;

}

.mp-process-intro strong{

    color:#fff;

}

.mp-process-hero-meta{

    display:flex;
    flex-wrap:wrap;

    margin-top:48px;

    border-top:1px solid rgba(255,255,255,.16);

    padding-top:28px;

    gap:45px;

}

.mp-process-hero-meta div{

    display:flex;
    flex-direction:column;
    gap:5px;

}

.mp-process-hero-meta strong{

    color:var(--mp-gold-light);

    font-family:Georgia,serif;

    font-size:25px;

}

.mp-process-hero-meta span{

    color:#d8e2ee;

    font-size:15px;

}


/* =========================================================
   OVERVIEW
========================================================= */

.mp-process-overview{

    padding:90px 0;

    background:#fff;

}

.mp-process-overview-grid{

    display:grid;

    grid-template-columns:
        minmax(280px, .8fr)
        minmax(300px, 1.2fr);

    gap:80px;

    align-items:start;

}

.mp-section-label{

    display:inline-block;

    margin-bottom:18px;

    color:#a97817;

    font-size:13px;

    font-weight:800;

    letter-spacing:2px;

    text-transform:uppercase;

}

.mp-process-overview-heading h2{

    margin:0;

    color:var(--mp-navy);

    font-family:Georgia,serif;

    font-size:clamp(34px,4vw,52px);

    line-height:1.12;

    font-weight:400;

}

.mp-process-overview-heading h2 strong{

    color:#b38320;

}

.mp-process-overview-content{

    padding-top:10px;

}

.mp-process-overview-content p{

    margin:0 0 20px;

    color:#425466;

}

.mp-process-overview-content strong{

    color:var(--mp-navy);

}


/* =========================================================
   COMMON STEP SYSTEM
========================================================= */

.mp-step{

    position:relative;

    overflow:hidden;

    padding:105px 0;

}

.mp-step-dark{

    background:
        linear-gradient(
            125deg,
            #061a32,
            #0b294b 65%,
            #102f53
        );

    color:#fff;

}

.mp-step-light{

    background:
        linear-gradient(
            120deg,
            #ffffff,
            #f7f5ef
        );

    color:var(--mp-text);

}

.mp-step-dark::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    right:-330px;
    top:-240px;

    border:1px solid rgba(237,201,107,.13);

    border-radius:50%;

}

.mp-step-grid{

    position:relative;
    z-index:2;

    display:grid;

    grid-template-columns:170px minmax(0,1fr);

    gap:60px;

    align-items:start;

}

.mp-step-grid-reverse{

    grid-template-columns:minmax(0,1fr) 170px;

}

.mp-step-number{

    width:145px;
    height:145px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(237,201,107,.65);

    border-radius:50%;

    background:rgba(255,255,255,.025);

}

.mp-step-number span{

    color:var(--mp-gold-light);

    font-family:Georgia,serif;

    font-size:52px;

    line-height:1;

}

.mp-step-number small{

    margin-top:10px;

    color:#dce6f1;

    font-size:12px;

    font-weight:800;

    letter-spacing:2px;

}

.mp-step-number-gold{

    justify-self:end;

    border-color:#cda23d;

    background:rgba(214,168,63,.07);

}

.mp-step-content{

    max-width:930px;

}

.mp-step-tag{

    margin-bottom:13px;

    color:var(--mp-gold-light);

    font-size:13px;

    font-weight:800;

    letter-spacing:2px;

}

.mp-step-light .mp-step-tag{

    color:#a67616;

}

.mp-step h2{

    margin:0 0 22px;

    font-family:Georgia,serif;

    font-size:clamp(32px,4vw,51px);

    line-height:1.15;

    font-weight:400;

}

.mp-step-dark h2{

    color:#fff;

}

.mp-step-light h2{

    color:var(--mp-navy);

}

.mp-step h2 strong{

    color:var(--mp-gold-light);

}

.mp-step-light h2 strong{

    color:#b38320;

}

.mp-step-dark .mp-step-content > p{

    color:#e4edf7;

}

.mp-step-light .mp-step-content > p{

    color:#45576a;

}

.mp-step p{

    margin-top:0;

}

.mp-step-note{

    margin-top:28px;

    padding:18px 22px;

    border-left:3px solid var(--mp-gold);

    background:rgba(255,255,255,.06);

    color:#e5edf6;

    font-size:15px;

    line-height:1.7;

}

.mp-step-note strong{

    color:#fff;

}

.mp-step-note-gold{

    background:#fffaf0;

    color:#4a4a46;

}

.mp-step-note-gold strong{

    color:#9a6d13;

}


/* =========================================================
   STEP 02 — STANDARDS
========================================================= */

.mp-standard-list{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:14px;

    margin-top:30px;

}

.mp-standard-list > div{

    display:flex;
    align-items:flex-start;

    gap:12px;

    padding:17px;

    border:1px solid #e9e2d3;

    background:#fff;

}

.mp-standard-list span{

    flex:0 0 24px;

    width:24px;
    height:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#f3dfaa;

    color:#8b6416;

    font-weight:900;

}

.mp-standard-list p{

    margin:0;

    color:#4a5a6b;

    font-size:15px !important;

    line-height:1.55 !important;

}

.mp-standard-list strong{

    color:var(--mp-navy);

}


/* =========================================================
   STEP 03 — EXAMINATION
========================================================= */

.mp-examination-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:14px;

    margin-top:35px;

}

.mp-examination-grid > div{

    padding:22px 18px;

    border:1px solid rgba(237,201,107,.20);

    background:rgba(255,255,255,.045);

}

.mp-examination-grid span{

    display:block;

    margin-bottom:14px;

    color:var(--mp-gold);

    font-family:Georgia,serif;

    font-size:22px;

}

.mp-examination-grid strong{

    display:block;

    margin-bottom:8px;

    color:#fff;

    font-size:16px;

}

.mp-examination-grid p{

    margin:0;

    color:#c9d6e5;

    font-size:15px !important;

    line-height:1.65 !important;

}

.mp-photo-strip{

    display:flex;
    flex-wrap:wrap;

    gap:10px;

    margin-top:22px;

}

.mp-photo-strip span{

    padding:9px 14px;

    border:1px solid rgba(237,201,107,.35);

    color:#e9d18d;

    font-size:12px;

    font-weight:800;

    letter-spacing:1.3px;

}


/* =========================================================
   STEP 04 — ATTRIBUTION
========================================================= */

.mp-attribution-columns{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:30px;

    margin:30px 0;

    padding:28px;

    background:#f3f0e8;

    border-left:4px solid var(--mp-gold);

}

.mp-attribution-columns ul{

    margin:0;
    padding-left:20px;

}

.mp-attribution-columns li{

    margin-bottom:12px;

    color:#405265;

    font-size:15px;

    line-height:1.6;

}

.mp-attribution-columns li::marker{

    color:#b4831e;

}


/* =========================================================
   STEP 05 — SCIENTIFIC SECTION
========================================================= */

.mp-science-section{

    position:relative;

    overflow:hidden;

    padding:110px 0;

    background:
        radial-gradient(
            circle at 85% 50%,
            rgba(214,168,63,.14),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #071a31,
            #102f53
        );

    color:#fff;

}

.mp-science-orbit{

    position:absolute;

    width:600px;
    height:600px;

    right:-260px;
    top:-80px;

    border:1px solid rgba(237,201,107,.18);

    border-radius:50%;

}

.mp-science-orbit::after{

    content:"";

    position:absolute;

    width:390px;
    height:390px;

    left:105px;
    top:105px;

    border:1px solid rgba(237,201,107,.12);

    border-radius:50%;

}

.mp-science-header{

    position:relative;
    z-index:2;

    display:flex;

    align-items:flex-end;

    justify-content:space-between;

    gap:30px;

    margin-bottom:45px;

}

.mp-label-light{

    color:var(--mp-gold-light);

}

.mp-science-header h2{

    margin:0;

    color:#fff;

    font-family:Georgia,serif;

    font-size:clamp(34px,4vw,54px);

    font-weight:400;

}

.mp-science-header h2 strong{

    color:var(--mp-gold-light);

}

.mp-science-badge{

    padding:14px 18px;

    border:1px solid rgba(237,201,107,.5);

    color:#e8d18e;

    font-size:12px;

    font-weight:800;

    letter-spacing:1.5px;

}

.mp-science-badge span{

    margin-right:10px;

    color:#fff;

    font-family:Georgia,serif;

    font-size:23px;

}

.mp-science-content{

    position:relative;
    z-index:2;

}

.mp-science-content > p{

    max-width:900px;

    margin:0 0 38px;

    color:#e2ebf5;

}

.mp-science-methods{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

}

.mp-science-card{

    padding:32px 28px;

    border:1px solid rgba(255,255,255,.13);

    background:rgba(255,255,255,.055);

    backdrop-filter:blur(5px);

}

.mp-science-icon{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    width:54px;
    height:54px;

    margin-bottom:23px;

    border:1px solid var(--mp-gold);

    color:var(--mp-gold-light);

    font-size:13px;

    font-weight:900;

    letter-spacing:1px;

}

.mp-science-card h3{

    margin:0 0 12px;

    color:#fff;

    font-family:Georgia,serif;

    font-size:24px;

}

.mp-science-card p{

    margin:0;

    color:#cdd9e6;

    font-size:15px !important;

    line-height:1.75 !important;

}


/* =========================================================
   STEP 06 — MARKET
========================================================= */

.mp-market-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:12px;

    margin-top:35px;

}

.mp-market-grid > div{

    min-height:100px;

    padding:20px;

    border-top:2px solid rgba(237,201,107,.6);

    background:rgba(255,255,255,.045);

}

.mp-market-grid strong{

    display:block;

    margin-bottom:7px;

    color:#fff;

    font-family:Georgia,serif;

    font-size:20px;

}

.mp-market-grid span{

    color:#c5d2e1;

    font-size:15px;

}

.mp-retro-box{

    margin-top:24px;

    padding:23px;

    border:1px solid rgba(237,201,107,.4);

    background:rgba(214,168,63,.06);

}

.mp-retro-box > span{

    color:var(--mp-gold-light);

    font-size:12px;

    font-weight:800;

    letter-spacing:1.7px;

}

.mp-retro-box p{

    margin:9px 0 0;

    color:#dce6f1;

}

.mp-retro-box strong{

    color:#fff;

}


/* =========================================================
   STEP 07 — CERTIFICATE
========================================================= */

.mp-certificate-section{

    padding:110px 0;

    background:
        linear-gradient(
            135deg,
            #f7f5ee,
            #ffffff
        );

}

.mp-certificate-grid{

    display:grid;

    grid-template-columns:170px minmax(0,1fr);

    gap:60px;

}

.mp-certificate-number{

    width:145px;
    height:145px;

    display:flex;

    flex-direction:column;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:var(--mp-navy);

    border:7px solid #ead9a9;

    box-shadow:0 0 0 1px #b99237;

}

.mp-certificate-number span{

    color:var(--mp-gold-light);

    font-family:Georgia,serif;

    font-size:48px;

}

.mp-certificate-number small{

    color:#fff;

    font-size:11px;

    font-weight:800;

    letter-spacing:2px;

}

.mp-certificate-content h2{

    margin:0 0 22px;

    color:var(--mp-navy);

    font-family:Georgia,serif;

    font-size:clamp(35px,4vw,54px);

    font-weight:400;

}

.mp-certificate-content h2 strong{

    color:#ad7b19;

}

.mp-certificate-lead{

    max-width:900px;

    color:#405265;

    font-size:18px !important;

}

.mp-certificate-lead strong{

    color:var(--mp-navy);

}

.mp-certificate-features{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:12px;

    margin-top:35px;

}

.mp-certificate-features div{

    display:flex;

    align-items:center;

    gap:13px;

    padding:15px 17px;

    background:#fff;

    border:1px solid #e8e0ce;

}

.mp-certificate-features span{

    color:#9a701b;

    font-size:18px;

    font-weight:900;

}

.mp-certificate-features strong{

    color:#23374b;

    font-size:15px;

}

.mp-confidence{

    margin-top:30px;

    padding:23px;

    background:var(--mp-navy);

}

.mp-confidence > span{

    display:block;

    margin-bottom:15px;

    color:var(--mp-gold-light);

    font-size:12px;

    font-weight:800;

    letter-spacing:1.5px;

}

.mp-confidence div{

    display:flex;
    flex-wrap:wrap;

    gap:10px;

}

.mp-confidence b{

    padding:9px 13px;

    border:1px solid rgba(237,201,107,.45);

    color:#fff;

    font-size:14px;

    font-weight:600;

}

.mp-acceptance{

    margin-top:24px;

    padding:25px;

    border-left:4px solid var(--mp-gold);

    background:#fff;

}

.mp-acceptance > strong{

    display:block;

    margin-bottom:8px;

    color:var(--mp-navy);

    font-family:Georgia,serif;

    font-size:21px;

}

.mp-acceptance p{

    margin:0;

    color:#526476;

}

.mp-acceptance p strong{

    color:var(--mp-navy);

}


/* =========================================================
   FINAL CTA
========================================================= */

.mp-process-cta{

    position:relative;

    overflow:hidden;

    padding:80px 0;

    background:
        radial-gradient(
            circle at 90% 40%,
            rgba(214,168,63,.16),
            transparent 30%
        ),
        #061a32;

    color:#fff;

}

.mp-process-cta::before{

    content:"";

    position:absolute;

    width:450px;
    height:450px;

    right:-220px;
    top:-210px;

    border:1px solid rgba(237,201,107,.18);

    border-radius:50%;

}

.mp-process-cta-inner{

    position:relative;
    z-index:2;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:60px;

}

.mp-cta-copy{

    max-width:760px;

}

.mp-cta-copy h2{

    margin:0;

    color:#fff;

    font-family:Georgia,serif;

    font-size:clamp(35px,4.3vw,57px);

    line-height:1.12;

    font-weight:400;

}

.mp-cta-copy h2 strong{

    color:var(--mp-gold-light);

}

.mp-cta-copy p{

    max-width:680px;

    margin:20px 0 0;

    color:#d9e4ef;

}

.mp-cta-action{

    flex:0 0 310px;

}

.mp-main-cta{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    width:100%;

    padding:20px 23px;

    background:linear-gradient(
        135deg,
        #d3a13a,
        #ebc96e
    );

    color:#081d36 !important;

    text-decoration:none !important;

    font-size:15px;

    font-weight:900;

    letter-spacing:.2px;

    box-shadow:
        0 12px 30px rgba(0,0,0,.25);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}

.mp-main-cta span{

    font-size:25px;

}

.mp-main-cta:hover{

    transform:translateY(-3px);

    box-shadow:
        0 17px 35px rgba(0,0,0,.32);

    color:#061a32 !important;

}

.mp-phone-cta{

    display:flex;

    align-items:center;

    gap:13px;

    margin-top:18px;

    text-decoration:none !important;

    color:#fff !important;

}

.mp-phone-cta > span{

    width:43px;
    height:43px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(237,201,107,.55);

    border-radius:50%;

    color:var(--mp-gold-light);

    font-size:17px;

}

.mp-phone-cta small{

    display:block;

    margin-bottom:3px;

    color:#aebfd1;

    font-size:14px;

}

.mp-phone-cta strong{

    color:#fff;

    font-size:17px;

}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media(max-width:991px){

    .mp-process-hero{

        padding:90px 0 80px;

    }

    .mp-process-overview-grid{

        grid-template-columns:1fr;

        gap:25px;

    }

    .mp-step-grid,
    .mp-step-grid-reverse,
    .mp-certificate-grid{

        grid-template-columns:1fr;

        gap:30px;

    }

    .mp-step-grid-reverse .mp-step-number-gold{

        grid-row:1;

        justify-self:start;

    }

    .mp-step-number,
    .mp-certificate-number{

        width:105px;
        height:105px;

    }

    .mp-step-number span{

        font-size:38px;

    }

    .mp-certificate-number span{

        font-size:38px;

    }

    .mp-examination-grid{

        grid-template-columns:1fr 1fr;

    }

    .mp-science-methods{

        grid-template-columns:1fr;

    }

    .mp-process-cta-inner{

        flex-direction:column;

        align-items:flex-start;

    }

    .mp-cta-action{

        width:100%;

        max-width:420px;

        flex-basis:auto;

    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media(max-width:767px){

    .mp-process-hero{

        padding:72px 0 65px;

    }

    .mp-process-hero h1{

        font-size:42px;

        letter-spacing:-1px;

    }

    .mp-process-intro{

        font-size:16px !important;

    }

    .mp-process-hero-meta{

        gap:25px;

    }

    .mp-process-hero-meta strong{

        font-size:21px;

    }

    .mp-process-overview,
    .mp-step,
    .mp-science-section,
    .mp-certificate-section{

        padding:72px 0;

    }

    .mp-step-grid{

        gap:25px;

    }

    .mp-step-number{

        width:90px;
        height:90px;

    }

    .mp-step-number span{

        font-size:32px;

    }

    .mp-step-number small{

        font-size:10px;

    }

    .mp-standard-list,
    .mp-examination-grid,
    .mp-attribution-columns,
    .mp-market-grid,
    .mp-certificate-features{

        grid-template-columns:1fr;

    }

    .mp-attribution-columns{

        gap:0;

    }

    .mp-science-header{

        align-items:flex-start;

        flex-direction:column;

    }

    .mp-science-badge{

        width:100%;

    }

    .mp-process-cta{

        padding:70px 0;

    }

    .mp-cta-copy h2{

        font-size:39px;

    }

    .mp-main-cta{

        font-size:15px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:480px){

    .mp-process-hero h1{

        font-size:36px;

    }

    .mp-process-kicker{

        font-size:11px;

        letter-spacing:1.5px;

    }

    .mp-process-hero-meta{

        display:grid;

        grid-template-columns:1fr 1fr;

    }

    .mp-step h2,
    .mp-certificate-content h2,
    .mp-science-header h2{

        font-size:32px;

    }

    .mp-process-overview-heading h2{

        font-size:34px;

    }

    .mp-step p,
    .mp-science-section p,
    .mp-certificate-section p{

        font-size:15px;

    }

    .mp-examination-grid > div{

        padding:18px;

    }

    .mp-main-cta{

        padding:18px;

    }

}

/* ============================================================
   MINIATURE PAINTING INSIGHTS
   ROYAL NAVY + GOLD EDITORIAL DESIGN
============================================================ */

.mpvInsightsHero,
.mpvInsightsIntro,
.mpvArticleSection,
.mpvInsightsCTA {
    font-family: "Inter", Arial, sans-serif;
}

.mpvInsightsHero *,
.mpvInsightsIntro *,
.mpvArticleSection *,
.mpvInsightsCTA * {
    box-sizing: border-box;
}


/* ============================================================
   SECTION 01 — HERO
============================================================ */

.mpvInsightsHero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 22%, rgba(197,151,48,.13), transparent 28%),
        linear-gradient(135deg, #071b36 0%, #0c294d 55%, #081b35 100%);
    padding: 105px 0 95px;
    color: #fff;
}

.mpvInsightsHero:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image:
        linear-gradient(rgba(214,171,73,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214,171,73,.18) 1px, transparent 1px);
    background-size: 70px 70px;
    pointer-events: none;
}

.mpvInsightsHero:after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -170px;
    top: -170px;
    border: 1px solid rgba(214,171,73,.25);
    border-radius: 50%;
    box-shadow:
        0 0 0 35px rgba(214,171,73,.035),
        0 0 0 70px rgba(214,171,73,.025);
}

.mpvInsightsHero .container {
    position: relative;
    z-index: 2;
}

.mpvInsightsHeroInner {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    gap: 75px;
    align-items: center;
}

.mpvInsightsHeroContent {
    max-width: 900px;
}

.mpvInsightsEyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 23px;
    color: #e3b95b;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.mpvInsightsEyebrow span {
    width: 42px;
    height: 2px;
    display: inline-block;
    background: #d7aa48;
}

.mpvInsightsHero h1 {
    margin: 0;
    max-width: 900px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.04;
    font-weight: 500;
    letter-spacing: -1.8px;
}

.mpvInsightsHero h1 strong {
    color: #e6bb5d;
    font-weight: 700;
}

.mpvInsightsGoldLine {
    width: 85px;
    height: 3px;
    margin: 30px 0 27px;
    background: linear-gradient(
        90deg,
        #d5a642,
        #f0cf7b
    );
}

.mpvInsightsLead {
    max-width: 860px;
    margin: 0;
    color: #f2f6fb;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
}

.mpvInsightsLead strong {
    color: #f2c968;
    font-weight: 750;
}

.mpvInsightsHeroTags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.mpvInsightsHeroTags span {
    padding: 10px 15px;
    border: 1px solid rgba(226,187,91,.38);
    background: rgba(255,255,255,.045);
    color: #f8f3e6;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .2px;
}

.mpvInsightsHeroCta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 35px;
}

.mpvInsightsMainBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 58px;
    padding: 0 25px;
    background: linear-gradient(135deg, #d4a63e, #efc86f);
    color: #071b36;
    text-decoration: none;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: .2px;
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
    transition: .3s ease;
}

.mpvInsightsMainBtn:hover {
    color: #071b36;
    transform: translateY(-3px);
    box-shadow: 0 17px 35px rgba(0,0,0,.3);
}

.mpvInsightsMainBtn i {
    font-size: 14px;
}

.mpvInsightsPhone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
}

.mpvInsightsPhoneIcon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(226,187,91,.7);
    border-radius: 50%;
    color: #e6bb5d;
}

.mpvInsightsPhone small {
    display: block;
    margin-bottom: 3px;
    color: #bdcad8;
    font-size: 15px;
}

.mpvInsightsPhone strong {
    display: block;
    color: #fff;
    font-size: 16px;
}


/* HERO RESEARCH PANEL */

.mpvInsightsHeroPanel {
    position: relative;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mpvResearchSeal {
    width: 285px;
    height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(225,185,86,.65);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(214,171,73,.10), rgba(255,255,255,.015) 65%);
    box-shadow:
        0 0 0 16px rgba(214,171,73,.025),
        0 0 0 17px rgba(214,171,73,.14);
}

.mpvSealRing {
    width: 225px;
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(231,192,99,.75);
    border-radius: 50%;
    text-align: center;
}

.mpvSealTop,
.mpvSealBottom {
    color: #e7c16a;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
}

.mpvSealRing strong {
    margin: 15px 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    letter-spacing: 5px;
}

.mpvHeroPanelText {
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 30px;
    padding: 18px 20px;
    border-top: 1px solid rgba(224,184,82,.35);
    border-bottom: 1px solid rgba(224,184,82,.35);
}

.mpvPanelNumber {
    color: #e4b653;
    font-family: Georgia, serif;
    font-size: 48px;
    line-height: 1;
}

.mpvHeroPanelText strong {
    color: #fff;
    font-size: 16px;
}

.mpvHeroPanelText p {
    margin: 4px 0 0;
    color: #bdc9d6;
    font-size: 15px;
    line-height: 1.5;
}


/* ============================================================
   SECTION 02 — INTRO
============================================================ */

.mpvInsightsIntro {
    position: relative;
    padding: 95px 0;
    background: #f8f6f0;
    color: #142b48;
}

.mpvInsightsIntroGrid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.mpvSectionKicker {
    display: inline-block;
    color: #a87918;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mpvIntroHeading h2 {
    margin: 17px 0 0;
    color: #0a2342;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
    font-weight: 500;
}

.mpvIntroHeading h2 strong {
    color: #b48423;
}

.mpvMiniRule {
    width: 65px;
    height: 3px;
    margin-top: 25px;
    background: #c59635;
}

.mpvIntroCopy p {
    margin: 0 0 21px;
    color: #354a63;
    font-size: 16px;
    line-height: 1.9;
}

.mpvIntroCopy strong {
    color: #0d3157;
    font-weight: 800;
}

.mpvIntroHighlight {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 28px;
    padding: 18px 20px;
    border-left: 4px solid #c29436;
    background: #fff;
    box-shadow: 0 12px 35px rgba(13,39,68,.07);
}

.mpvIntroHighlight i {
    color: #b48220;
    font-size: 22px;
}

.mpvIntroHighlight span {
    color: #203b59;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 650;
}


/* ============================================================
   SECTION 03 — ARTICLE GRID
============================================================ */

.mpvArticleSection {
    padding: 105px 0;
    background: #fff;
    color: #142b48;
}

.mpvArticleHeader {
    display: grid;
    grid-template-columns: 1fr .65fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 48px;
}

.mpvArticleHeader h2 {
    margin: 15px 0 0;
    color: #0a2342;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 51px);
    line-height: 1.12;
    font-weight: 500;
}

.mpvArticleHeader h2 strong {
    color: #b48220;
}

.mpvArticleHeader > p {
    margin: 0;
    color: #55677c;
    font-size: 15px;
    line-height: 1.8;
}

.mpvArticleGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mpvArticleCard {
    position: relative;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    padding: 29px 27px 26px;
    overflow: hidden;
    border: 1px solid #e5dfd2;
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        #faf8f2 100%
    );
    text-decoration: none;
    transition: .35s ease;
}

.mpvArticleCard:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        #9f7118,
        #e0b653,
        #9f7118
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s ease;
}

.mpvArticleCard:hover {
    transform: translateY(-7px);
    border-color: #c9a04b;
    box-shadow: 0 20px 45px rgba(13,39,68,.11);
}

.mpvArticleCard:hover:before {
    transform: scaleX(1);
}

.mpvArticleNumber {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #d5c39a;
    font-family: Georgia, serif;
    font-size: 31px;
    font-weight: 700;
}

.mpvArticleIcon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid #d7bd7d;
    background: #f4eddd;
    color: #a9791c;
    font-size: 20px;
}

.mpvArticleContent {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.mpvArticleCategory {
    margin-bottom: 10px;
    color: #a1741b;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 1.4px;
}

.mpvArticleCard h3 {
    margin: 0;
    color: #172f4c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.mpvArticleCard h3 strong {
    color: #a9781c;
    font-weight: 800;
}

.mpvReadArticle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding-top: 25px;
    color: #0d3157;
    font-size: 15px;
    font-weight: 800;
}

.mpvReadArticle i {
    color: #b18122;
    transition: .25s ease;
}

.mpvArticleCard:hover .mpvReadArticle i {
    transform: translateX(5px);
}


/* ============================================================
   SECTION 04 — CTA
============================================================ */

.mpvInsightsCTA {
    position: relative;
    overflow: hidden;
    padding: 75px 0;
    background:
        radial-gradient(circle at 90% 20%, rgba(220,177,79,.15), transparent 28%),
        linear-gradient(135deg, #071a34, #0d2d50);
    color: #fff;
}

.mpvInsightsCTA:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -100px;
    bottom: -170px;
    border: 1px solid rgba(225,187,91,.25);
    border-radius: 50%;
}

.mpvInsightsCTAInner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 60px;
    align-items: center;
}

.mpvCTAContent .mpvSectionKicker {
    color: #e2b85c;
}

.mpvCTAContent h2 {
    margin: 15px 0 17px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 51px);
    line-height: 1.13;
    font-weight: 500;
}

.mpvCTAContent h2 strong {
    color: #e6bd62;
}

.mpvCTAContent p {
    max-width: 780px;
    margin: 0;
    color: #e5edf5;
    font-size: 16px;
    line-height: 1.85;
}

.mpvCTAContent p strong {
    color: #f0ca70;
}

.mpvCTAAction {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.mpvCTAButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 60px;
    padding: 0 28px;
    background: linear-gradient(135deg, #d5a743, #edc66d);
    color: #071a34;
    text-decoration: none;
    font-size: 16px;
    font-weight: 850;
    box-shadow: 0 14px 30px rgba(0,0,0,.25);
    transition: .3s ease;
}

.mpvCTAButton:hover {
    color: #071a34;
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(0,0,0,.35);
}

.mpvCTAPhone {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    text-decoration: none;
}

.mpvCTAPhone > i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6ad55;
    border-radius: 50%;
    color: #e4ba5b;
}

.mpvCTAPhone small {
    display: block;
    margin-bottom: 3px;
    color: #c1cfdd;
    font-size: 15px;
}

.mpvCTAPhone strong {
    display: block;
    color: #fff;
    font-size: 17px;
}


/* ============================================================
   RESPONSIVE — TABLET
============================================================ */

@media (max-width: 991px) {

    .mpvInsightsHero {
        padding: 80px 0;
    }

    .mpvInsightsHeroInner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .mpvInsightsHeroContent {
        max-width: 100%;
    }

    .mpvInsightsHeroPanel {
        min-height: auto;
    }

    .mpvInsightsIntroGrid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mpvArticleHeader {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mpvArticleGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mpvInsightsCTAInner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .mpvCTAAction {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

}


/* ============================================================
   RESPONSIVE — MOBILE
============================================================ */

@media (max-width: 767px) {

    .mpvInsightsHero {
        padding: 65px 0 60px;
    }

    .mpvInsightsEyebrow {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 1.4px;
    }

    .mpvInsightsHero h1 {
        font-size: 40px;
        line-height: 1.08;
        letter-spacing: -.8px;
    }

    .mpvInsightsLead {
        font-size: 15px;
        line-height: 1.8;
    }

    .mpvInsightsHeroTags {
        gap: 8px;
    }

    .mpvInsightsHeroTags span {
        font-size: 15px;
        padding: 9px 11px;
    }

    .mpvInsightsHeroCta {
        align-items: stretch;
        flex-direction: column;
    }

    .mpvInsightsMainBtn {
        width: 100%;
    }

    .mpvInsightsPhone {
        padding-top: 4px;
    }

    .mpvResearchSeal {
        width: 245px;
        height: 245px;
    }

    .mpvSealRing {
        width: 195px;
        height: 195px;
    }

    .mpvSealRing strong {
        font-size: 35px;
    }

    .mpvInsightsIntro,
    .mpvArticleSection {
        padding: 70px 0;
    }

    .mpvIntroHeading h2,
    .mpvArticleHeader h2,
    .mpvCTAContent h2 {
        font-size: 35px;
    }

    .mpvIntroCopy p {
        font-size: 15px;
        line-height: 1.8;
    }

    .mpvArticleGrid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mpvArticleCard {
        min-height: 315px;
    }

    .mpvArticleCard h3 {
        font-size: 19px;
        line-height: 1.48;
    }

    .mpvInsightsCTA {
        padding: 65px 0;
    }

    .mpvCTAContent p {
        font-size: 15px;
        line-height: 1.8;
    }

    .mpvCTAAction {
        flex-direction: column;
        align-items: stretch;
    }

    .mpvCTAButton {
        width: 100%;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 420px) {

    .mpvInsightsHero h1 {
        font-size: 34px;
    }

    .mpvInsightsHeroPanel {
        transform: scale(.92);
        transform-origin: center;
    }

    .mpvSectionKicker {
        font-size: 15px;
        letter-spacing: 1.3px;
    }

    .mpvIntroHeading h2,
    .mpvArticleHeader h2,
    .mpvCTAContent h2 {
        font-size: 31px;
    }

    .mpvArticleCard {
        padding: 25px 22px;
    }

}