/* Homepage — shared sections (hero in home-hero-pro.css) */

.icg-home-page .mobile-shell {
    padding-bottom: 0;
    background: #fff;
}

.icg-home {
    overflow: hidden;
    background: #f6f5f2;
}

.icg-text-yellow {
    color: var(--icg-yellow);
}

.icg-text-black {
    color: var(--icg-black);
}

/* Buttons */
.icg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: pointer;
    font-family: inherit;
}

button.icg-btn {
    appearance: none;
    -webkit-appearance: none;
}

.icg-btn--yellow {
    background: var(--icg-yellow);
    color: var(--icg-black);
    border-color: var(--icg-yellow);
}

.icg-btn--yellow:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 197, 24, 0.45);
    color: var(--icg-black);
}

.icg-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.icg-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.icg-btn--lg {
    padding: 16px 28px;
    font-size: 15px;
}

.icg-btn--outline-dark {
    background: #fff;
    color: var(--icg-green-dark, #1e4d24);
    border: 1.5px solid var(--icg-green, #2d6a35);
}

.icg-btn--outline-dark:hover {
    background: var(--icg-green-soft, #eef8ee);
    color: var(--icg-green-dark, #1e4d24);
}

/* Category bar (static, no scroll) */
.icg-cats-bar {
    background: #fff;
    border-bottom: 1px solid var(--icg-border, #e8ebe8);
    padding: 16px 16px 18px;
}

.icg-cats-bar-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.icg-cats-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: var(--icg-green-dark, #1e4d24);
    background: var(--icg-green-soft, #eef8ee);
    border: 1px solid var(--icg-border, #e8ebe8);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.icg-cats-pill:hover {
    background: var(--icg-green, #2d6a35);
    color: #fff;
    border-color: var(--icg-green, #2d6a35);
}

@media (min-width: 768px) {
    .icg-cats-bar {
        padding: 18px 28px 20px;
    }

    .icg-cats-bar-inner {
        justify-content: flex-start;
        gap: 12px;
    }
}

/* Home product grid */
.icg-home-products {
    padding: 40px 16px 48px;
    background: #fff;
}

.icg-home-products-head {
    max-width: 1200px;
    margin: 0 auto 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.icg-home-products-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.icg-home-products-title {
    font-size: clamp(22px, 4vw, 28px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
    line-height: 1.2;
}

.icg-home-products-lead {
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    max-width: 480px;
    opacity: 0.85;
}

.icg-home-products-grid {
    max-width: 1280px;
    margin: 0 auto;
}

.mc-home-shop .mc-shop-grid {
    gap: 20px 16px;
}

/* Band */
.icg-band {
    padding: 48px 20px;
}

.icg-band--white {
    background: #fff;
}

.icg-band-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    animation: icgFadeUp 0.6s ease backwards;
}

.icg-band-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.icg-band-title {
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    line-height: 1.2;
}

.icg-band-text {
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    opacity: 0.85;
}

/* Perks */
.icg-perks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding: 40px 20px 48px;
    background: var(--icg-green-soft, #eef8ee);
    border-top: 1px solid var(--icg-border, #e8ebe8);
}

.icg-perk {
    text-align: center;
    padding: 20px 12px;
    animation: icgFadeUp 0.6s ease backwards;
}

.icg-perk i {
    display: block;
    font-size: 28px;
    color: var(--icg-green, #2d6a35);
    margin-bottom: 10px;
}

.icg-perk-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.icg-perk-desc {
    display: block;
    font-size: 12px;
    opacity: 0.8;
}

/* CTA band */
.icg-cta-band {
    background: var(--icg-green, #2d6a35);
    padding: 48px 20px;
    text-align: center;
}

.icg-cta-band-inner {
    max-width: 520px;
    margin: 0 auto;
    animation: icgFadeUp 0.6s ease backwards;
}

.icg-cta-title {
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}

.icg-cta-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 22px;
    line-height: 1.55;
}

@keyframes icgFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .icg-perks {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 56px 32px 64px;
    }

    .icg-home-products {
        padding: 48px 24px 56px;
    }
}

@media (min-width: 1024px) {
    .icg-home-products {
        padding: 56px 32px 64px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .icg-band-inner,
    .icg-perk,
    .icg-cta-band-inner {
        animation: none;
    }
}
