/* Kilimanjaro Specific Theme */
:root {
    /* Overrides for Premium Theme */
    --color-primary: #4682B4;
    /* SteelBlue - Ice/Sky */
    --color-secondary: #B0C4DE;
    /* LightSteelBlue */
    --color-accent: #CD853F;
    /* Peru - Rock/Earth */
    --color-bg: #F8F8FF;
    /* GhostWhite - Snow/Mist */
}

/* Specific Hero Overlay for high altitude feel */
.premium-hero::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}