/* Welcome hero — floral, serif, script watermark behind. */

.welcome-hero {
    position: relative;
    padding: calc(var(--nav-offset) + clamp(2.5rem, 5vw, 4rem)) 0 var(--section-pad);
    overflow: hidden;
}

.welcome-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.welcome-hero__floral {
    width: clamp(150px, 18vw, 220px);
    height: auto;
    opacity: 0.8;
    margin-bottom: -2.5rem;
}

.welcome-hero__headline {
    font-size: var(--fs-hero);
    font-weight: 500;
}

.welcome-hero__body {
    margin: 0;
    color: var(--mauve);
    max-width: 62ch;
}
