/* SOON HAVEN — ultra-modern surface system (Bootstrap 5.3 data-bs-theme) */

[data-bs-theme="dark"] {
    --sh-bg: #050508;
    --sh-bg-elevated: #0e0e12;
    --sh-surface: #14141a;
    --sh-surface-2: #1a1a22;
    --sh-border: rgba(255, 255, 255, 0.08);
    --sh-text: #f4f4f8;
    --sh-text-muted: #9898a8;
    --sh-accent: #5eead4;
    --sh-accent-2: #a78bfa;
    --sh-glow: rgba(94, 234, 212, 0.35);
    --sh-card-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.45);
}

[data-bs-theme="light"] {
    --sh-bg: #f6f7fb;
    --sh-bg-elevated: #ffffff;
    --sh-surface: #ffffff;
    --sh-surface-2: #eef0f6;
    --sh-border: rgba(15, 15, 25, 0.08);
    --sh-text: #0f0f14;
    --sh-text-muted: #5c5c6e;
    --sh-accent: #0d9488;
    --sh-accent-2: #7c3aed;
    --sh-glow: rgba(13, 148, 136, 0.25);
    --sh-card-shadow: 0 1rem 2.5rem rgba(15, 15, 40, 0.08);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .sh-ticker__track,
    .reveal {
        animation: none !important;
        transition: none !important;
    }
}

body.sh-body {
    font-family: "Outfit", system-ui, sans-serif;
    background-color: var(--sh-bg);
    color: var(--sh-text);
    padding-bottom: 4.5rem;
}

@media (min-width: 992px) {
    body.sh-body {
        padding-bottom: 0;
    }
}

.font-display {
    font-family: "Syne", system-ui, sans-serif;
    letter-spacing: -0.02em;
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    z-index: 1080;
    background: linear-gradient(90deg, var(--sh-accent), var(--sh-accent-2));
    pointer-events: none;
    transition: width 0.08s linear;
}

.sh-ticker {
    overflow: hidden;
    background: var(--sh-surface);
    border-bottom: 1px solid var(--sh-border);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--sh-text-muted);
    white-space: nowrap;
}

.sh-ticker__track {
    display: inline-flex;
    flex-wrap: nowrap;
    width: max-content;
    padding: 0.45rem 0;
    animation: sh-marquee 22s linear infinite;
}

.sh-ticker__chunk {
    padding-right: 3rem;
}

@keyframes sh-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.sh-header {
    z-index: 1030;
}

.sh-navbar {
    background: rgba(10, 10, 14, 0.72) !important;
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    border-bottom: 1px solid var(--sh-border);
}

[data-bs-theme="light"] .sh-navbar {
    background: rgba(255, 255, 255, 0.82) !important;
}

.sh-brand {
    font-size: clamp(1rem, 2.5vw, 1.05rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--sh-text) !important;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.sh-brand:hover {
    color: var(--sh-accent) !important;
    opacity: 1;
}

.sh-nav-items {
    --sh-nav-gap: 0.35rem;
}

@media (min-width: 992px) {
    .sh-nav-items {
        flex-direction: row;
        flex-wrap: wrap;
        gap: var(--sh-nav-gap);
    }

    .sh-nav-items .nav-item {
        margin: 0;
    }

    .sh-nav-items .sh-nav-link {
        padding-left: 0.65rem !important;
        padding-right: 0.65rem !important;
    }
}

.sh-nav-link {
    position: relative;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    color: var(--sh-text-muted) !important;
    transition: color 0.2s ease;
}

.sh-nav-link:hover,
.sh-nav-link:focus {
    color: var(--sh-text) !important;
}

.sh-nav-link.active {
    color: var(--sh-text) !important;
}

.sh-nav-link.active::after {
    content: "";
    position: absolute;
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.2rem;
    height: 2px;
    border-radius: 2px;
    background: var(--sh-accent);
    opacity: 0.95;
}

.btn-sh-nav-cta {
    align-self: stretch;
}

.btn-sh-header-cta {
    white-space: nowrap;
}

.btn-sh-accent {
    --bs-btn-color: #050508;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-size: 0.72rem;
    padding: 0.62rem 1.35rem;
    background: linear-gradient(125deg, var(--sh-accent) 0%, #2dd4bf 38%, #818cf8 72%, var(--sh-accent-2) 100%);
    background-size: 140% 100%;
    background-position: 0% 50%;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 1px 2px rgba(0, 0, 0, 0.08),
        0 8px 28px rgba(0, 0, 0, 0.12),
        0 0 32px var(--sh-glow);
    transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, filter 0.2s ease, background-position 0.45s ease;
}

.btn-sh-accent::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 52%);
    pointer-events: none;
    z-index: -1;
}

