﻿.hero-section {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: #100753;
    color: #ffffff;
    padding: 0;
}

.hero-section img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    user-select: none;
}

.hero-overlay,
.hero-visual,
.hero-avatar-back-effects,
.hero-bottom-effects {
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-avatar {
    z-index: 4;
    width: 72%;
    top: 6%;
    left: 21%;
}

.hero-fog--one {
    z-index: 1;
    width: 100vw;
    left: 0%;
    bottom: 0%;
}

.hero-fog--two {
    z-index: 4;
    width: 100vw;
    left: 0%;
    bottom: 0%;
}

.hero-fog--three {
    z-index: 5;
    width: 80%;
    left: 20%;
    bottom: -3%;
}

.hero-fog--four {
    z-index: 26;
    width: 40%;
    right: -10%;
    bottom: -5%;
}

.hero-overlay::before,
.hero-overlay::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(46px);
}

.hero-stars {
    position: absolute;
    z-index: 1;
    width: min(40vw, 730px);
    right: 1.5%;
    top: -6%;
    opacity: 0.92;
    animation: heroGlow 5s ease-in-out infinite;
}

.hero-circle {
    z-index: 1;
    width: clamp(42px, 4vw, 56px);
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.hero-navbar {
    position: fixed;
    z-index: 100;
    top: 12px;
    left: 50%;
    width: min(100% - clamp(22px, 3vw, 46px), 1460px);
    height: clamp(62px, 5.8vw, 78px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(20px, 2.3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(16, 7, 83, 0.30);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px) saturate(1.18);
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
    transform: translateX(-50%);
    transition: height 220ms ease, background 220ms ease, box-shadow 220ms ease, top 220ms ease;
}

.hero-navbar.is-scrolled {
    top: 8px;
    height: 60px;
    background: rgba(12, 6, 62, 0.58);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.hero-logo {
    display: inline-flex;
    width: clamp(104px, 8.8vw, 122px);
    transition: transform 180ms ease, filter 180ms ease;
}

.hero-menu {
    display: flex;
    align-items: center;
    gap: clamp(34px, 3.5vw, 50px);
    font-size: clamp(0.88rem, 1.03vw, 1rem);
    font-weight: 800;
}

.hero-menu a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.hero-menu a:hover {
    color: #ffffff;
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.5);
    transform: translateY(-1px);
}

.hero-container {
    position: relative;
    z-index: 26;
    width: min(100% - clamp(48px, 6.2vw, 84px), 1280px);
    height: calc(100% - clamp(70px, 7vw, 92px));
    margin: 0 auto;
    padding-top: clamp(70px, 7vw, 92px);
    transform: translateX(-94px);
    display: grid;
    grid-template-columns: minmax(440px, 0.92fr) minmax(480px, 1.08fr);
    align-items: start;
}

.hero-avatar-back-effects {
    position: absolute;
    inset: auto 0 0;
    z-index: 25;
    height: clamp(218px, 24vw, 328px);
}

.hero-avatar-back-effects img {
    position: absolute;
}

.hero-content {
    position: relative;
    z-index: 34;
    max-width: 660px;
    margin-left: clamp(0px, 0vw, 0px);
    padding-top: clamp(76px, 7.2vw, 98px);
}



.hero-greeting {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.1rem, 1.45vw, 1.45rem);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
    transform: none;
}

.hero-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(3.55rem, 5.2vw, 5rem);
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    text-shadow: 0 0 28px rgba(105, 68, 255, 0.35);
}

.hero-title__word {
    position: relative;
    display: inline-block;
    min-width: 10.8em;
    animation: heroCodeIn .48s steps(2, end) both;
    will-change: transform, opacity, filter;
}

.hero-title__word::before,
.hero-title__word::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.hero-title__word::before {
    color: #3d43ff;
    transform: translateX(-2px);
}

.hero-title__word::after {
    color: #964bff;
    transform: translateX(2px);
}

.hero-title__word.is-changing {
    animation: heroCodeGlitch .36s steps(2, end) both;
}

.hero-title__word.is-changing::before {
    opacity: .78;
    animation: heroCodeShiftA .36s steps(2, end) both;
}

.hero-title__word.is-changing::after {
    opacity: .68;
    animation: heroCodeShiftB .36s steps(2, end) both;
}

.hero-description {
    width: min(100%, 545px);
    margin: clamp(20px, 1.9vw, 26px) 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.98rem, 1.08vw, 1.1rem);
    line-height: 1.62;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.6vw, 22px);
    margin-top: clamp(34px, 3.55vw, 48px);
}

.hero-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: clamp(180px, 15.5vw, 212px);
    transition: transform 180ms ease, filter 180ms ease;
}

.hero-button>img:not(.hero-button__icon):not(.hero-cursor) {
    width: 100%;
}

