*{
    padding : 0%;
    margin : 0%;
    color : white;
}

a{
    text-decoration: none;
}

/* .creepster-regular {
  font-family: "Creepster", system-ui;
  font-style: normal;
} */

/* .nosifer-regular {
  font-family: "Nosifer", sans-serif;
  font-style: normal;
} */


#main1 {
    background-image: url("cave cafe entrance with cozy ambiance.png");
    background-size: cover;
    background-position: center;
    height: 100vh;
    z-index: 0;
    font-family: 'Montserrat', sans-serif;
}

#main2{
    margin-top: 90vh;
    background-image: url("black_&_red_image.jpeg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    z-index: 0;
    font-family: 'Montserrat', sans-serif;
    border-top: 5px solid rgb(0, 0, 0) ;
}

#nav{
    display: flex;
    border-bottom: 5px solid rgb(255, 255, 255);
    padding: 1%;
    z-index: 1;
    background: transparent;
}

#right-nav{
    width: 50%;
    background: transparent;
}

#left-nav{
    width: 50%;
    background: transparent;
}

ul{
    text-decoration: none;
    list-style: none;
    display : flex;
    padding-left : 10%;
    padding-top: 1.5%;
    gap: 5%;
    background: transparent;
}

li a{
    text-decoration: none;
    font-weight: bolder;
    font-style: none;
    font-size: 1.5rem;
    gap : 5%;
    background: transparent;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(220, 220, 147, 0.821), 0 0 20px rgb(152, 118, 60), 0 0 30px rgba(201, 201, 134, 0.607);
}

#right-nav B {
    padding-left: 35%;
    font-size: 250%;
    background: transparent;
    color: #ffffff;
    font-weight: bolder;
    text-shadow: 0 0 10px rgba(220, 220, 147, 0.821), 0 0 20px rgb(152, 118, 60), 0 0 30px rgba(201, 201, 134, 0.607);
}


#contact-main{
    background-image: url("hands-image.jpeg");
    background-size: cover;
    /* background-position: center; */
    height: 100vh;
    padding-top: 5%;
}

.nav-but:hover{
    text-decoration: underline;
    font-size: 1.6rem;
}

#black-box{
    width: 80%;
    height: 80%;
    background-color: black;
    opacity: 80%;
    border-radius: 20px;
    margin-left: 12%;
    margin-top: 0%;
}

#con-us{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: bolder;
    padding-top: 2%;
    font-size: 1.7rem;
    font-family: "Eater", serif;
    font-style: normal;
    letter-spacing: 4px;
}

#con-info p{
    text-align: center;
    font-weight: bolder;
    padding-top: 2%;
    font-size: 1.5rem;
}

#con-info{
    padding-top: 5%;
}

#con-tab{
    margin-left: 3%;
    gap: 10%;
}

#con-tab td{
    padding-top: 1%;
    padding-bottom: 1%;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/* SECTION */
#gallery {
    background: #0d0d0d;
    padding: 60px 20px;
}

/* TITLE */
.gallery-title {
    text-align: center;
    color: white;
    font-family: "Eater", serif;
    letter-spacing: 4px;
    font-size: 2rem;
    margin-bottom: 40px;
}

/* GRID */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

/* ITEM */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

/* IMAGE */
.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;

    transition: transform 0.5s ease, filter 0.5s ease;
}

/* HOVER EFFECT */
.gallery-item:hover img {
    transform: scale(1.2);
    filter: brightness(50%);
}

/* TEXT OVERLAY */
.gallery-item span {
    position: absolute;
    bottom: 20px;
    left: 20px;

    color: white;
    font-size: 1.2rem;
    font-weight: bold;

    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
}

/* SHOW TEXT ON HOVER */
.gallery-item:hover span {
    opacity: 1;
    transform: translateY(0);
}

/* ENTRY ANIMATION */
.gallery-item {
    animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Shared responsive refresh */
* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background: #050505;
    color: #ffffff;
    font-family: 'Montserrat', 'Poppins', Arial, sans-serif;
    line-height: 1.6;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(10px);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 16px 0;
}

