:root {
  color-scheme: dark;
  --aqua: #00f0d4;
  --obsidian: #0d1117;
  --bone: #f4f3ef;
  --slate: #30363d;
  --kamba: #c2593f;
  font-family: 'Satoshi', Arial, sans-serif;
  color: #fff;
  background: var(--obsidian);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
body.dialog-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--aqua); outline-offset: 6px; }
.launch-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background: url('assets/forest.jpg') center 52% / cover no-repeat;
}
.launch-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.launch-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #0d11178c, #0d11176b 50%, #0d11177d);
}
.launch-video-controls { position: fixed; top: 24px; right: 28px; display: flex; gap: 10px; z-index: 1; }
.video-control {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff60;
  border-radius: 50%;
  background: #0d111740;
  color: #fff;
  transition: background .2s, border-color .2s;
}
.video-control:hover { background: #0d111780; border-color: #fff; }
.video-control:disabled { opacity: .5; cursor: default; }
.video-control svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; stroke-linecap: round; }
.launch-video-start {
  position: absolute;
  top: 56px;
  right: 0;
  min-height: 44px;
  padding: 8px 18px;
  border: 1px solid #ffffff80;
  border-radius: 24px;
  background: #0d1117cc;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}
.launch-main {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 76px 28px 64px;
}
.launch-copy { width: min(100%, 680px); text-align: center; }
.launch-logo {
  display: block;
  width: 325px;
  max-width: 100%;
  height: auto;
  margin: 0 auto clamp(22px, 4.2vh, 42px);
}
h1 {
    font-family: 'Satoshi', Arial, sans-serif;
    font-size: clamp(2.25rem, 2.6vw, 2.1rem);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.launch-copy > p {
    max-width: 650px;
    font-size: 1.0rem;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 auto;
    color: #f1f3f2;
    text-wrap: pretty;
}
.launch-footer {
  width: min(100% - 56px, 610px);
  margin-inline: auto;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .899rem;
  line-height: 1.5;
}
.launch-footer p { margin: 0; }
.launch-footer nav { display: flex; gap: 28px; }
.launch-footer button {
  display: block;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 10px 0;
  min-height: 44px;
  white-space: nowrap;
  transition: color .2s;
}
.launch-footer button:hover { color: var(--aqua); }
.launch-dialog {
  color-scheme: light;
  color: var(--obsidian);
  background: var(--bone);
  width: min(740px, calc(100% - 36px));
  max-height: calc(100svh - 40px);
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 48px 36px 36px;
  box-shadow: 0 32px 100px #0005;
}
.launch-dialog::backdrop { background: #0d111799; backdrop-filter: blur(7px); }
.launch-dialog[open] { animation: reveal-dialog .2s ease-out; }
.dialog-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--slate);
  background: transparent;
}
.dialog-close:hover { background: #0d11170b; }
.dialog-close svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.5; fill: none; }
.dialog-heading { text-align: center; }
.dialog-eyebrow { font-size: .8rem; font-weight: 600; letter-spacing: .18em; margin: 0 0 12px; color: var(--kamba); }
.dialog-heading h2 { font-family: 'Satoshi', Arial, sans-serif; font-size: clamp(1.75rem, 4vw, 2.4rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.2; margin: 0 0 14px; }
.dialog-heading > p:not(.dialog-eyebrow) { font-size: 1rem; line-height: 1.65; color: var(--slate); margin: 0; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  min-height: 220px;
  text-align: center;
  border: 1px solid #0d111714;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 10px 24px #0d111706;
  text-decoration: none;
  color: var(--obsidian);
  transition: border-color .2s, transform .2s;
}
.contact-card:hover { border-color: var(--aqua); transform: translateY(-3px); }
.contact-icon { width: 44px; height: 44px; fill: none; stroke: #00bea9; stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; margin-bottom: 23px; }
.contact-card h3 { font-family: 'Satoshi', Arial, sans-serif; font-size: 1.125rem; line-height: 1.4; font-weight: 700; letter-spacing: -.02em; margin: 0 0 17px; }
.contact-card > span { font-size: 1rem; font-weight: 500; }
.legal-dialog { width: min(540px, calc(100% - 36px)); padding-block: 60px 44px; }
.legal-dialog .dialog-heading > p { margin-top: 20px; }
.legal-dialog a { color: var(--obsidian); text-underline-offset: 4px; }
@keyframes reveal-dialog { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 600px) {
  .launch-video-controls { top: 16px; right: 20px; }
  .launch-main { padding: 64px 28px; }
  .launch-copy { max-width: 440px; }
  .launch-logo { width: min(100%, 270px); margin: 0 auto clamp(30px, 4.2vh, 42px); }
  h1 { font-size: clamp(2rem, 8vw, 2.75rem); letter-spacing: .11em; margin-bottom: 10px; }
  .launch-copy > p { font-size: 1.0625rem; line-height: 1.65; }
  .launch-footer { flex-direction: column; gap: 4px; padding-bottom: max(22px, env(safe-area-inset-bottom)); text-align: center; }
  .launch-footer nav { gap: 32px; }
  .launch-dialog { padding: 55px 22px 24px; }
  .contact-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }
  .contact-card { min-height: 168px; padding: 22px 16px; }
  .contact-icon { width: 36px; height: 36px; margin-bottom: 12px; }
  .contact-card h3 { margin-bottom: 10px; }
}
@media (max-height: 650px) and (min-width: 601px) {
  .launch-main { padding-block: 70px 36px; }
  .launch-logo { width: 270px; margin-bottom: 35px; }
  h1 { margin-bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
