/* =========================================
   SAPORI DEL BRASILE – CSS Principal
   Design: Brasil + Italia, Moderno & Vibrante
   ========================================= */

/* ---- VARIABLES ---- */
:root {
    --green: #009C3B;
    --green-dark: #007A2E;
    --green-light: #00C44F;
    --yellow: #FFDF00;
    --yellow-dark: #E6C800;
    --blue: #002776;
    --blue-light: #0036A3;
    --dark: #0D0A07;
    --dark-2: #1a1208;
    --brown: #3D1C02;
    --cream: #FFF8F0;
    --cream-2: #FFF3E0;
    --white: #FFFFFF;
    --gray: #6B7280;
    --gray-light: #F3F4F6;
    --red-brasil: #C41E3A;

    --font-display: 'Playfair Display', Georgia, serif;
    --font-script: 'Dancing Script', cursive;
    --font-body: 'Inter', -apple-system, sans-serif;

    --shadow-sm: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08);
    --shadow: 0 4px 20px rgba(0,0,0,.15);
    --shadow-lg: 0 10px 40px rgba(0,0,0,.2);
    --shadow-xl: 0 20px 60px rgba(0,0,0,.3);

    --radius: 12px;
    --radius-lg: 20px;
    --radius-xl: 32px;

    --transition: all .3s cubic-bezier(.4,0,.2,1);
}

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    background-color: var(--white);
    color: var(--dark);
    line-height: 1.6;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ---- NAVBAR ---- */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: .75rem 0;
    transition: background .3s ease, padding .3s ease, box-shadow .3s ease;
    background: transparent;
}

.navbar.scrolled {
    background: rgba(13, 10, 7, 0.97);
    backdrop-filter: blur(12px);
    padding: .6rem 0;
    box-shadow: 0 2px 20px rgba(0,0,0,.4);
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
}

.brand-emoji { font-size: 2rem; line-height: 1; }

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1.1;
    letter-spacing: -.02em;
}

.brand-sub {
    font-size: .7rem;
    font-weight: 500;
    color: var(--yellow);
    letter-spacing: .15em;
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: .25rem;
    list-style: none;
}

.nav-link {
    color: rgba(255,255,255,.85);
    font-size: .88rem;
    font-weight: 500;
    padding: .4rem .75rem;
    border-radius: 8px;
    transition: var(--transition);
    white-space: nowrap;
}

.nav-link:hover {
    color: var(--yellow);
    background: rgba(255,255,255,.08);
}

.btn-reserva {
    background: var(--green);
    color: var(--white) !important;
    padding: .55rem 1.25rem;
    border-radius: 50px;
    font-size: .88rem;
    font-weight: 600;
    transition: var(--transition);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.btn-reserva:hover {
    background: var(--green-light);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,156,59,.4);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 4px;
}

.nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
    display: block;
}

/* ---- HERO ---- */
.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--dark-2);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(0,156,59,.25) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(255,223,0,.15) 0%, transparent 50%),
        radial-gradient(ellipse at 60% 80%, rgba(0,39,118,.2) 0%, transparent 50%),
        linear-gradient(135deg, rgba(13,10,7,.82) 0%, rgba(31,18,8,.75) 40%, rgba(13,26,13,.8) 100%),
        url('/images/hero-churrasco.jpg') center / cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 8rem 2rem 6rem;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255,223,0,.15);
    border: 1px solid rgba(255,223,0,.3);
    color: var(--yellow);
    padding: .4rem 1.2rem;
    border-radius: 50px;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 2rem;
    animation: fadeInDown .8s ease both;
}

.hero-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem;
    margin-bottom: 1.5rem;
    animation: fadeInUp .9s ease .1s both;
}

.hero-title-script {
    font-family: var(--font-script);
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: rgba(255,255,255,.7);
    font-weight: 600;
}

.hero-title-main {
    font-family: var(--font-display);
    font-size: clamp(4rem, 12vw, 9rem);
    font-weight: 900;
    line-height: .9;
    background: linear-gradient(135deg, var(--yellow) 0%, #FFF176 40%, var(--green-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -.04em;
}

.hero-title-sub {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 3vw, 2rem);
    color: rgba(255,255,255,.6);
    font-style: italic;
    font-weight: 400;
}

.hero-text {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: rgba(255,255,255,.7);
    max-width: 600px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
    animation: fadeInUp .9s ease .2s both;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    animation: fadeInUp .9s ease .3s both;
}

.btn-primary-hero {
    background: var(--green);
    color: var(--white);
    padding: .85rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(0,156,59,.4);
}

.btn-primary-hero:hover {
    background: var(--green-light);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,156,59,.5);
    color: var(--white);
}

.btn-secondary-hero {
    background: transparent;
    color: var(--white);
    padding: .85rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    border: 2px solid rgba(255,255,255,.3);
    transition: var(--transition);
}

