:root {
    --bg: #07111f;
    --bg-soft: #0d1b31;
    --surface: rgba(10, 22, 40, 0.72);
    --surface-strong: rgba(11, 24, 46, 0.9);
    --surface-light: rgba(255, 255, 255, 0.08);
    --stroke: rgba(255, 255, 255, 0.12);
    --stroke-strong: rgba(255, 255, 255, 0.2);
    --text: #f4f7fb;
    --muted: #9aacbf;
    --primary: #ff8a3d;
    --primary-2: #ffd166;
    --accent: #4de2c5;
    --accent-2: #6f8cff;
    --success: #32d583;
    --error: #ff6b7a;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
    --radius: 24px;
    --radius-sm: 18px;
    --container: 1200px;
}

html.dark-mode {
    --bg: #020816;
    --bg-soft: #081224;
    --surface: rgba(5, 14, 28, 0.8);
    --surface-strong: rgba(7, 16, 33, 0.92);
    --surface-light: rgba(255, 255, 255, 0.06);
    --stroke: rgba(255, 255, 255, 0.08);
    --stroke-strong: rgba(255, 255, 255, 0.16);
    --text: #eef5ff;
    --muted: #96a7bf;
    --shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(111, 140, 255, 0.22), transparent 35%),
        radial-gradient(circle at 80% 20%, rgba(77, 226, 197, 0.16), transparent 30%),
        linear-gradient(160deg, #04101f 0%, #081528 45%, #09192f 100%);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.site-shell {
    position: relative;
    min-height: 100vh;
}

.bg-orb,
.bg-grid {
    position: fixed;
    pointer-events: none;
    z-index: -1;
}

.bg-orb {
    filter: blur(40px);
    opacity: 0.7;
}

.orb-one {
    top: 8%;
    left: -8%;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(255, 138, 61, 0.35), transparent 65%);
}

.orb-two {
    right: -10%;
    bottom: 10%;
    width: 34rem;
    height: 34rem;
    background: radial-gradient(circle, rgba(111, 140, 255, 0.34), transparent 65%);
}

.bg-grid {
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.8), transparent 90%);
}

.container {
    width: min(var(--container), calc(100% - 2rem));
    margin: 0 auto;
}

.glass-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.section-block {
    padding: 6rem 0;
    position: relative;
}

.section-header {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-kicker,
.mini-label,
.menu-tag,
.eyebrow,
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
}

.section-kicker,
.mini-label,
.eyebrow,
.menu-tag {
    color: var(--accent);
}

.section-title,
.hero-title {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.04em;
    line-height: 1;
}

.section-title {
    font-size: clamp(2.25rem, 4vw, 3.8rem);
    margin: 0.9rem 0 1rem;
}

.section-text,
.hero-subtitle,
.about-panel p,
.feature-panel p,
.menu-item p,
.gallery-copy p,
.info-content p,
.footer p,
.footer li,
.footer a {
    color: var(--muted);
}

.navbar {
    position: fixed;
    inset: 1rem 0 auto;
    z-index: 1000;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: rgba(8, 20, 36, 0.58);
    border: 1px solid var(--stroke);
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.navbar.scrolled .nav-inner {
    background: rgba(7, 16, 30, 0.82);
    border-color: var(--stroke-strong);
}

.brand-link,
.brand-copy,
.navbar-menu,
.nav-links,
.nav-controls {
    display: flex;
    align-items: center;
}

.brand-link {
    gap: 0.9rem;
    flex-shrink: 0;
}

.brand-mark {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #07111f;
    background: linear-gradient(135deg, var(--primary-2), var(--primary));
    box-shadow: 0 14px 32px rgba(255, 138, 61, 0.28);
}

.brand-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
}

.brand-copy strong {
    color: var(--text);
    font-size: 0.98rem;
}

.brand-copy small {
    color: var(--muted);
    font-size: 0.78rem;
}

