﻿/* =========================================================
   VALUE PREDICTION
========================================================= */

.vp-page {
    background: #0a1710;
    color: #18221c;
}

.vp-inner {
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
}

.vp-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #79a94a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vp-kicker-gold {
    color: #d2ad54;
}

.vp-center {
    text-align: center;
}

.vp-section-heading {
    max-width: 940px;
    margin: 0 auto 34px;
}

    .vp-section-heading h2,
    .vp-capital h2,
    .vp-philosophy h2,
    .vp-final h2 {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 500;
        line-height: 1.06;
    }

    .vp-section-heading h2 {
        color: #17231b;
        font-size: clamp(32px, 3.2vw, 48px);
    }

    .vp-section-heading p {
        max-width: 820px;
        margin: 14px auto 0;
        color: #667168;
        font-size: 14px;
        line-height: 1.65;
    }


/* =========================================================
   BUTTONS
========================================================= */

.vp-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

    .vp-btn:hover {
        transform: translateY(-1px);
    }

.vp-btn-gold {
    border: 1px solid #c6a34f;
    background: #c6a34f;
    color: #08130d;
}

    .vp-btn-gold:hover {
        border-color: #d7b960;
        background: #d7b960;
        color: #08130d;
    }

.vp-btn-outline {
    border: 1px solid rgba(255,255,255,.30);
    background: transparent;
    color: #f1f4f1;
}

    .vp-btn-outline:hover {
        border-color: #d2dbd4;
        background: rgba(255,255,255,.05);
        color: #fff;
    }


/* =========================================================
   HERO
========================================================= */

.vp-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient( circle at 78% 20%, rgba(199,161,75,.10), transparent 24% ), linear-gradient( 135deg, #07110c 0%, #0a1811 54%, #14261c 100% );
}

.vp-hero-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    min-height: 535px;
    align-items: stretch;
}

.vp-hero-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 66px 58px 66px 0;
}

    .vp-hero-copy h1 {
        max-width: 700px;
        margin: 0;
        color: #f6f1e7;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(50px, 5vw, 76px);
        font-weight: 500;
        line-height: .98;
        letter-spacing: -.025em;
    }

.vp-hero-statement {
    max-width: 680px;
    margin: 20px 0 0;
    color: #d2ad54;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(20px, 1.8vw, 27px);
    font-style: italic;
    line-height: 1.35;
}

.vp-hero-lede {
    max-width: 675px;
    margin: 18px 0 0;
    color: #bec9c1;
    font-size: 14px;
    line-height: 1.68;
}

.vp-hero-actions {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.vp-hero-visual {
    position: relative;
    overflow: hidden;
}

    .vp-hero-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background: linear-gradient( 90deg, #0a1811 0%, rgba(10,24,17,.78) 10%, rgba(10,24,17,.25) 36%, rgba(10,24,17,.06) 100% );
        pointer-events: none;
    }

    .vp-hero-visual::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background: linear-gradient( 180deg, rgba(6,15,10,.06), rgba(6,15,10,.26) );
        pointer-events: none;
    }

    .vp-hero-visual img {
        width: 100%;
        height: 100%;
        min-height: 535px;
        display: block;
        object-fit: cover;
        filter: brightness(.73) saturate(.85);
    }

.vp-hero-objective {
    position: absolute;
    z-index: 5;
    right: 36px;
    bottom: 34px;
    width: min(290px, calc(100% - 72px));
    padding: 18px 20px;
    border: 1px solid rgba(199,161,75,.34);
    border-radius: 10px;
    background: rgba(5,19,13,.88);
    backdrop-filter: blur(6px);
}

    .vp-hero-objective span {
        display: block;
        color: #d2ad54;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: .10em;
        text-transform: uppercase;
    }

    .vp-hero-objective strong {
        display: block;
        margin-top: 6px;
        color: #f3eee4;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.3;
    }


/* =========================================================
   SERVICES
========================================================= */

.vp-services {
    padding: 54px 0 58px;
    background: #f4efe6;
}

.vp-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.vp-service-card {
    display: flex;
    flex-direction: column;
    min-height: 720px;
    padding: 26px 24px 22px;
    border: 1px solid #d8cfc1;
    border-radius: 12px;
    background: #fbf8f2;
    box-shadow: 0 7px 16px rgba(38,46,40,.035);
}

.vp-service-card-featured {
    border-color: rgba(63,111,77,.34);
    background: radial-gradient( circle at 50% 0%, rgba(72,126,87,.07), transparent 30% ), #f7faf6;
}

.vp-service-heading {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 14px;
    align-items: center;
}

.vp-service-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.44);
    border-radius: 50%;
    background: #0d3626;
}

    .vp-service-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.vp-service-type {
    display: block;
    color: #2d5e3d;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.vp-service-heading h3 {
    margin: 5px 0 0;
    color: #17231b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.12;
}