.btn-secondary-hero:hover {
    border-color: var(--yellow);
    color: var(--yellow);
    transform: translateY(-3px);
}

.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    animation: fadeInUp .9s ease .4s both;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat strong {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--yellow);
    line-height: 1;
}

.stat span {
    font-size: .75rem;
    color: rgba(255,255,255,.5);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,.15);
}

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: bounce 2s infinite;
}

.hero-scroll a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
    color: rgba(255,255,255,.5);
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: var(--transition);
}

.hero-scroll a:hover { color: var(--yellow); }
.hero-scroll i { font-size: .9rem; }

/* ---- TRICOLOR BANNER ---- */
.tricolor-banner {
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    border-bottom: 4px solid var(--yellow);
}

.tricolor-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: var(--white);
    font-weight: 600;
    font-size: .9rem;
}

.tricolor-item i {
    color: var(--yellow);
    font-size: 1.1rem;
}

/* ---- SECTIONS COMMON ---- */
.section {
    padding: 6rem 0;
}

.section-label {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: .75rem;
}

.section-label.light { color: var(--yellow); }

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--dark);
    margin-bottom: 1rem;
}

.section-title.light { color: var(--white); }

.section-title em {
    font-style: italic;
    color: var(--green);
}

.section-desc {
    color: var(--gray);
    font-size: 1.05rem;
    max-width: 560px;
}

.section-header.centered {
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ---- SOBRE SECTION ---- */
.sobre-section { background: var(--white); }

.sobre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.sobre-visual { position: relative; }

.sobre-img-stack { position: relative; }

.sobre-img-main {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.img-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 3rem;
    border-radius: var(--radius-xl);
}

.img-churrasco {
    background: linear-gradient(135deg, #3D1C02, #7B3F00, #3D1C02);
    color: rgba(255,200,50,.8);
}

.img-salgados {
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    color: rgba(255,255,255,.9);
}

.img-placeholder span {
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sobre-img-float {
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    width: 45%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 4px solid var(--white);
}

.sobre-badge-float {
    position: absolute;
    top: -1rem;
    left: -1rem;
    background: var(--yellow);
    color: var(--dark);
    padding: 1rem;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
    min-width: 80px;
}

.badge-icon { font-size: 1.5rem; display: block; }
.badge-text { font-size: .65rem; font-weight: 700; line-height: 1.2; }

.sobre-lead {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 1rem;
    line-height: 1.7;
}

.sobre-values {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0 2rem;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.value-item i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0,156,59,.1);
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

.value-img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(0,156,59,.2);
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

.value-item strong {
    display: block;
    font-weight: 600;
    font-size: .9rem;
}

.value-item span {
    font-size: .82rem;
    color: var(--gray);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.75rem;
    border: 2px solid var(--green);
    border-radius: 50px;
    color: var(--green);
    font-weight: 600;
    font-size: .9rem;
    transition: var(--transition);
}

.btn-outline:hover {
    background: var(--green);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,156,59,.3);
}

/* ---- MENU PREVIEW ---- */
.menu-preview-section {
    background: linear-gradient(180deg, var(--cream) 0%, var(--white) 100%);
}

.menu-categories-tabs {
    display: flex;
    gap: .5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.tab-btn {
    padding: .6rem 1.25rem;
    border-radius: 50px;
    font-size: .88rem;
    font-weight: 600;
    color: var(--gray);
    background: var(--white);
    border: 2px solid var(--gray-light);
    transition: var(--transition);
    cursor: pointer;
}

.tab-btn.active,
.tab-btn:hover {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
    box-shadow: 0 4px 15px rgba(0,156,59,.3);
}

.menu-tab-content { display: none; }
.menu-tab-content.active { display: block; }

.menu-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.menu-cards-grid.three-cols {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.menu-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,.06);
    transition: var(--transition);
    position: relative;
}

.menu-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--green);
}

.menu-card.featured {
    border: 2px solid var(--green);
    box-shadow: 0 4px 20px rgba(0,156,59,.15);
}

.menu-card-emoji {
    font-size: 3rem;
    padding: 1.5rem;
    text-align: center;
    background: var(--cream);
    display: block;
}

.menu-card-photo {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.menu-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.menu-card:hover .menu-card-photo img {
    transform: scale(1.05);
}

.menu-card-body {
    padding: 1.25rem;
}

.menu-card-badge {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--green);
    display: block;
    margin-bottom: .4rem;
}

.menu-card-body h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: .4rem;
}

.menu-card-body p {
    font-size: .85rem;
    color: var(--gray);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.menu-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
}

.dolce-card .menu-card-body {
    text-align: center;
}

.price {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--green-dark);
}

.btn-sm {
    padding: .35rem .9rem;
    background: var(--green);
    color: var(--white);
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 600;
    transition: var(--transition);
}

