.logo-animation {
    position: relative;
    overflow: hidden;
}

#timelapseVideoIntro {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 1.2s ease;
    z-index: 0;
}

#logo_arca {
    position: relative;
    z-index: 2;
}

body.page-index3 #timelapseVideoIntro {
    opacity: 0;
    transition: opacity 1.2s ease;
}

body.page-index3.intro-done #timelapseVideoIntro {
    opacity: 1;
}

#video-completo {
    position: fixed;
    top: 250px;
    right: -100%;
    z-index: 999999999;
    transition: all 0.5s ease-in-out;
}

#video-completo.visible {
    right: 50px;
}

#video-completo span {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-90deg);
    transform-origin: top right;
    font-family: "Syne", sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-secondary);
    background-color: var(--color-black);
}

#video-completo span i {
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg);
    border: 1px solid var(--color-black);
    border-right: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-secondary);
    color: var(--color-black);
}

#video-completo span a {
    transition: all 0.3s ease-in-out;
    height: 50px;
    border: 1px solid var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: var(--color-secondary);
    text-decoration: none;
    background-color: var(--color-red);
}

#video-completo span:hover i {
    background-color: var(--color-red);
    color: var(--color-secondary);
}

#video-completo span:hover a {
    background-color: var(--color-secondary);
    color: var(--color-red);
}

.claim,
.coming {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.claim.visible,
.coming.visible {
    opacity: 1;
}

.claim h2 {
    color: var(--color-secondary) !important;
    word-spacing: -15px;
}

.coming {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.coming h2 {
    color: #fff !important;
    opacity: 0.6;
}

#contenido_logo_texto {
    flex-direction: column;
}

.claim {
    margin-top: 20px;
}

#full-section .arca-access-cta {
    --gold: #c9a962;
    --gold-light: #e5d4a1;
    --gold-dark: #9a7b3a;
    --white: #fafaf9;
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
}

#full-section .arca-access-cta .btn-access {
    padding: 1rem 3rem;
    font-family: "Syne", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--white);
    background: transparent;
    border: 1px solid rgba(201, 169, 98, 0.6);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#full-section .arca-access-cta .btn-access::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 169, 98, 0.25), rgba(229, 212, 161, 0.15));
    opacity: 0;
    transition: opacity 0.5s ease;
}

#full-section .arca-access-cta .btn-access:hover {
    border-color: var(--gold);
    color: var(--gold-light);
    box-shadow: 0 0 30px rgba(201, 169, 98, 0.25);
}

#full-section .arca-access-cta .btn-access:hover::before {
    opacity: 1;
}

#full-section .arca-access-cta .btn-access:active {
    transform: scale(0.98);
}

.hystmodal__shadow {
    z-index: 999999999999998 !important;
}

.hystmodal {
    z-index: 999999999999999 !important;
}

.hystmodal__shadow--show {
    opacity: 0 !important;
    background-color: transparent !important;
    pointer-events: none !important;
}

.hystmodal__window {
    width: 96vw;
    height: 92vh;
    max-width: none;
    margin: 0;
    background: transparent;
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}

.hystmodal--active .hystmodal__window {
    transform: none !important;
    opacity: 1 !important;
}

.hystmodal__wrap {
    padding: 2vh 2vw;
}

.hystmodal iframe {
    pointer-events: auto !important;
}

.hystmodal__window .vimeo-embed {
    padding: 0 !important;
    position: relative;
    width: 100%;
    height: 100%;
}

.hystmodal__window .vimeo-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hystmodal__close {
    top: 14px !important;
    right: 14px !important;
}

.vimeo-ui-mask {
    display: none !important;
}
