:root {
  --ink: #111315;
  --ink-soft: #171b1f;
  --paper: #f3f0e9;
  --white: #fffdf8;
  --muted: #9c9a94;
  --line: rgba(255, 255, 255, 0.16);
  --orange: #ed6e17;
  --gold: #ffad3d;
  --violet: #6d5bd0;
  --sky: #9dd9e4;
  --serif: Georgia, "Times New Roman", serif;
  --sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  background: var(--ink);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
  background: rgba(17, 19, 21, 0.96);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 1.23rem;
  font-weight: 750;
  letter-spacing: -0.055em;
  text-decoration: none;
}
.brand img {
  display: block;
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.8vw, 44px);
}
.site-nav a {
  position: relative;
  color: #d6d5d1;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: 0.015em;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
}
.site-nav a[aria-current="page"]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -31px;
  height: 2px;
  background: var(--orange);
}
.nav-contact {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 15px;
  border-radius: 99px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: white;
  font: inherit;
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
  padding: clamp(72px, 11vw, 150px) clamp(24px, 11vw, 180px);
  background:
    radial-gradient(circle at 82% 25%, #27424a 0, transparent 27%),
    radial-gradient(circle at 20% 88%, #372833 0, transparent 28%), var(--ink);
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, black, transparent 74%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--sky);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.hero h1,
.page-hero h1,
.story-section h1,
.contact-section h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.75rem, 8.2vw, 8.7rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.84;
}
.hero h1 em {
  color: #e8b274;
  font-style: italic;
}
.hero-intro {
  max-width: 480px;
  margin: 34px 0 0;
  color: #cecfcc;
  font-size: 1.05rem;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: white;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}
.button-primary {
  background: var(--orange);
  border-color: var(--orange);
}
.button-primary:hover {
  background: #ff812c;
}
.button-quiet:hover {
  background: rgba(255, 255, 255, 0.08);
}
.hero-mark {
  position: absolute;
  z-index: 0;
  right: -3vw;
  top: 50%;
  width: min(56vw, 700px);
  opacity: 0.17;
  transform: translateY(-50%) rotate(-6deg);
}
.hero-mark img {
  width: 100%;
  height: auto;
}
.hero-index {
  position: absolute;
  z-index: 1;
  bottom: 27px;
  left: clamp(24px, 5vw, 80px);
  right: clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  gap: 14px;
  color: #a8aaa7;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-index i {
  flex: 1;
  height: 1px;
  background: var(--line);
}
.feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 760px;
  padding: clamp(34px, 5vw, 80px);
  background: #202127;
}
.section-heading {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.section-number {
  margin: 0;
  color: #92949a;
  font-size: 0.72rem;
}
.spirit-art,
.game-card-art,
.spirit-hero-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 42%, #3f3155 0, transparent 25%),
    radial-gradient(circle at 52% 50%, #2e263d 0, transparent 48%),
    linear-gradient(125deg, #151820 15%, #251d2e 100%);
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.orb-one {
  width: 350px;
  height: 350px;
  right: 11%;
  top: 18%;
  background: radial-gradient(
    circle at 32% 30%,
    #fff8cf 0 2%,
    #ffc451 7%,
    #c04a20 23%,
    rgba(144, 42, 63, 0.45) 48%,
    transparent 69%
  );
  box-shadow: 0 0 90px 28px rgba(244, 82, 24, 0.22);
}
.orb-two {
  width: 165px;
  height: 165px;
  right: 36%;
  bottom: -30px;
  background: radial-gradient(
    circle,
    #d2a8ff 0,
    rgba(120, 69, 170, 0.35) 42%,
    transparent 72%
  );
}
.rift {
  position: absolute;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    #ffd982 13%,
    #e96f2d 42%,
    #6248c9 78%,
    transparent
  );
  filter: blur(0.3px);
  transform-origin: top;
}
.rift-one {
  height: 750px;
  right: 32%;
  top: -10%;
  transform: rotate(18deg);
  box-shadow: 0 0 22px 4px rgba(245, 118, 34, 0.43);
}
.rift-two {
  height: 540px;
  right: 23%;
  bottom: -20%;
  transform: rotate(-23deg);
  opacity: 0.7;
}
.feature-copy {
  position: relative;
  z-index: 2;
  max-width: 590px;
  margin-top: clamp(150px, 20vw, 300px);
}
.spirit-title {
  margin: 0;
  color: #ffa335;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.85;
  text-shadow: 0 0 24px rgba(238, 91, 24, 0.38);
}
.feature-kicker {
  margin: 24px 0 7px;
  color: #e5caca;
  font-family: var(--serif);
  font-style: italic;
}
.feature h2,
.technology-prompt h2,
.carrot-intro h2,
.studio-manifesto h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.feature-copy > p:not(.spirit-title):not(.feature-kicker) {
  max-width: 480px;
  color: #d0d0d3;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 18px;
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}
.text-link span {
  color: var(--orange);
  transition: transform 0.2s;
}
.text-link:hover span {
  transform: translateX(5px);
}
.status-label {
  position: absolute;
  z-index: 2;
  bottom: 35px;
  right: clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #e3e3e3;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.status-label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}
.technology-prompt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
  padding: clamp(80px, 13vw, 180px) clamp(24px, 11vw, 180px);
  background: var(--paper);
  color: var(--ink);
}
.technology-prompt .eyebrow,
.carrot-intro .eyebrow {
  color: #3a7d89;
}
.technology-prompt-copy {
  align-self: end;
  max-width: 440px;
}
.technology-prompt-copy p {
  margin: 0;
  color: #4e514f;
}
.technology-prompt .text-link {
  color: var(--ink);
}
.page-hero {
  min-height: 550px;
  padding: clamp(80px, 12vw, 170px) clamp(24px, 11vw, 180px);
  background: var(--ink-soft);
}
.page-hero > p:last-child {
  max-width: 450px;
  margin: 35px 0 0;
  color: #c5c6c3;
}
.games-hero {
  background:
    radial-gradient(circle at 86% 30%, #304d51 0, transparent 28%),
    var(--ink-soft);
}
.technology-hero {
  background:
    radial-gradient(circle at 80% 30%, #40556a 0, transparent 31%),
    var(--ink-soft);
}
.studio-hero {
  background:
    radial-gradient(circle at 83% 27%, #5c4b3c 0, transparent 28%),
    var(--ink-soft);
}
.game-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(40px, 7vw, 120px);
  background: #22212a;
}
.game-card > div:last-child {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 490px;
}
.game-card h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}
.game-card > div:last-child > p:not(.eyebrow):not(.spirit-title) {
  color: #d5d3d5;
}
.spirit-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(70px, 12vw, 170px);
  background: #1f1b27;
}
.spirit-hero > div:last-child {
  position: relative;
  z-index: 1;
}
.spirit-title-large {
  font-size: clamp(5.2rem, 12vw, 11rem);
  margin-top: 10px;
}
.spirit-tagline {
  margin: 23px 0;
  color: #e8d7ce;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-style: italic;
}
.spirit-hero .status-label {
  position: static;
  margin-top: 32px;
}
.story-section {
  padding: clamp(80px, 13vw, 180px) clamp(24px, 11vw, 180px);
  background: var(--paper);
  color: var(--ink);
}
.story-section h1 {
  max-width: 950px;
  font-size: clamp(3rem, 6.5vw, 6.7rem);
}
.story-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  max-width: 900px;
  margin: 70px 0 0 auto;
  color: #565856;
}
.story-copy p {
  margin: 0;
}
.game-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.game-pillars article {
  padding: clamp(35px, 5vw, 75px);
  background: #171920;
}
.game-pillars span,
.module-index {
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.game-pillars h2 {
  margin: 48px 0 12px;
  font-family: var(--serif);
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: -0.06em;
}
.game-pillars p {
  color: #c3c4c5;
}
.carrot-intro {
  padding: clamp(80px, 12vw, 170px) clamp(24px, 11vw, 180px);
  background: var(--paper);
  color: var(--ink);
}
.carrot-intro > h2 {
  max-width: 780px;
}
.carrot-intro > p:not(.eyebrow) {
  max-width: 550px;
  margin: 35px 0 70px;
  color: #515654;
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.module-grid article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: white;
  border: 1px solid #dbd8ce;
}
.module-grid h3 {
  margin: 45px 0 8px;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}
.module-grid p {
  color: #616563;
}
.module-grid span {
  margin-top: auto;
  color: #40808b;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.studio-manifesto {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  align-items: center;
  gap: clamp(50px, 12vw, 180px);
  padding: clamp(80px, 12vw, 170px) clamp(24px, 11vw, 180px);
  background: var(--paper);
  color: var(--ink);
}
.studio-manifesto img {
  width: min(100%, 340px);
  margin: auto;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.14));
}
.studio-manifesto div > p:last-child {
  max-width: 570px;
  color: #545856;
}
.contact-section {
  min-height: calc(100vh - 180px);
  padding: clamp(100px, 14vw, 210px) clamp(24px, 11vw, 180px);
  background:
    radial-gradient(circle at 80% 30%, #553532 0, transparent 25%),
    var(--ink-soft);
}
.contact-section > p:not(.eyebrow):not(.contact-note) {
  max-width: 460px;
  margin-top: 36px;
  color: #c9c9c5;
}
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(157, 217, 228, 0.55);
  color: var(--sky);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
}
.contact-email span {
  color: var(--orange);
  transition: transform 0.2s;
}
.contact-email:hover {
  color: #d4f2f6;
  border-color: var(--sky);
}
.contact-email:hover span {
  transform: translateX(5px);
}
.contact-rule {
  width: min(100%, 580px);
  height: 1px;
  margin: 60px 0 20px;
  background: var(--line);
}
.contact-note {
  color: #979996;
  font-size: 0.8rem;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 33px clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--line);
  background: #101214;
}
.site-footer p {
  margin: 0;
  color: #8e918e;
  font-size: 0.72rem;
}
.site-footer p:last-child {
  text-align: right;
}
@media (max-width: 760px) {
  .site-header {
    height: 70px;
    padding: 0 22px;
  }
  .brand {
    font-size: 1.1rem;
  }
  .brand img {
    width: 31px;
    height: 31px;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    padding: 28px 24px 32px;
    background: #15171a;
    border-bottom: 1px solid var(--line);
  }
  .site-nav.is-open {
    display: flex;
  }
  .site-nav a {
    font-size: 1rem;
  }
  .site-nav a[aria-current="page"]:after {
    display: none;
  }
  .nav-contact {
    padding: 0;
    border: 0;
  }
  .hero {
    min-height: 690px;
    padding: 85px 24px;
  }
  .hero-mark {
    width: 95vw;
    right: -23vw;
    top: 44%;
    opacity: 0.12;
  }
  .hero-index {
    left: 24px;
    right: 24px;
  }
  .feature {
    min-height: 680px;
    padding: 33px 24px;
  }
  .feature-copy {
    margin-top: 180px;
  }
  .spirit-art .orb-one {
    right: -32%;
    top: 15%;
    width: 340px;
    height: 340px;
  }
  .rift-one {
    right: 24%;
  }
  .rift-two {
    right: 6%;
  }
  .technology-prompt,
  .studio-manifesto {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 80px 24px;
  }
  .page-hero {
    min-height: 440px;
    padding: 92px 24px;
  }
  .game-card {
    grid-template-columns: 1fr;
    padding: 50px 24px;
  }
  .game-card-art {
    opacity: 0.64;
  }
  .spirit-hero {
    min-height: 580px;
    padding: 92px 24px;
  }
  .story-section {
    padding: 80px 24px;
  }
  .story-copy,
  .game-pillars,
  .module-grid {
    grid-template-columns: 1fr;
  }
  .story-copy {
    margin-top: 45px;
    gap: 25px;
  }
  .game-pillars {
    gap: 1px;
  }
  .carrot-intro {
    padding: 80px 24px;
  }
  .module-grid article {
    min-height: 210px;
  }
  .studio-manifesto img {
    width: 180px;
    margin: 0;
  }
  .contact-section {
    padding: 110px 24px;
    min-height: 600px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 28px 24px;
  }
  .site-footer p:last-child {
    text-align: left;
  }
  .status-label {
    right: 24px;
  }
  .hero h1,
  .page-hero h1,
  .story-section h1,
  .contact-section h1 {
    letter-spacing: -0.08em;
  }
}
