#ideal-sleepover {
    --ink: #4a3540;
    --cream: #fff7f3;
    --peach: #ffb3a7;
    --pink: #e94f97;
    --rose: #ff6b6f;
    --lilac: #c9b6f5;
    --butter: #ffd9a0;
    --mint: #bfe9d7;
    --white: #fffdfb;
    --shadow: 0 20px 45px rgba(74, 53, 64, .14);
    --shadow-soft: 0 10px 30px rgba(74, 53, 64, .08);
    --ease: cubic-bezier(.16, .84, .44, 1);
}

#ideal-sleepover * {
    box-sizing: border-box
}

#ideal-sleepover {
    scroll-behavior: smooth
}

#ideal-sleepover {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
}

#ideal-sleepover h1,
#ideal-sleepover h2,
#ideal-sleepover h3 {
    font-family: 'Fredoka', sans-serif;
    margin: 0;
    font-weight: 600;
}

#ideal-sleepover p {
    margin: 0
}

#ideal-sleepover a {
    text-decoration: none
}

#ideal-sleepover img {
    max-width: 100%;
    display: block
}

#ideal-sleepover .eyebrow {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .74rem;
    font-weight: 700;
    color: var(--pink);
    margin-bottom: 14px;
}

#ideal-sleepover .grain {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 999;
    opacity: .035;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

#ideal-sleepover .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 6%;
    background: rgba(255, 247, 243, .82);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(74, 53, 64, .08);
}

#ideal-sleepover .brand img {
    width: 120px;
    height: auto;
    object-fit: contain;
    display: block
}

#ideal-sleepover .whatsapp {
    display: inline-block;
    background: var(--ink);
    color: var(--white);
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .92rem;
    box-shadow: var(--shadow-soft);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

#ideal-sleepover .whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow)
}

#ideal-sleepover .header-whatsapp {
    background: linear-gradient(135deg, var(--rose), var(--pink))
}

#ideal-sleepover .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 140px 6% 100px;
    overflow: hidden;
    isolation: isolate;
}

#ideal-sleepover .hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: -1;
    opacity: .55;
    animation: float 14s ease-in-out infinite;
}

#ideal-sleepover .blob-a {
    width: 420px;
    height: 420px;
    background: var(--peach);
    top: -120px;
    left: -100px;
    animation-delay: 0s
}

#ideal-sleepover .blob-b {
    width: 380px;
    height: 380px;
    background: var(--lilac);
    bottom: -140px;
    right: -80px;
    animation-delay: -4s
}

#ideal-sleepover .blob-c {
    width: 300px;
    height: 300px;
    background: var(--mint);
    top: 40%;
    right: 10%;
    animation-delay: -8s
}

@keyframes float {
    0%,
    100% {
        transform: translate(0, 0) scale(1)
    }
    50% {
        transform: translate(30px, -25px) scale(1.08)
    }
}

#ideal-sleepover .hero h1 {
    font-size: clamp(2.6rem, 7vw, 5.6rem);
    line-height: 1.04;
    max-width: 16ch;
}

#ideal-sleepover .hero h1 em {
    font-style: normal;
    color: var(--pink);
    position: relative;
}

#ideal-sleepover .hero-sub {
    max-width: 540px;
    margin: 26px auto 0;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #6d5a63;
}

#ideal-sleepover .hero-photos {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#ideal-sleepover .hp {
    position: absolute;
    width: 190px;
    height: 240px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: var(--shadow);
    border: 6px solid var(--white);
    --rot: 0deg;
    --py: 0px;
    transform: translateY(var(--py)) rotate(var(--rot));
}

#ideal-sleepover .hp-1 {
    top: 14%;
    left: 6%;
    --rot: -9deg
}

#ideal-sleepover .hp-2 {
    bottom: 10%;
    left: 10%;
    --rot: 7deg;
    width: 150px;
    height: 190px
}

#ideal-sleepover .hp-3 {
    top: 18%;
    right: 6%;
    --rot: 8deg
}

#ideal-sleepover .scroll-cue {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: .78rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    color: #8a747d;
}

#ideal-sleepover .scroll-cue-line {
    width: 2px;
    height: 46px;
    background: rgba(74, 53, 64, .15);
    border-radius: 2px;
    overflow: hidden
}

