:root {
  color-scheme: light;
  --ink: #1e2019;
  --field: #dee7e7;
  --teal: #5b8e7d;
  --teal-deep: #3f6a5c;
  --muted: #5b6663;
  --mark-h: 78px;
  --display: 'Jost', 'Futura', 'Century Gothic', Arial, sans-serif;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { color: var(--ink); background: var(--field); }
::selection { background: var(--teal); color: var(--field); }
button, a { -webkit-tap-highlight-color: transparent; }

.page {
  height: 100svh;
  height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: clamp(18px, 3.3vh, 38px) clamp(20px, 4.5vw, 80px) clamp(15px, 2.6vh, 28px);
  overflow: hidden;
  position: relative;
}
.page::before { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(30,32,25,.22); pointer-events: none; z-index: 1; }
.header { display: flex; align-items: flex-start; justify-content: space-between; position: relative; z-index: 2; }
.brand { display: block; color: var(--ink); text-decoration: none; }
.brand-mark { display: block; height: var(--mark-h); width: auto; }
.launch-label { display: inline-flex; align-items: center; gap: 9px; margin: 10px 3px 0 0; color: var(--teal-deep); font-family: var(--display); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .14em; }
.launch-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--teal); }

.main { min-height: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr); align-items: center; position: relative; z-index: 1; }
.copy { grid-column: 1; grid-row: 1; align-self: center; justify-self: center; max-width: 680px; padding: 0 clamp(16px, 2vw, 32px) clamp(10px, 1.6vh, 18px); position: relative; z-index: 2; text-align: center; }
.kicker { margin: 0 0 clamp(12px, 2.2vh, 22px); color: var(--teal-deep); font-family: var(--display); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .18em; }
h1 { margin: 0 0 clamp(16px, 3vh, 30px); font-family: var(--display); font-size: clamp(50px, min(6.3vw, 9.4vh), 108px); font-weight: 500; line-height: .96; letter-spacing: -.035em; }
.intro { display: grid; gap: 10px; max-width: 365px; margin: 0 auto; }
.statement { margin: 0; color: var(--ink); font-size: clamp(18px, 1.45vw, 23px); font-weight: 500; line-height: 1.22; letter-spacing: -.035em; }
.description { max-width: 345px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }

.flow-field { position: absolute; inset: 0; margin: 0; z-index: 0; }
.flow-field canvas, .flow-fallback { display: block; width: 100%; height: 100%; }
.flow-fallback { position: absolute; inset: 0; }

.footer { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: center; padding: 13px 4.2vw 0; position: relative; z-index: 2; color: var(--muted); font-family: var(--display); font-size: 12px; line-height: 1.4; letter-spacing: .02em; text-align: center; }
.copyright { text-align: center; }
:is(a, button):focus-visible { outline: 2px solid var(--teal); outline-offset: 5px; }

@media (max-height: 760px) and (min-width: 721px) {
  .brand { --mark-h: 64px; }
}

@media (max-width: 1100px) {
  .copy { padding-left: 2vw; padding-right: 2vw; }
  .brand { --mark-h: 62px; }
  .footer { padding-left: 2vw; padding-right: 2vw; }
}

@media (max-width: 720px) and (orientation: portrait) {
  .page { padding: max(16px, env(safe-area-inset-top)) 18px max(13px, env(safe-area-inset-bottom)); }
  .page::before { inset: 9px; }
  .header { align-items: center; }
  .brand { --mark-h: 50px; }
  .launch-label { margin: 0; font-size: 11px; letter-spacing: .05em; }
  .launch-dot { width: 7px; height: 7px; }
  .copy { grid-column: 1; grid-row: 1; align-self: center; justify-self: center; max-width: 100%; padding: 6px 4vw 12px; text-align: center; }
  .kicker { margin-bottom: 12px; font-size: 11px; letter-spacing: .16em; }
  h1 { font-size: clamp(42px, min(12.6vw, 7vh), 68px); line-height: .96; margin-bottom: 16px; }
  .intro { gap: 8px; max-width: 350px; margin: 0 auto; }
  .statement { font-size: 18px; line-height: 1.1; }
  .description { font-size: 16px; line-height: 1.38; max-width: 350px; }
  .footer { grid-template-columns: 1fr; padding: 5px 0 0; gap: 8px; }
  .copyright { display: block; }
}

@media (max-width: 380px) and (orientation: portrait) {
  .page { padding-left: 15px; padding-right: 15px; }
  .brand { --mark-h: 44px; }
  .launch-label { font-size: 10px; }
  .copy { padding-top: 4px; }
  .kicker { font-size: 10px; margin-bottom: 10px; }
  h1 { font-size: 40px; margin-bottom: 12px; }
  .statement { font-size: 17px; }
  .description { font-size: 16px; line-height: 1.3; }
}

@media (max-height: 640px) and (orientation: landscape) {
  .page { padding-top: 12px; padding-bottom: 9px; }
  .brand { --mark-h: 46px; }
  .launch-label { margin-top: 3px; font-size: 10px; }
  .copy { padding-left: 2vw; padding-right: 2vw; max-width: 100%; }
  .kicker { margin-bottom: 8px; font-size: 10px; }
  h1 { font-size: clamp(33px, 9.5vh, 60px); margin-bottom: 12px; }
  .intro { gap: 6px; }
  .statement { font-size: 16px; }
  .description { font-size: 16px; line-height: 1.2; max-width: 300px; }
  .footer { padding-top: 4px; padding-left: 2vw; }
}

@media (max-height: 430px) and (orientation: landscape) {
  .page { padding-top: 8px; padding-bottom: 6px; }
  .brand { --mark-h: 40px; }
  .launch-label { font-size: 9px; }
  h1 { font-size: 28px; margin-bottom: 8px; }
  .description { line-height: 1.1; max-width: 280px; }
  .statement { font-size: 14px; }
  .footer { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
