/* ============================================================
   Homepage New 2026 — Variante H (Magazin-Header + Feed-Body)
   Uses design tokens from base.2026.twig / gp-design-tokens.css
   ============================================================ */

/* ---- LAYOUT CONTAINERS ---- */
.hp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.hp-section {
    padding: 20px 0;
}
.hp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.hp-header__title {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    color: var(--gp-text, #1a1a1a);
}
.hp-header__link {
    font-size: 13px;
    font-weight: 700;
    color: #04AD79;
    text-decoration: none;
}
.hp-header__link:hover { color: #03966a; }

/* ---- HERO ---- */
.hp-hero { padding: 12px 0; }
.hp-hero__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
    height: 420px;
    max-width: 1200px;
    margin: 0 auto;
}
.hp-hero__main,
.hp-hero__side-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
}
.hp-hero__main { height: 420px; }
.hp-hero__main img { width: 100%; height: 100%; object-fit: cover; }
.hp-hero__side { display: flex; flex-direction: column; gap: 12px; height: 420px; }
.hp-hero__side-card { flex: 1; min-height: 0; }
.hp-hero__side-card img { width: 100%; height: 100%; object-fit: cover; }
.hp-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent 60%);
}
.hp-hero__content {
    position: relative;
    z-index: 1;
    padding: 14px;
}
.hp-hero__badge {
    display: inline-block;
    background: rgba(4,173,121,0.2);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 4px;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.hp-hero__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}
.hp-hero__side-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.hp-hero__meta {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}

@media (max-width: 900px) {
    .hp-hero__grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    .hp-hero__main {
        grid-row: span 1;
        min-height: 200px;
    }
    .hp-hero__side {
        flex-direction: row;
    }
    .hp-hero__side-card {
        flex: 1;
        min-height: 150px;
    }
}
@media (max-width: 480px) {
    .hp-hero__side {
        flex-direction: column;
    }
}

/* ---- LIVE SCORES ---- */
.hp-livescores__scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}
.hp-livescores__scroll::-webkit-scrollbar { display: none; }

