.tvm-platform {
    font-family: var(--tvm-font-sans);
    color: var(--tvm-ink);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

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

.tvm-platform h1,
.tvm-platform h2,
.tvm-platform h3 {
    font-family: var(--tvm-font-sans);
    font-weight: 700;
    letter-spacing: -.024em;
    line-height: 1.08;
    text-wrap: balance;
}

.tvm-platform h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.tvm-platform h2 { font-size: clamp(1.7rem, 2.8vw, 2.35rem); }
.tvm-platform h3 { font-size: clamp(1.12rem, 1.8vw, 1.5rem); }
.tvm-platform p { color: var(--tvm-muted); }

.tvm-kicker {
    margin: 0 0 13px !important;
    color: var(--tvm-accent) !important;
    font-size: .74rem !important;
    font-weight: 700 !important;
    letter-spacing: .13em !important;
    line-height: 1.35 !important;
    text-transform: uppercase;
}

.tvm-serif {
    font-family: var(--tvm-font-serif);
    font-weight: 500;
}

.tvm-prose {
    max-width: var(--tvm-text);
    font-size: 1.04rem;
}

.tvm-prose p { margin: 0 0 1.2em; }
.tvm-prose a { color: var(--tvm-accent); }

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
