﻿:root {
    --ryu-bg: #0b0b0c;
    --ryu-bg-soft: #111214;
    --ryu-surface: #17181b;
    --ryu-surface-2: #1d1e22;
    --ryu-line: rgba(255, 255, 255, 0.14);
    --ryu-text: #f3f3f3;
    --ryu-muted: #b8b8bb;
    --ryu-cherry: #a3152b;
    --ryu-cherry-soft: #c3213f;
    --ryu-whatsapp: #25d366;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--ryu-text);
    background: radial-gradient(circle at top right, #1a1a1f 0%, var(--ryu-bg) 34%), var(--ryu-bg);
    line-height: 1.65;
}

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

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

a:hover {
    color: #fff;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--ryu-cherry);
    color: #fff;
    padding: 0.75rem 1rem;
    z-index: 2000;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
}

.hide-mobile {
    display: inline-flex;
}

.show-mobile {
    display: none;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(10, 10, 11, 0.9);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar {
    padding: 0.75rem 0;
}

.navbar-brand img {
    width: clamp(130px, 20vw, 180px);
    height: auto;
}

.navbar-toggler {
    border: 1px solid var(--ryu-line);
    padding: 0.4rem 0.55rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 21, 43, 0.4);
}

.navbar-toggler-icon {
    width: 1.3rem;
    height: 1.3rem;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 100% 2px, 100% 2px, 100% 2px;
    background-position: center 0.2rem, center center, center calc(100% - 0.2rem);
    background-repeat: no-repeat;
}

.nav-link {
    color: var(--ryu-text);
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0 0.35rem;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: #fff;
}

.btn-ryu {
    border-radius: 999px;
    padding: 0.68rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    border: 1px solid transparent;
}

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

.btn-ryu-primary {
    background: linear-gradient(135deg, var(--ryu-cherry) 0%, #7d0f21 100%);
    color: #fff;
    border-color: transparent;
}

.btn-ryu-primary:hover {
    background: linear-gradient(135deg, var(--ryu-cherry-soft) 0%, var(--ryu-cherry) 100%);
}

.btn-ryu-outline {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    background: transparent;
}

.btn-ryu-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.btn-ryu-whatsapp {
    background: var(--ryu-whatsapp);
    color: #0b2414;
}

.btn-ryu-whatsapp:hover {
    background: #32e576;
    color: #07200f;
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: 78vh;
    display: flex;
    align-items: center;
    padding: 5.75rem 0 4.5rem;
    background-image: url('../images/menu/sopa-1.jpg');
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(10, 10, 11, 0.92) 0%, rgba(10, 10, 11, 0.74) 44%, rgba(15, 10, 12, 0.86) 100%);
}

.eyebrow {
    margin-bottom: 0.7rem;
    color: #f0c9cf;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-section h1,
.section-heading h2,
.ambience-section h2,
.site-footer h2,
.site-footer h3 {
    font-family: 'Cormorant Garamond', serif;
}

.hero-section h1 {
    font-size: clamp(2rem, 4.7vw, 4rem);
    line-height: 1.02;
    margin-bottom: 1rem;
}

.hero-section .lead {
    max-width: 38rem;
    color: #e4e4e6;
    margin-bottom: 1.4rem;
}

.hero-note {
    color: #d6d6da;
    margin-top: 1rem;
    margin-bottom: 0;
}

.hero-highlight {
    border: 1px solid var(--ryu-line);
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(22, 22, 24, 0.88);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
    animation: fadeInUp 0.8s ease both;
}

.hero-highlight img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.hero-highlight-content {
    padding: 1.25rem;
}

.hero-highlight-content h2 {
    margin: 0 0 0.25rem;
    font-size: 1.6rem;
}

.hero-highlight-content p {
    margin: 0;
    color: var(--ryu-muted);
}

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

.section-dark {
    background: linear-gradient(180deg, rgba(14, 14, 15, 0.95) 0%, rgba(9, 9, 10, 0.97) 100%);
}

.section-muted {
    background: linear-gradient(170deg, #141518 0%, #0f1012 100%);
}

.section-heading {
    max-width: 50rem;
    margin: 0 auto 2.2rem;
}

.section-kicker {
    color: #e7aeb7;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: 700;
}

.section-heading h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.85rem;
    font-size: clamp(1.7rem, 3.6vw, 3rem);
    line-height: 1.08;
}

.section-heading p,
.section-block p {
    color: var(--ryu-muted);
}

.feature-list {
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 1.45rem;
    margin-bottom: 0.55rem;
}

.feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--ryu-cherry);
}

