/*
 * Buffalo's Bison — Cocina Local de Autor
 * Estilos consolidados. Los módulos individuales están en css/ como referencia.
 */

/* ===== Reset & Variables ===== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #c9a96e;
    --gold-light: #dfc08a;
    --gold-dark: #a8863e;
    --brand-blue: #010439;
    --brand-blue-deep: #000225;
    --brand-blue-soft: #050b45;
    --bg: var(--brand-blue);
    --bg-card: #05083f;
    --text: #d4d4d4;
    --text-muted: #9aa0bd;
    --white: #f5f5f0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: var(--bg);
}

body {
    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at 50% -10%, rgba(201, 169, 110, 0.12), transparent 30rem),
        linear-gradient(180deg, var(--brand-blue) 0%, var(--brand-blue-deep) 100%);
    color: var(--text);
    overflow-x: hidden;
    cursor: none;
    min-height: 100vh;
    width: 100%;
}

/* ===== Brand Background ===== */
.brand-background {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.brand-background::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 10%, rgba(201, 169, 110, 0.09), transparent 28rem),
        linear-gradient(180deg, rgba(1, 4, 57, 0.12), rgba(0, 2, 37, 0.72));
}

.brand-background-logo {
    position: absolute;
    display: block;
    max-width: none;
    object-fit: contain;
    user-select: none;
}

.brand-background-logo--main {
    width: min(78vw, 920px);
    left: 50%;
    top: 50%;
    opacity: 0.16;
    transform: translate(-50%, -50%);
    filter: saturate(0.9) contrast(1.05);
}

.brand-background-logo--accent {
    width: min(42vw, 520px);
    opacity: 0.055;
    mix-blend-mode: screen;
    filter: saturate(0.85) contrast(1.1);
}

.brand-background-logo--gold {
    top: 10vh;
    right: -8vw;
}

.brand-background-logo--white {
    left: -9vw;
    bottom: 4vh;
}

/* All main content sits above the brand background. */
.header,
.mobile-nav,
.hero,
.philosophy-section,
.menu-section,
.menu-section--drinks-grid,
.contact-section,
.footer {
    position: relative;
    z-index: 3;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.eyebrow {
    font-size: 0.6rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 1rem;
}

/* ===== Cursor ===== */
.cursor {
    position: fixed;
    width: 8px;
    height: 8px;
    background: var(--gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.1s;
    mix-blend-mode: difference;
}

.cursor-follower {
    position: fixed;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(201, 169, 110, 0.4);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease-out, width 0.3s, height 0.3s;
}

.cursor.hover {
    transform: translate(-50%, -50%) scale(3);
    background: transparent;
    border: 1px solid var(--gold);
}

.cursor-follower.hover {
    width: 60px;
    height: 60px;
    border-color: var(--gold);
}

/* ===== Keyframes ===== */
@keyframes loaderFill {
    to {
        width: 100%;
    }
}

@keyframes loaderPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

@keyframes revealUp {
    to {
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-10vh) scale(1);
        opacity: 0;
    }
}

@keyframes bounceDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(4px);
    }
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== Loader ===== */
.loader {
    position: fixed;
    inset: 0;
    background: var(--bg);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.8s, visibility 0.8s;
}

.loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-inner {
    text-align: center;
}

.loader-mark {
    width: 120px;
    height: 112px;
    object-fit: contain;
    display: block;
    margin: 0 auto 1.3rem;
    opacity: 0.95;
}

.loader-logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    color: var(--white);
    letter-spacing: 8px;
    display: block;
    margin-bottom: 2.5rem;
    animation: loaderPulse 1.5s ease infinite;
}

.loader-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    color: var(--gold);
    font-style: italic;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 2.5rem;
}

.loader-bar {
    width: 200px;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 auto;
    overflow: hidden;
}

.loader-progress {
    height: 100%;
    width: 0;
    background: var(--gold);
    animation: loaderFill 2s ease forwards;
}

@media (max-width: 480px) {
    .loader-mark {
        width: 96px;
        height: 90px;
    }
}

