﻿/* =========================================================
   ABOUT PAGE
========================================================= */

.about-page {
    background: #09150f;
    color: #18221c;
}

.about-inner {
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
}

.about-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #79a94a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-kicker-gold {
    color: #d2ad54;
}


/* =========================================================
   BUTTONS
========================================================= */

.about-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

    .about-btn:hover {
        transform: translateY(-1px);
    }

.about-btn-gold {
    border: 1px solid #c6a34f;
    background: #c6a34f;
    color: #08130d;
}

    .about-btn-gold:hover {
        border-color: #d7b960;
        background: #d7b960;
        color: #08130d;
    }

.about-btn-outline {
    border: 1px solid rgba(255,255,255,.30);
    background: transparent;
    color: #f1f4f1;
}

    .about-btn-outline:hover {
        border-color: #d2dbd4;
        background: rgba(255,255,255,.05);
        color: #fff;
    }


/* =========================================================
   HERO
========================================================= */

.about-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient( circle at 76% 20%, rgba(199,161,75,.10), transparent 24% ), linear-gradient( 135deg, #07110c 0%, #0a1811 54%, #14261c 100% );
}

.about-hero-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 590px;
    align-items: stretch;
}

.about-hero-copy {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 68px 60px 68px 0;
}

    .about-hero-copy h1 {
        max-width: 760px;
        margin: 0;
        color: #f6f1e7;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(56px, 5.6vw, 84px);
        font-weight: 500;
        line-height: .95;
        letter-spacing: -.03em;
    }

.about-hero-rule {
    width: 52px;
    height: 2px;
    margin-top: 22px;
    background: #c6a34f;
}

.about-hero-lede {
    max-width: 700px;
    margin: 20px 0 0;
    color: #c2ccc4;
    font-size: 17px;
    line-height: 1.7;
}

.about-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-hero-visual {
    position: relative;
    overflow: hidden;
}

    .about-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,.24) 32%, rgba(10,24,17,.02) 100% );
        pointer-events: none;
    }

    .about-hero-visual::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        background: linear-gradient( 180deg, rgba(6,15,10,.02), rgba(6,15,10,.20) );
        pointer-events: none;
    }

    .about-hero-visual img {
        width: 100%;
        height: 100%;
        min-height: 590px;
        display: block;
        object-fit: cover;
        object-position: center center;
        filter: brightness(.84) saturate(.94);
    }


/* =========================================================
   CORE PRINCIPLES
========================================================= */

.about-foundation {
    padding: 50px 0 44px;
    background: radial-gradient( circle at 50% 0%, rgba(199,161,75,.05), transparent 30% ), #0b1d14;
}

.about-foundation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(199,161,75,.20);
    border-bottom: 1px solid rgba(199,161,75,.20);
}

    .about-foundation-grid article {
        min-height: 315px;
        padding: 28px 28px;
        text-align: center;
        border-right: 1px solid rgba(255,255,255,.08);
    }

        .about-foundation-grid article:last-child {
            border-right: 0;
        }

.about-foundation-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.42);
    border-radius: 50%;
    background: #0d3626;
}

    .about-foundation-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.about-foundation-grid h2 {
    margin: 0;
    color: #f4efe5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.15;
}

.about-foundation-grid p {
    margin: 13px auto 0;
    max-width: 360px;
    color: #aab7ae;
    font-size: 14px;
    line-height: 1.68;
}

.about-foundation-grid strong {
    display: block;
    margin-top: 16px;
    color: #d2ad54;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

.about-foundation-statement {
    max-width: 1080px;
    margin: 28px auto 0;
    padding: 18px 24px;
    border: 1px solid rgba(199,161,75,.34);
    border-radius: 8px;
    text-align: center;
    background: rgba(255,255,255,.018);
}

    .about-foundation-statement blockquote {
        margin: 0;
        color: #f2ede3;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.4;
    }


/* =========================================================
   BALANCE
========================================================= */

.about-balance {
    padding: 58px 0 62px;
    background: #f5f0e7;
}

.about-balance-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 48px;
    align-items: start;
}

.about-balance h2 {
    margin: 0;
    color: #17231b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 3.2vw, 50px);
    font-weight: 500;
    line-height: 1.06;
}

.about-balance-copy p {
    margin: 16px 0 0;
    color: #5f6a62;
    font-size: 15px;
    line-height: 1.72;
}

.about-balance-emphasis {
    display: block;
    margin-top: 20px;
    padding-left: 18px;
    border-left: 3px solid #c6a34f;
    color: #183020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.45;
}

.about-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.about-pillar-card {
    min-height: 330px;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid #d7cec0;
    border-radius: 10px;
    background: #fbf8f2;
}

.about-pillar-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 15px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.36);
    border-radius: 50%;
    background: #0d3626;
}

    .about-pillar-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.about-pillar-card h3 {
    margin: 0;
    color: #173020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.15;
}

.about-pillar-card p {
    margin: 12px 0 0;
    color: #667168;
    font-size: 13px;
    line-height: 1.62;
}


/* =========================================================
   SALES FORECAST EXAMPLE
========================================================= */

.about-case {
    padding: 58px 0 62px;
    background: radial-gradient( circle at 15% 20%, rgba(199,161,75,.06), transparent 28% ), linear-gradient( 135deg, #07120d, #0a1c13, #0f2c1f );
}

.about-case-heading {
    max-width: 900px;
    margin-bottom: 34px;
}

.about-case h2 {
    margin: 0;
    color: #f4efe5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 3.2vw, 50px);
    font-weight: 500;
    line-height: 1.06;
}

.about-case-heading p {
    margin: 15px 0 0;
    color: #aab7ae;
    font-size: 15px;
    line-height: 1.7;
}

.about-case-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    align-items: stretch;
}

