/* ==========================================================
   HCG HERO SECTION
   Executive Corporate Hero
   Approved Palette: Black / Gold / Gray / White
   ========================================================== */

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

.hcg-hero-section {
    position: relative;
    overflow: hidden;
    padding: 24px 0 36px;
    background:
        linear-gradient(135deg, #FFFFFF 0%, #F7F7F7 58%, #EEEEEE 100%);
    border-bottom: 1px solid #DDDDDD;
}


/* ==========================================================
   TECHNICAL BACKGROUND
   ========================================================== */

.hcg-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;

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

    background-size: 64px 64px;

    mask-image: linear-gradient(
        90deg,
        transparent 0%,
        rgba(0,0,0,.18) 30%,
        rgba(0,0,0,.65) 75%,
        rgba(0,0,0,.10) 100%
    );

    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0%,
        rgba(0,0,0,.18) 30%,
        rgba(0,0,0,.65) 75%,
        rgba(0,0,0,.10) 100%
    );

    pointer-events: none;
    z-index: 0;
}


/* ==========================================================
   ABSTRACT GOLD GEOMETRY
   ========================================================== */

.hcg-hero-section::after {
    content: "";
    position: absolute;

    width: 620px;
    height: 620px;

    right: -210px;
    top: -210px;

    border: 1px solid rgba(198,161,91,.20);
    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            transparent 0 42%,
            rgba(17,17,17,.035) 42% 42.25%,
            transparent 42.25% 56%,
            rgba(198,161,91,.18) 56% 56.25%,
            transparent 56.25%
        );

    box-shadow:
        inset 0 0 0 34px rgba(255,255,255,.35),
        inset 0 0 0 35px rgba(198,161,91,.08);

    transform: rotate(18deg);

    pointer-events: none;
    z-index: 0;
}


/* ==========================================================
   HERO CONTAINER / GRID
   ========================================================== */

.hcg-hero-section .hcg-container {
    position: relative;
    z-index: 3;
}

.hcg-hero-grid {
    position: relative;

    display: grid;
    grid-template-columns:
        minmax(0, 1.22fr)
        minmax(380px, .78fr);

    gap: 64px;
    min-height: 610px;

    align-items: center;
}


/* ==========================================================
   TECHNICAL DIVIDER
   ========================================================== */

.hcg-hero-grid::after {
    content: "";
    position: absolute;

    top: 2%;
    bottom: 2%;
    left: calc(61% - 32px);

    width: 1px;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(17,17,17,.08) 20%,
            rgba(198,161,91,.28) 50%,
            rgba(17,17,17,.08) 80%,
            transparent
        );

    pointer-events: none;
}


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

.hcg-hero-content {
    position: relative;
    z-index: 5;

    max-width: 850px;
    padding: 18px 0 24px;
}

.hcg-hero-content::before {
    content: "";

    display: block;

    width: 52px;
    height: 2px;

    margin-bottom: 22px;

    background: #C6A15B;
}


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

.hcg-hero-eyebrow {
    display: inline-flex;
    align-items: center;

    padding: 0;
    margin-bottom: 22px;

    color: #9D7A2F;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}


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

.hcg-hero-title {
    width: 100%;
    max-width: 18ch;

    margin: 0 0 26px;

    color: #111111;

    font-size: clamp(40px, 4.5vw, 60px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.04em;
}


/* ==========================================================
   DESCRIPTION
   ========================================================== */

.hcg-hero-description {
    max-width: 760px;

    margin: 0 0 36px;

    color: #444444;

    font-size: 17px;
    line-height: 1.78;
}


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

.hcg-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 12px;
    margin: 0;
}

.hcg-hero-buttons .hcg-btn-primary,
.hcg-hero-buttons .hcg-btn-secondary {
    min-height: 50px;
    padding: 0 26px;

    border-radius: 3px;

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

    transition: all .25s ease;
}


/* ==========================================================
   PRIMARY BUTTON
   ========================================================== */

.hcg-hero-buttons .hcg-btn-primary {
    background: #C6A15B;
    border: 1px solid #C6A15B;
    color: #111111 !important;

    box-shadow: none;
}

.hcg-hero-buttons .hcg-btn-primary:hover {
    background: #111111;
    border-color: #111111;
    color: #FFFFFF !important;

    transform: translateY(-1px);
}


/* ==========================================================
   SECONDARY BUTTON
   ========================================================== */

.hcg-hero-buttons .hcg-btn-secondary {
    background: #FFFFFF;
    border: 1px solid #111111;
    color: #111111 !important;
}

.hcg-hero-buttons .hcg-btn-secondary:hover {
    background: #111111;
    border-color: #111111;
    color: #FFFFFF !important;

    transform: translateY(-1px);
}


/* ==========================================================
   HERO VISUAL IMAGE
   ========================================================== */

.hcg-hero-visual {
    position: absolute;
    z-index: 1;

    left: 34%;
    top: 50%;

    width: 43%;
    height: 82%;

    transform: translate(-8%, -50%);

    overflow: hidden;

    border-radius: 4px;

    pointer-events: none;
    opacity: .90;

    mask-image:
        linear-gradient(
            90deg,
            transparent 0%,
            #000 15%,
            #000 84%,
            transparent 100%
        );

    -webkit-mask-image:
        linear-gradient(
            90deg,
            transparent 0%,
            #000 15%,
            #000 84%,
            transparent 100%
        );
}

.hcg-hero-visual-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: 52% center;

    filter: saturate(.55) contrast(.96);
    mix-blend-mode: multiply;
}

.hcg-hero-visual-glow {
    position: absolute;
    inset: 0;
    z-index: 2;

    background:
        radial-gradient(
            circle at 62% 48%,
            rgba(198,161,91,.10),
            transparent 38%
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.98) 0%,
            rgba(255,255,255,.24) 23%,
            transparent 48%,
            rgba(198,161,91,.04) 100%
        );
}

