@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Italiana&family=Dancing+Script:wght@700&family=Montserrat:wght@300;400;600;700;900&display=swap');

:root {
    --etna-red: #B8860B;
    --lava-orange: #FFD700;
    --sicilian-gold: #FFD700;
    --mediterranean-blue: #DAA520;
    --mare-azzurro: #F4C430;
    --nero-etna: #1A1A1A;
    --bianco-sale: #FAFAFA;
    --gradient-etna: linear-gradient(135deg, #FFD700, #B8860B, #7A5C00);
    --gradient-mare: linear-gradient(135deg, #F4C430, #DAA520, #8B6914);
    --gradient-sole: linear-gradient(135deg, #FFD700, #FFA500, #FF8C00);
    --gradient-volcano: linear-gradient(135deg, #FFD700, #DAA520, #B8860B);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Montserrat', sans-serif;
    background: var(--nero-etna);
    color: var(--bianco-sale);
    overflow-x: hidden;
    min-height: 100vh;
}

/* Navbar */
.navbar {
    position: fixed; top: 0; width: 100%;
    background: rgba(26, 26, 26, 0.95); backdrop-filter: blur(20px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5); z-index: 1000;
    transition: all 0.3s; border-bottom: 3px solid var(--lava-orange);
}
.nav-container {
    max-width: 1400px; margin: 0 auto; padding: 1rem 2rem;
    display: flex; justify-content: space-between; align-items: center;
}
.nav-logo {
    display: flex; align-items: center; text-decoration: none;
}
.nav-logo-img {
    height: 45px; width: auto;
    object-fit: contain; flex-shrink: 0;
    filter: brightness(0) saturate(100%) invert(79%) sepia(68%) saturate(500%) hue-rotate(6deg) brightness(105%) contrast(104%) drop-shadow(0 0 8px rgba(255,215,0,0.6)) drop-shadow(0 4px 15px rgba(255,165,0,0.4)) drop-shadow(0 2px 4px rgba(0,0,0,0.8));
    transition: transform 0.3s;
}
.nav-logo:hover .nav-logo-img {
    transform: scale(1.1);
}
.nav-menu { display: flex; list-style: none; gap: 1.5rem; align-items: center; }
.nav-link {
    color: var(--bianco-sale); text-decoration: none; font-weight: 600;
    padding: 0.5rem 1rem; border-radius: 25px; transition: all 0.3s;
}
.nav-link:hover { background: var(--gradient-sole); color: var(--nero-etna); transform: translateY(-3px); }
.btn-nav {
    background: var(--gradient-etna); padding: 12px 25px; border-radius: 50px;
    color: white !important; box-shadow: 0 5px 25px rgba(184, 134, 11, 0.5);
}
.nav-toggle { display: none; flex-direction: column; cursor: pointer; padding: 10px; }
.nav-toggle span { width: 30px; height: 3px; background: var(--sicilian-gold); margin: 4px 0; border-radius: 3px; }

/* Page header */
.page-header {
    padding: 140px 20px 60px;
    background: var(--gradient-etna);
    text-align: center;
}
.page-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 8vw, 5rem);
    margin-bottom: 1rem;
}
.page-subtitle { font-size: 1.3rem; opacity: 0.9; }

/* Sections */
.section { padding: 60px 20px; }
.container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    text-align: center;
    margin-bottom: 3rem;
    background: var(--gradient-sole);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

/* Buttons */
.btn {
    padding: 18px 40px; border-radius: 50px; font-weight: 700; font-size: 1.1rem;
    text-decoration: none; transition: all 0.3s; border: none; cursor: pointer;
    display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-primary { background: var(--gradient-sole); color: var(--nero-etna); box-shadow: 0 10px 40px rgba(255,215,0,0.5); }
.btn-secondary { background: transparent; color: white; border: 3px solid white; }
.btn-whatsapp { background: #25D366; color: white; box-shadow: 0 10px 40px rgba(37,211,102,0.5); }
.btn-white { background: white; color: var(--etna-red); }
.btn:hover { transform: translateY(-5px) scale(1.05); }

/* CTA section */
.cta-section {
    background: var(--gradient-etna); padding: 60px 20px; text-align: center;
}
.cta-title {
    font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; margin-bottom: 1rem;
}
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }

/* Footer */
.footer {
    background: #0a0a0a; padding: 40px 20px; text-align: center;
    border-top: 3px solid var(--sicilian-gold);
}
.footer-logo-wrap {
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem;
}
.footer-logo-img {
    height: 70px; width: auto;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(79%) sepia(68%) saturate(500%) hue-rotate(6deg) brightness(105%) contrast(104%) drop-shadow(0 0 12px rgba(255,215,0,0.5)) drop-shadow(0 6px 20px rgba(255,165,0,0.35)) drop-shadow(0 2px 6px rgba(0,0,0,0.9));
}
.footer-links { margin: 1.5rem 0; display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.footer-links a { color: var(--bianco-sale); text-decoration: none; opacity: 0.8; transition: all 0.3s; }
.footer-links a:hover { color: var(--sicilian-gold); opacity: 1; }
.footer-copy { opacity: 0.5; margin-top: 1.5rem; font-size: 0.9rem; }

/* Orari grid (shared between index and contatti) */
.orari-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}
.orario-item {
    background: rgba(255,215,0,0.1); padding: 1.2rem; border-radius: 15px;
    text-align: center; border: 1px solid var(--sicilian-gold);
}
.orario-item.chiuso { background: rgba(30,64,175,0.2); border-color: var(--etna-red); }
.orario-giorno { font-weight: bold; color: var(--sicilian-gold); margin-bottom: 0.5rem; font-size: 1.1rem; }
.orario-ore { font-size: 0.95rem; line-height: 1.6; }

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .nav-logo-img { height: 32px; }
    .footer-logo-img { height: 60px; }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .nav-menu { display: none; }
    .nav-toggle { display: flex; }
    .nav-logo-img { height: 26px; }
    .footer-logo-img { height: 50px; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .btn { width: 100%; max-width: 300px; text-align: center; justify-content: center; }
}
