/* =========================================================
   GOLDRATES ABOUT PAGE
   ========================================================= */

.gr-about-page {
    background: #ffffff;
    color: #172131;
}

.gr-about-page *,
.gr-about-page *::before,
.gr-about-page *::after {
    box-sizing: border-box;
}

.gr-about-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.gr-about-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 82px;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(210, 164, 35, .13),
            transparent 32%
        ),
        linear-gradient(
            125deg,
            #061526 0%,
            #0b2744 58%,
            #071c31 100%
        );
    color: #ffffff;
}

.gr-about-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -240px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(210, 164, 35, .14);
    border-radius: 50%;
}

.gr-about-hero .gr-about-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
    gap: 80px;
    align-items: center;
}

.gr-about-eyebrow,
.gr-about-section-label {
    display: block;
    margin-bottom: 13px;
    color: #c99a22;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gr-about-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5.2vw, 78px);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.035em;
}

.gr-about-hero h1 span {
    display: block;
    margin-top: 6px;
    color: #d7a51e;
}

.gr-about-hero-lead {
    max-width: 700px;
    margin: 27px 0 0;
    color: #d5dde7;
    font-size: 18px;
    line-height: 1.68;
}

.gr-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.gr-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
    transition:
        transform .18s ease,
        background .18s ease,
        border-color .18s ease;
}

.gr-about-btn:hover {
    transform: translateY(-1px);
}

.gr-about-btn-primary {
    border: 1px solid #d7a51e;
    background: #d7a51e;
    color: #10243a !important;
}

.gr-about-btn-secondary {
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.04);
    color: #ffffff !important;
}

.gr-about-hero-summary {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 15px;
    background: rgba(3, 18, 32, .48);
    backdrop-filter: blur(5px);
}

.gr-about-summary-label {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #d7a51e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.gr-about-summary-item {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.gr-about-summary-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.gr-about-summary-item strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 15px;
}

.gr-about-summary-item span {
    display: block;
    color: #aebbc8;
    font-size: 12px;
    line-height: 1.55;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.gr-about-section {
    padding: 88px 0;
}

.gr-about-section-soft {
    background: #f5f7fa;
}

.gr-about-two-column {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 90px;
    align-items: start;
}

.gr-about-section h2,
.gr-about-section-heading h2,
.gr-about-market-panel h2,
.gr-about-cta h2 {
    margin: 0;
    color: #172131;
    font-size: clamp(34px, 3.3vw, 52px);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.gr-about-copy p {
    margin: 0 0 20px;
    color: #5f6b7d;
    font-size: 16px;
    line-height: 1.75;
}

.gr-about-copy p:last-child {
    margin-bottom: 0;
}

.gr-about-section-heading {
    max-width: 760px;
    margin-bottom: 40px;
}

.gr-about-section-heading > p {
    max-width: 670px;
    margin: 17px 0 0;
    color: #687386;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   FEATURE CARDS
   ========================================================= */

.gr-about-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gr-about-feature-card {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 26px;
    border: 1px solid #e1e5ea;
    border-radius: 13px;
    background: #ffffff;
}

.gr-about-feature-number {
    display: block;
    margin-bottom: 38px;
    color: #c99a22;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.gr-about-feature-card h3 {
    margin: 0 0 12px;
    color: #172131;
    font-size: 19px;
    line-height: 1.3;
}

.gr-about-feature-card p {
    margin: 0 0 24px;
    color: #687386;
    font-size: 13px;
    line-height: 1.65;
}

.gr-about-feature-card a {
    margin-top: auto;
    color: #9b7204;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}


/* =========================================================
   DATA APPROACH
   ========================================================= */

.gr-about-data-section {
    border-top: 1px solid #edf0f3;
    border-bottom: 1px solid #edf0f3;
}

.gr-about-large-copy {
    max-width: 520px;
    margin: 22px 0 0;
    color: #687386;
    font-size: 17px;
    line-height: 1.65;
}

.gr-about-principle-list {
    border-top: 1px solid #dfe3e8;
}

.gr-about-principle {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 28px;
    padding: 24px 0;
    border-bottom: 1px solid #dfe3e8;
}

.gr-about-principle strong {
    color: #172131;
    font-size: 14px;
    line-height: 1.4;
}

.gr-about-principle p {
    margin: 0;
    color: #687386;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   MARKET PANEL
   ========================================================= */

.gr-about-market-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
    overflow: hidden;
    border: 1px solid #dfe4ea;
    border-radius: 17px;
    background: #ffffff;
}

.gr-about-market-content {
    padding: 50px;
}

.gr-about-market-content p {
    max-width: 650px;
    margin: 20px 0 0;
    color: #687386;
    font-size: 15px;
    line-height: 1.72;
}

.gr-about-text-link {
    display: inline-block;
    margin-top: 28px;
    color: #966d00;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.gr-about-market-visual {
    min-height: 0;
}

.gr-about-market-visual img {
    min-height: 0;
}

.gr-about-market-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b2744;
}

.gr-about-image-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 470px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background:
        radial-gradient(
            circle at 50% 30%,
            rgba(215,165,30,.20),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #0b2744,
            #051727
        );
    text-align: center;
}

.gr-about-image-placeholder span {
    margin-bottom: 9px;
    color: #d7a51e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gr-about-image-placeholder strong {
    color: #ffffff;
    font-size: 21px;
}

.gr-about-image-placeholder small {
    margin-top: 6px;
    color: #96a5b5;
    font-size: 11px;
}

.gr-about-market-visual img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
}


/* =========================================================
   DARK VALUES SECTION
   ========================================================= */

.gr-about-section-dark {
    background: #071c31;
}

.gr-about-section-heading-light h2 {
    color: #ffffff;
}

.gr-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 44px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.gr-about-value {
    min-height: 235px;
    padding: 28px 25px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.gr-about-value:last-child {
    border-right: 0;
}

.gr-about-value > span {
    color: #d7a51e;
    font-size: 11px;
    font-weight: 800;
}

.gr-about-value h3 {
    margin: 36px 0 11px;
    color: #ffffff;
    font-size: 20px;
}

.gr-about-value p {
    margin: 0;
    color: #aebbc8;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   AUDIENCE
   ========================================================= */

.gr-about-audience-layout {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 85px;
}

.gr-about-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.gr-about-audience-grid > div {
    padding: 24px;
    border: 1px solid #e1e5ea;
    border-radius: 11px;
}

.gr-about-audience-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #172131;
    font-size: 15px;
}

.gr-about-audience-grid p {
    margin: 0;
    color: #687386;
    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   CTA
   ========================================================= */

.gr-about-cta-section {
    padding-top: 40px;
    background: #f5f7fa;
}

.gr-about-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 60px;
    align-items: end;
    padding: 46px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #dfe4ea;
}

.gr-about-cta p {
    max-width: 650px;
    margin: 16px 0 0;
    color: #687386;
    font-size: 14px;
    line-height: 1.65;
}

.gr-about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
    max-width: 430px;
}

.gr-about-btn-outline {
    border: 1px solid #ccd3db;
    color: #172131 !important;
    background: #ffffff;
}

.gr-about-contact-link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    padding: 0 10px;
    color: #806000;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.gr-about-disclaimer {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 30px auto 0;
    padding-top: 24px;
    border-top: 1px solid #dfe4ea;
}

