@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('outfit-300-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('outfit-300-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('outfit-400-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('outfit-400-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('outfit-600-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('outfit-600-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('outfit-800-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('outfit-800-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --primary-color: #E63946;
    --primary-dark: #C1121F;
    --bg-color: #0f0f0f;
    --surface-color: #1a1a1a;
    --surface-hover: #262626;
    --text-main: #F1FAEE;
    --text-muted: #A8DADC;
    --border-color: #333;
    --font-main: 'Outfit', sans-serif;
    --transition: all 0.3s ease;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-main);
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}
ul {
    list-style: none;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.highlight {
    color: var(--primary-color);
}
.text-center {
    text-align: center;
}
.section-title {
    margin-bottom: 3rem;
}
.section-title h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.section-title p {
    color: var(--text-muted);
    font-size: 1.1rem;
}

.btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    text-align: center;
    font-family: var(--font-main);
    font-size: 1rem;
}
.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
}
.btn-primary:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.5);
}
.btn-whatsapp {
    background-color: #25D366;
    color: #fff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}
.btn-whatsapp:hover {
    background-color: #1ebe5c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(15, 15, 15, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1002;
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    height: 50px;
    width: auto;
    display: block;
}
.nav-links {
    display: flex;
    gap: 2rem;
}
.nav-links a {
    font-weight: 600;
    font-size: 1rem;
}
.nav-links a:hover {
    color: var(--primary-color);
}
.hamburger {
    display: none;
    cursor: pointer;
    z-index: 1003;
    position: relative;
    background: none;
    border: none;
    padding: 4px;
}
.hamburger .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: var(--transition);
    background-color: var(--text-main);
    border-radius: 2px;
}

.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.45)),
        url('hero-pizza.webp') center/cover no-repeat;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}
.hero h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: var(--text-muted);
}

.page-content {
    padding-top: 100px;
    padding-bottom: 60px;
}

.about {
    padding: 6rem 0;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.about-text p {
    margin-bottom: 1.5rem;
    color: var(--text-muted);
}
.about-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.about-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.vita-heading {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    font-size: 1.2rem;
}
.vita-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.vita-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: var(--text-muted);
    line-height: 1.5;
}
.vita-list strong {
    color: var(--text-main);
    min-width: 100px;
    flex-shrink: 0;
    font-weight: 600;
}

.yt-slider-container {
    margin-top: 5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.yt-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.yt-slide {
    display: none;
    width: 100%;
    height: 100%;
}
.yt-slide.active {
    display: block;
}
.yt-slide iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.yt-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
    border-radius: 5px;
    font-family: inherit;
}
.yt-btn:hover {
    background: var(--primary-color);
}
.yt-prev { left: 10px; }
.yt-next { right: 10px; }
.yt-dots {
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.dot {
    width: 12px;
    height: 12px;
    background-color: #555;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    padding: 0;
}
.dot.active,
.dot:hover {
    background-color: var(--primary-color);
}
.yt-loading {
    text-align: center;
    color: #888;
    padding: 2rem;
}

.menu {
    padding: 6rem 0;
    background-color: var(--surface-color);
}
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}
.menu-category {
    background: var(--bg-color);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}
.menu-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: var(--primary-color);
}
.menu-category-title {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 0.5rem;
}
.menu-item {
    margin-bottom: 1.5rem;
}
.menu-item:last-child {
    margin-bottom: 0;
}
.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.3rem;
}
.menu-item-name {
    font-weight: 600;
    font-size: 1.1rem;
}
.menu-item-price {
    font-weight: 800;
    color: var(--primary-color);
}
.menu-item-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
}
.loading {
    text-align: center;
    grid-column: 1 / -1;
    font-size: 1.2rem;
    color: var(--text-muted);
}

.gallery {
    padding: 6rem 0;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}
.gallery-item {
    height: 320px;
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--surface-color);
    cursor: pointer;
    position: relative;
    border: 1px solid var(--border-color);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
    display: block;
}
.gallery-item:hover img {
    transform: scale(1.06);
}

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.lightbox.active {
    display: flex;
}
.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    cursor: zoom-in;
}
.lightbox img.zoomed {
    cursor: zoom-out;
    max-width: 100vw;
    max-height: 100vh;
}
.lightbox-close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    font-family: inherit;
}
.lightbox-close:hover {
    background: var(--primary-color);
}

