/* ===== GAME PAGE (game.php) ===== */
/* Layout: breadcrumb, poster + details, route + map, story, mission,
   group pricing, CTA, dark reviews strip, other games of the city. */

.game-page {
    background: #fff;
    color: #181818;
}

.game-page .container {
    max-width: 1100px;
}

/* ── Breadcrumb ── */
.gp-breadcrumb {
    padding: 26px 0 0;
    font-family: 'Hind', sans-serif;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #6b7280;
}

.gp-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gp-breadcrumb li + li::before {
    content: '\203A';
    margin: 0 9px;
    color: #b8bcc4;
}

.gp-breadcrumb a {
    font-weight: 700;
    color: #181818;
    text-decoration: none;
}

.gp-breadcrumb a:hover {
    color: #F60B0E;
}

/* ── Hero: poster left, details right ── */
.gp-hero {
    padding: 22px 0 64px;
}

.gp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 60px;
    align-items: center;
    margin-top: 24px;
}

.gp-poster {
    margin: 0;
    aspect-ratio: 8 / 11;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.2);
}

.gp-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-eyebrow {
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a8f98;
}

.gp-eyebrow b {
    font-weight: 700;
    color: #181818;
}

.gp-eyebrow-sep {
    margin: 0 6px;
    color: #c9ccd2;
}

.gp-title {
    margin: 0 0 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 3.6vw, 2.9rem);
    font-weight: 700;
    line-height: 1.12;
    color: #000;
}

/* Quick facts: label over value, hairline between cells */
.gp-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 0;
    margin: 0 0 20px;
    padding: 0;
}

.gp-fact {
    padding: 0 26px;
    border-left: 1px solid #e3e4e9;
}

.gp-fact:first-child {
    padding-left: 0;
    border-left: 0;
}

.gp-fact dt {
    margin-bottom: 2px;
    font-family: 'Hind', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a8f98;
}

.gp-fact dd {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #181818;
}

.gp-success {
    margin: 0 0 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
    color: #F60B0E;
}

.gp-intro {
    margin: 0 0 28px;
    font-family: 'Hind', sans-serif;
    font-size: 1.18rem;
    line-height: 1.65;
    color: #2b2b2b;
}

.gp-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
}

.game-page .gp-btn {
    padding: 1.05rem 2.6rem;
    font-size: 0.95rem;
    box-shadow: 0 8px 24px rgba(246, 11, 14, 0.28);
}

.game-page .gp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(246, 11, 14, 0.36);
}

.game-page .gp-btn.disabled {
    box-shadow: none;
    transform: none;
}

.gp-price {
    font-family: 'Hind', sans-serif;
    font-size: 0.98rem;
    line-height: 1.35;
    color: #4b5563;
}

.gp-price-amount {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #181818;
}

.gp-price-note {
    display: block;
    font-size: 0.85rem;
    font-style: italic;
    color: #8a8f98;
}

.gp-reassure {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin: 26px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid #ececf0;
    list-style: none;
    font-family: 'Hind', sans-serif;
    font-size: 0.92rem;
    color: #4b5563;
}

.gp-reassure li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.gp-reassure svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: #1f9d55;
}

/* ── Notice (Distillery District closures) ── */
.gp-alert {
    margin: 0 0 48px;
    padding: 18px 22px;
    border-left: 4px solid #F60B0E;
    border-radius: 0 10px 10px 0;
    background: #fff5f5;
    font-family: 'Hind', sans-serif;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #3a3a3a;
}

/* The translated string carries inline white links (it was written for a dark box) */
.gp-alert a {
    color: #181818 !important;
    word-break: break-word;
}

/* ── Details: route, story, mission, pricing ── */
.gp-details {
    padding: 0 0 72px;
}

.gp-block {
    margin-bottom: 48px;
}

.gp-block:last-child {
    margin-bottom: 0;
}

.gp-heading {
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #181818;
}

.gp-route-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 40px;
    margin-bottom: 24px;
}

.gp-route-point {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: 'Hind', sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    color: #3a3a3a;
}

.gp-route-point img {
    flex-shrink: 0;
    width: 52px;
    height: auto;
}