.navbar-menu {
    gap: 1.5rem;
}

.nav-links {
    list-style: none;
    gap: 0.5rem;
}

.nav-links a {
    position: relative;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 500;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
}

.nav-controls {
    gap: 0.75rem;
}

.language-switcher select,
.theme-toggle,
.hamburger {
    border: 1px solid var(--stroke);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
}

.language-switcher select,
.theme-toggle {
    height: 2.9rem;
    border-radius: 999px;
    padding: 0 1rem;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.theme-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
}

.language-switcher select:hover,
.theme-toggle:hover {
    transform: translateY(-1px);
    border-color: var(--stroke-strong);
    background: rgba(255, 255, 255, 0.1);
}

.hamburger {
    width: 3rem;
    height: 3rem;
    display: none;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
}

.hamburger span {
    position: absolute;
    left: 0.8rem;
    width: 1.4rem;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.hamburger span:nth-child(1) {
    top: 1rem;
}

.hamburger span:nth-child(2) {
    top: 1.45rem;
}

.hamburger span:nth-child(3) {
    top: 1.9rem;
}

.hamburger.active span:nth-child(1) {
    top: 1.45rem;
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    top: 1.45rem;
    transform: rotate(-45deg);
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 9rem 0 5rem;
}

.hero-grid,
.about-grid,
.contact-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: center;
}

.eyebrow {
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    background: rgba(77, 226, 197, 0.08);
    border: 1px solid rgba(77, 226, 197, 0.18);
    margin-bottom: 1.2rem;
}

.eyebrow-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 14px var(--accent);
}

.hero-title {
    font-size: clamp(3rem, 7vw, 6.3rem);
    margin-bottom: 1.1rem;
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    max-width: 36rem;
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.35rem;
    padding: 0.9rem 1.5rem;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #07111f;
    background: linear-gradient(135deg, var(--primary-2), var(--primary));
    box-shadow: 0 18px 34px rgba(255, 138, 61, 0.24);
}

.btn-secondary {
    color: var(--text);
    border-color: var(--stroke-strong);
    background: rgba(255, 255, 255, 0.04);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.09);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.metric-card {
    padding: 1.25rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--stroke);
    backdrop-filter: blur(14px);
}

.metric-card strong {
    display: block;
    font-size: 1.9rem;
    font-family: 'Space Grotesk', sans-serif;
}

.metric-card span {
    color: var(--muted);
    font-size: 0.92rem;
}

.hero-visual {
    position: relative;
}

.hero-stage {
    position: relative;
    min-height: 34rem;
    border-radius: 2rem;
}

.hero-glow {
    position: absolute;
    inset: 14% 12%;
    background: radial-gradient(circle, rgba(255, 209, 102, 0.22), rgba(111, 140, 255, 0.12), transparent 72%);
    filter: blur(10px);
}

.showcase-card {
    position: absolute;
    inset: 10% 8% 14%;
    padding: 1.5rem;
    border-radius: 2rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
        linear-gradient(180deg, rgba(11, 24, 46, 0.94), rgba(11, 24, 46, 0.72));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow);
    backdrop-filter: blur(24px);
}

.showcase-header,
.showcase-footer,
.menu-meta,
.gallery-copy,
.info-item,
.footer-content,
.footer-bottom {
    display: flex;
}

.showcase-header {
    justify-content: space-between;
    align-items: center;
}

.status-pill {
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--stroke);
}

.signal-bars {
    display: inline-flex;
    gap: 0.3rem;
    align-items: flex-end;
}

.signal-bars i {
    width: 0.24rem;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--accent), var(--accent-2));
}

.signal-bars i:nth-child(1) {
    height: 0.65rem;
}

.signal-bars i:nth-child(2) {
    height: 1rem;
}

.signal-bars i:nth-child(3) {
    height: 1.35rem;
}

