/* ===========================================
   EXCALIBURGERS - Estilos Principales
   =========================================== */
:root {
    --gold: #d4a843;
    --gold-light: #f0d47a;
    --dark: #0a0a0a;
    --dark-2: #131313;
    --dark-3: #1a1a1a;
    --red: #8b1a1a;
    --red-2: #c0392b;
    --cream: #f5e6c8;
    --cream-2: #bfa97a;
    --text: #e8e0d0;
    --dim: #8a8070;
    --border: rgba(212, 168, 67, 0.15);
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Crimson Text', Georgia, serif;
    background: var(--dark);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    padding-bottom: 48px; /* espacio para barra fija */
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ---- NAVBAR ---- */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border);
    transition: background 0.3s;
}
.navbar.is-scrolled { background: rgba(10, 10, 10, 0.98); }
.navbar__inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.55rem 1.5rem;
}
.navbar__logo {
    display: flex; align-items: center; gap: 0.7rem;
    min-width: 0; /* evita overflow en flex */
}
.navbar__logo img {
    height: 44px; width: 44px; border-radius: 50%;
    border: 2px solid var(--gold); object-fit: cover;
    flex-shrink: 0;
}
.navbar__logo span {
    font-family: 'Cinzel', serif; font-weight: 700;
    font-size: 1.1rem; color: var(--gold); letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar__menu {
    display: flex; gap: 0; list-style: none;
}
.navbar__menu li a {
    display: block; padding: 0.5rem 1rem;
    color: var(--cream-2);
    font-family: 'Cinzel', serif; font-size: 0.78rem; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    transition: color 0.3s; position: relative;
}
.navbar__menu li a::after {
    content: ''; position: absolute;
    bottom: 0; left: 1rem; right: 1rem;
    height: 2px; background: var(--gold);
    transform: scaleX(0); transition: transform 0.3s;
}
.navbar__menu li a:hover,
.navbar__menu li a.is-active { color: var(--gold); }
.navbar__menu li a:hover::after,
.navbar__menu li a.is-active::after { transform: scaleX(1); }

.navbar__cta {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    color: var(--cream); padding: 0.5rem 1.2rem; border-radius: 4px;
    font-family: 'Cinzel', serif; font-weight: 700;
    font-size: 0.75rem; letter-spacing: 1.5px; text-transform: uppercase;
    transition: 0.3s; border: 1px solid transparent;
    white-space: nowrap;
    flex-shrink: 0;
}
.navbar__cta:hover {
    background: transparent; border-color: var(--red-2); color: var(--red-2);
}
.navbar__toggle {
    display: none; flex-direction: column; gap: 5px;
    cursor: pointer; background: none; border: none; padding: 8px;
    margin-left: 0.5rem;
}
.navbar__toggle span {
    display: block; width: 24px; height: 2px;
    background: var(--gold); transition: 0.3s;
}

/* ---- BARRA FIJA INFERIOR ---- */
.sticky-bar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 998;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--border);
    padding: 0.6rem 1rem;
}
.sticky-bar__inner {
    max-width: 1200px; margin: 0 auto;
    display: flex; align-items: center; justify-content: center;
    gap: 0.6rem; flex-wrap: wrap;
    font-family: 'Cinzel', serif; font-size: 0.72rem; font-weight: 700;
    color: var(--cream-2); letter-spacing: 1px; text-transform: uppercase;
}
.sticky-bar__sep { color: var(--gold); opacity: 0.4; }

