/* Global Hegemony — mockup layout (single source of truth) */

.gh-landing--mockup .gh-mockup-body {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

.gh-landing--mockup .gh-mockup-top {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 340px !important;
    grid-template-rows: 1fr !important;
    gap: 8px !important;
    align-items: stretch !important;
    overflow: hidden !important;
}

/* Hero */
.ghm-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto auto;
    width: 100% !important;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(216, 167, 58, 0.28);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
    background-color: #0a0f1a;
}

.ghm-hero__main {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    z-index: 1;
    min-height: 0;
    overflow: hidden;
    background-color: #0a0f1a;
}

/* Real <img> LCP candidate (not CSS background) — reserves aspect via width/height attrs. */
.ghm-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

.ghm-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 0%, transparent 62%, rgba(5, 8, 15, 0.28) 92%, rgba(5, 8, 15, 0.55) 100%),
        linear-gradient(90deg, rgba(5, 8, 15, 0.18) 0%, transparent 20%, transparent 100%);
}

.ghm-hero__actions {
    grid-row: 2;
    grid-column: 1;
    z-index: 2;
    width: 100%;
    padding: 10px 16px;
    background: linear-gradient(180deg, rgba(8, 11, 18, 0.92) 0%, rgba(5, 8, 15, 0.98) 100%);
    border-top: 1px solid rgba(216, 167, 58, 0.22);
}

.ghm-journey {
    grid-row: 3;
    grid-column: 1;
    position: relative;
    z-index: 3;
    flex-shrink: 0;
    width: 100%;
    padding: 8px 8px 10px;
    background: linear-gradient(180deg, rgba(8, 11, 18, 0.72) 0%, rgba(5, 8, 15, 0.96) 100%);
    border-top: 1px solid rgba(216, 167, 58, 0.22);
    backdrop-filter: blur(8px);
}

.ghm-hero__or {
    flex-shrink: 0;
    margin: 0;
    font-size: 11px;
    color: rgba(154, 168, 188, 0.85);
    text-transform: lowercase;
}

.ghm-hero__ctas {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: 560px;
    margin: 0 auto;
}

.ghm-hero__ctas .gh-btn-play {
    flex: 1 1 0;
    width: auto;
    min-height: 42px;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 0.12em;
}

.ghm-hero__ctas .gh-btn-social {
    flex: 1 1 0;
    width: auto;
    min-height: 42px;
    padding: 8px 16px;
    font-size: 11px;
    margin-top: 0;
}

.ghm-journey__title {
    margin: 0 0 8px;
    text-align: center;
    font-family: var(--font-ui, "Rajdhani", sans-serif);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gh-gold, #d8a73a);
}

.ghm-journey__track {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    gap: 4px;
}

.ghm-journey__card {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 6px;
    text-align: left;
}

.ghm-journey__img {
    flex-shrink: 0;
    width: 48px;
    line-height: 0;
}

.ghm-journey__img img {
    display: block;
    width: 48px;
    height: 72px;
    max-height: 72px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid rgba(216, 167, 58, 0.28);
    object-fit: cover;
    object-position: center top;
}

.ghm-journey__body {
    flex: 1;
    min-width: 0;
}

.ghm-journey__body h3 {
    margin: 0 0 4px;
    font-family: var(--font-ui, "Rajdhani", sans-serif);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gh-gold, #d8a73a);
    line-height: 1.2;
}