.hero-button span {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: clamp(0.86rem, 1.05vw, 1.05rem);
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.hero-button__icon {
    position: absolute;
    width: clamp(20px, 2.1vw, 30px);
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
}

.hero-cursor {
    width: clamp(10px, 1.8vw, 22px);
    max-width: none;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.hero-action-divider {
    width: 2px;
    height: clamp(46px, 4vw, 54px);
    opacity: 0.92;
}

.hero-button:hover {
    transform: translateY(-3px) scale(1.02);
    filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.24)) drop-shadow(0 0 18px rgba(177, 99, 255, 0.34));
}

.hero-availability {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: clamp(122px, 10.6vw, 152px) 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.92rem, 1.08vw, 1.08rem);
    font-weight: 500;
}

.hero-availability span {
    width: 10px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: #83ff38;
    box-shadow: 0 0 12px rgba(131, 255, 56, 0.75);
}

.hero-social {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    gap: clamp(14px, 1.6vw, 22px);
    margin-top: clamp(2px, 0.5vw, 8px);
}

.hero-social__ring {
    position: absolute;
    width: clamp(40px, 4vw, 54px);
    left: 0;
    opacity: 0.66;
}

.hero-social a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: clamp(40px, 4vw, 54px);
    aspect-ratio: 1;
    transition: transform 180ms ease, filter 180ms ease;
}

.hero-social a:hover {
    transform: translateY(-3px);
    filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.4));
}

.hero-visual {
    position: relative;
    z-index: 12;
    justify-self: end;
    width: min(44vw, 600px);
    aspect-ratio: 668 / 642;
    margin-top: clamp(36px, 3.6vw, 54px);
    margin-right: clamp(-52px, -2.2vw, -76px);
}


.hero-trazo,
.hero-bubble,
.hero-avatar,
.hero-globe,

.hero-cursor {
    position: absolute;
}

.hero-trazo {
    z-index: 1;
    width: 82%;
    top: 3%;
    left: 20.5%;
    opacity: 0.42;
    mix-blend-mode: multiply;
    animation: heroSpinDrift 15s ease-in-out infinite;
}

.hero-bubble {
    z-index: 2;
    width: 72%;
    top: 7.5%;
    left: 25.5%;
    animation: heroGlow 5s ease-in-out infinite;
}

.hero-globe {
    z-index: 5;
    filter: drop-shadow(0 9px 14px rgba(0, 0, 0, 0.24));
}

.hero-globe--one {
    width: 9.2%;
    top: 48%;
    left: 0.8%;
    animation: heroFloat 5.8s ease-in-out infinite;
}

.hero-globe--two {
    width: 12.3%;
    top: 4%;
    right: -15%;
    animation: heroFloat 6.4s ease-in-out 0.3s infinite;
}

.hero-globe--three {
    width: 5.7%;
    top: 9.3%;
    left: 11.6%;
    animation: heroFloat 5.2s ease-in-out 0.6s infinite;
}

.hero-bottom-effects {
    position: absolute;
    inset: auto 0 0;
    z-index: auto;
    height: clamp(218px, 24vw, 328px);
}

.hero-bottom-effects img {
    position: absolute;
}

.hero-adorno {
    z-index: 26;
    width: 35%;
    left: 0%;
    bottom: 0%;
    opacity: 0.86;
}

.hero-mountain--color {
    z-index: 27;
    width: 78%;
    left: 22%;
    bottom: 0%;
}

.hero-mountain--snow {
    z-index: 19;
    width: 22%;
    right: 0%;
    bottom: 54%;
}

.hero-cloud--two {
    z-index: 28;
    left: 62%;
    width: 40%;
    bottom: 0%;
    animation: heroCloudTwoFade 8.4s ease-in-out infinite;
    transform-origin: 48% 54%;
}

.hero-cloud--three {
    z-index: 4;
    width: clamp(160px, 20vw, 275px);
    bottom: 80%;
    animation: heroCloudThreeFade 6.8s ease-in-out infinite;
}

.hero-cloud--four {
    z-index: 30;
    width: clamp(420px, 48vw, 660px);
    right: 40%;
    bottom: 0%;
    opacity: 0.56;
    animation: heroCloudFourFade 9.2s ease-in-out 0.8s infinite;
    transform-origin: 52% 56%;
}

.hero-location {
    position: absolute;
    z-index: 52;
    right: clamp(36px, 3.4vw, 46px);
    bottom: clamp(28px, 3vw, 42px);
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 26px 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    font-weight: 500;
    line-height: 1;
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    isolation: isolate;
}

.hero-location .hero-circle {
    position: absolute;
}

.hero-location__icon {
    position: relative;
    z-index: 2;
    width: clamp(18px, 1.8vw, 24px);
}

.hero-location span {
    position: relative;
    z-index: 2;
}

@keyframes heroFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes heroFloatSmall {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(5px, -7px, 0);
    }
}

