/* ========================================
   Wine Ahoy Page Styles
   Tenerife Wine Experience
   ======================================== */

/* 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 - Wine Ahoy Page (Purple)
   ======================================== */
.cookie-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