#ideal-sleepover .scroll-cue-line i {
    display: block;
    width: 100%;
    height: 16px;
    background: var(--pink);
    animation: scrollcue 1.8s ease-in-out infinite
}

@keyframes scrollcue {
    0% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(46px)
    }
}

#ideal-sleepover .video-scroll {
    position: relative;
    height: 600vh;
}

#ideal-sleepover .video-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100svh;
    width: 100%;
    overflow: hidden;
    background: #241820;
}

#ideal-sleepover #scrubCanvas {
    width: 100%;
    height: 100%;
    display: block;
}

#ideal-sleepover .frames-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .75);
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: .04em;
    opacity: 1;
    transition: opacity .5s var(--ease);
    pointer-events: none;
}

#ideal-sleepover .frames-loader.is-hidden {
    opacity: 0
}

#ideal-sleepover .frames-loader-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--pink);
    animation: loaderpulse 1s ease-in-out infinite;
}

@keyframes loaderpulse {
    0%,
    100% {
        transform: scale(.7);
        opacity: .6
    }
    50% {
        transform: scale(1.1);
        opacity: 1
    }
}

#ideal-sleepover .video-shade {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

#ideal-sleepover .video-shade-top {
    top: 0;
    height: 26%;
    background: linear-gradient(to bottom, rgba(20, 12, 16, .55), transparent);
}

#ideal-sleepover .video-shade-bottom {
    bottom: 0;
    height: 32%;
    background: linear-gradient(to top, rgba(20, 12, 16, .6), transparent);
}

#ideal-sleepover .video-texts {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8%;
    text-align: center;
}

#ideal-sleepover .vtext {
    position: absolute;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: clamp(1.9rem, 5.4vw, 4.2rem);
    color: var(--white);
    line-height: 1.15;
    opacity: 0;
    will-change: opacity, transform;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .28);
}

#ideal-sleepover .vtext-final {
    color: var(--butter)
}

#ideal-sleepover .video-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: rgba(255, 255, 255, .18);
}

#ideal-sleepover .video-progress i {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--rose), var(--pink));
}

#ideal-sleepover .components-intro {
    text-align: center;
    padding: 14% 8% 6%;
    max-width: 760px;
    margin: 0 auto;
}

#ideal-sleepover .components-intro h2 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 1.08;
    margin-bottom: 20px;
}

#ideal-sleepover .components-intro p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #6d5a63;
}

#ideal-sleepover .bento {
    max-width: 1260px;
    margin: 0 auto;
    padding: 6% 6% 8%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 210px);
    grid-template-areas: "snacks snacks movies movies" "snacks snacks music  games" "blankets blankets blankets lights" "laughs sweets sweets lights";
    gap: 22px;
}

#ideal-sleepover .b-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transform: rotate(var(--tilt, 0deg));
    transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}

#ideal-sleepover .b-card:hover {
    transform: rotate(0deg) translateY(-6px) scale(1.015);
    box-shadow: var(--shadow);
    z-index: 2;
}

#ideal-sleepover .b-snacks {
    grid-area: snacks
}

#ideal-sleepover .b-movies {
    grid-area: movies
}

#ideal-sleepover .b-music {
    grid-area: music
}

#ideal-sleepover .b-games {
    grid-area: games
}

#ideal-sleepover .b-blankets {
    grid-area: blankets
}

#ideal-sleepover .b-lights {
    grid-area: lights
}

#ideal-sleepover .b-laughs {
    grid-area: laughs
}

#ideal-sleepover .b-sweets {
    grid-area: sweets
}

#ideal-sleepover .b-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s var(--ease);
}

#ideal-sleepover .b-card:hover .b-photo img {
    transform: scale(1.06)
}

#ideal-sleepover .b-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(35, 20, 26, .82) 0%, rgba(35, 20, 26, .25) 45%, rgba(35, 20, 26, 0) 70%);
}

#ideal-sleepover .b-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 1.6rem;
    background: rgba(255, 253, 251, .92);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-soft);
}

#ideal-sleepover .b-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    color: var(--white);
}

#ideal-sleepover .b-photo h3 {
    font-size: 1.5rem;
    margin-bottom: 6px;
    color: var(--white)
}

#ideal-sleepover .b-photo p {
    font-size: .94rem;
    line-height: 1.55;
    max-width: 34ch;
    opacity: .92
}

