body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    background: white;
    overflow: hidden;
    position: relative;
}

.coming-soon {
    font-family: 'Courier New', Courier, monospace;
    font-size: clamp(18px, 5vw, 32px);
    margin-top: 20vh;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 10;
    color: white;
    transform: rotate(3deg) scale(1);
    display: flex;
    align-items: stretch;
    padding: 0;
    text-decoration: none;
    background-color: black;

    border: solid .05em black;
    animation: wiggle 2.1s infinite;
}

.coming-soon:hover, 
.coming-soon:active {
    animation: none;
}

.coming-soon:visited,
.coming-soon:focus {
    color: white;
    text-decoration: none;
}

.text-section {
    background: black;
    padding: 0 .4em 0 .4em;
    display: flex;
    align-items: center;
}

.icon-section {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25em .25em;
    box-sizing: border-box;
    border-top: .1em solid black;
    border-bottom: .1em solid black;
    border-right: .1em solid black;

}

#icon-ig {
    width: 1.2em;
    height: 1.2em;
    display: block;
}

.balloon-container {
    position: fixed;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.balloon-wrapper {
    order: 1;
    animation: balloon-bob 4s ease-in-out infinite;
    z-index: 2;
}

.balloon {
    transform-origin: 50% 95%;
    animation: balloon-rotate 6s ease-in-out infinite;
}

.balloon img,
.balloon svg {
    display: block;
    width: 180px;
    height: auto;
}

.balloon-string-wrapper {
    order: 2;
    width: 48px;
    height: 180px;
    margin-top: -28px;
    margin-left: -4px;
    z-index: 1;
    animation: balloon-bob 4s ease-in-out infinite;
    display: flex;
    justify-content: center;
}


@media (min-width: 1200px) {
    .balloon-container {
        bottom: -50px;
    }

    .coming-soon {
        font-size: clamp(26px, 3.5vw, 40px);
        margin-top: 16vh;
    }

    .balloon img,
    .balloon svg {
        width: 220px;
    }

    .balloon-string-wrapper {
        width: 58px;
        height: 220px;
        margin-top: -34px;
        margin-left: -5px;
    }

    .balloon-string path {
        stroke-width: 16;
    }
}

@media (min-width: 769px) and (max-width: 1199px) and (orientation: landscape) {
    .balloon-container {
        bottom: -50px;
    }

    .coming-soon {
        font-size: clamp(26px, 5vh, 40px);
        margin-top: 16vh;
    }

    .balloon img,
    .balloon svg {
        width: 220px;
    }

    .balloon-string-wrapper {
        width: 58px;
        height: 220px;
        margin-top: -34px;
        margin-left: -5px;
    }

    .balloon-string path {
        stroke-width: 17;
    }
}

@media (max-width: 1199px) and (min-width: 481px) and (orientation: portrait) {
    .balloon-container {
        bottom: -50px;
    }

    .coming-soon {
        font-size: clamp(26px, 5.5vw, 46px);
        margin-top: 16vh;
    }

    .balloon img,
    .balloon svg {
        width: 220px;
    }

    .balloon-string-wrapper {
        width: 58px;
        height: 220px;
        margin-top: -34px;
        margin-left: -5px;
    }

    .balloon-string path {
        stroke-width: 17;
    }
}

@media (max-width: 480px) and (orientation: portrait) {
    .balloon-container {
        bottom: -50px;
    }

    .coming-soon {
        font-size: clamp(24px, 6.5vw, 36px);
        margin-top: 16vh;
    }

    .balloon img,
    .balloon svg {
        width: 180px;
    }

    .balloon-string-wrapper {
        width: 48px;
        height: 180px;
        margin-top: -28px;
        margin-left: -4px;
    }

    .balloon-string path {
        stroke-width: 15;
    }
}

@media (max-width: 932px) and (orientation: landscape) {
    .balloon-container {
        bottom: -30px;
    }

    .coming-soon {
        font-size: clamp(18px, 6vh, 20px);
        margin-top: 10vh;
    }

    .balloon img,
    .balloon svg {
        width: 120px;
    }

    .balloon-string-wrapper {
        width: 35px;
        height: 120px;
        margin-top: -18px;
        margin-left: -3px;
    }
}

/* Samsung S8 landscape */
@media (max-width: 740px) and (orientation: landscape) {
    .balloon-container {
        bottom: -50px !important;
    }

    .coming-soon {
        font-size: clamp(18px, 6vh, 20px);
    }
}

/* Extra small landscape (very short screens) */
@media (max-height: 430px) and (orientation: landscape) {
    .balloon-container {
        bottom: -15px;
    }

    .coming-soon {
        font-size: clamp(18px, 6vh, 20px);
        margin-top: 10vh;
    }

    .balloon img,
    .balloon svg {
        width: 120px;
    }

    .balloon-string-wrapper {
        width: 35px;
        height: 120px;
        margin-top: -18px;
        margin-left: -3px;
    }
}

.balloon-string {
    transform-origin: top center;
    animation: string-rotate 6s ease-in-out infinite;
}

.balloon-string svg {
    width: 100%;
    height: 100%;
}

.balloon-string path {
    animation: path-morph 4s ease-in-out infinite;
}

.origin-marker {
    position: absolute;
    width: 10px;
    height: 10px;
    background: blue;
    border-radius: 50%;
    top: 266px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.loop-cue {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: black;
    z-index: 10;
    animation: flash-cue 12s linear infinite;
}

@keyframes flash-cue {
    0%, 2% {
        opacity: 1;
    }
    2.01%, 100% {
        opacity: 0;
    }
}

@keyframes path-morph {
    0% {
        d: path("M 40 0 C 40 25, 40 40, 40 50 C 40 85, 38 130, 36 175 C 34 220, 30 260, 40 300");
    }
    50% {
        d: path("M 40 0 C 40 25, 40 40, 40 50 C 40 85, 42 130, 44 175 C 46 220, 50 260, 40 300");
    }
    100% {
        d: path("M 40 0 C 40 25, 40 40, 40 50 C 40 85, 38 130, 36 175 C 34 220, 30 260, 40 300");
    }
}

@keyframes balloon-bob {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes balloon-rotate {
    0% {
        transform: rotate(-4deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-4deg);
    }
}

@keyframes string-rotate {
    0% {
        transform: rotate(-1.5deg);
    }
    50% {
        transform: rotate(1.5deg);
    }
    100% {
        transform: rotate(-1.5deg);
    }
}

@keyframes wiggle {
    /* The wiggle action is now compressed into the first 30% */
    0% {
        transform: rotate(3deg) scale(1);
    }
    2.5% {
        transform: rotate(4deg) scale(1);
    }
    7.5% {
        transform: rotate(2deg) scale(1);
    }
    12.5% {
        transform: rotate(4deg) scale(1);
    }
    17.5% {
        transform: rotate(2deg) scale(1);
    }
    22.5% {
        transform: rotate(4deg) scale(1);
    }
    27.5% {
        transform: rotate(2.5deg) scale(1);
    }

    /* At 30%, the wiggle ends and the 70% pause begins */
    30%, 100% {
        transform: rotate(3deg) scale(1);
    }
}