/* ---- HERO ---- */
.hero {
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    text-align: center; padding: 6rem 1.5rem 4rem;
    background: radial-gradient(ellipse at center bottom, rgba(139, 26, 26, 0.1) 0%, var(--dark) 70%);
    position: relative;
}
/* Si tiene imagen de fondo, la tratamos bien */
.hero[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10, 10, 10, 0.4); /* overlay para que el texto se lea */
    z-index: 0;
}
.hero > div {
    position: relative;
    z-index: 1;
}
.hero__logo {
    width: 170px; height: 170px; border-radius: 50%;
    border: 3px solid var(--gold); margin: 0 auto 2rem;
    object-fit: cover;
    box-shadow: 0 0 60px rgba(212, 168, 67, 0.2);
    animation: heroGlow 3s ease-in-out infinite;
}
@keyframes heroGlow {
    0%, 100% { box-shadow: 0 0 40px rgba(212, 168, 67, 0.15); }
    50% { box-shadow: 0 0 80px rgba(212, 168, 67, 0.3); }
}
.hero h1 {
    font-family: 'Cinzel', serif; font-weight: 900;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    color: var(--gold); letter-spacing: 4px; line-height: 1.1;
    margin-bottom: 0.8rem;
    text-shadow: 0 0 40px rgba(212, 168, 67, 0.25);
    word-break: break-word;
}
.hero__sub {
    font-size: 1.3rem; color: var(--cream-2);
    font-style: italic; margin-bottom: 2.5rem;
}
.hero__buttons {
    display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.hero__btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    color: var(--cream); padding: 1rem 2.5rem; border-radius: 4px;
    font-family: 'Cinzel', serif; font-weight: 700;
    font-size: 1rem; letter-spacing: 2px; text-transform: uppercase;
    transition: 0.4s; border: 1px solid transparent;
    text-align: center;
}
.hero__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(139, 26, 26, 0.4);
}
.hero__btn--outline {
    background: transparent;
    border: 2px solid var(--gold);
    color: var(--gold);
}
.hero__btn--outline:hover {
    background: var(--gold); color: var(--dark);
    box-shadow: 0 10px 30px rgba(212, 168, 67, 0.3);
}

/* Delivery buttons en hero */
.hero__buttons a img {
    width: 60px;
    height: auto;
    transition: transform 0.3s;
}
.hero__buttons a:hover img {
    transform: scale(1.1);
}

/* ---- SECTIONS ---- */
.section { padding: 5rem 1.5rem; }
.section--alt { background: var(--dark-3); }
.section__header { text-align: center; margin-bottom: 3rem; }
.section__title {
    font-family: 'Cinzel', serif; font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--gold); letter-spacing: 3px; margin-bottom: 0.5rem;
    word-break: break-word;
}
.section__sub {
    color: var(--dim); font-size: 1.05rem;
    font-style: italic; max-width: 550px; margin: 0 auto;
}
.section__line {
    width: 80px; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0.8rem auto 0;
}
.container { max-width: 1200px; margin: 0 auto; }

/* ---- PAGE HEADER ---- */
.page-header {
    padding: 7rem 1.5rem 2.5rem; text-align: center;
    background: radial-gradient(ellipse at center, rgba(139, 26, 26, 0.07) 0%, var(--dark) 70%);
}
.page-header h1 {
    font-family: 'Cinzel', serif; font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: var(--gold); letter-spacing: 4px; margin-bottom: 0.4rem;
    word-break: break-word;
}
.page-header p { color: var(--dim); font-size: 1.1rem; font-style: italic; }

/* ---- STEPS ---- */
.steps {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}
.step {
    text-align: center; padding: 2rem 1.5rem;
    background: var(--dark-2); border-radius: 8px;
    border: 1px solid var(--border); transition: 0.3s;
}
.step:hover { border-color: rgba(212, 168, 67, 0.3); transform: translateY(-4px); }
.step__num {
    font-family: 'Cinzel', serif; font-weight: 900;
    font-size: 2.5rem; color: var(--gold); opacity: 0.3; line-height: 1;
}
.step h3 {
    font-family: 'Cinzel', serif; font-weight: 700;
    font-size: 1.15rem; color: var(--cream);
    margin: 0.5rem 0 0.8rem; letter-spacing: 1px;
}
.step p { color: var(--dim); font-size: 1rem; line-height: 1.7; }

/* ---- CONOCENOS - TIPO FIVE GUYS ---- */
.conocenos-section { background: var(--dark); }

.story-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 0;
    min-height: 400px;
}
.story-block--reverse .story-block__text { order: 2; }
.story-block--reverse .story-block__img { order: 1; }

.story-block__text {
    display: flex; align-items: center;
    padding: 3rem 4rem;
    background: var(--dark-2);
}
.story-block__text p {
    color: var(--cream-2); font-size: 1.15rem;
    line-height: 1.9; max-width: 480px;
}
.story-block__img {
    overflow: hidden;
    min-height: 300px;
}
.story-block__img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}
.story-block:hover .story-block__img img {
    transform: scale(1.03);
}

.story-highlight {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--dark-3);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.story-highlight p {
    font-family: 'Cinzel', serif; font-weight: 700;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: var(--cream-2); letter-spacing: 2px;
    line-height: 1.6;
    word-break: break-word;
}
.story-highlight strong {
    color: var(--gold);
    font-size: 1.1em;
}

