:root {
  --bg: #101918;
  --text: #eee9da;
  --muted: #a8b2a7;
  --accent: #d5b477;
  --line: #ffffff19;
  --danger: #ffaba0;
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
a:hover {
  color: var(--accent);
}
.wrap {
  max-width: 1240px;
  margin: auto;
  width: calc(100% - 112px);
}
.site-header {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  border-bottom: 1px solid var(--line);
  position: absolute;
  z-index: 2;
  width: 100%;
  background: linear-gradient(#101918aa, transparent);
}
.wordmark {
  font-family: Georgia, serif;
  font-size: 21px;
  letter-spacing: 2.5px;
  white-space: nowrap;
}
.wordmark > span:not(.brand-mark) {
  color: var(--accent);
}
.brand-mark {
  font-size: 32px;
  color: var(--accent);
  margin-right: 12px;
  vertical-align: middle;
}
nav {
  display: flex;
  align-items: center;
  gap: 37px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.nav-play {
  border: 1px solid #d5b47765;
  padding: 13px 21px;
}
.nav-play span {
  margin-left: 22px;
  color: var(--accent);
}
.hero {
  position: relative;
  min-height: 820px;
  height: min(960px, 100svh);
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #13221f;
}
.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("./assets/hero.webp") center 55% / cover no-repeat;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      #091411e8 0%,
      #0d1916a8 32%,
      #0d17152b 64%,
      #0d171511
    ),
    linear-gradient(
      0deg,
      var(--bg),
      transparent 24%,
      transparent 82%,
      #10191855
    );
}
.hero-content {
  padding-top: 90px;
  padding-bottom: 95px;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 2.8px;
  font-weight: 600;
  color: var(--accent);
  margin: 0 0 27px;
}
.eyebrow > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin: 0 10px 1px 0;
  box-shadow: 0 0 14px #d5b47770;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
h1 {
  font-size: clamp(48px, 5.15vw, 76px);
  line-height: 1.08;
  letter-spacing: -2.5px;
  margin-bottom: 28px;
}
em {
  font-weight: 400;
  color: var(--accent);
}
.hero-description {
  max-width: 390px;
  color: #c0c7b9;
  font-size: 14px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 33px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 49px;
  padding: 15px 23px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary {
  background: var(--accent);
  color: #17201b;
}
.primary:hover {
  background: #e7ca96;
  color: #17201b;
  transform: translateY(-2px);
}
.primary:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}
.button span {
  font-size: 17px;
}
.text-link {
  font-size: 12px;
  border-bottom: 1px solid #b6bba44a;
  padding: 12px 0;
}
.text-link span {
  margin-left: 16px;
  color: var(--accent);
}
.hero-note {
  font-size: 10px;
  color: #a9b19f;
  margin-top: 21px;
  letter-spacing: 0.5px;
}
.hero-note span {
  font-size: 8px;
  padding: 0 10px;
  color: var(--accent);
}
.hero-bottom {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 2.5px;
  color: #96a498;
}
.hero-bottom a span {
  margin-left: 20px;
  font-size: 16px;
}
.intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 90px;
  padding-top: 94px;
  padding-bottom: 57px;
  align-items: center;
}
.intro .eyebrow {
  margin-bottom: 20px;
}
h2 {
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin-bottom: 0;
}
.intro > p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--muted);
  margin: 28px 0 0;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 95px;
}
.feature-art {
  height: 220px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 50% 90%, #38453188, transparent 68%), #15231e;
}
.feature-art:after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid #ffffff08;
  pointer-events: none;
}
.feature-art img {
  width: 155px;
  height: 155px;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px #0007);
  transition: transform 0.5s;
}
.feature:hover img {
  transform: translateY(-6px);
}
.home-art {
  background:
    radial-gradient(ellipse at 50% 60%, #70563540, transparent 66%), #20241d;
}
.mystery-art {
  background:
    radial-gradient(ellipse at 50% 60%, #40536850, transparent 66%), #182324;
}
.feature-number {
  position: absolute;
  bottom: 19px;
  left: 23px;
  font-size: 8px;
  letter-spacing: 2px;
  color: #b2b9a6;
}
.feature h3 {
  font-size: 25px;
  margin: 24px 0 12px;
}
.feature p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  max-width: 330px;
  margin-bottom: 0;
}
.play-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 15% 80%, #34433532, transparent 60%), #121d19;
  padding: 85px 0;
}
.play-layout {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 90px;
  align-items: center;
}
.play-copy h2 {
  font-size: 44px;
  line-height: 1.25;
}
.play-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
  margin: 25px 0;
}
.small-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--accent);
  font-size: 32px;
  margin-top: 42px;
}
.small-brand span {
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.5;
  color: #a7b39d;
}
.card {
  border: 1px solid #c4c9a526;
  background: #18231e;
  padding: 30px;
  box-shadow: 0 20px 60px #0002;
}
.tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  margin-bottom: 27px;
}
.tab {
  flex: 1;
  border: 0;
  background: none;
  color: var(--muted);
  padding: 0 5px 15px;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tab.is-active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}
