@font-face {
  font-family: "Albert Sans";
  src: local("Albert Sans"), url("assets/AlbertSans-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #071713;
  --surface: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f6f1;
  --muted: #aebbb6;
  --accent: #48a1a9;
  --accent-light: #9de0d8;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 6%, rgba(72, 161, 169, 0.21), transparent 31rem),
    linear-gradient(145deg, #071713 0%, #081c17 54%, #06120f 100%);
  font-family: "Albert Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 78%);
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.page {
  width: min(100%, 80rem);
  height: 100vh;
  height: 100svh;
  margin: 0 auto;
  padding: max(1.25rem, env(safe-area-inset-top)) max(1.25rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: block;
  width: clamp(9rem, 34vw, 12rem);
  height: auto;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d7e1dc;
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--accent-light);
  box-shadow: 0 0 0 0.25rem rgba(157, 224, 216, 0.1);
}

.hero {
  width: 100%;
  align-self: center;
  padding: 1.5rem 0 1rem;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 0.85rem;
  padding: 0.5rem 0.7rem;
  border-radius: 0.45rem;
  color: var(--bg);
  background: var(--accent-light);
  font-size: clamp(0.78rem, 3.2vw, 0.96rem);
  font-weight: 800;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.domain-logo {
  display: block;
  width: min(100%, 70rem);
  height: auto;
}

.lead {
  max-width: 39rem;
  margin: 1rem 0 0;
  color: #d6dfdb;
  font-size: clamp(1rem, 4.4vw, 1.34rem);
  font-weight: 430;
  letter-spacing: -0.015em;
  line-height: 1.42;
}

.uses {
  max-width: 46rem;
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.uses span {
  padding: 0.46rem 0.68rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface);
  font-size: clamp(0.72rem, 2.9vw, 0.84rem);
  line-height: 1;
  white-space: nowrap;
}

.contact {
  margin-top: clamp(1.2rem, 5vh, 2.7rem);
}

.contact p {
  margin: 0 0 0.52rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.contact p strong {
  color: #d6dfdb;
  font-weight: 750;
}

.contact a {
  width: fit-content;
  max-width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 1rem 0.8rem 1.08rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border-radius: 0.8rem;
  color: #071713;
  background: var(--accent-light);
  font-size: clamp(0.95rem, 4vw, 1.08rem);
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease;
}

.contact a:hover {
  transform: translateY(-2px);
  background: #b9eee8;
}

.contact a:focus-visible {
  outline: 3px solid var(--text);
  outline-offset: 4px;
}

.contact svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

footer {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #74827c;
  font-size: clamp(0.62rem, 2.7vw, 0.74rem);
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

footer i {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: var(--accent);
}

@media (max-width: 22rem) {
  .page {
    padding-inline: max(1rem, env(safe-area-inset-left));
  }

  .topbar {
    gap: 0.5rem;
  }

  .logo {
    width: 8rem;
  }

  .status {
    gap: 0.35rem;
    font-size: 0.55rem;
    letter-spacing: 0.035em;
  }

  .status span {
    width: 0.4rem;
    height: 0.4rem;
  }

  footer {
    gap: 0.38rem;
    font-size: 0.58rem;
    letter-spacing: 0.075em;
  }
}

@media (min-width: 48rem) {
  .page {
    padding: 2.2rem 3rem 1.8rem;
  }

  .hero {
    padding-left: 4vw;
  }

  .lead {
    margin-top: 1.4rem;
  }

  .uses {
    margin-top: 1.55rem;
  }

  .contact a {
    min-height: 3.7rem;
    padding-inline: 1.3rem;
  }
}

@media (max-height: 39rem) {
  .page {
    padding-top: 0.85rem;
    padding-bottom: 0.7rem;
  }

  .hero {
    padding-block: 0.7rem 0.4rem;
  }

  .eyebrow {
    margin-bottom: 0.65rem;
    padding: 0.4rem 0.55rem;
  }

  .lead {
    margin-top: 0.7rem;
    font-size: clamp(0.88rem, 3.4vw, 1.08rem);
  }

  .uses {
    margin-top: 0.75rem;
  }

  .contact {
    margin-top: 0.85rem;
  }

  .contact p {
    display: none;
  }

  .contact a {
    min-height: 2.8rem;
    padding-block: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
