﻿: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(180px, 26vw, 260px);
    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);
}

.menu-page-hero {
    padding-top: 5.6rem;
    background:
        linear-gradient(110deg, rgba(8, 8, 10, 0.9) 0%, rgba(8, 8, 10, 0.72) 45%, rgba(18, 9, 12, 0.88) 100%),
        radial-gradient(circle at top right, rgba(163, 21, 43, 0.22), transparent 30%),
        url('../images/b_2.jpg');
    background-size: cover, auto, cover;
    background-position: center, top right, center;
    background-repeat: no-repeat;
}

.menu-page-hero-shell {
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-page-hero h1 {
    margin-bottom: 0.9rem;
    font-size: clamp(2.1rem, 4.6vw, 4rem);
    line-height: 1.02;
    font-family: 'Cormorant Garamond', serif;
}

.menu-page-hero .lead {
    max-width: 42rem;
    color: #e4e4e6;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.menu-service-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.2rem 0 0;
    justify-content: center;
    width: 100%;
}

.menu-service-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #f3f3f5;
    font-size: 0.88rem;
    font-weight: 600;
}

.facturacion-hero {
    background:
        linear-gradient(110deg, rgba(8, 8, 10, 0.92) 0%, rgba(8, 8, 10, 0.76) 48%, rgba(18, 9, 12, 0.9) 100%),
        radial-gradient(circle at top right, rgba(163, 21, 43, 0.24), transparent 30%),
        url('../images/b_2.jpg');
    background-size: cover, auto, cover;
    background-position: center, top right, center;
    background-repeat: no-repeat;
}

.facturacion-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.facturacion-sidebar {
    position: static;
}

.facturacion-content {
    min-width: 0;
}

.facturacion-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.facturacion-section {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.15rem;
    padding: 1.15rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.03), transparent 35%),
        linear-gradient(180deg, rgba(24, 25, 29, 0.98) 0%, rgba(14, 15, 18, 0.98) 100%);
}

.facturacion-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.95rem;
}

.facturacion-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.facturacion-field-full {
    grid-column: 1 / -1;
}

.facturacion-field label {
    color: #fff;
    font-weight: 600;
}

.facturacion-field .form-control,
.facturacion-field .form-select {
    min-height: 52px;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    box-shadow: none;
}

.facturacion-field .form-control:focus,
.facturacion-field .form-select:focus {
    border-color: rgba(195, 33, 63, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(163, 21, 43, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.facturacion-field .form-control::placeholder {
    color: #a7a9af;
}

.facturacion-field .form-select option {
    color: #111;
}

.facturacion-help,
.facturacion-error {
    font-size: 0.84rem;
}

.facturacion-help {
    color: var(--ryu-muted);
}

.facturacion-error {
    color: #ffb7c4;
}

.facturacion-submit {
    display: flex;
    justify-content: center;
}

.facturacion-submit .btn-ryu {
    min-width: 240px;
    justify-content: center;
}

.facturacion-alert {
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.facturacion-alert-success {
    background: rgba(37, 211, 102, 0.12);
    color: #c6f5d7;
    border-color: rgba(37, 211, 102, 0.24);
}

.facturacion-alert-error {
    background: rgba(195, 33, 63, 0.12);
    color: #ffd3db;
    border-color: rgba(195, 33, 63, 0.24);
}

.branch-menu-panel {
    margin-top: 2rem;
    padding: 1.4rem;
    border: 1px solid var(--ryu-line);
    border-radius: 1.2rem;
    background:
        radial-gradient(circle at top right, rgba(163, 21, 43, 0.2), transparent 32%),
        linear-gradient(180deg, #191a1e 0%, #101114 100%);
}

.branch-menu-panel-page {
    margin-top: 0;
}

.menu-page-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
}

.menu-page-sidebar {
    position: static;
}

.menu-sidebar-card {
    border: 1px solid var(--ryu-line);
    border-radius: 1.1rem;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(25, 26, 30, 0.98) 0%, rgba(16, 17, 20, 0.98) 100%);
    margin-bottom: 1rem;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.menu-sidebar-card-soft {
    background:
        radial-gradient(circle at top right, rgba(163, 21, 43, 0.14), transparent 45%),
        linear-gradient(180deg, rgba(29, 20, 24, 0.98) 0%, rgba(16, 17, 20, 0.98) 100%);
}

.menu-sidebar-kicker,
.menu-category-kicker {
    margin: 0 0 0.35rem;
    color: #f0b3be;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.menu-sidebar-card h2,
.menu-category-header h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1;
}

.menu-sidebar-card p {
    margin-top: 0.5rem;
}

.menu-category-nav {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 1rem;
}

.menu-category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.menu-category-link:hover {
    border-color: rgba(195, 33, 63, 0.55);
    background: rgba(163, 21, 43, 0.1);
    transform: translateY(-1px);
}

.menu-category-link span {
    color: #fff;
    font-weight: 600;
}

.menu-category-link small {
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.08);
    color: #f1c3cc;
    font-size: 0.75rem;
    font-weight: 700;
}

.menu-page-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.menu-category-section {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.15rem;
    padding: 1.15rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.03), transparent 35%),
        linear-gradient(180deg, rgba(24, 25, 29, 0.98) 0%, rgba(14, 15, 18, 0.98) 100%);
    scroll-margin-top: 98px;
}

.menu-category-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.7rem;
    margin-bottom: 1rem;
}

