:root {
    --gc-forest: #2e6a49;
    --gc-forest-deep: #1a3d2b;
    --gc-nav: #2e6a49;
    --gc-mint: #4caf79;
    --gc-mint-dark: #3d9b68;
    --gc-ink: #1a1a1a;
    --gc-paper: #f4f4f4;
    --gc-line: #e6ebe8;
}
html { overflow-x: hidden; }
body.gc-store {
    background: var(--gc-paper);
    color: var(--gc-ink);
    font-family: Poppins, system-ui, sans-serif;
}
.gc-serif { font-family: Cinzel, Georgia, serif; }
.gc-ann { background: var(--gc-nav); color: #fff; }
.gc-util { background: var(--gc-forest-deep); color: rgba(255,255,255,.9); font-size: 12px; }
.gc-nav { background: var(--gc-nav); overflow: visible; }
.gc-age {
    position: fixed; inset: 0; z-index: 200;
    background: rgba(26,61,43,.88);
    display: none; align-items: center; justify-content: center; padding: 24px;
}
.gc-age.is-open { display: flex; }
.gc-age__card {
    max-width: 440px; width: 100%; background: #123528; color: #fff;
    border-radius: 16px; padding: 32px 28px; text-align: center;
    box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.gc-hero { position: relative; height: 560px; overflow: hidden; background: #1a3d2b; }
.gc-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gc-hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(26,61,43,.78) 0%, rgba(46,106,73,.45) 55%, rgba(26,61,43,.25) 100%);
    pointer-events: none;
}
.gc-hero__inner { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 88px 40px 80px; color: #fff; }
.gc-badge {
    display: inline-flex; background: var(--gc-mint); color: #fff;
    font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
    border-radius: 999px; padding: 6px 14px;
}
.gc-section-title { font-family: Cinzel, Georgia, serif; font-size: 28px; letter-spacing: .04em; color: #1a1a1a; }
.gc-underline { width: 48px; height: 3px; background: var(--gc-mint); margin-top: 8px; }
.gc-promo-card { position: relative; border-radius: 10px; overflow: hidden; min-height: 200px; display: block; color: #fff; }
.gc-promo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gc-brand-tile, .gc-cat-tile {
    flex: 0 0 160px; width: 160px; border: 1px solid var(--gc-line); background: #fff; border-radius: 12px;
    overflow: hidden; text-decoration: none; color: inherit; text-align: center;
}
.gc-brand-tile img, .gc-cat-tile img { width: 100%; height: 110px; object-fit: cover; display: block; }
.gc-cta-band { background: linear-gradient(90deg, #1a3d2b, #2e6a49); color: #fff; }
.gc-why { background: #fff; border-top: 1px solid var(--gc-line); border-bottom: 1px solid var(--gc-line); }
.gc-card { background: #fff; border: 1px solid var(--gc-line); border-radius: 12px; overflow: hidden; }
.gc-price-box { background: #edf7f1; border-radius: 12px; padding: 16px 18px; }
.desktop-footer { overflow-x: hidden; }
.desktop-footer .gc-footer-grid > * { min-width: 0; }
.desktop-footer a, .desktop-footer p { overflow-wrap: anywhere; word-break: break-word; }
.cat-nav-wrap { overflow: visible; }
body.gc-store .ecom-pwa-install-bar { display: none !important; }
@media (max-width: 900px) {
    .gc-hero { height: 420px; }
    .gc-hero__inner { padding: 48px 20px 56px; }
}