.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form.is-hidden {
  display: none;
}
.form h3 {
  font-size: 25px;
  margin: 0;
}
.form-intro {
  font-size: 11px;
  color: var(--muted);
  margin: -7px 0 5px;
}
label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  color: #c5cabb;
}
input {
  width: 100%;
  min-width: 0;
  border: 1px solid #c4c9a526;
  background: #101b16;
  color: var(--text);
  padding: 12px 13px;
  border-radius: 0;
  font-size: 14px;
}
input::placeholder {
  color: #788679;
  font-size: 12px;
}
.form .button {
  margin-top: 5px;
  justify-content: center;
}
.status {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  margin: 12px 0 0;
}
.status:empty {
  display: none;
}
.status.is-error {
  color: var(--danger);
}
.status.is-ok {
  color: var(--accent);
}
.fallback {
  font-size: 10px;
  text-align: center;
  color: var(--muted);
  margin: 22px 0 0;
  line-height: 1.8;
}
.fallback a {
  color: var(--accent);
  white-space: nowrap;
}
.site-footer {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.site-footer .wordmark {
  font-size: 14px;
}
.site-footer p {
  margin: 0;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: var(--muted);
}
.site-footer > a:last-child {
  font-size: 10px;
  color: var(--muted);
}
.skip-link {
  position: fixed;
  left: 15px;
  top: -100px;
  z-index: 10;
  padding: 15px;
  background: var(--accent);
  color: var(--bg);
}
.skip-link:focus {
  top: 15px;
}
@media (min-width: 1600px) {
  .site-header {
    padding-left: max(56px, calc((100vw - 1240px) / 2));
    padding-right: max(56px, calc((100vw - 1240px) / 2));
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .site-header {
    padding: 0 32px;
  }
  .hero {
    min-height: 760px;
  }
  .intro {
    gap: 40px;
  }
  .play-layout {
    gap: 40px;
    grid-template-columns: 1fr 380px;
  }
  .play-copy h2 {
    font-size: 36px;
  }
  .feature-art {
    height: 190px;
  }
  .features {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 78px;
    padding: 0 20px;
  }
  .wordmark {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .brand-mark {
    font-size: 24px;
    margin-right: 5px;
  }
  nav {
    gap: 0;
  }
  nav > a:not(.nav-play) {
    display: none;
  }
  .nav-play {
    padding: 10px 12px;
    font-size: 11px;
  }
  .nav-play span {
    margin-left: 9px;
  }
  .hero {
    min-height: 780px;
    height: auto;
    align-items: flex-start;
  }
  .hero-art {
    background-position: 62% center;
  }
  .hero:after {
    background:
      linear-gradient(90deg, #091411d9, #0d191665),
      linear-gradient(0deg, var(--bg), transparent 40%);
  }
  .hero-content {
    padding-top: 157px;
    padding-bottom: 120px;
  }
  h1 {
    font-size: clamp(43px, 9vw, 61px);
    letter-spacing: -1.6px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 2px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 320px;
  }
  .hero-actions {
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-note {
    font-size: 9px;
  }
  .hero-bottom {
    font-size: 7px;
    letter-spacing: 1.4px;
  }
  .intro {
    grid-template-columns: 1fr;
    gap: 19px;
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .intro > p {
    margin: 0;
  }
  .features {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
    gap: 35px;
  }
  .feature-art {
    height: 220px;
  }
  .feature h3 {
    margin-top: 18px;
  }
  .feature p {
    max-width: none;
  }
  .play-section {
    padding: 55px 0;
  }
  .play-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .play-copy h2 {
    font-size: 36px;
  }
  .small-brand {
    display: none;
  }
  .card {
    padding: 24px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .site-footer p {
    font-size: 12px;
  }
  .site-footer > a:last-child {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
