@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./geist-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./geist-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
* { box-sizing: border-box; }
html { background: #f7f8f3; color: #123d30; }
body { margin: 0; font-family: Geist, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
.page { min-height: 100svh; max-width: 1680px; margin: auto; padding: 44px 5%; display: flex; flex-direction: column; }
.brand { font-size: 32px; font-weight: 600; letter-spacing: -1.5px; }
main { flex: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: 12px; padding: 40px 0; }
.message { position: relative; z-index: 1; }
h1 { margin: 0; font-size: clamp(42px, 5.2vw, 84px); font-weight: 500; line-height: 1.07; letter-spacing: -.065em; }
p { margin: 26px 0 0; font-size: clamp(22px, 2.45vw, 38px); font-weight: 350; line-height: 1.4; letter-spacing: -.04em; }
.illustration { min-width: 0; width: 100%; height: auto; display: block; mix-blend-mode: multiply; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent), linear-gradient(0deg, transparent, #000 8%, #000 92%, transparent); mask-composite: intersect; }
footer { font-size: 16px; letter-spacing: -.035em; }
@media (max-width: 700px) {
  .page { padding: 28px 24px; }
  .brand { font-size: 28px; }
  main { grid-template-columns: 1fr; align-content: center; gap: 24px; padding: 56px 0 28px; }
  h1 { font-size: clamp(34px, 9.7vw, 64px); }
  p { margin-top: 20px; font-size: 24px; }
  .illustration { max-width: 440px; justify-self: center; }
  footer { font-size: 14px; }
}