.brand {
    color: #ffffff;
    font-family: "Eater", "Montserrat", sans-serif;
    font-size: clamp(1.25rem, 2.2vw, 2rem);
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(220, 60, 60, 0.95), 0 0 20px rgba(230, 185, 90, 0.75);
    white-space: nowrap;
}

.contact-brand {
    font-family: "Montserrat", "Poppins", Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.nav-links a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 8px 12px;
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(178, 22, 22, 0.36);
    outline: none;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 8px;
    background: rgba(178, 22, 22, 0.36);
    cursor: pointer;
}

.nav-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 8px;
    background: #ffffff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-open .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle-bar:nth-child(2) {
    opacity: 0;
}

.nav-open .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.nav-links .nav-but:hover {
    font-size: 0.94rem;
    text-decoration: none;
}

.legacy-menu-nav {
    width: auto;
    border: 0;
    padding: 0;
    background: transparent;
}

.legacy-menu-nav #left-nav {
    position: static;
    width: auto;
    max-height: none;
    overflow: visible;
    background: transparent;
}

.legacy-menu-nav #right-nav,
.legacy-menu-nav #menu-btn {
    display: none;
}

.legacy-menu-nav .nav-links {
    padding: 0;
}

.menu-page .navbar .nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    width: auto;
}

.menu-page .navbar .nav-links li {
    list-style: none;
}

.home-hero {
    min-height: 88vh;
    display: grid;
    place-items: end start;
    padding: 120px max(24px, 7vw) 72px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18)), url("Cave cafe entrance with cozy ambiance.png") center / cover;
}

.hero-copy,
.about-card,
.contact-card {
    width: min(760px, 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.68);
    padding: clamp(24px, 5vw, 56px);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

.eyebrow {
    margin-bottom: 10px;
    color: #f4d37a;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-copy h1,
.page-title,
.gallery-title {
    font-family: "Eater", "Montserrat", sans-serif;
    letter-spacing: 1px;
    line-height: 1.12;
    text-shadow: 0 0 14px rgba(203, 30, 30, 0.9);
}

.hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 7vw, 6.4rem);
}

.hero-copy p,
.about-card p,
.contact-card p,
.service-content p {
    color: #f1eeee;
}

.section {
    padding: clamp(56px, 8vw, 96px) max(18px, 6vw);
}

.gallery-section {
    background: linear-gradient(rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.94)), url("black_&_red_image.jpeg") center / cover;
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.gallery-grid {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.gallery-item {
    border-radius: 8px;
}

.gallery-item img {
    aspect-ratio: 1 / 1;
}

.page-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(56px, 9vw, 110px) 0;
}

.about-page {
    background: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.82)), url("about bg.jpeg") center / cover fixed;
}

.contact-page {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.82)), url("hands-image.jpeg") center / cover fixed;
}

.menu-page,
.services-page {
    background: radial-gradient(circle at top, #340606 0%, #090909 44%, #000000 100%);
}

.about-card,
.contact-card {
    margin: 0 auto;
}

.about-card {
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-card:hover {
    border-color: rgba(244, 211, 122, 0.7);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.52), 0 0 28px rgba(190, 22, 22, 0.28);
}

.about-card h1 {
    margin: 0 0 18px;
    margin-bottom: 18px;
    font-size: clamp(2rem, 6vw, 4.3rem);
}

.about-page .bg,
.about-card #para {
    display: none;
}

.about-card p {
    margin: 0;
    letter-spacing: 0;
}

.about-card p + p {
    margin-top: 20px;
}

.about-showcase {
    width: min(1120px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
    align-items: center;
    gap: clamp(22px, 4vw, 46px);
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.74), rgba(42, 5, 5, 0.72)),
        rgba(0, 0, 0, 0.68);
}

.about-copy {
    position: relative;
    z-index: 1;
}

.about-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.about-video-grid video,
.video-gallery video {
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 430px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: #000000;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
}

.video-section {
    width: min(1120px, 100%);
    margin: clamp(28px, 5vw, 56px) auto 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: clamp(22px, 4vw, 38px);
    background: rgba(0, 0, 0, 0.58);
}