.ghm-journey__body p {
    margin: 0;
    font-size: 9px;
    line-height: 1.4;
    color: rgba(154, 168, 188, 0.92);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Sidebar highlights */
.gh-landing--mockup .ghm-side {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    gap: 6px !important;
    min-width: 0;
    min-height: 0 !important;
    height: 100%;
    overflow: hidden !important;
    visibility: visible !important;
}

.ghm-highlights {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding: 6px 14px;
    background: linear-gradient(160deg, rgba(18, 24, 36, 0.92) 0%, rgba(8, 11, 18, 0.96) 100%);
    border: 1px solid rgba(216, 167, 58, 0.28);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.ghm-highlight {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 2px;
    border-bottom: 1px solid rgba(216, 167, 58, 0.16);
}

.ghm-highlight:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}

.ghm-highlight img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

.ghm-highlight__body {
    min-width: 0;
}

.ghm-highlight__body h3 {
    margin: 0 0 4px;
    font-family: var(--font-ui, "Rajdhani", sans-serif);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gh-gold, #d8a73a);
    line-height: 1.2;
}

.ghm-highlight__body p {
    margin: 0;
    font-size: 10px;
    line-height: 1.4;
    color: rgba(154, 168, 188, 0.92);
}

@media (min-width: 1024px) {
    .gh-landing--mockup .gh-mockup-top {
        grid-template-columns: minmax(0, 1fr) min(340px, 32%) !important;
    }

    .ghm-journey__img {
        width: 52px;
    }

    .ghm-journey__img img {
        width: 52px;
        height: 78px;
        max-height: 78px;
    }

    .ghm-journey__body h3 {
        font-size: 11px;
    }

    .ghm-journey__body p {
        font-size: 10px;
    }

    .ghm-highlight__body h3 {
        font-size: 13px;
    }

    .ghm-highlight__body p {
        font-size: 10px;
    }
}

@media (min-width: 1280px) {
    .ghm-journey__img img {
        width: 54px;
        height: 82px;
        max-height: 82px;
    }

    .ghm-journey__body p {
        font-size: 10px;
    }
}

@media (max-width: 1023.98px) {
    .gh-landing--mockup .gh-mockup-body {
        flex: none !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    .gh-landing--mockup .gh-mockup-top {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
        flex: none !important;
        min-height: auto !important;
        overflow: visible !important;
        gap: 10px !important;
    }

    .gh-landing--mockup .ghm-side {
        order: -1;
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
        grid-template-rows: auto auto !important;
    }

    .ghm-hero {
        grid-template-rows: auto auto auto;
        min-height: 0;
        height: auto;
        overflow: visible;
    }

    .ghm-hero__main {
        grid-row: 1;
        min-height: 200px;
        aspect-ratio: 16 / 10;
    }

    .ghm-hero__actions {
        grid-row: 2;
        width: 100%;
        max-width: none;
        padding: 12px;
        background: rgba(5, 8, 15, 0.96);
        border-top: 1px solid rgba(216, 167, 58, 0.2);
        border-bottom: 1px solid rgba(216, 167, 58, 0.15);
    }

    .ghm-hero__ctas {
        flex-direction: column;
        gap: 6px;
        max-width: none;
    }

    .ghm-hero__ctas .gh-btn-play,
    .ghm-hero__ctas .gh-btn-social {
        flex: none;
        width: 100%;
    }

    .ghm-hero__or {
        margin: 2px 0;
        font-size: 9px;
    }

    .ghm-journey {
        grid-row: 3;
        padding: 10px 10px 12px;
    }

    .ghm-journey__track {
        flex-direction: column;
        gap: 10px;
    }

    .ghm-journey__card {
        flex: none;
        width: 100%;
        padding: 6px 8px;
        border-radius: 6px;
        background: rgba(12, 16, 26, 0.55);
        border: 1px solid rgba(216, 167, 58, 0.14);
    }

    .ghm-journey__img {
        width: 44px;
    }

    .ghm-journey__img img {
        width: 44px;
        height: 66px;
        max-height: 66px;
    }

    .ghm-journey__body h3 {
        font-size: 11px;
    }

    .ghm-journey__body p {
        font-size: 10px;
        display: block;
        overflow: visible;
        -webkit-line-clamp: unset;
    }

    .ghm-highlights {
        flex: none;
        padding: 8px 12px;
    }

    .ghm-highlight {
        flex: none;
        padding: 10px 2px;
    }
}
