*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, ui-sans-serif, system-ui, sans-serif;
  background: #27272a;
  color: #d4d4d8;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem 7rem;
  perspective: 900px;
}

.intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prose {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1.5rem 3.5rem;
  color: #a1a1aa;
  font-size: 1.125rem;
  line-height: 1.7;
}

.prose p {
  margin: 0 0 1.25rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose a,
.underline {
  color: #e4e4e7;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.prose a:hover,
.underline:hover {
  color: #fafafa;
}

.prose .name-mark {
  font-weight: 700;
  color: #e4e4e7;
}

@media (min-width: 640px) {
  .prose {
    font-size: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.logo-tilt {
  display: block;
  transform-style: preserve-3d;
  will-change: transform;
  transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}

.logo-tilt:hover {
  text-decoration: none;
}

.logo {
  display: block;
  width: min(72vw, 36rem);
  height: auto;
  transform: translateZ(24px);
}

@media (prefers-reduced-motion: reduce) {
  .logo-tilt {
    transform: none !important;
  }
}

.site-header {
  padding: 1.5rem 1rem 0;
}

.site-header__logo {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}

.site-header__logo svg {
  display: block;
  width: 8rem;
  height: auto;
}

.legal {
  flex: 1;
  padding: 2rem 1rem 4rem;
}

.legal__content {
  max-width: 48rem;
  margin: 0 auto;
  color: #a1a1aa;
}

.legal__content h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: #d4d4d8;
  text-transform: lowercase;
}

.legal__content p,
.legal__content li {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.legal__content ul,
.legal__content ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.legal__content li {
  margin-bottom: 0.5rem;
}

.legal__content strong {
  color: #e4e4e7;
  font-weight: 600;
}

.legal__content a {
  text-decoration: underline;
  color: #d4d4d8;
}

@media (min-width: 640px) {
  .site-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .legal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

.site-footer {
  background: #27272a;
}

.site-footer__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.site-footer__grid {
  display: grid;
  gap: 2rem;
}

.site-footer p {
  margin: 0.5rem 0 0;
  font-size: 1.125rem;
  color: #d4d4d8;
}

.site-footer__title {
  font-size: 1.25rem;
}

.site-footer small {
  font-size: 0.875em;
}

.site-footer a.underline,
.site-footer .underline {
  text-decoration: underline;
}

@media (min-width: 640px) {
  .site-footer__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .site-footer__inner {
    padding: 4rem 2rem;
  }

  .site-footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
