/* ================================================================
   vc-home.css — Homepage styles
   ================================================================ */


/* ── Shared utilities ──────────────────────────────────────── */
.vc-eyebrow {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--c-gold);
    margin-bottom: 0.5rem;
}

.vc-eyebrow--light { color: rgba(255,255,255,0.60); }

.vc-section-divider {
    width: 3.25rem;
    height: 2px;
    background: var(--c-gold);
    margin: 0.875rem auto 0;
}

/* ── Buttons ── */
/* Base */
.vc-btn {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 0.75rem !important;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 0.7rem 1.625rem;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.3;
    align-self: flex-start;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

/* Default: gold outline + gold text */
.vc-btn--gold,
.vc-btn--outline-gold,
.vc-btn--outline {
    background: transparent;
    color: var(--c-gold) !important;
    border: 1.5px solid var(--c-gold);
}

/* Hero secondary btn: white outline (only btn--outline keeps white on dark video) */
.vc-hero .vc-btn--outline {
    color: rgba(255,255,255,0.90) !important;
    border-color: rgba(255,255,255,0.70);
}
.vc-hero .vc-btn--outline:hover {
    background: rgba(255,255,255,0.10);
    color: #fff !important;
    border-color: #fff;
}

/* Hero primary btn: gold solid */
.vc-hero .vc-btn--gold {
    background: var(--c-gold);
    color: #111 !important;
    border-color: var(--c-gold);
}
.vc-hero .vc-btn--gold:hover {
    background: #f0b030;
    border-color: #f0b030;
    color: #111 !important;
}

/* All other buttons: hover = gold fill, text black */
.vc-btn--gold:not(.vc-hero .vc-btn--gold):hover,
.vc-btn--outline-gold:hover,
.vc-story .vc-btn:hover,
.vc-happyhour .vc-btn:hover,
.vc-dishes .vc-btn:hover {
    background: var(--c-gold);
    color: #111 !important;
    border-color: var(--c-gold);
}

/* Simpler catch-all for any .vc-btn outside hero */
#post-<?php the_ID(); ?> .vc-btn:not(.vc-hero .vc-btn):hover {
    background: var(--c-gold);
    color: #111 !important;
}

/* Focus ring */
.vc-btn:focus-visible {
    outline: 2px solid var(--c-gold);
    outline-offset: 3px;
}


/* ================================================================
   1. HERO
   ================================================================ */
.vc-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vc-hero__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #000;
}

.vc-hero__iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh;
    height: 100vh;
    min-width: 100%;
    min-height: 56.25vw;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.vc-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.55) 0%,
        rgba(0,0,0,0.15) 40%,
        transparent 70%
    );
}

.vc-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 var(--side-pad);
    gap: 0;
}

.vc-hero__logo-mark {
    height: 6.5rem;
    width: auto;
    margin-bottom: 1rem;
    filter: drop-shadow(0 2px 20px rgba(0,0,0,0.7));
}

.vc-hero__title {
    font-family: 'Anton', sans-serif !important;
    font-size: clamp(3.25rem, 8.5vw, 6.75rem);
    font-weight: 400;
    color: var(--c-gold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0;
    text-shadow: 0 2px 30px rgba(0,0,0,0.4);
}

.vc-hero__subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.875rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.88);
    margin: 0.75rem 0 2rem;
}

.vc-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    justify-content: center;
}


/* ================================================================
   2. OUR STORY
   — Section has outer padding so image does NOT touch edges
   ================================================================ */
.vc-story {
    background: #111;
    padding: 5rem var(--side-pad);
}

.vc-story__grid {
    display: grid;
    grid-template-columns: 46% 1fr;
    gap: 0;
    max-width: 100%;
}

.vc-story__image-col {
    overflow: hidden;
    background: #000;
}

.vc-story__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 28rem;
}

.vc-story__content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 4rem 4rem 4.5rem;
    background: #161616;
    border: 1px solid rgba(232,160,44,0.12);
    border-left: none;
}

.vc-story__title {
    font-family: 'Anton', sans-serif !important;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    color: var(--c-gold);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0.25rem 0 0;
    line-height: 1.1;
}

.vc-story__divider {
    width: 3.25rem;
    height: 2px;
    background: var(--c-gold);
    margin: 1rem 0 1.5rem;
    flex-shrink: 0;
}