/* ---- CONOCENOS CARDS (para quienes-somos.php) ---- */
.conocenos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.conocenos__card {
    padding: 2rem; border-left: 3px solid var(--gold);
    background: linear-gradient(135deg, rgba(212, 168, 67, 0.03), transparent);
    border-radius: 0 8px 8px 0;
}
.conocenos__card h3 {
    font-family: 'Cinzel', serif; font-weight: 700;
    color: var(--cream); font-size: 1.1rem;
    margin-bottom: 0.8rem; letter-spacing: 1px;
}
.conocenos__card p { color: var(--dim); line-height: 1.8; font-size: 1rem; }

/* ===================================================
   MENÚ - GRILLA DE 3 COLUMNAS CON CARDS
   =================================================== */
.menu-toolbar {
    display: flex; flex-wrap: wrap; gap: 1rem;
    align-items: center; justify-content: space-between;
    margin-bottom: 2rem;
}
.menu-search { position: relative; flex: 1; max-width: 400px; }
.menu-search input {
    width: 100%; padding: 0.75rem 1rem 0.75rem 2.8rem;
    background: var(--dark-3); border: 1px solid var(--border);
    border-radius: 6px; color: var(--text);
    font-size: 0.95rem; font-family: 'Crimson Text', serif;
    outline: none; transition: 0.3s;
}
.menu-search input:focus { border-color: var(--gold); }
.menu-search input::placeholder { color: var(--dim); }
.menu-search svg {
    position: absolute; left: 0.9rem; top: 50%;
    transform: translateY(-50%); color: var(--gold); opacity: 0.6;
}
.menu-filters { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.menu-filters button {
    padding: 0.45rem 1rem; border-radius: 4px;
    background: transparent; border: 1px solid rgba(212, 168, 67, 0.25);
    color: var(--cream-2); font-family: 'Cinzel', serif;
    font-size: 0.72rem; font-weight: 700;
    letter-spacing: 1px; cursor: pointer;
    transition: 0.3s; text-transform: uppercase;
}
.menu-filters button:hover,
.menu-filters button.is-active {
    background: var(--gold); color: var(--dark); border-color: var(--gold);
}

.menu-cat-title {
    font-family: 'Cinzel', serif; font-weight: 700;
    font-size: 1.5rem; color: var(--gold); letter-spacing: 2px;
    padding: 1.5rem 0 1rem;
    border-bottom: 1px solid var(--border);
    margin-top: 1.5rem;
}
.menu-cat-section:first-child .menu-cat-title { margin-top: 0; }

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-top: 1.2rem;
}
.menu-card {
    background: var(--dark-2); border-radius: 10px;
    border: 1px solid var(--border);
    overflow: hidden; transition: 0.3s;
    display: flex; flex-direction: column;
}
.menu-card:hover {
    border-color: rgba(212, 168, 67, 0.25);
    transform: translateY(-3px);
}
.menu-card__img {
    width: 100%; aspect-ratio: 1 / 1;
    object-fit: cover; background: var(--dark-3);
}
.menu-card__placeholder {
    width: 100%; aspect-ratio: 4 / 3;
    background: var(--dark-3);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-size: 2.5rem; opacity: 0.15;
}
.menu-card__body {
    padding: 1rem 1.1rem 1.2rem;
    flex: 1; display: flex; flex-direction: column;
}
.menu-card__header {
    display: flex; justify-content: space-between;
    align-items: flex-start; gap: 0.5rem; margin-bottom: 0.4rem;
}
.menu-card__name {
    font-family: 'Cinzel', serif; font-weight: 700;
    font-size: 1rem; color: var(--cream);
    letter-spacing: 0.5px; line-height: 1.2;
    word-break: break-word;
}
.menu-card__price {
    font-family: 'Cinzel', serif; font-weight: 700;
    font-size: 0.95rem; color: var(--gold);
    white-space: nowrap; flex-shrink: 0;
}
.menu-card__desc {
    color: var(--dim); font-size: 0.88rem; line-height: 1.5; flex: 1;
}
.menu-empty {
    text-align: center; padding: 3rem;
    color: var(--dim); font-style: italic;
    grid-column: 1 / -1;
}

