/* Landing Inicio — Nova */
:root {
    --nv-ink: #0A0A0A;
    --nv-paper: #FFFFFF;
    --nv-muted: rgba(255, 255, 255, 0.62);
    --nv-line: rgba(255, 255, 255, 0.35);
    --nv-accent-info: #38BDF8;
    --nv-accent-ofi: #F59E0B;
    --nv-font: "Montserrat", "Segoe UI", sans-serif;
    --nv-about-ink: #12141A;
    --nv-about-muted: #4B5563;
    --nv-about-warm: #C2410C;
}

body.nv-inicio-body {
    background: var(--nv-ink) !important;
    color: var(--nv-paper);
}

.body-content.nv-inicio-wrap {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: var(--nv-ink) !important;
}

/* —— Hero —— */
.nv-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--nv-ink);
    contain: layout paint style;
}

.nv-hero__bgs,
.nv-hero__bg,
.nv-hero__shade {
    position: absolute;
    inset: 0;
}

.nv-hero__bgs {
    z-index: 0;
}

.nv-hero__bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.4s ease, transform 0.55s ease;
    pointer-events: none;
}

.nv-hero__bg--base {
    background:
        radial-gradient(ellipse 70% 55% at 50% 40%, #1A1A1A 0%, #0A0A0A 70%);
    opacity: 1;
    transform: scale(1);
}

.nv-hero__bg--info {
    background-position: center 42%;
}

.nv-hero__bg--ofi {
    background-position: center;
}

.nv-hero[data-side="info"] .nv-hero__bg--info.is-ready,
.nv-hero[data-side="ofi"] .nv-hero__bg--ofi.is-ready {
    opacity: 1;
    transform: scale(1);
}

.nv-hero[data-side="info"] .nv-hero__bg--base,
.nv-hero[data-side="ofi"] .nv-hero__bg--base {
    opacity: 0;
}

.nv-hero__shade {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.72) 100%);
    transition: opacity 0.35s ease;
}

.nv-hero[data-side="info"] .nv-hero__shade {
    background:
        linear-gradient(105deg, rgba(3, 18, 40, 0.7) 0%, rgba(2, 12, 27, 0.42) 45%, rgba(0, 0, 0, 0.78) 100%);
}

.nv-hero[data-side="ofi"] .nv-hero__shade {
    background:
        linear-gradient(180deg, rgba(28, 16, 4, 0.5) 0%, rgba(20, 12, 4, 0.38) 45%, rgba(0, 0, 0, 0.78) 100%);
}

.nv-hero__content {
    position: relative;
    z-index: 2;
    width: min(980px, calc(100% - 2rem));
    text-align: center;
    padding: 2rem 0 2.5rem;
}

.nv-hero__tag {
    margin: 0 0 2rem;
    font-family: var(--nv-font);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--nv-muted);
}

.nv-hero__split {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 4vw, 2.5rem);
    flex-wrap: wrap;
}

.nv-hero__path {
    font-family: var(--nv-font);
    font-weight: 800;
    font-size: clamp(1.55rem, 5.5vw, 3rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.78);
    padding: 0.35rem 0.15rem;
    border-bottom: 2px solid transparent;
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
}

.nv-hero__path:hover,
.nv-hero__path:focus-visible {
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
}

.nv-hero[data-side="info"] .nv-hero__path--info {
    color: #FFFFFF;
    border-bottom-color: var(--nv-accent-info);
    text-shadow: 0 0 28px rgba(56, 189, 248, 0.35);
}

.nv-hero[data-side="info"] .nv-hero__path--ofi {
    color: rgba(255, 255, 255, 0.35);
}

.nv-hero[data-side="ofi"] .nv-hero__path--ofi {
    color: #FFFFFF;
    border-bottom-color: var(--nv-accent-ofi);
    text-shadow: 0 0 28px rgba(245, 158, 11, 0.35);
}

.nv-hero[data-side="ofi"] .nv-hero__path--info {
    color: rgba(255, 255, 255, 0.35);
}

.nv-hero__divider {
    width: 1px;
    height: clamp(2.5rem, 8vw, 3.75rem);
    background: var(--nv-line);
    flex: 0 0 auto;
}

.nv-hero__hints {
    position: relative;
    min-height: 1.5rem;
    margin-top: 1.35rem;
}