.dish-visual {
    position: relative;
    width: min(24rem, 100%);
    aspect-ratio: 1;
    margin: 2rem auto 1.6rem;
    display: grid;
    place-items: center;
}

.dish-ring,
.dish-core {
    position: absolute;
    border-radius: 50%;
}

.ring-a {
    inset: 7%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.03);
}

.ring-b {
    inset: 19%;
    border: 1px solid rgba(77, 226, 197, 0.22);
}

.dish-core {
    inset: 31%;
    display: grid;
    place-items: center;
    font-size: 3.4rem;
    color: #0b1530;
    background: linear-gradient(145deg, var(--primary-2), var(--primary), var(--accent));
    box-shadow: 0 18px 45px rgba(77, 226, 197, 0.18);
}

.showcase-footer p {
    margin-top: 0.35rem;
    color: var(--muted);
}

.floating-chip,
.floating-panel,
.visual-card,
.gallery-item,
.menu-item,
.feature-panel,
.info-item,
.contact-form {
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.floating-chip,
.floating-panel {
    position: absolute;
    padding: 0.95rem 1.1rem;
    border-radius: 1.2rem;
    border: 1px solid var(--stroke);
    background: rgba(8, 20, 36, 0.72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.floating-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--text);
}

.floating-chip i,
.panel-icon,
.info-icon,
.menu-badge {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 209, 102, 0.18), rgba(255, 138, 61, 0.18));
    color: var(--primary-2);
}

.chip-one {
    top: 7%;
    left: 0;
}

.chip-two {
    right: 2%;
    bottom: 14%;
}

.panel-one {
    right: 0;
    top: 19%;
    max-width: 13rem;
}

.panel-one span {
    display: block;
    color: var(--accent);
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 1.8rem;
    transform: translateX(-50%);
}

.scroll-link {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: 2rem;
    height: 3.3rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 0.45rem;
}

.scroll-link span {
    width: 0.35rem;
    height: 0.85rem;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--primary-2), var(--primary));
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(0.8rem);
        opacity: 0.45;
    }
}

.about-grid {
    margin-bottom: 2rem;
}

.about-panel,
.feature-panel,
.contact-form {
    padding: 2rem;
    border-radius: var(--radius);
}

.panel-head h3 {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    margin: 0.8rem 0 1rem;
}

.about-stats,
.vision-mission,
.menu-grid,
.gallery-grid {
    display: grid;
}

.about-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.stat-item {
    padding: 1.15rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--stroke);
}

.stat-item strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.9rem;
    margin-bottom: 0.2rem;
}

.stat-item span {
    color: var(--muted);
    font-size: 0.9rem;
}

.about-visual {
    position: relative;
}

.visual-stack {
    display: grid;
    gap: 1rem;
}

.visual-card {
    padding: 1.5rem;
    border-radius: var(--radius);
    border: 1px solid var(--stroke);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
}

.visual-card-main {
    min-height: 18rem;
    background:
        linear-gradient(145deg, rgba(111, 140, 255, 0.18), rgba(77, 226, 197, 0.08)),
        rgba(255, 255, 255, 0.04);
}

.visual-map {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.visual-map span {
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--stroke);
}

.visual-card-accent,
.visual-card-outline {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.visual-card-accent i,
.visual-card-outline i {
    font-size: 1.2rem;
    color: var(--accent);
    margin-top: 0.1rem;
}

.vision-mission {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
}

.feature-panel:hover,
.visual-card:hover,
.menu-item:hover,
.gallery-item:hover,
.info-item:hover,
.contact-form:hover {
    transform: translateY(-6px);
    border-color: var(--stroke-strong);
}

.menu-tabs {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 2.5rem;
    padding: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--stroke);
    backdrop-filter: blur(16px);
}

