@font-face {
  font-family: "Chakra Petch";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/chakra-petch-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background-color: #1e1e1e;
  color: #dddad3;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body:not(.page) {
  height: 100%;
  overflow: hidden;
}

.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  background-color: #1e1e1e;
  background-image: linear-gradient(rgba(0, 0, 0, 0.282), rgba(0, 0, 0, 0.282)),
    url("/assets/hero.jpg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.hero__lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.hero__mark {
  width: 72px;
  height: 61px;
  object-fit: contain;
}

h1 {
  margin: 0;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 77px;
  letter-spacing: 0;
  text-align: center;
  color: #dddad3;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  h1 {
    font-size: 47px;
    line-height: 58px;
  }
}

@media (max-width: 999px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }
}

@media (max-width: 690px) {
  h1 {
    font-size: 41px;
    line-height: 51px;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.privacy-link {
  position: fixed;
  left: 1.25rem;
  bottom: 1rem;
  z-index: 20;
  color: rgba(221, 218, 211, 0.72);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.privacy-link:hover,
.privacy-link:focus-visible {
  color: #dddad3;
}

.cookie-settings {
  left: auto;
  right: 1.25rem;
}

body.has-cookie-banner .privacy-link {
  bottom: 8.5rem;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 1rem;
  background: rgba(18, 18, 18, 0.94);
  border-top: 1px solid rgba(221, 218, 211, 0.18);
  backdrop-filter: blur(12px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.cookie-banner__title {
  margin: 0 0 0.35rem;
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-banner__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(221, 218, 211, 0.92);
}

.cookie-banner__text a {
  color: #dddad3;
}

.cookie-banner__actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.6rem;
}

.btn {
  min-width: 7.5rem;
  padding: 0.7rem 1.1rem;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}

.btn--ghost {
  background: transparent;
  color: #dddad3;
  border: 1px solid rgba(221, 218, 211, 0.45);
}

.btn--solid {
  background: #dddad3;
  color: #1e1e1e;
  border: 1px solid #dddad3;
}

.btn:hover,
.btn:focus-visible {
  opacity: 0.88;
}

.page {
  overflow: auto;
}

.legal {
  max-width: 42rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 6rem;
}

.legal__back {
  margin: 0 0 2rem;
}

.legal__back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(221, 218, 211, 0.72);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal__mark {
  width: 20px;
  height: 17px;
  object-fit: contain;
}

.legal h1 {
  text-align: left;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.legal__updated {
  margin: 0 0 2rem;
  color: rgba(221, 218, 211, 0.62);
  font-size: 13px;
}

.legal h2 {
  margin: 2rem 0 0.75rem;
  font-family: "Chakra Petch", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal h3 {
  margin: 1.25rem 0 0.5rem;
  font-size: 15px;
}

.legal p,
.legal li {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(221, 218, 211, 0.92);
}

.legal a {
  color: #dddad3;
}

.legal ul {
  padding-left: 1.2rem;
}

@media (max-width: 720px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner__actions {
    width: 100%;
  }

  .btn {
    flex: 1;
  }

  body.has-cookie-banner .privacy-link {
    bottom: 14rem;
  }
}