.hp-live-card {
    flex-shrink: 0;
    width: 260px;
    min-height: 220px;
    background: #fff;
    border: 1px solid var(--gp-border, #e2e8f0);
    border-radius: 12px;
    overflow: hidden;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s;
}
.hp-live-card:hover {
    border-color: var(--gp-green, #04AD79);
}
.hp-live-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px 4px;
}
.hp-live-card__tour {
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.hp-live-card__status {
    font-size: 10px;
    font-weight: 700;
    color: #e53e3e;
    animation: hp-pulse 2s infinite;
}
@keyframes hp-pulse { 0%,100%{opacity:1} 50%{opacity:.5} }
.hp-live-card__name {
    padding: 0 12px 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    max-height: 2.8em;
    overflow: hidden;
}
.hp-live-card__players {
    flex: 1;
}
.hp-live-card__row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    font-size: 12px;
    border-top: 1px solid #f1f5f9;
}
.hp-live-card__row--hero {
    background: rgba(4,173,121,0.06);
}
.hp-live-card__pos {
    width: 28px;
    font-weight: 700;
    color: var(--gp-text-muted, #64748b);
    flex-shrink: 0;
}
.hp-live-card__player {
    flex: 1;
    font-weight: 600;
}
.hp-live-card__score {
    font-weight: 800;
    flex-shrink: 0;
}
.hp-live-card__footer {
    padding: 6px 12px;
    border-top: 1px solid #f1f5f9;
    text-align: center;
    margin-top: auto;
}
.hp-live-card__footer a {
    font-size: 11px;
    font-weight: 700;
    color: #04AD79;
    text-decoration: none;
}
.hp-live-card__footer a:hover { color: #03966a; }

/* ---- CONCIERGE ---- */
.hp-concierge {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    border-radius: 16px;
    padding: 28px 0;
    max-width: 1200px;
    margin: 0 auto 20px;
}
.hp-concierge__inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}
.hp-concierge__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #04AD79;
    background: rgba(4,173,121,0.15);
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
}
.hp-concierge__title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
}
.hp-concierge__subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin: 0 0 16px;
}
.hp-concierge__input-area { margin-bottom: 12px; }
.hp-concierge__input-wrap {
    display: flex;
    gap: 8px;
    max-width: 520px;
    margin: 0 auto;
}
.hp-concierge__input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    outline: none;
    min-width: 0;
}
.hp-concierge__input::placeholder { color: rgba(255,255,255,0.4); }
.hp-concierge__send {
    background: #04AD79;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}
.hp-concierge__send:hover { background: #03966a; }
.hp-concierge__chips {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.hp-concierge__chip {
    padding: 6px 12px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    transition: all .2s;
}
.hp-concierge__chip:hover {
    border-color: #04AD79;
    color: #04AD79;
}

@media (max-width: 480px) {
    .hp-concierge__input-wrap { flex-direction: column; }
    .hp-concierge__send { width: 100%; }
}

/* ---- CONTEST BANNER ---- */
.hp-contest-banner {
    border: 2px solid #04AD79;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 24px;
    background: #f0fdf4;
}
.hp-contest-banner__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #04AD79;
    margin-bottom: 4px;
}
.hp-contest-banner__title {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px;
}
.hp-contest-banner__prize {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 8px;
}
.hp-contest-banner__cta {
    font-size: 14px;
    font-weight: 700;
    color: #04AD79;
    text-decoration: none;
}
.hp-contest-banner__cta:hover {
    color: #03966a;
}

/* ---- FEED TABS ---- */
.hp-feed-section { padding: 0 0 40px; background: #f8fafc; }
.hp-feed-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--gp-border, #e2e8f0);
    margin-bottom: 20px;
    overflow-x: auto;
    scrollbar-width: none;
}
.hp-feed-tabs::-webkit-scrollbar { display: none; }
.hp-feed-tab {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--gp-text-muted, #64748b);
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
}
.hp-feed-tab:hover { color: var(--gp-text, #1a1a1a); }
.hp-feed-tab.active {
    color: #04AD79;
    border-bottom-color: #04AD79;
}

/* ---- FEED LAYOUT (2-column desktop) ---- */
.hp-feed-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 28px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}
.hp-feed-main {
    min-width: 0;
    overflow: hidden;
}
@media (max-width: 960px) {
    .hp-feed-layout { grid-template-columns: 1fr; }
}

/* Feed Panels */
.hp-feed-panel { display: none; }
.hp-feed-panel.active { display: block; }

/* Feed 2-column grid for alternating layout */
.hp-feed-grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}
@media (max-width: 600px) {
    .hp-feed-grid-2col { grid-template-columns: 1fr; }
}

/* ---- FEED ITEMS ---- */
.hp-feed-item {
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--gp-border, #e2e8f0);
    padding: 14px;
    margin-bottom: 14px;
    transition: box-shadow 0.2s;
}
.hp-feed-item:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.hp-feed-item--news {
    display: flex;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}
.hp-feed-item__image {
    width: 33%;
    min-width: 200px;
    aspect-ratio: 16 / 9;
    flex-shrink: 0;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-color: #e2e8f0;
    position: relative;
}
.hp-feed-item__cat {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #04AD79;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.hp-feed-item__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hp-feed-item__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hp-feed-item__meta {
    font-size: 12px;
    color: var(--gp-text-muted, #64748b);
}

@media (max-width: 600px) {
    .hp-feed-item--news { flex-direction: column; }
    .hp-feed-item__image { width: 100%; height: 180px; }
}

/* Social feed items */
.hp-feed-item--social { display: block; }
.hp-social__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.hp-social__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #04AD79;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    overflow: hidden;
}
.hp-social__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.hp-social__name { font-size: 13px; font-weight: 700; }
.hp-social__hcp {
    background: #04AD79;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 3px;
}
.hp-social__time { font-size: 11px; color: var(--gp-text-muted, #64748b); }
.hp-social__text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.hp-social__footer {
    display: flex;
    gap: 14px;
    font-size: 13px;
    color: var(--gp-text-muted, #64748b);
}

/* ---- MODULES (in-feed widgets) ---- */
.hp-module {
    background: var(--gp-bg-muted, #f8fafc);
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 16px;
}
.hp-module__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.hp-module__title {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    color: var(--gp-text, #1a1a1a);
}
.hp-module__link {
    font-size: 13px;
    font-weight: 700;
    color: #04AD79;
    text-decoration: none;
}
.hp-module__link:hover { color: #03966a; }
.hp-ad-label {
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Most Read */
.hp-mostread-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
@media (max-width: 768px) {
    .hp-mostread-grid { grid-template-columns: 1fr; }
    .hp-mostread--desktop-only { display: none; }
}
.hp-mostread__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
}
.hp-mostread__item:last-child { border-bottom: none; }
.hp-mostread__rank {
    font-size: 22px;
    font-weight: 800;
    width: 26px;
    text-align: center;
    flex-shrink: 0;
    color: #cbd5e1;
}
.hp-mostread__rank--top { color: #04AD79; }
.hp-mostread__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}
.hp-mostread__info {
    font-size: 11px;
    color: var(--gp-text-muted, #64748b);
    margin-top: 2px;
}

/* Equipment Scroll (legacy, still used for hotels/players) */
.hp-equipment-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.hp-equipment-scroll::-webkit-scrollbar { display: none; }

/* Equipment Product Cards (V2 — product-centric with rotation) */
.hp-equip-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}
.hp-equip-scroll::-webkit-scrollbar { display: none; }
.hp-equip-card {
    flex-shrink: 0;
    width: 200px;
    border: 1px solid var(--gp-border, #e2e8f0);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    scroll-snap-align: start;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.hp-equip-card:hover {
    border-color: #04AD79;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.hp-equip-card__images {
    position: relative;
    height: 160px;
    background: #f8fafc;
    overflow: hidden;
}
.hp-equip-card__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.hp-equip-card__slide--active {
    opacity: 1;
}
.hp-equip-card__slide img {
    max-width: 85%;
    max-height: 140px;
    object-fit: contain;
}
.hp-equip-card__placeholder {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: var(--gp-green-light, #e8f7f1);
    color: var(--gp-green, #04AD79);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
}
.hp-equip-card__dots {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.hp-equip-card__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    transition: background 0.3s;
    cursor: pointer;
    padding: 0;
}
.hp-equip-card__dot--active {
    background: #04AD79;
}
.hp-equip-card__body {
    padding: 10px 12px 12px;
}
.hp-equip-card__product {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hp-equip-card__player {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--gp-text-muted, #94a3b8);
}
.hp-equip-card__avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Tour Bags Grid (V1 — player-centric, kept as reusable widget) */
.hp-tourbag-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (max-width: 600px) {
    .hp-tourbag-grid { grid-template-columns: 1fr; }
}
.hp-tourbag-card {
    display: flex;
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--gp-border, #e2e8f0);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.hp-tourbag-card:hover {
    border-color: #04AD79;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.hp-tourbag-card__photo-wrap {
    position: relative;
    flex-shrink: 0;
}
.hp-tourbag-card__photo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #04AD79;
    display: block;
}
.hp-tourbag-card__photo--placeholder {
    background: #04AD79;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
.hp-tourbag-card__rank {
    position: absolute;
    bottom: -2px;
    right: -4px;
    background: #fff;
    border: 1px solid var(--gp-border, #e2e8f0);
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 5px;
    color: var(--gp-text-muted, #94a3b8);
}
.hp-tourbag-card__info {
    flex: 1;
    min-width: 0;
}
.hp-tourbag-card__name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hp-tourbag-card__items {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.hp-tourbag-card__item {
    display: flex;
    gap: 6px;
    font-size: 12px;
    line-height: 1.4;
}
.hp-tourbag-card__cat {
    color: var(--gp-text-muted, #94a3b8);
    flex-shrink: 0;
    min-width: 42px;
}
.hp-tourbag-card__model {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Hotel Cards */
.hp-hotel-card {
    flex-shrink: 0;
    width: 170px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--gp-border, #e2e8f0);
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
    display: block;
}
.hp-hotel-card__img {
    height: 100px;
    background-size: cover;
    background-position: center;
    background-color: #e2e8f0;
    position: relative;
}
.hp-hotel-card__stars {
    position: absolute;
    bottom: 4px;
    left: 6px;
    font-size: 10px;
    color: #fbbf24;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.hp-hotel-card__body { padding: 7px 9px; }
.hp-hotel-card__name { font-size: 13px; font-weight: 700; }
.hp-hotel-card__location { font-size: 11px; color: var(--gp-text-muted, #64748b); }
.hp-hotel-card__rating { font-size: 12px; font-weight: 700; color: #04AD79; margin-top: 1px; }

/* Player Cards */
.hp-player-card {
    flex-shrink: 0;
    width: 100px;
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
    text-align: center;
}
.hp-player-card__photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 4px;
    display: block;
    border: 2px solid #04AD79;
}
.hp-player-card__photo--placeholder {
    background: #04AD79;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}
.hp-player-card__name {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}
.hp-player-card__rank {
    font-size: 11px;
    color: var(--gp-text-muted, #64748b);
}

/* Community Cards */
.hp-community-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
@media (max-width: 600px) {
    .hp-community-grid { grid-template-columns: 1fr; }
}
.hp-community-card {
    border: 1px solid var(--gp-border, #e2e8f0);
    border-radius: 12px;
    padding: 12px;
}
.hp-community-card__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.hp-community-card__avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #04AD79;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    overflow: hidden;
}
.hp-community-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hp-community-card__author { font-size: 12px; font-weight: 700; }
.hp-community-card__time { font-size: 10px; color: var(--gp-text-muted, #64748b); }
.hp-community-card__club {
    font-size: 12px;
    font-weight: 700;
    color: #04AD79;
    margin-bottom: 4px;
}
.hp-community-card__text {
    font-size: 13px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hp-community-card__footer {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: var(--gp-text-muted, #64748b);
    margin-top: 6px;
}

/* ---- LOCKED CONTENT ---- */
.hp-locked-hint {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #04AD79;
    margin-top: 4px;
}

/* ---- LOAD MORE ---- */
.hp-load-more {
    text-align: center;
    padding: 20px 0;
}
.hp-load-more__btn {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid #04AD79;
    color: #04AD79;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
}
.hp-load-more__btn:hover {
    background: #04AD79;
    color: #fff;
}

/* ---- EMPTY STATE ---- */
.hp-empty-state {
    text-align: center;
    padding: 40px 20px;
    color: var(--gp-text-muted, #64748b);
}
.hp-empty-state p {
    font-size: 14px;
    margin-bottom: 12px;
}
.hp-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s;
}
.hp-btn--outline {
    border: 2px solid #04AD79;
    color: #04AD79;
    background: none;
}
.hp-btn--outline:hover {
    background: #04AD79;
    color: #fff;
}

/* ---- SIDEBAR ---- */
.hp-sidebar {
    position: sticky;
    top: 20px;
    min-width: 0;
    overflow: hidden;
}
@media (max-width: 960px) {
    .hp-sidebar { display: none; }
}

.hp-sidebar-widget {
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--gp-border, #e2e8f0);
    margin-bottom: 16px;
    overflow: hidden;
}
.hp-sidebar-widget--dark {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}
.hp-sidebar-widget__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid var(--gp-border-light, #f1f5f9);
}
.hp-sidebar-widget--dark .hp-sidebar-widget__header {
    border-bottom-color: rgba(255,255,255,0.1);
}
.hp-sidebar-widget__title {
    font-size: 14px;
    font-weight: 800;
    color: var(--gp-text, #1a1a1a);
}
.hp-sidebar-widget__link {
    font-size: 12px;
    font-weight: 600;
    color: #04AD79;
    text-decoration: none;
}
.hp-sidebar-widget__link:hover { color: #03966a; }
.hp-sidebar-widget__body { padding: 8px 14px; }

/* Ranking items */
.hp-ranking-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
    font-size: 13px;
}
.hp-ranking-item:last-child { border-bottom: none; }
.hp-ranking-item__pos {
    width: 28px;
    font-weight: 700;
    color: var(--gp-text-muted, #64748b);
    flex-shrink: 0;
    text-align: center;
}
.hp-ranking-item__photo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.hp-ranking-item__name {
    flex: 1;
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hp-ranking-item:hover .hp-ranking-item__name { color: #04AD79; }

/* Sidebar news */
.hp-sidebar-news {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
}
.hp-sidebar-news:last-child { border-bottom: none; }
.hp-sidebar-news__title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hp-sidebar-news__meta {
    font-size: 11px;
    color: var(--gp-text-muted, #64748b);
    margin-top: 2px;
}
.hp-sidebar-news:hover .hp-sidebar-news__title { color: #04AD79; }

/* Sidebar clubs */
.hp-sidebar-club {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
}
.hp-sidebar-club:last-child { border-bottom: none; }
.hp-sidebar-club__name {
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hp-sidebar-club__location {
    font-size: 11px;
    color: var(--gp-text-muted, #64748b);
}
.hp-sidebar-club:hover .hp-sidebar-club__name { color: #04AD79; }

/* Community stats */
.hp-stat-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.hp-stat-row:last-child { border-bottom: none; }

/* ---- PREMIUM SIDEBAR CTA ---- */
.hp-sidebar-widget--premium {
    background: linear-gradient(135deg, var(--gp-gold-light, #faf5e4), #fff);
    border-color: var(--gp-gold, #C5A55A);
}
.hp-sidebar-premium-benefits {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}
.hp-sidebar-premium-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--gp-text, #1e293b);
}
.hp-sidebar-premium-btn {
    display: block;
    text-align: center;
    background: var(--gp-gold, #C5A55A);
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
}
.hp-sidebar-premium-btn:hover {
    background: var(--gp-gold-dark, #a68b3e);
}

/* ---- PREMIUM GATED ARTICLE ---- */
.hp-premium-gate {
    position: relative;
    border: 2px solid var(--gp-gold, #C5A55A);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
}
.hp-premium-gate__content {
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
}
.hp-premium-gate__image {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-color: #e2e8f0;
}
.hp-premium-gate__body {
    padding: 14px 16px;
    position: relative;
}
.hp-premium-gate__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--gp-gold, #C5A55A);
}
.hp-premium-gate__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 4px 0 6px;
}
.hp-premium-gate__excerpt {
    font-size: 14px;
    color: var(--gp-text-secondary, #64748b);
    line-height: 1.5;
    margin: 0;
}
.hp-premium-gate__fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, #fff, transparent);
    pointer-events: none;
}
.hp-premium-gate__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
}
.hp-premium-gate__cta-text {
    font-size: 15px;
    font-weight: 700;
    color: var(--gp-text, #1e293b);
}
.hp-premium-gate__btn {
    display: inline-block;
    background: var(--gp-gold, #C5A55A);
    color: #fff;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s;
}
.hp-premium-gate__btn:hover {
    background: var(--gp-gold-dark, #a68b3e);
}

/* ---- CATEGORY TEASERS (3-column) ---- */
.hp-cat-teasers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
@media (max-width: 900px) {
    .hp-cat-teasers { grid-template-columns: 1fr; }
}
.hp-cat-card {
    border: 1px solid var(--gp-border, #e2e8f0);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.hp-cat-card__header {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid var(--gp-border, #e2e8f0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hp-cat-card__header a {
    font-size: 11px;
    color: #04AD79;
    font-weight: 600;
    text-decoration: none;
}
.hp-cat-card__header a:hover { color: #03966a; }
.hp-cat-card__item {
    display: flex;
    gap: 8px;
    padding: 8px 10px;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
.hp-cat-card__item:last-child { border-bottom: none; }
.hp-cat-card__item:hover { background: #f9fafb; }
.hp-cat-card__thumb {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    background-color: #e2e8f0;
}
.hp-cat-card__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---- COMMUNITY DREIKLANG (3-column: posts, blogs, reviews) ---- */
.hp-community-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
@media (max-width: 900px) {
    .hp-community-3col { grid-template-columns: 1fr; }
}
.hp-comm-col {
    border: 1px solid var(--gp-border, #e2e8f0);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.hp-comm-col__header {
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid var(--gp-border, #e2e8f0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hp-comm-col__header a {
    font-size: 11px;
    color: #04AD79;
    font-weight: 600;
    text-decoration: none;
}
.hp-comm-item {
    padding: 10px 12px;
    border-bottom: 1px solid #f1f5f9;
}
.hp-comm-item:last-child { border-bottom: none; }
.hp-comm-item__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.hp-comm-item__avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #04AD79;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    overflow: hidden;
}
.hp-comm-item__avatar img { width: 100%; height: 100%; object-fit: cover; }
.hp-comm-item__name { font-size: 12px; font-weight: 700; }
.hp-comm-item__time { font-size: 10px; color: var(--gp-text-muted, #64748b); }
.hp-comm-item__text {
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #334155;
}
.hp-comm-item__club { font-size: 11px; font-weight: 700; color: #04AD79; margin-bottom: 3px; }
.hp-comm-item__footer { font-size: 11px; color: var(--gp-text-muted, #64748b); margin-top: 4px; }

/* ---- LOGIN CTA (in-feed for anonymous) ---- */
.hp-login-cta {
    background: linear-gradient(135deg, #f0fdf4, #fff);
    border: 2px solid #04AD79;
    border-radius: 12px;
    padding: 20px 24px;
    text-align: center;
    margin-bottom: 14px;
}
.hp-login-cta__title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px;
}
.hp-login-cta__text {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 12px;
}
.hp-login-cta__btn {
    display: inline-block;
    background: #04AD79;
    color: #fff;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s;
}
.hp-login-cta__btn:hover { background: #03966a; }

/* ---- PREMIUM CTA (in-feed) ---- */
.hp-premium-cta {
    background: linear-gradient(135deg, #1a1a1a, #333);
    border-radius: 12px;
    padding: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 14px;
}
.hp-premium-cta__badge {
    display: inline-block;
    background: rgba(255,200,0,0.2);
    color: #ffc800;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
}
.hp-premium-cta__title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px;
}
.hp-premium-cta__text {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin: 0 0 16px;
}
.hp-premium-plans {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.hp-premium-plan {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 14px 16px;
    min-width: 130px;
    text-decoration: none;
    color: #fff;
    transition: border-color .2s;
}
.hp-premium-plan:hover { border-color: #04AD79; }
.hp-premium-plan--featured {
    border-color: #04AD79;
    background: rgba(4,173,121,0.1);
}
.hp-premium-plan__name { font-size: 12px; font-weight: 700; margin-bottom: 4px; }
.hp-premium-plan__price { font-size: 20px; font-weight: 900; }
.hp-premium-plan__period { font-size: 10px; color: rgba(255,255,255,0.5); }

/* ---- GREENFEE DEALS (locked for anon) ---- */
.hp-greenfee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
@media (max-width: 600px) {
    .hp-greenfee-grid { grid-template-columns: 1fr; }
}
.hp-greenfee-card {
    border: 1px solid var(--gp-border, #e2e8f0);
    border-radius: 12px;
    padding: 12px;
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
}
.hp-greenfee-card--locked {
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
}
.hp-greenfee-card__name { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.hp-greenfee-card__location { font-size: 11px; color: #64748b; margin-bottom: 6px; }
.hp-greenfee-card__price {
    font-size: 15px;
    font-weight: 700;
    color: var(--gp-text, #1e293b);
    margin-bottom: 4px;
}
.hp-greenfee-card__price--blur {
    filter: blur(4px);
    user-select: none;
}
.hp-greenfee-card__pricing {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 4px;
}
.hp-greenfee-card__price-old {
    font-size: 13px;
    color: var(--gp-text-muted, #94a3b8);
    text-decoration: line-through;
}
.hp-greenfee-card__price-new {
    font-size: 16px;
    font-weight: 800;
    color: #04AD79;
}
.hp-greenfee-card__discount {
    display: inline-block;
    background: #f0fdf4;
    color: #16a34a;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}
.hp-greenfee-card__discount--gold {
    background: linear-gradient(135deg, #C5A55A, #D4AF37);
    color: #fff;
}
.hp-greenfee-card__premium-hint {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: var(--gp-gold, #C5A55A);
    margin-top: 4px;
}
.hp-greenfee-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.hp-greenfee-overlay__lock {
    background: #04AD79;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ---- STORIES (reuse from homepage) ---- */
.stories { position: relative; }
.stories__arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
    color: #333;
    align-items: center;
    justify-content: center;
}
.stories__arrow:hover { background: #f5f5f5; }
.stories__arrow--left { left: 8px; }
.stories__arrow--right { right: 8px; }
@media (min-width: 768px) { .stories__arrow { display: flex; } }
.stories-hint {
    display: none;
    text-align: center;
    font-size: 10px;
    color: #94a3b8;
    padding: 4px 0 0;
}
@media (max-width: 767px) { .stories-hint { display: block; } }

/* ---- NATIVE ADS — Desktop landscape layout (50/50 image/text) ---- */
.gp-native-ads--desktop {
    max-width: 1200px;
    margin: 0 auto;
}
.gp-native-ads--desktop .gp-card--sponsored {
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
}
.gp-native-ads--desktop .gp-card--sponsored .gp-card__link {
    display: flex !important;
    flex-direction: row !important;
}
.gp-native-ads--desktop .gp-card--sponsored .gp-card__link > div:first-child {
    width: 50% !important;
    min-height: 180px;
    flex-shrink: 0;
}
.gp-native-ads--desktop .gp-card--sponsored .gp-card__link > div:last-child {
    width: 50%;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Override global hover underline for homepage */
.hp-feed-main a:hover, .hp-sidebar a:hover, .hp-section a:hover,
.hp-hero a:hover, .hp-live a:hover, .hp-ranking-item:hover,
.gp-card:hover, .gp-card a:hover,
.cat-teaser__item:hover, .widget-hero-card:hover,
.hp-comm-item:hover { text-decoration: none !important; }

/* ============================================================
   DESKTOP: Compact news cards — landscape 1/3 image + 2/3 text
   Override bundle defaults for proper 16:9 ratio
   ============================================================ */
@media (min-width: 769px) {
  .gp-card.gp-card--compact { flex-direction: row !important; align-items: center !important; }
  .gp-card.gp-card--compact .gp-card__image-wrap {
    width: 33% !important; min-width: 160px; flex-shrink: 0;
    aspect-ratio: 16 / 9 !important; overflow: hidden; border-radius: 10px;
    align-self: auto !important; height: auto !important;
  }
  .gp-card.gp-card--compact .gp-card__image { width: 100%; height: 100%; object-fit: cover; }
  .gp-card.gp-card--compact .gp-card__body { flex: 1; }
  .gp-card.gp-card--compact .gp-card__title { font-size: 15px !important; -webkit-line-clamp: 3 !important; }
}

/* ============================================================
   MOBILE CARDS — Match Variante H Prototype
   Compact cards switch from row to column, bigger images, full titles
   ============================================================ */
@media (max-width: 768px) {
  /* Compact cards → vertical stack (higher specificity to override bundle) */
  .gp-card.gp-card--compact { flex-direction: column !important; }
  .gp-card.gp-card--compact .gp-card__image-wrap { width: 100% !important; height: 220px !important; aspect-ratio: auto !important; }
  .gp-card.gp-card--compact .gp-card__image { height: 220px !important; object-position: center top; }
  .gp-card.gp-card--compact .gp-card__body { padding: 12px 14px !important; }
  .gp-card.gp-card--compact .gp-card__title { font-size: 17px !important; -webkit-line-clamp: 3 !important; }
  .gp-card.gp-card--compact .gp-card__excerpt { display: -webkit-box !important; font-size: 14px; }
  /* News cards — bigger image + full title */
  .gp-card.gp-card--news .gp-card__image-wrap { min-height: 220px; }
  .gp-card.gp-card--news .gp-card__image { object-position: center top; }
  .gp-card.gp-card--news .gp-card__title { font-size: 18px !important; font-weight: 700; }
  /* Feed grid single column */
  .hp-feed-grid-2col { grid-template-columns: 1fr !important; }
  /* Hero card */
  .gp-card.gp-card--hero .gp-card__image-wrap { min-height: 280px; }
  .gp-card.gp-card--hero .gp-card__title { font-size: 22px !important; }
}