@keyframes heroGlow {
    0% {
        filter:
            brightness(1) drop-shadow(0 0 8px rgba(255, 255, 255, 0.068)) drop-shadow(0 0 16px rgba(160, 227, 255, 0.14));
        opacity: 0.92;
    }

    35% {
        filter:
            brightness(1.025) drop-shadow(0 0 10px rgba(255, 255, 255, 0.14)) drop-shadow(0 0 20px rgba(122, 214, 255, 0.18));
        opacity: 0.96;
    }

    65% {
        filter:
            brightness(1.04) drop-shadow(0 0 12px rgba(255, 255, 255, 0.16)) drop-shadow(0 0 24px rgba(122, 214, 255, 0.2));
        opacity: 0.98;
    }

    100% {
        filter:
            brightness(1) drop-shadow(0 0 8px rgba(255, 255, 255, 0.1)) drop-shadow(0 0 16px rgba(122, 214, 255, 0.14));
        opacity: 0.92;
    }
}

@keyframes heroCloudThreeFade {

    0%,
    100% {
        opacity: 0.9;
        filter: blur(0) saturate(1);
    }

    32% {
        opacity: 0.58;
        filter: blur(1.1px) saturate(0.95);
    }

    58% {
        opacity: 0.22;
        filter: blur(2.4px) saturate(0.88);
    }

    82% {
        opacity: 0.68;
        filter: blur(0.8px) saturate(0.98);
    }
}

@keyframes heroCloudTwoFade {

    0%,
    100% {
        scale: 1;
        opacity: 0.9;
        filter: blur(0) saturate(1);
    }

    36% {
        scale: 1.018 0.985;
        opacity: 0.68;
        filter: blur(0.9px) saturate(0.96);
    }

    64% {
        scale: 0.99 1.012;
        opacity: 0.82;
        filter: blur(0.35px) saturate(1.02);
    }
}

@keyframes heroCloudFourFade {

    0%,
    100% {
        scale: 1;
        opacity: 0.56;
        filter: blur(0) saturate(1);
    }

    34% {
        scale: 1.012 0.99;
        opacity: 0.38;
        filter: blur(1px) saturate(0.94);
    }

    66% {
        scale: 0.992 1.014;
        opacity: 0.62;
        filter: blur(0.4px) saturate(1.04);
    }
}

@keyframes heroSpinDrift {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(2deg) scale(1.01);
    }
}

@keyframes heroCodeIn {
    0% {
        opacity: 0;
        transform: translateX(-8px);
        filter: blur(2px);
        text-shadow: -3px 0 #557dff, 3px 0 #4bff8a;
    }

    35% {
        opacity: 1;
        transform: translateX(5px);
        filter: blur(1px);
        text-shadow: 3px 0 #55e8ff, -3px 0 #ff4bde;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
        text-shadow: 0 0 28px rgba(105, 68, 255, 0.35);
    }
}

@keyframes heroCodeGlitch {

    0%,
    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
        text-shadow: 0 0 28px rgba(105, 68, 255, 0.35);
    }

    18% {
        transform: translateX(-7px) skewX(7deg);
        filter: blur(1px);
        text-shadow: -5px 0 #55e8ff, 5px 0 #ff4bde;
    }

    42% {
        opacity: .76;
        transform: translateX(6px) skewX(-5deg);
        text-shadow: 5px 0 #55e8ff, -5px 0 #ff4bde;
    }

    68% {
        opacity: .9;
        transform: translateX(-3px);
        filter: blur(2px);
    }
}

@keyframes heroCodeShiftA {

    0%,
    100% {
        clip-path: inset(0 0 0 0);
        transform: translateX(-2px);
    }

    35% {
        clip-path: inset(12% 0 58% 0);
        transform: translateX(-10px);
    }

    70% {
        clip-path: inset(58% 0 12% 0);
        transform: translateX(6px);
    }
}

@keyframes heroCodeShiftB {

    0%,
    100% {
        clip-path: inset(0 0 0 0);
        transform: translateX(2px);
    }

    30% {
        clip-path: inset(54% 0 18% 0);
        transform: translateX(9px);
    }

    65% {
        clip-path: inset(16% 0 62% 0);
        transform: translateX(-7px);
    }
}