.media-frame {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--ryu-line);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.media-frame img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.menu-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--ryu-line);
    background: linear-gradient(180deg, var(--ryu-surface) 0%, #111214 100%);
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.menu-card:hover {
    transform: translateY(-4px);
    border-color: rgba(195, 33, 63, 0.55);
}

.menu-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.menu-card-body {
    padding: 1.2rem;
}

.menu-card h3 {
    font-size: 1.24rem;
    margin-bottom: 0.55rem;
}

.menu-card p {
    margin: 0;
}

.menu-card-cta {
    display: flex;
}

.menu-card-cta .menu-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-actions {
    padding: 1.1rem;
    border: 1px solid var(--ryu-line);
    border-radius: 1rem;
    background: linear-gradient(180deg, #18191d 0%, #111214 100%);
}

.menu-actions p {
    margin: 0 0 0.9rem;
    color: var(--ryu-muted);
}

.branch-card {
    border: 1px solid var(--ryu-line);
    border-radius: 1rem;
    background: var(--ryu-surface-2);
    padding: 1.2rem;
    height: 100%;
}

.branch-card h3 {
    margin-bottom: 0.5rem;
}

.branch-card a {
    display: inline-block;
    margin-top: 0.55rem;
    color: #ffdfe5;
    text-decoration: underline;
    text-decoration-color: rgba(255, 223, 229, 0.5);
}

.ambience-section {
    background-image: radial-gradient(circle at 90% 10%, rgba(163, 21, 43, 0.12), transparent 35%);
}

.contact-card {
    border: 1px solid var(--ryu-line);
    border-radius: 1rem;
    background: linear-gradient(180deg, #191a1d 0%, #131417 100%);
    height: 100%;
    padding: 1.35rem;
}

.contact-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.3rem;
}

.contact-card p {
    margin-bottom: 0.65rem;
}

.contact-card a {
    color: #f8d8de;
}

.site-footer {
    background: #050506;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 3.4rem 0 1rem;
}

.footer-columns h2 {
    font-size: 2.1rem;
    margin-bottom: 0.75rem;
}

.footer-columns h3 {
    font-size: 1.45rem;
    margin-bottom: 0.55rem;
}

.footer-columns p {
    color: var(--ryu-muted);
}

.footer-links,
.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-social li {
    margin-bottom: 0.45rem;
}

.footer-link,
.footer-links a,
.footer-social a {
    color: #f2f2f2;
    text-decoration: none;
}

.footer-link:hover,
.footer-links a:hover,
.footer-social a:hover {
    color: #ffd5dc;
}

.allies-row {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 2rem;
    padding: 1.3rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
    align-items: center;
}

.allies-row img {
    opacity: 0.92;
    width: auto;
    height: 56px;
    object-fit: contain;
}

.footer-bottom {
    text-align: center;
    padding-top: 1rem;
}

.footer-bottom p {
    margin: 0;
    color: #a9a9ad;
    font-size: 0.9rem;
}

.whatsapp-float {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--ryu-whatsapp);
    display: grid;
    place-items: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    z-index: 1100;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(12, 12, 13, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 0.9rem;
        margin-top: 0.75rem;
        padding: 0.65rem;
    }

    .nav-link {
        margin: 0;
        padding: 0.65rem 0.5rem;
    }

    .hero-section {
        min-height: 0;
        padding-top: 5.1rem;
    }
}

@media (max-width: 560px) {
    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .hero-cta .btn-ryu {
        width: 100%;
        justify-content: center;
    }

    .menu-actions .btn-ryu {
        width: 100%;
    }

    .section-block {
        padding: 3.6rem 0;
    }

    .footer-columns h2 {
        font-size: 1.7rem;
    }

    .whatsapp-float {
        width: 54px;
        height: 54px;
        right: 0.8rem;
        bottom: 0.8rem;
    }
}

@media (min-width: 561px) {
    .show-mobile {
        display: none !important;
    }
}
