/* ============================================================
   about.css  —  page-specific styles for about.html
   Add this file alongside style.css. Do NOT modify style.css.
   All classes are prefixed .gtkm- to avoid conflicts.
   ============================================================ */


/* ── INTRO SECTION ───────────────────────────────────────── */

.gtkm-intro {
    padding-top: 120px;
    padding-bottom: 40px;
    background-color: white;
}

.gtkm-intro-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.gtkm-intro-text {
    flex: 1 1 50%;
}

.gtkm-heading {
    font-size: 55px;
    line-height: 55px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: black;
    margin-bottom: 24px;
}

.gtkm-intro-para {
    font-size: 26px;
    line-height: 48px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    color: #323232;
    max-width: 600px;
}

/* Portrait with white border + black offset shadow frame */
.gtkm-portrait-wrap {
    flex: 0 0 auto;
    width: 38%;
}

.gtkm-portrait-frame {
    position: relative;
    display: inline-block;
    box-shadow: 13px 13px 0px 0px black;
    line-height: 0;
    transition: transform .2s;
}

.gtkm-portrait-frame:hover {
    box-shadow: 17px 17px 0px 0px black;
    transform: translate(-10px) !important;
}

.gtkm-portrait-img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .4s;
    border: 2px solid black;
}

.gtkm-portrait-img:hover {
    transform: translate(0px) !important;
}




/* ── DARK BAND ───────────────────────────────────────────── */

.gtkm-band {
    background-color: #1e1e1e;
    padding: 80px 0px 90px 0px;
}

.gtkm-band-inner {
    display: flex;
    gap: 50px;
}

.gtkm-band-col {
    flex: 1 1 0;
}

.gtkm-band-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 35px;
    /* Fallback: white box if SVG missing */
    background-color:;
    display: block;
}

.gtkm-band-title {
    font-size: 17px;
    line-height: 24px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    color: white;
    margin-bottom: 12px;
}

.gtkm-band-divider {
    border: none;
    border-top: 2px solid rgba(255,255,255,0.35);
    margin-top: 18px;
    margin-bottom: 18px;
}

.gtkm-band-list {
    margin: 0;
    padding: 0;
}

.gtkm-band-item {
    font-size: 18px;
    line-height: 35px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    color: white;
    padding: 2px 0 2px 14px;
    position: relative;
}

.gtkm-band-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.6);
}


/* ── CARDS GRID ──────────────────────────────────────────── */

.gtkm-cards {
    background-color: white;
    padding: 90px 0;
}

.gtkm-cards-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.gtkm-card {
    background-color: #2d2d2d;
    border-radius: 14px;
    padding: 50px 32px 80px 32px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.18);
    box-shadow: 0px 8px 18px 0px #7e7e7e;
}

.gtkm-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.gtkm-card-title {
    font-size: 25px;
    line-height: 29px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    color: white;
}

.gtkm-card-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.gtkm-card-body {
    font-size: 14px;
    line-height: 22px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
}

.gtkm-card-body strong {
    font-weight: 600;
    color: white;
}

/* Software badges */
.gtkm-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.gtkm-badge {
    font-size: 13px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 800;
    padding: 5px 13px;
    border-radius: 7px;
    color: black;
}

.gtkm-badge--plain {
    border: 1.5px solid black;
    color: black;
    background-color: white;
}

.gtkm-badge--indesign    { background-color: #4D152B; color: #DC6D7F; border: 1.5px solid black}
.gtkm-badge--illustrator { background-color: #3D0803; color: #F1B03D; border: 1.5px solid black}
.gtkm-badge--photoshop   { background-color: #0D2843; color: #5EBAF4; border: 1.5px solid black}
.gtkm-badge--premiere    { background-color: #331362; color: #B58CE9; border: 1.5px solid black}
.gtkm-badge--aftereffects { background-color: #200B50; color: #CBAFF6; border: 1.5px solid black}
.gtkm-badge--adobexd     { background-color: #4B1943; color: #E390EA; border: 1.5px solid black}


/* ── CTA SECTION ─────────────────────────────────────────── */

.gtkm-cta {
    padding: 110px 0 120px 0;
    background-color: white;
    text-align: center;
}

.gtkm-cta-inner {
    padding-top: 0;
}

.gtkm-cta-text {
    font-size: 32px;
    line-height: 44px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    color: #323232;
    margin-bottom: 36px;
}

.gtkm-cta-btn {
    display: inline-block;
    background-color: #f0c200;
    color: black;
    font-size: 18px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    padding: 14px 36px;
    border: none;
    cursor: pointer;
}

.gtkm-cta-btn:hover {
    background-color: #d4aa00;
}


/* ── MOBILE (≤ 830px) ────────────────────────────────────── */

@media only screen and (max-width: 830px) {

    .gtkm-intro {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .gtkm-intro-inner {
        flex-direction: column;
        gap: 36px;
    }

    .gtkm-heading {
        font-size: 36px;
        line-height: 44px;
    }

    .gtkm-intro-para {
        max-width: 100%;
    }

    .gtkm-portrait-wrap {
        width: 100%;
    }

    .gtkm-portrait-frame {
        width: 100%;
    }

    /* Dark band: stack columns */
    .gtkm-band-inner {
        flex-direction: column;
        gap: 48px;
    }

    /* Cards: single column */
    .gtkm-cards-inner {
        grid-template-columns: 1fr;
    }

    .gtkm-cta-text {
        font-size: 24px;
        line-height: 34px;
    }
}
