/* =========================================================
   1. GLOBAL & HERO COMPONENTS
   ========================================================= */

.about-hero {
  min-height: 500px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("../images/Banner/About Us.png") center / cover no-repeat;
}

.video-hero {
  position: relative;
  min-height: 470px;
  overflow: hidden;
}

.services-video,
.video-hero .services-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-hero {
  min-height: 500px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url("../images/Banner/News.png") center / cover no-repeat;
}


/* =========================================================
   2. ABOUT SECTION & WHO WE ARE
   ========================================================= */

.about-content {
  position: relative;
  padding: 32px 5% 75px;
  background: url("../images/Background.png") center top / cover no-repeat;
  overflow: hidden;
}

.about-dots {
  position: absolute;
  top: 8px;
  right: 5%;
  width: 260px;
  height: 160px;
  background: radial-gradient(circle, #ffffff 0 3px, transparent 4px) 0 0 / 28px 28px;
  opacity: 0.55;
  pointer-events: none;
}

.dark-panel {
  position: relative;
  z-index: 1;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.dark-panel > * {
  position: relative;
  z-index: 1;
}

.who-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 25px;
  align-items: start;
  width: 100%;
  max-width: 1125px;
  min-height: 0;
  margin: 0 auto 42px;
  padding: 28px 45px 30px;
  box-sizing: border-box;
  background: url("../images/Asset panel 2.png") center / 100% 100% no-repeat;
  opacity: 0.9;
}

.who-panel > div:first-child,
.who-panel .who-copy {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
}

.who-panel .who-character {
  grid-column: 2;
  grid-row: 1;
}

.who-copy {
  width: 100%;
  min-width: 0;
  padding: 0;
}

.who-panel h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(27px, 3vw, 35px);
  line-height: 1.2;
  text-align: center;
}

.who-panel h2 span,
.highlight {
  color: var(--orange);
}

.who-panel p {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.75;
}

.who-panel p:last-child {
  margin-bottom: 0;
}

.who-character {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  color: transparent;
  background: transparent;
  border: 0;
  pointer-events: none;
}

.who-character img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* =========================================================
   3. VISION & MISSION
   ========================================================= */

.vision-mission {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 55px;
}

.vision-mission .angled-panel {
  position: relative;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 20px;
  row-gap: 28px;
  align-items: start;
  width: 100%;
  min-height: 390px;
  padding: 32px 38px 42px;
  box-sizing: border-box;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.vision-mission .angled-panel:first-child,
.vision-mission .angled-panel:last-child {
  background-image: url("../images/Asset panel 3.png");
  opacity: 0.9;
}

.angled-panel::after {
  display: none;
  content: none;
}

.vision-mission .feature-symbol {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: start;
  width: 145px;
  height: 145px;
  margin: 0;
  font-size: 100px;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  opacity: 1;
}

.vision-mission .feature-symbol img {
  display: block;
  width: 145px;
  height: 145px;
  object-fit: contain;
  opacity: 1;
}

.vision-mission .angled-panel > div:not(.feature-symbol) {
  display: contents;
}

.vision-mission .angled-panel h2 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.vision-mission .angled-panel h2 span {
  color: var(--orange);
}

.vision-mission .angled-panel p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}


/* =========================================================
   4. OUR TEAM
   ========================================================= */

.about-team {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 45px 48px;
  color: #ffffff;
  background: rgba(44, 70, 89, 0.91);
  border-radius: 30px;
}

.about-team .section-heading {
  margin-bottom: 70px;
}

.about-team .section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 36px);
  text-align: center;
}

.about-team .section-heading h2 span {
  color: var(--orange);
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  max-width: 900px;
  margin: auto;
}

.team-member {
  position: relative;
  min-height: 145px;
  padding: 60px 15px 18px;
  box-sizing: border-box;
  color: #ffffff;
  background: var(--orange);
  border: 2px solid #111111;
  border-radius: 25px;
  text-align: center;
}

.team-avatar {
  position: absolute;
  top: -80px;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 135px;
  height: 135px;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  transform: translateX(-50%);
  overflow: visible;
}

.team-avatar img {
  display: block;
  width: 135px;
  height: 135px;
  object-fit: contain;
}

.team-name {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  margin-top: 10px;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.team-role {
  position: relative;
  z-index: 1;
  margin-top: 6px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}


/* =========================================================
   5. SERVICES PAGE & CARDS
   ========================================================= */

.services-page-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background: url("../images/Background.png") center top / cover no-repeat;
}

.services-actions {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto 40px;
  padding-top: 0;
}