.reviews-section {
    padding: 6rem 0;
    background-color: var(--surface-color);
    overflow: hidden;
}
.reviews-grid {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.reviews-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    width: max-content;
    animation: scrollReviews 30s linear infinite;
}
.reviews-track:hover {
    animation-play-state: paused;
}
.reviews-track.reviews-static {
    animation: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.reviews-track.reviews-static .review-set {
    justify-content: center;
    flex-wrap: wrap;
}
.review-set {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
}
@keyframes scrollReviews {
    0% { transform: translateX(calc(-50% - 1rem)); }
    100% { transform: translateX(0); }
}
.review-card {
    background: var(--bg-color);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid var(--border-color);
    transition: var(--transition);
    width: 350px;
    flex-shrink: 0;
    white-space: normal;
}
.review-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary-color);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.review-stars {
    font-size: 1.5rem;
    color: #FFB800;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}
.review-text {
    font-size: 1rem;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.7;
}
.review-author {
    font-weight: 700;
    color: var(--primary-color);
}

.contact {
    padding: 6rem 0;
}
.contact-info {
    max-width: 600px;
    margin: 0 auto;
}
.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.contact-info > p {
    color: var(--text-muted);
    font-size: 1.05rem;
}
.contact-card {
    margin-top: 2rem;
    background: var(--surface-color);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    text-align: left;
    display: inline-block;
    min-width: 280px;
}
.contact-card-title {
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: var(--text-main);
}
.contact-card p {
    margin-bottom: 0.5rem;
    color: var(--text-muted);
}
.contact-card p:last-child {
    margin-bottom: 0;
}
.contact-buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

footer {
    background: #000;
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid var(--border-color);
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.footer-charity {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 0.5rem;
    opacity: 0.75;
    transition: var(--transition);
}
.footer-charity:hover {
    opacity: 1;
}
.footer-charity p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}
.footer-links {
    display: flex;
    gap: 1.5rem;
}
.footer-links a {
    color: var(--text-muted);
    font-size: 0.9rem;
}
.footer-links a:hover {
    color: var(--primary-color);
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-left.visible {
    opacity: 1;
    transform: translateX(0);
}
.reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-right.visible {
    opacity: 1;
    transform: translateX(0);
}
.reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal:nth-child(4) { transition-delay: 0.3s; }
.reveal:nth-child(5) { transition-delay: 0.4s; }
.reveal:nth-child(6) { transition-delay: 0.5s; }

.hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 900px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        max-width: 320px;
        height: 100vh;
        background: rgba(15, 15, 15, 0.99);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.5rem;
        padding: 2rem;
        transition: right 0.35s ease;
        border-left: 1px solid var(--border-color);
        z-index: 1001;
    }
    .nav-links.active {
        right: 0;
    }
    .nav-links li a {
        font-size: 1.3rem;
        color: var(--text-main) !important;
        font-weight: 700;
        display: block;
        padding: 0.5rem 1rem;
    }
    .nav-links li a:hover {
        color: var(--primary-color) !important;
    }
    body.menu-open::after {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1000;
    }
    .hero {
        text-align: center;
    }
    .hero h1 {
        font-size: 2.5rem;
    }
    .hero p {
        font-size: 1rem;
    }
    .section-title h2 {
        font-size: 1.8rem;
    }
    .contact-info h2 {
        font-size: 1.8rem;
    }
    .about-grid,
    .contact-container {
        grid-template-columns: 1fr;
    }
    .menu-grid {
        grid-template-columns: 1fr;
    }
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 0.8rem;
    }
    .gallery-item {
        height: 220px;
    }
    .review-card {
        width: 280px;
        padding: 1.5rem;
    }
    .footer-content {
        gap: 0.5rem;
        font-size: 0.85rem;
    }
    .footer-links {
        gap: 1rem;
    }
    .yt-btn {
        font-size: 1.4rem;
        padding: 8px 12px;
    }
}
@media (max-width: 480px) {
    .hero h1 {
        font-size: 2rem;
    }
    .container {
        width: 95%;
    }
    .btn {
        padding: 0.7rem 1.5rem;
        font-size: 0.95rem;
    }
    .menu-category {
        padding: 1.5rem;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .gallery-item {
        height: 160px;
    }
    .contact-buttons {
        flex-direction: column;
        align-items: center;
    }
    .vita-list strong {
        min-width: 80px;
    }
}
