/* Mobile Co Studios landing — visual language aligned with Kaion Tale (see kaiontale-landing/css/style.css). */

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #f0dec0;
  --cream-dim: #c9b895;
  --gold: #d5a552;
  --amber: #eb7d32;
  --red: #8f241f;
  --red-dark: #561613;
  --green: #344a35;
  --green-dark: #1f3126;
  --charcoal: #171717;
  --charcoal-2: #242220;
  --line: rgba(240, 222, 192, 0.18);
  --shadow: rgba(0, 0, 0, 0.55);
  --font-block: "Poppins", Impact, "Arial Black", sans-serif;
  --font-body: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
.body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse at top, rgba(213, 165, 82, 0.14), transparent 34rem),
    linear-gradient(180deg, #252321 0%, var(--charcoal) 58%, #0d0d0d 100%);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(rgba(0, 0, 0, 0.22) 1px, transparent 1px);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px, 7px 7px;
  mix-blend-mode: overlay;
}

body > * {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.leftTitle h1,
.downloadnow,
.navList,
.titleGame {
  font-family: var(--font-block);
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
.leftTitle h1 {
  color: var(--cream);
  font-weight: 800;
  font-size: clamp(1.85rem, 4.5vw, 2.8rem);
  line-height: 1;
  text-shadow: 0 10px 28px var(--shadow);
  margin-bottom: 0.5rem;
}

.leftBackground h2:not(.titleGame):not(.downloadnow),
.leftText h2:not(.titleGame):not(.downloadnow) {
  color: var(--cream-dim);
  font-family: var(--font-body);
  text-transform: none;
  font-weight: 400;
  line-height: 1.5;
}

.titleGame {
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0.5rem 0;
}

.downloadnow {
  color: var(--cream);
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
  padding: 1rem 0 0.5rem;
}

/* Fixed glass nav (Kaion-style) */
.navWrapper {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 80;
  display: flex;
  width: min(1180px, calc(100% - 2rem));
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(16, 16, 16, 0.72);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.containerNav {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.navLogo {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  object-fit: contain;
  max-width: none;
  opacity: 0.95;
  z-index: 2;
  transition: transform 180ms ease, filter 180ms ease;
}

.navLogo:hover {
  opacity: 1;
  filter: brightness(1.2);
  transform: translateY(-1px);
}

.navList {
  flex: 1 1 auto;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  z-index: 10;
}

.navList li {
  width: auto;
  height: auto;
  display: list-item;
  list-style: none;
  font-weight: 500;
  font-family: inherit;
  text-transform: none;
}

a.link,
.link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-block);
  font-size: 0.72rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

a.link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 6px;
  width: auto;
  height: auto;
}

.socialContainer {
  flex: 0 0 auto;
  width: auto;
  max-width: 40%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.socialImg {
  width: 44px;
  height: 44px;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.25);
  object-fit: contain;
  opacity: 0.88;
  transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.socialImg:hover {
  opacity: 1;
  border-color: rgba(240, 222, 192, 0.35);
  transform: translateY(-1px);
}

.burger-button {
  position: fixed;
  top: 1.45rem;
  right: 1rem;
  z-index: 99;
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: var(--red);
  cursor: pointer;
  line-height: 0;
}

.burger-button:hover {
  background: #b33028;
}

.burger-button img {
  display: block;
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

/* Hero slider */
.sliderpro {
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 0;
  width: 100%;
  min-height: min(88svh, 900px);
  padding-top: 5.75rem;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  isolation: isolate;
  background: var(--charcoal);
}

.slide {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 1;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.48) 100%),
    radial-gradient(ellipse at 50% 28%, rgba(235, 125, 50, 0.1), transparent 58%);
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  cursor: pointer;
  z-index: 5;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

label {
  display: inline-block;
  position: relative;
  z-index: 4;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  margin-top: max(0.5rem, calc(min(88svh, 900px) - 5.75rem - 3rem));
  border: solid 2px var(--cream);
  border-radius: 999px;
  background-color: transparent;
  cursor: pointer;
  transition-duration: 0.4s;
  vertical-align: middle;
}

input:checked + label {
  background-color: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 12px rgba(213, 165, 82, 0.45);
}

input:focus-visible + label {
  box-shadow: 0 0 0 2px var(--amber), 0 0 18px var(--cream);
}

input:checked ~ .slide {
  transform: translateX(100%);
}

input:checked + label + .slide {
  transform: translateX(0);
  opacity: 1;
}

.bg1 {
  background-image: url("../image/banner-1.png");
}

.bg2 {
  background-image: url("../image/banner-2.png");
}

/* Angled games section (Kaion sectionDark-inspired) */
.leftBackground {
  position: relative;
  --slant: clamp(34px, 6vw, 86px);
  margin-top: calc(var(--slant) * -1);
  padding: calc(5rem + var(--slant)) 0 4rem;
  overflow: hidden;
  clip-path: polygon(0 var(--slant), 100% 0, 100% 100%, 0 100%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: auto;
  border: none;
  box-sizing: border-box;
}

.leftBackground::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(213, 165, 82, 0.18), transparent 48%),
    linear-gradient(180deg, #252321 0%, #171717 100%);
}

.leftBackground::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse at center, black 24%, transparent 72%);
  opacity: 0.52;
}

.container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
}

