/**
 * Stage header — the Cinematic Drop page header shared by every inner page.
 * Pairs with includes/stage-header.php.
 * ink #0f1f14 / ground #081209 / deep #050c06 / forest #14532d /
 * aqua #8fd8dc / lime #f2ee9d / paper #f7f5ef
 */

.stage {
    background: #081209;
    color: #f7f5ef;
    border-bottom: 1px solid rgba(143, 216, 220, 0.18);
}

.stage-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.stage-copy { max-width: 720px; min-width: 0; }

.stage-eyebrow {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.71875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8fd8dc;
    margin: 0 0 1rem;
}

.stage-title {
    font-family: 'Anton', Impact, 'Arial Narrow', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    line-height: 1.02;
    margin: 0;
    color: #f7f5ef;
}

.stage-title .hl { color: #f2ee9d; }

.stage-sub {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.84375rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #9fbfae;
    margin: 1.125rem 0 0;
    max-width: 60ch;
}

.stage-sub b { color: #f2ee9d; font-weight: 600; }

.stage-actions {
    display: flex;
    gap: 0.875rem;
    flex-wrap: wrap;
    margin-top: 1.625rem;
}

.stage-cta,
.stage-ghost {
    display: inline-block;
    padding: 0.875rem 1.75rem;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    transition: filter 0.15s, background 0.15s, transform 0.1s;
}

.stage-cta {
    background: linear-gradient(90deg, #8fd8dc, #f2ee9d);
    color: #0f1f14;
    border: none;
}
.stage-cta:hover { filter: brightness(1.06); }
.stage-cta:active { transform: translateY(1px); }

.stage-ghost {
    background: transparent;
    color: #8fd8dc;
    border: 1px solid rgba(143, 216, 220, 0.55);
    font-weight: 600;
}
.stage-ghost:hover { background: rgba(143, 216, 220, 0.12); }

/* The final-release funnel plate — same object as the hero buy card */
.stage-plate {
    width: min(340px, 100%);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
    color: #0f1f14;
    overflow: hidden;
    flex: none;
}

.stage-plate-band {
    background: linear-gradient(90deg, #8fd8dc, #f2ee9d);
    padding: 0.65rem 1.25rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.65625rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0f1f14;
}

.stage-plate-body { padding: 1.375rem 1.25rem 1.25rem; }

.stage-plate-price {
    display: flex;
    align-items: baseline;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.stage-plate-price .now {
    font-family: 'Anton', Impact, 'Arial Narrow', sans-serif;
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 1;
    color: #0f1f14;
}

.stage-plate-price .was {
    font-size: 1rem;
    color: #6b7280;
    text-decoration: line-through;
}

.stage-plate-offer {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #14532d;
    margin: 0.5625rem 0 0;
}

.stage-plate-note {
    font-size: 0.8125rem;
    color: #4b5563;
    line-height: 1.55;
    margin: 0.625rem 0 1rem;
}

.stage-plate-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 1rem 1.25rem;
    background: linear-gradient(90deg, #8fd8dc, #f2ee9d);
    color: #0f1f14;
    border: none;
    border-radius: 10px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 31, 20, 0.18);
    transition: filter 0.15s, transform 0.1s, box-shadow 0.15s;
}
.stage-plate-btn .arr { transition: transform 0.15s; }
.stage-plate-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(15, 31, 20, 0.24);
    color: #0f1f14;
}
.stage-plate-btn:hover .arr { transform: translateX(3px); }
.stage-plate-btn:active { transform: translateY(1px); }

/* Regwatch — the live status strip, same truth as the homepage */
.stage-reg {
    background: #050c06;
    border-top: 1px solid rgba(143, 216, 220, 0.22);
    padding: 0.75rem 0;
}

.stage-reg-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.65625rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #9fbfae;
}

.stage-reg .dot {
    margin-top: 0.2em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    flex: none;
}

.stage-reg.closed .dot { background: #ef4444; }
.stage-reg b { color: #f2ee9d; font-weight: 600; }

@keyframes stage-pulse {
    0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.55); }
    70% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

@media (prefers-reduced-motion: no-preference) {
    .stage-reg:not(.closed) .dot { animation: stage-pulse 2.4s ease-out infinite; }
    .stage-copy > * { animation: stage-rise 0.5s cubic-bezier(0.2, 0.7, 0.3, 1) both; }
    .stage-copy > *:nth-child(2) { animation-delay: 0.06s; }
    .stage-copy > *:nth-child(3) { animation-delay: 0.12s; }
    .stage-copy > *:nth-child(4) { animation-delay: 0.18s; }
    .stage-plate { animation: stage-rise 0.5s cubic-bezier(0.2, 0.7, 0.3, 1) 0.2s both; }
}

@keyframes stage-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 899px) {
    .stage-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 2rem;
        padding: 2.5rem 1.25rem 2.25rem;
    }
    .stage-plate { width: 100%; max-width: 420px; }
}
