.launch-page {
    --launch-ink: #173f3b;
    --launch-teal: #4f9691;
    --launch-sage: #91a86f;
    --launch-coral: #d98568;
    --launch-cream: #f7f2e8;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 72% 8%, rgba(238, 191, 118, 0.25), transparent 24rem),
        linear-gradient(145deg, #fbf8f1 0%, #f4eee1 56%, #eef3e8 100%);
    color: var(--launch-ink);
    font-family: 'DM Sans', sans-serif;
}

.launch-page *,
.launch-page *::before,
.launch-page *::after {
    box-sizing: border-box;
}

.launch-page a { color: inherit; }

.launch-grain {
    position: fixed;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}

.launch-glow {
    position: fixed;
    border-radius: 50%;
    filter: blur(3px);
    pointer-events: none;
}

.launch-glow-one {
    width: 32rem;
    height: 32rem;
    top: -18rem;
    left: -15rem;
    border: 1px solid rgba(79, 150, 145, 0.18);
    box-shadow: 0 0 0 5rem rgba(79, 150, 145, 0.025), 0 0 0 10rem rgba(79, 150, 145, 0.02);
}

.launch-glow-two {
    width: 19rem;
    height: 19rem;
    right: -8rem;
    top: 36rem;
    background: rgba(145, 168, 111, 0.08);
}

.launch-header {
    width: min(1200px, calc(100% - 3rem));
    margin: 0 auto;
    min-height: 8.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.launch-brand { display: inline-flex; align-items: center; }

.launch-brand img {
    display: block;
    width: 12rem;
    max-height: 6.5rem;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.launch-status {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.58rem 0.9rem;
    border: 1px solid rgba(23, 63, 59, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 8px 30px rgba(23, 63, 59, 0.05);
    backdrop-filter: blur(10px);
    color: #3c625d;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.launch-status span {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--launch-coral);
    box-shadow: 0 0 0 0.28rem rgba(217, 133, 104, 0.15);
    animation: launch-pulse 2.4s ease-out infinite;
}

.launch-hero {
    width: min(1200px, calc(100% - 3rem));
    min-height: calc(100vh - 8.5rem);
    margin: 0 auto;
    padding: 2.2rem 0 7rem;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(26rem, 0.96fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
    position: relative;
    z-index: 1;
}

.launch-copy { animation: launch-rise 0.8s cubic-bezier(.2, .72, .25, 1) both; }

.launch-eyebrow,
.launch-preview-heading > p {
    margin: 0 0 1.15rem;
    color: var(--launch-teal);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.launch-copy h1 {
    max-width: 44rem;
    margin: 0;
    color: var(--launch-ink);
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 5.2vw, 5.4rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.launch-copy h1 em {
    display: inline-block;
    margin-top: 0.4rem;
    color: var(--launch-teal);
    font-weight: 600;
    line-height: 1.06;
}

.launch-intro {
    max-width: 39rem;
    margin: 1.75rem 0 2.2rem;
    color: #516a65;
    font-size: clamp(1rem, 1.5vw, 1.14rem);
    line-height: 1.75;
}

.launch-signup {
    max-width: 43rem;
    padding: 1.25rem;
    border: 1px solid rgba(23, 63, 59, 0.1);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 22px 70px rgba(44, 82, 76, 0.09);
    backdrop-filter: blur(14px);
}

.launch-signup-heading {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.25rem 0.25rem 1rem;
}

.launch-mail-icon {
    flex: 0 0 auto;
    width: 2.65rem;
    height: 2.65rem;
    display: grid;
    place-items: center;
    border-radius: 0.85rem;
    background: #e3f0eb;
    color: var(--launch-teal);
}

.launch-mail-icon svg { width: 1.35rem; }

.launch-signup-heading h2 {
    margin: 0 0 0.13rem;
    font-family: 'DM Sans', sans-serif;
    color: var(--launch-ink);
    font-size: 0.98rem;
    font-weight: 700;
}

.launch-signup-heading p {
    margin: 0;
    color: #72827e;
    font-size: 0.78rem;
}

.launch-form-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.6rem;
}

.launch-form-row input {
    min-width: 0;
    height: 3.5rem;
    padding: 0 1.15rem;
    border: 1px solid rgba(23, 63, 59, 0.14);
    border-radius: 0.95rem;
    outline: none;
    background: rgba(255, 255, 255, 0.9);
    color: var(--launch-ink);
    font: inherit;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.launch-form-row input::placeholder { color: #96a39f; }

.launch-form-row input:focus {
    border-color: var(--launch-teal);
    box-shadow: 0 0 0 0.25rem rgba(79, 150, 145, 0.11);
}

.launch-form-row input[aria-invalid="true"] { border-color: #bd654e; }

.launch-form-row button {
    height: 3.5rem;
    padding: 0 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border: 0;
    border-radius: 0.95rem;
    background: var(--launch-ink);
    box-shadow: 0 10px 24px rgba(23, 63, 59, 0.18);
    color: white;
    cursor: pointer;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.launch-form-row button:hover {
    transform: translateY(-2px);
    background: #24534e;
    box-shadow: 0 14px 30px rgba(23, 63, 59, 0.23);
}

.launch-form-row button:focus-visible {
    outline: 3px solid rgba(79, 150, 145, 0.38);
    outline-offset: 3px;
}

.launch-form-row button svg { width: 1rem; }

.launch-consent {
    margin: 0.85rem 0 0;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #667a75;
    cursor: pointer;
    font-size: 0.7rem;
    line-height: 1.45;
}

.launch-consent input {
    width: 0.95rem;
    height: 0.95rem;
    margin: 0.08rem 0 0;
    accent-color: var(--launch-teal);
    flex: 0 0 auto;
}

.launch-privacy {
    margin: 0.5rem 0 0;
    color: #8b9894;
    font-size: 0.68rem;
}

.launch-error {
    margin: 0.65rem 0 0;
    color: #a94e3a;
    font-size: 0.75rem;
    font-weight: 600;
}

.launch-alert {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1rem;
    font-size: 0.82rem;
    font-weight: 600;
}

.launch-alert p { margin: 0; }

.launch-alert > span {
    width: 1.6rem;
    height: 1.6rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
}

.launch-alert-success { background: #e2f0e8; color: #315e4d; }
.launch-alert-success > span { background: #bfdcc9; }
.launch-alert-info { background: #edf0e0; color: #5b6842; }
.launch-alert-info > span { background: #dce5bf; }

.launch-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.launch-visual {
    min-height: 41rem;
    position: relative;
    animation: launch-rise 0.9s 0.12s cubic-bezier(.2, .72, .25, 1) both;
}

.launch-sun {
    position: absolute;
    width: 13rem;
    height: 13rem;
    top: 1rem;
    right: 1.5rem;
    border-radius: 50%;
    background: #efbd72;
    box-shadow: 0 0 0 2rem rgba(239, 189, 114, 0.08), 0 0 0 4.5rem rgba(239, 189, 114, 0.045);
}

.launch-landscape {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 63, 59, 0.08);
    border-radius: 48% 48% 2.3rem 2.3rem / 34% 34% 2.3rem 2.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(239, 228, 203, 0.72));
    box-shadow: 0 35px 80px rgba(35, 75, 66, 0.13);
}

.launch-landscape::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    left: 2.4rem;
    top: 3.3rem;
    border: 1px solid rgba(23, 63, 59, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 1.7rem rgba(255, 255, 255, 0.08);
}

.launch-landscape svg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: block;
}

.launch-card {
    position: absolute;
    z-index: 3;
    min-width: 15.5rem;
    padding: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 45px rgba(23, 63, 59, 0.14);
    backdrop-filter: blur(12px);
}

.launch-card-top { top: 8rem; left: -2.6rem; }
.launch-card-bottom { right: -2.5rem; bottom: 4rem; }

.launch-card-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 0.8rem;
    background: #dcefeb;
    color: var(--launch-teal);
    font-size: 1.35rem;
    font-weight: 700;
}

.launch-card-icon-sage { background: #e5ecd6; color: #718d54; }
.launch-card strong, .launch-card small { display: block; }

.launch-card strong {
    margin-bottom: 0.15rem;
    color: var(--launch-ink);
    font-size: 0.8rem;
}

.launch-card small {
    max-width: 12rem;
    color: #74827e;
    font-size: 0.64rem;
    line-height: 1.4;
}

.launch-preview {
    position: relative;
    z-index: 1;
    padding: 7rem max(1.5rem, calc((100% - 1200px) / 2)) 8rem;
    background: var(--launch-ink);
    color: white;
}

.launch-preview::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 87% 20%, rgba(145, 168, 111, 0.14), transparent 27rem);
}

.launch-preview-heading,
.launch-pillars { position: relative; z-index: 1; }

.launch-preview-heading {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: end;
    gap: 2rem;
    margin-bottom: 3.5rem;
}

.launch-preview-heading > p { margin: 0; color: #9cc6bc; }

.launch-preview-heading h2 {
    max-width: 43rem;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.launch-preview-heading em { color: #bdd09a; font-weight: 600; }

.launch-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.launch-pillars article {
    min-height: 20rem;
    padding: 2rem;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.launch-pillars article:first-child { padding-left: 0; }
.launch-pillars article:last-child { border-right: 0; }

.launch-pillar-number {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.launch-pillar-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 1rem 0 3.5rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.7rem;
}

.launch-pillar-teal { background: rgba(102, 179, 170, 0.15); color: #8dc9c0; }
.launch-pillar-sage { background: rgba(174, 203, 144, 0.13); color: #bdd09a; }
.launch-pillar-coral { background: rgba(217, 133, 104, 0.14); color: #e4a58f; }

.launch-pillars h3 {
    margin: 0 0 0.9rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
}

.launch-pillars p {
    max-width: 18rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    line-height: 1.7;
}

.launch-footer {
    padding: 2rem max(1.5rem, calc((100% - 1200px) / 2));
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    background: #102f2c;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.75rem;
}

.launch-footer p { margin: 0; }
.launch-footer strong { color: white; letter-spacing: 0.08em; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes launch-rise {
    from { opacity: 0; transform: translateY(1.4rem); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes launch-pulse {
    0% { box-shadow: 0 0 0 0 rgba(217, 133, 104, 0.36); }
    70%, 100% { box-shadow: 0 0 0 0.5rem rgba(217, 133, 104, 0); }
}

@media (max-width: 1050px) {
    .launch-hero { grid-template-columns: 1.08fr 0.92fr; gap: 3rem; }
    .launch-visual { min-height: 35rem; }
    .launch-card-top { left: -1.4rem; }
    .launch-card-bottom { right: -1rem; }
}

@media (max-width: 820px) {
    .launch-header { min-height: 7rem; }
    .launch-brand img { width: 9.5rem; }
    .launch-hero { padding-top: 2.5rem; grid-template-columns: 1fr; gap: 5rem; }
    .launch-copy { max-width: 43rem; margin: 0 auto; text-align: center; }
    .launch-intro, .launch-signup { margin-left: auto; margin-right: auto; }
    .launch-signup { text-align: left; }
    .launch-visual { width: min(31rem, 88vw); min-height: 38rem; margin: 0 auto; }
    .launch-preview-heading { grid-template-columns: 1fr; }
    .launch-pillars { grid-template-columns: 1fr; }
    .launch-pillars article,
    .launch-pillars article:first-child {
        min-height: auto;
        padding: 2rem 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .launch-pillars article:last-child { border-bottom: 0; }
    .launch-pillar-icon { margin-bottom: 1.5rem; }
    .launch-pillar-number { right: 0; }
}

@media (max-width: 580px) {
    .launch-header, .launch-hero { width: min(100% - 2rem, 1200px); }
    .launch-header { min-height: 6rem; }
    .launch-brand img { width: 8.25rem; max-height: 4.5rem; }
    .launch-status { padding: 0.5rem 0.65rem; font-size: 0.6rem; letter-spacing: 0.055em; }
    .launch-copy h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
    .launch-form-row { grid-template-columns: 1fr; }
    .launch-form-row button { width: 100%; }
    .launch-visual { width: 100%; min-height: 30rem; }
    .launch-sun { width: 9rem; height: 9rem; }
    .launch-card { min-width: 13.2rem; padding: 0.7rem; }
    .launch-card-top { top: 5rem; left: -0.45rem; }
    .launch-card-bottom { right: -0.45rem; bottom: 2.5rem; }
    .launch-card strong { font-size: 0.72rem; }
    .launch-card small { max-width: 9rem; font-size: 0.58rem; }
    .launch-preview { padding-top: 5rem; padding-bottom: 5rem; }
    .launch-footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    .launch-copy, .launch-visual, .launch-status span { animation: none; }
    .launch-form-row button { transition: none; }
}
