/*
 * Homepage — what belongs to the homepage and to nothing else.
 *
 * Everything the homepage shares with the showcase pages (the paper, the tears,
 * the washing line, the cards, the CTA band, the four entrance gestures) lives
 * in scrapbook.css, which this file is loaded after. Only the host section and
 * the placement of the two frond watermarks are genuinely home-only.
 */

/* The watermark's placement is per-section, so it stays with the page that
   authors the section. */
.vo3-frond--intro {
    top: 40px;
    right: -70px;
    transform: rotate(18deg);
}

.vo3-frond--offers {
    top: 60px;
    left: -90px;
    transform: rotate(-24deg) scaleX(-1);
}

/* ==========================================================================
   L'hôte
   ========================================================================== */

.vo3-host {
    padding-block: clamp(30px, 4vw, 50px) clamp(80px, 9vw, 130px);
}

.vo3-host__stats {
    display: flex;
    gap: 40px;
    margin-top: 32px;
}

.vo3-host__stat {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--vo-muted);
}

.vo3-host__stat span {
    display: block;
    font-family: var(--vo-font-serif);
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: var(--vo-ink);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 900px) {
    /* The stacking and centring come from .vo3-spread (scrapbook.css). */
    .vo3-host__stats {
        justify-content: center;
    }
}
