:root {
  color-scheme: dark;
  --paper: #e7eadb;
  --muted: #a2ad9f;
  --lime: #b9dd70;
  --cyan: #77bfc5;
  --line: rgba(217, 230, 210, 0.14);
  --panel: rgba(12, 24, 23, 0.72);
  font-family: "Manrope", system-ui, sans-serif;
  background: #07100f;
  color: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #07100f;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 5%, rgba(91, 161, 162, 0.16), transparent 32rem),
    linear-gradient(160deg, #0b1917 0%, #07100f 48%, #08120e 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(184, 211, 180, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 211, 180, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

a {
  color: inherit;
}

.sky {
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 540px;
  overflow: hidden;
  opacity: 0.8;
  pointer-events: none;
}

.sun {
  position: absolute;
  top: 105px;
  right: 13vw;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #cde891;
  box-shadow: 0 0 80px rgba(185, 221, 112, 0.25);
}

.cloud {
  position: absolute;
  width: 130px;
  height: 18px;
  background: rgba(166, 199, 191, 0.12);
  box-shadow:
    26px -16px 0 rgba(166, 199, 191, 0.1),
    62px 0 0 rgba(166, 199, 191, 0.1);
}

.cloudOne {
  top: 132px;
  left: 58%;
}

.cloudTwo {
  top: 210px;
  right: 4%;
  transform: scale(0.7);
}

.ridge {
  position: absolute;
  right: -7%;
  bottom: -78px;
  width: 54%;
  aspect-ratio: 1.8;
  transform: rotate(-3deg);
  background:
    linear-gradient(135deg, transparent 31%, rgba(32, 75, 66, 0.8) 31% 56%, transparent 56%),
    linear-gradient(45deg, transparent 38%, rgba(24, 59, 52, 0.9) 38% 62%, transparent 62%);
  filter: drop-shadow(0 -1px 0 rgba(151, 191, 165, 0.12));
}

.ridgeFar {
  right: 18%;
  bottom: -124px;
  opacity: 0.48;
  transform: scale(1.18);
}

.ridgeNear {
  right: -8%;
}

main,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

main {
  padding: 38px 0 72px;
}

.hero {
  min-height: 510px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 88px;
  color: var(--paper);
  font: 700 20px/1 "Manrope", sans-serif;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.mark {
  display: grid;
  grid-template-columns: repeat(3, 7px);
  align-items: end;
  gap: 2px;
  width: 25px;
  height: 23px;
}

.mark i {
  display: block;
  height: 12px;
  background: var(--lime);
}

.mark i:nth-child(2) {
  height: 18px;
}

.mark i:nth-child(3) {
  height: 23px;
}

.eyebrow,
.sectionLead,
.cardCopy small,
footer {
  font-family: "DM Mono", ui-monospace, monospace;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--lime);
  font-size: 11px;
}

h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(54px, 8vw, 92px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

h1 em {
  color: var(--cyan);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
}

.intro {
  max-width: 500px;
  margin: 28px 0 32px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.primaryAction {
  display: inline-flex;
  align-items: center;
  gap: 70px;
  padding: 14px 16px 14px 19px;
  border: 1px solid rgba(185, 221, 112, 0.42);
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(185, 221, 112, 0.2), rgba(119, 191, 197, 0.08));
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.primaryAction span {
  display: grid;
  gap: 3px;
}

.primaryAction strong {
  font-size: 14px;
}

.primaryAction small {
  color: var(--muted);
  font: 10px/1.4 "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.primaryAction b {
  color: var(--lime);
  font-size: 22px;
  font-weight: 400;
}

.primaryAction:hover {
  border-color: var(--lime);
  background: linear-gradient(135deg, rgba(185, 221, 112, 0.28), rgba(119, 191, 197, 0.13));
  transform: translateY(-2px);
}

.destinations {
  margin-top: 32px;
}

.sectionLead {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 9px;
}

.sectionLead > :last-child {
  color: rgba(162, 173, 159, 0.65);
}

.sectionRule {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.cardGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.card {
  position: relative;
  display: grid;
  grid-column: span 2;
  min-height: 290px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
  background:
    linear-gradient(150deg, rgba(24, 45, 42, 0.78), rgba(9, 20, 19, 0.86)),
    var(--panel);
  color: var(--paper);
  text-decoration: none;
  isolation: isolate;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.card:nth-child(4),
.card:nth-child(5) {
  grid-column: span 3;
  min-height: 250px;
}

.card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(5, 15, 13, 0.97) 12%, transparent 72%);
  content: "";
}

.card:hover {
  border-color: rgba(185, 221, 112, 0.44);
  background:
    linear-gradient(150deg, rgba(29, 55, 50, 0.82), rgba(9, 20, 19, 0.9)),
    var(--panel);
  transform: translateY(-3px);
}

.card:focus-visible,
.primaryAction:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
}

.cardIndex {
  position: absolute;
  top: 18px;
  left: 18px;
  color: rgba(231, 234, 219, 0.52);
  font: 9px/1 "DM Mono", monospace;
  letter-spacing: 0.12em;
}

.card > b {
  position: absolute;
  top: 15px;
  right: 18px;
  color: var(--lime);
  font-size: 17px;
  font-weight: 400;
}

.cardArt {
  position: absolute;
  inset: 25px 12px auto auto;
  width: 74%;
  height: 145px;
  opacity: 0.76;
  transform: skewY(-5deg);
}

.cardArt i {
  position: absolute;
  display: block;
  background: rgba(85, 144, 121, 0.42);
  box-shadow: inset 0 1px rgba(197, 231, 180, 0.14);
}

.cardArt i:nth-child(1) {
  inset: 40px 0 0 0;
  clip-path: polygon(0 54%, 17% 30%, 31% 47%, 49% 5%, 64% 40%, 83% 17%, 100% 40%, 100% 100%, 0 100%);
}

.cardArt i:nth-child(2) {
  right: 23%;
  bottom: 12px;
  width: 34%;
  height: 45%;
  background: rgba(129, 171, 99, 0.32);
  clip-path: polygon(50% 0, 100% 45%, 82% 45%, 82% 100%, 18% 100%, 18% 45%, 0 45%);
}

.cardArt i:nth-child(3),
.cardArt i:nth-child(4) {
  right: 11%;
  bottom: 2px;
  width: 11%;
  height: 34%;
  background: rgba(158, 193, 107, 0.34);
}

.cardArt i:nth-child(4) {
  right: 3%;
  height: 25%;
}

.cardTerrain .cardArt {
  transform: scaleX(-1) skewY(-4deg);
}

.cardTexture .cardArt {
  inset: 40px 28px auto auto;
  display: grid;
  grid-template-columns: repeat(2, 54px);
  grid-template-rows: repeat(2, 54px);
  gap: 6px;
  width: auto;
  height: auto;
  transform: rotate(8deg);
}

.cardTexture .cardArt i {
  position: static;
  width: auto;
  height: auto;
  clip-path: none;
  background:
    linear-gradient(135deg, rgba(185, 221, 112, 0.45) 25%, transparent 25% 50%, rgba(74, 125, 99, 0.45) 50% 75%, transparent 75%),
    rgba(30, 69, 58, 0.8);
  background-size: 18px 18px;
}

.cardAsset .cardArt i:nth-child(2) {
  width: 31%;
  height: 34%;
  clip-path: polygon(0 28%, 24% 28%, 24% 0, 47% 0, 47% 23%, 100% 23%, 100% 75%, 77% 75%, 77% 100%, 58% 100%, 58% 75%, 21% 75%, 21% 100%, 4% 100%);
}

.cardStructure .cardArt i:nth-child(2) {
  width: 46%;
  height: 62%;
  clip-path: polygon(0 25%, 19% 25%, 19% 0, 81% 0, 81% 25%, 100% 25%, 100% 100%, 60% 100%, 60% 62%, 40% 62%, 40% 100%, 0 100%);
}

.cardCopy {
  align-self: end;
  display: grid;
  gap: 7px;
  padding: 20px;
}

.cardCopy small {
  color: var(--lime);
  font-size: 8px;
}

.cardCopy strong {
  font-size: 20px;
  letter-spacing: -0.035em;
}

.cardCopy > span {
  max-width: 300px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 23px 0 38px;
  border-top: 1px solid var(--line);
  color: rgba(162, 173, 159, 0.55);
  font-size: 8px;
}

@media (max-width: 800px) {
  main,
  footer {
    width: min(100% - 30px, 590px);
  }

  main {
    padding-top: 25px;
  }

  .hero {
    min-height: 500px;
  }

  .wordmark {
    margin-bottom: 95px;
  }

  .sky {
    height: 500px;
  }

  .sun {
    top: 82px;
    right: 10vw;
    width: 56px;
    height: 56px;
  }

  .ridge {
    right: -30%;
    width: 85%;
  }

  h1 {
    max-width: 500px;
    font-size: clamp(48px, 14vw, 72px);
  }

  .cardGrid {
    grid-template-columns: 1fr;
  }

  .card,
  .card:nth-child(4),
  .card:nth-child(5) {
    grid-column: auto;
    min-height: 238px;
  }
}

@media (max-width: 480px) {
  .primaryAction {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  footer {
    gap: 20px;
  }

  footer span:last-child {
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
