 body {
            font-family: 'Josefin Slab', serif;
        }

        footer {
            padding: 40px 0;
            background-color: #111;
            color: white;
            text-align: center;
            /*margin-top: 60px;*/
        }

        .hero-video-section {
            position: relative;
            height: calc(100vh - 120px);
            min-height: 520px;
            max-height: 760px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            isolation: isolate;
            background: #111;
        }

        .hero-video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center center;
            z-index: 0;
        }

        .hero-video-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.64));
            z-index: 1;
            pointer-events: none;
        }

        .hero-brand {
            position: relative;
            z-index: 2;
            width: min(90%, 760px);
            padding: 42px 24px;
            text-align: center;
            color: #fff;
        }

        .hero-brand-logo {
            width: 150px;
            height: auto;
            margin-bottom: 18px;
            filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.55));
        }

        .hero-brand-title {
            margin: 0;
            font-family: 'Cinzel', 'Josefin Slab', serif;
            font-size: 62px;
            font-weight: 600;
            line-height: 0.98;
            letter-spacing: 0;
            text-transform: uppercase;
            text-shadow: 0 10px 30px rgba(0, 0, 0, 0.78);
        }

        .hero-brand-subtitle {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            width: min(100%, 360px);
            margin: 16px auto 0;
            font-family: 'Cinzel', 'Josefin Slab', serif;
            font-size: 20px;
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: 0;
            color: rgba(255, 255, 255, 0.64);
            text-shadow:
                0 3px 14px rgba(0, 0, 0, 0.7),
                0 0 18px rgba(255, 255, 255, 0.14);
        }

        .hero-brand-subtitle::before,
        .hero-brand-subtitle::after {
            content: "";
            width: 64px;
            height: 1px;
            background: currentColor;
            opacity: 0.72;
        }

        .hero-reserva-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 172px;
            margin-top: 18px;
            padding: 12px 27px;
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.13);
            color: rgba(255, 255, 255, 0.06);
            font-family: 'Cinzel', 'Josefin Slab', serif;
            font-size: 13px;
            font-weight: 300;
            letter-spacing: 0;
            text-decoration: none;
            -webkit-text-fill-color: rgba(255, 255, 255, 0.03);
            -webkit-text-stroke: 0.55px rgba(255, 255, 255, 0.2);
            text-shadow:
                0 0 0px rgba(255, 255, 255, 0.15),
                0 0 0px rgba(255, 255, 255, 0.52),
                0 5px 16px rgba(0, 0, 0, 0.42);
            backdrop-filter: blur(13px) saturate(145%);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.28),
                inset 0 -1px 0 rgba(255, 255, 255, 0.08),
                inset 0 0 22px rgba(255, 255, 255, 0.06),
                0 10px 30px rgba(0, 0, 0, 0.22);
            transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
        }

        .hero-reserva-link:hover,
        .hero-reserva-link:focus {
            background: rgba(255, 255, 255, 0.18);
            color: rgba(255, 255, 255, 0.14);
            -webkit-text-fill-color: rgba(255, 255, 255, 0.12);
            -webkit-text-stroke-color: rgba(255, 255, 255, 0.72);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.32),
                inset 0 -1px 0 rgba(255, 255, 255, 0.1),
                inset 0 0 22px rgba(255, 255, 255, 0.06),
                0 12px 32px rgba(0, 0, 0, 0.28);
            transform: translateY(-2px);
        }

        @media (max-width: 768px) {
            .hero-video-section {
                height: calc(100vh - 118px);
                min-height: 460px;
                max-height: none;
            }

            .hero-brand {
                width: 100%;
                padding: 34px 22px;
            }

            .hero-brand-logo {
                width: 112px;
                margin-bottom: 14px;
            }

            .hero-brand-title {
                font-size: 38px;
                line-height: 1.03;
            }

            .hero-brand-subtitle {
                margin-top: 13px;
                gap: 10px;
                font-size: 15px;
            }

            .hero-brand-subtitle::before,
            .hero-brand-subtitle::after {
                width: 42px;
            }

            .hero-reserva-link {
                min-width: 150px;
                margin-top: 15px;
                padding: 11px 22px;
                font-size: 15px;
            }
        }

        @media (max-width: 380px) {
            .hero-brand-title {
                font-size: 34px;
            }

            .hero-brand-subtitle {
                font-size: 14px;
            }

            .hero-brand-subtitle::before,
            .hero-brand-subtitle::after {
                width: 34px;
            }
        }

        /* CONTENEDOR TOTAL */
        .experiencia-wrapper {
            width: 100%;
            overflow-x: hidden;
        }

        /* PARTE SUPERIOR CREMA (FULL WIDTH) */
        .experiencia-top-full {
            background:
                linear-gradient(90deg, rgba(242, 235, 221, 0.98), rgba(246, 238, 224, 0.94) 58%, rgba(223, 199, 164, 0.82)),
                url('/image/slade.png') center/cover no-repeat,
                #f2ebdd;
            padding: clamp(62px, 8vw, 92px) 0 clamp(54px, 7vw, 76px);
            width: 100%;
            position: relative;
            overflow: hidden;
            isolation: isolate;
            border-top: 1px solid rgba(124, 63, 34, 0.12);
            border-bottom: 1px solid rgba(124, 63, 34, 0.16);
        }

        .experiencia-top-full::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(124, 63, 34, 0.58), transparent);
            z-index: 1;
        }

        .experiencia-top-full .container {
            position: relative;
            z-index: 2;
        }

        .experiencia-kicker {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin: 0 0 14px;
            color: rgba(124, 63, 34, 0.72);
            font-family: 'Cinzel', 'Josefin Slab', serif;
            font-size: clamp(0.82rem, 1.6vw, 0.96rem);
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .experiencia-kicker::before {
            content: "";
            width: 48px;
            height: 1px;
            background: currentColor;
            opacity: 0.78;
        }

        /* TÍTULO */
        .experiencia-title {
            max-width: 680px;
            margin: 0 0 22px;
            padding: 0;
            display: block;
            border: 0;
            font-family: 'Cinzel', 'Josefin Slab', serif;
            font-size: clamp(2.05rem, 5vw, 4rem);
            font-weight: 600;
            line-height: 0.98;
            letter-spacing: 0;
            color: #7c3f22;
            text-transform: uppercase;
            text-shadow: 0 8px 24px rgba(124, 63, 34, 0.14);
        }

        .experiencia-title::after {
            content: "";
            display: block;
            width: min(100%, 180px);
            height: 1px;
            margin-top: 18px;
            background: rgba(124, 63, 34, 0.42);
        }

        /* TEXTO */
        .experiencia-text {
            max-width: 650px;
            color: rgba(80, 51, 38, 0.84);
            font-size: clamp(1.08rem, 1.8vw, 1.22rem);
            line-height: 1.72;
        }

        .experiencia-text p {
            margin: 0 0 12px;
        }

        .experiencia-text p:last-child {
            margin-bottom: 0;
        }

        .experiencia-signature {
            display: inline-block;
            margin: 24px 0 0;
            padding: 10px 0 10px 16px;
            border-left: 1px solid rgba(124, 63, 34, 0.46);
            color: rgba(124, 63, 34, 0.82);
            font-family: 'Cinzel', 'Josefin Slab', serif;
            font-size: clamp(1rem, 2vw, 1.2rem);
            font-weight: 500;
            line-height: 1.35;
            letter-spacing: 0;
        }

        /* CANGREJO SOBREPUESTO */
        .experiencia-art {
            min-height: 300px;
            position: relative;
        }

        .cangrejo-img {
            width: min(118%, 540px);
            max-width: none;
            position: relative;
            right: auto;
            bottom: auto;
            transform: translate(7%, 12%) rotate(-2deg);
            opacity: 0.34;
            z-index: 1;
            pointer-events: none;
            filter: drop-shadow(0 18px 28px rgba(124, 63, 34, 0.2));
        }

        @media (max-width: 1199.98px) {
            .cangrejo-img {
                width: min(126%, 500px);
                transform: translate(3%, 15%) rotate(-2deg);
            }
        }

        @media (max-width: 991.98px) {
            .experiencia-top-full {
                padding: 54px 0 50px;
            }

            .cangrejo-img {
                display: none;
            }
        }

        /* PARTE INFERIOR NARANJA */
        .experiencia-bottom-full {
            background: url('/image/slade.png') center/cover no-repeat, #a24c22;
            padding: 50px 0 50px;
            width: 100%;
            position: relative;
        }

        /* IMÁGENES */
        .dish-link {
            display: block;
            width: 100%;
            aspect-ratio: 1 / 1.05;
            text-decoration: none;
            overflow: hidden;
            border-radius: 12px;
            background: rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
            transition: box-shadow .3s ease;
        }

        .exp-img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 12px;
            object-fit: cover;
            object-position: center 58%;
            transition: transform .3s ease, box-shadow .3s ease;
        }

        .dish-link:hover .exp-img,
        .dish-link:focus .exp-img {
            transform: scale(1.04);
        }

        .dish-link:hover,
        .dish-link:focus {
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
        }

        .dish-caption {
            margin: 14px 0 0;
            font-family: 'Cinzel', 'Josefin Slab', serif;
            font-size: 0.9rem;
            font-weight: 500;
            line-height: 1.3;
            letter-spacing: 0;
            color: rgba(255, 255, 255, 0.76);
            text-shadow: 0 4px 12px rgba(0, 0, 0, 0.42);
        }

        @media (max-width: 767.98px) {
            .experiencia-bottom-full {
                padding: 42px 0 44px;
            }

            .dish-link {
                width: min(100%, 420px);
                aspect-ratio: 4 / 5;
                margin: 0 auto;
            }

            .dish-link:hover .exp-img,
            .dish-link:focus .exp-img {
                transform: none;
            }

            .dish-link:hover,
            .dish-link:focus {
                box-shadow: 0 0 16px rgba(0, 0, 0, 0.32);
            }
        }

        /* BOTÓN MENÚ */
        .menu-btn {
            display: inline-block;
            padding: 14px 50px;
            border: 2px solid #fff;
            color: #fff;
            font-size: 1.3rem;
            border-radius: 40px;
            text-decoration: none;
            letter-spacing: 2px;
            transition: 0.35s ease;
        }

        .menu-btn:hover {
            background: #fff;
            color: #a24c22;
            transform: translateY(-3px);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
        }



        /* SECCIÓN RESERVA */
        .reserva-section {
            background-color: #f2ebdd;
            padding: 80px 0;
        }

        .reserva-img {
            width: 100%;
            max-width: 400px;
            opacity: 0.9;
        }

        /* TEXTO CENTRAL */
        .reserva-subtitle {
            font-size: 1.2rem;
            letter-spacing: 2px;
            color: #9b542f;
            margin-bottom: 10px;
        }

        .reserva-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #9b542f;
            letter-spacing: 3px;
            margin-bottom: 30px;
        }

        /* BOTÓN */
        .reserva-btn {
            display: inline-block;
            padding: 12px 40px;
            border: 2px solid #9b542f;
            color: #9b542f;
            font-size: 1.2rem;
            border-radius: 40px;
            text-decoration: none;
            letter-spacing: 2px;
            transition: 0.35s ease;
        }

        .reserva-btn:hover {
            background: #9b542f;
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .reserva-section {
                text-align: center;
            }

            .reserva-img {
                display: none;
            }
        }