.services-page-section .service-list {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  overflow: visible;
}

/* Dotted background path */
.services-page-section .service-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1120 850' preserveAspectRatio='none'%3E%3Cpath d='M0 105 H650 Q720 105 720 175 V285' fill='none' stroke='%23ffe05b' stroke-width='2' stroke-dasharray='6 5'/%3E%3Cpath d='M1120 410 H200 Q130 410 130 480 V615' fill='none' stroke='%23ffe05b' stroke-width='2' stroke-dasharray='6 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  transform: translateX(100px);
  pointer-events: none;
}

/* Service Card Frame */
.services-page-section .service-feature,
.services-page-section .service-feature.reverse {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 25px;
  align-items: center;
  width: 560px;
  max-width: 560px;
  min-height: 185px;
  padding: 25px 30px;
  box-sizing: border-box;
  color: #ffffff;
  background: rgba(48, 72, 92, 0.90);
  border-radius: 25px;
}

.services-page-section .service-feature > * {
  position: relative;
  z-index: 2;
}

.services-page-section .service-feature:not(.reverse) {
  align-self: flex-start;
  margin-left: 0;
}

.services-page-section .service-feature.reverse {
  align-self: flex-end;
  margin-left: 0;
}

.services-page-section .service-copy {
  order: 1;
  min-width: 0;
}

.services-page-section .service-copy h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.services-page-section .service-copy h2 span {
  color: var(--orange);
}

.services-page-section .service-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
}

.services-page-section .card-icon {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 120px;
  height: 120px;
  margin: 0;
  font-size: 0;
}

.services-page-section .card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* =========================================================
   6. CLIENTS & PARTNERS
   ========================================================= */

.services-page-section .clients-partners-window {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 40px);
  margin: 65px auto 0;
  padding: 40px 45px 50px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.services-page-section .clients-partners-window .section-heading {
  margin: 0 0 35px;
  padding: 0;
}

.services-page-section .clients-partners-window .section-heading h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  white-space: nowrap;
}

.services-page-section .clients-partners-window .section-heading h2 span {
  color: var(--orange);
}

.services-page-section .clients-partners-window .partner-row {
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.services-page-section .partner-row span {
  display: flex;
  flex: 0 0 175px;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  background: rgba(255, 153, 56, 0.8);
  border-radius: 50%;
  overflow: hidden;
}

.services-page-section .partner-row span img {
  display: block;
  width: 100px;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


/* =========================================================
   7. GAMES PAGE - LAYOUT & ACTION BAR
   ========================================================= */

body:has(.games-page) {
  background:
    url("../images/Background.png")
    center top / cover
    fixed
    no-repeat;
  background-color: #dff3ff;
}

.games-page {
  position: relative;
  width: 100%;
  background: transparent;
  overflow-x: hidden;
}

.games-page .video-hero {
  position: relative;
  width: 100%;
  height: 470px;
  min-height: 470px;
  background: #555555;
  overflow: hidden;
}

.games-page .video-hero .services-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.games-action-bar {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background: url("../images/Background.png") center top / cover no-repeat;
}

.games-action-bar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-image: repeating-linear-gradient(
    to right,
    #111111 0,
    #111111 2px,
    transparent 2px,
    transparent 5px
  );
  pointer-events: none;
}

.games-watch-button,
.games-contact-button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
}

.games-watch-button {
  width: 82px;
  font-size: 11px;
  font-weight: 500;
  background: var(--orange);
}

.games-contact-button {
  width: 88px;
  font-size: 10px;
  font-weight: 600;
  background: #000000;
}

.games-page .games-content {
  position: relative;
  padding: 32px 10% 75px;
  background: transparent;
  overflow: hidden;
}