.btn-sh-accent.btn-lg {
    --bs-btn-font-size: 0.8rem;
    min-height: 3.25rem;
    padding: 0.75rem 1.5rem;
    letter-spacing: 0.08em;
}

.btn-sh-accent:hover {
    transform: translateY(-2px) scale(1.02);
    filter: brightness(1.05) saturate(1.05);
    background-position: 100% 50%;
    color: #050508;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.32),
        0 2px 4px rgba(0, 0, 0, 0.06),
        0 12px 36px rgba(0, 0, 0, 0.14),
        0 0 40px var(--sh-glow);
}

.btn-sh-accent:active {
    transform: translateY(0) scale(0.98);
    filter: brightness(0.98);
}

[data-bs-theme="light"] .btn-sh-accent {
    --bs-btn-color: #fff;
    color: #fff !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 1px 2px rgba(15, 15, 40, 0.06),
        0 8px 28px rgba(13, 148, 136, 0.18),
        0 0 36px rgba(124, 58, 237, 0.12);
}

[data-bs-theme="light"] .btn-sh-accent:hover {
    color: #fff !important;
}

.btn-sh-accent:focus-visible {
    outline: 2px solid var(--sh-accent-2);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .btn-sh-accent {
        background-size: 100% 100%;
        transition: transform 0.2s ease, filter 0.2s ease;
    }

    .btn-sh-accent:hover {
        background-position: 0% 50%;
    }
}

.sh-icon-btn {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--sh-border);
    background: var(--sh-surface-2);
    color: var(--sh-text);
    font-size: 1.1rem;
    line-height: 1;
}

/* Theme toggle — glass control + split disk */
.sh-theme-toggle {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--sh-border);
    background: rgba(26, 26, 34, 0.55);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 4px 20px rgba(0, 0, 0, 0.2);
    color: var(--sh-text);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease, box-shadow 0.25s ease;
}

[data-bs-theme="light"] .sh-theme-toggle {
    background: rgba(255, 255, 255, 0.72);
    box-shadow:
        inset 0 1px 0 #fff,
        0 4px 24px rgba(15, 15, 40, 0.08);
}

.sh-theme-toggle:hover {
    border-color: rgba(94, 234, 212, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 0 0 1px rgba(94, 234, 212, 0.15),
        0 8px 28px rgba(0, 0, 0, 0.15);
    transform: scale(1.06);
}

.sh-theme-toggle:active {
    transform: scale(0.96);
}

.sh-theme-toggle:focus-visible {
    outline: 2px solid var(--sh-accent);
    outline-offset: 3px;
}

.sh-theme-toggle__icon {
    display: block;
    flex-shrink: 0;
}

.sh-theme-toggle__icon--moon {
    display: none;
}

[data-bs-theme="light"] .sh-theme-toggle__icon--sun {
    display: none;
}

[data-bs-theme="light"] .sh-theme-toggle__icon--moon {
    display: block;
}

@media (prefers-reduced-motion: reduce) {
    .sh-theme-toggle:hover {
        transform: none;
    }
}

.site-main {
    min-height: 50vh;
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
}

.hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% 40%, rgba(94, 234, 212, 0.18), transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(167, 139, 250, 0.2), transparent 45%),
        linear-gradient(165deg, rgba(5, 5, 8, 0.92) 0%, rgba(5, 5, 8, 0.55) 55%, rgba(5, 5, 8, 0.88) 100%),
        url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1920&q=80") center/cover no-repeat;
    z-index: -1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.hero-badge .sh-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sh-accent);
    box-shadow: 0 0 12px var(--sh-accent);
    animation: sh-pulse 2s ease-in-out infinite;
}

@keyframes sh-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }
}

.hero h1 {
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    line-height: 1.05;
    max-width: 14ch;
}

.hero .lead {
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 300;
}

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0.65rem 1.35rem;
    backdrop-filter: blur(8px);
}