.hcg-hero-visual-grid {
    position: absolute;
    inset: 0;
    z-index: 3;

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

    background-size: 42px 42px;
    opacity: .22;

    mask-image: linear-gradient(
        90deg,
        transparent,
        #000 45%,
        transparent 100%
    );

    -webkit-mask-image: linear-gradient(
        90deg,
        transparent,
        #000 45%,
        transparent 100%
    );
}

.hcg-hero-visual-accent {
    position: absolute;
    z-index: 4;

    width: 170px;
    height: 2px;

    right: 4%;
    bottom: 17%;

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

    transform: rotate(-38deg);
    opacity: .85;
}


/* ==========================================================
   RIGHT CAPABILITY PANEL
   ========================================================== */

.hcg-hero-business-card {
    position: relative;
    z-index: 4;

    padding: 32px;

    background: #FFFFFF;

    border: 1px solid #DDDDDD;
    border-top: 3px solid #C6A15B;
    border-radius: 4px;

    box-shadow: 0 12px 32px rgba(17,17,17,.08);

    overflow: hidden;
}

.hcg-hero-business-card::after {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -70px;
    bottom: -70px;

    border: 1px solid rgba(198,161,91,.20);
    border-radius: 50%;

    box-shadow:
        0 0 0 22px rgba(198,161,91,.025),
        0 0 0 44px rgba(17,17,17,.018);

    pointer-events: none;
}


/* ==========================================================
   BUSINESS HEADER
   ========================================================== */

.hcg-business-header {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.hcg-business-header span {
    display: inline-block;

    margin-bottom: 12px;

    color: #9D7A2F;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.hcg-business-header h2 {
    max-width: 15ch;

    margin: 0;

    color: #111111;

    font-size: 28px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -.025em;
}


/* ==========================================================
   BUSINESS ITEMS
   ========================================================== */

.hcg-business-item {
    position: relative;
    z-index: 2;

    padding: 22px 0;

    border-top: 1px solid #EEEEEE;
}

.hcg-business-item:first-of-type {
    margin-top: 8px;
    border-top: none;
}

.hcg-business-item h3 {
    position: relative;

    margin: 0 0 8px;
    padding-left: 38px;

    color: #111111;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.hcg-business-item h3::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 25px;
    height: 25px;

    border: 1px solid rgba(198,161,91,.65);
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #C6A15B 0 3px,
            transparent 3.5px
        );

    transform: translateY(-50%);
}

.hcg-business-item p {
    margin: 0;
    padding-left: 38px;

    color: #666666;

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


/* ==========================================================
   DECORATIVE GOLD NODES
   ========================================================== */

.hcg-hero-content .hcg-hero-eyebrow::after {
    content: "";

    width: 5px;
    height: 5px;

    margin-left: 12px;

    border-radius: 50%;

    background: #C6A15B;

    box-shadow:
        22px 0 0 rgba(198,161,91,.38);
}


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

@media (max-width: 1100px) {

    .hcg-hero-section {
        padding: 48px 0 60px;
    }

    .hcg-hero-grid {
        grid-template-columns:
            minmax(0, 1.1fr)
            minmax(330px, .9fr);

        gap: 42px;
        min-height: 0;
    }

    .hcg-hero-visual {
        opacity: .20;
        left: 32%;
        width: 42%;
    }

    .hcg-hero-grid::after {
        left: calc(58% - 21px);
    }

    .hcg-hero-title {
        max-width: 15ch;
        font-size: clamp(40px, 5vw, 56px);
    }
}


/* ==========================================================
   MOBILE / TABLET STACK
   ========================================================== */

@media (max-width: 991px) {

    .hcg-hero-section {
        padding: 42px 0 52px;
    }

    .hcg-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .hcg-hero-grid::after,
    .hcg-hero-visual {
        display: none;
    }

    .hcg-hero-content {
        max-width: 820px;
    }

    .hcg-hero-business-card {
        max-width: 760px;
        margin: 0 auto;
    }
}


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

@media (max-width: 767px) {

    .hcg-hero-section {
        padding: 32px 0 42px;
    }

    .hcg-hero-section::before {
        background-size: 46px 46px;
    }

    .hcg-hero-section::after {
        width: 420px;
        height: 420px;

        right: -250px;
        top: -150px;
    }

    .hcg-hero-content {
        padding: 8px 0;
    }

    .hcg-hero-content::before {
        width: 42px;
        margin-bottom: 18px;
    }

    .hcg-hero-eyebrow {
        font-size: 11px;
        letter-spacing: .11em;
        margin-bottom: 18px;
    }

    .hcg-hero-title {
        max-width: none;

        font-size: 38px;
        line-height: 1.06;
        letter-spacing: -.035em;

        margin-bottom: 22px;
    }

    .hcg-hero-description {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 28px;
    }

    .hcg-hero-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hcg-hero-buttons .hcg-btn-primary,
    .hcg-hero-buttons .hcg-btn-secondary {
        width: 100%;
    }

    .hcg-hero-business-card {
        padding: 26px 22px;
    }

    .hcg-business-header h2 {
        font-size: 25px;
    }

    .hcg-business-item {
        padding: 19px 0;
    }

    .hcg-business-item h3 {
        font-size: 17px;
    }

    .hcg-business-item p {
        font-size: 15px;
    }
}


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

@media (max-width: 480px) {

    .hcg-hero-section {
        padding: 26px 0 34px;
    }

    .hcg-hero-title {
        font-size: 34px;
    }

    .hcg-hero-description {
        font-size: 15.5px;
    }

    .hcg-hero-business-card {
        padding: 24px 20px;
    }
}
