* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: #eeeadd;
  color: #233c31;
  font:
    16px/1.65 Georgia,
    'Times New Roman',
    serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #b58f40;
  outline-offset: 5px;
}
::selection {
  background: #d6bc77;
  color: #162d24;
}
.wrap {
  width: min(1280px, 88%);
  margin-inline: auto;
}
.eyebrow {
  font:
    10px/1.7 Arial,
    sans-serif;
  letter-spacing: 0.19em;
  font-weight: 600;
}
.header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 6%;
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #f4eed8;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 23px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.wordmark small {
  font-size: 0.52em;
  letter-spacing: 0.05em;
}
.wordmark svg {
  height: 42px;
  width: 35px;
  fill: none;
  stroke: #d6c48f;
  stroke-width: 1.3;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font:
    12px Arial,
    sans-serif;
}
.header nav > a:hover {
  color: #e6c87f;
}
.nav-play {
  border: 1px solid #c3bf8d77;
  padding: 13px 19px;
  border-radius: 3px;
}
.nav-play span {
  margin-left: 18px;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 10;
  padding: 12px;
  background: #f7e6b8;
  color: #152b23;
}
.skip:focus {
  top: 10px;
}
.hero {
  position: relative;
  min-height: min(860px, 100svh);
  min-height: 780px;
  background: #102823;
  color: #f0eddc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0d2724f2 0%, #0d2724d9 22%, #10282355 65%, #10282322),
    linear-gradient(0deg, #102823 0%, transparent 28%),
    url('/forest.webp') center 54% / cover;
}
.hero-content {
  position: relative;
  padding-top: 95px;
  padding-bottom: 100px;
}
.hero .eyebrow {
  color: #d9c795;
  display: flex;
  align-items: center;
  gap: 10px;
}
.spark {
  height: 5px;
  width: 5px;
  background: #ddc68d;
  transform: rotate(45deg);
}
h1 {
  font-size: clamp(64px, 6.5vw, 100px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  font-weight: 400;
  margin: 30px 0;
}
em {
  font-weight: 400;
  color: #c8ad70;
}
h1 em {
  color: #dfc98f;
}
.hero-copy {
  color: #ced7c8;
  font-size: 18px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 16px 23px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
}
.gold {
  background: #e1cb96;
  color: #19382c;
  border: 1px solid #eddaa9;
  box-shadow: 0 3px 20px #07160f16;
}
.gold:hover {
  background: #f1dba6;
}
.text-link {
  font-size: 14px;
  border-bottom: 1px solid #9e9e7855;
  padding: 6px 0;
}
.text-link span {
  margin-left: 12px;
}
.hero-note {
  font:
    11px/1.6 Arial,
    sans-serif;
  color: #a9bba7;
  margin-top: 19px;
}
.hero-bottom {
  position: absolute;
  bottom: 31px;
  left: 6%;
  display: flex;
  justify-content: space-between;
  color: #b5c2a9;
  font:
    9px Arial,
    sans-serif;
  letter-spacing: 0.16em;
}
.hero-bottom span:last-child {
  letter-spacing: 0.02em;
}
.hero-bottom i {
  margin: 0 10px;
}
.alpha-note {
  display: grid;
  grid-template-columns: 180px 1fr 150px;
  gap: 38px;
  padding-block: 37px;
  border-bottom: 1px solid #c8c9b6;
  align-items: center;
}
.alpha-note p {
  margin: 0;
  font-size: 14px;
  color: #5b6958;
}
.alpha-note strong {
  color: #2b4737;
  display: block;
  margin-bottom: 3px;
}
.note-number {
  font:
    9px Arial,
    sans-serif;
  letter-spacing: 0.15em;
  color: #77806b;
}
.alpha-note > a {
  font:
    12px Arial,
    sans-serif;
}
.alpha-note > a span {
  margin-left: 15px;
}
.world-section {
  padding-block: 100px 78px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  align-items: end;
  margin-bottom: 35px;
}
.section-heading .eyebrow {
  grid-column: 1/-1;
  margin: 0 0 16px;
  color: #6b765f;
}
.section-heading > p:last-child {
  max-width: 400px;
  justify-self: end;
  color: #68725f;
  font-size: 16px;
  margin-bottom: 9px;
}
h2 {
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
}
h3 {
  font-weight: 400;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.world-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.place {
  height: 390px;
  position: relative;
  overflow: hidden;
  color: #eee9d7;
  background: #1b352c;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  border-radius: 3px;
}
.place.forest {
  background:
    linear-gradient(0deg, #112c24 3%, #16342ad9 30%, #16342a11 100%),
    url('/forest.webp') 55% 50% / cover;
}
.place.plains {
  background: linear-gradient(0deg, #273d30 0%, #6e775c 100%);
}
.mesa-art {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.75;
}
.place.plains:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #1c3729 0%, transparent 100%);
}
.place > div {
  z-index: 1;
  position: relative;
}
.place h3 {
  margin: 8px 0 12px;
  font-size: 34px;
}
.place p {
  max-width: 360px;
  font-size: 14px;
  color: #cbd5c0;
}
.place .eyebrow {
  font-size: 10px;
  color: #e1c58f;
}
.place .place-number {
  position: absolute;
  top: 25px;
  right: 29px;
  font-size: 26px;
  color: #e0d4a7;
}
.place-tag {
  font:
    9px Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c8cdb5;
  display: block;
  margin-top: 23px;
}
.art-caption {
  font:
    10px Arial,
    sans-serif;
  color: #7e856f;
  margin-top: 14px;
}
.calling-section {
  background: #16372c;
  color: #e7e8d5;
  padding: 85px 0;
}
.calling-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 100px;
  align-items: center;
}
.calling-layout > div > p:not(.eyebrow) {
  font-size: 16px;
  color: #b2c5b2;
  max-width: 360px;
  margin-bottom: 28px;
}
.calling-layout .eyebrow {
  color: #c9b67c;
}
.calling-layout em {
  color: #d6bd82;
}
.jobs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}
.jobs > div {
  position: relative;
  border-bottom: 1px solid #425a44;
  padding: 21px 0 18px 26px;
}
.jobs span {
  position: absolute;
  left: 0;
  top: 27px;
  font:
    9px Arial,
    sans-serif;
  color: #9cad8e;
}
.jobs h3 {
  font-size: 22px;
  margin: 0 0 7px;
}
.jobs p {
  margin: 0;
  font:
    11px Arial,
    sans-serif;
  color: #a4ba9f;
}
.adventures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  padding-block: 85px;
  border-bottom: 1px solid #c8c9b6;
}
.adventures h3 {
  font-size: 32px;
  margin: 20px 0 16px;
}
.adventures p {
  font-size: 15px;
  color: #67735f;
  margin: 0;
}
.adventures .eyebrow {
  color: #7d8063;
}
.alpha-section {
  padding-block: 95px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.alpha-section > div > p:not(.eyebrow) {
  max-width: 420px;
  color: #69765f;
  font-size: 16px;
  margin: 25px 0 30px;
}
.expectations {
  background: #e6e3d3;
  border: 1px solid #d2d2bd;
  border-radius: 3px;
  padding: 32px;
}
.expectations h3 {
  font-size: 23px;
  margin: 0 0 14px;
}
.expectations details {
  border-top: 1px solid #cccfb7;
  padding: 18px 0;
}
.expectations details:last-child {
  padding-bottom: 0;
}
.expectations summary {
  cursor: pointer;
  font:
    13px/1.5 Arial,
    sans-serif;
}
.expectations details p {
  font:
    12px/1.8 Arial,
    sans-serif;
  color: #62715c;
  margin: 13px 0 0;
}
.footer {
  border-top: 1px solid #c8c9b6;
  padding-block: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 35px;
  align-items: center;
}
.footer .wordmark {
  font-size: 20px;
}
.footer p {
  font-size: 13px;
  color: #77816b;
  margin: 7px 0;
}
.footer > div {
  display: flex;
  gap: 26px;
  font:
    11px Arial,
    sans-serif;
  grid-row: 1/3;
  grid-column: 2;
}
.footer > small {
  font:
    10px Arial,
    sans-serif;
  color: #818774;
  margin-top: 17px;
}
@media (min-width: 1455px) {
  .header,
  .hero-bottom {
    left: calc((100% - 1280px) / 2);
  }
}
@media (max-width: 850px) {
  .header {
    height: 90px;
  }
  .wordmark {
    font-size: 18px;
  }
  .header nav {
    gap: 20px;
  }
  .header nav > a:not(.nav-play) {
    display: none;
  }
  .hero {
    min-height: 740px;
  }
  .hero-art {
    background-position:
      center,
      center,
      60% center;
  }
  .alpha-note {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .section-heading {
    gap: 20px;
  }
  .section-heading > p:last-child {
    font-size: 14px;
  }
  .calling-layout {
    gap: 35px;
  }
  .alpha-section {
    gap: 35px;
  }
  .adventures {
    gap: 30px;
  }
  .place {
    padding: 24px;
  }
  .place h3 {
    font-size: 29px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: 88%;
  }
  .header .wordmark svg {
    height: 33px;
    width: 27px;
  }
  .header .wordmark {
    gap: 7px;
    font-size: 16px;
  }
  .nav-play {
    padding: 10px;
    font-size: 11px;
  }
  .nav-play span {
    display: none;
  }
  .hero {
    min-height: 760px;
  }
  .hero-content {
    padding-top: 100px;
  }
  .hero h1 {
    font-size: 67px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .desktop {
    display: none;
  }
  .hero-actions {
    gap: 24px;
    flex-wrap: wrap;
  }
  .hero-bottom {
    gap: 15px;
    flex-direction: column;
  }
  .hero-art {
    background-image:
      linear-gradient(90deg, #0d2724db, #0d272485), linear-gradient(0deg, #102823, transparent 60%),
      url('/forest.webp');
    background-position:
      center,
      center,
      60% center;
  }
  .world-section {
    padding-block: 60px;
  }
  .section-heading,
  .world-cards,
  .calling-layout,
  .adventures,
  .alpha-section {
    grid-template-columns: 1fr;
  }
  .section-heading > p:last-child {
    justify-self: start;
    max-width: 100%;
  }
  .place {
    height: 350px;
  }
  .calling-section {
    padding-block: 60px;
  }
  .jobs {
    gap: 0 20px;
  }
  .jobs h3 {
    font-size: 21px;
  }
  .adventures {
    padding-block: 60px;
    gap: 40px;
  }
  .adventures h3 br {
    display: none;
  }
  .alpha-section {
    padding-block: 60px;
  }
  .expectations {
    padding: 23px;
  }
  .footer {
    grid-template-columns: 1fr;
  }
  .footer > div {
    grid-row: auto;
    grid-column: auto;
    margin: 15px 0;
  }
  .hero-note {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