.tab-btn {
    border: 0;
    background: transparent;
    color: var(--muted);
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.tab-btn.active,
.tab-btn:hover {
    color: #07111f;
    background: linear-gradient(135deg, var(--primary-2), var(--primary));
}

.menu-tab {
    display: none;
}

.menu-tab.active {
    display: block;
}

.menu-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.menu-item {
    padding: 1.6rem;
    border-radius: var(--radius);
    min-height: 17rem;
}

.menu-badge {
    margin-bottom: 1.15rem;
}

.menu-item h3 {
    font-size: 1.45rem;
    margin: 0.55rem 0 0.7rem;
}

.menu-meta {
    align-items: center;
    justify-content: space-between;
    margin-top: 1.35rem;
    gap: 1rem;
}

.menu-meta span {
    color: var(--accent);
    font-size: 0.9rem;
}

.menu-meta strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
}

.gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    grid-auto-rows: 16rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--stroke);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow);
}

.gallery-wide {
    grid-column: span 2;
}

.gallery-tall {
    grid-row: span 2;
}

.gallery-skin {
    position: absolute;
    inset: 0;
    opacity: 0.92;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-item:hover .gallery-skin {
    transform: scale(1.08);
    filter: saturate(1.15);
}

.skin-embers {
    background:
        radial-gradient(circle at top left, rgba(255, 209, 102, 0.5), transparent 30%),
        linear-gradient(145deg, #351314, #5f1f19 42%, #10253f);
}

.skin-jade {
    background:
        radial-gradient(circle at top right, rgba(77, 226, 197, 0.4), transparent 30%),
        linear-gradient(145deg, #102e37, #12373c, #0a162a);
}

.skin-ocean {
    background:
        radial-gradient(circle at center, rgba(111, 140, 255, 0.45), transparent 25%),
        linear-gradient(145deg, #081b3a, #122d55, #091320);
}

.skin-sunrise {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 138, 61, 0.45), transparent 25%),
        linear-gradient(145deg, #36150d, #703015, #0e1b35);
}

.skin-spice {
    background:
        radial-gradient(circle at bottom right, rgba(255, 209, 102, 0.34), transparent 30%),
        linear-gradient(145deg, #29140c, #4c2414, #101d34);
}

.skin-aurora {
    background:
        radial-gradient(circle at 30% 30%, rgba(77, 226, 197, 0.32), transparent 20%),
        radial-gradient(circle at 80% 60%, rgba(111, 140, 255, 0.32), transparent 20%),
        linear-gradient(145deg, #0b1e36, #0d2644, #12233a);
}

.gallery-copy {
    position: absolute;
    inset: auto 0 0 0;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.3rem;
    background: linear-gradient(180deg, transparent, rgba(4, 10, 20, 0.86));
}

.gallery-copy span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    letter-spacing: 0.18em;
}

.gallery-copy h3 {
    font-size: 1.3rem;
}

.contact-content {
    align-items: start;
}

.contact-info {
    display: grid;
    gap: 1rem;
}

.info-item {
    gap: 1rem;
    align-items: flex-start;
    padding: 1.4rem;
    border-radius: var(--radius);
}

.info-content h3 {
    margin-bottom: 0.25rem;
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid var(--stroke);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    padding: 1rem 1rem 1rem;
    outline: none;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.form-group textarea {
    min-height: 8.5rem;
    resize: vertical;
}

.form-group label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: var(--muted);
    pointer-events: none;
    transition: all 0.25s ease;
    background: transparent;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group input:valid,
.form-group textarea:valid {
    border-color: rgba(77, 226, 197, 0.35);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 4px rgba(77, 226, 197, 0.08);
}

.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:valid + label,
.form-group textarea:valid + label {
    top: -0.55rem;
    left: 0.85rem;
    font-size: 0.8rem;
    padding: 0 0.35rem;
    color: var(--accent);
    background: var(--bg-soft);
}

.btn[type="submit"] {
    width: 100%;
    margin-top: 0.4rem;
}

.btn-text,
.btn-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.form-message {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    font-weight: 500;
}

.form-message.success {
    color: var(--success);
    border: 1px solid rgba(50, 213, 131, 0.24);
    background: rgba(50, 213, 131, 0.08);
}

.form-message.error {
    color: var(--error);
    border: 1px solid rgba(255, 107, 122, 0.24);
    background: rgba(255, 107, 122, 0.08);
}

.footer {
    padding: 1rem 0 2rem;
}

.footer-content {
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    border: 1px solid var(--stroke);
    border-radius: calc(var(--radius) + 0.5rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: var(--shadow);
}

.footer-brand,
.footer-links,
.footer-contact {
    flex: 1;
}

.footer-links ul {
    list-style: none;
    margin-top: 1rem;
}

.footer-links li + li,
.footer-contact p + p {
    margin-top: 0.6rem;
}

.social-links {
    display: flex;
    gap: 0.7rem;
    margin-top: 1rem;
}

.social-link,
.whatsapp-float,
.back-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-link {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 14px;
    border: 1px solid var(--stroke);
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.25s ease, background 0.25s ease;
}

.social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

.footer-bottom {
    justify-content: center;
    padding-top: 1.4rem;
}

.whatsapp-float,
.back-to-top {
    position: fixed;
    right: 1.25rem;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--stroke);
    border-radius: 18px;
    color: var(--text);
    background: rgba(8, 20, 36, 0.72);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    z-index: 999;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.whatsapp-float {
    bottom: 1.25rem;
}

.back-to-top {
    bottom: 5.4rem;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.whatsapp-float:hover,
.back-to-top:hover {
    transform: translateY(-3px);
}

[data-reveal] {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

[data-reveal="left"] {
    transform: translate3d(32px, 0, 0);
}

[data-reveal].revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

[data-float] {
    will-change: transform;
}

.navbar-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.btn:focus,
.tab-btn:focus,
.theme-toggle:focus,
.language-switcher select:focus,
.hamburger:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: 2px solid rgba(255, 209, 102, 0.85);
    outline-offset: 2px;
}

@media (max-width: 1100px) {
    .hero-grid,
    .about-grid,
    .contact-content {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        order: -1;
    }

    .hero-stage {
        min-height: 28rem;
    }

    .menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-wide,
    .gallery-tall {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 860px) {
    .navbar-menu {
        position: fixed;
        top: 5.6rem;
        left: 1rem;
        right: 1rem;
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        padding: 1rem;
        border-radius: 1.5rem;
        background: rgba(6, 16, 30, 0.94);
        border: 1px solid var(--stroke);
        box-shadow: var(--shadow);
        backdrop-filter: blur(18px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-12px);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    }

    .nav-links,
    .nav-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .nav-links a,
    .theme-toggle,
    .language-switcher select {
        width: 100%;
    }

    .hamburger {
        display: inline-flex;
    }

    .hero {
        padding-top: 8rem;
    }

    .hero-metrics,
    .about-stats,
    .vision-mission,
    .menu-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .section-block {
        padding: 4.5rem 0;
    }

    .nav-inner {
        border-radius: 1.3rem;
        padding: 0.8rem 1rem;
    }

    .brand-copy small {
        display: none;
    }

    .hero-stage {
        min-height: 24rem;
    }

    .showcase-card {
        inset: 8% 4% 16%;
        padding: 1rem;
    }

    .dish-core {
        font-size: 2.5rem;
    }

    .floating-chip,
    .panel-one {
        transform: scale(0.92);
    }

    .chip-one {
        left: -0.2rem;
    }

    .chip-two {
        right: -0.2rem;
        bottom: 8%;
    }

    .panel-one {
        top: auto;
        bottom: -0.2rem;
        right: 0;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 15rem;
    }

    .footer-content {
        flex-direction: column;
    }

    .whatsapp-float,
    .back-to-top {
        width: 3.15rem;
        height: 3.15rem;
        right: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
