@font-face { font-family: 'Hanken Grotesk'; src: url('/hanken-regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Hanken Grotesk'; src: url('/hanken-bold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--tf-background); color: var(--tf-ink); font-family: var(--tf-font); }
header, main, footer { width: min(1120px, 100%); margin: auto; padding: 24px; }
header, footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid var(--tf-primary); outline-offset: 4px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 700; text-decoration: none; }
.brand img { border-radius: var(--tf-radius-md); }
.portal { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; }
main { padding-top: 64px; padding-bottom: 64px; }
.eyebrow { color: var(--tf-primary); font-weight: 700; }
h1 { margin: 24px 0; font-size: clamp(48px, 8vw, 96px); line-height: 1; letter-spacing: -0.04em; }
h1 span { color: var(--tf-primary); }
.intro { max-width: 560px; color: var(--tf-ink-muted); font-size: 20px; line-height: 1.6; }
section { margin-top: 48px; padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--tf-surface-low); border-radius: var(--tf-radius-xl); }
h2 { margin: 0 0 8px; font-size: 24px; }
section p { margin: 0; max-width: 480px; color: var(--tf-ink-muted); line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 16px 24px; border-radius: var(--tf-radius-md); background: var(--tf-primary); color: var(--tf-white); text-decoration: none; font-weight: 700; white-space: nowrap; }
footer { border-top: 1px solid var(--tf-outline-soft); color: var(--tf-ink-muted); font-size: 14px; }
@media (max-width: 640px) { header, main, footer { padding-left: 20px; padding-right: 20px; } header { flex-wrap: wrap; } main { padding-top: 32px; } section { align-items: stretch; flex-direction: column; padding: 24px; } footer { align-items: flex-start; flex-direction: column; gap: 8px; } }