/* ---- CTA FINAL ---- */
.cta-final {
    text-align: center;
    padding: 5rem 2rem;
    background: var(--dark-3);
    border-top: 1px solid var(--border);
}
.cta-final__text {
    font-family: 'Cinzel', serif; font-weight: 700;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    color: var(--cream-2); letter-spacing: 2px;
    margin-bottom: 2rem; text-transform: uppercase;
    word-break: break-word;
}
.cta-final__btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--red), var(--red-2));
    color: var(--cream);
    padding: 1.2rem 3.5rem;
    border-radius: 6px;
    font-family: 'Cinzel', serif; font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: 0.4s;
    box-shadow: 0 4px 20px rgba(139, 26, 26, 0.3);
    text-align: center;
}
.cta-final__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(139, 26, 26, 0.5);
}

/* ---- PLAYLIST ---- */
.playlist-wrap { max-width: 700px; margin: 0 auto; }
.playlist-wrap iframe {
    width: 100%; height: 352px; border: 0; border-radius: 12px;
}

/* ---- CONTACTO ---- */
.contacto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
}
.contacto-item { text-align: center; }
.contacto-item__icon {
    width: 56px; height: 56px; border-radius: 50%;
    border: 1px solid var(--border); margin: 0 auto 0.8rem;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
}
.contacto-item h3 {
    font-family: 'Cinzel', serif; font-weight: 700;
    color: var(--gold); font-size: 1rem;
    letter-spacing: 1.5px; margin-bottom: 0.6rem;
}
.contacto-item p { color: var(--dim); line-height: 1.7; font-size: 1rem; }
.contacto-item a { color: var(--gold); transition: 0.3s; }
.contacto-item a:hover { color: var(--gold-light); }

.map-wrap {
    margin-top: 2.5rem; border-radius: 12px;
    overflow: hidden; border: 1px solid var(--border);
    max-width: 800px; margin-left: auto; margin-right: auto;
}
.map-wrap iframe { width: 100%; height: 300px; border: 0; }

/* ---- FOOTER ---- */
.footer { background: var(--dark-2); border-top: 1px solid var(--border); }
.footer__grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem; padding: 3rem 1.5rem 2rem;
}
.footer__logo {
    width: 50px; height: 50px; border-radius: 50%;
    border: 2px solid var(--gold); object-fit: cover; margin-bottom: 0.7rem;
}
.footer__brand {
    font-family: 'Cinzel', serif; font-weight: 700;
    color: var(--gold); font-size: 1rem;
    letter-spacing: 2px; margin-bottom: 0.2rem;
}
.footer__slogan { color: var(--dim); font-size: 0.85rem; font-style: italic; }
.footer__col h4 {
    font-family: 'Cinzel', serif; font-weight: 700;
    color: var(--cream); font-size: 0.82rem;
    letter-spacing: 1.5px; margin-bottom: 0.8rem; text-transform: uppercase;
}
.footer__col a {
    display: block; color: var(--dim);
    font-size: 0.9rem; margin-bottom: 0.4rem; transition: 0.3s;
}
.footer__col a:hover { color: var(--gold); }
.footer__col p { color: var(--dim); font-size: 0.9rem; margin-bottom: 0.3rem; }
.footer__bottom {
    border-top: 1px solid var(--border);
    text-align: center; padding: 1.2rem;
    color: var(--dim); font-size: 0.82rem;
}

/* ---- WHATSAPP ---- */
.whatsapp-btn {
    position: fixed; bottom: 60px; right: 1.5rem; z-index: 999;
    width: 56px; height: 56px; border-radius: 50%;
    background: #25d366;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s;
}
.whatsapp-btn:hover { transform: scale(1.1); }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .menu-grid { grid-template-columns: repeat(2, 1fr); }
    .story-block { grid-template-columns: 1fr; min-height: auto; }
    .story-block__text { padding: 2rem 1.5rem; order: 2 !important; }
    .story-block__img { order: 1 !important; min-height: 250px; }
    .story-block__img img { aspect-ratio: 16/9; }
}

