:root {
    --accent: #b49383;
    --accent-dark: #9f7d6d;
    --body-color: #636363;
    --heading-color: #232323;
    --overlay: rgba(0, 0, 0, 0.68);
    --section-space: 102px;
}

body {
    font-family: 'PT Sans Narrow', sans-serif;
    color: var(--body-color);
    background: #fff;
}

.section-space {
    padding: var(--section-space) 0;
}

.site-header {
    background: rgba(0, 0, 0, 0.74);
    backdrop-filter: blur(3px);
}

.site-header .container {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}

.logo-title {
    font-size: 36px;
    line-height: 0.75;
    color: #fff;
}

.logo-image {
    width: 150px;
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-logo-image {
    width: 220px;
}

.logo-subtitle {
    font-size: 12px;
    letter-spacing: 0.68em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}

.site-header nav a {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 22px;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.site-header .venue-btn {
    font-size: 16px;
    padding: 7px 20px;
    line-height: 1.1;
}

.site-header nav a:last-child {
    margin-right: 0;
}

.site-header nav a:hover {
    color: var(--accent);
}

.mobile-menu-toggle {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    color: #fff;
    min-height: 40px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
}

.mobile-menu-toggle i {
    font-size: 24px;
}

.mobile-menu-toggle:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.mobile-header-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.9);
}

.mobile-header-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 10px;
}

.mobile-header-nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.04em;
    padding: 8px 0;
}

.mobile-header-nav a:hover {
    color: var(--accent);
}

.mobile-header-nav .mobile-reservation-btn {
    margin-top: 8px;
    border: 2px solid #fff;
    text-align: center;
    padding: 10px 14px;
}

.mobile-header-nav .mobile-reservation-btn:hover {
    background: #fff;
    color: var(--accent-dark);
}

.venue-btn {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 8px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.venue-btn:hover {
    background: #fff;
    color: var(--accent-dark);
}

.hero-section {
    min-height: 100vh;
    min-height: 100svh;
    position: relative;
    padding-top: 140px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--overlay), var(--overlay)), url('../images/background.jpg');
    background-size: cover;
    background-position: center;
}

.hero-subtitle {
    font-family: 'Alex Brush', cursive;
    font-size: 64px;
    color: var(--accent);
    line-height: 0.8;
}

.hero-brand {
    display: flex;
    justify-content: center;
}

.hero-logo-subtitle {
    width: 320px;
    max-width: 70vw;
    height: auto;
    display: block;
}

.hero-title {
    font-size: 72px;
    color: #fff;
}

.hero-text {
    max-width: 830px;
    font-size: 22px;
    color: #fff;
}

.intro-image {
    width: 100%;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
}

.intro-layout {
    position: relative;
}

.intro-photo-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, 420px) minmax(260px, 420px);
    gap: 32px;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 640px;
}

.intro-image {
    height: 640px;
    object-fit: cover;
}

