:root {
    --ink: #f7efe4;
    --muted: #b7aea1;
    --panel: rgba(9, 11, 16, 0.74);
    --line: rgba(247, 239, 228, 0.18);
    --amber: #f4a340;
    --ember: #d84d32;
    --cyan: #35c7da;
    --black: #080a0f;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--black);
}

body {
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    color: var(--ink);
    background: var(--black);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

button,
input {
    font: inherit;
}

.holding-page {
    min-height: 100vh;
    background: var(--black);
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
}

.hero__art {
    position: absolute;
    inset: 0;
    z-index: -3;
}

.hero__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% center;
    transform: scale(1.01);
}

.hero__shade {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(8, 10, 15, 0.96) 0%, rgba(8, 10, 15, 0.84) 34%, rgba(8, 10, 15, 0.34) 70%, rgba(8, 10, 15, 0.44) 100%),
        linear-gradient(0deg, rgba(8, 10, 15, 0.94) 0%, rgba(8, 10, 15, 0.2) 42%, rgba(8, 10, 15, 0.68) 100%);
}

.hero__texture {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.16;
    background-image:
        radial-gradient(circle at 22% 28%, rgba(244, 163, 64, 0.8) 0 1px, transparent 1px),
        radial-gradient(circle at 70% 62%, rgba(53, 199, 218, 0.7) 0 1px, transparent 1px);
    background-size: 46px 46px, 72px 72px;
    mix-blend-mode: screen;
}

.hero__content {
    display: grid;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
    padding: 28px 0 22px;
}

.masthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
    text-decoration: none;
}

.brand__mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(244, 163, 64, 0.72);
    background: rgba(244, 163, 64, 0.12);
    color: var(--amber);
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 0 0 34px rgba(244, 163, 64, 0.18);
}

.brand__text {
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0;
}

.launch-pill {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid var(--line);
    background: rgba(8, 10, 15, 0.52);
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    backdrop-filter: blur(14px);
}

.hero__copy {
    align-self: center;
    width: min(640px, 100%);
    padding: 76px 0 56px;
}

.kicker {
    margin: 0 0 18px;
    color: var(--amber);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1 {
    max-width: 10ch;
    margin: 0;
    color: #fff8ed;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4.8rem, 4rem + 2.8vw, 8.4rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.86;
    text-wrap: balance;
    text-shadow: 0 18px 54px rgba(0, 0, 0, 0.58);
}

.lede {
    max-width: 620px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: clamp(1.05rem, 0.98rem + 0.22vw, 1.24rem);
}

.signup {
    width: min(580px, 100%);
    margin-top: 34px;
}

.signup__label {
    display: block;
    margin-bottom: 10px;
    color: #fff8ed;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.signup__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(247, 239, 228, 0.2);
    background: rgba(8, 10, 15, 0.68);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.signup input[type="email"] {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 0;
    padding: 0 16px;
    outline: 0;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.06);
}

.signup input[type="email"]::placeholder {
    color: rgba(247, 239, 228, 0.48);
}

.signup input[type="email"]:focus {
    box-shadow: inset 0 0 0 2px rgba(53, 199, 218, 0.74);
}

.signup button {
    min-width: 132px;
    min-height: 52px;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
    color: #1b1008;
    background: linear-gradient(135deg, var(--amber), #ffd08a 58%, var(--ember));
    cursor: pointer;
    font-weight: 900;
    box-shadow: 0 12px 32px rgba(244, 163, 64, 0.24);
}

.signup button:hover {
    transform: translateY(-1px);
}

.signup button:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 3px;
}

.signup__message {
    margin: 12px 0 0;
    font-size: 0.95rem;
    font-weight: 750;
}

.signup__message--ok {
    color: #99f2b8;
}

.signup__message--error {
    color: #ffab96;
}

.signup__trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.release-card {
    position: absolute;
    right: max(24px, calc((100vw - 1180px) / 2));
    bottom: 90px;
    display: grid;
    gap: 7px;
    width: min(300px, calc(100% - 40px));
    padding: 20px;
    border: 1px solid rgba(247, 239, 228, 0.18);
    background: var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.release-card__label {
    color: var(--cyan);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.release-card strong {
    color: #fff8ed;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.4rem;
    line-height: 0.95;
}

.release-card span:last-child {
    color: var(--muted);
    font-size: 0.95rem;
}

.site-footer {
    max-width: 700px;
    color: rgba(247, 239, 228, 0.52);
    font-size: 0.78rem;
}

.site-footer p {
    margin: 0;
}

@media (max-width: 880px) {
    .hero {
        min-height: auto;
    }

    .hero__art img {
        object-position: 72% center;
    }

    .hero__shade {
        background:
            linear-gradient(90deg, rgba(8, 10, 15, 0.95) 0%, rgba(8, 10, 15, 0.78) 54%, rgba(8, 10, 15, 0.44) 100%),
            linear-gradient(0deg, rgba(8, 10, 15, 0.98) 0%, rgba(8, 10, 15, 0.26) 52%, rgba(8, 10, 15, 0.7) 100%);
    }

    .hero__content {
        min-height: 100vh;
        width: min(100% - 28px, 680px);
        padding-top: 18px;
    }

    .masthead {
        align-items: flex-start;
    }

    .hero__copy {
        padding: 58px 0 34px;
    }

    h1 {
        max-width: 9ch;
        font-size: clamp(4rem, 17vw, 6.2rem);
    }

    .release-card {
        position: static;
        margin: 0 0 24px;
    }
}

@media (max-width: 560px) {
    .hero__art img {
        object-position: 76% center;
    }

    .hero__shade {
        background:
            linear-gradient(90deg, rgba(8, 10, 15, 0.98) 0%, rgba(8, 10, 15, 0.84) 58%, rgba(8, 10, 15, 0.58) 100%),
            linear-gradient(0deg, rgba(8, 10, 15, 0.98) 0%, rgba(8, 10, 15, 0.42) 46%, rgba(8, 10, 15, 0.78) 100%);
    }

    .masthead {
        flex-direction: column;
    }

    .launch-pill {
        min-height: 32px;
        font-size: 0.76rem;
    }

    .hero__copy {
        padding-top: 42px;
    }

    h1 {
        max-width: 8.6ch;
        font-size: clamp(3.25rem, 16vw, 4.8rem);
    }

    .lede {
        margin-top: 22px;
    }

    .signup__row {
        grid-template-columns: 1fr;
    }

    .signup button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }

    .signup button:hover {
        transform: none;
    }
}
