:root {
    --color-black: #00060A;
    --color-turquoise: #59D0DA;
    --color-cream: #EDEAC7;
    --color-yellow: #EEB81D;
    --color-dark-teal: #2E4545;
    --color-medium-teal: #5F8988;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--color-black);
    color: var(--color-cream);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-wrapper {
}

.main-content {
    padding: 2rem 0;
}

.left-column {
    background: var(--color-black);
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    border-right: 2px solid var(--color-turquoise);
}

.right-column {
    background: var(--color-black);
    padding: 2rem 2.5rem;
}

.logo-section {
    text-align: center;
    margin-bottom: 3rem;
}

.logo-img {
    max-width: 40%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.info-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.info-heading {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--color-turquoise);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.25rem;
    text-align: center;
    position: relative;
    padding-bottom: 0.75rem;
}

.info-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: var(--color-yellow);
}

.hours-list {
    padding: 0;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(89, 208, 218, 0.15);
    font-size: 1rem;
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-day {
    font-weight: 700;
    color: var(--color-yellow);
}

.hours-time {
    font-weight: 600;
    color: var(--color-cream);
}

.hours-note {
    padding: 0;
    margin-top: 0;
}

.hours-note-text {
    color: var(--color-yellow);
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    margin: 0;
}

.address-section {
    padding: 0;
    margin-top: 0;
}

.address-text {
    color: var(--color-cream);
    font-size: 1rem;
    line-height: 1.8;
    text-align: center;
}

.address-link {
    color: var(--color-cream);
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.address-link:hover {
    color: var(--color-turquoise);
    text-decoration: underline;
}

.menu-section {
    max-width: 100%;
    margin: 0 0 3rem 0;
}

.menu-section:last-child {
    margin-bottom: 0;
}

.menu-heading {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--color-turquoise);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(89, 208, 218, 0.3);
}

.menu-heading::after {
    display: none;
}

.menu-note {
    color: var(--color-turquoise);
    font-size: 0.75rem;
    font-weight: 500;
    font-style: italic;
    margin-left: 0.5rem;
    text-transform: none;
    letter-spacing: normal;
}

.menu-list {
    padding: 0;
}

.menu-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(89, 208, 218, 0.1);
    transition: all 0.2s ease;
}

.menu-row:last-child {
    border-bottom: none;
}

.menu-row:hover {
    padding-left: 0.5rem;
}

.menu-row:hover .menu-name {
    color: var(--color-turquoise);
}

.menu-row:hover .menu-price {
    color: var(--color-yellow);
}

.menu-row-variants {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem 0;
}

.menu-variant-header {
    width: 100%;
    margin-bottom: 0.5rem;
}

.menu-row-variants .menu-name {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
    display: block;
}

.menu-variant-description {
    color: var(--color-cream);
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0;
    opacity: 0.85;
    font-style: italic;
}

.menu-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    width: 100%;
    padding-left: 0.5rem;
}

.menu-variant {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--color-cream);
}

.variant-name {
    color: var(--color-cream);
    font-weight: 500;
}

.variant-separator {
    color: rgba(89, 208, 218, 0.5);
    margin: 0 0.25rem;
}

.menu-variant .menu-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-yellow);
}

.menu-variant-extra {
    margin-top: 0.25rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(89, 208, 218, 0.15);
    width: 100%;
}

.menu-name {
    flex: 1;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-cream);
    text-transform: capitalize;
    transition: color 0.2s ease;
}

.menu-dots {
    flex: 1;
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        rgba(89, 208, 218, 0.3) 0px,
        rgba(89, 208, 218, 0.3) 4px,
        transparent 4px,
        transparent 8px
    );
    max-width: 150px;
}

.menu-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-yellow);
    white-space: nowrap;
    transition: color 0.2s ease;
}

.menu-meal {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 0;
}

.menu-meal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.menu-meal .menu-name {
    margin-bottom: 0;
}

.menu-meal-content {
    color: var(--color-cream);
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
    padding-left: 0.5rem;
    font-style: italic;
    opacity: 0.9;
}

.dips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
}

.dip-item {
    color: var(--color-cream);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem;
    text-align: center;
    border: 1px solid rgba(89, 208, 218, 0.2);
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.dip-item:hover {
    color: var(--color-turquoise);
    border-color: var(--color-turquoise);
    background: rgba(89, 208, 218, 0.05);
}

@media (max-width: 991px) {
    .left-column {
        min-height: auto;
        border-right: none;
        border-bottom: 2px solid var(--color-turquoise);
    }

    .right-column {
        min-height: auto;
    }

    .main-content {
        padding: 1rem 0;
    }

    .left-column,
    .right-column {
        padding: 1.5rem;
    }

    .logo-section {
        margin-bottom: 2rem;
    }

    .hours-row {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .menu-row {
        flex-wrap: wrap;
    }

    .menu-dots {
        display: none;
    }

    .menu-price {
        margin-left: auto;
    }

    .menu-variants {
        flex-direction: column;
        gap: 0.75rem;
    }

    .menu-variant {
        justify-content: space-between;
    }
}