/* ===== Header ===== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background 0.4s, backdrop-filter 0.4s;
}

.header.scrolled {
    background: rgba(1, 4, 57, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(201, 169, 110, 0.06);
}

.header-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 1rem;
    align-items: center;
    transition: padding 0.4s;
}

.header.scrolled .header-content {
    padding: 1rem 2rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    line-height: 1;
    justify-self: start;
    min-width: 0;
}

.logo-mark {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid rgba(201, 169, 110, 0.22);
    flex-shrink: 0;
}

.logo-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.72rem;
    color: var(--white);
    letter-spacing: 3px;
}

.logo-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.7rem;
    color: var(--gold);
    letter-spacing: 3px;
    font-weight: 300;
    font-style: italic;
}

.nav {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    position: fixed;
    top: var(--category-nav-top, 80px);
    left: 50%;
    width: min(100vw, 980px);
    transform: translateX(-50%);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    padding: 0.65rem 1rem;
    background: rgba(1, 4, 57, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(201, 169, 110, 0.1);
    backdrop-filter: blur(16px);
    z-index: 999;
    scrollbar-width: none;
}

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

.nav a {
    color: var(--text-muted);
    font-size: 0.64rem;
    font-weight: 300;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    transition: color 0.4s, border-color 0.4s, background 0.4s;
    position: relative;
    white-space: nowrap;
    padding: 0.45rem 0.8rem;
    border: 1px solid transparent;
    border-radius: 999px;
    scroll-margin-inline: 45%;
}

.nav a::after {
    content: none;
}

.nav a:hover,
.nav a.active {
    color: var(--gold);
    border-color: rgba(201, 169, 110, 0.35);
    background: rgba(201, 169, 110, 0.1);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: none;
    padding: 8px 0 8px 8px;
    justify-self: end;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--white);
    transition: transform 0.3s, opacity 0.3s;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(1, 4, 57, 0.98);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-nav.open {
    right: 0;
}

.mobile-nav a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: var(--white);
    letter-spacing: 6px;
    transition: color 0.3s;
}

.mobile-nav a:hover {
    color: var(--gold);
}

/* ===== Hero ===== */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    display: none;
}

.hero-overlay {
    display: none;
}

.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-particle {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(201, 169, 110, 0.3);
    border-radius: 50%;
    animation: float linear infinite;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 0 2rem;
}

.reveal-wrap {
    overflow: hidden;
}

.reveal-text {
    display: inline-block;
    transform: translateY(110%);
    animation: revealUp 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.reveal-wrap:nth-child(1) .reveal-text {
    animation-delay: 2s;
}

.reveal-wrap:nth-child(2) .reveal-text {
    animation-delay: 2.2s;
}

.reveal-wrap:nth-child(3) .reveal-text {
    animation-delay: 2.4s;
}

.reveal-wrap:nth-child(4) .reveal-text {
    animation-delay: 2.8s;
}

.hero-pre {
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 5px;
    color: var(--gold);
    text-transform: uppercase;
}

.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4rem, 11vw, 9.5rem);
    color: var(--white);
    letter-spacing: 10px;
    line-height: 0.9;
    margin: 0.5rem 0;
}

.hero-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    color: var(--white);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 3px;
}

.hero-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, var(--gold), transparent);
    margin: 2rem auto;
    animation: fadeIn 1s 3s forwards;
    opacity: 0;
}

.hero-desc {
    font-size: 1rem;
    font-weight: 300;
    color: var(--white);
    letter-spacing: 1px;
    line-height: 1.8;
    max-width: 500px;
    margin: 0 auto;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2.5rem;
    padding: 1rem 2.5rem;
    border: 1px solid rgba(201, 169, 110, 0.3);
    color: var(--gold);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.4s;
    animation: fadeIn 1s 3.2s forwards;
    opacity: 0;
}

.hero-cta:hover {
    background: var(--gold);
    color: var(--bg);
    border-color: var(--gold);
}

.hero-cta svg {
    animation: bounceDown 2s ease infinite;
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scrollPulse 2s ease infinite;
}

/* ===== Philosophy ===== */
.philosophy-section {
    padding: 5rem 3rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.philosophy-content {
    max-width: 700px;
    margin: 0 auto;
}

.philosophy-ornament {
    color: var(--gold);
    font-size: 0.8rem;
    margin: 1rem 0;
    opacity: 0.5;
}

.philosophy-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 300;
    font-style: italic;
    color: var(--text-muted);
    line-height: 2;
}

/* ===== Menu Section ===== */
.menu-section {
    padding: 5rem 3rem;
    max-width: 1300px;
    margin: 0 auto;
    scroll-margin-top: calc(var(--category-nav-top, 80px) + 70px);
}

