/* Productized judgment — the /launch landing page.
   Near-black canvas, Inter, one blue→violet gradient reserved for emphasis and
   primary actions, and an SVG-drawn planet in the hero. Everything is scoped
   to .property-launch or a .launch-* class so nothing leaks into other pages. */

.property-launch {
    --accent: #7c5cff;
    --launch-bg: #07070c;
    --launch-bg-2: #0b0b12;
    --launch-panel: #0d0d15;
    --launch-panel-2: #12121b;
    --launch-line: rgba(255, 255, 255, 0.08);
    --launch-line-2: rgba(255, 255, 255, 0.14);
    --launch-white: #f6f6f9;
    --launch-text: #d6d6e0;
    --launch-muted: #a3a3b2;
    --launch-dim: #74748a;
    --launch-blue: #4f7dff;
    --launch-violet: #8b5cf6;
    --launch-gradient: linear-gradient(92deg, #4f7dff 0%, #7b5cff 52%, #b166ff 100%);
    --launch-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
    background: var(--launch-bg);
    color: var(--launch-white);
    font-family: var(--launch-sans);
}

.property-launch .site-header {
    border-bottom-color: rgba(255, 255, 255, 0.06);
    background: rgba(7, 7, 12, 0.74);
    backdrop-filter: blur(16px);
}

.property-launch .site-nav { color: #c6c6d2; }

.property-launch .ecosystem-footer {
    border-top-color: var(--launch-line);
    background: var(--launch-bg);
    color: var(--launch-dim);
}

.property-launch a:focus-visible,
.property-launch button:focus-visible {
    outline: 2px solid var(--launch-blue);
    outline-offset: 3px;
}

/* ---------------------------------------------------------------- shared */

.launch-page { overflow: hidden; }

.launch-kicker {
    margin: 0;
    color: var(--launch-muted);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.launch-gradient-text {
    background: var(--launch-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.launch-icon {
    width: 1.1rem;
    height: 1.1rem;
    flex: none;
}

.launch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 2.9rem;
    padding: 0.75rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.005em;
    white-space: nowrap;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.launch-button .launch-icon { width: 1rem; height: 1rem; }

.launch-button--primary {
    background: var(--launch-gradient);
    box-shadow: 0 8px 28px rgba(96, 110, 255, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.launch-button--primary:hover,
.launch-button--primary:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 34px rgba(96, 110, 255, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.launch-button--ghost {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.02);
}

.launch-button--ghost:hover,
.launch-button--ghost:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.05);
}

/* ------------------------------------------------------------------ hero */

.launch-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: min(760px, calc(100vh - 72px));
    padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 4vw, 3.5rem);
    isolation: isolate;
}

.launch-hero-sky {
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(ellipse at 72% 38%, rgba(44, 58, 132, 0.22), transparent 55%),
        var(--launch-bg);
}

.launch-hero-stars {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.9;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 6% 18%, rgba(255, 255, 255, 0.55) 0 0.9px, transparent 1.6px),
        radial-gradient(circle at 14% 62%, rgba(255, 255, 255, 0.35) 0 0.7px, transparent 1.4px),
        radial-gradient(circle at 23% 30%, rgba(255, 255, 255, 0.45) 0 0.8px, transparent 1.5px),
        radial-gradient(circle at 31% 80%, rgba(255, 255, 255, 0.3) 0 0.7px, transparent 1.4px),
        radial-gradient(circle at 42% 12%, rgba(255, 255, 255, 0.5) 0 0.9px, transparent 1.6px),
        radial-gradient(circle at 49% 48%, rgba(255, 255, 255, 0.35) 0 0.7px, transparent 1.4px),
        radial-gradient(circle at 57% 22%, rgba(255, 255, 255, 0.6) 0 1px, transparent 1.7px),
        radial-gradient(circle at 63% 70%, rgba(255, 255, 255, 0.3) 0 0.7px, transparent 1.4px),
        radial-gradient(circle at 71% 8%, rgba(255, 255, 255, 0.5) 0 0.9px, transparent 1.6px),
        radial-gradient(circle at 78% 36%, rgba(255, 255, 255, 0.4) 0 0.8px, transparent 1.5px),
        radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.7px),
        radial-gradient(circle at 92% 58%, rgba(255, 255, 255, 0.35) 0 0.7px, transparent 1.4px),
        radial-gradient(circle at 96% 28%, rgba(255, 255, 255, 0.45) 0 0.8px, transparent 1.5px),
        radial-gradient(circle at 36% 55%, rgba(255, 255, 255, 0.25) 0 0.6px, transparent 1.3px);
}

.launch-planet {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.launch-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 700px) minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

.launch-hero-copy { grid-column: 1; }

.launch-hero-copy h1 {
    margin: 0.9rem 0 1.5rem;
    color: var(--launch-white);
    font-size: clamp(3.2rem, 7.4vw, 6.4rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.launch-hero-copy h1 span {
    /* background-clip: text only paints inside the box. At line-height 0.98 the
       box ends above the descenders of j and g, so pad the box down to cover
       them and pull the margin back so layout does not move. */
    display: block;
    padding-bottom: 0.18em;
    margin-bottom: -0.18em;
}

.launch-hero-lead {
    max-width: 560px;
    margin: 0;
    color: var(--launch-text);
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    line-height: 1.5;
}

.launch-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.launch-proof {
    display: flex;
    flex-wrap: wrap;
    margin: 2.4rem 0 0;
    padding: 0;
    list-style: none;
}

.launch-proof li {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid var(--launch-line-2);
    white-space: nowrap;
}

.launch-proof li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.launch-proof small {
    display: block;
    color: var(--launch-muted);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.launch-proof span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.4rem;
    color: var(--launch-text);
    font-size: 0.95rem;
}

.launch-proof .launch-icon {
    width: 1rem;
    height: 1rem;
    color: var(--launch-dim);
}

.launch-hero-aside {
    grid-column: 3;
    max-width: 150px;
    color: #e8e8f0;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    line-height: 1.9;
    text-transform: uppercase;
}

.launch-hero-aside p { margin: 0; }

.launch-hero-aside hr {
    width: 48px;
    margin: 1.6rem 0 1.4rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.launch-hero-aside-sub {
    color: var(--launch-dim);
    font-weight: 500;
    letter-spacing: 0.22em;
}

/* --------------------------------------------------------------- sections */

.launch-section { padding: clamp(1.25rem, 2.5vw, 2rem) 0; }

.launch-step-head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.2rem;
    align-items: start;
}

.launch-step-number {
    padding-top: 0.55rem;
    color: var(--launch-muted);
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.launch-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid var(--launch-line-2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: #e6e6ee;
    font-size: 0.95rem;
    font-weight: 600;
}

.launch-step-title {
    margin: 0;
    color: var(--launch-white);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.launch-step-sub {
    margin: 0.35rem 0 0;
    color: var(--launch-text);
    font-size: 1.05rem;
}

.launch-step-copy {
    margin: 0.6rem 0 0;
    color: #cfcfda;
    font-size: 0.98rem;
    line-height: 1.55;
}

/* 01 · intake */

.launch-intake {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.8fr);
    gap: 2rem;
    padding: clamp(1.4rem, 3vw, 2.2rem) clamp(1.2rem, 3vw, 2.4rem);
    border: 1px solid var(--launch-line);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
        var(--launch-panel);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.launch-sources {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.3rem 0 0;
    padding: 0;
    list-style: none;
}

.launch-source {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 2.5rem;
    padding: 0.5rem 0.95rem;
    border: 1px solid var(--launch-line-2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: #e6e6ee;
    font-size: 0.88rem;
    font-weight: 500;
}

.launch-source .launch-icon { width: 1.15rem; height: 1.15rem; }
.launch-source--globe { color: #6f9cff; }
.launch-source--github,
.launch-source--x,
.launch-source--instagram,
.launch-source--plus { color: #f2f2f7; }

.launch-intake-note {
    margin: 1.2rem 0 0;
    color: var(--launch-muted);
    font-size: 0.92rem;
}

.launch-intake-note a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.35);
    text-underline-offset: 3px;
}

.launch-intake-note a:hover { text-decoration-color: #fff; }

.launch-insight {
    align-self: center;
    padding: 1.4rem 1.5rem;
    border: 1px solid var(--launch-line-2);
    border-radius: 14px;
    background: linear-gradient(180deg, #14141f, #0f0f18);
}

.launch-insight .launch-icon {
    width: 1.4rem;
    height: 1.4rem;
    color: #9db0ff;
}

.launch-insight p {
    margin: 0.8rem 0 0;
    color: #dcdce6;
    font-size: 0.98rem;
    line-height: 1.6;
}

/* 02 · 03 · 04 */

.launch-steps {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 1.5rem;
}

.launch-step {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 1.5rem;
}

.launch-steps .launch-step-title { font-size: clamp(1.6rem, 2.3vw, 2.05rem); }

.launch-step > .launch-step-visual { margin-top: 0; align-self: start; }

.launch-step-arrow {
    grid-row: span 2;
    align-self: center;
    color: var(--launch-dim);
}

.launch-step-arrow .launch-icon {
    width: 2.2rem;
    height: 2.2rem;
    stroke-width: 1.2;
}

.launch-profile {
    padding: 1.2rem;
    border: 1px solid var(--launch-line);
    border-radius: 16px;
    background: var(--launch-panel);
}

.launch-profile-id {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid var(--launch-line);
    border-radius: 12px;
    background: var(--launch-panel-2);
}

.launch-avatar {
    display: grid;
    flex: none;
    place-items: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 35%, #3a4470, #1c2140);
    color: #9fb0ff;
}

.launch-avatar .launch-icon {
    width: 2rem;
    height: 2rem;
    stroke-width: 1.5;
}

.launch-skeleton {
    display: grid;
    flex: 1;
    gap: 0.55rem;
}

.launch-skeleton span {
    display: block;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.launch-skeleton span:nth-child(1) { width: 55%; }
.launch-skeleton span:nth-child(2) { width: 82%; }
.launch-skeleton span:nth-child(3) { width: 64%; }

.launch-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.launch-tags li {
    padding: 0.45rem 0.85rem;
    border: 1px solid var(--launch-line-2);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.03);
    color: #e0e0ea;
    font-size: 0.85rem;
    font-weight: 500;
}

.launch-options,
.launch-stack {
    display: grid;
    gap: 0.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.launch-options li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 3.1rem;
    padding: 0.6rem 1rem;
    border: 1px solid var(--launch-line-2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    color: #e6e6ee;
    font-size: 0.95rem;
    font-weight: 500;
}

.launch-options .launch-icon {
    width: 1.3rem;
    height: 1.3rem;
    color: #d6d6e0;
}

.launch-stack li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.1rem;
    padding: 0.3rem 0.8rem 0.3rem 0.3rem;
    border: 1px solid var(--launch-line-2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
}

.launch-stack-mark {
    display: grid;
    flex: none;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 8px;
    background: color-mix(in srgb, var(--tile) 16%, transparent);
    color: var(--tile);
}

.launch-stack-mark .launch-icon { width: 1.25rem; height: 1.25rem; }

.launch-stack-text {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.1rem 0.6rem;
    min-width: 0;
}

.launch-stack strong {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.launch-stack-line {
    color: var(--launch-muted);
    font-size: 0.74rem;
    line-height: 1.3;
    white-space: nowrap;
}

.launch-stack-more {
    margin: 0.9rem 0 0;
    color: var(--launch-muted);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-align: right;
    text-transform: uppercase;
}

/* --------------------------------------------------------------- closing */

.launch-closing {
    margin-top: clamp(2rem, 4vw, 3.5rem);
    padding: clamp(3rem, 6vw, 4.5rem) 0;
    border-top: 1px solid var(--launch-line);
    background: linear-gradient(180deg, var(--launch-bg-2), var(--launch-bg));
}

.launch-closing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px) auto;
    gap: 2rem;
    align-items: center;
}

.launch-closing h2 {
    margin: 0.6rem 0 0;
    color: var(--launch-white);
    font-size: clamp(2rem, 2.9vw, 2.6rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.launch-closing-copy {
    max-width: 300px;
    margin: 0;
    color: var(--launch-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ------------------------------------------------------------ responsive */

@media (max-width: 1080px) {
    .launch-hero-layout { grid-template-columns: minmax(0, 1fr); }

    .launch-hero-aside {
        grid-column: 1;
        display: flex;
        align-items: center;
        gap: 1.5rem;
        max-width: none;
        margin-top: 2.5rem;
    }

    .launch-hero-aside hr { flex: none; margin: 0; }

    .launch-intake { grid-template-columns: 1fr; }

    .launch-steps { grid-template-columns: 1fr; grid-template-rows: none; }

    .launch-step { display: block; grid-row: auto; }

    .launch-step > .launch-step-visual { margin-top: 1.5rem; }

    .launch-step-arrow {
        grid-row: auto;
        justify-self: center;
        transform: rotate(90deg);
    }

    .launch-closing-layout { grid-template-columns: 1fr; }
    .launch-closing-copy { max-width: 520px; }
}

@media (max-width: 900px) {
    .launch-planet { opacity: 0.6; }
}

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

    .launch-hero-copy h1 { font-size: clamp(2.8rem, 14vw, 4rem); }

    .launch-hero-actions .launch-button { flex: 1 1 100%; }

    .launch-proof { flex-direction: column; gap: 0.9rem; }

    .launch-proof li {
        margin: 0;
        padding: 0 0 0.9rem;
        border-right: 0;
        border-bottom: 1px solid var(--launch-line-2);
    }

    .launch-proof li:last-child { padding-bottom: 0; border-bottom: 0; }

    .launch-hero-aside { flex-direction: column; align-items: flex-start; gap: 0.8rem; }

    .launch-step-head { grid-template-columns: 1fr; gap: 0.8rem; }
    .launch-step-number { padding-top: 0; }

    .launch-closing .launch-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .launch-button { transition: none; }
}