.vc-story__text {
    color: rgba(220,210,195,0.85);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.0625rem;
    line-height: 1.85;
    margin-bottom: 2rem;
}

.vc-story__text p       { margin: 0 0 1rem; }
.vc-story__text p:last-child { margin-bottom: 0; }


/* ================================================================
   3. SIGNATURE DISHES
   — Text overlaid on bottom of image with gradient
   ================================================================ */
.vc-dishes {
    background: #111;
    padding: 5rem var(--side-pad);
}

.vc-dishes__header {
    text-align: center;
    margin-bottom: 3rem;
}

.vc-dishes__title {
    font-family: 'Anton', sans-serif !important;
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 400;
    color: var(--c-gold);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0.25rem 0 0;
    line-height: 1.1;
}

.vc-dishes__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.vc-dish-card {
    overflow: hidden;
    position: relative;
    background: #000;
}

/* Image fills the entire card */
.vc-dish-card__img-wrap {
    position: relative;
    overflow: hidden;
    /*aspect-ratio: 4 / 4;*/
    border: 1px solid rgba(232, 160, 44, 0.18);
}

.vc-dish-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.vc-dish-card:hover .vc-dish-card__img { transform: scale(1.06); }

/* Text overlaid on the bottom of the image */
.vc-dish-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.25rem 1.25rem;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.92) 0%,
        rgba(0,0,0,0.75) 50%,
        transparent 100%
    );
    z-index: 1;
}

.vc-dish-card__name {
    font-family: 'Anton', sans-serif !important;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--c-gold);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.3rem;
    line-height: 1.2;
}

.vc-dish-card__desc {
    font-size: 0.8125rem;
    color: rgba(220,205,185,0.85);
    margin: 0 0 0.5rem;
    line-height: 1.45;
}

.vc-dish-card__price {
    display: block;
    font-family: 'Anton', sans-serif ;
    font-size: 1.125rem;
   
    color: var(--c-gold);
    margin-top: 0.125rem;
}

.vc-dishes__footer { text-align: center; }


/* ================================================================
   4. HAPPY HOUR
   ================================================================ */
.vc-happyhour {
    position: relative;
    width: 100%;
    min-height: 40rem;
    background: #0d0d0d center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.vc-happyhour__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.62);
    z-index: 0;
}

.vc-happyhour__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    padding: 5rem var(--side-pad);
}

.vc-happyhour__title {
    font-family: 'Anton', sans-serif !important;
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    font-weight: 400;
    color: var(--c-gold);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
    line-height: 1;
    text-shadow: 0 2px 30px rgba(0,0,0,0.5);
}

.vc-happyhour__subtitle {
    font-size: 1.125rem;
    font-style: italic;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.04em;
    margin: 0.25rem 0 0.75rem;
}

.vc-happyhour__content .vc-btn { align-self: center; }


/* ================================================================
   5. GALLERY
   ================================================================ */
.vc-gallery {
    background: #0d0d0d;
    padding: 5rem var(--side-pad);
}

.vc-gallery__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.vc-gallery__title {
    font-family: 'Anton', sans-serif !important;
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 400;
    color: var(--c-gold);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0.25rem 0 0;
}

.vc-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
}

.vc-gallery__item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    border: none;
    background: #000;
    aspect-ratio: 1 / 1;
    display: block;
    width: 100%;
}

.vc-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.4s ease;
}

.vc-gallery__zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    background: rgba(0,0,0,0.42);
    transition: opacity 0.35s ease;
    z-index: 1;
}

.vc-gallery__item:hover .vc-gallery__img  { transform: scale(1.08); filter: brightness(0.72); }
.vc-gallery__item:hover .vc-gallery__zoom { opacity: 1; }
.vc-gallery__item:focus-visible           { outline: 3px solid var(--c-gold); outline-offset: -3px; }

/* Lightbox */
.vc-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.96);
    display: flex;
    align-items: center;
    justify-content: center;
}
.vc-lightbox[hidden] { display: none; }

.vc-lightbox__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90vw;
    max-height: 90vh;
}

.vc-lightbox__img {
    max-width: 100%;
    max-height: 82vh;
    object-fit: contain;
    display: block;
}

.vc-lightbox__counter {
    margin: 0.75rem 0 0;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
}

.vc-lightbox__close,
.vc-lightbox__arrow {
    position: fixed;
    background: transparent;
    border: none;
    color: var(--c-gold);
    cursor: pointer;
    line-height: 1;
    padding: 0.5rem;
    transition: color 0.2s;
    z-index: 10000;
    font-family: sans-serif;
}