.menu-category-count {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(163, 21, 43, 0.12);
    border: 1px solid rgba(195, 33, 63, 0.28);
    color: #f6d1d8;
    font-size: 0.84rem;
    font-weight: 700;
    white-space: nowrap;
}

.menu-products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.95rem;
}

.menu-product-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(7, 7, 9, 0.08) 100%);
}

.menu-product-media {
    position: relative;
    overflow: hidden;
    border-radius: 0.9rem;
    aspect-ratio: 16 / 10;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(10, 10, 12, 0.22) 100%),
        #15161a;
}

.menu-product-media::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 8, 10, 0.38) 100%);
    pointer-events: none;
}

.menu-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.menu-product-card:hover .menu-product-media img {
    transform: scale(1.03);
}

.menu-product-card-top h3 {
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
}

.menu-product-description {
    margin: 0;
    font-size: 0.95rem;
    color: var(--ryu-muted);
}

.menu-product-description-empty {
    color: #8f9096;
}

.menu-product-prices {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: auto;
}

.menu-price-card {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}

.menu-price-card strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.menu-price-label {
    color: #f0b9c3;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.branch-menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.branch-menu-card {
    border: 1px solid var(--ryu-line);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(27, 28, 32, 0.98) 0%, rgba(18, 19, 22, 0.98) 100%);
    padding: 1rem;
}

.branch-menu-card-head {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.8rem;
}

.branch-menu-card-head h3 {
    margin: 0;
    font-size: 1.45rem;
}

.branch-menu-eyebrow {
    margin: 0 0 0.35rem;
    color: #f0b3be;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.branch-mode-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 0.4rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.branch-menu-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
}

.branch-menu-meta span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    background: rgba(255, 255, 255, 0.06);
    color: #dadadd;
    font-size: 0.84rem;
}

.branch-menu-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.branch-menu-actions-hero {
    justify-content: center;
    width: 100%;
}

.branch-menu-empty,
.branch-menu-empty-copy {
    color: var(--ryu-muted);
}

.branch-menu-empty {
    padding: 1rem;
    border-radius: 0.9rem;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
}

.branch-menu-empty p,
.branch-menu-empty-copy {
    margin: 0;
}

.branch-menu-accordion .accordion-item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.9rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
}

.branch-menu-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.branch-menu-accordion .accordion-button {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.05rem;
}

.branch-menu-accordion .accordion-button:not(.collapsed) {
    background: rgba(163, 21, 43, 0.14);
}

.branch-menu-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

.branch-menu-accordion .accordion-button span {
    font-weight: 700;
}

.branch-menu-accordion .accordion-button small {
    color: #e1b6bf;
    font-size: 0.78rem;
    white-space: nowrap;
}

.branch-menu-accordion .accordion-body {
    background: rgba(8, 8, 10, 0.4);
}

.branch-items-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.branch-item-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.branch-item-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.branch-item-copy h5,
.branch-item-copy h3 {
    margin: 0 0 0.35rem;
    font-size: 1.02rem;
    color: #fff;
}

.branch-item-copy p {
    margin: 0;
    font-size: 0.94rem;
}

