html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    background: #171513;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: #d8c7a5;
    font-family: Georgia, "Times New Roman", serif;
}

.opening {
    width: min(90vw, calc((100vh - 190px) * 1.5), 1500px);
    text-align: center;
}

.machine {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #171513;
}

.machine img,
.machine video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.machine video {
    display: none;
}

h1 {
    margin: 5px 0 4px;
    font-size: clamp(28px, 4vw, 58px);
    font-weight: normal;
    letter-spacing: 0.18em;
}

p {
    margin: 0;
    font-size: clamp(16px, 1.8vw, 24px);
    font-style: italic;
    letter-spacing: 0.06em;
}

.whisper {
    margin-top: 18px;
    font-size: 13px;
    letter-spacing: 0.12em;
    opacity: 0.45;
}
