/* =========================================================
   NYTHRA GAMES STUDIO STYLES (nythragames.com)
   ========================================================= */

.studio-brand {
  display: grid;
  line-height: 1;
}
.studio-brand__main {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #fff;
}
.studio-brand__sub {
  margin-top: 4px;
  color: #a291ff;
  font-size: 0.44rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.header__actions {
  justify-self: end;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  white-space: nowrap !important;
}
.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* STUDIO HERO */
.studio-hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: #03060b;
  display: flex;
  align-items: center;
}
.studio-hero__art {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.studio-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: contrast(1.12) brightness(1.02);
  transition: opacity 2.2s cubic-bezier(0.4, 0, 0.2, 1), transform 12s ease-out;
  transform: scale(1.04);
  z-index: 1;
}
.studio-hero__img.is-active {
  opacity: 0.82;
  transform: scale(1);
  z-index: 2;
}
.studio-hero__mask {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 6, 11, 0.90) 0%, rgba(3, 6, 11, 0.65) 45%, rgba(3, 6, 11, 0.35) 100%),
    linear-gradient(180deg, rgba(3, 6, 11, 0.5), transparent 30%, rgba(3, 6, 11, 0.92) 100%);
}
.studio-hero__inner {
  position: relative;
  z-index: 10;
  padding-top: calc(var(--header-h) + 60px);
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
.studio-hero__copy {
  margin-block: auto;
  max-width: 840px;
}
.studio-hero__title {
  margin: 15px 0 0;
  display: grid;
  line-height: 1;
}
.studio-hero__title span {
  font-family: var(--font-display);
  font-size: clamp(5rem, 11vw, 11rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 20%, #e2dcff 60%, #9e8eff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 35px rgba(158, 142, 255, 0.45));
}
.studio-hero__title small {
  margin-top: 8px;
  color: #c2b5ff;
  font-size: clamp(0.75rem, 1.5vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.42em;
  text-shadow: 0 0 20px rgba(162, 145, 255, 0.6);
}
.studio-hero__tagline {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 3.2rem);
  font-weight: 700;
  margin-top: 25px;
  line-height: 1.25;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.95), 0 0 24px rgba(162, 145, 255, 0.3);
}
.studio-hero__desc {
  color: #e5eff8;
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 720px;
  margin-top: 20px;
  font-weight: 400;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.95);
}
.studio-hero__actions {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.studio-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(148, 119, 255, 0.2);
  margin-top: 40px;
}
.studio-hero__stats div {
  padding: 18px 16px 0 0;
  display: grid;
  gap: 6px;
  border-right: 1px solid rgba(148, 119, 255, 0.15);
}
.studio-hero__stats div:not(:first-child) { padding-left: 16px; }
.studio-hero__stats div:last-child { border-right: 0; }
.studio-hero__stats small { color: #625f88; font-size: 0.46rem; font-weight: 800; letter-spacing: 0.14em; }
.studio-hero__stats strong { color: #d0c8ff; font-size: 0.65rem; letter-spacing: 0.08em; }


/* =========================================================
   ABOUT STUDIO // HIGH-TECH PILLARS & PRO HUD SVG ICONS
   ========================================================= */
.studio-about {
  padding-block: clamp(90px, 12vw, 160px);
  background: #04070d;
  position: relative;
}
.studio-about__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.studio-about__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 10px 0 16px;
  color: #fff;
}
.studio-about__copy p.large-copy {
  font-size: 1.02rem;
  color: #b8d4e8;
  line-height: 1.68;
}
.studio-about__copy p {
  color: #829aa9;
  font-size: 0.90rem;
  line-height: 1.72;
  margin-bottom: 14px;
}

.studio-telemetry-badge {
  margin-top: 24px;
  border-top: 1px solid rgba(148, 119, 255, 0.18);
  padding-top: 16px;
}
.telemetry-bracket {
  background: rgba(10, 16, 28, 0.75);
  border-left: 3px solid #9477ff;
  padding: 12px 16px;
  display: grid;
  gap: 4px;
}
.bracket-label {
  color: #6a6499;
  font-size: 0.44rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.telemetry-bracket strong {
  color: #d6cbff;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

/* Pillars Container */
.studio-pillars {
  display: grid;
  gap: 16px;
}
.pillar-card {
  background: rgba(8, 14, 24, 0.85);
  border: 1px solid rgba(103, 207, 255, 0.16);
  backdrop-filter: blur(14px);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  align-items: start;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.pillar-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 3px; height: 0;
  background: var(--gradient-veyl);
  transition: height 0.3s ease;
}
.pillar-card:hover {
  transform: translateX(6px);
  border-color: rgba(103, 207, 255, 0.4);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(103, 207, 255, 0.08);
}
.pillar-card:hover::before {
  height: 100%;
}

.pillar-card__icon-box {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: rgba(103, 207, 255, 0.06);
  border: 1px solid rgba(103, 207, 255, 0.22);
  display: grid;
  place-items: center;
  color: #67cfff;
  transition: all 0.3s ease;
}
.pillar-card:hover .pillar-card__icon-box {
  background: rgba(103, 207, 255, 0.16);
  border-color: #67cfff;
  color: #fff;
  box-shadow: 0 0 16px rgba(103, 207, 255, 0.3);
}
.pillar-svg {
  width: 26px;
  height: 26px;
}

.pillar-card__content {
  display: grid;
  gap: 6px;
}
.pillar-tag {
  color: #557f94;
  font-size: 0.44rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.pillar-card__content h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
  color: #e5f5ff;
}
.pillar-card__content p {
  color: #849cb0;
  font-size: 0.84rem;
  line-height: 1.6;
  margin: 0;
}


/* =========================================================
   GAMES PORTFOLIO (VEYL & WOLFHUNTERS)
   ========================================================= */
.portfolio {
  padding-block: clamp(90px, 12vw, 160px);
  background: #020407;
  position: relative;
}
.portfolio__head {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.portfolio__head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4.8vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  margin: 12px 0 16px;
}
.portfolio__head p {
  color: #839dad;
  font-size: 0.96rem;
  line-height: 1.75;
}

.portfolio__grid {
  display: grid;
  gap: 40px;
}

.game-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  background: rgba(6, 11, 20, 0.85);
  border: 1px solid rgba(103, 207, 255, 0.2);
  backdrop-filter: blur(16px);
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.game-card:hover {
  border-color: rgba(103, 207, 255, 0.45);
  transform: translateY(-4px);
}
.game-card--wolf {
  border-color: rgba(148, 119, 255, 0.25);
}
.game-card--wolf:hover {
  border-color: rgba(148, 119, 255, 0.55);
}

/* 100% Full-Height Left Column Media */
.game-card__media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
}
.game-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.game-card:hover .game-card__img {
  transform: scale(1.05);
}
.game-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(6, 11, 20, 0.95) 100%),
              linear-gradient(180deg, rgba(3, 6, 11, 0.3) 0%, rgba(6, 11, 20, 0.7) 100%);
  pointer-events: none;
}
.game-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 6px 14px;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  backdrop-filter: blur(12px);
  border-radius: 2px;
  z-index: 2;
}
.badge--veyl {
  background: rgba(3, 8, 15, 0.88);
  border: 1px solid rgba(103, 207, 255, 0.45);
  color: #67cfff;
  box-shadow: 0 0 16px rgba(103, 207, 255, 0.2);
}
.badge--wolf {
  background: rgba(8, 4, 18, 0.88);
  border: 1px solid rgba(148, 119, 255, 0.45);
  color: #c2b0ff;
  box-shadow: 0 0 16px rgba(148, 119, 255, 0.2);
}

