/* Superior Connects holding page — black / white. Phone + desktop. Preview. */

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

html {
  -webkit-text-size-adjust: 100%;
}

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

body {
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.45;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

a:visited {
  color: #000;
}

a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}

::selection {
  background: #000;
  color: #fff;
}

h1,
p {
  margin: 0;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 100;
  padding: 0.5rem 0.75rem;
  background: #000;
  color: #fff;
}

.skip:visited {
  color: #fff;
}

.skip:focus {
  top: 0.75rem;
}

#device {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  background: #fff;
}

main {
  min-height: 100vh;
  min-height: 100dvh;
  max-width: 42rem;
  margin: 0 auto;
  padding: 3rem 1.5rem calc(2rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mark {
  width: 196px;
  height: 196px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
}

.brand {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.75rem;
}

.message {
  max-width: 28rem;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.contact {
  margin-top: 2.5rem;
}

.kicker {
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.7rem;
}

.name {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.contact p + p {
  margin-top: 0.4rem;
}

.foot {
  margin-top: auto;
  padding-top: 3rem;
  font-size: 0.8125rem;
  line-height: 1.55;
}

@media (min-width: 900px) {
  main {
    padding-top: 5.5rem;
    padding-bottom: 2.5rem;
  }

  .mark {
    width: 240px;
    height: 240px;
    margin-bottom: 1.75rem;
  }

  .message {
    max-width: 32rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .contact {
    margin-top: 3rem;
  }

  .name {
    font-size: 1.35rem;
  }

  .contact a {
    font-size: 1.125rem;
  }
}
