/* ==========================================================================
   skins/bare.css — the one-number answer. Larger than the digital page, with
   nothing beside it.
   ========================================================================== */

.hero--bare {
    max-width: 640px;
    padding: 12px 0 4px;
    text-align: center;
}

.bare-number {
    font-size: clamp(6rem, 38vw, 15rem);
    font-weight: 200;
    line-height: .95;
    letter-spacing: -.045em;
    font-feature-settings: "tnum";
}

.bare-number.over {
    color: var(--error-color);
}

.bare-unit {
    font-size: clamp(1.2rem, 6vw, 2rem);
    font-weight: 500;
    color: var(--text-color-secondary);
    letter-spacing: .04em;
    margin-top: 2px;
}

/* The sentence is the point of the page: a number alone does not answer
   "how fast am I going" for anybody who had to ask. */
.bare-answer {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-color);
    margin-top: 22px;
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
    min-height: 3.2em;
}

body.fs .bare-number {
    font-size: clamp(7rem, 42vw, 18rem);
}

/* Three tiles rather than eight, and quieter than elsewhere — they are a
   footnote here, not the content. */
[data-skin=bare] .stats {
    max-width: 460px;
    margin: 0 auto;
}

[data-skin=bare] .stat {
    background: transparent;
    box-shadow: none;
    border: 1px solid var(--divider-color);
}
