
#me {
    background-color: var(--color-base);
}

#me .slide-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100dvh;
}

.me-eyebrow {
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-ink-muted);
    margin-bottom: var(--space-2);
}

.me-name {
    font-family: var(--font-display);
    font-size: clamp(4rem, 12vw, var(--text-5xl));
    font-weight: 700;
    line-height: 1;
    color: var(--color-ink);
    margin-bottom: var(--space-2);
}

.me-name span {
    color: var(--color-accent);
}

.me-subtitle {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 3vw, var(--text-2xl));
    font-weight: 400;
    color: var(--color-ink-muted);
    margin-bottom: var(--space-6);
    max-width: 560px;
}

.me-description {
    font-size: var(--text-base);
    color: var(--color-ink-muted);
    max-width: 480px;
    line-height: 1.7;
}

/* decorative accent line */
.me-rule {
    width: 48px;
    height: 3px;
    background: var(--color-accent);
    border-radius: 2px;
    margin: var(--space-4) 0;
}
