:root {
    --wings-teal: #008b9b;
    --wings-dark: #1a1a1a;
    --wings-gold: #ffc107;
}

body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }

.hero-section {
    min-height: 90vh;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/bg-hero.jpg');
    background-size: cover;
    background-position: center;
}

.mascot-img {
    max-height: 500px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

.btn-warning {
    font-weight: bold;
    text-transform: uppercase;
}

.nav-link:hover { color: var(--wings-gold) !important; }