.about-case-media {
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.22);
    border-radius: 12px;
    background: #0a1b12;
}

    .about-case-media img {
        width: 100%;
        height: 100%;
        min-height: 460px;
        display: block;
        object-fit: cover;
    }

.about-case-notes {
    display: flex;
    flex-direction: column;
}

.about-case-note {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid rgba(199,161,75,.25);
}

.about-case-check {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid #c6a34f;
    border-radius: 50%;
    color: #d2ad54;
    font-size: 18px;
    font-weight: 900;
}

.about-case-note h3 {
    margin: 0;
    color: #f3eee4;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
}

.about-case-note p {
    margin: 7px 0 0;
    color: #aab7ae;
    font-size: 14px;
    line-height: 1.62;
}

.about-case-conclusion {
    margin-top: auto;
    padding: 22px 0 0;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 16px;
    align-items: center;
}

.about-case-conclusion-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.42);
    border-radius: 50%;
    background: #0d3626;
}

    .about-case-conclusion-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.about-case-conclusion p {
    margin: 0;
    color: #d5bb70;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.45;
}


/* =========================================================
   PRINCIPLES
========================================================= */

.about-principles {
    padding: 58px 0 62px;
    background: #f1ece3;
}

.about-principles-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 54px;
    align-items: start;
}

.about-principles h2 {
    margin: 0;
    color: #17231b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 3vw, 48px);
    font-weight: 500;
    line-height: 1.07;
}

.about-principles-grid > div:first-child > p {
    margin: 16px 0 0;
    color: #667168;
    font-size: 15px;
    line-height: 1.7;
}

.about-principle-list {
    border-top: 1px solid #d6cec1;
}

    .about-principle-list article {
        padding: 18px 0;
        border-bottom: 1px solid #d6cec1;
    }

    .about-principle-list strong {
        display: block;
        color: #183020;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.35;
    }

    .about-principle-list p {
        margin: 7px 0 0;
        color: #667168;
        font-size: 14px;
        line-height: 1.58;
    }


/* =========================================================
   FINAL CTA
========================================================= */

.about-cta {
    padding: 38px 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 );
}

.about-cta-grid {
    display: grid;
    grid-template-columns: 105px 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 26px 30px;
    border: 1px solid rgba(199,161,75,.25);
    border-radius: 13px;
    background: rgba(255,255,255,.018);
}

.about-cta-mark {
    width: 94px;
    height: 94px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.50);
    border-radius: 50%;
    background: #0d3626;
}

    .about-cta-mark img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.about-cta h2 {
    margin: 0;
    color: #f4efe5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 2.8vw, 42px);
    font-weight: 500;
    line-height: 1.08;
}

.about-cta-copy p {
    max-width: 720px;
    margin: 12px 0 0;
    color: #aab7ae;
    font-size: 14px;
    line-height: 1.65;
}

.about-cta-actions {
    min-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}


/* =========================================================
   RESPONSIVE - 1200
========================================================= */

@media (max-width: 1200px) {

    .about-balance-grid,
    .about-principles-grid {
        grid-template-columns: 1fr;
    }

    .about-pillar-grid {
        max-width: 1000px;
    }
}


/* =========================================================
   RESPONSIVE - 1000
========================================================= */

@media (max-width: 1000px) {

    .about-hero-grid,
    .about-case-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-copy {
        padding: 54px 0 40px;
    }

    .about-hero-visual {
        min-height: 430px;
    }

        .about-hero-visual::before {
            background: linear-gradient( 180deg, rgba(10,24,17,.82) 0%, rgba(10,24,17,.20) 35%, rgba(10,24,17,.05) 100% );
        }

        .about-hero-visual img {
            min-height: 430px;
            max-height: 540px;
        }

    .about-case-media img {
        min-height: 400px;
    }

    .about-cta-grid {
        grid-template-columns: 90px 1fr;
    }

    .about-cta-actions {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: center;
    }
}


/* =========================================================
   RESPONSIVE - 800
========================================================= */

@media (max-width: 800px) {

    .about-foundation-grid,
    .about-pillar-grid {
        grid-template-columns: 1fr;
    }

        .about-foundation-grid article {
            min-height: 0;
            border-right: 0;
            border-bottom: 1px solid rgba(255,255,255,.08);
        }

            .about-foundation-grid article:last-child {
                border-bottom: 0;
            }

    .about-pillar-card {
        min-height: 0;
    }
}


/* =========================================================
   RESPONSIVE - 650
========================================================= */

@media (max-width: 650px) {

    .about-inner {
        width: min(100% - 32px, 1480px);
    }

    .about-hero-copy h1 {
        font-size: 48px;
    }

    .about-hero-lede {
        font-size: 15px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-btn {
        width: 100%;
    }

    .about-hero-visual {
        min-height: 360px;
    }

        .about-hero-visual img {
            min-height: 360px;
        }

    .about-case-note {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-case-check {
        margin: 0 auto;
    }

    .about-case-conclusion {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-case-conclusion-icon {
        margin: 0 auto;
    }

    .about-cta-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-cta-mark {
        margin: 0 auto;
    }

    .about-cta-actions {
        grid-column: auto;
        flex-direction: column;
    }
}


/* =========================================================
   VERY SMALL
========================================================= */

@media (max-width: 420px) {

    .about-hero-copy h1 {
        font-size: 42px;
    }
}
