@charset "UTF-8";
:root {
  color-scheme: dark;
  --bg: #10120f;
  --paper: #f3f0e7;
  --muted: #b1b3a8;
  --gold: #ddb777;
  --green: #a9d2b6;
  --line: #34382f;
  --display: Impact, "Arial Narrow", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
video:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 6px;
}
::selection {
  background: var(--gold);
  color: var(--bg);
}
.wrap {
  width: min(1240px, calc(100% - 104px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  background: var(--paper);
  color: var(--bg);
  padding: 15px 22px;
  z-index: 20;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1;
}
.wordmark small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 5.5px;
  margin-top: 7px;
}
.brand-stamp {
  border: 1px solid var(--gold);
  width: 46px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-size: 23px;
  color: var(--gold);
  position: relative;
}
.brand-stamp span {
  font-family: var(--body);
  font-size: 14px;
  position: absolute;
  right: -5px;
  top: -5px;
  background: var(--bg);
}
nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
  color: #c4c6bc;
}
nav a {
  padding: 14px 0;
}
nav a:hover,
.film-link:hover {
  color: var(--gold);
}
.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 1.8px;
  color: var(--gold);
  font-weight: 700;
}
.launch-badge > span,
.status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  flex: none;
  border-radius: 50%;
  background: var(--gold);
}
.hero {
  min-height: 665px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-art {
  position: absolute;
  z-index: -3;
  right: -4%;
  top: -1%;
  width: 76%;
  height: 108%;
  object-fit: cover;
  object-position: center 46%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      var(--bg) 3%,
      rgba(16, 18, 15, 0.98) 24%,
      rgba(16, 18, 15, 0.73) 40%,
      rgba(16, 18, 15, 0) 64%
    ),
    linear-gradient(
      0deg,
      var(--bg) 0%,
      transparent 30%,
      transparent 88%,
      rgba(16, 18, 15, 0.6) 100%
    );
}
.hero-content {
  padding-top: 86px;
  padding-bottom: 108px;
  position: relative;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 23px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.small-line {
  width: 24px;
  height: 1px;
  background: var(--gold);
}
h1 {
  font-family: var(--display);
  font-size: clamp(65px, 7.9vw, 110px);
  line-height: 0.99;
  letter-spacing: -1px;
  font-weight: 400;
  margin: 0 0 25px;
  max-width: 680px;
}
h1 > span {
  color: var(--gold);
}
.hero-description {
  font-size: 19px;
  line-height: 1.6;
  color: #e1e0d8;
  margin: 0 0 11px;
}
.hero-detail {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 29px;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 29px;
  font-size: 13px;
  font-weight: 700;
  min-height: 51px;
  padding: 0 23px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button-gold {
  background: var(--gold);
  color: #161a12;
}
.button-gold:hover {
  background: #f1cc8c;
  transform: translateY(-2px);
}
.button > span {
  font-size: 23px;
  font-weight: 400;
}
.film-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  min-height: 48px;
  transition: color 0.2s;
}
.play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #8f9683;
  border-radius: 50%;
  font-size: 9px;
  padding-left: 2px;
}
.film-duration {
  font-size: 10px;
  color: #b9bdb0;
  margin-left: 0;
}
.hero-disclosure {
  margin: 21px 0 0;
  color: #afb3a5;
  font-size: 10px;
  letter-spacing: 0.3px;
}
.hero-foot {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  color: #afb3a5;
  font-size: 9px;
  letter-spacing: 1.6px;
}
.principle-strip {
  border-block: 1px solid var(--line);
  background: #171a15;
}
.principle-strip > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  min-height: 64px;
  font-size: 10px;
  letter-spacing: 1.3px;
  color: var(--gold);
}
.principle-strip strong {
  font-weight: 600;
  color: var(--paper);
  margin-left: 12px;
}
.principle-strip .strip-rule {
  font-size: 8px;
  color: var(--muted);
  letter-spacing: 1.8px;
}
.section-space {
  padding-top: 91px;
  padding-bottom: 80px;
}
.section-heading {
  position: relative;
  margin-bottom: 39px;
}
.section-heading .eyebrow {
  margin-bottom: 18px;
}
h2 {
  font-weight: 500;
  letter-spacing: -1.7px;
  font-size: clamp(32px, 3.4vw, 45px);
  line-height: 1.12;
  margin: 0;
}
.section-heading h2 > span {
  color: #929887;
}
.section-heading > p:last-child {
  position: absolute;
  bottom: 2px;
  right: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.game-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.game-panel {
  padding: 29px 35px 28px;
  border: 1px solid var(--line);
  background: #171c16;
}
.card-panel {
  background: #1c1c16;
  border-color: #494331;
}
.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
}
.panel-tag {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: var(--green);
}
.card-panel .panel-tag {
  color: var(--gold);
}
.panel-number {
  font-size: 13px;
  color: #9aab90;
  font-family: monospace;
}
.card-panel .panel-number {
  color: #c2b18c;
}
h3 {
  font-weight: 500;
  font-size: 43px;
  letter-spacing: -1.5px;
  line-height: 1.04;
  margin: 0 0 20px;
  position: relative;
}
.heading-arrow {
  position: absolute;
  right: 0;
  bottom: 6px;
  font-weight: 400;
  color: var(--green);
  font-size: 48px;
}
.card-panel .heading-arrow {
  color: var(--gold);
}
.game-panel > p:not(.category-label):not(.categories) {
  font-size: 13px;
  color: #bfc4b7;
  line-height: 1.85;
  max-width: 390px;
  margin: 0;
  min-height: 73px;
}
.mechanic {
  margin: 26px 0 28px;
  border-block: 1px solid #3a4536;
  padding: 18px 0;
  display: grid;
  gap: 13px;
}
.mechanic > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px 106px;
  align-items: center;
  gap: 8px;
}
.mechanic span:first-child {
  font-size: 8px;
  letter-spacing: 0.7px;
  color: #c0c7b6;
}
.mechanic span:nth-child(2) {
  color: #8b987e;
}
.mechanic strong {
  font-size: 12px;
  font-weight: 500;
  color: var(--green);
}
.card-mechanic {
  border-color: #494331;
}
.card-mechanic strong {
  color: var(--gold);
}
.category-label {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #99a18e;
  margin: 0 0 9px;
}
.categories {
  font-size: 12px;
  line-height: 1.85;
  color: #d4d8cc;
  margin: 0;
}
.games-note {
  font-size: 10px;
  line-height: 1.9;
  max-width: 720px;
  color: #9fa595;
  margin: 21px 0 0;
}
.competition-section {
  background: var(--gold);
  color: #23291c;
  padding: 65px 0;
}
.competition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.competition-section .eyebrow {
  color: #42472d;
  font-size: 9px;
  margin-bottom: 20px;
}
.competition-section h2 {
  font-size: 47px;
  letter-spacing: -1.8px;
}
.competition-section h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.competition-copy > p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 13px;
}
.competition-copy > p:nth-child(2) {
  color: #464b34;
  font-size: 13px;
}
.pilot-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  border-top: 1px solid #9b895b;
  padding-top: 19px;
  margin-top: 25px;
  font-size: 11px;
  line-height: 1.8;
}
.pilot-note strong {
  font-weight: 700;
}
.pilot-note .status-dot {
  background: #344d27;
  margin-top: 7px;
}
.contact-section {
  padding-top: 92px;
  padding-bottom: 92px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}