.btn-sm:hover { background: var(--green-light); color: var(--white); }

.menu-list-simple {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,.06);
}

.menu-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--gray-light);
    font-size: .95rem;
    transition: var(--transition);
}

.menu-list-item:last-child { border-bottom: none; }
.menu-list-item:hover { background: var(--cream); }
.menu-list-item .price { font-size: 1rem; }

.tab-cta {
    text-align: center;
    margin-top: 2rem;
}

.menu-cta-wrap {
    text-align: center;
    margin-top: 3rem;
}

.btn-primary-lg {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--green);
    color: var(--white);
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(0,156,59,.3);
}

.btn-primary-lg:hover {
    background: var(--green-light);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,156,59,.4);
    color: var(--white);
}

/* ---- CHURRASCO FEATURE ---- */
.churrasco-feature {
    position: relative;
    padding: 7rem 0;
    background:
        linear-gradient(135deg, rgba(61,28,2,.8), rgba(123,63,0,.7), rgba(45,16,0,.85)),
        url('/images/churrasco-bg.jpg') center / cover no-repeat;
    overflow: hidden;
}

.churrasco-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ff8800' fill-opacity='0.05'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.churrasco-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.churrasco-text .section-title {
    color: var(--white);
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.churrasco-text .section-title em { color: var(--yellow); }

.churrasco-text p {
    color: rgba(255,255,255,.75);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 1.5rem 0 2rem;
}

.churrasco-numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.churrasco-num {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: var(--radius);
    padding: 1.5rem 1rem;
    text-align: center;
}

.churrasco-num strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--yellow);
    font-family: var(--font-display);
}

.churrasco-num span {
    font-size: .8rem;
    color: rgba(255,255,255,.6);
}

/* ---- LOCAIS ---- */
.locais-section { background: var(--white); }

.locais-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.local-card {
    background: var(--cream);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    border: 2px solid transparent;
    transition: var(--transition);
    position: relative;
}

.local-card:hover {
    border-color: var(--green);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.local-card.featured-local {
    background: linear-gradient(135deg, var(--dark-2), var(--brown));
    color: var(--white);
    border-color: var(--yellow);
}

.local-badge {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--yellow);
    color: var(--dark);
    padding: .3rem 1.2rem;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    white-space: nowrap;
}

.local-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(0,156,59,.12);
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
}

.featured-local .local-icon {
    background: rgba(255,223,0,.15);
    color: var(--yellow);
}

.local-card h3 {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.local-address, .local-phone {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .9rem;
    margin-bottom: .6rem;
    color: var(--gray);
}

.featured-local .local-address,
.featured-local .local-phone { color: rgba(255,255,255,.75); }

.local-address i, .local-phone i {
    color: var(--green);
    width: 16px;
}

.featured-local .local-address i,
.featured-local .local-phone i { color: var(--yellow); }

.local-phone a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.local-hours {
    margin: 1.5rem 0;
    background: rgba(0,0,0,.04);
    border-radius: var(--radius);
    padding: 1rem 1.25rem;
}

.featured-local .local-hours {
    background: rgba(255,255,255,.08);
}

.local-hours h4 {
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--green);
    margin-bottom: .75rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.featured-local .local-hours h4 { color: var(--yellow); }

.local-hours table { width: 100%; font-size: .85rem; border-collapse: collapse; }
.local-hours td { padding: .3rem 0; }
.local-hours td:first-child { color: var(--gray); padding-right: 1rem; }
.featured-local .local-hours td:first-child { color: rgba(255,255,255,.6); }
.local-hours td:last-child { font-weight: 600; }

.local-tags {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.tag {
    display: flex;
    align-items: center;
    gap: .4rem;
    background: rgba(0,156,59,.1);
    color: var(--green-dark);
    padding: .3rem .8rem;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 600;
}

.featured-local .tag {
    background: rgba(255,223,0,.15);
    color: var(--yellow);
}

.btn-map {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .7rem 1.5rem;
    border-radius: 50px;
    font-size: .88rem;
    font-weight: 600;
    border: 2px solid var(--green);
    color: var(--green);
    transition: var(--transition);
}

.btn-map:hover {
    background: var(--green);
    color: var(--white);
}

.featured-local .btn-map {
    border-color: var(--yellow);
    color: var(--yellow);
}

.featured-local .btn-map:hover {
    background: var(--yellow);
    color: var(--dark);
}

/* ---- DELIVERY ---- */
.delivery-section {
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 50%, var(--dark-2) 100%);
    padding: 5rem 0;
}

.delivery-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.delivery-text .section-title,
.delivery-text h2 {
    color: var(--white);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
}

.delivery-text .section-title em,
.delivery-text h2 em {
    color: var(--yellow);
    font-style: italic;
}

.delivery-text p {
    color: rgba(255,255,255,.75);
    margin: 1.25rem 0 2rem;
    line-height: 1.7;
}

.delivery-platforms {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.platform-btn {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: .7rem 1.25rem;
    border-radius: var(--radius);
    background: var(--white);
    border: none;
    transition: var(--transition);
    color: var(--dark);
}

.platform-btn:hover {
    background: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.25);
    color: var(--dark);
}

.platform-btn img {
    display: block;
    flex-shrink: 0;
}

.platform-btn span {
    font-size: .7rem;
    color: var(--gray);
    display: block;
    line-height: 1;
}

.platform-btn strong {
    font-size: .95rem;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    color: var(--dark);
}

.platform-btn span { font-size: .75rem; color: rgba(255,255,255,.6); }
.platform-btn strong { display: block; font-size: .95rem; }

.delivery-visual {
    display: flex;
    justify-content: center;
}

.delivery-icon-wrap {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(255,223,0,.5);
    box-shadow: 0 0 0 8px rgba(255,223,0,.1), 0 20px 50px rgba(0,0,0,.4);
}

.delivery-rider-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .4s ease;
}

