@font-face {
  font-display: swap;
  font-family: "Encode Sans Black";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/encode-sans-black.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/satoshi.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/inter-tight.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F,
    U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --background: #0f0f0f;
  --footer-background: #000;
  --text: #fff;
  --muted: #ababba;
  --page-padding: clamp(1.25rem, 3.5vw, 3.125rem);
  --body-family: "Inter Tight", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  --display-family: "Encode Sans Black", "Arial Black", Arial, sans-serif;
  --footer-family: "Satoshi", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  --hero-gap: clamp(3.25rem, 4vw, 3.5rem);
  --hero-padding: clamp(2.75rem, 3.6vw, 3.15rem);
  --hero-actions-width: 19.8em;
  --hero-copy-width: 19rem;
  --hero-copy-right-gap: clamp(1.25rem, 4vw, 3rem);
  --hero-wordmark-width: clamp(32rem, 37.7vw, 33rem);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: var(--body-family);
}

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

a:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 0.3rem;
}

.hero {
  align-items: start;
  background: var(--background);
  display: grid;
  gap: var(--hero-gap);
  grid-template-columns: minmax(30rem, min(39.85vw, 35rem)) minmax(22rem, 30rem);
  min-height: clamp(17rem, 20.625vw, 18.5625rem);
  overflow: hidden;
  padding: var(--hero-padding);
}

.brand {
  display: block;
  height: clamp(7rem, 7.05vw, 9.025rem);
  position: relative;
}

.brand img {
  display: block;
  height: auto;
  left: clamp(1rem, 1.42vw, 1.8125rem);
  max-width: none;
  position: absolute;
  top: calc(var(--hero-wordmark-width) * -0.184);
  width: var(--hero-wordmark-width);
}

.hero-content {
  padding-top: clamp(0.15rem, 0.25vw, 0.3125rem);
}

.hero-copy {
  color: var(--muted);
  font-size: clamp(0.875rem, 0.88vw, 1.125rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
  max-width: var(--hero-copy-width);
}

.hero-copy p {
  margin: 0;
}

.hero-copy p + p {
  margin-top: 0;
}

.actions {
  color: var(--muted);
  display: grid;
  font-size: clamp(0.875rem, 0.88vw, 1.125rem);
  font-weight: 500;
  grid-template-columns: 1fr auto;
  margin-top: clamp(2.25rem, 3.6vw, 3.4375rem);
  max-width: var(--hero-actions-width);
  white-space: nowrap;
}

.actions a {
  justify-self: start;
  transition: color 150ms ease-in-out;
}

.actions a:hover {
  color: var(--text);
}

.actions a:last-child {
  justify-self: end;
}

@media (max-width: 87.499rem) and (min-width: 56.001rem) {
  .hero {
    grid-template-columns: minmax(30rem, 1fr) auto;
  }

  .hero-content {
    justify-self: end;
    margin-right: var(--hero-copy-right-gap);
  }
}

.feature-media {
  height: clamp(30rem, 54.85vw, 49.375rem);
  margin: 0;
  overflow: hidden;
}

.feature-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about {
  background: var(--background);
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6vw, 5rem);
  justify-content: center;
  min-height: clamp(44rem, 65.5vw, 59rem);
  padding: clamp(3rem, 6.7vw, 6rem) var(--page-padding);
}

.about-heading {
  font-family: var(--display-family);
  font-size: clamp(2.8rem, 8.4vw, 6.75rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  text-align: center;
}

.about-heading-line {
  display: inline;
}

.about-content {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 9vw, 8.5rem);
  grid-template-columns: minmax(16rem, 34.1875rem) minmax(20rem, 50rem);
}

.about-mark {
  display: block;
  height: auto;
  max-width: 100%;
  width: 34.1875rem;
}

.about-copy p {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.35;
  margin: 0;
  text-align: center;
}

.about-copy p + p {
  margin-top: 1.5rem;
}

.presence {
  background: var(--background);
  isolation: isolate;
  min-height: clamp(48rem, 53.17vw, 68.0625rem);
  overflow: hidden;
  padding: clamp(4.5rem, 9.77vw, 12.5rem) clamp(1.25rem, 1.47vw, 1.875rem)
    clamp(4rem, 5.5vw, 7rem);
  position: relative;
}

.presence-map {
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: clamp(3rem, 2.4vw, 3.0625rem);
  transform: translateX(-46%);
  width: clamp(23rem, 23.3vw, 29.8125rem);
  z-index: -1;
}

