/* ========================================
   xity.bar - styles.css
   Palette:
     Void Black:      #0A0A0A
     Deep Black:      #0D0D0D
     Warm Dark:       #1A1510
     Burnished Gold:  #C9A84C
     Dim Gold:        #A08030
     Antique Brass:   #8B7355
     Champagne:       #E8D8B8
     Soft Smoke:      #141414
   Fonts: Poiret One 400, Cormorant Garamond 400i, Josefin Sans 300
======================================== */

*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 400;
    font-style: italic;
    color: #C9A84C;
    background: #0A0A0A;
    line-height: 2.0;
    font-size: 1.05rem;
    overflow-x: hidden;
    font-feature-settings: "liga" 1, "kern" 1;
}

h1,h2,h3 {
    font-family: 'Poiret One', cursive;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-style: normal;
}

.card-label,
.exit-detail {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
}

/* ---- FADE IN ---- */
.fade-in {
    opacity: 0;
    transition: opacity 1.2s ease;
}
.fade-in.in-view {
    opacity: 1;
}

/* ---- GOLD RULE ---- */
.gold-rule {
    height: 1px;
    background: #C9A84C;
    opacity: 0.4;
    max-width: 400px;
    margin: 2rem auto;
}

/* ---- THE ENTRANCE ---- */
.entrance {
    min-height: 100vh;
    background: #0A0A0A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.deco-border {
    width: 60%;
    max-width: 500px;
    height: 30px;
}

.entrance-title {
    font-size: clamp(2rem, 5vw, 4.5rem);
    color: #C9A84C;
    margin: 2rem 0;
    text-align: center;
}

/* ---- THE INTERIOR ---- */
.interior {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #0D0D0D;
}

.interior-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.concentric-rect {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.interior-right {
    flex: 1;
    padding: clamp(3rem, 6vw, 6rem);
}

.atmosphere-text {
    color: #C9A84C;
    font-size: 1.1rem;
    line-height: 2.0;
    margin-bottom: 2rem;
    max-width: 500px;
}

/* ---- THE MENU ---- */
.menu-section {
    min-height: 120vh;
    background: #0A0A0A;
    padding: clamp(4rem, 6vw, 6rem) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: #C9A84C;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 2rem;
}

.menu-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 2rem 10vw;
}

.menu-gallery::-webkit-scrollbar {
    height: 4px;
}

.menu-gallery::-webkit-scrollbar-track {
    background: #141414;
}

.menu-gallery::-webkit-scrollbar-thumb {
    background: #A08030;
    border-radius: 2px;
}

.menu-card {
    flex-shrink: 0;
    width: 300px;
    min-height: 70vh;
    background: linear-gradient(to top, #0A0A0A, #1A1510);
    border: 1px solid rgba(201, 168, 76, 0.15);
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 0 2rem;
    position: relative;
}

.card-deco {
    width: 100%;
    height: 40px;
    flex-shrink: 0;
}

.card-title {
    font-size: 1.5rem;
    color: #C9A84C;
    padding: 2rem 2rem 1rem;
}

.card-desc {
    color: #C9A84C;
    opacity: 0.8;
    font-size: 0.95rem;
    line-height: 1.9;
    padding: 0 2rem;
    flex: 1;
}

.card-label {
    color: #8B7355;
    padding: 0 2rem;
    margin-top: 1.5rem;
}

/* ---- THE ATMOSPHERE ---- */
.atmosphere {
    min-height: 80vh;
    background: #0A0A0A;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: clamp(4rem, 8vw, 8rem) 2rem;
}

.ambient-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(201, 168, 76, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.atmosphere-content {
    max-width: 650px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.glow-text {
    color: #C9A84C;
    font-size: 1.15rem;
    line-height: 2.0;
    margin-bottom: 2.5rem;
    text-shadow: 0 0 40px rgba(201, 168, 76, 0.15);
}

/* ---- THE EXIT ---- */
.exit {
    min-height: 40vh;
    background: #0A0A0A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem, 6vw, 6rem) 2rem;
}

.exit-content {
    text-align: center;
    padding: 2rem 0;
}

.exit-detail {
    color: #8B7355;
    margin-bottom: 0.5rem;
}

.exit-title {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: #C9A84C;
    margin-top: 1rem;
}

.exit-void {
    height: 10vh;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
    .interior {
        flex-direction: column;
    }

    .interior-left {
        padding: 2rem;
    }

    .concentric-rect {
        max-width: 250px;
    }

    .menu-card {
        width: 260px;
        min-height: 50vh;
    }

    .menu-gallery {
        padding: 2rem 5vw;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,*::before,*::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
