h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    font-family: var(--font-serif);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.05;
}

h1 {
    max-width: 14ch;
    font-size: clamp(2.2rem, 5.5vw, 4rem);
}

h2 {
    max-width: 16ch;
    font-size: clamp(1.6rem, 3.8vw, 2.8rem);
}

h3 {
    max-width: 18ch;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

p {
    color: var(--color-muted);
    line-height: 1.65;
    max-width: 70ch;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-4);
    color: var(--color-accent);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 2.2rem;
    height: 1px;
    content: "";
    background: currentColor;
}

.text-gradient {
    background: linear-gradient(100deg, #fff, var(--color-accent), var(--color-accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
