:root {
    --ink: #071526;
    --navy: #061225;
    --paper: #f5f0e5;
    --white: #fffdf7;
    --gold: #d7a84f;
    --gold-light: #f7d98c;
    --teal: #47c8b0;
    --coral: #e7775c;
    --line: rgba(255, 255, 255, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}
a { color: inherit; }
.hero {
    min-height: 92vh;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--white);
    background: var(--navy);
}
.hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0 0 0 32%;
    background: url('/assets/remaster-hero.png') 72% center/cover no-repeat;
}
.hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(3, 12, 26, .96) 0%, rgba(4, 17, 36, .75) 42%, rgba(4, 17, 36, .12) 74%), linear-gradient(0deg, rgba(3, 12, 26, .78), transparent 45%);
}
.nav {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
}
.brand { font-family: Georgia, serif; font-size: 1.18rem; text-decoration: none; letter-spacing: .04em; }
.brand span { color: var(--gold-light); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: .9rem; text-decoration: none; }
.nav-download { padding: 10px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.hero-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(90px, 14vh, 160px) 0 90px; }
.eyebrow { margin: 0 0 16px; color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 9px; height: 9px; margin-right: 10px; border-radius: 50%; box-shadow: 0 0 18px currentColor; }
.status-dot.online { color: var(--teal); background: var(--teal); }
.status-dot.offline { color: var(--coral); background: var(--coral); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.03; }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.8rem, 9vw, 7.7rem); font-weight: 500; letter-spacing: -.055em; }
h1 em { color: var(--gold-light); font-weight: 500; }
.hero-copy { max-width: 610px; margin: 30px 0 34px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; min-height: 50px; padding: 0 24px; align-items: center; justify-content: center; border: 0; border-radius: 4px; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
.button.primary { color: #17202a; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 30px rgba(215,168,79,.2); }
.button.secondary { color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(8px); }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
.feature-section, .join-section, .support-section, .download-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.feature-section { padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 52px; }
.section-heading .eyebrow, .join-copy .eyebrow, .download-section .eyebrow { color: #8d631e; }
h2 { margin: 0; font-size: clamp(2.7rem, 6vw, 5.2rem); font-weight: 500; letter-spacing: -.045em; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(7,21,38,.14); border: 1px solid rgba(7,21,38,.14); }
.feature-grid article { min-height: 290px; padding: 28px; background: var(--paper); }
.feature-grid article > span { color: #8d631e; font-size: .74rem; font-weight: 900; letter-spacing: .15em; }
.feature-grid h3 { margin: 64px 0 14px; font-size: 1.65rem; }
.feature-grid p { margin: 0; color: #516070; }
.join-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.join-copy { padding: clamp(42px, 7vw, 84px); }
.join-copy > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.65); }
dl { margin: 42px 0 0; border-top: 1px solid var(--line); }
dl div { display: flex; justify-content: space-between; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line); }
dt { color: rgba(255,255,255,.55); }
dd { margin: 0; font-weight: 700; text-align: right; }
.text-online { color: var(--teal); }
.text-warm { color: var(--gold-light); }
.register-card { padding: clamp(36px, 6vw, 70px); color: var(--ink); background: var(--white); }
.register-card label { display: block; margin: 18px 0 7px; font-size: .82rem; font-weight: 800; }
.register-card input { width: 100%; height: 51px; padding: 0 14px; border: 1px solid #b9c0c6; border-radius: 3px; background: #fff; font: inherit; }
.field-note, .privacy { margin: 7px 0 0; color: #687482; font-size: .76rem; }
.submit { width: 100%; margin-top: 26px; }
.notice { padding: 14px 16px; border-left: 4px solid; font-size: .9rem; }
.notice.error { color: #722419; background: #ffebe5; border-color: var(--coral); }
.notice.success { color: #115549; background: #e4f8f3; border-color: var(--teal); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.support-section { padding: 110px 0 30px; }
.support-heading { max-width: 760px; margin-bottom: 48px; }
.support-heading .eyebrow { color: #8d631e; }
.support-heading > p:not(.eyebrow) { max-width: 660px; margin: 22px 0 0; color: #596673; font-size: 1.06rem; }
.support-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 28px; align-items: stretch; }
.support-details { min-width: 0; }
.ap-tier-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 1px; list-style: none; background: rgba(7,21,38,.14); }
.ap-tier-grid li { min-height: 118px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--white); }
.ap-tier-grid li:last-child { grid-column: 1 / -1; }
.ap-tier-grid strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 500; }
.ap-tier-grid strong span { color: #8d631e; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.tier-price { flex: 0 0 auto; color: #115549; font-size: 1.18rem; font-weight: 900; }
.tier-price small { display: block; color: #687482; font-size: .58rem; letter-spacing: .12em; text-align: right; }
.support-notice { margin-top: 28px; padding: 30px 32px; color: var(--white); background: var(--ink); border-left: 5px solid var(--gold); }
.support-notice h3 { margin: 0 0 18px; font-size: 1.55rem; }
.support-notice ol { margin: 0; padding-left: 1.35rem; color: rgba(255,255,255,.82); }
.support-notice li + li { margin-top: 10px; }
.support-notice p { margin: 20px 0 0; padding-top: 18px; color: rgba(255,255,255,.62); border-top: 1px solid var(--line); font-size: .78rem; }
.paypal-card { margin: 0; padding: 30px; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: linear-gradient(145deg, #0b2051, #071526); }
.paypal-card-label { margin-bottom: 20px; display: flex; align-items: center; gap: 10px; font-size: .84rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.paypal-card-label span { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; color: #0b2051; background: #62c8f0; border-radius: 8px; font-size: 1.15rem; font-style: italic; }
.paypal-card img { width: 100%; height: auto; display: block; padding: 12px; background: #fff; border-radius: 10px; }
.paypal-card figcaption { margin-top: 18px; color: rgba(255,255,255,.7); font-size: .82rem; }
.download-section { margin-top: 80px; margin-bottom: 80px; padding: 52px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border: 1px solid rgba(7,21,38,.2); }
.download-section h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
.download-section p:not(.eyebrow) { margin-bottom: 0; color: #596673; }
footer { padding: 28px max(20px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.6); background: var(--navy); font-size: .82rem; }

@media (max-width: 900px) {
    .nav-links { gap: 14px; }
    .nav-links a { font-size: .8rem; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .join-section { grid-template-columns: 1fr; }
    .support-layout { grid-template-columns: 1fr; }
    .paypal-card { max-width: 520px; }
}
@media (max-width: 640px) {
    .nav-links a:not(.nav-download) { display: none; }
    .hero { min-height: 840px; }
    .hero::before { inset: 0; background-position: 84% center; opacity: .82; }
    .hero-shade { background: linear-gradient(90deg, rgba(3,12,26,.94), rgba(3,12,26,.45)), linear-gradient(0deg, rgba(3,12,26,.92), transparent 60%); }
    h1 { font-size: clamp(3.4rem, 18vw, 5.2rem); }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-grid article { min-height: 230px; }
    .feature-grid h3 { margin-top: 42px; }
    .support-section { padding-top: 80px; }
    .ap-tier-grid { grid-template-columns: 1fr; }
    .ap-tier-grid li:last-child { grid-column: auto; }
    .support-notice, .paypal-card { padding: 24px; }
    .download-section { padding: 34px; align-items: flex-start; flex-direction: column; }
    footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .button:hover { transform: none; }
}

.launcher-news {
    min-height: 100vh;
    margin: 0;
    color: var(--white);
    background: var(--navy) linear-gradient(135deg, #061225, #103b4b);
}
.launcher-news main { max-width: 760px; padding: 70px; }
.launcher-news h1 { font-size: clamp(3rem, 8vw, 6rem); }
.launcher-news main > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.72); font-size: 1.08rem; }