.intro-overlay-card {
    position: absolute;
    right: -150px;
    top: 110px;
    max-width: 610px;
    min-height: 280px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-card {
    border: 2px solid var(--accent);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
    padding: 54px 42px;
    background: #fff;
}

.card-subtitle {
    font-family: 'Alex Brush', cursive;
    color: var(--accent);
    font-size: 42px;
    line-height: 0.8;
}

.card-title {
    color: var(--heading-color);
    font-size: 48px;
}

.signature-block {
    margin-bottom: 80px;
}

.signature-block:last-child {
    margin-bottom: 0;
}

.signature-image {
    min-height: 525px;
    background-size: cover;
    background-position: center;
}

.reverse {
    flex-direction: row-reverse;
}

.signature-card {
    margin-left: -120px;
    z-index: 2;
    position: relative;
}

.reverse .signature-card {
    margin-left: 0;
    margin-right: -120px;
}

.dish-name {
    font-size: 30px;
    color: var(--heading-color);
}

.dish-price {
    font-size: 28px;
    color: var(--heading-color);
    font-weight: 700;
}

.dish-meta {
    font-size: 18px;
}

.signature-card .venue-btn {
    border-color: var(--accent);
    color: var(--accent);
}

.signature-card .venue-btn:hover {
    background: var(--accent);
    color: #fff;
}

.menu-section {
    background: radial-gradient(circle at 15% 20%, rgba(180, 147, 131, 0.12), transparent 35%),
        radial-gradient(circle at 85% 30%, rgba(180, 147, 131, 0.08), transparent 40%),
        #0f0f0e;
    color: #fff;
}

.menu-heading {
    margin-bottom: 68px;
}

.menu-heading-frame {
    --menu-line-color: rgba(180, 147, 131, 0.85);
    --menu-gap: 300px;
    border: 2px solid var(--menu-line-color);
    padding: 30px 24px 26px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background:
        linear-gradient(var(--menu-line-color), var(--menu-line-color)) left 16px top 28px / calc(50% - (var(--menu-gap) / 2) - 18px) 2px no-repeat,
        linear-gradient(var(--menu-line-color), var(--menu-line-color)) right 16px top 28px / calc(50% - (var(--menu-gap) / 2) - 18px) 2px no-repeat,
        linear-gradient(var(--menu-line-color), var(--menu-line-color)) left 16px bottom 24px / calc(50% - (var(--menu-gap) / 2) - 18px) 2px no-repeat,
        linear-gradient(var(--menu-line-color), var(--menu-line-color)) right 16px bottom 24px / calc(50% - (var(--menu-gap) / 2) - 18px) 2px no-repeat;
}

.menu-kicker {
    font-family: 'Great Vibes', cursive;
    font-size: 42px;
    color: var(--accent);
    line-height: 0.8;
    position: relative;
    z-index: 1;
}

.menu-title {
    font-size: 40px;
    line-height: 0.9;
    position: relative;
    z-index: 1;
}

.menu-stars {
    color: var(--accent);
    letter-spacing: 0.28em;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.menu-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    margin: 0 0 50px;
    flex-wrap: wrap;
}

.menu-filter-btn {
    border: 0;
    background: transparent;
    color: #ececec;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    padding: 0;
    transition: color 0.25s ease;
}

.menu-filter-icon {
    color: #d5a15b;
    font-size: 0.82em;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-filter-icon svg {
    width: 1em;
    height: 1em;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 38px;
}

.menu-filter-btn:hover {
    color: var(--accent);
}

.menu-filter-btn.is-active {
    color: #d5a15b;
}

.menu-list {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.menu-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: opacity 0.22s ease;
}

.menu-item.is-hidden {
    display: none;
}

.menu-thumb {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #2b2b2b;
    box-shadow: 0 0 0 2px #4d4d4d;
    flex-shrink: 0;
}

.menu-body {
    flex: 1;
    min-width: 0;
}

.menu-line {
    display: flex;
    align-items: center;
}

.menu-name,
.menu-price {
    background: #030303;
    display: inline-block;
    padding: 2px 8px;
    line-height: 1.1;
    white-space: nowrap;
}

.menu-name {
    font-size: 20px;
    color: #fff;
}

.menu-dots {
    flex: 1;
    border-bottom: 2px dotted #6f6f6f;
    margin: 0 10px;
    transform: translateY(-2px);
}

.menu-price {
    font-size: 23px;
    color: #d5a15b;
    font-weight: 700;
}

.menu-desc {
    margin-top: 4px;
    color: #767676;
    font-style: italic;
    font-size: 15px;
    line-height: 1.28;
}

.event-section {
    background-image: linear-gradient(rgba(8, 8, 8, 0.67), rgba(8, 8, 8, 0.67)), url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.event-header {
    max-width: 980px;
    margin: 0 auto 42px;
}

.event-kicker {
    font-family: 'Great Vibes', cursive;
    font-size: 64px;
    line-height: 0.85;
    color: var(--accent);
}

.event-intro {
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

.event-slider {
    overflow: hidden;
}

.event-track {
    display: flex;
    gap: 34px;
    transform: translateX(0);
}

.event-slide {
    flex: 0 0 calc((100% - 68px) / 3);
}

.event-card {
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.9);
    overflow: hidden;
    min-height: 470px;
    outline: none;
}

.event-image {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.45s ease;
}

.event-overlay {
    position: absolute;
    inset: 0;
    background: rgba(240, 103, 31, 0.3);
    opacity: 0;
    transition: opacity 0.35s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 28px;
}

.event-popup {
    border: 3px solid rgba(255, 255, 255, 0.92);
    background: rgba(240, 103, 31, 0.78);
    max-width: 320px;
    padding: 18px 22px;
    text-align: center;
    transform: translateY(18px);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.event-name {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
}

.event-desc {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 1.45;
}

.event-card:hover .event-image,
.event-card:focus-within .event-image,
.event-card:focus .event-image {
    transform: scale(1.06);
}

.event-card:hover .event-overlay,
.event-card:focus-within .event-overlay,
.event-card:focus .event-overlay {
    opacity: 1;
}

.event-card:hover .event-popup,
.event-card:focus-within .event-popup,
.event-card:focus .event-popup {
    transform: translateY(0);
    opacity: 1;
}

.event-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.event-dot {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    padding: 0;
}

.event-dot.is-active {
    background: #f0671f;
    border-color: #f0671f;
}

.reservation-section {
    background-image: linear-gradient(rgba(12, 12, 12, 0.72), rgba(12, 12, 12, 0.72)), url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.reservation-header {
    margin: 0 auto 44px;
}

.reservation-kicker {
    font-family: 'Alex Brush', cursive;
    font-size: 54px;
    color: var(--accent);
    line-height: 0.85;
}

.reservation-title {
    font-size: 62px;
    line-height: 0.95;
}

.reservation-grid {
    max-width: 820px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.reservation-option {
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    color: #fff;
    min-height: 220px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.reservation-option:hover {
    transform: translateY(-4px);
    border-color: var(--accent);
    background: rgba(180, 147, 131, 0.18);
    color: #fff;
}

.reservation-option-whatsapp {
    color: #25d366;
    border-color: rgba(37, 211, 102, 0.92);
}

.reservation-option-whatsapp:hover {
    color: #25d366;
    border-color: #25d366;
    background: rgba(37, 211, 102, 0.12);
}

.reservation-option-instagram {
    color: #ff4fa2;
    border-color: rgba(255, 79, 162, 0.92);
}

.reservation-option-instagram:hover {
    color: #ff4fa2;
    border-color: #ff4fa2;
    background: rgba(255, 79, 162, 0.12);
}

.reservation-option:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
}

.reservation-icon {
    width: min(96px, 30vw);
    height: min(96px, 30vw);
    max-width: 96px;
    max-height: 96px;
    object-fit: contain;
    display: block;
}

.reservation-label {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.1;
}

.site-footer {
    background: #232323;
    color: #a5a4a4;
}

.site-footer p,
.site-footer strong {
    color: #fff;
}

.footer-map-link {
    color: #fff;
    text-decoration: none;
}

.footer-map-link:hover {
    color: var(--accent);
    text-decoration: underline;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    margin-top: 6px;
}

.footer-social-link:hover {
    color: var(--accent);
    border-color: var(--accent);
}

.footer-map-wrap {
    border: 2px solid rgba(180, 147, 131, 0.75);
    overflow: hidden;
}

.footer-map-wrap iframe {
    width: 100%;
    height: 300px;
    border: 0;
    display: block;
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: 100vh;
        min-height: 100svh;
        padding-top: 120px;
    }

    .hero-subtitle {
        font-size: 44px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-text {
        font-size: 18px;
    }

    .signature-card,
    .reverse .signature-card {
        margin: -45px 20px 0;
    }

    .signature-image {
        min-height: 380px;
    }

    .card-title {
        font-size: 40px;
    }

    .menu-heading {
        margin-bottom: 52px;
    }

    .intro-photo-wrap {
        grid-template-columns: 1fr 1fr;
        min-height: 520px;
    }

    .intro-image {
        height: 520px;
    }

    .intro-overlay-card {
        right: -20px;
        top: 70px;
        max-width: 520px;
        min-height: 360px;
    }

    .menu-heading-frame {
        --menu-gap: 250px;
        background:
            linear-gradient(var(--menu-line-color), var(--menu-line-color)) left 14px top 25px / calc(50% - (var(--menu-gap) / 2) - 16px) 2px no-repeat,
            linear-gradient(var(--menu-line-color), var(--menu-line-color)) right 14px top 25px / calc(50% - (var(--menu-gap) / 2) - 16px) 2px no-repeat,
            linear-gradient(var(--menu-line-color), var(--menu-line-color)) left 14px bottom 21px / calc(50% - (var(--menu-gap) / 2) - 16px) 2px no-repeat,
            linear-gradient(var(--menu-line-color), var(--menu-line-color)) right 14px bottom 21px / calc(50% - (var(--menu-gap) / 2) - 16px) 2px no-repeat;
    }

    .menu-title {
        font-size: 48px;
    }

    .menu-kicker {
        font-size: 36px;
    }

    .menu-filter {
        gap: 26px;
        margin-bottom: 40px;
    }

    .menu-filter-btn {
        font-size: 26px;
    }

    .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 26px;
    }

    .menu-name,
    .menu-price {
        font-size: 25px;
    }

    .menu-desc {
        font-size: 23px;
    }

    .event-kicker {
        font-size: 52px;
    }

    .event-intro {
        font-size: 20px;
    }

    .event-track {
        gap: 24px;
    }

    .event-slide {
        flex: 0 0 calc((100% - 24px) / 2);
    }

    .event-card,
    .event-image {
        min-height: 400px;
    }

    .event-name {
        font-size: 30px;
    }

    .event-desc {
        font-size: 16px;
    }

    .reservation-kicker {
        font-size: 46px;
    }

    .reservation-title {
        font-size: 46px;
    }

    .reservation-option {
        min-height: 190px;
    }

    .reservation-icon {
        width: 82px;
        height: 82px;
    }

    .reservation-label {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .logo-title {
        font-size: 28px;
    }

    .logo-image {
        width: 120px;
    }

    .footer-logo-image {
        width: 170px;
    }

    .mobile-menu-toggle {
        min-height: 36px;
        padding: 6px 10px;
        font-size: 14px;
    }

    .mobile-menu-toggle i {
        font-size: 20px;
    }

    .mobile-header-nav a {
        font-size: 16px;
    }

    .logo-subtitle {
        font-size: 10px;
    }

    .hero-subtitle {
        font-size: 34px;
    }

    .hero-section {
        min-height: 100vh;
        min-height: 100svh;
        padding-top: 110px;
    }

    .hero-logo-subtitle {
        width: 210px;
        max-width: 78vw;
    }

    .hero-title {
        font-size: 36px;
    }

    .content-card {
        padding: 36px 24px;
    }

    .intro-photo-wrap {
        display: block;
        min-height: auto;
    }

    .intro-image {
        height: auto;
        max-height: 340px;
        margin-bottom: 14px;
    }

    .intro-image-right {
        margin-bottom: 0;
    }

    .intro-overlay-card {
        position: static;
        max-width: 100%;
        min-height: 0;
        margin-top: 16px;
    }

    .card-subtitle {
        font-size: 34px;
    }

    .card-title,
    .dish-name {
        font-size: 30px;
    }

    .dish-price {
        font-size: 24px;
    }

    .menu-heading-frame {
        --menu-gap: 170px;
        padding: 24px 12px 18px;
        background:
            linear-gradient(var(--menu-line-color), var(--menu-line-color)) left 10px top 20px / calc(50% - (var(--menu-gap) / 2) - 12px) 2px no-repeat,
            linear-gradient(var(--menu-line-color), var(--menu-line-color)) right 10px top 20px / calc(50% - (var(--menu-gap) / 2) - 12px) 2px no-repeat,
            linear-gradient(var(--menu-line-color), var(--menu-line-color)) left 10px bottom 16px / calc(50% - (var(--menu-gap) / 2) - 12px) 2px no-repeat,
            linear-gradient(var(--menu-line-color), var(--menu-line-color)) right 10px bottom 16px / calc(50% - (var(--menu-gap) / 2) - 12px) 2px no-repeat;
    }

    .menu-kicker {
        font-size: 28px;
    }

    .menu-title {
        font-size: 34px;
    }

    .menu-stars {
        letter-spacing: 0.18em;
        font-size: 10px;
    }

    .menu-filter {
        gap: 16px;
        margin-bottom: 30px;
    }

    .menu-filter-btn {
        font-size: 20px;
    }

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .menu-list {
        gap: 30px;
    }

    .menu-item {
        gap: 14px;
    }

    .menu-thumb {
        width: 68px;
        height: 68px;
        border-width: 4px;
    }

    .menu-name,
    .menu-price {
        font-size: 18px;
    }

    .menu-desc {
        font-size: 16px;
    }

    .event-header {
        margin-bottom: 28px;
    }

    .event-kicker {
        font-size: 40px;
    }

    .event-intro {
        font-size: 16px;
    }

    .event-track {
        gap: 0;
    }

    .event-slide {
        flex: 0 0 100%;
    }

    .event-card,
    .event-image {
        min-height: 300px;
    }

    .event-overlay {
        opacity: 1;
        background: rgba(240, 103, 31, 0.26);
        padding: 16px;
    }

    .event-popup {
        max-width: 100%;
        padding: 14px;
        transform: translateY(0);
        opacity: 1;
    }

    .event-name {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .event-desc {
        font-size: 14px;
    }

    .event-dot {
        width: 12px;
        height: 12px;
    }

    .reservation-header {
        margin-bottom: 30px;
    }

    .reservation-kicker {
        font-size: 36px;
    }

    .reservation-title {
        font-size: 34px;
    }

    .reservation-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .reservation-option {
        min-height: 160px;
        padding: 18px 16px;
        gap: 10px;
    }

    .reservation-option .reservation-icon {
        width: 72px;
        height: 72px;
        max-width: 72px;
        max-height: 72px;
    }

    .reservation-label {
        font-size: 22px;
    }
}

@media (max-width: 400px) {
    .reservation-option {
        min-height: 138px;
        padding: 14px 12px;
    }

    .reservation-option .reservation-icon {
        width: 58px;
        height: 58px;
        max-width: 58px;
        max-height: 58px;
    }

    .reservation-label {
        font-size: 18px;
    }
}
