:root {
  color-scheme: dark;
  --page-inline: clamp(2rem, 9.25vw, 7.5rem);
  --white: #f7f7f7;
  --black: #000;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: clamp(1.2rem, 2.5svh, 2rem) var(--page-inline) 1.4rem;
  overflow: hidden;
  background: #000;
}

.hero__disc {
  width: min(86vw, 42svh);
  aspect-ratio: 1;
  margin: clamp(1rem, 2.5svh, 2rem) auto 0;
  border-radius: 50%;
  object-fit: cover;
  animation: hero-disc-spin 8s linear infinite;
  will-change: transform;
}

.hero__logo {
  width: min(42vw, 9.5rem);
  height: auto;
  margin: 0 auto;
}

.hero__content {
  position: relative;
  z-index: 1;
  margin-top: -2.4rem;
}

.hero__eyebrow,
.society__eyebrow {
  margin: 0;
  font-size: clamp(0.9rem, 3.95vw, 1.9rem);
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 12.4em;
  margin: 0.42rem 0 0;
  font-size: clamp(1.6rem, 6.15vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.hero__scroll {
  position: absolute;
  right: 8.45%;
  bottom: 4.2%;
  width: clamp(2rem, 6.8vw, 3.8rem);
  height: clamp(2.7rem, 8.8vw, 4.9rem);
  z-index: 2;
}

@keyframes hero-disc-spin {
  to {
    transform: rotate(360deg);
  }
}

.hero__scroll span {
  position: absolute;
  display: block;
  background: #fff;
}

.hero__scroll span {
  top: 0;
  left: 50%;
  width: 3px;
  height: 74%;
  transform: translateX(-50%);
}

.hero__scroll span::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 70%;
  aspect-ratio: 1;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center;
}

.society {
  position: relative;
  min-height: 100svh;
  background: #000;
}

.society__wrap {
  width: 100%;
  padding: 13.4svh var(--page-inline) 8rem;
}

.society__logo {
  width: 37%;
  max-width: 17rem;
  height: auto;
  margin-bottom: clamp(2.7rem, 8.25vw, 5rem);
}

.society__copy {
  max-width: 48rem;
}

.society__eyebrow {
  font-size: clamp(0.9rem, 3.65vw, 1.7rem);
}

.society h2,
.society__offer {
  font-size: clamp(1.48rem, 5.35vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.society h2 {
  max-width: 15em;
  margin: 0.9rem 0 0;
}

.society__offer {
  max-width: 15em;
  margin: 1.5rem 0 0;
}

.lead-form {
  position: relative;
  max-width: 50rem;
  margin-top: 2rem;
}

.lead-form__field + .lead-form__field {
  margin-top: 0.25rem;
}

.lead-form label {
  display: block;
  margin-bottom: 0.9rem;
  font-size: clamp(1.45rem, 5.2vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.lead-form input {
  width: 100%;
  height: clamp(2.25rem, 7.1vw, 4.4rem);
  padding: 0.5rem 1.4rem;
  border: 2px solid var(--white);
  border-radius: 999px;
  outline: none;
  background: #000;
  color: #fff;
  font-size: 1.1rem;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.lead-form input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.lead-form input[aria-invalid="true"] {
  border-color: #ff6969;
}

.lead-form__error {
  display: block;
  min-height: 0.7rem;
  margin: 0.2rem 1.2rem 0;
  color: #ff8d8d;
  font-size: 0.76rem;
}

.lead-form__submit {
  display: block;
  min-width: 5.2rem;
  margin: 1rem 0 0 auto;
  padding: 0.62rem 1.65rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  cursor: pointer;
  font-size: clamp(1.05rem, 3.5vw, 1.5rem);
  font-weight: 800;
  line-height: 1;
  transition:
    transform 150ms ease,
    opacity 150ms ease;
}

.lead-form__submit:hover {
  transform: scale(1.025);
}

.lead-form__submit:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.lead-form__submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.lead-form__status {
  min-height: 1.6rem;
  margin: 1.2rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: right;
}

.lead-form__status.is-error {
  color: #ff8d8d;
}

.lead-form__trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hero__ctas {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 24rem;
  margin-top: 1.7rem;
}

.hero__cta {
  display: grid;
  height: clamp(2.9rem, 9vw, 3.7rem);
  padding: 0.5rem 1.65rem;
  border: 2px solid var(--white);
  border-radius: 999px;
  background: #fff;
  color: #050505;
  font-size: clamp(1.05rem, 3.6vw, 1.35rem);
  font-weight: 800;
  line-height: 1;
  place-items: center;
  text-decoration: none;
  transition: transform 150ms ease;
}

.hero__cta:hover {
  transform: scale(1.025);
}

.hero__cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.hero__cta--outline {
  background: #000;
  color: #fff;
}

.hero__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  margin-top: auto;
  padding-top: clamp(1.5rem, 3svh, 2.5rem);
}

.hero__address {
  margin: 0;
  font-size: clamp(0.78rem, 2.6vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.hero__address a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.55);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  transition: text-decoration-color 150ms ease;
}

.hero__address a:hover {
  text-decoration-color: #fff;
}

.hero__address a:focus-visible {
  border-radius: 0.15rem;
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.hero__credits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  font-size: clamp(0.8rem, 2.55vw, 1.15rem);
  font-weight: 700;
  text-align: center;
}

.social-link {
  display: grid;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #fff;
  place-items: center;
  transition:
    background-color 150ms ease,
    transform 150ms ease;
}

.social-link svg {
  width: 1.45rem;
  height: 1.45rem;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-link .social-icon__dot,
.social-link .social-icon__facebook-mark {
  fill: currentColor;
  stroke: none;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: scale(1.06);
}

.social-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (min-width: 800px) {
  :root {
    --page-inline: clamp(4rem, 7vw, 8.5rem);
  }

  .hero {
    display: block;
    min-height: 54rem;
    padding: 0;
  }

  .hero__disc {
    position: absolute;
    top: max(15.5%, 12.5rem);
    right: 0;
    left: 0;
    width: min(60vw, 62svh, 43rem);
    margin: 0 auto;
  }

  .hero__logo {
    position: absolute;
    top: 3.3rem;
    right: 0;
    left: 0;
    width: min(23vw, 21rem);
    margin: 0 auto;
  }

  .hero__content {
    position: absolute;
    right: var(--page-inline);
    bottom: 7rem;
    left: var(--page-inline);
    margin-top: 0;
  }

  .hero__foot {
    position: absolute;
    right: var(--page-inline);
    bottom: 2.4rem;
    left: var(--page-inline);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }

  .hero__address {
    text-align: left;
  }

  .hero__eyebrow {
    font-size: clamp(1.15rem, 1.7vw, 1.75rem);
  }

  .hero h1 {
    font-size: clamp(3.2rem, 5.15vw, 5.5rem);
  }

  .hero__scroll {
    right: var(--page-inline);
    bottom: 4.4rem;
  }

  .society {
    display: grid;
    min-height: 54rem;
    place-items: center;
  }

  .society__wrap {
    display: grid;
    grid-template-columns: minmax(21rem, 0.9fr) minmax(28rem, 1.1fr);
    gap: clamp(4rem, 8vw, 10rem);
    width: min(100%, 95rem);
    padding: 8rem var(--page-inline);
    align-items: center;
  }

  .society__logo {
    width: min(68%, 18rem);
    margin-bottom: 4rem;
  }

  .society__eyebrow {
    font-size: clamp(1rem, 1.35vw, 1.45rem);
  }

  .society h2,
  .society__offer {
    font-size: clamp(1.9rem, 2.55vw, 3rem);
  }

  .society__offer {
    margin-top: 2.6rem;
  }

  .lead-form {
    width: 100%;
    margin-top: 0;
  }

  .lead-form label {
    margin-bottom: 1.4rem;
    font-size: clamp(1.6rem, 2.15vw, 2.5rem);
  }

  .lead-form__field + .lead-form__field {
    margin-top: 1.8rem;
  }

  .hero__ctas {
    flex-direction: row;
    gap: 1.2rem;
    max-width: none;
    margin-top: 2.2rem;
  }

  .hero__cta {
    min-width: 13rem;
    height: 3.7rem;
    padding: 0.5rem 2.4rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }

  .hero__disc {
    animation: none;
  }
}