.delivery-icon-wrap:hover .delivery-rider-photo {
    transform: scale(1.05);
}

.delivery-circle-wrap {
    position: relative;
    display: inline-block;
}

.delivery-time {
    position: absolute;
    bottom: -1.25rem;
    right: -1.75rem;
    z-index: 10;
    background: var(--green);
    color: var(--white);
    padding: .75rem 1rem;
    border-radius: var(--radius);
    text-align: center;
}

.delivery-time strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
}

.delivery-time span { font-size: .7rem; }

/* ---- GALLERY ---- */
.galeria-section { background: var(--cream); }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 1rem;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.gallery-item { overflow: hidden; border-radius: var(--radius); }
.gallery-item.g-large { grid-column: span 2; grid-row: span 2; }
.gallery-item.g-tall { grid-row: span 2; }

.gallery-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
}

.gp-1 { background: linear-gradient(135deg, #3D1C02, #7B3F00); color: rgba(255,180,30,.9); }
.gp-2 { background: linear-gradient(135deg, var(--green-dark), var(--green)); color: rgba(255,255,255,.9); }
.gp-3 { background: linear-gradient(135deg, #F59E0B, #D97706); color: rgba(255,255,255,.9); }
.gp-4 { background: linear-gradient(135deg, #1E3A5F, #2563EB); color: rgba(255,255,255,.9); }
.gp-5 { background: linear-gradient(135deg, #7C3AED, #A855F7); color: rgba(255,255,255,.9); }
.gp-6 { background: linear-gradient(135deg, var(--dark-2), var(--brown)); color: rgba(255,223,0,.9); }

.gallery-placeholder i { font-size: 2.5rem; }
.gallery-placeholder span { font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.gallery-placeholder:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 2rem; color: var(--white); }

.gallery-real-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.gallery-placeholder:hover .gallery-real-img { transform: scale(1.06); }

.galeria-real-img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.galeria-item:hover .galeria-real-img { transform: scale(1.06); }

.sobre-real-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4/3;
}

.nav-logo-img {
    height: 120px;
    width: auto;
    max-width: none;
    display: block;
    transition: height .3s ease;
}

.navbar.scrolled .nav-logo-img {
    height: 40px;
}

.gallery-cta { text-align: center; margin-top: 2rem; }

/* ---- EVENTI ---- */
.eventi-section {
    background: linear-gradient(135deg, var(--dark-2), #1a0a00, var(--dark));
    padding: 6rem 0;
}

.eventi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.eventi-content .section-title,
.eventi-content h2 {
    color: var(--white);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.2;
}

.eventi-content .section-title em,
.eventi-content h2 em {
    color: var(--yellow);
    font-style: italic;
}

.eventi-content p, 
.eventi-content ul li { 
    color: var(--white) !important; 
}
.page-hero-content p {
    color: var(--white) !important;
    opacity: 0.9;
}

.eventi-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 2rem;
}

.eventi-list li {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: rgba(255,255,255,.95);
    font-size: .95rem;
}

.eventi-list li i {
    color: var(--green);
    font-size: .9rem;
}

.eventi-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.evento-card-float {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius-lg);
    overflow: hidden;
    text-align: center;
    transition: var(--transition);
    cursor: default;
    background: rgba(255,255,255,.05);
}

.evento-card-float:hover {
    border-color: var(--yellow);
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0,0,0,.4);
}

.evento-card-img {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.evento-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.evento-card-float:hover .evento-card-img img {
    transform: scale(1.07);
}

.evento-card-float span {
    display: block;
    padding: .7rem 1rem;
    color: rgba(255,255,255,.95);
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.evento-card-float span i {
    color: var(--yellow);
    margin-right: .35rem;
    font-size: .85rem;
}

/* ---- CTA RESERVA ---- */
.cta-reserva-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--green-dark), var(--green));
    text-align: center;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/svg%3E");
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--white);
    margin-bottom: 1rem;
}

.cta-content p {
    color: rgba(255,255,255,.8);
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btns .btn-primary-hero {
    background: var(--yellow);
    color: var(--dark);
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}

.cta-btns .btn-primary-hero:hover {
    background: var(--yellow-dark);
    color: var(--dark);
}

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
    min-height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5rem;
    overflow: hidden;
}

.menu-hero { background: linear-gradient(135deg, #0D0A07, #3D1C02, #7B3F00); }
.reserva-hero { background: linear-gradient(135deg, var(--dark-2), var(--green-dark)); }
.contato-hero { background: linear-gradient(135deg, var(--blue), var(--dark-2)); }
.galeria-hero { background: linear-gradient(135deg, rgba(13,10,7,.75), rgba(75,0,130,.6), rgba(13,10,7,.75)), url('/images/gallery-2.jpg') center / cover no-repeat; }
.eventi-hero { background: linear-gradient(135deg, #0D0A07, var(--brown), #0D0A07); }

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
    backdrop-filter: blur(1px);
}

.page-hero-content {
    position: relative;
    z-index: 1;
    padding: 2rem;
}

.page-hero-content h1 {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 5rem);
    color: var(--white);
    font-weight: 800;
    margin: .75rem 0;
    line-height: 1.1;
}

.page-hero-content p {
    color: rgba(255,255,255,.75);
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto;
}

.menu-hero-flags { font-size: 2rem; margin-top: 1rem; }

/* ---- MENU FULL PAGE ---- */
.menu-sticky-nav {
    position: sticky;
    top: 70px;
    z-index: 100;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    border-bottom: 2px solid var(--green);
}

.menu-nav-links {
    display: flex;
    gap: .25rem;
    overflow-x: auto;
    padding: .75rem 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.menu-nav-links::-webkit-scrollbar { display: none; }

.menu-nav-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem 1rem;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--gray);
    white-space: nowrap;
    transition: var(--transition);
}

.menu-nav-link:hover,
.menu-nav-link.active {
    background: var(--green);
    color: var(--white);
}

.menu-full-section { padding: 3rem 0 5rem; }

.menu-section {
    margin-bottom: 4rem;
    padding-top: 1rem;
}

.menu-section-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--gray-light);
}

.menu-section-icon {
    font-size: 2.5rem;
    line-height: 1;
}

.menu-section-header h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark);
}