.game-card__body {
  padding: clamp(24px, 3.5vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.game-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(103, 207, 255, 0.1);
  padding-bottom: 10px;
}
.game-genre {
  color: #67cfff;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.game-target {
  color: #5d7e90;
  font-size: 0.46rem;
  font-family: monospace;
  letter-spacing: 0.12em;
}
.game-card__body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #fff;
}
.game-card__body p {
  color: #8fa5b5;
  font-size: 0.90rem;
  line-height: 1.75;
  margin: 0 0 20px;
}

.game-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 10px;
}
.game-card__features li {
  color: #7d96a7;
  font-size: 0.84rem;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
.game-card__features li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #67cfff;
}
.game-card__features li strong {
  color: #d8edf8;
}

.game-card__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.btn--wolf {
  background: linear-gradient(135deg, #7654d9, #9477ff);
  color: #fff;
  border: 1px solid #c2b5ff;
}
.btn--wolf:hover {
  background: linear-gradient(135deg, #8865ef, #a98eff);
  box-shadow: 0 0 24px rgba(148, 119, 255, 0.5);
}
.game-status-tag {
  color: #665b8f;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}


/* =========================================================
   TECH STACK & ROADMAP & CONTACT
   ========================================================= */
.tech-stack {
  padding-block: clamp(90px, 12vw, 160px);
  background: #040810;
}
.tech-stack__head {
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.tech-stack__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tech-card {
  background: rgba(8, 14, 24, 0.7);
  border: 1px solid rgba(103, 207, 255, 0.18);
  padding: 30px 24px;
  display: grid;
  gap: 10px;
  border-radius: 4px;
}
.tech-card span {
  color: #558095;
  font-size: 0.46rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.tech-card h3 {
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
}
.tech-card p {
  color: #8298a8;
  font-size: 0.86rem;
  line-height: 1.68;
  margin: 0;
}

/* ROADMAP */
.roadmap {
  padding-block: clamp(90px, 12vw, 160px);
  background: #020408;
}
.roadmap__head {
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.roadmap__timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.timeline-step {
  background: rgba(8, 14, 24, 0.7);
  border: 1px solid rgba(103, 207, 255, 0.15);
  padding: 24px 20px;
  display: grid;
  gap: 10px;
  border-radius: 4px;
  position: relative;
}
.timeline-step.is-complete {
  border-color: rgba(103, 207, 255, 0.35);
  background: rgba(103, 207, 255, 0.04);
}
.timeline-step.is-active {
  border-color: #67cfff;
  box-shadow: 0 0 20px rgba(103, 207, 255, 0.15);
  background: linear-gradient(180deg, rgba(103, 207, 255, 0.12), rgba(8, 14, 24, 0.85));
}
.step-phase {
  color: #67cfff;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.timeline-step h4 {
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
}
.timeline-step p {
  color: #8198a8;
  font-size: 0.82rem;
  line-height: 1.6;
  margin: 0;
}

/* CONTACT */
.contact {
  padding-block: clamp(90px, 12vw, 160px);
  background: #03060b;
}
.contact__inner {
  max-width: 700px;
  margin-inline: auto;
  text-align: center;
}
.contact__inner h2 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.4vw, 4.2rem);
  font-weight: 600;
  margin: 12px 0 16px;
}
.contact__inner p {
  color: #849cad;
  font-size: 0.95rem;
  margin-bottom: 35px;
}
.contact-form {
  display: grid;
  gap: 14px;
  text-align: left;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background: rgba(8, 14, 24, 0.8);
  border: 1px solid rgba(103, 207, 255, 0.2);
  padding: 14px 16px;
  color: #fff;
  font-size: 0.88rem;
  border-radius: 3px;
  font-family: inherit;
  transition: border-color 0.25s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #67cfff;
  box-shadow: 0 0 14px rgba(103, 207, 255, 0.25);
}
.contact__meta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  color: #55788a;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.contact__meta strong {
  color: #a7d6eb;
}

/* RESPONSIVE */
@media(max-width: 1024px) {
  .studio-about__grid { grid-template-columns: 1fr; }
  .game-card { grid-template-columns: 1fr; }
  .game-card__media { aspect-ratio: 16/10; min-height: 280px; }
  .game-card__overlay { background: linear-gradient(180deg, transparent 40%, rgba(6, 11, 20, 0.95) 100%); }
  .tech-stack__grid { grid-template-columns: 1fr; }
  .roadmap__timeline { grid-template-columns: 1fr 1fr; }
  .studio-hero__stats { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 640px) {
  .roadmap__timeline { grid-template-columns: 1fr; }
  .game-card__media { aspect-ratio: 16/10; min-height: 220px; }
  .form-row { grid-template-columns: 1fr; }
  .studio-hero__stats { grid-template-columns: 1fr; }
}
