/* ========================================
   Index Page Specific Styles
   Tenerife Wine Experience - Homepage
   ======================================== */

/* Page-specific typography */
.intro { 
    margin: 0; 
    font-size: 80px; 
    line-height: 80px; 
}

@media only screen and (max-width: 767px) {
    .intro { 
        font-size: 35px; 
        line-height: 35px; 
    }
}

/* Top bar spacing (legacy, for compatibility) */
@media only screen and (min-width: 768px) {
    #Top_bar, #Top_bar.is-sticky { 
        padding-top: 10px; 
        padding-bottom: 10px; 
    }
}

/* ========================================
   Cookie Banner - Index Page (Orange)
   ======================================== */
.cookie-banner {
    background: #ff8c00;
    background: linear-gradient(135deg, #ff8c00 0%, #ff6b00 100%);
}
