/* ─── El Brasilia · estilos corporativos ─────────────────────── */
:root {
    --bg: #faf7f2;
    --bg-alt: #14100c;
    --bg-alt-soft: #1d1812;
    --ink: #23201b;
    --ink-soft: #5c564d;
    --gold: #c9a227;
    --gold-soft: #e3c86a;
    --cream: #f5efe6;
    --serif: Georgia, "Times New Roman", serif;
    --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }

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

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.2; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); margin: 0.5rem 0 1rem; }
.kicker { color: var(--gold); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; font-weight: 600; }

.btn {
    display: inline-block; padding: 0.8rem 1.7rem; border-radius: 999px;
    background: var(--gold); color: var(--bg-alt); text-decoration: none;
    font-weight: 600; font-size: 0.95rem; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(201, 162, 39, 0.35); }
.btn-ghost { background: transparent; color: var(--cream); border: 1px solid rgba(245, 239, 230, 0.5); }
.btn-ghost:hover { box-shadow: none; background: rgba(245, 239, 230, 0.1); }
.btn-ghost.btn-dark { color: var(--ink); border-color: rgba(35, 32, 27, 0.35); }
.btn-ghost.btn-dark:hover { background: rgba(35, 32, 27, 0.06); }
.contact-actions { margin-top: 1.8rem; justify-content: flex-start; }
.btn-small { padding: 0.5rem 1.1rem; font-size: 0.85rem; }

/* ─── Navegación ─────────────────────────────────────────────── */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(20, 16, 12, 0.92); backdrop-filter: blur(8px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; }
.brand-mark {
    display: grid; place-items: center; width: 38px; height: 38px;
    border: 1px solid var(--gold); border-radius: 8px;
    font-family: var(--serif); font-size: 1.3rem; color: var(--gold);
}
.brand-name { color: var(--cream); font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0.04em; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; }
.nav-links a { color: rgba(245, 239, 230, 0.85); text-decoration: none; font-size: 0.92rem; }
.nav-links a:not(.btn):hover { color: var(--gold-soft); }

