@font-face {
  font-family: "Cinzel Local";
  src: url("/cinzel.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Avenir Local";
  src: url("/avenir-light.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  color-scheme: dark;
  background: #000;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #000;
}

html {
  overflow-y: scroll;
}

body {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  width: 100%;
  min-height: 766.64px;
  overflow: hidden;
  background: #000;
}

.site-header {
  position: relative;
  height: 64.5px;
}

.hero {
  position: relative;
  container-type: inline-size;
  height: 612.14px;
}

.hero h1 {
  position: absolute;
  top: 56.23px;
  left: 50%;
  width: 416px;
  height: 54.6px;
  margin: 0;
  transform: translateX(-50%);
  color: #c54016;
  font-family: "Cinzel Local", Cinzel, Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 54.6px;
  text-align: center;
  white-space: nowrap;
}

.hero h1 a {
  display: block;
}

.hero .soon {
  color: #fff;
}

.brand-animation {
  position: absolute;
  top: 124.06px;
  left: 50%;
  display: block;
  width: 379.5px;
  height: 379.5px;
  transform: translateX(-50%);
  object-fit: contain;
}

.social-links {
  position: absolute;
  top: 503.56px;
  left: 50%;
  display: flex;
  gap: 15.39px;
  transform: translateX(-50%);
}

.social-links a,
.social-links img {
  display: block;
  width: 35px;
  height: 35px;
}

.social-links a {
  border-radius: 50%;
}

.social-links a:focus-visible,
.hero h1 a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.site-footer {
  display: grid;
  height: 90px;
  place-items: center;
}

.site-footer p {
  margin: 0;
  color: #a60e13;
  font-family: "Avenir Local", Avenir, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
}

@media (max-width: 900px) {
  .site-shell {
    min-height: 764.64px;
  }

  .hero {
    height: 631.14px;
  }

  .hero h1 {
    top: 25.47px;
    width: 82.19%;
    height: auto;
    font-size: 4.94cqw;
    line-height: 1.3;
  }

  .brand-animation {
    top: 63.88px;
    width: 68.78%;
    height: auto;
    aspect-ratio: 1;
  }

  .social-links {
    top: 569.43px;
    gap: 10.78px;
  }

  .social-links a,
  .social-links img {
    width: 25.2px;
    height: 25.2px;
  }

  .site-footer {
    height: 69px;
  }
}

@media (max-width: 600px) {
  .site-shell {
    min-height: 767.52px;
  }

  .hero {
    height: 621.02px;
  }

  .hero h1 {
    top: 58.19px;
    width: 77.31%;
    font-size: 8.05cqw;
  }

  .brand-animation {
    top: 139.89px;
    width: 80.93%;
    height: auto;
    aspect-ratio: 1;
  }

  .social-links {
    top: 430.58px;
    gap: 7.03px;
  }

  .social-links a,
  .social-links img {
    width: 15.38px;
    height: 15.38px;
  }

  .site-footer {
    height: 82px;
  }
}

@media (max-width: 430px) {
  .social-links {
    top: calc(139.89px + 80.93cqw + 12px);
    gap: 9.14px;
  }

  .social-links a,
  .social-links img {
    width: 20px;
    height: 20px;
  }
}