.games-page .games-content-box {
  width: 100%;
  margin: 0 auto 55px;
  padding: 45px 55px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.games-page .games-content-box:last-child {
  margin-bottom: 0;
}

.games-page .games-content-box .game-showcase,
.games-page .games-content-box .game-gallery {
  width: 100%;
}


/* =========================================================
   8. GAMES PAGE - HEADINGS & FEATURED SHOWCASE
   ========================================================= */

.games-page .games-section-heading {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  box-sizing: border-box;
}

.games-page .games-section-heading h1,
.games-page .games-section-heading h2 {
  margin: 0;
  color: var(--black, #111111);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.2;
}

.games-page .games-section-heading span,
.games-page .games-section-heading h1 span,
.games-page .games-section-heading h2 span {
  color: var(--orange);
}

.games-page #fun-games {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
}

.games-page #fun-games .featured-game {
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.games-page .featured-game-banner {
  display: block;
  width: 100%;
  aspect-ratio: 1000 / 259;
  margin: 0 0 30px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}

.games-page .featured-game-banner img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.games-page .featured-game-content {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.games-page .featured-game-description {
  width: 100%;
  margin: 0;
  padding: 0 10px 0 4px;
  box-sizing: border-box;
  text-align: justify;
}

.games-page .featured-game-description p {
  margin: 0 0 22px;
  margin-right: 25px;
  padding: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-align: justify;
  text-indent: 0;
}

.games-page .games-play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  margin: 0;
  padding: 7px 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: var(--orange);
  border-radius: 20px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.games-page .games-play-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Featured Screenshots Area */
.games-page .featured-game-screenshots {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.games-page .featured-screenshot-big {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
}

.games-page .featured-screenshot-small:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
}

.games-page .featured-screenshot-small:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 6px;
}

.games-page .featured-screenshot-big img,
.games-page .featured-screenshot-small img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
}


/* =========================================================
   9. GAMES PAGE - GALLERIES & PAGINATION
   ========================================================= */

.games-page .game-gallery {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 35px;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto 70px;
  padding: 0;
}

.game-gallery-feature,
.games-page .game-gallery-side {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.games-page .game-gallery-feature-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
}

.games-page .game-gallery-feature-image .game-tile {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.games-page .game-gallery-feature-image .game-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.games-page .game-gallery-description {
  margin-top: 22px;
  padding: 0;
}

.games-page .game-gallery-description p {
  margin: 0 0 22px;
  color: #000000;
  font-size: 15px;
  line-height: 1.65;
  text-align: justify;
}

.games-page .game-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.game-tile,
.games-page .game-tile,
.games-page .game-gallery-grid .game-tile {
  position: relative;
  width: 100%;
  aspect-ratio: 1.35 / 1;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
}

.game-tile-image,
.games-page .game-gallery-grid .game-tile img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.game-tile:hover .game-tile-image,
.games-page .game-gallery-grid .game-tile:hover img {
  transform: scale(1.03);
}

.games-page .game-name {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

/* Pagination */
.game-pagination,
.games-page .game-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.game-pagination button,
.games-page .game-pagination button {
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--orange);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.game-pagination button:hover,
.games-page .game-pagination button:hover {
  transform: translateY(-1px);
}

.game-pagination button.active,
.games-page .game-pagination button.active {
  color: #ffffff;
  background: var(--orange);
}


/* =========================================================
   10. NEWS SYSTEM & CONTENT
   ========================================================= */

body:has(.news-content) {
  background:
    url("../images/Background.png")
    center top / cover
    fixed
    no-repeat;
  background-color: #dff3ff;
}

.news-page {
  position: relative;
  background:
    url("../images/Background.png")
    center top / cover
    fixed
    no-repeat;
  background-color: #dff3ff;
}

.news-content,
.news-page .news-content {
  position: relative;
  width: min(1150px, 90%);
  margin: 60px auto 80px;
  padding: 50px 55px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  overflow: hidden;
}

.news-page #all-news {
  width: 100%;
}

.news-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 45px;
  width: 100%;
}

/* Table of Contents */
.news-toc {
  position: sticky;
  top: 25px;
  align-self: start;
  color: #111111;
}

.news-toc-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.news-toc ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.news-toc li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.45;
}

