@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  background: #000000;
  font-family: "Inter", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  background: #000000;
}

body {
  color: #ffffff;
}

h1,
h2,
p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.08em;
}

a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 5px;
}

.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  overflow: hidden;
}

.page > * {
  width: min(1200px, 100%);
  flex: 0 0 auto;
}

.site-header {
  display: flex;
  height: 100px;
  align-items: center;
  padding: 24px;
}

.site-mark {
  display: block;
  width: 69.333px;
  height: 52px;
  object-fit: cover;
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 48px;
}

.intro h1,
.contact h2 {
  color: #4d4d4d;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2.1px;
  line-height: 1.2;
}

.intro h1 {
  width: min(600px, 100%);
}

.intro p,
.social p {
  width: min(660px, 100%);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 1.5;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
}

.contact h2,
.contact-link {
  width: min(660px, 100%);
}

.contact-link {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2.1px;
  line-height: 1.5;
  text-decoration: underline;
}

.contact-link:hover {
  text-decoration: none;
}

.social {
  display: flex;
  align-items: center;
  padding: 48px;
}

.social p {
  color: #4d4d4d;
}

.social a {
  color: #828282;
  text-decoration: none;
}

.social a:hover {
  text-decoration: underline;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .intro h1,
  .contact h2 {
    font-size: 40px;
  }

  .intro p,
  .social p {
    font-size: 20px;
  }

  .contact-link {
    font-size: 40px;
  }

  .social-x {
    font-size: 24px;
  }
}

@media (max-width: 809px) {
  .page {
    gap: 50px;
  }

  .site-header {
    height: 100px;
    padding: 30px;
  }

  .intro,
  .contact,
  .social,
  .site-footer {
    padding: 30px;
  }

  .intro h1 {
    font-size: 30px;
  }

  .contact h2,
  .contact-link {
    font-size: 32px;
  }

  .contact h2 {
    width: min(300px, 100%);
  }

  .intro p,
  .social p {
    font-size: 16px;
  }

  .social-x {
    font-size: 24px;
  }
}