.menu-section--compact {
    max-width: 900px;
}

.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--white);
    letter-spacing: 10px;
}

.section-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.section-ornament span {
    display: block;
    width: 40px;
    height: 1px;
    background: rgba(201, 169, 110, 0.25);
}

.section-ornament .diamond {
    width: 6px;
    height: 6px;
    background: var(--gold);
    transform: rotate(45deg);
}

/* ===== Dish Cards ===== */
.dishes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.6rem 2.2rem;
}

.dish-card {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    border: 0;
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.dish-card:hover {
    transform: translateY(-4px);
}

.dish-card-image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: visible;
    background: transparent;
}

.dish-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.45));
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), filter 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.dish-card:hover .dish-card-image img {
    transform: scale(1.04);
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.55));
}

.dish-card-overlay {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 2;
}

.dish-tag {
    background: rgba(1, 4, 57, 0.72);
    backdrop-filter: blur(10px);
    color: var(--gold);
    font-size: 0.55rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 20px;
    border: 1px solid rgba(201, 169, 110, 0.2);
}

.dish-tag--new {
    background: var(--gold);
    color: var(--bg);
    border-color: var(--gold);
}

.dish-card-body {
    padding: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dish-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.6rem;
    width: 100%;
}

.dish-name {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.3;
    flex: 1;
}

.dish-price {
    font-family: Arial, sans-serif;
    font-size: 28px;
    color: var(--gold);
    font-weight: 700;
    white-space: nowrap;
}

.dish-desc {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 12.5px;
    line-height: 1.7;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 1rem;
}

.dish-line {
    width: 25px;
    height: 1px;
    background: rgba(201, 169, 110, 0.2);
    margin-top: 1rem;
    transition: width 0.4s, background 0.4s;
}

.dish-card:hover .dish-line {
    width: 50px;
    background: var(--gold);
}

.dish-tag--inline {
    display: inline-flex;
    position: static;
    margin-bottom: 0.9rem;
}

.flavor-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.8rem 0 1rem;
}

.flavor-list span {
    border: 1px solid rgba(201, 169, 110, 0.18);
    color: var(--gold-light);
    font-size: 0.68rem;
    letter-spacing: 0.5px;
    padding: 0.25rem 0.55rem;
    border-radius: 4px;
}

.sauce-list {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 12.5px;
    color: var(--white);
    line-height: 1.6;
    margin: 0.2rem 0 1rem;
}

.sauce-list span {
    color: var(--gold);
    font-weight: 600;
}

.option-list {
    display: grid;
    gap: 0.55rem;
    width: 100%;
    margin: 0.4rem 0 1rem;
}

.option-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.7rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.option-copy {
    min-width: 0;
}

.option-label {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.35;
}

.option-desc,
.option-note {
    display: block;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: var(--text-muted);
    line-height: 1.6;
    margin-top: 0.25rem;
}

.option-price {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: var(--gold);
    white-space: nowrap;
}

.subsection-list {
    display: grid;
    gap: 3.2rem;
}

.menu-subsection {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(201, 169, 110, 0.12);
}

.menu-subsection:first-child {
    border-top: 0;
    padding-top: 0;
}

.menu-subsection-header {
    max-width: 760px;
    margin-bottom: 1rem;
}

.menu-subsection-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--white);
    letter-spacing: 6px;
}

.menu-subsection-desc {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 13px;
    color: var(--white);
    line-height: 1.8;
    font-weight: 300;
    margin-top: 0.4rem;
}

.subsection-options {
    max-width: 760px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.subsection-image {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: visible;
    border-radius: 0;
    margin-bottom: 1rem;
    background: transparent;
}

.subsection-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.45));
}

/* ===== Dual Image Card (Cowboy de Cerdo) ===== */
.dish-card--dual {
    grid-column: span 2;
}

.dish-card-dual-images {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    aspect-ratio: 8/3;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

.dual-img {
    overflow: hidden;
}

.dual-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.dish-card--dual:hover .dual-img img {
    transform: scale(1.06);
}

.dish-card-dual-images .dish-card-overlay {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 2;
}

/* ===== Featured Dish ===== */
.featured-dish {
    display: block;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    border: 0;
    margin-bottom: 3rem;
}

.featured-dish:hover {
    border-color: rgba(201, 169, 110, 0.12);
}

.featured-dish-image {
    position: relative;
    overflow: visible;
    aspect-ratio: 16/9;
    background: transparent;
}

.featured-dish-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.45));
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.featured-dish:hover .featured-dish-image img {
    transform: scale(1.04);
}