.btn-hero-outline.btn-lg {
    min-height: 3.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff !important;
}

.sh-section {
    background: var(--sh-bg);
}

.sh-section-alt {
    background: var(--sh-bg-elevated);
}

.sh-section-surface {
    background: var(--sh-surface);
    border-top: 1px solid var(--sh-border);
    border-bottom: 1px solid var(--sh-border);
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.sh-gradient-text {
    background: linear-gradient(120deg, var(--sh-accent), var(--sh-accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sh-muted-label {
    color: var(--sh-text-muted);
    font-weight: 600;
}

.card-dish {
    border: 1px solid var(--sh-border);
    border-radius: 1rem;
    overflow: hidden;
    background: var(--sh-surface);
    box-shadow: var(--sh-card-shadow);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease, box-shadow 0.35s ease;
}

.card-dish:hover {
    transform: translateY(-6px) scale(1.01);
    border-color: rgba(94, 234, 212, 0.35);
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(94, 234, 212, 0.12);
}

[data-bs-theme="light"] .card-dish:hover {
    box-shadow: 0 1.25rem 2.5rem rgba(15, 15, 40, 0.12), 0 0 0 1px rgba(13, 148, 136, 0.2);
}

.card-dish .ratio img {
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.card-dish:hover .ratio img {
    transform: scale(1.06);
}

.price-tag {
    font-weight: 700;
    font-size: 1.1rem;
    background: linear-gradient(90deg, var(--sh-accent), var(--sh-accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sh-stat {
    padding: 1.25rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--sh-border);
    background: var(--sh-surface);
    text-align: center;
    transition: border-color 0.2s ease;
}

.sh-stat:hover {
    border-color: rgba(94, 234, 212, 0.3);
}

.sh-stat__value {
    font-family: "Syne", sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(120deg, var(--sh-text), var(--sh-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sh-stat__label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--sh-text-muted);
    margin-top: 0.35rem;
}

.sh-quote {
    border: 1px solid var(--sh-border);
    border-radius: 1.25rem;
    padding: 1.75rem;
    background: linear-gradient(145deg, var(--sh-surface), var(--sh-surface-2));
    height: 100%;
}

.sh-quote p {
    font-size: 0.95rem;
    color: var(--sh-text-muted);
    font-style: italic;
}

.sh-quote .sh-stars {
    color: var(--sh-accent);
    letter-spacing: 0.15em;
    font-size: 0.85rem;
}

.sh-menu-filters {
    position: sticky;
    top: 4.5rem;
    z-index: 20;
    padding: 0.75rem 0 1rem;
    margin: -0.5rem 0 1rem;
    background: linear-gradient(to bottom, var(--sh-bg) 60%, transparent);
}

.sh-filter-btn {
    border: 1px solid var(--sh-border);
    background: var(--sh-surface);
    color: var(--sh-text-muted);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.sh-filter-btn:hover {
    color: var(--sh-text);
    border-color: var(--sh-text-muted);
}

.sh-filter-btn.is-active {
    color: #050508;
    background: linear-gradient(120deg, var(--sh-accent), #99f6e4);
    border-color: transparent;
}

[data-bs-theme="light"] .sh-filter-btn.is-active {
    color: #fff;
    background: linear-gradient(120deg, #0d9488, #6366f1);
}

.gallery-tile {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--sh-border);
}

.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-tile:hover img {
    transform: scale(1.07);
}

.sh-glass-panel {
    border: 1px solid var(--sh-border);
    border-radius: 1.25rem;
    background: rgba(20, 20, 26, 0.65);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

[data-bs-theme="light"] .sh-glass-panel {
    background: rgba(255, 255, 255, 0.9);
}

.form-control,
.form-select {
    background-color: var(--sh-surface-2);
    border-color: var(--sh-border);
    color: var(--sh-text);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--sh-accent);
    box-shadow: 0 0 0 0.2rem rgba(94, 234, 212, 0.2);
    background-color: var(--sh-surface-2);
    color: var(--sh-text);
}

[data-bs-theme="light"] .form-control:focus,
[data-bs-theme="light"] .form-select:focus {
    background-color: #fff;
}

.form-label {
    color: var(--sh-text-muted);
    font-size: 0.85rem;
    font-weight: 500;
}

.sh-footer {
    --sh-footer-fg: #f4f4f8;
    --sh-footer-muted: rgba(244, 244, 248, 0.82);
    --sh-footer-faint: rgba(244, 244, 248, 0.55);
    --sh-footer-surface: #0c0c10;
    position: relative;
    overflow: hidden;
    color: var(--sh-footer-fg);
    background: linear-gradient(165deg, var(--sh-surface) 0%, var(--sh-footer-surface) 42%, #030305 100%);
    border-top: 1px solid var(--sh-border);
}

[data-bs-theme="light"] .sh-footer {
    --sh-footer-fg: #12121a;
    --sh-footer-muted: #3f3f52;
    --sh-footer-faint: #6b6b80;
    --sh-footer-surface: #f0f2f8;
    color: var(--sh-footer-fg);
    background: linear-gradient(180deg, #ffffff 0%, #eef1f8 55%, #e8ecf4 100%);
    border-top-color: rgba(15, 15, 25, 0.08);
}

.sh-footer__accent {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, transparent, var(--sh-accent), var(--sh-accent-2), transparent);
    opacity: 0.85;
}

.sh-footer__texture {
    position: absolute;
    inset: 0;
    opacity: 0.45;
    pointer-events: none;
    background-image: radial-gradient(ellipse 120% 80% at 100% 0%, rgba(94, 234, 212, 0.08), transparent 50%),
        radial-gradient(ellipse 80% 60% at 0% 100%, rgba(167, 139, 250, 0.07), transparent 45%);
}

[data-bs-theme="light"] .sh-footer__texture {
    opacity: 1;
    background-image: radial-gradient(ellipse 100% 70% at 90% -10%, rgba(13, 148, 136, 0.07), transparent 45%),
        radial-gradient(ellipse 90% 50% at 0% 110%, rgba(124, 58, 237, 0.05), transparent 50%);
}

.sh-footer__eyebrow {
    color: var(--sh-footer-faint);
    font-weight: 600;
}

[data-bs-theme="dark"] .sh-footer__eyebrow {
    color: rgba(244, 244, 248, 0.5);
}

.sh-footer__brand {
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: linear-gradient(120deg, var(--sh-footer-fg), var(--sh-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

[data-bs-theme="light"] .sh-footer__brand {
    background: linear-gradient(120deg, #0f0f14, #0d9488);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sh-footer__lead,
.sh-footer__list,
.sh-footer__body {
    color: var(--sh-footer-muted);
    font-size: 0.95rem;
    line-height: 1.65;
    font-weight: 400;
}

.sh-footer__list li + li {
    margin-top: 0.4rem;
}

.sh-footer__label {
    color: var(--sh-footer-fg);
    font-weight: 700;
    letter-spacing: 0.14em;
    opacity: 0.92;
}

[data-bs-theme="dark"] .sh-footer__label {
    color: #fff;
}

.sh-footer__actions {
    color: var(--sh-footer-muted);
    font-size: 0.95rem;
}

.sh-footer__dot {
    color: var(--sh-footer-faint);
    margin: 0 0.35rem;
}

.sh-footer__link {
    color: var(--sh-footer-fg);
    font-weight: 600;
    text-decoration: none;
    text-underline-offset: 0.2em;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.sh-footer__link:hover {
    color: var(--sh-accent);
    text-decoration: underline;
}

[data-bs-theme="light"] .sh-footer__link:hover {
    color: #0d9488;
}

.sh-footer__btn {
    border: 1px solid var(--sh-border);
    background: rgba(255, 255, 255, 0.06);
    color: var(--sh-footer-fg);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.68rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.sh-footer__btn:hover {
    border-color: var(--sh-accent);
    background: rgba(94, 234, 212, 0.12);
    color: var(--sh-footer-fg);
    transform: translateY(-1px);
}

[data-bs-theme="light"] .sh-footer__btn {
    background: #fff;
    border-color: rgba(15, 15, 25, 0.12);
    color: var(--sh-footer-fg);
}

[data-bs-theme="light"] .sh-footer__btn:hover {
    border-color: #0d9488;
    background: rgba(13, 148, 136, 0.08);
    color: var(--sh-footer-fg);
}

.sh-footer__bar {
    border-top: 1px solid var(--sh-border);
}

[data-bs-theme="light"] .sh-footer__bar {
    border-top-color: rgba(15, 15, 25, 0.1);
}

.sh-footer__legal {
    color: var(--sh-footer-muted);
    font-weight: 500;
}

.sh-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    justify-content: center;
}

@media (min-width: 576px) {
    .sh-footer__nav {
        justify-content: flex-end;
    }
}

.sh-footer__nav-link {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sh-footer-faint);
    text-decoration: none;
    transition: color 0.2s ease;
}

.sh-footer__nav-link:hover {
    color: var(--sh-accent);
}

[data-bs-theme="light"] .sh-footer__nav-link:hover {
    color: #0d9488;
}

.sh-mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    display: flex;
    gap: 0;
    padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom));
    background: rgba(10, 10, 14, 0.88);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--sh-border);
}

[data-bs-theme="light"] .sh-mobile-bar {
    background: rgba(255, 255, 255, 0.92);
}

.sh-mobile-bar__btn {
    flex: 1;
    text-align: center;
    padding: 0.65rem 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sh-text-muted);
    text-decoration: none;
    border-radius: 0.65rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.sh-mobile-bar__btn:hover {
    color: var(--sh-text);
    background: var(--sh-surface-2);
}

.sh-mobile-bar__btn--accent {
    background: linear-gradient(120deg, var(--sh-accent), var(--sh-accent-2));
    color: #050508 !important;
    margin: 0 0.25rem;
}

[data-bs-theme="light"] .sh-mobile-bar__btn--accent {
    color: #fff !important;
}

.sh-back-top {
    position: fixed;
    bottom: 5.5rem;
    right: 1rem;
    z-index: 1035;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 1px solid var(--sh-border);
    background: var(--sh-surface);
    color: var(--sh-text);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, border-color 0.2s ease;
    box-shadow: var(--sh-card-shadow);
}

.sh-back-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sh-back-top:hover {
    border-color: var(--sh-accent);
}

@media (min-width: 992px) {
    .sh-back-top {
        bottom: 2rem;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.08s;
}

.reveal-delay-2 {
    transition-delay: 0.16s;
}

.reveal-delay-3 {
    transition-delay: 0.24s;
}

.sh-carousel .carousel-control-prev,
.sh-carousel .carousel-control-next {
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid var(--sh-border);
    background: var(--sh-surface);
    opacity: 1;
}

.sh-carousel .carousel-control-prev-icon,
.sh-carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

[data-bs-theme="light"] .sh-carousel .carousel-control-prev-icon,
[data-bs-theme="light"] .sh-carousel .carousel-control-next-icon {
    filter: none;
}

.alert {
    border-radius: 0.75rem;
}

.link-on-canvas {
    color: var(--sh-accent);
}

.link-on-canvas:hover {
    color: var(--sh-accent-2);
}

.letter-spacing {
    letter-spacing: 0.12em;
}

/* —— Header: scroll depth + minimal nav —— */
.site-header.is-scrolled .sh-navbar {
    box-shadow: 0 0.35rem 1.25rem rgba(0, 0, 0, 0.12);
    border-bottom-color: var(--sh-border);
}

[data-bs-theme="light"] .site-header.is-scrolled .sh-navbar {
    box-shadow: 0 0.25rem 1rem rgba(15, 15, 40, 0.06);
}

.sh-navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 234, 212, 0.15);
}

@media (max-width: 991.98px) {
    .sh-navbar-collapse {
        margin-top: 0.5rem;
        padding: 0.75rem 0 0.25rem;
        border-top: 1px solid var(--sh-border);
        background: transparent;
        box-shadow: none;
    }

    .sh-nav-link.active::after {
        left: 0;
        right: auto;
        bottom: 0.35rem;
        width: 3px;
        height: 1.15rem;
        border-radius: 2px;
    }
}

/* —— Menu page —— */
.sh-menu-hero__glow {
    position: absolute;
    inset: -40% -20% auto;
    height: 85%;
    background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(94, 234, 212, 0.14), transparent 55%),
        radial-gradient(ellipse 50% 40% at 80% 20%, rgba(167, 139, 250, 0.12), transparent 50%);
    pointer-events: none;
}

[data-bs-theme="light"] .sh-menu-hero__glow {
    background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(13, 148, 136, 0.12), transparent 55%),
        radial-gradient(ellipse 50% 40% at 80% 20%, rgba(124, 58, 237, 0.08), transparent 50%);
}

.sh-menu-toolbar .form-control,
.sh-menu-toolbar .form-select {
    border-radius: 0.65rem;
}

.sh-menu-search-group .input-group-text {
    background: var(--sh-surface-2);
    border-color: var(--sh-border);
    color: var(--sh-text-muted);
    border-radius: 0.65rem 0 0 0.65rem;
}

.sh-menu-search-group .form-control {
    border-radius: 0 0.65rem 0.65rem 0;
}

.sh-menu-count {
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    letter-spacing: -0.02em;
}

.sh-dish-badge {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    color: #050508;
    background: linear-gradient(120deg, var(--sh-accent), #c4b5fd);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
}

[data-bs-theme="light"] .sh-dish-badge {
    color: #fff;
    background: linear-gradient(120deg, #0d9488, #7c3aed);
}

.card-dish--featured {
    border-color: rgba(94, 234, 212, 0.28);
}

[data-bs-theme="light"] .card-dish--featured {
    border-color: rgba(13, 148, 136, 0.35);
}

.card-dish__media {
    overflow: hidden;
}

.card-dish__placeholder {
    background: linear-gradient(145deg, var(--sh-surface-2), var(--sh-surface));
}

.btn-sh-dish-ghost {
    flex-shrink: 0;
    border: 1px solid var(--sh-border);
    background: transparent;
    color: var(--sh-text-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.btn-sh-dish-ghost:hover {
    border-color: var(--sh-accent);
    color: var(--sh-accent);
    background: rgba(94, 234, 212, 0.06);
}

[data-bs-theme="light"] .btn-sh-dish-ghost:hover {
    color: var(--sh-accent);
}

.sh-menu-filters {
    top: 5rem;
}

/* —— Password visibility toggle —— */
.sh-password-wrap__input {
    padding-right: 2.85rem;
}

.sh-password-toggle {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: translateY(-50%);
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    color: var(--sh-text-muted);
    transition: color 0.2s ease, background 0.2s ease;
}

.sh-password-toggle:hover {
    color: var(--sh-accent);
    background: rgba(94, 234, 212, 0.08);
}

[data-bs-theme="light"] .sh-password-toggle:hover {
    background: rgba(13, 148, 136, 0.1);
}

.sh-password-toggle:focus-visible {
    outline: 2px solid var(--sh-accent);
    outline-offset: 1px;
}

.sh-password-toggle__icon {
    display: block;
    flex-shrink: 0;
}

/* —— Admin login (standalone) —— */
.sh-admin-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem calc(2rem + env(safe-area-inset-bottom));
    position: relative;
    overflow: hidden;
}

.sh-admin-login__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 90% 70% at 15% 10%, rgba(94, 234, 212, 0.14), transparent 52%),
        radial-gradient(ellipse 70% 55% at 92% 88%, rgba(167, 139, 250, 0.12), transparent 48%),
        linear-gradient(165deg, var(--sh-bg) 0%, #08080f 100%);
}

.sh-admin-login__noise {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.sh-admin-login__card {
    position: relative;
    width: 100%;
    max-width: 26rem;
    border-radius: 1.35rem;
    padding: 2.25rem 2rem 2rem;
    border: 1px solid var(--sh-border);
    background: rgba(20, 20, 26, 0.75);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.sh-admin-login__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sh-text-muted);
    margin-bottom: 0.75rem;
}

.sh-admin-login__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sh-accent);
    box-shadow: 0 0 10px var(--sh-accent);
}

.sh-admin-login__title {
    font-family: "Syne", system-ui, sans-serif;
    font-size: clamp(1.5rem, 4vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--sh-text);
    margin-bottom: 0.35rem;
}

.sh-admin-login__subtitle {
    font-size: 0.9rem;
    color: var(--sh-text-muted);
    margin-bottom: 1.75rem;
}

.sh-admin-login .form-label {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

.sh-admin-login .form-control {
    border-radius: 0.7rem;
    padding: 0.65rem 0.85rem;
}

.sh-admin-login__submit {
    margin-top: 0.25rem;
    width: 100%;
    border-radius: 999px;
    padding: 0.75rem 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.sh-admin-login__foot {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--sh-border);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
}

.sh-admin-login__back {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--sh-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.sh-admin-login__back:hover {
    color: var(--sh-accent);
}

.sh-admin-login__hint {
    font-size: 0.7rem;
    color: var(--sh-text-muted);
    opacity: 0.75;
    max-width: 18rem;
    margin: 0;
}

.sh-kbd {
    display: inline-block;
    font-family: inherit;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.12rem 0.4rem;
    margin: 0 0.05rem;
    border: 1px solid var(--sh-border);
    border-radius: 0.3rem;
    background: var(--sh-surface-2);
    color: var(--sh-text);
}

.sh-kbd-plus {
    font-size: 0.65rem;
    color: var(--sh-text-muted);
    margin: 0 0.1rem;
    user-select: none;
}

/* —— Site-wide responsive & polish (public + install) —— */
html {
    -webkit-text-size-adjust: 100%;
    scroll-padding-top: calc(4.5rem + env(safe-area-inset-top, 0px));
}

@media (min-width: 992px) {
    html {
        scroll-padding-top: calc(5rem + env(safe-area-inset-top, 0px));
    }
}

.sh-section,
.sh-section-surface {
    padding-top: clamp(2.5rem, 6vw, 3.5rem) !important;
    padding-bottom: clamp(2.5rem, 6vw, 3.5rem) !important;
}

.hero {
    min-height: clamp(28rem, 78vh, 82vh);
    padding-top: env(safe-area-inset-top, 0);
}

@media (max-width: 575.98px) {
    .hero .container {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }

    .hero h1 {
        max-width: none;
    }

    .display-5 {
        font-size: clamp(1.65rem, 7vw, 2.35rem) !important;
    }
}

.sh-page-lede {
    max-width: min(36rem, 100%);
    margin-left: auto;
    margin-right: auto;
}

.sh-page-lede--sm {
    max-width: min(32rem, 100%);
}

.sh-page-lede--md {
    max-width: min(34rem, 100%);
}

@media (max-width: 575.98px) {
    .sh-page-lede,
    .sh-page-lede--sm,
    .sh-page-lede--md {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }
}

.sh-about-hero-img {
    max-height: min(520px, 58vh);
}

@media (max-width: 991.98px) {
    .sh-about-hero-img {
        max-height: min(360px, 48vh);
    }
}

.sh-navbar-collapse {
    max-height: calc(100vh - 5.5rem - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

@media (min-width: 992px) {
    .sh-navbar-collapse {
        max-height: none;
        overflow: visible;
    }
}

.sh-ticker {
    font-size: clamp(0.58rem, 1.8vw, 0.7rem);
}

.sh-ticker__track {
    padding-top: max(0.4rem, env(safe-area-inset-top, 0px));
}

.sh-mobile-bar {
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
}

.sh-mobile-bar__btn {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sh-back-top {
    right: max(1rem, env(safe-area-inset-right, 0px));
}

.sh-menu-toolbar {
    padding: clamp(1rem, 3vw, 1.5rem) !important;
}

.sh-menu-filters {
    top: calc(4.75rem + env(safe-area-inset-top, 0px));
}

@media (min-width: 992px) {
    .sh-menu-filters {
        top: calc(5rem + env(safe-area-inset-top, 0px));
    }
}

.sh-footer__actions {
    flex-wrap: wrap;
    gap: 0.35rem;
}

.sh-footer__bar {
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
}

.gallery-tile img {
    width: 100%;
    height: 100%;
}

@media (max-width: 575.98px) {
    .sh-glass-panel.p-4,
    .sh-glass-panel.p-md-5 {
        padding: 1.25rem !important;
    }

    .btn-lg {
        width: 100%;
    }

    .d-md-flex .btn-lg,
    .d-grid .btn-lg {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .hero .d-flex.flex-wrap.gap-3 .btn-lg {
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .sh-admin-login {
        padding: 1.25rem max(0.75rem, env(safe-area-inset-left)) calc(1.5rem + env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-right));
        align-items: flex-start;
        padding-top: max(1.25rem, env(safe-area-inset-top));
    }

    .sh-admin-login__card {
        padding: 1.5rem 1.2rem 1.35rem;
        border-radius: 1.1rem;
    }

    .sh-admin-login__title {
        font-size: clamp(1.35rem, 6vw, 1.65rem);
    }
}

:focus-visible {
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .sh-ticker__track {
        animation-duration: 40s;
    }
}
