@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

@font-face {
    font-family: "Qipao";
    src: local("Qipao"),
    url("./Qipao-Regular.ttf");
}

html, body {
    height: 100%;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}

.main-page-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    transition: background-image 1.5s ease-in-out;
}

.bg-1 {
    background-image: url('hero-bg-1.png');
}

.bg-2 {
    background-image: url('hero-bg-2.png');
}

.bg-3 {
    background-image: url('hero-bg-3.png');
}

.bg-4 {
    background-image: url('hero-bg-4.png');
}

.bg-5 {
    background-image: url('hero-bg-5.png');
}

.bg-6 {
    background-image: url('hero-bg-6.png');
}

.offcanvas-body {
    z-index: 3;
}

.navbar-toggler {
    border: none;
    outline: none;
    background-color: transparent;
}

.navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-dark {
    border: none;
    outline: none;
    background-color: transparent;
}

.navbar-toggler-dark:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-dark:focus {
    box-shadow: none;
}

.navbar-toggler-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.nav-item {
    margin-bottom: 2em;
    font-size: 1.5rem;
}

.nav-link.active {
    font-weight: 600;
}

.footer-icon-color {
    filter: invert(1);
}

.cta-button-white {
    font-family: "Qipao", serif;
}

.title-wrapper {
    max-width: 500px
}

/* Instagram Feed Styles */
.instagram-post {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.instagram-post:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.instagram-embed-placeholder {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.instagram-embed-placeholder:hover {
    border-color: #E4405F;
    transform: translateY(-2px);
}

.instagram-embed-placeholder a {
    color: #6c757d;
    transition: color 0.3s ease;
}

.instagram-embed-placeholder:hover a {
    color: #E4405F;
}

/* Restaurant page specific styles */
.list-unstyled li {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.text-decoration-underline {
    text-decoration: underline !important;
    color: inherit;
    transition: opacity 0.3s ease;
}

.text-decoration-underline:hover {
    opacity: 0.7;
}

.main-text {
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
}

.cta-section {
    margin: 2rem 0;
}

.action-btn {
    font-family: "Qipao", serif;
    background-color: #d4a574;
    border: none;
    color: #000;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.action-btn:hover {
    background-color: #c1965f;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.divider {
    margin: 1rem auto 2.5rem auto;
}

.map-section {
    margin: 2rem 0;
}

.map-placeholder {
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

/* Menu page */
.menu-wrapper {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.6;
}

.menu-intro {
    font-size: 1.25rem;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.menu-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.menu-card {
    padding-top: 0.5rem;
}

.menu-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.menu-card-divider {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-bottom: 1rem;
}

.menu-subheading {
    font-weight: 600;
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.menu-item {
    margin-bottom: 1rem;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 1.15rem;
    font-weight: 600;
}

.menu-item-name {
    flex: 1;
}

.menu-item-price {
    white-space: nowrap;
}

.menu-item-detail {
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 0.25rem;
    font-style: italic;
}

.menu-info {
    margin-top: 1rem;
    font-size: 1.05rem;
}

.menu-story-text {
    margin: 1rem 0 0;
}

.menu-footnote {
    font-size: 0.95rem;
    margin-top: 1rem;
    color: #303030;
}

.menu-loading,
.menu-error {
    font-style: italic;
    color: #6c6c6c;
}

@media (min-width: 1200px) {
    .menu-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