.nv-hero__hint {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    font-family: var(--nv-font);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--nv-muted);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.nv-hero[data-side="info"] .nv-hero__hint--info,
.nv-hero[data-side="ofi"] .nv-hero__hint--ofi {
    opacity: 1;
    transform: translateY(0);
}

.nv-hero__meta {
    margin: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem 1.35rem;
    font-family: var(--nv-font);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.48);
}

.nv-hero__meta span::before {
    content: "·";
    margin-right: 1.35rem;
    opacity: 0.5;
}

.nv-hero__meta span:first-child::before {
    content: none;
    margin: 0;
}

/* —— Quiénes somos —— */
.nv-about {
    position: relative;
    background:
        linear-gradient(165deg, #F7F4EF 0%, #EEEAE3 48%, #E7E1D6 100%);
    color: var(--nv-about-ink);
    padding: clamp(3.5rem, 8vw, 5.5rem) 0;
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size: 800px;
}

.nv-about__glow {
    position: absolute;
    inset: auto -10% -30% 40%;
    height: 70%;
    background: radial-gradient(ellipse at center, rgba(194, 65, 12, 0.1), transparent 65%);
    pointer-events: none;
}

.nv-about__inner {
    position: relative;
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 920px) {
    .nv-about__inner {
        grid-template-columns: 1fr 1.05fr;
        align-items: center;
    }
}

.nv-about__kicker,
.nv-locales__kicker {
    margin: 0 0 0.55rem;
    font-family: var(--nv-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nv-about-warm);
}

.nv-about__title {
    margin: 0 0 1rem;
    font-family: var(--nv-font);
    font-size: clamp(1.85rem, 3.4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.nv-about__lead {
    margin: 0 0 1rem !important;
    font-size: 1.08rem !important;
    color: var(--nv-about-ink) !important;
    font-weight: 500;
}

.nv-about__text p {
    margin: 0 0 1rem;
    font-family: var(--nv-font);
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--nv-about-muted);
}

.nv-about__text strong {
    color: var(--nv-about-ink);
    font-weight: 700;
}

.nv-about__facts {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 1.15rem 0 0;
    border-top: 1px solid rgba(18, 20, 26, 0.12);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.nv-about__facts li {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.nv-about__facts strong {
    font-family: var(--nv-font);
    font-size: clamp(1.55rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--nv-about-ink);
    line-height: 1;
}

.nv-about__facts span {
    font-family: var(--nv-font);
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--nv-about-muted);
    line-height: 1.3;
}

.nv-about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.6rem;
}

.nv-about__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 1.15rem;
    font-family: var(--nv-font);
    font-weight: 700;
    font-size: 0.86rem;
    text-decoration: none;
    border: 1px solid var(--nv-about-ink);
    color: var(--nv-about-ink);
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nv-about__btn:hover {
    background: var(--nv-about-ink);
    color: #FFFFFF;
    text-decoration: none;
}

.nv-about__btn--fill {
    background: var(--nv-about-ink);
    color: #FFFFFF;
}

.nv-about__btn--fill:hover {
    background: var(--nv-about-warm);
    border-color: var(--nv-about-warm);
}

/* —— Locales / carrusel —— */
.nv-locales__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.nv-locales__title {
    margin: 0;
    font-family: var(--nv-font);
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nv-locales__count {
    margin: 0;
    font-family: var(--nv-font);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--nv-about-muted);
    white-space: nowrap;
}

.nv-carousel {
    position: relative;
}

.nv-carousel__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
}

.nv-carousel__tab {
    appearance: none;
    border: 1px solid rgba(18, 20, 26, 0.16);
    background: transparent;
    color: var(--nv-about-muted);
    font-family: var(--nv-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.45rem 0.7rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nv-carousel__tab:hover {
    border-color: rgba(18, 20, 26, 0.4);
    color: var(--nv-about-ink);
}

.nv-carousel__tab.is-active {
    background: var(--nv-about-ink);
    border-color: var(--nv-about-ink);
    color: #fff;
}

.nv-carousel__viewport {
    position: relative;
    overflow: hidden;
    background: #0F1115;
    isolation: isolate;
    aspect-ratio: 16 / 11;
    max-height: 440px;
    outline: none;
}

.nv-carousel__viewport:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--nv-about-ink);
}

.nv-carousel__track {
    display: flex;
    height: 100%;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.nv-carousel__slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.nv-carousel__visual {
    position: absolute;
    inset: 0;
    background: #0F1115;
    overflow: hidden;
}

.nv-carousel__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, transparent 40%, rgba(0, 0, 0, 0.72) 100%);
    pointer-events: none;
    z-index: 1;
}

