:root {
    --hero-top-offset: clamp(42px, 16.75vh, 134px);
    --hero-bottom-offset: clamp(16px, 5vh, 34px);
    --photo-top-offset: clamp(12px, 4vh, 36px);
    --photo-bottom-offset: clamp(10px, 3.5vh, 24px);
    --mobile-side-padding: 10%;
    --hero-bkg-offset-x: -200px;
    --hero-bkg-offset-y: 0px;
    --hero-bkg-height: 100%;
}

.gradient-orb:not(.gradient-orb-tertiary) {
    display: none;
}

.web-layer,
.web-top-layer,
.bottom-fade {
    display: none;
}

html,
body {
    height: 100svh;
    min-height: 100svh;
    overflow-x: hidden;
}

body {
    background-image: none;
    background-color: #000000;
    background-position: left center;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
}

.cta-button {
    order: 4;
    margin-top: 0;
    width: min(630px, calc(100vw - (var(--mobile-side-padding) * 2)));
    height: 64px;
    font-size: 25px;
}