.menu-section-sub {
    font-size: .9rem;
    color: var(--gray);
    font-style: italic;
}

.menu-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
}

.menu-item-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--gray-light);
    transition: var(--transition);
    position: relative;
}

.menu-item-card:hover {
    border-color: var(--green);
    box-shadow: var(--shadow);
    transform: translateX(4px);
}

.menu-item-card.popular {
    border-left: 4px solid var(--green);
}

.menu-item-photo {
    flex-shrink: 0;
}

.menu-item-photo img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

@media (max-width: 480px) {
    .menu-item-photo img {
        width: 56px;
        height: 56px;
    }
}

.popular-badge {
    position: absolute;
    top: -.6rem;
    right: 1rem;
    background: var(--green);
    color: var(--white);
    font-size: .65rem;
    font-weight: 700;
    padding: .15rem .6rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.menu-item-info { flex: 1; }

.menu-item-info h3 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .25rem;
}

.menu-item-info p {
    font-size: .82rem;
    color: var(--gray);
    line-height: 1.4;
}

.menu-item-price {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--green-dark);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.menu-detail-hint {
    font-size: .75rem;
    color: var(--gray);
    opacity: 0;
    transition: opacity .2s, transform .2s;
    transform: translateX(-4px);
}
a.menu-item-card:hover .menu-detail-hint {
    opacity: 1;
    transform: translateX(0);
}
a.menu-item-card {
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
}
a.menu-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,.13);
}

.menu-bottom-cta {
    background: var(--cream);
    padding: 4rem 0;
}

.menu-bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.menu-cta-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,.06);
    transition: var(--transition);
}

.menu-cta-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: var(--green);
}

.menu-cta-card i {
    font-size: 2.5rem;
    color: var(--green);
    margin-bottom: 1rem;
    display: block;
}

.menu-cta-card h3 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

.menu-cta-card p {
    color: var(--gray);
    font-size: .9rem;
    margin-bottom: 1.5rem;
}

/* ---- FORM SECTION ---- */
.form-section { background: var(--cream); }

.form-container { max-width: 700px; }

.contato-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: start;
}

.form-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: var(--shadow-lg);
}