.video-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.video-section h2 {
    margin: 0;
    font-family: "Eater", "Montserrat", sans-serif;
    font-size: clamp(1.8rem, 4vw, 3.4rem);
    line-height: 1.15;
}

.video-toggle {
    min-height: 46px;
    border: 1px solid rgba(244, 211, 122, 0.72);
    border-radius: 8px;
    padding: 10px 18px;
    color: #ffffff;
    background: rgba(178, 22, 22, 0.58);
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.video-toggle:hover,
.video-toggle:focus-visible {
    transform: translateY(-2px);
    background: rgba(202, 35, 35, 0.78);
    outline: none;
}

.video-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 26px;
}

.video-gallery[hidden] {
    display: none;
}

.page-title {
    margin-bottom: 18px;
    text-align: center;
    font-size: clamp(2rem, 5vw, 4.3rem);
}

.page-intro {
    max-width: 760px;
    margin: 0 auto 38px;
    color: #eee2e2;
    text-align: center;
}

.menu-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 6vw, 72px);
    padding: 40px 0;
}

.menu-column {
    width: 100%;
}

.menu-column h2 {
    margin: 28px 0 12px;
    border-bottom: 1px solid rgba(244, 211, 122, 0.72);
    padding-bottom: 8px;
    color: #f4d37a;
    font-size: clamp(1.35rem, 3vw, 2rem);
}

.menu-column h2:first-child {
    margin-top: 0;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0;
    color: #f4eeee;
}

.menu-item span:last-child {
    color: #f4d37a;
    font-weight: 800;
}

.card,
.service-box {
    border-radius: 8px;
}

.menu-page .card {
    height: auto;
}

.service-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.service-box {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
}

.service-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-content h2 {
    color: #f4d37a;
}

.contact-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.contact-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 18px;
}

.contact-label {
    color: #f4d37a;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-value {
    overflow-wrap: anywhere;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: #050505;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 28px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 36px 0;
}

.footer-inner h2,
.footer-inner h3 {
    margin-bottom: 10px;
    color: #f4d37a;
}

.footer-inner p,
.footer-inner a {
    margin: 0;
    color: #e7dfdf;
    letter-spacing: 0;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    min-height: 32px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
    color: #ffffff;
    transform: translateX(2px);
    outline: none;
}

.social-icon {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.instagram-logo {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.youtube-logo {
    background: #ff0000;
}

.footer-hours {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin-top: 10px;
    border: 1px solid rgba(244, 211, 122, 0.58);
    border-radius: 8px;
    padding: 7px 10px;
    color: #ffffff;
    background: transparent;
    font-weight: 700;
}

.footer-hours strong {
    color: #f4d37a;
}

.footer-copy {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px;
    color: #c8bbbb;
    letter-spacing: 0;
    text-align: center;
}

.footer-copy a {
    color: #f4d37a;
    font-weight: 800;
}

.services .page-title {
    font-size: clamp(2rem, 5vw, 4.3rem);
}

@media (max-width: 900px) {
    .navbar {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }

    .nav-links {
        justify-content: flex-start;
    }

    .gallery-grid,
    .menu-container,
    .about-showcase,
    .service-container,
    .footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .video-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .navbar {
        width: min(100% - 24px, 1180px);
    }

    .nav-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .navbar .nav-links,
    .menu-page .navbar .nav-links {
        display: none;
        grid-template-columns: 1fr;
        order: 3;
        width: 100%;
        padding: 10px 0 4px;
        gap: 8px;
    }

    body.nav-open .navbar .nav-links,
    body.nav-open.menu-page .navbar .nav-links {
        display: grid;
    }

    .nav-links a {
        justify-content: center;
        width: 100%;
        min-height: 44px;
        padding-inline: 10px;
        font-size: 0.82rem;
    }

    .nav-links .nav-but:hover {
        font-size: 0.82rem;
    }

    .home-hero {
        min-height: 78vh;
        padding: 80px 16px 36px;
    }

    .gallery-grid,
    .menu-container,
    .about-showcase,
    .about-video-grid,
    .service-container,
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .video-gallery {
        grid-template-columns: 1fr;
    }

    .video-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .video-toggle {
        width: 100%;
    }

    .contact-item {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