.gp-route-point b {
    display: block;
    font-weight: 700;
    color: #181818;
}

.gp-map {
    border: 1px solid #e7e8ec;
    border-radius: 12px;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 440px;
    /* Keep Leaflet panes under the sticky header and the chat button */
    z-index: 0;
}

.gp-text {
    margin: 0;
    font-family: 'Hind', sans-serif;
    font-size: 1.12rem;
    line-height: 1.75;
    color: #2b2b2b;
}

/* Group pricing: one cell per tier (regular, 2+, 15+, 40+ players), the four
   on one row; 2 x 2 on mobile */
.gp-tiers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 960px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gp-tier {
    padding: 18px 12px 16px;
    border: 1px solid #e7e8ec;
    border-radius: 12px;
    background: #fafafa;
    text-align: center;
    font-family: 'Hind', sans-serif;
}

.gp-tier-players {
    display: block;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
}

.gp-tier-price {
    display: block;
    margin: 4px 0 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #181818;
}

.gp-tier-note {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1f9d55;
}

.gp-tier-note--plain {
    font-weight: 400;
    color: #6b7280;
}

.gp-tiers-caption {
    margin: 14px 0 0;
    font-family: 'Hind', sans-serif;
    font-size: 0.95rem;
    color: #6b7280;
}

.gp-final-cta {
    margin-top: 56px;
    text-align: center;
}

.gp-browse {
    display: inline-block;
    margin-top: 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #181818;
    text-decoration: none;
}

.gp-browse:hover {
    color: #F60B0E;
    text-decoration: none;
}

/* ── Other games of the city ── */
.gp-others {
    padding: 70px 0 80px;
    background: #f8f8f8;
}

.gp-others-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 48px;
}

/* Column flex so the buttons line up when a title wraps on two lines */
.gp-other {
    display: flex;
    flex-direction: column;
    width: 320px;
    max-width: 100%;
}

.gp-other-tag {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #181818;
}

.gp-other-poster {
    display: block;
    aspect-ratio: 8 / 11;
    border-radius: 10px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.gp-other-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gp-other-poster:hover img {
    transform: scale(1.04);
}

.gp-other-title {
    margin: 18px 0 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
}

.gp-other-title a {
    color: #181818;
    text-decoration: none;
}

.gp-other-title a:hover {
    color: #F60B0E;
}

.gp-other-meta {
    margin: 0;
    font-family: 'Hind', sans-serif;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #6b7280;
}

.gp-other-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
}

.gp-other-actions .btn {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    white-space: normal;
}

/* ── Tablet ── */
@media (max-width: 991.98px) {
    .gp-hero-grid {
        gap: 36px;
    }
}

/* ── Mobile: single column, poster first ── */
@media (max-width: 767.98px) {
    .gp-breadcrumb {
        padding-top: 18px;
        font-size: 0.85rem;
    }

    .gp-hero {
        padding: 16px 0 48px;
    }

    .gp-hero-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    /* Smaller poster so the title and the button come sooner */
    .gp-poster {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
    }

    .gp-fact {
        padding: 0 18px;
    }

    .gp-intro {
        font-size: 1.08rem;
    }

    .gp-tiers {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gp-cta-row {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .gp-reassure {
        justify-content: center;
    }

    .gp-details {
        padding-bottom: 56px;
    }

    .gp-block {
        margin-bottom: 40px;
    }

    .gp-heading {
        font-size: 1.2rem;
    }

    .gp-route-points {
        grid-template-columns: 1fr;
    }

    #map {
        height: 340px;
    }

    .gp-text {
        font-size: 1.05rem;
    }

    .gp-final-cta .gp-btn {
        display: block;
    }

    .gp-others {
        padding: 50px 0 60px;
    }

    /* Two posters side by side, buttons stacked */
    .gp-others-grid {
        gap: 32px 14px;
    }

    .gp-other {
        width: calc(50% - 7px);
    }

    .gp-other:only-child {
        width: 260px;
    }

    .gp-other-tag {
        font-size: 0.8rem;
    }

    .gp-other-title {
        margin-top: 14px;
        font-size: 1rem;
    }

    .gp-other-meta {
        font-size: 0.88rem;
    }

    .gp-other-actions {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
