/* DNA GROUP — landing page styles */

@font-face {
  font-family: "Kenney Future Square";
  src: url("../fonts/kenney-future-square.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.gooey-text-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.gooey-text {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  text-align: center;
}

.gooey-text-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gooey-text-seo__title {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}

.gooey-text-seo__desc {
  margin: 0;
  font-size: 1rem;
}

.gooey-text__live {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-hero {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}

.gooey-text-footer {
  flex-shrink: 0;
  width: 100%;
  padding: 1.25rem 1rem 1.5rem;
  box-sizing: border-box;
}

.gooey-text-footer__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  white-space: nowrap;
}

.gooey-text-footer__email,
.gooey-text-footer__instagram {
  font-family: "Kenney Future Square", sans-serif;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.gooey-text-footer__email {
  font-size: clamp(0.875rem, 3.5vw, 1.125rem);
  color: #888888;
}

.gooey-text-footer__email:hover,
.gooey-text-footer__instagram:hover {
  opacity: 0.75;
}

.gooey-text-footer__instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gooey-text-footer__icon {
  display: block;
  width: clamp(1.25rem, 5vw, 1.5rem);
  height: clamp(1.25rem, 5vw, 1.5rem);
}

.gooey-text__svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.gooey-text__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(3rem, 18vw, 5rem);
  margin: 0 auto;
}

.gooey-text__layer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  max-width: calc(100vw - 2rem);
  color: inherit;
  font-family: "Kenney Future Square", sans-serif;
  font-size: clamp(2.25rem, 11vw, 4rem);
  line-height: 1.1;
}

@media (min-width: 480px) {
  .gooey-text__layer {
    font-size: clamp(2.5rem, 8vw + 0.5rem, 4.5rem);
  }
}

@media (min-width: 768px) {
  .gooey-text__layer {
    font-size: clamp(2.75rem, 4vw + 1rem, 60pt);
    max-width: min(90vw, 1200px);
  }
}

.font-bold {
  font-weight: 700;
}
