.hero {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 800px;
    padding: 0 20px;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
}

.eyebrow {
    font-size: 11px;
    letter-spacing: 0.3em;
    color: var(--text-muted);
    margin-bottom: 24px;
    text-transform: uppercase;
}

h1 {
    font-size: clamp(30px, 6vw, 80px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    font-weight: 650;
    color: var(--text-primary);
    margin: 0 0 24px 0;
}

.subtitle {
    margin: 0 auto;
    max-width: 600px;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: 1.5;
    color: var(--text-secondary);
}