
:root {
  --soy-50: #f6f1dc;
  --soy-100: #e6ddb4;
  --soy-200: #c5be9a;
  --soy-300: #a9a384;
  --soy-400: #908a6f;
  --soy-500: #78735d;
  --soy-600: #625e4b;
  --soy-700: #504d3d;
  --soy-800: #38362a;
  --soy-900: #1f1e16;
  --soy-950: #12110b;
  --ink: #242219;
  --ink-deep: #191812;
  --surface: #302e24;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 12%, rgba(197, 190, 154, 0.18), transparent 31rem),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-deep) 100%);
  background-attachment: fixed;
  color: var(--soy-50);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(230, 221, 180, 0.1);
}

.brand img {
  display: block;
  width: 170px;
  height: auto;
}

.brand {
  padding: 8px 13px;
  border: 1px solid rgba(246, 241, 220, 0.45);
  border-radius: 12px;
  background: var(--soy-50);
  box-shadow: 0 8px 24px rgba(18, 17, 11, 0.18);
}

.navLinks {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  color: var(--soy-300);
}

.navLinks a:hover {
  color: var(--soy-50);
}

.navCta {
  border: 1px solid var(--soy-600);
  border-radius: 999px;
  padding: 11px 18px;
}

.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 74px;
  align-items: center;
  padding-block: 70px 96px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--soy-300);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow i,
.liveBadge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a9c86e;
  box-shadow: 0 0 0 5px rgba(169, 200, 110, 0.12);
}

.hero h1 {
  margin: 24px 0 24px;
  font-size: clamp(52px, 6vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: var(--soy-200);
  font-family: Georgia, serif;
  font-weight: 400;
}

.heroCopy > p {
  max-width: 500px;
  margin: 0;
  color: var(--soy-400);
  font-size: 17px;
  line-height: 1.7;
}

.heroActions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.primaryButton,
.playButton {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 15px 20px;
  border-radius: 12px;
  background: var(--soy-100);
  color: var(--soy-950);
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}

.primaryButton:hover,
.playButton:hover {
  transform: translateY(-2px);
  background: var(--soy-50);
}

.microcopy {
  color: var(--soy-600);
  font-size: 11px;
}

.heroArt {
  position: relative;
}

.heroArt::before {
  content: "";
  position: absolute;
  inset: 7% -3% -7%;
  border: 1px solid rgba(197, 190, 154, 0.14);
  border-radius: 34px;
  transform: rotate(2deg);
}

.heroArt > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
}

.floatingCard {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 13px 15px;
  border: 1px solid rgba(246, 241, 220, 0.24);
  border-radius: 13px;
  background: rgba(18, 17, 11, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
}

.floatingCard strong,
.floatingCard small {
  display: block;
}

.floatingCard strong {
  font-size: 12px;
}

.floatingCard small {
  margin-top: 3px;
  color: var(--soy-400);
  font-size: 10px;
}

.floatingCardTop {
  top: -22px;
  right: 24px;
}

.floatingCardBottom {
  bottom: -22px;
  left: 24px;
}

.cotton {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--soy-100);
  color: var(--soy-800);
}

.games {
  padding-block: 100px;
}

.sectionHeading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 44px;
}

.sectionHeading h2,
.studio h2 {
  max-width: 700px;
  margin: 13px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.sectionHeading > p {
  max-width: 330px;
  margin: 0;
  color: var(--soy-500);
  line-height: 1.6;
}

.featuredGame {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  min-height: 570px;
  border: 1px solid rgba(197, 190, 154, 0.18);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: 0 24px 70px rgba(18, 17, 11, 0.24);
}

.gameVisual {
  position: relative;
  min-height: 520px;
}

.gameVisual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 70%, rgba(48, 46, 36, 0.78));
}

.gameVisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liveBadge {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(18, 17, 11, 0.86);
  font-size: 11px;
  font-weight: 700;
}

.gameDetails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 42px 38px;
}

.gameKicker {
  color: var(--soy-400);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gameDetails h3 {
  margin: 10px 0 16px;
  font-size: 40px;
  letter-spacing: -0.04em;
}

.gameDetails p {
  margin: 0;
  color: var(--soy-400);
  font-size: 14px;
  line-height: 1.65;
}

.featureList {
  border-top: 1px solid rgba(197, 190, 154, 0.15);
}

.feature {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(197, 190, 154, 0.15);
}

.feature > span {
  color: var(--soy-600);
  font-family: Georgia, serif;
  font-size: 12px;
}

.feature strong,
.feature small {
  display: block;
}

.feature strong {
  font-size: 12px;
}

.feature small {
  margin-top: 4px;
  color: var(--soy-500);
  font-size: 10px;
}

.playButton {
  margin-top: 20px;
}

.comingGrid {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  gap: 20px;
  margin-top: 20px;
}

.upcomingGame {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 330px;
  border: 1px solid rgba(197, 190, 154, 0.18);
  border-radius: 22px;
  background: var(--soy-200);
  color: var(--soy-950);
}

.upcomingVisual {
  position: relative;
  min-height: 330px;
}

.upcomingVisual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 75%, rgba(197, 190, 154, 0.9));
}

.upcomingVisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
}

.comingBadge {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  padding: 9px 12px;
  border: 1px solid rgba(246, 241, 220, 0.3);
  border-radius: 999px;
  background: rgba(18, 17, 11, 0.82);
  color: var(--soy-50);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.upcomingDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.upcomingDetails .gameKicker {
  color: var(--soy-600);
}

.upcomingDetails h3 {
  margin: 10px 0 12px;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.upcomingDetails > p {
  margin: 0;
  color: var(--soy-700);
  font-size: 13px;
  line-height: 1.6;
}

.upcomingMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
}

.upcomingMeta span {
  padding: 6px 8px;
  border: 1px solid rgba(18, 17, 11, 0.18);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.upcomingDetails button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(18, 17, 11, 0.15);
  border-radius: 11px;
  background: rgba(246, 241, 220, 0.46);
  color: var(--soy-700);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: not-allowed;
}

.comingCard {
  min-height: 245px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 20px;
  padding: 32px;
  border-radius: 22px;
}

.comingCard > span {
  color: rgba(18, 17, 11, 0.28);
  font-family: Georgia, serif;
  font-size: 54px;
}

.comingCard small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.comingCard h3 {
  margin: 7px 0 9px;
  font-size: 25px;
}

.comingCard p {
  max-width: 300px;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.65;
}

.comingCard b {
  align-self: start;
  justify-self: start;
  padding: 9px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 9px;
  text-transform: uppercase;
}

.warm {
  background: var(--soy-200);
  color: var(--soy-950);
}

.dark {
  border: 1px solid rgba(197, 190, 154, 0.16);
  background: var(--surface);
}

.dark > span {
  color: var(--soy-700);
}

.studio {
  display: grid;
  grid-template-columns: 130px 1.2fr 0.8fr;
  gap: 42px;
  align-items: center;
  padding-block: 110px;
  border-top: 1px solid rgba(197, 190, 154, 0.13);
  border-bottom: 1px solid rgba(197, 190, 154, 0.13);
}

.studioMark {
  display: grid;
  place-items: center;
  width: 110px;
  aspect-ratio: 1;
  border: 1px solid var(--soy-700);
  border-radius: 28px;
  color: var(--soy-300);
  font-family: Georgia, serif;
  font-size: 60px;
  transform: rotate(-4deg);
}

.studio > p {
  color: var(--soy-400);
  line-height: 1.8;
}

.footer {
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  color: var(--soy-600);
  font-size: 11px;
}

.footer img {
  width: 120px;
  padding: 7px 10px;
  border-radius: 10px;
  background: var(--soy-50);
}

.footer p {
  margin: 0;
}

.footer span {
  justify-self: end;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 62px;
  }

  .heroCopy {
    max-width: 650px;
  }

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

  .gameVisual {
    min-height: 430px;
  }

  .gameVisual::after {
    background: linear-gradient(0deg, var(--surface), transparent 40%);
  }

  .studio {
    grid-template-columns: 100px 1fr;
  }

  .studio > p {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    height: 76px;
  }

  .brand img {
    width: 130px;
  }

  .brand {
    padding: 7px 10px;
  }

  .navLinks > a:not(.navCta) {
    display: none;
  }

  .navCta {
    padding: 9px 13px;
  }

  .hero {
    min-height: auto;
    padding-block: 55px 75px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .heroCopy > p {
    font-size: 15px;
  }

  .heroActions {
    align-items: flex-start;
    flex-direction: column;
  }

  .heroArt > img {
    aspect-ratio: 4 / 5;
  }

  .floatingCardTop {
    top: -25px;
    right: 12px;
  }

  .floatingCardBottom {
    bottom: -25px;
    left: 12px;
  }

  .games {
    padding-block: 75px;
  }

  .sectionHeading {
    display: block;
  }

  .sectionHeading > p {
    margin-top: 18px;
  }

  .featuredGame {
    border-radius: 20px;
  }

  .gameVisual {
    min-height: 300px;
  }

  .gameDetails {
    padding: 30px 24px 24px;
  }

  .gameDetails h3 {
    font-size: 34px;
  }

  .featureList {
    margin-top: 25px;
  }

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

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

  .upcomingVisual {
    min-height: 270px;
  }

  .upcomingVisual::after {
    background: linear-gradient(0deg, var(--soy-200), transparent 35%);
  }

  .comingCard {
    min-height: 220px;
    grid-template-columns: 48px 1fr;
    padding: 25px;
  }

  .comingCard > span {
    font-size: 38px;
  }

  .comingCard b {
    display: none;
  }

  .studio {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 75px;
  }

  .studioMark {
    width: 78px;
    border-radius: 20px;
    font-size: 42px;
  }

  .studio > p {
    grid-column: auto;
    margin: 0;
  }

  .footer {
    min-height: 220px;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .footer span {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