@media (min-width: 56.001rem) and (max-width: 95.624rem) {
  .presence-map {
    width: 21.5rem;
  }
}

.presence-heading {
  font-family: var(--display-family);
  font-size: clamp(3rem, 4.6875vw, 6rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.presence-heading span {
  display: block;
}

.presence-facts {
  display: grid;
  margin: clamp(5.5rem, 8.3vw, 10.625rem) 0 0;
}

.presence-facts > div {
  display: grid;
  grid-template-columns: clamp(9.5rem, 28.32vw, 36.25rem) minmax(20rem, 50.0625rem);
}

.presence-facts > div:not(:last-child) {
  min-height: clamp(5.25rem, 5.27vw, 6.75rem);
}

.presence-facts dt,
.presence-facts dd {
  font-size: clamp(0.9rem, 0.88vw, 1.125rem);
  font-weight: 500;
  line-height: 1.2;
}

.presence-facts dd {
  margin: 0;
}

.site-footer {
  align-items: center;
  background: var(--footer-background);
  display: flex;
  flex-direction: column;
  font-family: var(--footer-family);
  font-size: 0.8125rem;
  font-weight: 500;
  min-height: 16.375rem;
  padding: 3.4375rem var(--page-padding) 3.125rem;
}

.footer-wordmark {
  display: block;
  height: 3.25rem;
  width: 15.8125rem;
}

.footer-mail {
  color: var(--text);
  display: block;
  height: 1.5rem;
  margin-top: 1.875rem;
  width: 1.5rem;
}

.footer-mail svg {
  display: block;
  fill: none;
  height: 100%;
  stroke: currentcolor;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 100%;
}

.footer-rights {
  display: flex;
  gap: 0.375rem;
  margin-top: 1.875rem;
}

.footer-rights p {
  margin: 0;
}

.footer-mail:hover {
  color: var(--muted);
}

@media (max-width: 56rem) {
  .hero {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    min-height: auto;
    padding-block: 2rem 2.75rem;
  }

  .brand {
    height: clamp(3.25rem, 18vw, 4.25rem);
    overflow: hidden;
    width: 100%;
  }

  .brand img {
    left: 0;
    top: 0;
    transform: translateY(-33.9%);
    width: min(100%, 22rem);
  }

  .hero-content {
    padding-top: 0;
    width: 100%;
  }

  .hero-copy {
    max-width: 31rem;
  }

  .actions {
    grid-template-columns: 1fr auto;
    margin-top: 2.5rem;
  }

  .feature-media {
    height: clamp(23rem, 73vw, 35rem);
  }

  .about {
    gap: clamp(2.5rem, 11vw, 5rem);
    min-height: auto;
    padding-block: clamp(3rem, 10vw, 5rem);
  }

  .about-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(2.5rem, 11vw, 5rem);
  }

  .about-mark {
    max-width: min(100%, 23rem);
  }

  .presence {
    display: flex;
    flex-direction: column;
    gap: clamp(2.25rem, 10vw, 3.25rem);
    min-height: auto;
    padding: clamp(3rem, 12vw, 4.5rem) var(--page-padding);
  }

  .presence-heading {
    font-size: clamp(2.25rem, 10vw, 3.5rem);
  }

  .presence-map {
    align-self: center;
    position: static;
    transform: none;
    width: min(68vw, 17.5rem);
  }

  .presence-facts {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    margin: 0;
  }

  .presence-facts > div {
    display: block;
    min-height: auto;
  }

  .presence-facts dd {
    margin-top: 0.75rem;
  }

  .site-footer {
    min-height: 17.6875rem;
    padding-block: 3.4375rem 3.125rem;
  }

  .footer-rights {
    flex-direction: column;
    gap: 0.375rem;
    text-align: center;
  }
}

@media (max-width: 62.499rem) {
  .hero {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: clamp(10rem, 24vw, 14rem);
    padding: clamp(2rem, 6vw, 3.5rem) var(--page-padding);
  }

  .brand {
    height: clamp(3.5rem, 18vw, 6.4rem);
    overflow: hidden;
    width: min(90vw, 33rem);
  }

  .brand img {
    left: 50%;
    top: 0;
    transform: translate(-50%, -33.2%);
    width: min(90vw, 33rem);
  }

  .hero-content {
    display: none;
  }
}

@media (max-width: 93.749rem) {
  .about-heading-line {
    display: block;
  }
}

@media (min-width: 87.5rem) {
  :root {
    --hero-actions-width: 22.1em;
    --hero-copy-width: 24rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .actions a {
    transition: none;
  }
}