.leftBackground .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  z-index: 1;
}

.social .container {
  width: 100%;
  max-width: none;
}

.leftTitle {
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--cream);
  font-size: clamp(1.85rem, 4.5vw, 2.8rem);
  margin: 0 0 1rem;
  width: 100%;
  word-spacing: 2px;
}

.leftText {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: var(--cream-dim);
  font-size: 0.95rem;
  margin: 0;
  word-spacing: normal;
  text-align: left;
}

.draxianCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  gap: 0;
  flex: 1 1 300px;
  min-width: 0;
}

.draxianCard--games {
  flex: 2 1 420px;
  max-width: 100%;
}

.draxianCard--sidebar {
  flex: 1 1 320px;
  max-width: min(100%, 440px);
}

.imageContainer {
  width: 100%;
  margin-bottom: 1.75rem;
  padding: 1rem 1rem 1.25rem;
  border-radius: 13px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(36, 34, 32, 0.95) 0%, rgba(15, 15, 15, 0.98) 100%);
  border: 1px solid rgba(240, 222, 192, 0.22);
  box-shadow: 0 12px 0 rgba(0, 0, 0, 0.18), 0 16px 40px rgba(0, 0, 0, 0.35);
}

.character {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.line {
  width: 100%;
  margin: 1rem auto;
  border: none;
  border-top: 1px solid var(--line);
}

.buttonWrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.buttonstore {
  max-width: 150px;
  border-radius: 8px;
  background: linear-gradient(180deg, #faf6ee 0%, #ebe4d4 100%);
  border: 2px solid rgba(101, 72, 40, 0.55);
  margin-right: 0;
  padding: 0.45rem 0.55rem;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  display: inline-block;
  line-height: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 2px 6px rgba(0, 0, 0, 0.25);
}

.buttonstore:hover {
  border-color: var(--gold);
  background: linear-gradient(180deg, #fffdf8 0%, #f2ebd9 100%);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 4px 14px rgba(0, 0, 0, 0.35);
}

.buttonstore img {
  vertical-align: middle;
  display: block;
  width: 100%;
  height: auto;
}

.videoWrapper {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(240, 222, 192, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  background: #000;
}

.videoWrapper iframe {
  display: block;
  width: 100%;
  min-height: 225px;
  border: 0;
}

.videoWrapper--youtubeLatest iframe {
  min-height: 315px;
}

.youtubeLatestLead {
  color: var(--cream-dim);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.youtubeLatestLead .youtubeChannelLink {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.youtubeChannelMore {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
}

.youtubeChannelLink {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.youtubeChannelLink:hover {
  color: var(--cream);
}

.xEmbed {
  width: 100%;
  margin-bottom: 1rem;
  min-height: 120px;
}

.twitter-timeline {
  color: var(--gold);
}

/* Footer */
.social {
  overflow: hidden;
  background:
    linear-gradient(180deg, #050505 0%, rgba(5, 5, 5, 0.72) 18%, rgba(5, 5, 5, 0.5) 46%, #050505 100%),
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.28) 32%, rgba(5, 5, 5, 0.38) 68%, #050505 100%),
    radial-gradient(ellipse at 50% 8%, rgba(235, 125, 50, 0.16), transparent 38%),
    url("../image/footer-neverwinter.png") center / cover no-repeat,
    #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 0;
}

.mainSocialWrapper {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.socialLogo {
  flex: 1 1 200px;
  max-width: 320px;
}

.sociallogoWrapper {
  max-width: 320px;
  width: 100%;
}

.copyright {
  color: var(--cream-dim);
  font-size: 0.85rem;
  margin: 0.75rem 0 0;
}

.contactWrapper {
  flex: 0 0 auto;
}

.sendButton {
  text-transform: uppercase;
  font-family: var(--font-block);
  font-weight: 800;
  display: inline-flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  min-width: 200px;
  min-height: 56px;
  padding: 0.85rem 1.25rem;
  border-radius: 0;
  font-size: 0.95rem;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.45);
  border: 3px solid #3a0e0e;
  border-top-color: #d55e5e;
  background: linear-gradient(180deg, #a91417 0%, #921113 100%);
  box-shadow:
    inset 0 3px 0 rgba(255, 255, 255, 0.18),
    inset 0 -4px 0 rgba(0, 0, 0, 0.28),
    0 5px 0 #17110c;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.sendButton:hover {
  background: linear-gradient(180deg, #c0181b 0%, #a91417 100%);
}

.characterghost {
  border-radius: 10px;
}

@media screen and (max-width: 900px) {
  .navList {
    position: fixed;
    top: 0;
    right: -100vw;
    width: min(320px, 86vw);
    height: auto;
    min-height: 280px;
    margin-top: 0;
    padding: 5rem 1.25rem 1.5rem;
    background: rgba(12, 12, 12, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0 0 0 1rem;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.25rem;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    align-items: stretch;
    z-index: 85;
  }

  .navList.is-active {
    right: 0;
  }

  .navList li {
    width: 100%;
  }

  .navList a.link {
    width: 100%;
    justify-content: flex-start;
  }

  .burger-button {
    display: inline-flex;
  }

  .socialContainer {
    display: none;
  }

  .navLogo {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 860px) {
  .container {
    width: calc(100% - 1.5rem);
  }

  .sliderpro {
    min-height: min(75svh, 640px);
    padding-top: 5rem;
  }

  label {
    margin-top: max(0.5rem, calc(min(75svh, 640px) - 5rem - 3rem));
  }

  .leftBackground {
    padding-top: calc(4rem + var(--slant));
    padding-bottom: 3rem;
  }

  .draxianCard,
  .draxianCard--games,
  .draxianCard--sidebar {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .imageContainer {
    width: 100%;
    max-width: none;
  }

  .leftTitle {
    justify-content: center;
    text-align: center;
  }

  .leftText {
    text-align: center;
  }

  .buttonWrapper {
    justify-content: center;
  }

  .mainSocialWrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .socialLogo {
    max-width: 100%;
    text-align: center;
  }

  .contactWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 450px) {
  .navWrapper {
    width: calc(100% - 1rem);
    padding: 0.5rem 0.65rem;
    min-height: 68px;
  }

  .sliderpro {
    padding-top: 4.75rem;
    min-height: min(68svh, 520px);
  }

  label {
    margin-top: max(0.5rem, calc(min(68svh, 520px) - 4.75rem - 2.5rem));
  }

  .buttonstore {
    max-width: 130px;
  }

  .sendButton {
    min-width: 160px;
    min-height: 48px;
    font-size: 0.82rem;
  }
}