.featured-badge {
    position: static;
    display: inline-flex;
    background: var(--gold);
    color: var(--bg);
    font-size: 0.55rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.featured-dish-info {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.featured-name {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.3rem;
}

.featured-price {
    font-family: Arial, sans-serif;
    font-size: 32px;
    color: var(--gold);
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}

.featured-desc {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 12.5px;
    line-height: 1.9;
    color: var(--white);
    font-weight: 300;
}

/* ===== List Items ===== */
.items-list {
    max-width: 700px;
    margin: 0 auto;
}

.list-item {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: border-color 0.3s;
}

.list-item:hover {
    border-color: rgba(201, 169, 110, 0.15);
}

.list-item:last-child {
    border-bottom: none;
}

.list-item-left {
    flex: 1;
    min-width: 0;
}

.list-item-name {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.list-item-desc {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 12.5px;
    color: var(--white);
    font-weight: 300;
    margin-top: 0.2rem;
}

.list-item-dots {
    flex: 1;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    margin-bottom: 4px;
}

.list-item-price {
    font-family: Arial, sans-serif;
    font-size: 32px;
    color: var(--gold);
    font-weight: 700;
    white-space: nowrap;
}

.list-tag {
    font-size: 0.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--gold);
    color: var(--bg);
    padding: 0.2rem 0.6rem;
    border-radius: 10px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* ===== Cocktail Cards ===== */
.cocktail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.cocktail-card {
    background: transparent;
    border: none;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.4s, box-shadow 0.4s;
}

.cocktail-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 169, 110, 0.15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.cocktail-card-inner {
    padding: 1.8rem;
}

.cocktail-tag {
    font-size: 0.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(201, 169, 110, 0.25);
    padding: 0.25rem 0.7rem;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 1rem;
}

.cocktail-name {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.cocktail-desc {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 12.5px;
    line-height: 1.7;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 1rem;
}

.cocktail-price {
    font-family: Arial, sans-serif;
    font-size: 32px;
    color: var(--gold);
    font-weight: 700;
}

/* ===== Showcase Layout (Bebidas & Coctelería) ===== */
.menu-section--showcase {
    max-width: 1000px;
}

.showcase-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.showcase-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.5rem 0;
    max-width: 420px;
}

.showcase-item--right {
    align-items: flex-end;
    text-align: right;
    margin-left: auto;
}

.showcase-item--left {
    text-align: left;
    margin-right: auto;
}

.showcase-item-top {
    display: flex;
    flex-direction: column;
}

.showcase-item-image {
    width: 240px;
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
    align-self: center;
}

.showcase-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.5));
}

.showcase-item:hover .showcase-item-image img {
    transform: scale(1.05);
}

.showcase-item-bottom {
    display: flex;
    flex-direction: column;
}

.showcase-tag {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    font-style: italic;
    color: var(--gold);
    display: block;
    margin-bottom: 0.2rem;
}

.showcase-tag--new {
    display: inline-block;
    background: var(--gold);
    color: var(--bg);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.showcase-item-name {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.showcase-item-price {
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--gold);
    display: block;
    margin-bottom: 0.3rem;
}

.showcase-item-desc {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--white);
    line-height: 1.6;
}

/* ===== Drinks Grid (Tragos, Vinos, Cervezas) ===== */
.menu-section--drinks-grid {
    max-width: 1000px;
    padding: 5rem 3rem;
    margin: 0 auto;
}

.drinks-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.drinks-grid-col {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.drinks-grid-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--white);
    letter-spacing: 8px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.drinks-grid-title--full {
    grid-column: 1 / -1;
    margin-bottom: 1.5rem;
}

.drinks-grid-cervezas {
    margin-top: 2rem;
}

.drinks-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.2rem 0;
    border: 0;
    border-radius: 0;
    transition: transform 0.3s;
}

.drinks-item:hover {
    transform: translateY(-3px);
}

.drinks-item-tag {
    font-size: 0.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(201, 169, 110, 0.25);
    padding: 0.2rem 0.6rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
}

