/* ===== Fumaça Lanches — Tema Escuro/Dourado ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg: #0e0b09;
    --bg-panel: #17130f;
    --bg-panel-2: #1e1811;
    --gold: #d9a24b;
    --gold-light: #f0c778;
    --orange: #ff6b35;
    --cream: #f3ead9;
    --muted: #a4988a;
    --line: rgba(217,162,75,0.18);
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--bg);
    color: var(--cream);
    line-height: 1.6;
}

h1, h2, h3, .nav-brand h1 {
    font-family: 'Playfair Display', Georgia, serif;
}

/* Navegação */
.navbar {
    background: rgba(14,11,9,0.92);
    backdrop-filter: blur(8px);
    padding: 1.1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--line);
}

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

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-brand img.logo {
    height: 92px;
    width: 92px;
    border-radius: 50%;
    object-fit: cover;
}

.nav-brand h1 {
    color: var(--gold-light);
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-menu a {
    color: var(--muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--gold-light);
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Hero Banner */
.hero {
    min-height: 640px;
    background:
        linear-gradient(120deg, rgba(14,11,9,0.96) 30%, rgba(14,11,9,0.55) 65%, rgba(14,11,9,0.85)),
        url('ChatGPT_Image_8_de_jun__de_2026__16_56_41.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: var(--cream);
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 2rem 2rem 2rem 4rem;
}

.hero-content .eyebrow {
    display: inline-block;
    color: var(--gold);
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    border: 1px solid var(--line);
    padding: 0.4rem 1rem;
    border-radius: 50px;
}

.hero h1 {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    line-height: 1.15;
    color: var(--cream);
}

.hero h1 em {
    font-style: italic;
    color: var(--gold-light);
}

.hero p {
    font-size: 1.1rem;
    margin-bottom: 2.2rem;
    color: var(--muted);
    max-width: 480px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    padding: 0.9rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid var(--orange);
    cursor: pointer;
    display: inline-block;
}

.btn-primary {
    background: var(--orange);
    color: #0e0b09;
}

.btn-primary:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: var(--cream);
    border-color: var(--line);
}

.btn-secondary:hover {
    background: rgba(217,162,75,0.08);
    border-color: var(--gold);
}

/* Menu Section */
.menu-section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: var(--cream);
}

.section-eyebrow {
    display: block;
    text-align: center;
    color: var(--gold);
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-sub {
    text-align: center;
    color: var(--muted);
    max-width: 560px;
    margin: 0 auto 3rem;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.menu-card {
    background: var(--bg-panel);
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
    text-align: center;
}

.menu-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
}

.menu-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.menu-card-content {
    padding: 1.5rem;
}

.menu-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: var(--cream);
}

.menu-card p {
    font-size: 0.85rem;
    color: var(--muted);
    margin-bottom: 1rem;
}

.menu-price {
    font-weight: 700;
    color: var(--gold-light);
    font-size: 1rem;
}

/* Seção com texto + imagem (prato circular = assinatura visual) */
.about-section {
    padding: 5rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h2 {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
    color: var(--cream);
}

.about-text p {
    font-size: 1.02rem;
    color: var(--muted);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.about-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 440px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid var(--bg-panel-2);
    box-shadow: 0 0 0 1px var(--line), 0 20px 60px rgba(0,0,0,0.6);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Services Icons */
.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0 0;
    text-align: center;
}

.service-icon {
    width: 72px;
    height: 72px;
    background: var(--bg-panel-2);
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.8rem;
}

.service-label {
    margin-top: 0.8rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--muted);
}

/* Galeria — pratos circulares */
.gallery-section {
    padding: 4rem 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
}

.polaroid {
    text-align: center;
}

.polaroid img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--bg-panel-2);
    box-shadow: 0 0 0 1px var(--line), 0 15px 40px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1rem;
}

.polaroid:hover img {
    transform: scale(1.06);
    box-shadow: 0 0 0 1px var(--gold), 0 20px 50px rgba(0,0,0,0.6);
}

.polaroid-label {
    font-size: 0.9rem;
    color: var(--muted);
}

/* CTA Section */
.cta-section {
    background: var(--bg-panel);
    border: 1px solid var(--line);
    color: var(--cream);
    padding: 4rem;
    border-radius: 16px;
    text-align: center;
    margin: 4rem 0;
}

.cta-section h2 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
    color: var(--gold-light);
}

.cta-section p {
    font-size: 1.05rem;
    margin-bottom: 2rem;
    color: var(--muted);
}

.badge {
    display: inline-block;
    color: var(--gold);
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border: 1px solid var(--line);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.btn-whatsapp {
    display: inline-block;
    background: var(--orange);
    color: #0e0b09;
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
}

/* Cardápio (imagens) */
.cardapio-container {
    padding: 3rem 2rem 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.cardapio-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.cardapio-image img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--line);
    box-shadow: 0 15px 45px rgba(0,0,0,0.5);
}

/* Sobre */
.sobre-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
}

.sobre-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--gold-light);
}

.sobre-content p {
    color: var(--muted);
    margin-bottom: 1.3rem;
    font-size: 1.05rem;
    line-height: 1.85;
}

/* Localização */
.localizacao-container {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 2rem;
    align-items: start;
    padding: 1rem 0 4rem;
}

.mapa-container {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 15px 45px rgba(0,0,0,0.5);
    filter: grayscale(0.3) invert(0.92) contrast(0.9);
}

.mapa-container iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

.localizacao-info {
    background: var(--bg-panel);
    border: 1px solid var(--line);
    padding: 2rem;
    border-radius: 12px;
}

.localizacao-info h3 {
    color: var(--gold-light);
    margin-bottom: 0.5rem;
}

.localizacao-info p {
    color: var(--muted);
}

/* Header genérico (páginas internas) */
header {
    text-align: center;
    padding: 4rem 2rem 2rem;
    background: radial-gradient(ellipse at top, rgba(217,162,75,0.08), transparent 60%);
}

header h1 {
    font-size: 2.6rem;
    color: var(--cream);
    margin-bottom: 0.6rem;
}

header .tagline {
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

/* Footer */
footer {
    background: var(--bg-panel);
    color: var(--cream);
    padding: 3rem 0 1rem;
    border-top: 1px solid var(--line);
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    margin-bottom: 1rem;
    color: var(--gold-light);
    font-family: 'Playfair Display', Georgia, serif;
}

.footer-section a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--gold-light);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
    font-size: 0.85rem;
    color: var(--muted);
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.1rem;
    }

    .hero-content {
        padding: 2rem;
    }

    .nav-menu {
        gap: 1rem;
        font-size: 0.8rem;
        flex-wrap: wrap;
    }

    .about-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

    .hero {
        min-height: 460px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .about-text h2 {
        font-size: 1.6rem;
    }

    .localizacao-container {
        grid-template-columns: 1fr;
    }

    .cta-section {
        padding: 2.5rem 1.5rem;
    }
}
