.gsg-page {
    --gsg-forest: #123932;
    --gsg-forest-soft: #24554b;
    --gsg-gold: #dbad49;
    --gsg-mint: #9bd8c2;
    --gsg-ink: #122824;
    --gsg-muted: #5c706b;
    --gsg-line: #dce6e2;
    --gsg-surface: #f2f7f4;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(22px, 4vw, 46px) 20px 72px;
    color: var(--gsg-ink);
}

.gsg-page *,
.gsg-page *::before,
.gsg-page *::after {
    box-sizing: border-box;
}

.gsg-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .78fr);
    align-items: center;
    gap: clamp(26px, 5vw, 62px);
    padding: clamp(30px, 5vw, 52px);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: var(--gsg-forest);
    color: #fff;
    box-shadow: 0 24px 70px rgba(18,57,50,.18);
}

.gsg-eyebrow {
    margin: 0 0 11px;
    color: var(--gsg-mint);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gsg-hero h1 {
    max-width: 690px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2.25rem, 4.5vw, 3.55rem);
    line-height: 1.06;
}

.gsg-hero-copy > p:not(.gsg-eyebrow) {
    max-width: 680px;
    margin: 0;
    color: #d5e7e1;
    font-size: 1.04rem;
    line-height: 1.55;
}

.gsg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 18px;
}

.gsg-search {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 10px;
    max-width: 690px;
    margin-top: 24px;
    padding: 9px;
    border-radius: 16px;
    background: rgba(255,255,255,.1);
}

.gsg-search label span {
    display: block;
    margin: 0 0 6px 2px;
    color: #d5e7e1;
    font-size: .8rem;
}

.gsg-search input {
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 12px;
    background: #fff;
    color: var(--gsg-ink);
    font-size: 1rem;
}

.gsg-search button {
    align-self: end;
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: var(--gsg-gold);
    color: var(--gsg-forest);
    font-weight: 800;
    cursor: pointer;
}

.gsg-button {
    padding: 12px 20px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.gsg-button-primary {
    border-color: var(--gsg-gold);
    background: var(--gsg-gold);
    color: var(--gsg-forest);
}

.gsg-button:hover {
    border-color: #fff;
    background: #fff;
    color: var(--gsg-forest);
}

.gsg-hero-media {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 23px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 26px 60px rgba(0,0,0,.22);
}

.gsg-hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 2;
    object-fit: cover;
}

.gsg-hero-media div {
    padding: 18px 20px 20px;
}

.gsg-hero-media strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.18rem;
}

.gsg-hero-media span {
    display: block;
    color: #d5e7e1;
    line-height: 1.48;
}

.gsg-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 18px 0;
}

.gsg-stats div {
    min-height: 82px;
    padding: 16px 19px;
    border: 1px solid var(--gsg-line);
    border-radius: 20px;
    background: #fff;
}

.gsg-stats strong {
    display: block;
    color: var(--gsg-ink);
    font-size: 1.7rem;
    line-height: 1.15;
}

.gsg-stats span {
    color: var(--gsg-muted);
    font-size: .9rem;
}

.gsg-stack,
.gsg-events {
    display: block;
    margin: 18px 0 20px;
}

.gsg-events > * + * {
    margin-top: 18px;
}

.gsg-magazine,
.gsg-explore,
.gsg-routes {
    padding: clamp(22px, 3vw, 29px);
    border: 1px solid var(--gsg-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(18,40,36,.05);
}

.gsg-events .gwe-calendar,
.gsg-events .gwe-upcoming {
    width: 100%;
    margin-top: 0;
    border-color: var(--gsg-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(18,40,36,.05);
}

.gsg-events .gwe-section-head {
    align-items: center;
}

.gsg-events .gwe-calendar-actions,
.gsg-events .gwe-upcoming-actions {
    justify-content: flex-end;
}

.gsg-events .gwe-upcoming .gwe-section-head {
    margin-bottom: 14px;
}

.gsg-events .gwe-event-card {
    border: 1px solid transparent;
}

.gsg-events .gwe-event-card > div {
    padding: 16px 17px 18px;
}

.gsg-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 21px;
}

.gsg-heading h2,
.gsg-explore h2,
.gsg-routes h2 {
    margin: 0;
    color: var(--gsg-ink);
    font-size: clamp(1.45rem, 2.5vw, 1.8rem);
}

.gsg-heading > a {
    color: var(--gsg-forest-soft);
    font-weight: 600;
    white-space: nowrap;
}

.gsg-articles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.gsg-article {
    overflow: hidden;
    border-radius: 16px;
    background: var(--gsg-surface);
}

.gsg-article-image {
    display: block;
    aspect-ratio: 16 / 9;
    background: #e5eeea;
}

.gsg-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gsg-article > div {
    padding: 16px;
}

.gsg-meta {
    margin: 0 0 7px;
    color: var(--gsg-muted);
    font-size: .82rem;
}

.gsg-article h3,
.gsg-route-list h3 {
    margin: 0 0 8px;
    font-size: 1.12rem;
    line-height: 1.3;
}

.gsg-article h3 a,
.gsg-route-list h3 a {
    color: var(--gsg-ink);
    text-decoration: none;
}

.gsg-article p:last-child {
    margin: 0;
    color: var(--gsg-muted);
    font-size: .9rem;
}

.gsg-empty {
    padding: 28px;
    border-radius: 17px;
    background: var(--gsg-surface);
}

.gsg-empty h3 {
    margin: 0 0 8px;
}

.gsg-empty p {
    margin: 0;
    color: var(--gsg-muted);
}

.gsg-explore h2 {
    margin-bottom: 18px;
}

.gsg-explore {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

.gsg-explore > .gsg-eyebrow,
.gsg-explore > h2 {
    grid-column: 1 / -1;
}

.gsg-explore > a {
    display: grid;
    gap: 4px;
    min-height: 116px;
    margin-bottom: 0;
    padding: 17px;
    border-radius: 15px;
    background: var(--gsg-surface);
    color: var(--gsg-ink);
    text-decoration: none;
}

.gsg-explore > a:hover {
    background: #e7f1ec;
}

.gsg-explore strong {
    display: block;
    margin-bottom: 4px;
}

.gsg-explore span {
    color: var(--gsg-muted);
    font-size: .9rem;
}

.gsg-routes {
    margin-top: 18px;
}

.gsg-route-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.gsg-route-list article {
    overflow: hidden;
    border-radius: 16px;
    background: var(--gsg-surface);
    border: 1px solid transparent;
}

.gsg-route-list article > div {
    padding: 15px;
}

.gsg-route-image {
    display: block;
    aspect-ratio: 16 / 9;
    background: #e5eeea;
}

.gsg-route-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gsg-route-list article > p:not(.gsg-meta),
.gsg-route-list article > div > p:not(.gsg-meta) {
    margin: 0 0 13px;
    color: var(--gsg-muted);
    font-size: .9rem;
}

.gsg-route-link {
    color: var(--gsg-forest-soft);
    font-weight: 600;
}

@media (max-width: 950px) {
    .gsg-hero {
        grid-template-columns: 1fr;
    }

    .gsg-stats,
    .gsg-route-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gsg-hero-media {
        max-width: 420px;
    }

    .gsg-events .gwe-section-head {
        align-items: flex-start;
    }
}

@media (max-width: 620px) {
    .gsg-page {
        padding-left: 14px;
        padding-right: 14px;
    }

    .gsg-hero {
        padding: 27px 22px;
    }

    .gsg-stats,
    .gsg-articles,
    .gsg-explore,
    .gsg-route-list,
    .gsg-search {
        grid-template-columns: 1fr;
    }
}
