/* Static streamer guide, referenced by stream.html only. Kept as a file
   rather than an inline <style> because style-src is 'self' with no
   'unsafe-inline'. Drawn in the door's dress. No webfont: the guide must
   not tax every visitor 58 KB of a face the app fetches again under a
   hashed name. The stack names Inter so a machine that already has it
   uses it, then falls back. */

html {
    box-sizing: border-box;
    color-scheme: light;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    overflow-x: clip;
    background: #f2f2ef;
    color: #14171a;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

a {
    color: #2563eb;
}

a:hover {
    color: #1d4fc4;
}

a:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 3px;
}

.mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.canopy {
    height: 58px;
    background:
        linear-gradient(rgba(20, 23, 26, 0.1), rgba(0, 0, 0, 0) 8px),
        repeating-linear-gradient(90deg, #2563eb 0 34px, #f4f7fe 34px 68px);
    -webkit-mask:
        linear-gradient(#000 0 0) top / 100% calc(100% - 16px) no-repeat,
        radial-gradient(circle at 50% 0, #000 16.5px, rgba(0, 0, 0, 0) 17px)
            bottom / 34px 16px repeat-x;
    mask:
        linear-gradient(#000 0 0) top / 100% calc(100% - 16px) no-repeat,
        radial-gradient(circle at 50% 0, #000 16.5px, rgba(0, 0, 0, 0) 17px)
            bottom / 34px 16px repeat-x;
}

.wrap {
    max-width: 752px;
    margin: 0 auto;
    padding: 22px 16px 48px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
}

.brand-home {
    display: flex;
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none;
}

.brand-home:hover {
    color: inherit;
}

.brand-home:hover .brand-word {
    color: #2563eb;
}

.brand-mark {
    width: 30px;
    height: 36px;
    flex: none;
    display: block;
}

.brand-word {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.brand-kicker {
    margin: 0;
    font-size: 13.5px;
    color: #5f6975;
}

.lede-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.display {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.02;
}

.lede {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #5f6975;
}

.hero {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e8e8e4;
}

.hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
}

.steps {
    list-style: none;
    margin: 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(95, 105, 117, 0.28);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.step {
    display: flex;
    gap: 12px;
}

.step-n {
    margin: 0;
    color: #1d4fc4;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    width: 22px;
    flex: none;
    padding-top: 2px;
}

.step-body {
    margin: 0;
}

.step-title {
    font-weight: 600;
}

.step-title::after {
    content: ".";
}

.step-copy {
    color: #5f6975;
}

.step-copy::before {
    content: " ";
}

.block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.sizes,
.truths {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.unit {
    background: #fff;
    border: 2px solid #2563eb;
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow:
        0 2px 6px rgba(20, 23, 26, 0.08),
        0 16px 40px rgba(37, 99, 235, 0.16);
}

.unit-label {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #5f6975;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.unit-fig {
    margin: 6px 0 0;
    font-size: 19px;
    font-weight: 700;
    color: #1d4fc4;
}

.unit-copy {
    margin: 8px 0 0;
    color: #5f6975;
    font-size: 14px;
    line-height: 1.5;
    text-wrap: pretty;
}

.truth {
    background: #fff;
    border: 1px solid rgba(95, 105, 117, 0.22);
    border-radius: 14px;
    padding: 14px 16px 15px;
}

.truth-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
    text-wrap: pretty;
}

.truth-copy {
    margin: 6px 0 0;
    color: #5f6975;
    font-size: 14px;
    line-height: 1.5;
    text-wrap: pretty;
}

.cta-row {
    margin: 0;
}

.cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 18px;
    background: #fff;
    border: 2px solid #2563eb;
    color: #14171a;
    font-weight: 700;
    text-decoration: none;
    box-shadow:
        0 2px 6px rgba(20, 23, 26, 0.08),
        0 16px 40px rgba(37, 99, 235, 0.16);
}

.cta:hover {
    color: #14171a;
    border-color: #1d4fc4;
}

.cta-pref {
    color: #1d4fc4;
    font-size: 19px;
}

@media (min-width: 720px) {
    .wrap {
        padding-bottom: 72px;
        gap: 40px;
    }

    .brand-word {
        font-size: 24px;
        letter-spacing: -0.02em;
    }

    .lede-block {
        gap: 16px;
    }

    .display {
        font-size: 60px;
        letter-spacing: -0.035em;
        line-height: 0.98;
        max-width: 620px;
    }

    .lede {
        font-size: 17px;
        line-height: 1.55;
        max-width: 540px;
    }

    .steps {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        padding-top: 18px;
    }

    .step {
        flex-direction: column;
        gap: 6px;
    }

    .step-n {
        width: auto;
        padding-top: 0;
    }

    .step-title {
        display: block;
        font-size: 16px;
        line-height: 1.35;
    }

    .step-title::after {
        content: none;
    }

    .step-copy {
        display: block;
    }

    .step-copy::before {
        content: none;
    }

    .block {
        gap: 16px;
    }

    .section-title {
        font-size: 24px;
    }

    .sizes,
    .truths {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .truth {
        padding: 18px 20px 20px;
    }

    .truth-title {
        font-size: 17px;
    }

    .truth-copy {
        margin-top: 8px;
    }
}
