.tc-page{display:block}
.tc-hero-inner{display:flex;flex-direction:column;gap:var(--space-3)}
.tc-headline{max-width:900px}
.tc-intro{max-width:720px}
.tc-alert{max-width:720px;padding:var(--space-3)}
.tc-block{border-top:var(--border-thick) solid var(--color-ink-black)}
.tc-narrow{max-width:760px}
.tc-card{border:var(--border-thick) solid var(--color-ink-black);box-shadow:var(--shadow-hard);padding:var(--space-3);margin-bottom:var(--space-3);background:var(--color-surface-concrete)}
.tc-highlight{padding:var(--space-4)}

@media (max-width:640px){
.tc-headline{font-size:var(--fs-2)}
.tc-highlight{padding:var(--space-3)}
}