.vp-service-card > p {
    margin: 19px 0 0;
    color: #5f6a62;
    font-size: 12px;
    line-height: 1.6;
}

.vp-service-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

    .vp-service-list li {
        position: relative;
        padding: 7px 0 7px 20px;
        border-bottom: 1px solid rgba(72,82,75,.09);
        color: #59645c;
        font-size: 11px;
        line-height: 1.45;
    }

        .vp-service-list li:last-child {
            border-bottom: 0;
        }

        .vp-service-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #b38a38;
            font-weight: 900;
        }

.vp-service-card-featured .vp-service-list li::before {
    color: #39724d;
}


/* =========================================================
   CONFIDENCE BANDS
========================================================= */

.vp-confidence {
    margin-top: 20px;
    padding: 16px;
    border: 1px solid rgba(55,105,72,.20);
    border-radius: 9px;
    background: #edf4ed;
}

.vp-confidence-title {
    display: block;
    margin-bottom: 9px;
    color: #2e5e3d;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.vp-confidence > div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
    padding: 7px 0;
    border-top: 1px solid rgba(48,92,62,.10);
}

    .vp-confidence > div:first-of-type {
        border-top: 0;
    }

.vp-confidence strong {
    color: #183020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 500;
}

.vp-confidence div span {
    color: #647068;
    font-size: 10px;
    line-height: 1.4;
}


/* =========================================================
   SERVICE INVESTMENT
========================================================= */

.vp-service-investment {
    margin-top: 22px;
    border: 1px solid #ddd4c7;
    border-radius: 9px;
    overflow: hidden;
    background: #f8f4ed;
}

    .vp-service-investment > span {
        display: block;
        padding: 9px 12px;
        border-bottom: 1px solid #ddd4c7;
        background: #eee8dc;
        color: #7f652f;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

.vp-price-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    min-height: 45px;
    padding: 9px 12px;
    border-bottom: 1px solid #e3dbcf;
}

    .vp-price-row:last-child {
        border-bottom: 0;
    }

    .vp-price-row strong {
        color: #576159;
        font-size: 10.5px;
        font-weight: 600;
        line-height: 1.35;
    }

    .vp-price-row b {
        color: #173020;
        font-size: 10.5px;
        font-weight: 900;
        text-align: right;
    }


/* =========================================================
   SERVICE NOTE
========================================================= */

.vp-service-note {
    margin-top: auto;
    padding-top: 18px;
}

    .vp-service-note strong {
        display: block;
        padding: 11px 12px 0;
        border-top: 2px solid #2c6743;
        color: #244c34;
        font-size: 10px;
        font-weight: 800;
    }

    .vp-service-note span {
        display: block;
        padding: 4px 12px 0;
        color: #707b73;
        font-size: 9.5px;
        line-height: 1.4;
    }


/* =========================================================
   CAPITAL CONTEXT
========================================================= */

.vp-capital {
    padding: 52px 0;
    background: radial-gradient( circle at 82% 40%, rgba(199,161,75,.09), transparent 28% ), linear-gradient( 135deg, #07120d, #0b2117 55%, #103424 );
}

.vp-capital-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 52px;
    align-items: center;
}

.vp-capital h2 {
    color: #f4efe5;
    font-size: clamp(32px, 3vw, 46px);
}

.vp-capital-copy p {
    margin: 14px 0 0;
    color: #aab7ae;
    font-size: 13px;
    line-height: 1.65;
}

.vp-capital-objective {
    padding: 28px;
    border: 1px solid rgba(199,161,75,.32);
    border-radius: 12px;
    background: rgba(255,255,255,.025);
}

    .vp-capital-objective > span {
        display: block;
        color: #d1ad54;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: .10em;
        text-transform: uppercase;
    }

    .vp-capital-objective > strong {
        display: block;
        margin-top: 9px;
        color: #f2ede3;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 26px;
        font-weight: 500;
        line-height: 1.22;
    }

    .vp-capital-objective p {
        margin: 12px 0 0;
        color: #aab7ae;
        font-size: 11.5px;
        line-height: 1.6;
    }


/* =========================================================
   FLOW
========================================================= */

.vp-flow {
    padding: 54px 0 58px;
    background: #f8f4ec;
}

.vp-flow-grid {
    display: grid;
    grid-template-columns: 1fr 70px 1fr 70px 1fr;
    align-items: center;
}

    .vp-flow-grid article {
        min-height: 275px;
        padding: 24px 22px;
        text-align: center;
        border: 1px solid #d9d0c2;
        border-radius: 12px;
        background: #fbf8f2;
    }

.vp-flow-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.44);
    border-radius: 50%;
    background: #0d3626;
}

    .vp-flow-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.vp-flow-grid h3 {
    margin: 0;
    color: #183020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
}

