#kuliner-body {
    background-color: var(--brown-dark);
    color: var(--cream);
    padding: 1px;
}




.kuliner-hero {
    text-align: center;
    padding-top: 19%;
    padding-bottom: 29%;
    border-radius: 8px;
    max-width: 800px;
    /* Tetap gunakan display flex jika kamu ingin konten di dalamnya juga di tengah */
    display: flex;
    flex-direction: column; /* Biarkan konten (teks/judul) menumpuk ke bawah */
    justify-content: center; 
    align-items: center;
    z-index: 10;
    min-height: 90vh;
}

.kuliner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Josefin Sans', sans-serif;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.9rem;
    font-weight: 600;
}

.dot-pulse {
    width: 8px;
    height: 8px;
    background-color: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold);
    animation: pulse 1.5s infinite alternate;
}

.kuliner-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 6vw, 4.5rem);
    color: var(--cream);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.text-gold-gradient {
    background: linear-gradient(to right, #e8c678, var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kuliner-divider {
    width: 100px;
    height: 2px;
    background: var(--gold);
    margin: 0 auto 2rem auto;
    position: relative;
}

.kuliner-divider::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: var(--dark-brown);
    border: 2px solid var(--gold);
    border-radius: 50%;
}

.kuliner-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    color: var(--grey-text);
    line-height: 1.8;
}

/* Dekorasi Melayang */
.floating-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184, 146, 67, 0.15) 0%, transparent 70%);
    filter: blur(20px);
    z-index: -1;
}

.orb-1 {
    width: 250px;
    height: 250px;
    top: 10%;
    left: 20%;
    animation: float 6s infinite ease-in-out;
}

.orb-2 {
    width: 250px;
    height: 250px;
    bottom: 0;
    right: -50px;
    animation: float 8s infinite ease-in-out reverse;
}

/* --- BENTO GRID LENGKAP & RIBET --- */
.bento-grid-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 5rem 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    gap: 20px;
}

.bento-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #2a2015;
}

/* Logic Ukuran Grid Asimetris */
.card-large {
    grid-column: span 2;
    grid-row: span 2;
}

.card-wide {
    grid-column: span 2;
    grid-row: span 1;
}

.card-square {
    grid-column: span 1;
    grid-row: span 1;
}

/* Responsif Mobile (Jadi numpuk biasa aja biar ga rusak) */
@media (max-width: 900px) {
    .bento-grid-section {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .card-large,
    .card-wide,
    .card-square {
        grid-column: span 1;
        height: 350px;
    }
}

.bento-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}

.bento-card:hover .bento-bg {
    transform: scale(1.1);
}

.bento-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 21, 16, 0.95) 0%, rgba(26, 21, 16, 0.4) 50%, rgba(26, 21, 16, 0.1) 100%);
    z-index: 2;
    transition: background 0.5s ease;
}

.bento-card:hover .bento-overlay {
    background: linear-gradient(to top, rgba(26, 21, 16, 0.95) 0%, rgba(26, 21, 16, 0.6) 50%, rgba(26, 21, 16, 0.3) 100%);
}

.bento-content {
    position: absolute;
    inset: 0;
    padding: 2rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bottom-aligned {
    justify-content: flex-end;
}

.center-aligned {
    justify-content: center;
    align-items: center;
}

.flex-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: auto;
    /* Dorong sisanya ke bawah */
}

.bento-icon {
    width: 50px;
    height: 50px;
    background: rgba(184, 146, 67, 0.2);
    border: 1px solid rgba(184, 146, 67, 0.4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gold);
    backdrop-filter: blur(5px);
    margin-bottom: auto;
}

.bento-icon.small {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.bento-tag {
    font-family: 'Josefin Sans', sans-serif;
    color: var(--gold);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.bento-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--cream);
    margin: 0 0 10px 0;
}

.card-wide .bento-title {
    font-size: 1.8rem;
    margin: 0;
}

.card-square .bento-title {
    font-size: 1.5rem;
    margin: 0;
}

.bento-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #c9c3bc;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bento-text-mini {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9rem;
    color: #c9c3bc;
}

.bento-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cream);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.bento-card:hover .bento-btn {
    color: var(--gold);
    border-bottom: 1px solid var(--gold);
}

.bento-card:hover .bento-btn i {
    transform: translateX(5px) rotate(-45deg);
    transition: transform 0.3s ease;
}

/* Efek Spotlight Card 4 */
.card-info {
    border: 1px solid rgba(184, 146, 67, 0.3);
}

.border-glow-effect {
    position: absolute;
    inset: 0;
    background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y), rgba(184, 146, 67, 0.15), transparent 40%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
}

.card-info:hover .border-glow-effect {
    opacity: 1;
}


/* --- PARALLAX QUOTE (Sama Kayak Referensi Jogja Saniki) --- */
.parallax-quote-section {
    position: relative;
    width: 100%;
    padding: 120px 20px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Parallax effect */
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid rgba(184, 146, 67, 0.5);
    border-bottom: 2px solid rgba(184, 146, 67, 0.5);
}

.parallax-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 21, 16, 0.8), rgba(26, 21, 16, 0.6));
    z-index: 1;
}