.gr-about-disclaimer strong {
    color: #596579;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.gr-about-disclaimer p {
    margin: 0;
    color: #7a8494;
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1000px) {

    .gr-about-hero .gr-about-container,
    .gr-about-two-column,
    .gr-about-audience-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .gr-about-hero-summary {
        max-width: 650px;
    }

    .gr-about-feature-grid,
    .gr-about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gr-about-value:nth-child(2) {
        border-right: 0;
    }

    .gr-about-market-panel {
        grid-template-columns: 1fr;
    }

    .gr-about-cta {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .gr-about-cta-actions {
        justify-content: flex-start;
        max-width: none;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 650px) {

    .gr-about-container {
        width: min(100% - 28px, 1180px);
    }

    .gr-about-hero {
        padding: 70px 0 55px;
    }

    .gr-about-hero .gr-about-container {
        gap: 38px;
    }

    .gr-about-hero h1 {
        font-size: 43px;
    }

    .gr-about-hero-lead {
        margin-top: 21px;
        font-size: 15px;
        line-height: 1.65;
    }

    .gr-about-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gr-about-btn {
        width: 100%;
    }

    .gr-about-hero-summary {
        padding: 22px;
    }

    .gr-about-section {
        padding: 60px 0;
    }

    .gr-about-section h2,
    .gr-about-section-heading h2,
    .gr-about-market-panel h2,
    .gr-about-cta h2 {
        font-size: 34px;
    }

    .gr-about-copy p,
    .gr-about-section-heading > p {
        font-size: 14px;
    }

    .gr-about-feature-grid,
    .gr-about-values-grid,
    .gr-about-audience-grid {
        grid-template-columns: 1fr;
    }

    .gr-about-feature-card {
        min-height: 0;
    }

    .gr-about-feature-number {
        margin-bottom: 25px;
    }

    .gr-about-principle {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 20px 0;
    }

    .gr-about-market-content {
        padding: 30px 24px;
    }

    .gr-about-value {
        min-height: 0;
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .gr-about-value:last-child {
        border-bottom: 0;
    }

    .gr-about-value h3 {
        margin-top: 21px;
    }

    .gr-about-cta {
        padding: 28px 22px;
    }

    .gr-about-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gr-about-contact-link {
        justify-content: center;
    }

    .gr-about-disclaimer {
        grid-template-columns: 1fr;
        gap: 8px;
    }

}