.selector-logo-header {
    display: flex;
    justify-content: center;
    padding: 24px 0 4px;
}

.selector-logo-card {
    background: var(--bone, #f3ead8);
    border: 1px solid rgba(255, 210, 63, 0.55);
    border-radius: 22px;
    padding: 14px 26px;
    box-shadow: 0 18px 42px rgba(0,0,0,0.35);
}

.selector-logo-card img {
    display: block;
    width: min(260px, 70vw);
    height: auto;
    object-fit: contain;
}

.selector-navbar {
    margin-top: 10px;
}

.selector-navbar .selector-brand a {
    display: inline-flex;
    align-items: center;
}

.selector-navbar .selector-brand img {
    filter: drop-shadow(0 4px 10px rgba(255, 255, 255, 0.18));
}

.selector-navbar .selector-contact-nav {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff3f9d, #ff74bd) !important;
    border: 1px solid rgba(255, 210, 63, 0.62);
    border-radius: 999px;
    padding: 11px 18px;
    box-shadow:
        0 14px 28px rgba(255, 63, 157, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.selector-navbar .selector-contact-nav::after {
    display: none;
}

.selector-navbar .selector-contact-nav:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.selector-reserve-mobile {
    display: none;
    text-decoration: none;
}

.selector-story-page {
    padding-top: 34px;
}

.selector-intro-hero {
    padding-top: 28px;
    padding-bottom: 72px;
}

.selector-intro-hero .description,
.selector-about-hero .about-hero-text p {
    max-width: 620px;
}

.selector-intro-hero .hero-image-container {
    width: 100%;
    height: 460px;
}

.selector-about-hero {
    padding-top: 76px;
    scroll-margin-top: 80px;
}

.selector-restaurant-section {
    margin: 90px 0 22px;
    scroll-margin-top: 80px;
}

.selector-section-heading {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.selector-section-heading .section-mini-title {
    display: inline-flex;
    margin-bottom: 18px;
}

.selector-section-heading h2 {
    color: var(--text);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
}

.selector-container {
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 18px 10px 24px;
}

.restaurant-option {
    display: block;
    background: var(--card);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 350px;
}

.restaurant-option:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.restaurant-option img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 25px;
}

.restaurant-option h3 {
    font-size: 1.5rem;
    margin: 20px 0;
    color: var(--accent);
}

.restaurant-option p {
    color: #555;
    margin-bottom: 20px;
}

.btn-select {
    display: inline-block;
    padding: 12px 32px;
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-select:hover {
    background: #a15a43;
}

.selector-social-section {
    width: min(820px, calc(100% - 48px));
    margin: 28px auto 0;
    text-align: center;
}

.selector-social-section h2 {
    margin: 0 0 18px;
    color: var(--bone, #f3ead8);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 700;
}

.selector-social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.selector-social-section .social-card {
    min-height: 74px;
    padding: 20px 24px;
    border-radius: 20px;
}

.selector-social-section .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.selector-social-section .social-icon svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.selector-social-section .social-icon-facebook {
    background: #1877f2;
}

.selector-social-section .social-icon-instagram {
    background: transparent;
    border-radius: 12px;
}

.selector-social-section .social-icon-whatsapp {
    background: #25d366;
}

.selector-social-section .social-icon-instagram svg {
    width: 34px;
    height: 34px;
    fill: none;
}

@media (max-width: 768px) {
    .selector-navbar {
        display: grid !important;
        grid-template-columns: 56px minmax(0, 1fr) auto;
        align-items: center !important;
        gap: 8px !important;
        min-height: 80px;
        padding: 12px 14px !important;
        top: 10px;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .selector-navbar .menu-toggle {
        display: grid !important;
        place-items: center;
        order: 1;
        flex: 0 0 52px !important;
        width: 52px !important;
        height: 52px !important;
        margin: 0 !important;
        justify-self: start;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.46);
        border: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
        line-height: 1;
    }

    .selector-navbar .brand,
    .selector-navbar .selector-brand {
        order: 2;
        width: auto;
        min-width: 0;
        justify-self: center;
        justify-content: center !important;
    }

    .selector-navbar .brand a {
        justify-content: center !important;
    }

    .selector-navbar .brand img {
        height: clamp(52px, 15vw, 66px) !important;
        max-width: min(40vw, 172px) !important;
    }

    .selector-reserve-mobile {
        order: 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 14px;
        border-radius: 999px;
        color: #ffffff !important;
        background: linear-gradient(135deg, #ff3f9d, #ff74bd) !important;
        border: 1px solid rgba(255, 210, 63, 0.52);
        font-weight: 800;
        font-size: .82rem;
        letter-spacing: 0;
        line-height: 1;
        min-width: 96px;
        box-shadow:
            0 12px 24px rgba(255, 63, 157, 0.34),
            inset 0 1px 0 rgba(255, 255, 255, 0.38);
        white-space: nowrap;
        justify-self: end;
    }

    .selector-reserve-mobile:visited,
    .selector-reserve-mobile:hover,
    .selector-reserve-mobile:focus {
        color: #ffffff !important;
        background: linear-gradient(135deg, #ff3f9d, #ff74bd) !important;
    }

    .selector-navbar nav {
        position: fixed !important;
        top: 0 !important;
        width: min(82vw, 300px) !important;
        left: -100% !important;
        right: auto !important;
        margin: 0 !important;
        transform: none !important;
        border-left: 0 !important;
        border-right: 1px solid rgba(255, 210, 63, 0.55);
    }

    .selector-navbar nav.active {
        left: 0 !important;
        right: auto !important;
        transform: none !important;
    }

    .selector-navbar .menu-toggle.active {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        z-index: 1001;
    }

    .selector-navbar .selector-contact-nav {
        display: none !important;
    }

    .selector-logo-header {
        padding: 16px 0 0;
    }

    .selector-logo-card {
        padding: 12px 18px;
        border-radius: 18px;
    }

    .selector-logo-card img {
        width: min(220px, 72vw);
    }

    .selector-container {
        flex-direction: column;
        gap: 24px;
        min-height: auto;
        padding: 28px 0 42px;
        align-items: stretch;
    }

    .selector-story-page {
        padding-top: 18px;
    }

    .selector-intro-hero,
    .selector-about-hero {
        padding-top: 34px !important;
        padding-bottom: 42px !important;
    }

    .selector-restaurant-section {
        margin: 42px 0 8px;
    }

    .selector-section-heading {
        margin-bottom: 6px;
        padding: 0 8px;
    }

    .restaurant-option {
        width: 100%;
        max-width: none;
        padding: 22px;
    }

    .restaurant-option img {
        height: clamp(230px, 64vw, 320px);
    }

    .btn-select {
        width: 100%;
        min-height: 46px;
    }

    .selector-social-section {
        width: 100%;
        margin-top: 10px;
        padding: 0 16px 8px;
    }

    .selector-social-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .selector-social-section .social-card {
        min-height: 58px;
        padding: 16px 18px;
    }

    .selector-social-section .social-icon {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 420px) {
    .selector-navbar {
        grid-template-columns: 52px minmax(0, 1fr) auto;
        gap: 8px !important;
        padding-inline: 10px !important;
    }

    .selector-navbar .menu-toggle {
        flex-basis: 48px !important;
        width: 48px !important;
        height: 48px !important;
    }

    .selector-navbar .brand img {
        max-width: min(39vw, 158px) !important;
    }

    .selector-reserve-mobile {
        min-height: 40px;
        padding: 0 11px;
        font-size: .76rem;
        min-width: 90px;
    }
}
