@font-face {
  font-family: Suisse;
  src: url('/suisse-medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
:root { color-scheme: light; font-family: Suisse, Arial, sans-serif; color: #000; background: #f3f4f6; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; padding: clamp(24px, 4vw, 72px); display: flex; flex-direction: column; }
header { display: flex; align-items: flex-start; }
.wordmark { display: block; width: clamp(200px, 23vw, 360px); height: auto; }
main { flex: 1; display: flex; align-items: center; padding: 80px 0; }
h1 { max-width: 1300px; margin: 0; font-size: clamp(48px, 7.6vw, 128px); line-height: 1.02; font-weight: 500; letter-spacing: -.055em; text-wrap: balance; }
.dot { color: #eeb600; }
footer { display: flex; justify-content: flex-end; }
address { font-size: clamp(17px, 1.5vw, 23px); line-height: 1.4; font-style: normal; letter-spacing: -.025em; }
@media (max-width: 600px) {
  main { padding: 80px 0; }
  h1 { font-size: clamp(43px, 11vw, 66px); }
  footer { justify-content: flex-start; }
}