#ideal-sleepover .b-graphic {
    background: linear-gradient(150deg, var(--white), var(--cream));
    border: 1px solid rgba(74, 53, 64, .06);
}

#ideal-sleepover .b-graphic .b-copy {
    position: static;
    padding: 24px;
    color: var(--ink)
}

#ideal-sleepover .b-graphic h3 {
    font-size: 1.4rem;
    margin-bottom: 6px
}

#ideal-sleepover .b-graphic p {
    font-size: .92rem;
    line-height: 1.55;
    color: #6d5a63
}

#ideal-sleepover .b-graphic .b-icon {
    background: var(--white)
}

#ideal-sleepover .b-music {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

#ideal-sleepover .b-eq {
    position: absolute;
    top: 22px;
    left: 24px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 60px;
}

#ideal-sleepover .b-eq i {
    width: 7px;
    border-radius: 5px;
    background: linear-gradient(180deg, var(--pink), var(--lilac));
    animation: eq 1.1s ease-in-out infinite;
}

#ideal-sleepover .b-eq i:nth-child(1) {
    height: 20px;
    animation-delay: -.9s
}

#ideal-sleepover .b-eq i:nth-child(2) {
    height: 38px;
    animation-delay: -.7s
}

#ideal-sleepover .b-eq i:nth-child(3) {
    height: 55px;
    animation-delay: -.5s
}

#ideal-sleepover .b-eq i:nth-child(4) {
    height: 30px;
    animation-delay: -.3s
}

#ideal-sleepover .b-eq i:nth-child(5) {
    height: 48px;
    animation-delay: -.1s
}

#ideal-sleepover .b-eq i:nth-child(6) {
    height: 24px;
    animation-delay: -.6s
}

#ideal-sleepover .b-eq i:nth-child(7) {
    height: 40px;
    animation-delay: -.2s
}

@keyframes eq {
    0%,
    100% {
        transform: scaleY(.4)
    }
    50% {
        transform: scaleY(1)
    }
}

#ideal-sleepover .b-sweets {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

#ideal-sleepover .b-candies {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 1.7rem;
}

#ideal-sleepover .b-candies span {
    animation: bob 3.4s ease-in-out infinite;
    display: inline-block;
}

#ideal-sleepover .b-candies span:nth-child(1) {
    animation-delay: 0s
}

#ideal-sleepover .b-candies span:nth-child(2) {
    animation-delay: .4s
}

#ideal-sleepover .b-candies span:nth-child(3) {
    animation-delay: .8s
}

#ideal-sleepover .b-candies span:nth-child(4) {
    animation-delay: 1.2s
}

#ideal-sleepover .b-candies span:nth-child(5) {
    animation-delay: 1.6s
}

@keyframes bob {
    0%,
    100% {
        transform: translateY(0) rotate(-4deg)
    }
    50% {
        transform: translateY(-10px) rotate(4deg)
    }
}

#ideal-sleepover .reveal {
    opacity: 0;
    transform: translateY(46px) rotate(var(--tilt, 0deg)) scale(.97);
    transition: opacity .8s var(--ease), transform .8s var(--ease);
}

#ideal-sleepover .reveal.is-visible {
    opacity: 1;
    transform: translateY(0) rotate(var(--tilt, 0deg)) scale(1);
}

#ideal-sleepover .cta {
    text-align: center;
    padding: 12% 8%;
    background: linear-gradient(135deg, var(--rose), var(--pink));
    color: var(--white);
    border-radius: 48px 48px 0 0;
    margin-top: 20px;
}

#ideal-sleepover .cta .eyebrow {
    color: rgba(255, 255, 255, .85)
}

#ideal-sleepover .cta h2 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    line-height: 1.1;
    margin-bottom: 18px
}

#ideal-sleepover .cta p {
    max-width: 560px;
    margin: 0 auto 34px;
    line-height: 1.7;
    opacity: .95
}

#ideal-sleepover .cta .button {
    display: inline-block;
    background: var(--white);
    color: var(--ink);
    padding: 17px 34px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    transition: transform .35s var(--ease);
}

#ideal-sleepover .cta .button:hover {
    transform: translateY(-3px) scale(1.02)
}

