/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../../fonts/HelveticaNeueMedium.eot");
  src: url("../../fonts/HelveticaNeueMedium.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueMedium.woff2") format("woff2"), url("../../fonts/HelveticaNeueMedium.woff") format("woff"), url("../../fonts/HelveticaNeueMedium.ttf") format("truetype"), url("../../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../../fonts/HelveticaNeueRegular.eot");
  src: url("../../fonts/HelveticaNeueRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueRegular.woff2") format("woff2"), url("../../fonts/HelveticaNeueRegular.woff") format("woff"), url("../../fonts/HelveticaNeueRegular.ttf") format("truetype"), url("../../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  font-family: HelveticaNeue, sans-serif;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.button {
  border-radius: 1.5em;
  border: 1px solid currentColor;
  color: inherit;
  padding: 0.9em 2.5em;
  line-height: 1;
  transition: background-color 0.2s, color 0.2s;
}
.button:hover {
  background-color: #FFFFFF;
  color: black;
}

.coming-soon {
  color: #FFFFFF;
  background: linear-gradient(315deg, #1a1b1d 0%, #2c3d43 100%);
  min-height: 100lvh;
  padding-block: 80px;
  height: 0;
}
@media (min-width: 768px) {
  .coming-soon {
    padding-block: clamp(30px, 12.5vh, 150px);
  }
}
.coming-soon .container {
  height: 100%;
}
.coming-soon .coming-soon-inner {
  text-align: center;
  height: 100%;
  position: relative;
}
.coming-soon .coming-soon-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
}
@media (min-width: 1300px) {
  .coming-soon .coming-soon-main {
    gap: 50px;
  }
}
@media (min-width: 1600px) {
  .coming-soon .coming-soon-main {
    gap: 60px;
  }
}
.coming-soon .main-heading {
  font-family: "mundial", sans-serif;
  text-transform: uppercase;
  font-size: 67px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .coming-soon .main-heading {
    font-size: 80px;
  }
}
@media (min-width: 1300px) {
  .coming-soon .main-heading {
    font-size: 90px;
  }
}
@media (min-width: 1600px) {
  .coming-soon .main-heading {
    font-size: 110px;
  }
}
.coming-soon .main-copy {
  font-size: 14px;
  text-wrap: balance;
  max-width: 50ch;
}
@media (min-width: 768px) {
  .coming-soon .main-copy {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .coming-soon .main-copy {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .coming-soon .main-copy {
    font-size: 20px;
  }
}
.coming-soon .email-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