@media (max-width: 768px) {
    .navbar__menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10, 10, 10, 0.98);
        flex-direction: column;
        padding: 1rem 0;
        border-bottom: 1px solid var(--border);
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }
    .navbar__menu.is-open { display: flex; }
    .navbar__menu li { width: 100%; }
    .navbar__menu li a {
        padding: 0.8rem 1.5rem;
        display: block;
        width: 100%;
    }
    .navbar__toggle { display: flex; }
    .navbar__cta {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
        margin-left: auto;
    }
    .hero {
        min-height: 85vh;
        padding-top: 5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .hero__logo { width: 130px; height: 130px; }
    .hero h1 { letter-spacing: 2px; }
    .section { padding: 3rem 1rem; }
    .sticky-bar__inner { font-size: 0.65rem; gap: 0.4rem; }
    .steps { grid-template-columns: 1fr; }
    .conocenos { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 550px) {
    .menu-grid { grid-template-columns: 1fr 1fr; }
    .menu-toolbar { flex-direction: column; align-items: stretch; }
    .menu-search { max-width: none; }
    .hero__buttons { flex-direction: column; align-items: center; }
    .hero__buttons a { width: 100%; max-width: 280px; }
    .hero__buttons a img { width: 50px; }
    .footer__grid { grid-template-columns: 1fr; text-align: center; }
    .footer__logo { margin: 0 auto 0.7rem; }
    .cta-final { padding: 3rem 1rem; }
    .cta-final__btn { padding: 1rem 2rem; font-size: 1rem; width: 100%; max-width: 300px; }
}

@media (max-width: 400px) {
    .menu-grid { grid-template-columns: 1fr; }
    .navbar__logo span { font-size: 0.9rem; letter-spacing: 1px; }
    .navbar__logo img { height: 36px; width: 36px; }
    .navbar__cta { font-size: 0.65rem; padding: 0.35rem 0.6rem; }
    .hero__logo { width: 110px; height: 110px; }
    .sticky-bar__inner { font-size: 0.6rem; }
    .whatsapp-btn {
        width: 48px;
        height: 48px;
        bottom: 55px;
        right: 1rem;
    }
    .whatsapp-btn svg { width: 24px; height: 24px; }
}
/* ---- HERO BUTTONS ---- */
.hero__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: nowrap;
}

/* Botones principales (Pedí Ahora / Elegí Tu Burger) */
.hero__buttons a.hero__btn,
.hero__buttons a.hero__btn--outline {
    display: inline-block;
    text-align: center;
}

/* Delivery buttons - SIEMPRE uno al lado del otro */
.hero__buttons--delivery {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1.5rem !important;
}

.hero__buttons--delivery a {
    display: inline-flex !important;
    flex-shrink: 0 !important;
    width: auto !important; /* ESTO ES CLAVE - no se estiran */
    max-width: none !important;
    transition: transform 0.3s;
}

.hero__buttons--delivery a:hover {
    transform: scale(1.1);
}

.hero__buttons--delivery img {
    width: 60px;
    height: auto;
    display: block;
}

/* Mobile: solo los botones principales se apilan */
@media (max-width: 550px) {
    .hero__buttons:not(.hero__buttons--delivery) {
        flex-direction: column;
        align-items: center;
    }
    
    .hero__buttons:not(.hero__buttons--delivery) a {
        width: 100%;
        max-width: 280px;
    }
    
    .hero__buttons--delivery {
        gap: 1rem !important;
    }
    
    .hero__buttons--delivery img {
        width: 50px;
    }
}

@media (max-width: 400px) {
    .hero__buttons--delivery {
        gap: 0.8rem !important;
    }
    
    .hero__buttons--delivery img {
        width: 45px;
    }
}
/* ===========================================
   FIXES PARA MOBILE - EXCALIBURGERS
   =========================================== */

/* 1. NAVBAR: Ocultar texto del logo en mobile, dejar solo la imagen */
@media (max-width: 768px) {
    .navbar__logo span {
        display: none; /* Oculta "EXCALIBURGERS" en el nav */
    }
    
    .navbar__logo {
        gap: 0; /* Saca el gap si no hay texto */
    }
}

/* 2. HERO: Título más chico para que no se corte */
@media (max-width: 768px) {
    .hero h1 {
        font-size: clamp(1.8rem, 8vw, 3rem); /* Más chico que antes */
        letter-spacing: 1px; /* Menos espaciado para que entre */
        line-height: 1.2;
    }
}

@media (max-width: 400px) {
    .hero h1 {
        font-size: clamp(1.5rem, 7vw, 2.5rem); /* Aún más chico en pantallas muy pequeñas */
        letter-spacing: 0.5px;
    }
    
    .hero__sub {
        font-size: 1rem; /* El subtítulo también más chico */
    }
}