.vp-flow-grid p {
    margin: 11px 0 0;
    color: #667168;
    font-size: 11px;
    line-height: 1.55;
}

.vp-flow-arrow {
    display: grid;
    place-items: center;
    color: #ad8635;
    font-size: 32px;
}


/* =========================================================
   PHILOSOPHY
========================================================= */

.vp-philosophy {
    padding: 52px 0;
    background: radial-gradient( circle at 20% 50%, rgba(199,161,75,.07), transparent 28% ), #0b1d14;
}

.vp-philosophy-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 54px;
    align-items: center;
}

.vp-philosophy h2 {
    color: #f4efe5;
    font-size: clamp(32px, 3vw, 46px);
}

.vp-philosophy p {
    margin: 0 0 14px;
    color: #aab7ae;
    font-size: 13px;
    line-height: 1.65;
}

.vp-text-link {
    display: inline-block;
    margin-top: 8px;
    color: #d0b462;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

    .vp-text-link:hover {
        color: #e1c979;
        text-decoration: underline;
    }


/* =========================================================
   RELATED
========================================================= */

.vp-related {
    padding: 52px 0;
    background: #f0ebe2;
}

.vp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.vp-related article {
    min-height: 245px;
    padding: 24px;
    border: 1px solid #d8cfc1;
    border-radius: 11px;
    background: #fbf8f2;
}

    .vp-related article > span {
        display: block;
        color: #39704a;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

.vp-related h3 {
    margin: 9px 0 0;
    color: #173020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.15;
}

.vp-related p {
    margin: 12px 0 0;
    color: #667168;
    font-size: 11.5px;
    line-height: 1.55;
}

.vp-related a {
    display: inline-block;
    margin-top: 18px;
    color: #315e42;
    font-size: 11.5px;
    font-weight: 800;
    text-decoration: none;
}

    .vp-related a:hover {
        color: #1f462f;
        text-decoration: underline;
    }


/* =========================================================
   FINAL CTA
========================================================= */

.vp-final {
    padding: 48px 0;
    border-top: 1px solid rgba(199,161,75,.16);
    background: radial-gradient( circle at 85% 40%, rgba(199,161,75,.10), transparent 28% ), linear-gradient( 130deg, #07120d, #0c2419, #123323 );
}

.vp-final-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}

.vp-final h2 {
    color: #f4efe5;
    font-size: clamp(32px, 3vw, 46px);
}

.vp-final p {
    max-width: 800px;
    margin: 14px 0 0;
    color: #aab7ae;
    font-size: 13px;
    line-height: 1.65;
}

.vp-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   RESPONSIVE - 1200
========================================================= */

@media (max-width: 1200px) {

    .vp-service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vp-service-card:last-child {
        grid-column: 1 / -1;
        min-height: 0;
    }
}


/* =========================================================
   RESPONSIVE - 1000
========================================================= */

@media (max-width: 1000px) {

    .vp-hero-grid,
    .vp-capital-grid,
    .vp-philosophy-grid {
        grid-template-columns: 1fr;
    }

    .vp-hero-copy {
        padding: 52px 0 38px;
    }

    .vp-hero-visual img {
        min-height: 400px;
    }

    .vp-flow-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vp-flow-arrow {
        min-height: 40px;
        transform: rotate(90deg);
    }

    .vp-final-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   RESPONSIVE - 800
========================================================= */

@media (max-width: 800px) {

    .vp-service-grid,
    .vp-related-grid {
        grid-template-columns: 1fr;
    }

    .vp-service-card:last-child {
        grid-column: auto;
    }

    .vp-service-card {
        min-height: 0;
    }
}


/* =========================================================
   RESPONSIVE - 650
========================================================= */

@media (max-width: 650px) {

    .vp-inner {
        width: min(100% - 32px, 1480px);
    }

    .vp-hero-copy h1 {
        font-size: 43px;
    }

    .vp-hero-statement {
        font-size: 21px;
    }

    .vp-hero-actions {
        flex-direction: column;
    }

    .vp-btn {
        width: 100%;
    }

    .vp-hero-visual img {
        min-height: 320px;
    }

    .vp-hero-objective {
        right: 18px;
        bottom: 18px;
        width: calc(100% - 36px);
    }

    .vp-service-heading {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .vp-service-icon {
        margin: 0 auto;
    }

    .vp-service-card {
        padding: 22px 18px;
    }

    .vp-price-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

        .vp-price-row b {
            text-align: left;
        }

    .vp-confidence > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .vp-final-actions {
        flex-direction: column;
    }
}


/* =========================================================
   VERY SMALL
========================================================= */

@media (max-width: 420px) {

    .vp-hero-copy h1 {
        font-size: 38px;
    }
}