.branch-item-prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
    align-content: flex-start;
}

.price-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.11);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
}

.price-chip strong {
    color: #f3bec8;
}

.price-chip-empty {
    color: var(--ryu-muted);
    font-weight: 600;
}

.apps-legend {
    margin-top: 1rem;
    padding: 1.1rem;
    border: 1px solid var(--ryu-line);
    border-radius: 1rem;
    background: radial-gradient(circle at top right, rgba(163, 21, 43, 0.16), transparent 42%), linear-gradient(180deg, #1a1b1f 0%, #121316 100%);
    overflow: hidden;
    position: relative;
}

.apps-legend-contact {
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
}

.apps-legend-head {
    text-align: center;
    max-width: 46rem;
    margin: 0 auto 0.9rem;
}

.apps-legend-kicker {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #f0b3be;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.72rem;
    font-weight: 700;
}

.apps-legend-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    line-height: 1.05;
    font-family: 'Cormorant Garamond', serif;
}

.apps-legend-text {
    margin: 0.35rem 0 0;
    color: var(--ryu-muted);
}

.apps-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.app-logo-item {
    margin: 0;
    min-height: 104px;
    padding: 0.7rem 0.8rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: linear-gradient(180deg, #ffffff 0%, #f1f3f5 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.app-logo-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.24);
}

.app-logo-item img {
    display: block;
    height: 34px;
    width: auto;
    max-width: 138px;
    object-fit: contain;
}

.app-logo-item figcaption {
    margin-top: 0.45rem;
    font-size: 0.78rem;
    color: #464a50;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.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);
}

.branch-location-panel {
    margin-top: 2rem;
    padding: 1.2rem;
    border: 1px solid var(--ryu-line);
    border-radius: 1rem;
    background: linear-gradient(180deg, #18191d 0%, #111214 100%);
}

.locations-accordion .accordion-item {
    background: transparent;
    border: 1px solid var(--ryu-line);
    border-radius: 0.9rem;
    margin-bottom: 0.85rem;
    overflow: hidden;
}

.locations-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.locations-accordion .accordion-button {
    background: #1a1b1f;
    color: var(--ryu-text);
    font-weight: 600;
    box-shadow: none;
    padding: 1rem 1.1rem;
}

.locations-accordion .accordion-button:not(.collapsed) {
    background: #202228;
    color: #fff;
    box-shadow: none;
}

.locations-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.locations-accordion .accordion-body {
    background: #141519;
    color: var(--ryu-muted);
}

.location-hours,
.location-note {
    color: var(--ryu-muted);
}

.map-embed {
    border: 1px solid var(--ryu-line);
    border-radius: 0.85rem;
    overflow: hidden;
    background: #0d0d0f;
}

.map-embed iframe {
    border: 0;
}

.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-logo {
    width: clamp(165px, 24vw, 240px);
    height: auto;
    margin-bottom: 0.9rem;
}

.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;
    }

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

}

@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%;
    }

    .apps-list {
        grid-template-columns: 1fr;
    }

    .app-logo-item {
        min-height: 96px;
    }

    .branch-menu-panel {
        padding: 1rem;
    }

    .branch-menu-card-head {
        flex-direction: column;
    }

    .branch-item-row {
        grid-template-columns: 1fr;
    }

    .branch-item-prices {
        justify-content: flex-start;
    }

    .branch-menu-actions .btn-ryu {
        width: 100%;
        justify-content: center;
    }

    .branch-menu-actions-hero .btn-ryu,
    .menu-sidebar-card .btn-ryu,
    .menu-category-link {
        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;
    }
}

@media (min-width: 768px) {
    .facturacion-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .menu-product-prices {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .menu-price-card {
        width: auto;
        min-width: 118px;
    }

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

@media (min-width: 992px) {
    .facturacion-layout {
        grid-template-columns: 320px minmax(0, 1fr);
        gap: 1.25rem;
    }

    .facturacion-sidebar {
        position: sticky;
        top: 92px;
    }

    .menu-page-hero {
        padding-top: 6.5rem;
    }

    .menu-page-layout {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 1.25rem;
    }

    .menu-page-sidebar {
        position: sticky;
        top: 92px;
    }

    .menu-category-header {
        flex-direction: row;
        align-items: end;
        gap: 1rem;
    }

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