.form-header { margin-bottom: 2rem; }

.form-header h2 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: .4rem;
}

.form-header p { color: var(--gray); font-size: .9rem; }

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.form-group { margin-bottom: 1.25rem; }

.form-group label {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .85rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: .4rem;
}

.form-group label i { color: var(--green); width: 14px; }

.form-input {
    width: 100%;
    padding: .75rem 1rem;
    border: 2px solid var(--gray-light);
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: .95rem;
    color: var(--dark);
    background: var(--white);
    transition: var(--transition);
    outline: none;
}

.form-input:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(0,156,59,.1);
}

.form-textarea { resize: vertical; min-height: 120px; }

.form-select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.form-error { color: var(--red-brasil); font-size: .8rem; display: block; margin-top: .25rem; }

.btn-submit {
    width: 100%;
    padding: 1rem;
    background: var(--green);
    color: var(--white);
    border-radius: var(--radius);
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    transition: var(--transition);
    cursor: pointer;
    border: none;
    font-family: var(--font-body);
    margin-top: .5rem;
}

.btn-submit:hover {
    background: var(--green-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,156,59,.4);
}

.success-message {
    text-align: center;
    padding: 3rem 2rem;
}

.success-icon { font-size: 4rem; margin-bottom: 1rem; }

.success-message h2 {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--green-dark);
    margin-bottom: 1rem;
}

.success-message p { color: var(--gray); line-height: 1.7; margin-bottom: .75rem; }

/* ---- CONTATO INFO ---- */
.contato-info h2 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.info-card {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--gray-light);
    transition: var(--transition);
}

.info-card:hover { border-color: var(--green); box-shadow: var(--shadow); }

.info-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(0,156,59,.1);
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

.info-card h4 { font-weight: 700; font-size: .9rem; margin-bottom: .3rem; }
.info-card p { font-size: .85rem; color: var(--gray); line-height: 1.6; }
.info-link { font-size: .8rem; color: var(--green); font-weight: 600; }

.social-contact { margin-top: 1.5rem; }
.social-contact h4 { font-weight: 700; margin-bottom: 1rem; }

.social-links {
    display: flex;
    gap: .75rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    font-size: .9rem;
    transition: var(--transition);
}

.social-links a:hover { background: var(--green); color: var(--white); transform: translateY(-3px); }
.social-links.big a { width: 48px; height: 48px; font-size: 1rem; }

.footer .social-links a { background: rgba(255,255,255,.1); color: var(--white); }
.footer .social-links a:hover { background: var(--green); color: var(--white); }

/* ---- GALERIA FULL ---- */
.galeria-full { background: var(--white); }

.galeria-filters {
    display: flex;
    gap: .5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.filter-btn {
    padding: .55rem 1.2rem;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--gray);
    background: var(--gray-light);
    transition: var(--transition);
}

.filter-btn.active,
.filter-btn:hover { background: var(--green); color: var(--white); }

.galeria-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.galeria-item {
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
}

.galeria-placeholder {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}

.galeria-placeholder:hover { transform: scale(1.02); }

.galeria-emoji { font-size: 3rem; }