.vc-lightbox__close:hover,
.vc-lightbox__arrow:hover { color: #fff; }

.vc-lightbox__close          { top: 1.5rem; right: 2rem; font-size: 1.375rem; }
.vc-lightbox__arrow--prev    { left: 1.5rem;  top: 50%; transform: translateY(-50%); font-size: 3rem; }
.vc-lightbox__arrow--next    { right: 1.5rem; top: 50%; transform: translateY(-50%); font-size: 3rem; }
.vc-lightbox__arrow--prev:hover { transform: translateY(-50%) translateX(-3px); }
.vc-lightbox__arrow--next:hover { transform: translateY(-50%) translateX(3px); }
.vc-lightbox__close:focus-visible,
.vc-lightbox__arrow:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 4px; }


/* ================================================================
   6. FIND YOUR COMPADRES
   — Cards: square, subtle dark overlay, text centered
   ================================================================ */
.vc-locations-finder {
    background: #111;
    padding: 5rem var(--side-pad);
}

.vc-locations-finder__header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.vc-locations-finder__title {
    font-family: 'Anton', sans-serif !important;
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 400;
    color: var(--c-gold);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0.25rem 0 0;
}

.vc-locations-finder__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.vc-loc-card {
    position: relative;
    display: block;
    text-decoration: none !important;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(232,160,44,0.18);
    transition: border-color 0.3s ease;
}

.vc-loc-card:hover         { border-color: rgba(232,160,44,0.5); }
.vc-loc-card:focus-visible { outline: 3px solid var(--c-gold); outline-offset: 2px; }

.vc-loc-card__bg {
    position: absolute;
    inset: 0;
    background: #1a1208 center/cover no-repeat;
    transition: transform 0.5s ease;
}
.vc-loc-card:hover .vc-loc-card__bg { transform: scale(1.05); }

/* Subtle warm overlay — image remains clearly visible */
.vc-loc-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(30, 14, 0, 0.82) 0%,
        rgba(20, 8, 0, 0.55) 45%,
        rgba(10, 4, 0, 0.32) 100%
    );
}

/* Text centered vertically in the card */
.vc-loc-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 2rem 1.5rem;
    gap: 0.5rem;
}

.vc-loc-card__name {
    font-family: 'Anton', sans-serif !important;
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--c-gold);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0 0 0.375rem;
    line-height: 1.2;
    text-shadow: 0 1px 8px rgba(0,0,0,0.7);
}

.vc-loc-card__info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: rgba(235,220,200,0.90);
    margin: 0;

    font-weight: 700;
    line-height: 1.4;
}

.vc-loc-card__info svg { color: var(--c-gold); flex-shrink: 0; }

/* Optional page editor content */
.vc-page-content {
    padding: 4rem var(--side-pad);
    background: #111;
    color: rgba(210,200,185,0.90);
}


/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1024px) {
    .vc-story__grid { grid-template-columns: 1fr; }
    .vc-story__img { min-height: unset; }
    .vc-story__content-col {
        padding: 2.5rem var(--side-pad);
        border-left: 1px solid rgba(232,160,44,0.12);
        border-top: none;
    }
    .vc-dishes__grid { gap: 1rem; }
}

@media (max-width: 768px) {
    .vc-hero__logo-mark { height: 4.5rem; }

    .vc-dishes__grid {
        grid-template-columns: 1fr;
        max-width: 26rem;
        margin-left: auto;
        margin-right: auto;
    }

    .vc-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 0.25rem; }

    .vc-locations-finder__grid { grid-template-columns: 1fr; }

    .vc-loc-card { aspect-ratio: 4 / 3; }
}

@media (max-width: 576px) {
    .vc-hero__btns {
        flex-direction: column;
        width: 100%;
        max-width: 16rem;
    }
    .vc-hero__btns .vc-btn { text-align: center; align-self: stretch; }

    .vc-happyhour__content .vc-btn { align-self: center; }

    .vc-lightbox__arrow--prev { left: 0.25rem; font-size: 2.25rem; }
    .vc-lightbox__arrow--next { right: 0.25rem; font-size: 2.25rem; }

    .vc-dishes,
    .vc-gallery,
    .vc-locations-finder { padding-top: 3.5rem; padding-bottom: 3.5rem; }
}