.news-toc a {
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-toc a:hover {
  color: var(--orange);
}

/* Articles */
.news-articles {
  min-width: 0;
}

.news-category-section {
  margin-bottom: 70px;
}

.news-category-heading {
  margin: 0 0 25px;
  padding-bottom: 7px;
  border-bottom: 1px solid #111111;
  color: #111111;
  font-size: 20px;
  font-weight: 500;
}

.news-article {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #111111;
  scroll-margin-top: 100px;
}

.news-article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.news-article-header {
  margin-bottom: 22px;
}

.news-article-category {
  margin-bottom: 5px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-article-header h2 {
  margin: 0 0 7px;
  color: #111111;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  scroll-margin-top: 40px;
}

.news-article-header time {
  color: #555555;
  font-size: 13px;
}

.news-article-body p {
  margin: 0 0 18px;
  color: #111111;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}

.news-article-body p:last-child {
  margin-bottom: 0;
}

.news-anchor {
  position: relative;
  top: -100px;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Article Images */
.news-article-images {
  margin-top: 25px;
}

.news-images-row,
.news-images-grid {
  display: grid;
  gap: 14px;
}

.news-images-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-images-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-images-single {
  display: flex;
  justify-content: center;
}

.news-images-single .news-article-image {
  width: min(100%, 500px);
}

.news-article-image {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.news-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}


/* =========================================================
   11. FOOTER
   ========================================================= */

.site-footer {
  position: relative;
  padding: 55px 7% 22px;
  color: #ffffff;
  background: #ff9938;
}

.footer-contact h2 {
  color: #111111;
}

.footer-logo {
  display: block;
  width: 190px;
  max-height: 105px;
  margin-left: auto;
  object-fit: contain;
}

.footer-bottom {
  margin-top: 35px;
  text-align: center;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.socials img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.footer-line {
  width: min(420px, 80%);
  height: 2px;
  margin: 15px auto;
  background: rgba(255, 255, 255, 0.9);
}


/* =========================================================
   12. RESPONSIVE MEDIA QUERIES
   ========================================================= */

@media (min-width: 801px) {
  .game-gallery {
    max-width: 770px;
  }
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 430px;
  }

  .who-panel {
    grid-template-columns: minmax(0, 1fr) 200px;
    min-height: 320px;
    padding: 25px 30px;
  }

  .who-character {
    width: 200px;
    height: 200px;
  }

  .vision-mission {
    grid-template-columns: 1fr;
    gap: 45px;
    max-width: 700px;
  }

  .vision-mission .angled-panel {
    grid-template-columns: 75px minmax(0, 1fr);
    min-height: 390px;
    padding: 25px;
  }

  .about-team {
    padding: 28px 25px 40px;
  }

  .about-team-grid {
    gap: 25px;
  }
}

@media (max-width: 800px) {
  .services-page-section {
    padding-bottom: 55px;
  }

  .services-actions {
    padding-left: 5%;
    padding-right: 5%;
  }

  .services-page-section .service-list {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .services-page-section .service-list::before {
    display: none;
  }

  .services-page-section .service-feature,
  .services-page-section .service-feature.reverse {
    align-self: center;
    width: 100%;
    max-width: 560px;
  }

  .services-page-section .clients-partners-window {
    max-width: calc(100% - 30px);
    padding: 35px 30px 40px;
    margin-top: 50px;
  }

  .games-page .video-hero {
    height: 350px;
    min-height: 350px;
  }

  .games-action-bar {
    height: 85px;
    padding: 40px 5% 0;
  }

  .games-page .games-content {
    width: 92%;
    padding: 25px 0 45px;
  }

  .games-page .games-content-box {
    margin-bottom: 40px;
    padding: 35px 30px;
    border-radius: 16px;
  }

  .games-page #fun-games,
  .games-page .games-section-heading {
    width: 100%;
    max-width: none;
  }

  .games-page #fun-games .featured-game {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .games-page .featured-game-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .games-page .featured-game-description {
    padding: 0;
  }

  .games-page .game-gallery {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .games-page .game-gallery-side {
    width: 100%;
  }

  .games-page .game-gallery-feature-image {
    aspect-ratio: 1.5 / 1;
  }

  .news-content {
    width: 92%;
    margin: 40px auto 60px;
    padding: 35px 30px;
    border-radius: 16px;
  }

  .news-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .news-toc {
    position: static;
  }

  .news-toc-title {
    font-size: 17px;
  }

  .news-toc li {
    font-size: 15px;
  }

  .news-category-heading {
    font-size: 18px;
  }

  .news-article-header h2 {
    font-size: 21px;
  }

  .news-article-body p {
    font-size: 15px;
    line-height: 1.65;
  }

  .news-article {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 700px) {
  .about-content {
    padding: 25px 5% 55px;
  }

  .who-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 30px 25px;
    background-size: 100% 100%;
    aspect-ratio: auto;
  }

  .who-panel > div:first-child,
  .who-panel .who-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .who-panel .who-character {
    grid-column: 1;
    grid-row: 2;
    width: 190px;
    height: 190px;
    margin: 15px auto 0;
  }

  .who-panel h2 {
    text-align: center;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .about-team .section-heading {
    margin-bottom: 70px;
  }
}

@media (max-width: 600px) {
  .vision-mission {
    gap: 30px;
    padding: 0 15px;
  }

  .vision-mission .angled-panel {
    grid-template-columns: 90px minmax(0, 1fr);
    column-gap: 15px;
    row-gap: 25px;
    min-height: 0;
    padding: 28px 25px 35px;
  }

  .vision-mission .feature-symbol,
  .vision-mission .feature-symbol img {
    width: 90px;
    height: 90px;
  }

  .vision-mission .angled-panel h2 {
    font-size: 30px;
    white-space: normal;
  }

  .vision-mission .angled-panel p {
    font-size: 16px;
    line-height: 1.55;
  }
}

@media (max-width: 560px) {
  .services-page-section .clients-partners-window {
    width: calc(100% - 30px);
    max-width: none;
    padding: 30px 20px 35px;
    margin-top: 40px;
    border-radius: 15px;
  }

  .services-page-section .clients-partners-window .section-heading h2 {
    white-space: normal;
  }

  .games-page .video-hero {
    height: 270px;
    min-height: 270px;
  }

  .games-action-bar {
    height: 75px;
    padding: 35px 20px 0;
  }

  .games-page .games-content {
    width: 94%;
    padding: 20px 0 35px;
  }

  .games-page .games-content-box {
    margin-bottom: 30px;
    padding: 28px 20px;
    border-radius: 14px;
  }

  .games-page #fun-games,
  .games-page .games-section-heading {
    width: 100%;
    max-width: none;
  }

  .games-page #fun-games .featured-game {
    padding: 8px;
    border-radius: 12px;
  }

  .games-page .featured-game-banner {
    margin-bottom: 8px;
  }

  .games-page .featured-game-description p {
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
  }

  .games-page .featured-game-screenshots {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .games-page .featured-screenshot-big {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .games-page .featured-screenshot-small:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .games-page .featured-screenshot-small:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .game-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .news-content {
    width: 94%;
    margin: 25px auto 45px;
    padding: 28px 20px;
    border-radius: 14px;
  }

  .news-toc ul {
    padding-left: 20px;
  }

  .news-toc li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .news-category-heading {
    font-size: 17px;
  }

  .news-article-header h2 {
    font-size: 20px;
  }

  .news-article-body p {
    font-size: 15px;
    line-height: 1.65;
  }

  .news-article {
    margin-bottom: 45px;
  }

  .news-images-row,
  .news-images-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .about-hero {
    min-height: 350px;
  }

  .about-hero h1 {
    font-size: 28px;
  }

  .who-panel {
    min-height: 520px;
    padding: 22px 18px 25px;
  }

  .who-panel p {
    font-size: 14px;
    line-height: 1.65;
  }

  .who-character {
    width: 170px;
    height: 170px;
  }

  .about-team {
    padding: 25px 15px 40px;
    border-radius: 24px;
  }

  .team-name {
    min-width: 170px;
    font-size: 14px;
  }

  .games-page .games-section-heading h2 {
    font-size: 28px;
  }

  .games-page .game-gallery-grid {
    gap: 12px;
  }

  .games-page .game-gallery-grid .game-tile,
  .games-page .game-gallery-feature-image {
    border-radius: 12px;
  }

  .games-page .game-gallery-description p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .services-page-section .service-feature,
  .services-page-section .service-feature.reverse {
    grid-template-columns: minmax(0, 1fr) 90px;
    gap: 15px;
    width: calc(100vw - 40px);
    min-height: 175px;
    padding: 22px;
  }

  .services-page-section .card-icon {
    width: 90px;
    height: 90px;
  }

  .services-page-section .service-copy h2 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .services-page-section .service-copy p {
    font-size: 13px;
  }

  .services-page-section .section-heading h2 {
    font-size: 24px;
  }

  .services-page-section .partner-row {
    gap: 12px;
  }

  .services-page-section .partner-row span {
    flex-basis: 70px;
    width: 70px;
    height: 70px;
  }

  .services-page-section .partner-row span img {
    width: 55px;
    height: 55px;
  }

  .games-page .games-section-heading h1,
  .games-page .games-section-heading h2 {
    font-size: 24px;
  }
}

/* =========================================================
   NEWS ARTICLE IMAGES
   ========================================================= */

.news-page .news-article-images {
    width: 100%;
    margin-top: 25px;
}


/* Multiple images in a row */

.news-page .news-article-images.news-images-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    width: 100%;
    gap: 20px !important;
}


/* Each image */

.news-page .news-images-row .news-article-image {
    flex: 1 1 0 !important;
    width: 0 !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0;

    overflow: hidden;
    border-radius: 12px;
}


/* Actual image */

.news-page .news-images-row .news-article-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   TWO-IMAGE LAYOUT
   ========================================================= */

.news-page .news-article-images.news-images-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    gap: 20px !important;
}

.news-page .news-images-grid .news-article-image {
    width: 100%;
    margin: 0 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

    .news-page .news-article-images.news-images-row {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 20px !important;
    }

    .news-page .news-images-row .news-article-image {
        width: 100% !important;
        flex: none !important;
    }

    .news-page .news-article-images.news-images-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

}