.nv-carousel__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transform: scale(1.04);
    transition: transform 6s ease-out;
}

.nv-carousel__slide.is-active .nv-carousel__visual img {
    transform: scale(1);
}

.nv-carousel__mark {
    position: absolute;
    right: -0.1em;
    bottom: 18%;
    z-index: 1;
    font-family: var(--nv-font);
    font-size: clamp(4.5rem, 18vw, 8.5rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.8;
    color: rgba(255, 255, 255, 0.07);
    pointer-events: none;
    user-select: none;
    transform: translateX(8%);
}

.nv-carousel__cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.5rem 1.25rem 1.55rem;
    color: #fff;
    text-align: left;
    max-width: 34rem;
}

.nv-carousel__prov {
    margin: 0 0 0.4rem;
    font-family: var(--nv-font);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.nv-carousel__cap strong {
    display: block;
    font-family: var(--nv-font);
    font-size: clamp(1.25rem, 2.6vw, 1.7rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.nv-carousel__addr {
    display: block;
    margin-top: 0.4rem;
    font-family: var(--nv-font);
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0.92;
}

.nv-carousel__hours {
    display: block;
    margin-top: 0.35rem;
    font-family: var(--nv-font);
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.68);
}

.nv-carousel__map {
    display: inline-block;
    margin-top: 0.85rem;
    font-family: var(--nv-font);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    padding-bottom: 0.1rem;
    transition: border-color 0.2s ease, opacity 0.2s ease;
}

.nv-carousel__map:hover {
    border-bottom-color: #fff;
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}

.nv-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    backdrop-filter: blur(6px);
    transition: background 0.2s ease;
}

.nv-carousel__btn:hover {
    background: rgba(255, 255, 255, 0.24);
}

.nv-carousel__btn--prev { left: 0.75rem; }
.nv-carousel__btn--next { right: 0.75rem; }

.nv-carousel__progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.12);
    z-index: 3;
    overflow: hidden;
}

.nv-carousel__progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

.nv-carousel__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.85rem;
}

.nv-carousel__dots {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.nv-carousel__dot {
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(18, 20, 26, 0.22);
    cursor: pointer;
    padding: 0;
    transition: width 0.25s ease, background 0.25s ease;
}

.nv-carousel__dot.is-active {
    width: 1.45rem;
    background: var(--nv-about-ink);
}

.nv-carousel__all {
    font-family: var(--nv-font);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--nv-about-ink);
    text-decoration: none;
    letter-spacing: 0.02em;
}

.nv-carousel__all:hover {
    color: var(--nv-about-warm);
    text-decoration: none;
}

@media (max-width: 640px) {
    .nv-hero__content {
        padding-top: 1.25rem;
    }

    .nv-hero__split {
        flex-direction: column;
        gap: 0.85rem;
    }

    .nv-hero__divider {
        width: 3rem;
        height: 1px;
    }

    .nv-hero__path {
        font-size: clamp(1.7rem, 9vw, 2.2rem);
        padding: 0.5rem 0.75rem;
    }

    .nv-hero__meta {
        margin-top: 2.25rem;
        gap: 0.4rem 0.9rem;
        font-size: 0.7rem;
    }

    .nv-about__facts {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .nv-carousel__viewport {
        aspect-ratio: 3 / 4;
        max-height: 480px;
    }

    .nv-carousel__cap {
        padding-right: 3.5rem;
    }

    .nv-carousel__mark {
        font-size: clamp(4rem, 28vw, 6rem);
        bottom: 28%;
    }

    .nv-carousel__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 0.15rem;
    }

    .nv-carousel__tabs::-webkit-scrollbar {
        display: none;
    }

    .nv-carousel__tab {
        flex: 0 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nv-hero__bg,
    .nv-hero__path,
    .nv-hero__hint,
    .nv-carousel__track,
    .nv-carousel__dot {
        transition: none !important;
    }
}
