/* The Holdouts — v1.0 */

.stayed-page {
    padding: 6rem 0 4rem;
}

.stayed-page__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Hero */
.stayed-hero {
    text-align: center;
    margin-bottom: 3rem;
}

.stayed-hero__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--v-text);
    margin: 0 0 1.2rem;
}

.stayed-hero__divider {
    width: 40px;
    height: 1px;
    background: var(--v-accent);
    margin: 0 auto 1.5rem;
    opacity: 0.5;
}

.stayed-hero__text {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--v-text);
    margin: 0 0 0.6rem;
}

/* Names Grid */
.stayed-names {
    padding: 2rem 0 3rem;
}

.stayed-names__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem 1.5rem;
    text-align: center;
}

.stayed-names__name {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.1rem;
    color: var(--v-text-secondary);
    line-height: 2;
}

/* Empty state */
.stayed-names__empty {
    text-align: center;
    padding: 3rem 0;
}

.stayed-names__empty-text {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.7;
    color: var(--v-text-muted);
    margin: 0 0 0.6rem;
}

/* Footer */
.stayed-footer {
    text-align: center;
    padding-top: 1rem;
}

.stayed-footer__divider {
    width: 40px;
    height: 1px;
    background: var(--v-accent);
    margin: 0 auto 2rem;
    opacity: 0.5;
}

.stayed-footer__text {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--v-text-secondary);
    margin: 0 0 0.5rem;
}

.stayed-footer__text a {
    color: var(--v-accent);
    text-decoration: none;
}

.stayed-footer__text a:hover {
    text-decoration: underline;
}

.stayed-footer__text--small {
    font-size: 0.9rem;
    color: var(--v-text-muted);
}

/* Responsive */
@media (max-width: 768px) {
    .stayed-page { padding: 4rem 0 3rem; }
    .stayed-hero__title { font-size: 1.8rem; }
    .stayed-names__name { font-size: 1rem; }
}
