:root {
    --paper: #f6efe5;
    --paper-soft: #fffaf3;
    --ink: #171b18;
    --muted: #657066;
    --line: rgba(23, 27, 24, 0.12);
    --glass: rgba(255, 255, 255, 0.58);
    --glass-strong: rgba(255, 255, 255, 0.78);
    --sage: #a9cdb3;
    --mint: #def1db;
    --peach: #efb08d;
    --orange: #ef6f32;
    --dark: #151916;
    --shadow: 0 32px 90px rgba(67, 43, 24, 0.16);
    --radius: 34px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 16% 18%, rgba(169, 205, 179, 0.38), transparent 28rem),
        radial-gradient(circle at 88% 18%, rgba(239, 176, 141, 0.32), transparent 30rem),
        linear-gradient(135deg, #fff9ef 0%, var(--paper) 48%, #eadfd2 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -4;
    background-image:
        linear-gradient(rgba(23, 27, 24, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 27, 24, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}

a {
    color: inherit;
}

.ambient {
    position: fixed;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    overflow: hidden;
}

.orb,
.line {
    position: absolute;
    display: block;
}

.orb {
    border-radius: 999px;
    filter: blur(1px);
    opacity: 0.9;
}

.orb-a {
    width: 18px;
    height: 18px;
    left: 16%;
    top: 22%;
    background: var(--sage);
    box-shadow: 0 0 60px 24px rgba(169, 205, 179, 0.22);
    animation: drift 8s ease-in-out infinite;
}

.orb-b {
    width: 26px;
    height: 26px;
    right: 16%;
    top: 28%;
    background: var(--peach);
    box-shadow: 0 0 70px 30px rgba(239, 176, 141, 0.20);
    animation: drift 10s ease-in-out infinite reverse;
}

.orb-c {
    width: 12px;
    height: 12px;
    right: 28%;
    bottom: 18%;
    background: var(--mint);
    box-shadow: 0 0 48px 18px rgba(222, 241, 219, 0.28);
    animation: drift 7s ease-in-out infinite;
}

.line {
    width: 620px;
    height: 160px;
    border: 1px solid rgba(23, 27, 24, 0.08);
    border-radius: 999px;
}

.line-a {
    right: -80px;
    top: 32%;
    transform: rotate(-14deg);
}

.line-b {
    left: -130px;
    bottom: 16%;
    transform: rotate(10deg);
}

.shell {
    width: min(1160px, calc(100% - 32px));
    min-height: 100vh;
    margin: 0 auto;
    display: grid;
    place-items: center;
    padding: 28px 0;
}

.coming-card {
    position: relative;
    width: 100%;
    min-height: min(760px, calc(100vh - 56px));
    padding: clamp(20px, 4vw, 44px);
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 32px;
    border: 1px solid var(--line);
    border-radius: clamp(26px, 5vw, 52px);
    background:
        linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,255,255,0.42)),
        radial-gradient(circle at 80% 20%, rgba(239, 111, 50, 0.11), transparent 20rem);
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.coming-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.82), transparent 28%),
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.52), transparent 20rem);
    mask-image: linear-gradient(to bottom right, black, transparent 70%);
}

.coming-card > * {
    position: relative;
    z-index: 1;
}

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

.brand {
    width: 116px;
    height: 70px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.45);
    border: 1px solid rgba(23, 27, 24, 0.08);
    overflow: hidden;
}

.brand img {
    width: 110px;
    height: 68px;
    object-fit: contain;
    display: block;
}

.status-pill {
    min-height: 42px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: rgba(255,255,255,0.44);
    font-size: 0.92rem;
    font-weight: 800;
}

.status-pill span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--orange);
    box-shadow: 0 0 0 6px rgba(239, 111, 50, 0.12);
}

.hero {
    width: min(880px, 100%);
    align-self: center;
    padding: 38px 0;
}

.eyebrow {
    margin: 0 0 18px;
    color: var(--orange);
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

h1 {
    max-width: 900px;
    margin: 0 0 22px;
    font-size: clamp(3rem, 8.3vw, 7.5rem);
    line-height: 0.88;
    letter-spacing: -0.082em;
}

.lead {
    max-width: 680px;
    margin: 0 0 32px;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.55vw, 1.24rem);
    line-height: 1.7;
}

.waitlist-form {
    width: min(640px, 100%);
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 18px 44px rgba(67, 43, 24, 0.10);
}

.waitlist-form label {
    display: block;
    padding: 8px 12px 11px;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 950;
}

.input-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

input[type="email"] {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(23, 27, 24, 0.12);
    border-radius: 18px;
    outline: none;
    color: var(--ink);
    background: rgba(255,255,255,0.68);
    font: inherit;
    font-weight: 700;
}

input[type="email"]:focus {
    border-color: rgba(239, 111, 50, 0.42);
    box-shadow: 0 0 0 4px rgba(239, 111, 50, 0.10);
}

button {
    min-height: 56px;
    padding: 0 22px;
    border: 0;
    border-radius: 18px;
    cursor: pointer;
    color: #fffaf4;
    background: linear-gradient(135deg, var(--dark), #2c352f);
    box-shadow: 0 14px 32px rgba(21, 25, 22, 0.18);
    font: inherit;
    font-weight: 950;
}

.form-hint,
.form-message {
    margin: 11px 12px 5px;
    color: var(--muted);
    font-size: 0.92rem;
}

.form-message.success {
    color: #3c6b49;
    font-weight: 850;
}

.form-message.error {
    color: #a8472a;
    font-weight: 850;
}

.micro-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.micro-grid article {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255,255,255,0.38);
}

.micro-grid span {
    display: inline-flex;
    margin-bottom: 20px;
    color: var(--orange);
    font-size: 0.82rem;
    font-weight: 950;
}

.micro-grid strong {
    display: block;
    margin-bottom: 7px;
    font-size: 1rem;
}

.micro-grid p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    font-size: 0.92rem;
}

@keyframes drift {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(18px, -16px, 0);
    }
}

@media (max-width: 760px) {
    .shell {
        width: min(100% - 22px, 1160px);
        padding: 11px 0;
    }

    .coming-card {
        min-height: calc(100vh - 22px);
        gap: 22px;
    }

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

    .brand {
        width: 102px;
        height: 62px;
    }

    .brand img {
        width: 98px;
    }

    .input-row,
    .micro-grid {
        grid-template-columns: 1fr;
    }

    button {
        width: 100%;
    }
}

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