.quote-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    background: rgba(26, 21, 16, 0.4);
    border: 1px solid rgba(184, 146, 67, 0.3);
    padding: 50px 40px;
    border-radius: 16px;
    backdrop-filter: blur(8px);
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.quote-badge {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}



.q-badge-gold {
    background: var(--gold);
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.quote-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-style: italic;
    color: var(--cream);
    line-height: 1.6;
    margin: 0;
}

.stat-box {
    text-align: center;
    position: relative;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
}

/* --- STATISTIK RIBET SECTION --- */
.complex-stats-section {
    width: 100%;
    padding: 80px 20px;
    background: var(--dark-brown);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}


#kuliner-body {
    background-color: #1a1510;
}


/* --- HERO SECTION --- */
.kuliner-main-container {
    min-height: 90vh;
    /* Tetap gunakan display flex jika kamu ingin konten di dalamnya juga di tengah */
    display: flex;
    flex-direction: column; /* Biarkan konten (teks/judul) menumpuk ke bawah */
    justify-content: center; 
    align-items: center;
}




.dot-pulse {
    width: 8px;
    height: 8px;
    background-color: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--gold);
    animation: pulse 1.5s infinite alternate;
}

.kuliner-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 6vw, 4.5rem);
    color: var(--cream);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.text-gold-gradient {
    background: linear-gradient(to right, #e8c678, var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kuliner-divider {
    width: 100px;
    height: 2px;
    background: var(--gold);
    margin: 0 auto 2rem auto;
    position: relative;
}

.kuliner-divider::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: var(--dark-brown);
    border: 2px solid var(--gold);
    border-radius: 50%;
}

.kuliner-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    color: var(--grey-text);
    line-height: 1.8;
}



/* --- BENTO GRID LENGKAP & RIBET --- */
.bento-grid-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 5rem 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    gap: 20px;
}

.bento-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: #2a2015;
}

/* Logic Ukuran Grid Asimetris */
.card-large {
    grid-column: span 2;
    grid-row: span 2;
}

.card-wide {
    grid-column: span 2;
    grid-row: span 1;
}

.card-square {
    grid-column: span 1;
    grid-row: span 1;
}


.bento-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}

.bento-card:hover .bento-bg {
    transform: scale(1.1);
}



.bento-card:hover .bento-overlay {
    background: linear-gradient(to top, rgba(26, 21, 16, 0.95) 0%, rgba(26, 21, 16, 0.6) 50%, rgba(26, 21, 16, 0.3) 100%);
}

.bento-content {
    position: absolute;
    inset: 0;
    padding: 2rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bottom-aligned {
    justify-content: flex-end;
}

.center-aligned {
    justify-content: center;
    align-items: center;
}

.flex-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: auto;
    /* Dorong sisanya ke bawah */
}

.bento-icon {
    width: 50px;
    height: 50px;
    background: rgba(184, 146, 67, 0.2);
    border: 1px solid rgba(184, 146, 67, 0.4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--gold);
    backdrop-filter: blur(5px);
    margin-bottom: auto;
}

.bento-icon.small {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.bento-tag {
    font-family: 'Josefin Sans', sans-serif;
    color: var(--gold);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.bento-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--cream);
    margin: 0 0 10px 0;
}

.card-wide .bento-title {
    font-size: 1.8rem;
    margin: 0;
}

.card-square .bento-title {
    font-size: 1.5rem;
    margin: 0;
}

.bento-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #c9c3bc;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bento-text-mini {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9rem;
    color: #c9c3bc;
}

.bento-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cream);
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.bento-card:hover .bento-btn {
    color: var(--gold);
    border-bottom: 1px solid var(--gold);
}

.bento-card:hover .bento-btn i {
    transform: translateX(5px) rotate(-45deg);
    transition: transform 0.3s ease;
}

/* Efek Spotlight Card 4 */
.card-info {
    border: 1px solid rgba(184, 146, 67, 0.3);
}

.border-glow-effect {
    position: absolute;
    inset: 0;
    background: radial-gradient(600px circle at var(--mouse-x) var(--mouse-y), rgba(184, 146, 67, 0.15), transparent 40%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
}

.card-info:hover .border-glow-effect {
    opacity: 1;
}


/* --- PARALLAX QUOTE (Sama Kayak Referensi Jogja Saniki) --- */
.parallax-quote-section {
    position: relative;
    width: 100%;
    padding: 120px 20px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Parallax effect */
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid rgba(184, 146, 67, 0.5);
    border-bottom: 2px solid rgba(184, 146, 67, 0.5);
}

.parallax-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 21, 16, 0.8), rgba(26, 21, 16, 0.6));
    z-index: 1;
}

.quote-container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    background: rgba(26, 21, 16, 0.4);
    border: 1px solid rgba(184, 146, 67, 0.3);
    padding: 50px 40px;
    border-radius: 16px;
    backdrop-filter: blur(8px);
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.quote-badge {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.q-badge-dark {
    background: var(--cream);
    color: var(--zinc);
    padding: 8px 20px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.q-badge-gold {
    background: var(--gold);
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.quote-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-style: italic;
    color: var(--cream);
    line-height: 1.6;
    margin: 0;
}


/* --- STATISTIK RIBET SECTION --- */
.complex-stats-section {
    width: 100%;
    padding: 80px 20px;
    background: var(--dark-brown);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}