#ideal-sleepover footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 8%;
    background: var(--ink);
    color: var(--white);
    font-size: .9rem;
}

#ideal-sleepover footer span {
    opacity: .65
}

@media(max-width:900px) {
    #ideal-sleepover .bento {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-template-areas: "snacks" "movies" "music" "games" "blankets" "lights" "laughs" "sweets";
    }
    #ideal-sleepover .b-card {
        min-height: 280px
    }
    #ideal-sleepover .b-blankets {
        min-height: 260px
    }
    #ideal-sleepover .hero-photos {
        display: none
    }
    #ideal-sleepover .video-scroll {
        height: 450vh
    }
}

@media(max-width:520px) {
    #ideal-sleepover .site-header {
        padding: 14px 5%
    }
    #ideal-sleepover .brand img {
        width: 96px
    }
    #ideal-sleepover .whatsapp {
        padding: 11px 16px;
        font-size: .8rem
    }
    #ideal-sleepover .hero {
        padding: 120px 6% 70px
    }
    #ideal-sleepover .hero-sub {
        font-size: 1rem
    }
    #ideal-sleepover .components-intro {
        padding: 20% 7% 8%
    }
    #ideal-sleepover .bento {
        padding: 10% 6% 12%;
        gap: 16px
    }
    #ideal-sleepover .cta {
        border-radius: 32px 32px 0 0;
        padding: 16% 8%
    }
    #ideal-sleepover footer {
        flex-direction: column;
        gap: 8px;
        text-align: center
    }
    #ideal-sleepover .video-scroll {
        height: 380vh
    }
    #ideal-sleepover .vtext {
        font-size: clamp(1.6rem, 7vw, 2.6rem)
    }
}

@media(prefers-reduced-motion:reduce) {
    #ideal-sleepover .hero-blob,
    #ideal-sleepover .scroll-cue-line i,
    #ideal-sleepover .b-eq i,
    #ideal-sleepover .b-candies span {
        animation: none!important
    }
    #ideal-sleepover .reveal {
        transition: none
    }
}

#ideal-sleepover .video-scroll {
    position: relative;
    width: 100%;
    height: 650vh;
    background: #111;
    color: #fff;
}

#ideal-sleepover .video-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    background: #111;
}

#ideal-sleepover #scrubCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #111;
}

#ideal-sleepover .video-sticky::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, .20), transparent 45%, rgba(0, 0, 0, .35));
}

#ideal-sleepover .video-copy {
    position: absolute;
    z-index: 3;
    left: 7vw;
    bottom: 10vh;
    pointer-events: none;
    max-width: 720px;
    text-shadow: 0 3px 24px rgba(0, 0, 0, .4);
}

#ideal-sleepover .video-copy span {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
}

#ideal-sleepover .video-copy h2 {
    margin: 0;
    font-size: clamp(42px, 6.8vw, 96px);
    line-height: .92;
    letter-spacing: -.05em;
}

#ideal-sleepover .video-copy h2 em {
    font-style: normal;
}

#ideal-sleepover .video-copy p {
    margin: 25px 0 0;
    font-size: 14px;
    opacity: .8;
}

#ideal-sleepover .frames-loader {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .58);
    font-size: 13px;
    transition: .3s ease;
}

#ideal-sleepover .frames-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

#ideal-sleepover .frames-loader span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #fff;
    animation: framePulse 1s infinite;
}

@keyframes framePulse {
    0%,
    100% {
        opacity: .3;
        transform: scale(.7)
    }
    50% {
        opacity: 1;
        transform: scale(1)
    }
}

#ideal-sleepover .video-progress {
    position: absolute;
    z-index: 4;
    left: 7vw;
    right: 7vw;
    bottom: 28px;
    height: 2px;
    background: rgba(255, 255, 255, .28);
}

#ideal-sleepover .video-progress i {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
}

@media(max-width:768px) {
    #ideal-sleepover .video-scroll {
        height: 550vh
    }
    #ideal-sleepover .video-sticky {
        height: 100svh
    }
    #ideal-sleepover .video-copy {
        left: 22px;
        right: 22px;
        bottom: 90px
    }
    #ideal-sleepover .video-copy h2 {
        font-size: clamp(40px, 14vw, 70px)
    }
    #ideal-sleepover .video-copy span {
        font-size: 10px
    }
    #ideal-sleepover .video-progress {
        left: 22px;
        right: 22px;
        bottom: 24px
    }
}