.drinks-item-name {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.2rem;
}

.drinks-item-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 0.3rem;
    line-height: 1.4;
}

.drinks-item-price {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--gold);
    display: block;
    margin-bottom: 0.1rem;
}

.drinks-item-action {
    margin-top: 0.4rem;
}

.drinks-grid-adicionales {
    margin-top: 2rem;
}

.drinks-adicionales-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.6rem;
}

/* ===== Contact Section ===== */
.contact-section {
    position: relative;
    padding: 10rem 3rem;
    overflow: hidden;
}

.contact-bg {
    position: absolute;
    inset: -10%;
    background-size: cover;
    background-position: center;
    will-change: transform;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(1, 4, 57, 0.78), rgba(0, 2, 37, 0.66));
}

.contact-content {
    position: relative;
    z-index: 2;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

.contact-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 300;
    color: var(--white);
    margin-bottom: 2rem;
}

.btn-reserva {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.1rem 2.8rem;
    background: var(--gold);
    color: var(--bg);
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.4s;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
}

.contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
    justify-content: center;
}

.btn-whatsapp:hover {
    background: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.2);
}

.btn-modal {
    background: var(--gold);
    color: var(--bg);
    justify-content: center;
}

.contact-social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2.5rem;
}

.contact-social-links .social-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--white);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    transition: color 0.3s;
}

.contact-social-links .social-link:hover {
    color: var(--gold);
}

.contact-social-links .social-link svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.btn-reserva:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(201, 169, 110, 0.2);
}

/* ===== Footer ===== */
.footer {
    padding: 4rem 3rem 2rem;
}

.footer-content {
    max-width: 1300px;
    margin: 0 auto;
}

.footer-thanks-section {
    text-align: center;
    margin: 1rem 0 2rem;
}

.footer-thanks {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    color: var(--gold);
    font-style: italic;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
}

.footer-line-full {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.04);
    margin-bottom: 1.5rem;
}

.footer-bottom p {
    font-size: 0.65rem;
    color: #444;
    letter-spacing: 1px;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .dishes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-dish {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    body {
        cursor: auto;
    }

    .cursor,
    .cursor-follower {
        display: none;
    }

    .nav {
        display: flex;
        top: var(--category-nav-top, 64px);
        width: 100vw;
        padding: 0.55rem 0.9rem;
        border-radius: 0;
    }

    .nav a {
        font-size: 0.6rem;
        padding: 0.42rem 0.72rem;
    }

    .menu-toggle {
        display: flex;
    }

    .header-content {
        padding: 1rem 1rem 1rem 1.15rem;
        grid-template-columns: minmax(0, 1fr) auto auto;
        column-gap: 0.55rem;
    }

    .header.scrolled .header-content {
        padding: 0.85rem 1rem 0.85rem 1.15rem;
    }

    .logo-name {
        font-size: 1.34rem;
        letter-spacing: 2px;
    }

    .logo-mark {
        width: 30px;
        height: 30px;
    }

    .logo-sub {
        font-size: 0.62rem;
        letter-spacing: 2.4px;
    }

    .menu-toggle span {
        width: 22px;
    }

    .mesa-indicator span {
        display: none;
    }

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

    .dish-card--dual {
        grid-column: span 1;
    }

    .dish-card-dual-images {
        aspect-ratio: 4/3;
    }

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

    .showcase-item,
    .showcase-item--right {
        align-items: center;
        text-align: center;
        max-width: 100%;
    }

    .showcase-item-image {
        width: 180px;
        height: 220px;
    }

    .drinks-grid-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .drinks-adicionales-row {
        grid-template-columns: 1fr 1fr;
    }

    .menu-section,
    .philosophy-section {
        padding: 3rem 1.5rem;
    }

    .footer {
        padding: 3rem 1.5rem 2rem;
    }

    .contact-section {
        padding: 5rem 1.5rem;
    }

    .hero-title {
        letter-spacing: 5px;
    }

    .brand-background-logo--main {
        width: 125vw;
        opacity: 0.12;
    }

    .brand-background-logo--accent {
        width: 78vw;
        opacity: 0.035;
    }
}

/* ===== Scrollbar ===== */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: var(--brand-blue-soft);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold-dark);
}

::selection {
    background: rgba(201, 169, 110, 0.25);
    color: var(--white);
}
