:root {
  --bg: #f3f2f0;
  --line: #cfcfcf;
}
/*
body {
  background: linear-gradient(180deg, #faf9f7 0%, #efede9 100%);
}*/

.top-main {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.dot-layer{
  opacity: 0.4!important;
}
/*
.top-main > :not(.dot-layer) {
  position: relative;
  z-index: 1;
  max-width: 720px;
}
*/
.dot-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 280ms ease;
}

.dot-layer.is-ready {
  opacity: 1;
}

.eyebrow {
  font-size: clamp(0.875rem, 0.8rem + 0.35vw, 1.2rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin: 0 0 0.5em 0;
}


.top-wrap {
  max-width: calc(720px + 10%);
  margin-inline: auto;
  padding-top: 30px;
  padding-right: 5%;
  padding-bottom: 80px;
  padding-left: 5%;
  height: 100%;
  display: flex;
  align-items: center;
}

.top-main h1 {
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1.18;
  margin: 0 0 0.08em 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";

}
.lead {
  margin: 0;
  line-height: 1.9;
}

.enter-link {
  width: fit-content;
  padding: 12px 18px;
  border: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.enter-link:hover,
.enter-link:focus-visible {
  background: rgba(255, 255, 255, 0.55);
}