#ideal-sleepover .video-scroll {
    padding: 0 !important;
    margin: 0 !important;
    height: 650vh;
    position: relative;
    width: 100%;
}

#ideal-sleepover .video-sticky {
    top: 88px;
    height: calc(100svh - 88px);
    min-height: 420px;
    padding: 0 !important;
    margin: 0 !important;
}

#ideal-sleepover #scrubCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

#ideal-sleepover .video-copy {
    max-width: min(720px, calc(100vw - 44px));
}

#ideal-sleepover>section.video-scroll,
#ideal-sleepover>section.components-intro,
#ideal-sleepover>section.bento,
#ideal-sleepover>section.cta {
    box-sizing: border-box;
}

body>main>section#contacto.cta .button.instagram-cta {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .9);
}

body>main>section#contacto.cta .button.instagram-cta:hover {
    background: #fff;
    color: var(--ink);
}

@media (max-width:768px) {
    #ideal-sleepover .video-scroll {
        height: 550vh;
    }
    #ideal-sleepover .video-sticky {
        top: 88px;
        height: calc(100svh - 88px);
        min-height: 360px;
    }
    #ideal-sleepover .video-copy {
        left: 22px;
        right: 22px;
        bottom: 72px;
    }
    #ideal-sleepover .video-progress {
        left: 22px;
        right: 22px;
        bottom: 18px;
    }
}

@media (max-width:520px) {
    #ideal-sleepover .video-scroll {
        height: 500vh;
    }
    #ideal-sleepover .video-sticky {
        top: 88px;
        height: calc(100svh - 88px);
    }
}

#ideal-sleepover .video-scroll {
    position: relative;
    width: 100%;
    height: 650vh;
    margin: 0!important;
    padding: 0!important;
    background: transparent!important;
    overflow: visible;
}

#ideal-sleepover .video-sticky {
    position: sticky;
    top: var(--header-height, 88px);
    width: 100%;
    height: calc(100vh - var(--header-height, 88px));
    min-height: 0;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden;
    background: #111;
}

@supports (height: 100dvh) {
    #ideal-sleepover .video-sticky {
        height: calc(100dvh - var(--header-height, 88px));
    }
}

#ideal-sleepover #scrubCanvas {
    position: absolute;
    inset: 0;
    width: 100%!important;
    height: 100%!important;
    min-width: 0;
    min-height: 0;
    display: block;
    margin: 0!important;
    padding: 0!important;
    background: #111;
}

@media(max-width:768px) {
    #ideal-sleepover .video-scroll {
        height: 550vh;
    }
    #ideal-sleepover .video-sticky {
        top: var(--header-height, 88px);
        height: calc(100vh - var(--header-height, 88px));
    }
}

@supports (height: 100dvh) {
    @media(max-width: 768px) {
        #ideal-sleepover .video-sticky {
            height: calc(100dvh - var(--header-height, 88px));
        }
    }
}

#ideal-sleepover {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

#ideal-sleepover .video-scroll {
    --frame-travel: 550vh;
    height: calc(var(--frame-travel) + 100svh - var(--header-height, 88px)) !important;
    min-height: calc(var(--frame-travel) + 100svh - var(--header-height, 88px));
    position: relative;
    overflow: visible !important;
    background: transparent !important;
}

#ideal-sleepover .video-sticky {
    position: sticky !important;
    top: var(--header-height, 88px) !important;
    height: calc(100svh - var(--header-height, 88px)) !important;
    width: 100%;
    overflow: hidden;
    background: #111;
}

@supports (height:100dvh) {
    #ideal-sleepover .video-scroll {
        height: calc(var(--frame-travel) + 100dvh - var(--header-height, 88px)) !important;
        min-height: calc(var(--frame-travel) + 100dvh - var(--header-height, 88px));
    }
    #ideal-sleepover .video-sticky {
        height: calc(100dvh - var(--header-height, 88px)) !important;
    }
}

@media(max-width:768px) {
    #ideal-sleepover .video-scroll {
        --frame-travel: 550vh;
    }
}

@media(max-width:520px) {
    #ideal-sleepover .video-scroll {
        --frame-travel: 500vh;
    }
}