:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #172037;
  background: #f7f8fc;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
::selection { background: #dce4ff; }
.page { max-width: 1440px; min-height: 100svh; margin: 0 auto; padding: 0 clamp(24px, 6vw, 88px); display: flex; flex-direction: column; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 38px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.5rem; font-weight: 750; letter-spacing: -0.07em; }
.brand-mark { width: 28px; height: 32px; color: #3456dc; flex-shrink: 0; }
.brand-dot { color: #3456dc; }
.brand:focus-visible, .home-link:focus-visible { outline: 3px solid #3456dc; outline-offset: 8px; border-radius: 2px; }
.header-note { color: #606879; font-size: .875rem; }
main { flex: 1; display: flex; align-items: center; padding: 88px 0 120px; }
.hero { width: 100%; }
.eyebrow { margin: 0 0 30px; color: #3456dc; font-size: .8125rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
h1 { font-size: clamp(3rem, 7.25vw, 6.5rem); line-height: 1.08; letter-spacing: -.065em; font-weight: 650; margin: 0; overflow-wrap: anywhere; }
h1 span { color: #3456dc; }
.intro { font-size: clamp(1.0625rem, 1.7vw, 1.25rem); line-height: 1.7; color: #606879; max-width: 600px; margin: 30px 0 0; }
.coming-soon { display: flex; align-items: center; gap: 16px; margin-top: 48px; }
.status-label { display: inline-block; padding: 8px 12px; border: 1px solid #d7ddeb; border-radius: 6px; color: #36425e; font-size: .8125rem; font-weight: 600; line-height: 1.4; white-space: nowrap; }
.coming-soon p { margin: 0; font-size: .875rem; color: #606879; line-height: 1.6; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0 30px; border-top: 1px solid #dfe3ec; color: #606879; font-size: .8125rem; line-height: 1.6; }
.home-link { display: inline-block; margin-top: 32px; color: #3456dc; font-size: 1rem; text-underline-offset: 5px; }

@media (max-width: 600px) {
  .site-header { padding: 28px 0; }
  .header-note { display: none; }
  main { padding: 70px 0 88px; }
  h1 { font-size: clamp(2.5rem, 9.5vw, 3.5rem); letter-spacing: -.055em; }
  .eyebrow { font-size: .75rem; margin-bottom: 26px; }
  .intro { margin-top: 26px; }
  .desktop-break { display: none; }
  .coming-soon { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 36px; }
  .site-footer { flex-wrap: wrap; gap: 6px 24px; padding: 22px 0 26px; }
}