@media (max-width: 1180px) {
    .hero-container {
        grid-template-columns: minmax(390px, 0.9fr) minmax(390px, 1.1fr);
    }

    .hero-content {
        padding-top: clamp(92px, 10vw, 128px);
    }

    .hero-visual {
        width: min(49vw, 590px);
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .hero-section {
        height: auto;
        min-height: 900px;
    }

    .hero-navbar {
        width: min(100% - 36px, 720px);
    }

    .hero-menu {
        display: none;
    }

    .hero-container {
        width: min(100% - 36px, 720px);
        height: auto;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding-top: 70px;
        padding-bottom: 250px;
    }

    .hero-content {
        max-width: 620px;
        padding-top: 32px;
    }

    .hero-bar {
        display: none;
    }

    .hero-title {
        white-space: normal;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions,
    .hero-availability,
    .hero-social {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-availability {
        margin-top: 34px;
    }

    .hero-visual {
        width: min(76vw, 460px);
        margin: 24px auto 0;
        justify-self: center;
    }

    .hero-bottom-effects {
        height: 230px;
    }

    .hero-mountain--color {
        width: 130vw;
        left: -24vw;
    }

    .hero-mountain--snow {
        right: -8%;
    }
}

@media (min-width: 761px) and (max-width: 900px) {
    .hero-section {
        min-height: 840px;
    }

    .hero-navbar {
        justify-content: center;
    }

    .hero-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .hero-container {
        transform: none;
        z-index: 44;
        padding-bottom: 95px;
    }

    .hero-content {
        justify-self: center;
        text-align: center;
    }

    .hero-visual {
        width: min(74vw, 485px);
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        transform: translateY(clamp(62px, 8.5vw, 88px));
        z-index: 42;
    }

    .hero-trazo {
        width: 88%;
        left: 6%;
        top: -10%;
    }

    .hero-bubble {
        width: 78%;
        top: -5%;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-avatar {
        left: 50%;
        top: -2%;
        transform: translateX(-50%);
        opacity: 1;
        mix-blend-mode: normal;
        filter: none;
    }

    .hero-bottom-effects {
        height: clamp(420px, 58vw, 500px);
        overflow: visible;
        z-index: 30;
        bottom: 0;
    }

    .hero-mountain--color {
        width: 132vw;
        max-width: none !important;
        left: 50%;
        right: auto;
        bottom: clamp(-36px, -4vw, -22px);
        z-index: 34;
        transform: translateX(-50%);
    }

    .hero-mountain--snow {
        width: min(48vw, 360px);
        max-width: none;
        left: auto;
        right: -3vw;
        bottom: clamp(50px, 8vw, 78px);
        z-index: 22;
    }

    .hero-cloud--two {
        width: min(72vw, 560px);
        left: 50%;
        right: auto;
        bottom: clamp(18px, 3vw, 36px);
        z-index: 36;
        transform: translateX(-50%);
    }

    .hero-cloud--four {
        width: min(112vw, 840px);
        max-width: none !important;
        left: 50%;
        right: auto;
        bottom: clamp(10px, 2vw, 24px);
        z-index: 35;
        transform: translateX(-50%);
    }

    .hero-location {
        left: 50%;
        right: auto;
        bottom: clamp(34px, 4vw, 44px);
        transform: translateX(-50%);
        justify-content: center;
        width: max-content;
        gap: 14px;
        min-height: 44px;
        padding: 11px 20px 11px 14px;
        font-size: .95rem;
        background: rgba(255, 255, 255, .20);
    }
}

@media (max-width: 540px) {
    .hero-section {
        min-height: 850px;
    }

    .hero-navbar {
        height: 70px;
        width: min(100% - 32px, 390px);
    }

    .hero-container {
        width: min(100% - 32px, 390px);
        padding-top: 70px;
        padding-bottom: 210px;
    }

    .hero-greeting {
        font-size: 1rem;
    }

    .hero-title {
        font-size: clamp(2.55rem, 12vw, 3.25rem);
        line-height: 0.95;
    }

    .hero-description {
        width: min(100%, 310px);
        font-size: 0.86rem;
    }

    .hero-actions {
        gap: 8px;
        margin-top: 28px;
    }

    .hero-button {
        width: min(36vw, 132px);
    }

    .hero-button span {
        font-size: 0.9rem;
    }

    .hero-button__icon {
        width: 18px;
    }

    .hero-action-divider {
        height: 40px;
    }

    .hero-availability {
        margin-top: 28px;
        font-size: 0.82rem;
    }

    .hero-social a,
    .hero-social__ring {
        width: 38px;
    }

    .hero-visual {
        width: min(86vw, 330px);
        margin-top: 20px;
    }

    .hero-globe--three,
    .hero-cursor {
        display: none;
    }

    .hero-bottom-effects {
        height: 175px;
    }

    .hero-mountain--color {
        width: 155vw;
        left: -48vw;
        bottom: 18%;
    }

    .hero-mountain--snow {
        width: 170px;
        right: -10%;
        bottom: 37%;
    }

    .hero-fog--three {
        width: 125vw;
        bottom: -4%;
    }

    .hero-cloud--four {
        right: -42%;
    }

    .hero-location {
        right: 18px;
        bottom: 22px;
        min-height: 42px;
        padding: 10px 16px 10px 12px;
        font-size: 0.82rem;
    }

    .hero-location img {
        width: 16px;
    }
}

/* mobile hero layout repair */
@media (max-width: 540px) {

    html,
    body {
        overflow-x: hidden;
    }

    .hero-section {
        height: 850px;
        min-height: 850px;
        max-height: none;
        overflow: hidden;
    }

    .hero-navbar {
        top: 12px;
        width: calc(100% - 44px);
        max-width: 340px;
        height: 62px;
        padding-inline: 18px;
    }

    .hero-logo {
        width: 112px;
    }

    .hero-container {
        position: relative;
        width: min(100% - 28px, 370px);
        max-width: 370px;
        height: 100%;
        transform: none;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
        padding-top: 86px;
        padding-bottom: 0;
        overflow: visible;
    }

    .hero-content,
    .hero-copy,
    .hero-description,
    .hero-actions,
    .hero-availability,
    .hero-social {
        width: 100%;
        max-width: 100%;
    }

    .hero-content {
        padding-top: 0;
    }

    .hero-greeting {
        font-size: 0.92rem;
        margin-bottom: 12px;
    }

    .hero-title {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        white-space: normal;
        font-size: clamp(2rem, 9.6vw, 2.55rem);
        line-height: 1.04;
    }

    .hero-title__word,
    .hero-title__word.is-changing {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        animation: none !important;
        filter: none !important;
    }

    .hero-title__word::before,
    .hero-title__word::after {
        display: none !important;
    }

    .hero-description {
        margin-top: 16px;
        margin-inline: auto;
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .hero-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 22px;
    }

    .hero-section .hero-action-divider,
    .hero-section .hero-cursor,
    .hero-section .hero-globe--three {
        display: none !important;
    }

    .hero-button {
        width: min(196px, 86%);
        min-width: 0;
    }

    .hero-button span {
        left: 12%;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.95rem;
    }

    .hero-button__icon {
        width: 16px;
        right: 8%;
    }

    .hero-availability {
        justify-content: center;
        gap: 10px;
        margin-top: 22px;
        font-size: 0.78rem;
    }

    .hero-social {
        justify-content: center;
        gap: 12px;
        margin-top: 8px;
    }

    .hero-social a,
    .hero-social__ring {
        width: 34px;
    }

    .hero-visual {
        position: absolute;
        z-index: 36;
        left: 50%;
        top: 530px;
        width: min(74vw, 282px);
        max-width: 282px;
        justify-self: center;
        margin: 0;
        transform: translateX(-50%);
    }

    .hero-avatar,
    .hero-bubble,
    .hero-trazo {
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-avatar {
        width: 76%;
        top: 8%;
    }

    .hero-bubble {
        width: 78%;
        top: 7%;
    }

    .hero-trazo {
        width: 88%;
        top: 1%;
    }

    .hero-globe--one {
        width: 10%;
        left: 4%;
        top: 45%;
    }

    .hero-globe--two {
        width: 13%;
        right: 4%;
        top: 6%;
    }

    .hero-bottom-effects {
        z-index: 28;
        bottom: 0;
        height: 228px;
        overflow: hidden;
    }

    .hero-adorno {
        width: 58vw;
        left: -18vw;
        bottom: 0;
        opacity: 0.45;
    }

    .hero-mountain--color {
        width: 116vw;
        left: -16vw;
        bottom: 18px;
    }

    .hero-mountain--snow {
        width: 52vw;
        right: -13vw;
        bottom: 68px;
        opacity: 0.72;
    }

    .hero-fog--two {
        width: 125vw;
        left: -12vw;
        bottom: -2px;
    }

    .hero-fog--three {
        width: 115vw;
        left: -8vw;
        bottom: -5px;
    }

    .hero-fog--four {
        width: 72vw;
        right: -24vw;
        bottom: -8px;
    }

    .hero-cloud--two {
        width: 110vw;
        left: -8vw;
        bottom: 0;
    }

    .hero-cloud--three {
        width: 44vw;
        left: -12vw;
        bottom: 118px;
        opacity: 0.38;
    }

    .hero-cloud--four {
        width: 120vw;
        right: -34vw;
        bottom: -8px;
        opacity: 0.56;
    }

    .hero-location {
        left: 50%;
        right: auto;
        bottom: 18px;
        transform: translateX(-50%);
        gap: 12px;
        min-height: 38px;
        padding: 9px 16px 9px 12px;
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .hero-location img {
        width: 15px;
    }
}

@media (max-width: 380px) {
    .hero-section {
        height: 810px;
        min-height: 810px;
    }

    .hero-container {
        width: min(100% - 24px, 350px);
    }

    .hero-title {
        font-size: clamp(1.85rem, 9.2vw, 2.25rem);
    }

    .hero-description {
        font-size: 0.78rem;
    }

    .hero-button {
        width: min(210px, 100%);
    }

    .hero-button span {
        font-size: 0.64rem;
    }

    .hero-visual {
        top: 520px;
        width: min(72vw, 258px);
        max-width: 258px;
    }

    .hero-bottom-effects {
        height: 210px;
    }

    .hero-mountain--color {
        width: 118vw;
        left: -18vw;
    }

    .hero-location {
        bottom: 18px;
        font-size: 0.95rem;
    }
}

/* responsive hero top polish */
@media (max-width: 760px) {

    html,
    body {
        overflow-x: hidden;
    }

    .hero-section {
        height: auto;
        min-height: 900px;
        max-height: none;
        overflow: hidden;
    }

    .hero-navbar {
        top: 10px;
        width: min(100% - 32px, 430px);
        height: clamp(58px, 11vw, 68px);
        padding-inline: clamp(18px, 5vw, 28px);
    }

    .hero-logo {
        width: clamp(112px, 27vw, 138px);
    }

    .hero-container {
        width: min(100% - 28px, 500px);
        max-width: 500px;
        min-height: 900px;
        height: auto;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
        transform: none;
        padding-top: clamp(88px, 16vw, 112px);
        padding-bottom: 300px;
        overflow: visible;
    }

    .hero-content,
    .hero-copy,
    .hero-description,
    .hero-actions,
    .hero-availability,
    .hero-social {
        width: 100%;
        max-width: 100%;
    }

    .hero-content {
        max-width: 460px;
        padding-top: 0;
    }

    .hero-greeting {
        margin-bottom: 10px;
        font-size: clamp(0.9rem, 3.5vw, 1.02rem);
        line-height: 1.2;
    }

    .hero-title {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        white-space: normal;
        font-size: clamp(2.12rem, 8vw, 2.72rem);
        line-height: 1.04;
        text-wrap: balance;
    }

    .hero-title__word,
    .hero-title__word.is-changing {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        white-space: normal;
        overflow-wrap: normal;
        animation: none !important;
        filter: none !important;
    }

    .hero-title__word::before,
    .hero-title__word::after {
        display: none !important;
    }

    .hero-description {
        width: min(100%, 420px);
        margin: 14px auto 0;
        font-size: clamp(0.82rem, 3vw, 0.92rem);
        line-height: 1.5;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 24px;
    }

    .hero-section .hero-action-divider,
    .hero-section .hero-cursor,
    .hero-section .hero-globe--three {
        display: none !important;
    }

    .hero-button {
        width: min(244px, 84%);
        min-width: 0;
    }

    .hero-button span {
        left: 14%;
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: clamp(0.95rem, 4vw, 1.08rem);
    }

    .hero-button__icon {
        width: 18px;
        right: 8%;
    }

    .hero-availability {
        justify-content: center;
        gap: 10px;
        margin-top: 24px;
        font-size: clamp(0.78rem, 2.8vw, 0.88rem);
    }

    .hero-social {
        justify-content: center;
        gap: clamp(12px, 4vw, 18px);
        margin-top: 8px;
    }

    .hero-social a,
    .hero-social__ring {
        width: clamp(34px, 8vw, 40px);
    }

    .hero-visual {
        position: absolute;
        z-index: 36;
        left: 50%;
        top: clamp(560px, 112vw, 610px);
        width: min(74vw, 312px);
        max-width: 312px;
        justify-self: center;
        margin: 0;
        transform: translateX(-50%);
    }
}

@media (max-width: 540px) {
    .hero-section {
        min-height: 850px;
    }

    .hero-navbar {
        width: min(100% - 36px, 356px);
    }

    .hero-container {
        width: min(100% - 28px, 370px);
        min-height: 850px;
        padding-top: 86px;
        padding-bottom: 0;
    }

    .hero-title {
        font-size: clamp(2rem, 9vw, 2.34rem);
        line-height: 1.05;
    }

    .hero-description {
        width: min(100%, 330px);
        font-size: 0.82rem;
    }

    .hero-button {
        width: min(214px, 82%);
    }

    .hero-visual {
        top: 530px;
        width: min(74vw, 282px);
        max-width: 282px;
    }
}

@media (max-width: 380px) {
    .hero-title {
        font-size: clamp(1.82rem, 8.6vw, 2.12rem);
    }

    .hero-button {
        width: min(194px, 82%);
    }
}


/* mobile final lock: centered logo + glitch title */
@media (max-width: 760px) {
    .hero-navbar {
        justify-content: center !important;
    }

    .hero-logo {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        width: clamp(123px, 32.5vw, 151px) !important;
        transform: translate(-50%, -50%) !important;
    }

    .hero-logo img {
        width: 100% !important;
    }

    .hero-title {
        overflow: visible !important;
        white-space: nowrap !important;
        font-size: clamp(2.02rem, 9.2vw, 2.68rem) !important;
        line-height: 1.02 !important;
        text-align: center !important;
    }

    .hero-title__word,
    .hero-title__word.is-changing {
        position: relative !important;
        display: inline-block !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        filter: none;
    }

    .hero-title__word {
        animation: heroCodeIn .48s steps(2, end) both !important;
    }

    .hero-title__word.is-changing {
        animation: heroCodeGlitch .36s steps(2, end) both !important;
    }

    .hero-title__word::before,
    .hero-title__word::after {
        content: attr(data-text) !important;
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        opacity: 0;
        pointer-events: none !important;
    }

    .hero-title__word::before {
        color: #3d43ff !important;
        transform: translateX(-2px);
    }

    .hero-title__word::after {
        color: #964bff !important;
        transform: translateX(2px);
    }

    .hero-title__word.is-changing::before {
        opacity: .78 !important;
        animation: heroCodeShiftA .36s steps(2, end) both !important;
    }

    .hero-title__word.is-changing::after {
        opacity: .68 !important;
        animation: heroCodeShiftB .36s steps(2, end) both !important;
    }
}

@media (max-width: 380px) {
    .hero-title {
        font-size: clamp(1.78rem, 8.5vw, 2.06rem) !important;
    }
}



/* mobile scene polish: keep artwork inside the frame */
@media (max-width: 760px) {
    .hero-section {
        min-height: clamp(860px, 178vw, 940px) !important;
        overflow: hidden !important;
    }

    .hero-container {
        min-height: clamp(860px, 178vw, 940px) !important;
        padding-bottom: 0 !important;
    }

    .hero-visual {
        top: clamp(490px, 102vw, 555px) !important;
        width: min(82vw, 330px) !important;
        max-width: 330px !important;
        z-index: 35 !important;
    }

    .hero-avatar,
    .hero-bubble,
    .hero-trazo {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .hero-avatar {
        width: 72% !important;
        top: 9% !important;
    }

    .hero-bubble {
        width: 82% !important;
        top: 6% !important;
    }

    .hero-trazo {
        width: 92% !important;
        top: -1% !important;
        opacity: .34 !important;
    }

    .hero-globe--one {
        width: 10% !important;
        left: 2% !important;
        top: 43% !important;
    }

    .hero-globe--two {
        width: 12% !important;
        right: 3% !important;
        top: 2% !important;
    }

    .hero-bottom-effects {
        height: clamp(270px, 58vw, 330px) !important;
        overflow: visible !important;
        z-index: 38 !important;
    }

    .hero-mountain--color {
        width: min(106vw, 470px) !important;
        left: 50% !important;
        bottom: 34px !important;
        transform: translateX(-50%) !important;
    }

    .hero-mountain--snow {
        width: min(42vw, 190px) !important;
        right: 0 !important;
        bottom: 116px !important;
        opacity: .78 !important;
    }

    .hero-fog--two {
        width: 112vw !important;
        left: 50% !important;
        bottom: -6px !important;
        transform: translateX(-50%) !important;
    }

    .hero-fog--three {
        width: 108vw !important;
        left: 50% !important;
        bottom: 0 !important;
        transform: translateX(-50%) !important;
    }

    .hero-fog--four {
        width: min(54vw, 230px) !important;
        right: -8vw !important;
        bottom: 8px !important;
    }

    .hero-cloud--two {
        width: 108vw !important;
        left: 50% !important;
        bottom: 8px !important;
        transform: translateX(-50%) !important;
    }

    .hero-cloud--three {
        width: min(34vw, 145px) !important;
        left: -4vw !important;
        bottom: 154px !important;
        opacity: .28 !important;
        animation-duration: 11s !important;
    }

    .hero-cloud--four {
        width: 108vw !important;
        right: -18vw !important;
        bottom: 2px !important;
        opacity: .48 !important;
    }

    .hero-location {
        bottom: 54px !important;
        z-index: 55 !important;
        min-height: 42px !important;
        padding: 10px 18px 10px 14px !important;
        font-size: clamp(.86rem, 3.4vw, .98rem) !important;
        background: rgba(255, 255, 255, .20) !important;
        box-shadow: 0 14px 30px rgba(16, 7, 83, .24) !important;
    }
}

@media (max-width: 380px) {

    .hero-section,
    .hero-container {
        min-height: 830px !important;
    }

    .hero-visual {
        top: 500px !important;
        width: min(80vw, 292px) !important;
    }

    .hero-bottom-effects {
        height: 268px !important;
    }

    .hero-location {
        bottom: 48px !important;
    }
}

/* mobile scene edge cleanup */
@media (max-width: 760px) {
    .hero-bottom-effects {
        overflow: hidden !important;
        height: clamp(292px, 62vw, 350px) !important;
    }

    .hero-mountain--color {
        width: 128vw !important;
        max-width: none !important;
        left: 50% !important;
        bottom: 18px !important;
        transform: translateX(-50%) !important;
    }

    .hero-mountain--snow {
        width: min(48vw, 218px) !important;
        right: -10vw !important;
        bottom: 122px !important;
        opacity: .74 !important;
    }

    .hero-cloud--two {
        width: min(72vw, 330px) !important;
        left: -18vw !important;
        right: auto !important;
        bottom: 0 !important;
        transform: none !important;
        opacity: .72 !important;
    }

    .hero-cloud--four {
        width: min(78vw, 360px) !important;
        right: -22vw !important;
        bottom: -2px !important;
        opacity: .70 !important;
    }

    .hero-fog--two {
        width: 132vw !important;
        left: 50% !important;
        bottom: -10px !important;
        transform: translateX(-50%) !important;
    }

    .hero-fog--three {
        width: 126vw !important;
        left: 50% !important;
        bottom: -4px !important;
        transform: translateX(-50%) !important;
    }

    .hero-location {
        bottom: 62px !important;
    }
}

@media (max-width: 380px) {
    .hero-mountain--color {
        width: 134vw !important;
    }

    .hero-cloud--two {
        left: -24vw !important;
    }

    .hero-cloud--four {
        right: -28vw !important;
    }
}

/* mobile snow mountain behind avatar */
@media (max-width: 760px) {
    .hero-visual {
        z-index: 42 !important;
    }

    .hero-bottom-effects {
        z-index: 34 !important;
    }

    .hero-mountain--snow {
        z-index: 2 !important;
        width: min(54vw, 240px) !important;
        right: -8vw !important;
        bottom: 76px !important;
        opacity: .64 !important;
    }

    .hero-mountain--color {
        z-index: 10 !important;
    }

    .hero-fog--two,
    .hero-fog--three,
    .hero-cloud--two,
    .hero-cloud--four {
        z-index: 28 !important;
    }

    .hero-location {
        z-index: 60 !important;
    }
}

@media (max-width: 380px) {
    .hero-mountain--snow {
        right: -12vw !important;
        bottom: 70px !important;
    }
}

/* mobile hard layer order: snow mountain behind avatar */
@media (max-width: 760px) {
    .hero-container {
        z-index: 50 !important;
    }

    .hero-visual {
        z-index: 52 !important;
    }

    .hero-bottom-effects {
        z-index: 32 !important;
    }

    .hero-mountain--snow {
        z-index: 1 !important;
        bottom: 42px !important;
    }

    .hero-location {
        z-index: 70 !important;
    }
}

/* mobile location pill lower */
@media (max-width: 760px) {
    .hero-location {
        bottom: 42px !important;
    }

    .hero-location .hero-circle {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .hero-location {
        bottom: 38px !important;
    }
}

/* mobile seven-color mountain at avatar base */
@media (max-width: 760px) {
    .hero-mountain--color {
        width: 132vw !important;
        bottom: 64px !important;
        z-index: 12 !important;
    }
}

@media (max-width: 380px) {
    .hero-mountain--color {
        width: 138vw !important;
        bottom: 58px !important;
    }
}

/* mobile seven-color mountain lower at avatar level */
@media (max-width: 760px) {
    .hero-mountain--color {
        bottom: 34px !important;
    }
}

@media (max-width: 380px) {
    .hero-mountain--color {
        bottom: 30px !important;
    }
}

/* mobile seven-color mountain lower again */
@media (max-width: 760px) {
    .hero-mountain--color {
        bottom: 12px !important;
    }
}

@media (max-width: 380px) {
    .hero-mountain--color {
        bottom: 8px !important;
    }
}

/* mobile seven-color mountain aligned with avatar base */
@media (max-width: 760px) {
    .hero-mountain--color {
        bottom: -10px !important;
    }
}

@media (max-width: 380px) {
    .hero-mountain--color {
        bottom: -14px !important;
    }
}

/* mobile snow mountain smaller */
@media (max-width: 760px) {
    .hero-mountain--snow {
        width: min(50vw, 215px) !important;
    }
}

@media (max-width: 380px) {
    .hero-mountain--snow {
        width: min(47vw, 188px) !important;
        bottom: 38px !important;
    }
}

/* mobile location pill slightly lower */
@media (max-width: 760px) {
    .hero-location {
        bottom: 30px !important;
    }
}

@media (max-width: 380px) {
    .hero-location {
        bottom: 26px !important;
    }
}

/* mobile show third globe */
@media (max-width: 760px) {
    .hero-section .hero-globe--three {
        display: block !important;
        width: clamp(20px, 7vw, 30px) !important;
        left: 12% !important;
        top: 11% !important;
        z-index: 58 !important;
        opacity: 1 !important;
    }
}

@media (max-width: 380px) {
    .hero-section .hero-globe--three {
        width: clamp(18px, 6.4vw, 25px) !important;
        left: 10% !important;
        top: 13% !important;
    }
}

/* mobile first globe lower and further left */
@media (max-width: 760px) {
    .hero-section .hero-globe--one {
        left: -2% !important;
        top: 52% !important;
    }
}

@media (max-width: 380px) {
    .hero-section .hero-globe--one {
        left: -4% !important;
        top: 54% !important;
    }
}
