* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #100c0a;
  color: #f8f2e9;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.site-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.site-header {
  border-bottom: 1px solid rgba(232, 139, 45, 0.22);
  background: #080604;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 96px;
  padding: 14px 0;
}
.site-header__logo-link {
  flex: 0 0 auto;
  text-decoration: none;
}
.site-header__logo {
  width: 78px;
  height: 78px;
  object-fit: contain;
}
.site-header__title {
  color: #f4d79a;
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  text-align: right;
}
.pageWrapper {
  min-height: calc(100vh - 166px);
}
.coming-soon {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 166px);
  padding: 56px 0;
  text-align: center;
}
.coming-soon__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coming-soon__logo {
  width: min(360px, 74vw);
  height: auto;
  margin-bottom: 34px;
}
.coming-soon__title {
  margin: 0;
  color: #f4d79a;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
}
.inner-page {
  padding: 84px 0 96px;
  text-align: center;
}
.inner-page__title {
  max-width: 900px;
  margin: 0 auto 44px;
  color: #f4d79a;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}
.inner-page__content {
  width: min(820px, 100%);
  margin: 0 auto;
  color: #f7ead8;
  font-size: 19px;
  text-align: left;
}
.inner-page__content > *:first-child {
  margin-top: 0;
}
.inner-page__content > *:last-child {
  margin-bottom: 0;
}
.site-footer {
  padding: 24px 0;
  border-top: 1px solid rgba(232, 139, 45, 0.18);
  background: #080604;
  color: rgba(248, 242, 233, 0.72);
  font-size: 14px;
  text-align: center;
}
@media (max-width: 640px) {
  .site-container {
    width: min(100% - 28px, 1120px);
  }
  .site-header__inner {
    min-height: 82px;
    gap: 16px;
  }
  .site-header__logo {
    width: 64px;
    height: 64px;
  }
  .site-header__title {
    font-size: 19px;
  }
  .coming-soon {
    min-height: calc(100vh - 154px);
    padding: 42px 0;
  }
  .coming-soon__logo {
    width: min(280px, 78vw);
    margin-bottom: 26px;
  }
  .inner-page {
    padding: 52px 0 68px;
  }
  .inner-page__title {
    margin-bottom: 28px;
  }
  .inner-page__content {
    font-size: 17px;
  }
}
/*# sourceMappingURL=master.css.map */
