﻿:root {
    --launch-paper: #f4f4e9;
    --launch-ink: #183c35;
    --launch-muted: #617268;
    --launch-line: #d6ddcd;
    --launch-lime: #e7f39d;
}

.launch-page {
    margin: 0;
    background: var(--launch-paper);
    color: var(--launch-ink);
    font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.launch-shell { max-width: 1440px; margin: 0 auto; padding: 0 64px; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #b95e33; outline-offset: 6px; }
.skip-link { position: absolute; top: -80px; left: 24px; padding: 12px; z-index: 10; background: var(--launch-lime); }
.skip-link:focus { top: 12px; }

.launch-header {
    min-height: 114px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid var(--launch-line);
}

.launch-brand { font-size: 44px; font-weight: 800; letter-spacing: -3px; line-height: 1; }
.launch-brand span, .launch-dot { color: #bc633e; }
.launch-status { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 600; letter-spacing: 1.8px; }
.launch-status > span { width: 7px; height: 7px; border-radius: 50%; background: #bd633d; box-shadow: 0 0 0 5px #bd633d12; }

.launch-hero { display: grid; grid-template-columns: 1.04fr 1fr; gap: 54px; align-items: center; padding: 72px 0 68px; }
.launch-eyebrow { margin: 0 0 26px; font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 500; letter-spacing: 1.3px; }
.launch-copy h1 { margin: 0; font-size: clamp(52px, 5.6vw, 79px); font-weight: 600; line-height: 1.04; letter-spacing: -4px; }
.launch-title-end { display: block; }
.launch-description { margin: 29px 0 0; max-width: 470px; font-size: 15px; line-height: 1.85; color: var(--launch-muted); }
.launch-invitation { display: flex; gap: 16px; align-items: flex-start; margin: 22px 0 26px; }
.launch-arrow { font-size: 29px; line-height: 1.25; color: #b96642; }
.launch-invitation p { margin: 0; font-size: 13px; line-height: 1.8; color: var(--launch-muted); }
.launch-invitation strong { color: var(--launch-ink); font-weight: 600; }

.ignition-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 54px;
    padding: 15px 23px;
    border: 1px solid var(--launch-ink);
    border-radius: 5px;
    background: var(--launch-ink);
    color: var(--launch-paper);
    font: 600 13px "Avenir Next", "Segoe UI", Arial, sans-serif;
    transition: background .2s, transform .2s;
}

.ignition-button[hidden] { display: none; }
.ignition-button:hover { background: #2c5045; transform: translateY(-2px); }
.ignition-button[aria-disabled="true"] { cursor: default; background: #2c5045; transform: none; }

.workshop-scene { position: relative; background: #244c40; color: var(--launch-paper); border-radius: 8px; overflow: hidden; transform: rotate(1.5deg); }
.scene-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 23px 25px; border-bottom: 1px solid #ffffff20; font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; letter-spacing: 1.3px; color: #c9d6bd; }
.scene-topline > span:last-child { font-size: 18px; line-height: 1; }
.scene-sticker { position: absolute; top: 82px; right: 20px; z-index: 1; background: var(--launch-lime); color: var(--launch-ink); padding: 9px 12px; font-size: 8px; line-height: 1.6; letter-spacing: 1px; transform: rotate(-10deg); box-shadow: 2px 3px 0 #122f2b50; }
.scene-sticker strong { font-size: 11px; font-weight: 800; }
.scene-artwork { position: relative; isolation: isolate; }
.workshop-illustration { display: block; width: 100%; height: auto; }
.scene-lighting { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; mix-blend-mode: screen; opacity: 0; transition: opacity .35s ease; }
.scene-bottomline { display: flex; align-items: center; gap: 10px; padding: 20px 23px; border-top: 1px solid #ffffff20; min-height: 77px; }
.scene-bottomline p { flex: 1; margin: 0; font-size: 10px; line-height: 1.6; color: #d3dfc8; }
.scene-code { flex-shrink: 0; font-size: 9px; font-family: "SFMono-Regular", Consolas, monospace; color: #a9bdad; }
.scene-indicator { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: #da9567; }
.is-running .scene-lighting { opacity: 1; }
.is-running .scene-indicator { background: var(--launch-lime); box-shadow: 0 0 8px #e7f39d80; }

.launch-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; padding: 0 0 51px; }
.launch-features > div { border-top: 1px solid var(--launch-line); padding-top: 23px; }
.feature-index { display: block; margin-bottom: 16px; font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; letter-spacing: 1.3px; color: var(--launch-muted); }
.launch-features h2 { margin: 0 0 8px; font-size: 16px; font-weight: 600; letter-spacing: -.35px; line-height: 1.5; }
.launch-features p { margin: 0; font-size: 12px; line-height: 1.7; color: var(--launch-muted); }
.launch-footer { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--launch-line); padding: 24px 0 28px; font-size: 10px; line-height: 1.8; color: var(--launch-muted); }
.launch-footer > span:last-child { white-space: nowrap; }
.launch-footer > span:last-child span { margin-left: 16px; }

@media (min-width: 1500px) {
    .launch-hero { padding-top: 95px; padding-bottom: 90px; }
}

@media (max-width: 1100px) {
    .launch-shell { padding: 0 36px; }
    .launch-hero { gap: 34px; padding-top: 56px; }
    .launch-copy h1 { font-size: clamp(48px, 6.5vw, 70px); letter-spacing: -3px; }
    .launch-description { font-size: 14px; }
    .scene-sticker { top: 75px; right: 18px; padding: 8px 10px; }
    .scene-topline { font-size: 7px; letter-spacing: .7px; padding: 20px; }
    .scene-bottomline { padding: 16px 20px; }
    .scene-code { display: none; }
}

@media (max-width: 767.98px) {
    .launch-shell { padding: 0 24px; }
    .launch-header { min-height: 89px; gap: 18px; flex-wrap: wrap; padding: 20px 0; }
    .launch-brand { font-size: 38px; }
    .launch-status { order: 3; width: 100%; margin-top: 7px; font-size: 9px; letter-spacing: 1.4px; }
    .launch-hero { grid-template-columns: 1fr; gap: 38px; padding: 42px 0 44px; }
    .launch-eyebrow { font-size: 8px; letter-spacing: .8px; margin-bottom: 22px; }
    .launch-copy h1 { font-size: clamp(48px, 10.8vw, 72px); letter-spacing: -2.8px; }
    .launch-description { margin-top: 24px; max-width: 440px; }
    .launch-invitation { margin-top: 19px; margin-bottom: 23px; }
    .workshop-scene { transform: none; max-width: 540px; width: 100%; justify-self: center; }
    .scene-topline { padding: 20px; font-size: 7px; }
    .scene-sticker { top: 74px; font-size: 8px; }
    .scene-sticker strong { font-size: 11px; }
    .scene-bottomline { min-height: 65px; }
    .launch-features { grid-template-columns: 1fr; gap: 24px; padding-bottom: 34px; }
    .launch-features > div { padding-top: 19px; }
    .feature-index { margin-bottom: 8px; }
    .launch-features h2 { margin-bottom: 4px; }
    .launch-footer { font-size: 9px; gap: 20px; padding-top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .ignition-button:hover { transform: none; }
}
