html,
body {
    margin: 0;
    min-height: 100%;
}

body.landing-page {
    min-height: 100vh;
    background: #0e0e0e;
    color: #d5c0a6;
    font-family: Arial, Helvetica, sans-serif;
}

.landing-main {
    min-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing-hero {
    transform: translateY(-28px);
    padding: 24px;
}

.landing-title {
    margin: 0;
    color: #ccb79d;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    letter-spacing: 0.035em;
}

.landing-reg {
    font-size: 0.22em;
    position: relative;
    top: -1.8em;
    margin-left: 0.15em;
}

.landing-divider {
    width: 42px;
    height: 1px;
    background: #ccb79d;
    margin: 22px auto 36px;
}

.landing-tagline {
    margin: 0 0 26px;
    color: #d8d8d8;
    font-size: 1rem;
    font-weight: 700;
}

.landing-poem p {
    margin: 0 0 24px;
    color: #d8d8d8;
    font-size: 1rem;
    line-height: 1.5;
}

.landing-actions {
    margin-top: 18px;
}

.landing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 12px 20px;
    border: 1px solid #ccb79d;
    border-radius: 9px;
    color: #ccb79d;
    text-decoration: none;
    font-weight: 600;
}

.landing-register {
    display: block;
    margin-top: 14px;
    color: #d8d8d8;
    text-decoration: none;
    font-size: 0.95rem;
}

.landing-footer {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #8f8f8f;
    font-size: 0.85rem;
}

.landing-footer a {
    color: #8f8f8f;
    text-decoration: none;
}

.footer-dot {
    opacity: 0.65;
}