.contact-intro h2 {
  font-size: clamp(38px, 4vw, 54px);
}
.contact-intro h2 span {
  color: var(--gold);
}
.contact-intro > p:last-child {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  max-width: 390px;
  margin: 25px 0 0;
}
.contact-form {
  border-top: 1px solid var(--line);
  padding-top: 23px;
}
.contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label {
  display: block;
  margin-bottom: 19px;
}
.contact-form label > span {
  display: block;
  color: #b6baae;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #42483a;
  border-radius: 0;
  background: #171a15;
  color: var(--paper);
  font: inherit;
  font-size: 15px;
  padding: 14px 15px;
}
.contact-form input {
  min-height: 50px;
}
.contact-form textarea {
  min-height: 128px;
  line-height: 1.55;
  resize: vertical;
}
.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #69705e;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  outline: 2px solid transparent;
  box-shadow: 0 0 0 1px var(--gold);
}
.contact-form [aria-invalid="true"] {
  border-color: #e18a72;
}
.contact-submit {
  display: flex;
  align-items: center;
  gap: 18px;
}
.contact-submit button {
  border: 0;
  cursor: pointer;
}
.form-status {
  color: var(--gold);
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
}
.form-privacy {
  color: #888e80;
  font-size: 9px;
  line-height: 1.6;
  margin: 15px 0 0;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 60px;
  padding-bottom: 95px;
}
.questions h2 {
  font-size: 35px;
}
.question-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  padding: 21px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 22px;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.2s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details > p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 550px;
  margin: 0 0 24px;
  padding-right: 22px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-top: 30px;
  padding-bottom: 35px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 27px;
}
.footer-status {
  font-size: 9px;
  letter-spacing: 1.7px;
  color: var(--gold);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #a2a797;
  font-size: 9px;
  line-height: 1.8;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom p:last-child {
  text-align: right;
}
.ecopromise-link {
  display: inline-block;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.ecopromise-link:hover {
  color: #f1cc8c;
}
.film-dialog {
  border: 1px solid #5d644e;
  background: var(--bg);
  color: var(--paper);
  padding: 22px;
  width: min(960px, calc(100% - 32px));
  max-height: 90dvh;
  overflow: auto;
}
.film-dialog::backdrop {
  background: rgba(0, 0, 0, 0.88);
}
.film-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.film-heading h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
.film-heading button {
  border: 1px solid #59614e;
  min-height: 44px;
  padding: 8px 14px;
  color: var(--paper);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.film-heading button span {
  font-size: 22px;
}
.film-heading button:hover {
  background: #292f22;
}
.film-dialog video {
  display: block;
  width: 100%;
  max-height: 64dvh;
  background: #000;
}
.film-description {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin: 16px 0 0;
}
body.film-open {
  overflow: hidden;
}
@media (min-width: 1550px) {
  .hero-art {
    right: 0;
    width: 70%;
    object-position: center 48%;
  }
  .hero-shade {
    background:
      linear-gradient(
        90deg,
        var(--bg) 3%,
        rgba(16, 18, 15, 0.96) 24%,
        rgba(16, 18, 15, 0.8) 37%,
        transparent 62%
      ),
      linear-gradient(0deg, var(--bg), transparent 30%);
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-art {
    right: -13%;
    width: 95%;
    opacity: 0.9;
  }
  .hero-shade {
    background:
      linear-gradient(
        90deg,
        var(--bg) 0%,
        rgba(16, 18, 15, 0.95) 20%,
        rgba(16, 18, 15, 0.66) 40%,
        rgba(16, 18, 15, 0.1) 80%
      ),
      linear-gradient(0deg, var(--bg), transparent 35%);
  }
  h1 {
    font-size: 84px;
  }
  .hero-content {
    padding-top: 80px;
  }
  .hero {
    min-height: 650px;
  }
  .game-panel {
    padding: 26px;
  }
  .mechanic > div {
    grid-template-columns: minmax(0, 1fr) 12px 98px;
    gap: 5px;
  }
  .mechanic span:first-child {
    font-size: 7px;
    letter-spacing: 0.3px;
  }
  .competition-grid {
    gap: 40px;
  }
  .competition-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 84px;
    gap: 10px;
  }
  .wordmark {
    font-size: 15px;
    gap: 10px;
  }
  .wordmark small {
    font-size: 8px;
    letter-spacing: 4.7px;
  }
  .brand-stamp {
    width: 34px;
    height: 35px;
    font-size: 20px;
  }
  .site-header nav {
    display: none;
  }
  .launch-badge {
    font-size: 8px;
    letter-spacing: 1px;
    gap: 7px;
  }
  .hero {
    min-height: 0;
    padding-top: 245px;
  }
  .hero-art {
    width: 100%;
    height: 360px;
    top: 0;
    right: 0;
    opacity: 1;
    object-position: center 39%;
  }
  .hero-shade {
    background: linear-gradient(
      0deg,
      var(--bg) 0%,
      var(--bg) 47%,
      rgba(16, 18, 15, 0.98) 56%,
      rgba(16, 18, 15, 0.6) 65%,
      transparent 82%
    );
  }
  .hero-content {
    padding-top: 0;
    padding-bottom: 53px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
    gap: 9px;
    margin-bottom: 20px;
  }
  .small-line {
    width: 19px;
  }
  h1 {
    font-size: clamp(55px, 13vw, 85px);
    letter-spacing: -0.5px;
    line-height: 1.01;
    margin-bottom: 22px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.7;
  }
  .hero-detail {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .hero-actions {
    gap: 18px;
    flex-wrap: wrap;
  }
  .button {
    padding-inline: 18px;
    font-size: 12px;
    gap: 20px;
    min-height: 49px;
  }
  .film-link {
    font-size: 11px;
    gap: 8px;
  }
  .film-duration {
    display: none;
  }
  .hero-disclosure {
    font-size: 9px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .hero-foot {
    display: none;
  }
  .principle-strip > .wrap {
    min-height: 59px;
    font-size: 8px;
    letter-spacing: 0.5px;
    gap: 10px;
  }
  .principle-strip strong {
    margin-left: 6px;
  }
  .principle-strip .strip-rule {
    display: none;
  }
  .section-space {
    padding-top: 57px;
    padding-bottom: 50px;
  }
  .section-heading h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
  }
  .section-heading > p:last-child {
    position: static;
    font-size: 12px;
    margin-top: 19px;
  }
  .section-heading {
    margin-bottom: 28px;
  }
  .game-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .game-panel {
    padding: 26px;
  }
  .panel-top {
    margin-bottom: 27px;
  }
  .panel-tag {
    font-size: 8px;
  }
  h3 {
    font-size: 41px;
  }
  .game-panel > p:not(.category-label):not(.categories) {
    font-size: 13px;
    min-height: 0;
    max-width: none;
  }
  .mechanic > div {
    grid-template-columns: minmax(0, 1fr) 22px 107px;
    gap: 8px;
  }
  .mechanic span:first-child {
    font-size: 8px;
    letter-spacing: 0.4px;
  }
  .mechanic {
    margin-block: 25px;
  }
  .games-note {
    font-size: 9px;
    line-height: 1.9;
    margin-top: 20px;
  }
  .competition-section {
    padding: 47px 0;
  }
  .competition-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .competition-section h2 {
    font-size: 41px;
  }
  .competition-copy > p {
    font-size: 14px;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 56px;
  }
  .contact-section {
    padding-top: 57px;
    padding-bottom: 57px;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact-intro h2 {
    font-size: 40px;
  }
  .contact-intro > p:last-child {
    margin-top: 19px;
  }
  .contact-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-submit {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }
  .questions h2 {
    font-size: 34px;
  }
  .questions h2 br {
    display: none;
  }
  .questions .eyebrow {
    margin-bottom: 14px;
  }
  summary {
    font-size: 13px;
    padding-block: 20px;
  }
  .footer-status {
    font-size: 8px;
    letter-spacing: 0.8px;
    max-width: 130px;
    text-align: right;
    line-height: 1.7;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .footer-bottom p:last-child {
    text-align: left;
  }
  .film-dialog {
    padding: 14px;
  }
  .film-heading h2 {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .game-panel {
    padding: 21px;
  }
  .mechanic > div {
    grid-template-columns: minmax(0, 1fr) 12px 100px;
    gap: 6px;
  }
  .mechanic span:first-child {
    font-size: 7px;
  }
  .hero-actions {
    gap: 10px;
  }
  .button {
    gap: 13px;
    padding-inline: 15px;
  }
  .film-link {
    gap: 7px;
    font-size: 10px;
  }
  .wordmark {
    font-size: 13px;
  }
  .brand-stamp {
    display: none;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .button-gold:hover {
    transform: none;
  }
}