/* ─── Hero ───────────────────────────────────────────────────── */
.hero {
    position: relative; min-height: 92vh; display: grid; place-items: center;
    text-align: center; color: var(--cream);
    background:
        radial-gradient(ellipse at 50% 120%, rgba(201, 162, 39, 0.25), transparent 60%),
        linear-gradient(180deg, #241c12 0%, #14100c 100%);
}
.hero-overlay {
    position: absolute; inset: 0; opacity: 0.14;
    background-image: repeating-linear-gradient(45deg, transparent 0 22px, rgba(201,162,39,0.16) 22px 23px);
}
.hero-content { position: relative; padding: 7rem 1.5rem 5rem; }
.hero-kicker { color: var(--gold); letter-spacing: 0.3em; text-transform: uppercase; font-size: 0.8rem; }
.hero h1 { font-size: clamp(3rem, 9vw, 6rem); margin: 0.75rem 0; }
.hero-sub { max-width: 34rem; margin: 0 auto 2.2rem; color: rgba(245, 239, 230, 0.8); font-size: 1.08rem; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ─── Secciones ──────────────────────────────────────────────── */
.section { padding: 5.5rem 0; }
.section-alt { background: var(--bg-alt); color: var(--cream); }
.section-alt .section-sub { color: rgba(245, 239, 230, 0.75); }
.section-head { max-width: 40rem; margin: 0 auto 3rem; text-align: center; }
.section-sub { color: var(--ink-soft); margin-top: 0.4rem; }
.grid-2 { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.grid-2 p + p { margin-top: 1rem; color: var(--ink-soft); }

.features { list-style: none; margin-top: 1.5rem; }
.features li { padding: 0.55rem 0 0.55rem 1.7rem; position: relative; color: var(--ink-soft); }
.features li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: 0.7rem; top: 0.85rem; }

.about-cards { display: grid; gap: 1rem; }
.card {
    background: #fff; border: 1px solid #eadfc9; border-radius: 14px;
    padding: 1.4rem 1.6rem; display: flex; align-items: baseline; gap: 1rem;
    box-shadow: 0 10px 30px rgba(20, 16, 12, 0.06);
}
.card-num { font-family: var(--serif); font-size: 2rem; color: var(--gold); }
.card-label { color: var(--ink-soft); font-size: 0.95rem; }

/* ─── Carta ──────────────────────────────────────────────────── */
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.dish {
    background: var(--bg-alt-soft); border: 1px solid rgba(201, 162, 39, 0.25);
    border-radius: 14px; padding: 1.5rem;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.dish:hover { border-color: var(--gold); transform: translateY(-3px); }
.dish h3 { font-size: 1.2rem; color: var(--gold-soft); }
.dish p { color: rgba(245, 239, 230, 0.72); font-size: 0.92rem; margin: 0.5rem 0 0.9rem; }
.price { font-family: var(--serif); font-size: 1.15rem; color: var(--gold); }
.menu-note { margin-top: 2rem; text-align: center; color: rgba(245, 239, 230, 0.55); font-size: 0.85rem; }

/* ─── Destacado carta ────────────────────────────────────────── */
.menu-featured {
    display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center;
    gap: 0.4rem 1.4rem; text-align: center;
    background: linear-gradient(150deg, var(--gold), #8a6d1a);
    color: var(--bg-alt); border-radius: 14px; padding: 1.15rem 1.7rem; margin-bottom: 2.2rem;
}
.menu-featured .mf-t { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; }
.menu-featured .mf-d { font-size: 0.9rem; opacity: 0.85; }
.menu-featured .mf-p { font-family: var(--serif); font-size: 1.7rem; font-weight: 700; }

.dish-list { list-style: none; margin-top: 0.7rem; }
.dish-list li {
    display: flex; justify-content: space-between; align-items: baseline; gap: 0.9rem;
    padding: 0.5rem 0; border-bottom: 1px dotted rgba(245, 239, 230, 0.22); font-size: 0.95rem;
}
.dish-list li:last-child { border-bottom: none; }
.dish-list .dl-name { font-weight: 600; color: var(--cream); }
.dish-list .dl-note {
    display: block; font-weight: 400; font-style: italic;
    font-size: 0.78rem; color: rgba(245, 239, 230, 0.55);
}
.dish-list .dl-price { font-family: var(--serif); font-size: 1.02rem; color: var(--gold-soft); white-space: nowrap; }
.dish-foot {
    display: block; margin-top: 0.6rem; padding-top: 0.6rem;
    border-top: 1px solid rgba(201, 162, 39, 0.25);
    font-size: 0.8rem; color: var(--gold-soft);
}
.menu-cta { text-align: center; margin-top: 2.4rem; }

/* ─── Contacto ───────────────────────────────────────────────── */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.info { background: #fff; border: 1px solid #eadfc9; border-radius: 14px; padding: 1.3rem 1.4rem; }
.info h4 { color: var(--gold); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.75rem; font-family: var(--sans); font-weight: 700; margin-bottom: 0.5rem; }
.info p { color: var(--ink-soft); font-size: 0.95rem; }
.info a { text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--gold); }
.info a:hover { color: var(--gold); }

/* ─── Footer ─────────────────────────────────────────────────── */
.footer { background: var(--bg-alt); color: rgba(245, 239, 230, 0.6); padding: 1.8rem 0; font-size: 0.85rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.8rem; }
.footer a { color: var(--gold-soft); text-decoration: none; }
.footer a:hover { text-decoration: underline; }

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 860px) {
    .grid-2 { grid-template-columns: 1fr; gap: 2.5rem; }
    .menu-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .nav-links a:not(.btn) { display: none; }
    .menu-grid { grid-template-columns: 1fr; }
    .info-grid { grid-template-columns: 1fr; }
    .section { padding: 4rem 0; }
}