.galeria-label {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.galeria-item:nth-child(1) .galeria-placeholder { background: linear-gradient(135deg, #3D1C02, #7B3F00); color: rgba(255,180,30,.9); }
.galeria-item:nth-child(2) .galeria-placeholder { background: linear-gradient(135deg, var(--green-dark), var(--green)); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(3) .galeria-placeholder { background: linear-gradient(135deg, #F59E0B, #D97706); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(4) .galeria-placeholder { background: linear-gradient(135deg, #1E3A5F, #2563EB); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(5) .galeria-placeholder { background: linear-gradient(135deg, #7C3AED, #A855F7); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(6) .galeria-placeholder { background: linear-gradient(135deg, var(--dark-2), var(--brown)); color: rgba(255,223,0,.9); }
.galeria-item:nth-child(7) .galeria-placeholder { background: linear-gradient(135deg, #BE123C, #E11D48); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(8) .galeria-placeholder { background: linear-gradient(135deg, #065F46, #059669); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(9) .galeria-placeholder { background: linear-gradient(135deg, #92400E, #D97706); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(10) .galeria-placeholder { background: linear-gradient(135deg, #1E3A5F, #6D28D9); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(11) .galeria-placeholder { background: linear-gradient(135deg, #14532D, #16A34A); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(12) .galeria-placeholder { background: linear-gradient(135deg, #4C1D95, #7C3AED); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(13) .galeria-placeholder { background: linear-gradient(135deg, #9D174D, #DB2777); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(14) .galeria-placeholder { background: linear-gradient(135deg, #7B3F00, #3D1C02); color: rgba(255,180,30,.9); }
.galeria-item:nth-child(15) .galeria-placeholder { background: linear-gradient(135deg, #0C4A6E, #0369A1); color: rgba(255,255,255,.9); }
.galeria-item:nth-child(16) .galeria-placeholder { background: linear-gradient(135deg, #0D0A07, #1a1208); color: rgba(255,223,0,.9); }

.galeria-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.galeria-placeholder:hover .galeria-overlay { opacity: 1; }
.galeria-overlay i { font-size: 2rem; color: var(--white); }

/* ---- EVENTI TYPES ---- */
.eventi-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.evento-type-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 2px solid var(--gray-light);
    transition: var(--transition);
}

.evento-type-card:hover {
    border-color: var(--green);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.evento-type-icon { font-size: 2.5rem; margin-bottom: 1rem; }

.evento-type-card h3 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.evento-type-card p { color: var(--gray); font-size: .88rem; line-height: 1.6; }

.eventi-features-section {
    background: var(--cream);
    padding: 6rem 0;
}

.eventi-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.eventi-features-grid .eventi-list li i { color: var(--green); }

.eventi-quote {
    background: linear-gradient(135deg, var(--dark-2), var(--brown));
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.quote-mark {
    font-family: var(--font-display);
    font-size: 6rem;
    color: var(--yellow);
    line-height: .5;
    display: block;
    margin-bottom: 1rem;
}

.eventi-quote p {
    color: var(--white);
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: .75rem;
}

.eventi-quote em {
    color: rgba(255,255,255,.55);
    font-size: .88rem;
}

.eventi-capacity {
    background: var(--green);
    border-radius: var(--radius-lg);
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.capacity-num {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 900;
    color: var(--yellow);
    line-height: 1;
}

.capacity-label {
    color: rgba(255,255,255,.85);
    font-size: .9rem;
    line-height: 1.4;
}

/* ---- FOOTER ---- */
.footer {
    background: var(--dark-2);
    color: var(--white);
    padding: 5rem 0 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 1fr;
    gap: 3rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.25rem;
}

.footer-flag { font-size: 2rem; }

.footer-logo h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
}

.footer-logo p {
    font-size: .75rem;
    color: rgba(255,255,255,.45);
    text-transform: uppercase;
    letter-spacing: .1em;
}

.footer-desc {
    color: rgba(255,255,255,.55);
    font-size: .88rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-col h4 {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--yellow);
    margin-bottom: 1.25rem;
}

.footer-col ul { display: flex; flex-direction: column; gap: .6rem; }

.footer-col ul li {
    font-size: .85rem;
    color: rgba(255,255,255,.55);
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    line-height: 1.4;
}

.footer-col ul li i {
    color: var(--green);
    margin-top: .1rem;
    flex-shrink: 0;
    width: 14px;
}

.footer-col ul li a {
    color: rgba(255,255,255,.55);
    transition: var(--transition);
}

.footer-col ul li a:hover { color: var(--yellow); }

.hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.hours-list li span:first-child { color: rgba(255,255,255,.4); }
.hours-list li span:last-child { color: rgba(255,255,255,.75); font-weight: 500; }

.delivery-note {
    color: var(--green-light) !important;
    font-size: .82rem !important;
    display: flex !important;
    align-items: center;
    gap: .5rem;
    margin-top: .5rem;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.75rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    font-size: .8rem;
    color: rgba(255,255,255,.35);
}

.footer-heart { display: flex; align-items: center; gap: .3rem; }
.footer-heart span { font-size: 1rem; }
.footer-admin-link { margin-top: .25rem; }
.footer-admin-link a {
    color: rgba(255,255,255,.2);
    font-size: .72rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    transition: color .2s;
}
.footer-admin-link a:hover { color: rgba(255,255,255,.55); }

/* ---- ANIMATIONS ---- */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: none;
}

/* ---- UPCOMING EVENTS ---- */
.upcoming-events-section {
    background-color: var(--cream);
}

.events-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.event-list-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.event-list-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.event-list-img {
    height: 220px;
}

.event-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-list-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.event-list-date {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--green);
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .75rem;
}

.event-list-body h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--dark);
    margin-bottom: .75rem;
    line-height: 1.2;
}

.event-list-body p {
    font-size: .95rem;
    color: var(--gray);
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-list-meta {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--gray-light);
    display: flex;
    justify-content: space-between;
    font-size: .85rem;
    color: var(--dark);
    font-weight: 500;
}

.event-list-meta i {
    color: var(--green);
    margin-right: .3rem;
}

/* ---- EVENT DETAILS ---- */
.event-details-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 3rem;
    align-items: start;
}

@media (max-width: 992px) {
    .event-details-grid {
        grid-template-columns: 1fr !important;
    }
    .event-details-sidebar {
        order: -1;
    }
}

/* ---- USER DROPDOWN ---- */
.nav-user-dropdown { position: relative; }
.user-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: var(--white);
    min-width: 200px;
    box-shadow: var(--shadow-lg);
    border-radius: 8px;
    padding: .5rem 0;
    z-index: 1001;
    overflow: hidden;
}
.nav-user-dropdown:hover .user-dropdown-content { display: block; }
.user-dropdown-content a, .dropdown-btn {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 1.25rem;
    color: var(--dark) !important;
    font-size: .88rem;
    transition: background .2s;
    width: 100%;
    text-align: left;
}
.user-dropdown-content a:hover, .dropdown-btn:hover { background: var(--gray-light); }
.dropdown-header {
    display: block;
    padding: .5rem 1.25rem;
    font-size: .75rem;
    font-weight: 700;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: .05em;
}
.user-dropdown-content hr { border: none; border-top: 1px solid var(--gray-light); margin: .5rem 0; }
.dropdown-btn { border: none; background: none; cursor: pointer; font-family: inherit; }

.btn-add-cart {
    background: var(--green);
    color: var(--white);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.btn-add-cart:hover { background: var(--green-light); transform: scale(1.1); }

.nav-text-mobile { display: none; margin-left: .4rem; }
@media (max-width: 1024px) {
    .nav-text-mobile { display: inline; }
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--yellow);
    color: var(--brown);
    font-size: .65rem;
    font-weight: 800;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--dark-2);
}

.nav-btn-highlight {
    background: var(--yellow);
    color: var(--brown) !important;
    padding: .5rem 1rem !important;
    border-radius: 50px;
    font-weight: 700;
    transition: var(--transition);
}
.nav-btn-highlight:hover {
    background: var(--white);
    color: var(--green) !important;
}

/* ---- AUTH PAGES ---- */
.auth-section {
    background: var(--cream-2);
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 100px 0 60px;
}

.auth-card {
    max-width: 500px;
    margin: 0 auto;
    background: var(--white);
    padding: 3rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.auth-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.auth-header h2 {
    font-family: var(--font-display);
    font-size: 2.2rem;
    color: var(--dark);
    margin-bottom: .5rem;
}

.auth-header p {
    color: var(--gray);
}

.auth-form-group {
    margin-bottom: 1.5rem;
}

.auth-form-group label {
    display: block;
    font-size: .88rem;
    font-weight: 600;
    margin-bottom: .5rem;
    color: var(--dark);
}

.auth-input {
    width: 100%;
    padding: .85rem 1rem;
    border: 1px solid #D1D5DB;
    border-radius: 10px;
    font-family: inherit;
    transition: var(--transition);
}

.auth-input:focus {
    outline: none;
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(0,156,59,.1);
}

.auth-footer {
    text-align: center;
    margin-top: 2rem;
    font-size: .95rem;
    color: var(--gray);
}

.auth-footer a {
    color: var(--green);
    font-weight: 700;
}

@media (max-width: 1024px) {
    .sobre-grid,
    .churrasco-content,
    .locais-grid,
    .delivery-content,
    .eventi-grid,
    .eventi-features-grid,
    .contato-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .gallery-item.g-large,
    .gallery-item.g-tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .sobre-img-float { display: none; }

    .menu-bottom-grid { grid-template-columns: 1fr; }
    .churrasco-numbers { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .section { padding: 4rem 0; }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--dark-2);
        flex-direction: column;
        align-items: flex-start;
        padding: 5rem 2rem 2rem;
        gap: .25rem;
        transition: right .3s ease;
        z-index: 999;
        box-shadow: -10px 0 30px rgba(0,0,0,.5);
    }

    .nav-links.open { right: 0; }
    .nav-link { padding: .75rem 1rem; font-size: 1rem; width: 100%; }
    .nav-text-mobile { display: inline; margin-left: .5rem; }
    .btn-reserva { margin-top: 1rem; }

    .nav-toggle { display: flex; z-index: 1001; }

    .hero-stats { gap: 1rem; }
    .stat strong { font-size: 1.4rem; }

    .tricolor-banner { gap: 1rem; padding: 1rem; }
    .tricolor-item { font-size: .8rem; }

    .menu-bottom-grid { grid-template-columns: 1fr; }

    .locais-grid { grid-template-columns: 1fr; }

    .footer-content { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }

    .form-row { grid-template-columns: 1fr; }
    .contato-grid { grid-template-columns: 1fr; }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .hero-ctas { flex-direction: column; align-items: center; }
    .cta-btns { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
    .hero-title-main { font-size: 4rem; }
    .brand-name { font-size: 1rem; }

    .menu-cards-grid { grid-template-columns: 1fr; }
    .events-types-grid { grid-template-columns: 1fr; }

    .gallery-grid { grid-template-columns: 1fr; }
    .galeria-masonry { grid-template-columns: repeat(2, 1fr); }
}
