* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "loretta-display", serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 100;
}

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

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

section {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.container {
  display: flex;
  max-width: 1340px;
  margin-inline: auto;
  width: 100%;
}

.coming-soon {
  position: relative;
  min-height: 100svh;
}
.coming-soon__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.coming-soon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(245, 244, 240, 0.9);
  z-index: 2;
}
.coming-soon__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(24px, 5vw, 64px) clamp(24px, 6vw, 64px) clamp(24px, 6vw, 64px);
}
.coming-soon__badge {
  aspect-ratio: 155/144;
  width: 156px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("/assets/svg/shape.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #ffffff;
  font-family: "loretta-display", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  padding-inline: 8px;
}
.coming-soon__spacer {
  display: none;
}
.coming-soon__main {
  grid-row: 1/-1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.coming-soon__logo {
  width: clamp(284px, 224.86px + 18.48vw, 491px);
  margin-bottom: clamp(73px, 70.43px + 0.804vw, 82px);
}
.coming-soon__role {
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 170;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.coming-soon__role-sub {
  display: block;
  font-family: "sofia-pro-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 170;
  font-size: 13px;
  line-height: 1.9230769231;
  letter-spacing: 0.13em;
  margin-top: 8px;
}
.coming-soon__status {
  font-family: "loretta-display", serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.24em;
  color: #1d1d1b;
  text-transform: uppercase;
  margin-top: 45px;
}
.coming-soon__footer {
  grid-row: 3;
  grid-column: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 16px;
}
.coming-soon__footer-item {
  color: #1d1d1b;
  text-decoration: none;
  font-family: "sofia-pro-variable", sans-serif;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wght" 200;
  font-size: clamp(14px, 13.14px + 0.268vw, 17px);
  line-height: 1.76;
  letter-spacing: 0.02em;
}
.coming-soon__footer-item a {
  color: inherit;
  text-decoration: none;
}
.coming-soon__footer-item {
  white-space: nowrap;
}
.coming-soon__footer-item:nth-child(1) {
  justify-self: start;
}
.coming-soon__footer-item:nth-child(2) {
  justify-self: center;
}
.coming-soon__footer-item:nth-child(3) {
  justify-self: end;
}
@media (min-width: 768px) {
  .coming-soon__content {
    padding-top: clamp(16px, 4vw, 40px);
    padding-right: clamp(16px, 4vw, 40px);
    padding-bottom: clamp(16px, 4vw, 40px);
  }
  .coming-soon__badge {
    position: absolute;
    top: clamp(16px, 4vw, 40px);
    left: clamp(24px, 6vw, 64px);
    width: 160px;
    height: 160px;
    aspect-ratio: auto;
    background-size: 100% 100%;
    margin-block: 0;
  }
}
@media (max-width: 768px) {
  .coming-soon__content {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  .coming-soon__spacer {
    display: block;
    flex: 0 0 0;
    min-height: 0;
  }
  .coming-soon__spacer--top {
    flex-grow: 56;
  }
  .coming-soon__spacer--logo-role {
    flex-grow: 73;
  }
  .coming-soon__spacer--role-badge {
    flex-grow: 182;
  }
  .coming-soon__spacer--badge-status, .coming-soon__spacer--status-footer {
    flex-grow: 60;
  }
  .coming-soon__main {
    flex: 1 1 0;
    min-height: 0;
    justify-content: flex-start;
  }
  .coming-soon__logo {
    margin-bottom: 0;
  }
  .coming-soon__status {
    margin-top: 0;
  }
  .coming-soon__footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 8px;
  }
  .coming-soon__footer-item {
    white-space: normal;
  }
  .coming-soon__footer-item:nth-child(1), .coming-soon__footer-item:nth-child(2), .coming-soon__footer-item:nth-child(3) {
    justify-self: center;
  }
}

/*# sourceMappingURL=style.css.map */
