/* ==========================================================================
   Nohu Arena — Flatsome skin inspired by pubg.com layout
   Prefix: .pg-*  |  Accent: #F6BF00  |  Display: Oswald / Roboto Condensed
   ========================================================================== */

:root {
  --pg-yellow: #f6bf00;
  --pg-yellow-2: #ffd21a;
  --pg-vn-red: #da251d;
  --pg-vn-red-2: #c11710;
  --pg-vn-gold: #ffcd00;
  --pg-black: #000000;
  --pg-ink: #0a0a0a;
  --pg-card: #141414;
  --pg-elev: #1c1c1c;
  --pg-line: #2a2a2a;
  --pg-muted: #aaaaaa;
  --pg-text: #ffffff;
  --pg-bar-h: 96px;
  --pg-navrow-h: 52px;
  --pg-header-h: 148px;
  --pg-wrap: 1280px;
  --pg-font-display: "Oswald", "Roboto Condensed", "Arial Narrow", sans-serif;
  --pg-font-body: "Roboto Condensed", "Oswald", sans-serif;
  --pg-notch: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
  --pg-notch-lg: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
}

/* --------------------------------------------------------------------------
   Reset / base
   -------------------------------------------------------------------------- */

.pg-skin,
.pg-skin body,
body.pg-skin {
  background: var(--pg-black);
  color: var(--pg-text);
  font-family: var(--pg-font-body);
  font-weight: 400;
  margin: 0;
}

.pg-skin *,
.pg-skin *::before,
.pg-skin *::after {
  box-sizing: border-box;
}

.pg-skin #wrapper,
.pg-wrapper {
  background: var(--pg-black);
  min-height: 100vh;
  display: block;
  overflow: visible;
}

.pg-skin a {
  color: inherit;
  text-decoration: none;
}

.pg-skin img {
  max-width: 100%;
  height: auto;
}

.pg-skin .skip-link {
  position: absolute;
  left: -999px;
}

.pg-skin .skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 9999;
  background: var(--pg-yellow);
  color: #000;
  padding: 8px 12px;
}

.pg-wrap {
  width: min(var(--pg-wrap), calc(100% - 48px));
  margin-inline: auto;
}

.pg-front #main,
.pg-skin.pg-front #main {
  padding: 0 !important;
  background: #000;
}

.pg-skin.pg-front .page-title,
.pg-skin.pg-front .page-header,
.pg-skin.pg-front .breadcrumbs {
  display: none !important;
}

/* Hide leftover Flatsome header chrome if parent still prints it */
.pg-skin .header-bg-color,
.pg-skin .header-bottom-nav,
.pg-skin .header-top {
  background: #000 !important;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--pg-font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  clip-path: var(--pg-notch);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.pg-btn--play {
  position: relative;
  background: var(--pg-vn-red);
  color: var(--pg-vn-gold) !important;
  height: 72px;
  padding: 0 36px 0 28px;
  font-size: 26px;
  min-width: 200px;
  gap: 10px;
  clip-path: var(--pg-notch);
}

.pg-btn--play::before {
  content: "";
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background: var(--pg-vn-gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.pg-btn--play::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  right: 10px;
  opacity: 0.16;
  pointer-events: none;
  background: var(--pg-vn-gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.pg-btn--play:hover {
  background: var(--pg-vn-red-2);
  color: #ffe566 !important;
}

.pg-btn--xl {
  height: 72px;
  padding: 0 48px;
  font-size: 34px;
  min-width: 260px;
  clip-path: var(--pg-notch-lg);
}

.pg-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  clip-path: none;
  height: 48px;
  padding: 0 22px;
  font-size: 16px;
}

.pg-btn--ghost:hover {
  background: #fff;
  color: #000;
}

.pg-btn--block {
  width: 100%;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

#header.pg-header,
#header.pg-header.stuck,
#header.pg-header.is-stuck,
.pg-header {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  z-index: 1000;
  background: #000;
  width: 100%;
  height: var(--pg-header-h) !important;
  min-height: var(--pg-header-h) !important;
  max-height: var(--pg-header-h) !important;
  flex: 0 0 var(--pg-header-h) !important;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  transform: none !important;
}

.admin-bar #header.pg-header,
.admin-bar #header.pg-header.stuck,
.admin-bar #header.pg-header.is-stuck,
.admin-bar .pg-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  .admin-bar #header.pg-header,
  .admin-bar #header.pg-header.stuck,
  .admin-bar #header.pg-header.is-stuck,
  .admin-bar .pg-header {
    top: 0 !important;
  }
}

.pg-header.is-stuck {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

.pg-header__bar {
  --pg-bar-h: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  flex: 0 0 var(--pg-bar-h);
  height: var(--pg-bar-h);
  max-height: var(--pg-bar-h);
  background: #000;
}

.pg-header__left {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 20px;
  min-width: 0;
}

.pg-outlink {
  position: relative;
  width: 18px;
  height: 18px;
  color: #fff;
  flex-shrink: 0;
  display: block;
}

.pg-outlink svg {
  display: block;
  width: 18px;
  height: 18px;
}

.pg-kebab {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 14px;
  height: 22px;
  flex-shrink: 0;
}

.pg-kebab span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}

.pg-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  gap: 10px;
  color: var(--pg-yellow);
  z-index: 2;
  max-width: min(420px, 46vw);
  line-height: 0;
}

.pg-logo--img {
  line-height: 0;
}

.pg-logo__img {
  display: block;
  height: 72px;
  width: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  object-position: center;
}

.pg-logo__mark {
  width: 42px;
  height: 42px;
  color: var(--pg-yellow);
  display: block;
}

.pg-logo__mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.pg-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.pg-logo__text strong {
  font-family: var(--pg-font-display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--pg-yellow);
  text-transform: uppercase;
}

.pg-logo__text small {
  font-family: var(--pg-font-display);
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #fff;
  margin-top: 5px;
}

.pg-header__tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  height: var(--pg-bar-h);
  min-width: 0;
  z-index: 3;
}

.pg-lang {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: var(--pg-bar-h);
}

.pg-login {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  height: var(--pg-bar-h);
}

.pg-login__icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.pg-login__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pg-header .pg-lang__btn,
.pg-header .pg-login {
  background: none;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-family: var(--pg-font-body);
  font-size: 14px;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin: 0;
  padding: 0 18px;
  height: var(--pg-bar-h);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-login {
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pg-login:hover,
.pg-lang__btn:hover {
  color: var(--pg-yellow);
}

.pg-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
}

.pg-lang__menu,
.pg-nav .sub-menu,
.pg-nav .pg-sub {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #111;
  border: 1px solid #222;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  list-style-type: none;
  display: none;
  z-index: 20;
}

.pg-lang__menu li,
.pg-nav .sub-menu li,
.pg-nav .pg-sub li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pg-lang.is-open .pg-lang__menu,
.pg-nav .menu-item-has-children:hover > .sub-menu,
.pg-nav .has-sub:hover > .pg-sub,
.pg-nav .menu-item-has-children:focus-within > .sub-menu,
.pg-nav .has-sub:focus-within > .pg-sub {
  display: block;
}

.pg-lang__menu a,
.pg-nav .sub-menu a,
.pg-nav .pg-sub a {
  display: block;
  padding: 10px 18px;
  color: #aaa;
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pg-lang__menu a:hover,
.pg-lang__menu a.is-current,
.pg-nav .sub-menu a:hover,
.pg-nav .pg-sub a:hover {
  color: #fff;
  background: #1a1a1a;
}

.pg-header__navrow {
  position: relative;
  flex: 0 0 var(--pg-navrow-h);
  height: var(--pg-navrow-h);
  min-height: var(--pg-navrow-h);
  max-height: var(--pg-navrow-h);
  background: #111;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.pg-nav {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
}

.pg-header__navrow .pg-nav {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.pg-nav__list,
.pg-nav ul.pg-nav__list,
.pg-header .pg-nav > ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.pg-header__navrow .pg-nav__list,
.pg-header__navrow .pg-nav > ul {
  height: 100%;
}

.pg-nav__item,
.pg-nav .menu-item {
  position: relative;
  list-style: none;
}

.pg-header__navrow .pg-nav__item,
.pg-header__navrow .pg-nav .menu-item,
.pg-header__navrow .pg-nav > ul > li {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.pg-nav > ul > li > a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 5px 0 1px;
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.pg-header__navrow .pg-nav > ul > li > a {
  height: 100%;
}

.pg-header__navrow .pg-caret {
  flex-shrink: 0;
  margin-top: 1px;
}

.pg-nav > ul > li > a:hover,
.pg-nav > ul > li.current-menu-item > a {
  color: var(--pg-yellow);
}

.pg-header .pg-btn--play {
  position: relative;
  height: var(--pg-bar-h);
  min-width: 228px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 28px 0 22px;
}

.pg-burger {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  margin: 0 12px 0 0;
  padding: 0;
  background: #262626;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  line-height: 0;
  cursor: pointer;
  z-index: 4;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  gap: 6px;
  flex-shrink: 0;
}

.pg-burger span {
  display: block;
  width: 22px;
  height: 3px;
  background: #fff;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

/* Mobile drawer */
.pg-drawer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 2000;
}

.pg-drawer[hidden] {
  display: none !important;
}

.pg-drawer__panel {
  width: min(360px, 86vw);
  height: 100%;
  background: #0d0d0d;
  padding: 24px;
  overflow: auto;
}

.pg-drawer__close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 32px;
  float: right;
  cursor: pointer;
}

.pg-drawer__list,
.pg-drawer .pg-nav__list {
  list-style: none;
  padding: 48px 0 24px;
  margin: 0;
  display: block !important;
}

.pg-drawer a {
  display: block;
  padding: 12px 0;
  font-family: var(--pg-font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 20px;
}

.pg-drawer__account {
  display: block;
  margin: 8px 0 16px;
  color: #aaa;
}

.pg-drawer .sub-menu,
.pg-drawer .pg-sub {
  position: static;
  display: block;
  border: 0;
  background: transparent;
  padding-left: 12px;
}

.pg-drawer .sub-menu a,
.pg-drawer .pg-sub a {
  font-size: 16px;
  color: #aaa;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.pg-hero-stack {
  position: relative;
  overflow: visible;
}

.pg-hero {
  position: relative;
  min-height: calc(100vh - var(--pg-header-h));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.12) 45%, #000 92%),
    var(--pg-hero-image, none) center/cover no-repeat,
    #0a0a0a;
  background-blend-mode: normal;
}

.pg-hero::before {
  display: none;
}

.pg-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.45) 72%, rgba(0, 0, 0, 0.82) 100%);
  pointer-events: none;
}

.pg-hero__content {
  position: relative;
  z-index: 1;
  padding: 24px 24px 300px;
  background: transparent;
}

.pg-hero__heading {
  margin: 0 0 6px;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  background: none;
}

.pg-hero__name {
  display: block;
  width: 100%;
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: clamp(40px, 6.4vw, 84px);
  letter-spacing: 0.04em;
  line-height: 0.95;
  margin: 0 0 14px;
  text-transform: none;
  color: #fff;
}

.pg-hero__tagline {
  display: block;
  width: 100%;
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 28px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.pg-hero__lead {
  font-size: 18px;
  color: #fff;
  max-width: 640px;
  margin: 0 auto 28px;
}

.pg-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.pg-platforms a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.35);
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  clip-path: none;
}

.pg-platforms a:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.pg-platforms--hero .pg-platforms__play {
  background: var(--pg-yellow);
  border-color: var(--pg-yellow);
  color: #000;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 12px) 100%, 0 100%);
}

.pg-platforms--hero .pg-platforms__play:hover {
  background: var(--pg-yellow-2);
  border-color: var(--pg-yellow-2);
  color: #000;
}

.pg-hero__cta {
  display: none;
}

.pg-hero__scroll {
  display: none;
}

/* --------------------------------------------------------------------------
   Section titles (outlined + arrow)
   -------------------------------------------------------------------------- */

.pg-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.pg-section-title {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  margin: 0 0 28px;
}

.pg-section-head .pg-section-title {
  margin-bottom: 0;
}

.pg-section-title:hover {
  color: #fff;
  -webkit-text-stroke: 0;
}

.pg-arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--pg-yellow);
  -webkit-text-stroke: 0;
  flex-shrink: 0;
}

.pg-tabs {
  display: flex;
  gap: 8px;
}

.pg-tabs button {
  background: transparent;
  border: 1px solid #333;
  color: #aaa;
  font-family: var(--pg-font-display);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 8px 16px;
  cursor: pointer;
  clip-path: var(--pg-notch);
}

.pg-tabs button.is-active,
.pg-tabs button:hover {
  background: var(--pg-yellow);
  border-color: var(--pg-yellow);
  color: #000;
}

.pg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
}

.pg-tags span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ccc;
  border: 1px solid #555;
  padding: 2px 8px;
}

/* --------------------------------------------------------------------------
   Patch notes — pubg.com/en/main
   -------------------------------------------------------------------------- */

.pg-patch {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: -165px 0 0;
  padding: 0;
  background: transparent;
  color: #fff;
}

.pg-patch::before {
  display: none;
}

.pg-patch__inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 504px;
  background: #333;
  overflow: hidden;
}

.pg-patch__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 48%;
  width: 48%;
  padding: 56px 80px;
  background-color: #191919;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 8px 8px;
  background-position: 100% 0;
  color: #fff;
}

.pg-patch__title {
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff;
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.pg-patch__title-text {
  display: block;
}

.pg-patch__to {
  display: inline-flex;
  margin-left: 16px;
  color: #fff;
  flex-shrink: 0;
  line-height: 0;
}

.pg-patch__to:hover {
  color: var(--pg-yellow);
}

.pg-patch__to svg {
  display: block;
}

.pg-patch__contents {
  min-width: 0;
}

.pg-patch__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 28px;
}

.pg-patch__label {
  display: flex;
  align-items: center;
  height: 24px;
  padding: 0 20px;
  border: 0.8px solid #777;
  border-radius: 4px;
  color: #777;
  font-family: var(--pg-font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: -0.03em;
}

.pg-patch__label--pc {
  border-color: var(--pg-yellow);
  color: var(--pg-yellow);
}

.pg-patch__post-title {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pg-patch__desc {
  margin: 0;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.pg-patch__media {
  position: relative;
  flex: 1 1 52%;
  width: 52%;
  height: 100%;
  background: #000;
}

.pg-patch__iframe,
.pg-patch__media-link,
.pg-patch__thumb {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.pg-patch__thumb {
  background:
    linear-gradient(180deg, transparent 40%, #000 100%),
    linear-gradient(135deg, #2a2208, #111);
  background-size: cover;
  background-position: center;
}

.pg-countdown--hero {
  z-index: 2;
}

/* --------------------------------------------------------------------------
   News
   -------------------------------------------------------------------------- */

.pg-news {
  padding: 80px 0 40px;
  background: #000;
}

.pg-news__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pg-card {
  background: var(--pg-card);
  overflow: hidden;
  clip-path: var(--pg-notch);
}

.pg-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
}

.pg-card__media {
  height: 168px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.pg-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.45));
}

.pg-card--featured {
  grid-column: span 2;
  grid-row: span 2;
}

.pg-card--featured::before {
  content: "";
  display: block;
  height: 6px;
  background: var(--pg-yellow);
}

.pg-card--featured .pg-card__media {
  height: 320px;
}

.pg-card__body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pg-card h3 {
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.pg-card--featured h3 {
  font-size: 28px;
}

.pg-card__excerpt {
  color: #bbb;
  margin: 0 0 12px;
  font-size: 16px;
}

.pg-card__meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #888;
  font-weight: 700;
}

.pg-card:hover .pg-card__media {
  filter: brightness(1.12);
}

.pg-card a:hover h3 {
  color: var(--pg-yellow);
}

/* --------------------------------------------------------------------------
   Events
   -------------------------------------------------------------------------- */

.pg-events {
  padding: 48px 0 80px;
  background: #000;
}

.pg-events__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pg-event {
  background: var(--pg-card);
  overflow: hidden;
  clip-path: var(--pg-notch-lg);
}

.pg-event__media {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
}

.pg-countdown {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--pg-yellow);
  color: #000;
  font-family: var(--pg-font-display);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.04em;
  padding: 6px 14px;
  clip-path: var(--pg-notch);
}

.pg-event__body {
  padding: 18px 20px 22px;
}

.pg-event h3 {
  font-family: var(--pg-font-display);
  font-size: 24px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.pg-event a:hover h3 {
  color: var(--pg-yellow);
}

/* --------------------------------------------------------------------------
   Community
   -------------------------------------------------------------------------- */

.pg-community {
  padding: 24px 0 96px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(246, 191, 0, 0.08), transparent 55%),
    #000;
}

.pg-community__lead {
  color: #aaa;
  margin: -12px 0 28px;
  font-size: 18px;
}

.pg-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pg-social a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  padding: 14px 16px;
  background: var(--pg-elev);
  border: 1px solid #2a2a2a;
  font-family: var(--pg-font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  clip-path: var(--pg-notch);
}

.pg-social a:hover {
  border-color: var(--pg-yellow);
  color: var(--pg-yellow);
}

.pg-social__icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: var(--pg-yellow);
  color: #000;
  font-size: 11px;
}

/* --------------------------------------------------------------------------
   Homepage article
   -------------------------------------------------------------------------- */

.pg-article {
  padding: 24px 0 96px;
  background: #050505;
  border-top: 1px solid #1a1a1a;
}

.pg-article .pg-section-title {
  margin-bottom: 28px;
}

.pg-article__heading {
  margin: 0 0 12px;
}

.pg-article__kicker {
  margin: 0 0 28px;
  color: var(--pg-yellow);
  font-family: var(--pg-font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pg-article__body {
  width: 100%;
  max-width: none;
  font-size: 17px;
  line-height: 1.7;
  color: #ccc;
}

.pg-article__body p,
.pg-article__body ul,
.pg-article__body ol {
  margin: 0 0 16px;
}

.pg-article__body h2 {
  margin: 48px 0 18px;
  color: #fff;
  font-family: var(--pg-font-display);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.pg-article__body h2:first-child {
  margin-top: 0;
}

.pg-article__body h3 {
  margin: 32px 0 12px;
  color: #fff;
  font-family: var(--pg-font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.pg-article__body h4 {
  margin: 24px 0 10px;
  color: #fff;
  font-family: var(--pg-font-display);
  font-size: 18px;
  letter-spacing: 0.03em;
}

.pg-article__figure {
  margin: 0 auto 20px;
  max-width: 800px;
  text-align: center;
}

.pg-article__figure--portrait {
  max-width: 300px;
}

.pg-article__figure img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 400px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.pg-article__figure figcaption {
  margin-top: 8px;
  color: #888;
  font-size: 13px;
  line-height: 1.4;
}

.pg-article__body a {
  color: var(--pg-yellow);
}

.pg-article__body a:hover {
  color: #fff;
}

.pg-article__body ul,
.pg-article__body ol {
  padding-left: 1.2em;
}

.pg-article__body li {
  margin: 0 0 8px;
}

.pg-article__table-wrap {
  overflow-x: auto;
  margin: 0 0 16px;
  border: 1px solid #2a2a2a;
}

.pg-article__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
}

.pg-article__table th,
.pg-article__table td {
  padding: 12px 14px;
  border-bottom: 1px solid #2a2a2a;
  text-align: left;
  vertical-align: top;
}

.pg-article__table th {
  background: #141414;
  color: #fff;
  font-family: var(--pg-font-display);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pg-article__table tr:nth-child(even) td {
  background: #0c0c0c;
}

.pg-article__note {
  color: #888;
  font-size: 14px;
}

.pg-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: start;
  margin: 8px 0 40px;
}

.pg-faq details {
  background: #141414;
  border: 1px solid #2a2a2a;
  clip-path: var(--pg-notch);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.pg-faq details:hover {
  border-color: #3a3a3a;
}

.pg-faq details[open] {
  background: #1a1608;
  border-color: var(--pg-yellow);
}

.pg-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
  padding: 16px 56px 16px 20px;
  color: #fff;
  font-family: var(--pg-font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  user-select: none;
}

.pg-faq summary::-webkit-details-marker,
.pg-faq summary::marker {
  display: none;
  content: none;
}

.pg-faq summary:hover {
  color: var(--pg-yellow);
}

.pg-faq details[open] summary {
  color: var(--pg-yellow);
}

.pg-faq summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: var(--pg-yellow);
  color: #000;
  font-family: var(--pg-font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.pg-faq details[open] summary::after {
  content: "–";
  background: #000;
  color: var(--pg-yellow);
}

.pg-faq details p {
  margin: 0;
  padding: 14px 56px 18px 20px;
  border-top: 1px solid rgba(246, 191, 0, 0.18);
  color: #ccc;
}

@media (max-width: 800px) {
  .pg-faq {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.pg-footer {
  background: #050505;
  border-top: 1px solid #1a1a1a;
  padding: 64px 0 32px;
}

.pg-footer__grid {
  width: min(var(--pg-wrap), calc(100% - 48px));
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
}

.pg-footer__heading {
  font-family: var(--pg-font-display);
  font-size: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: #fff;
}

.pg-footer__links,
.pg-platforms--footer {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  gap: 24px;
}

.pg-footer__links a,
.pg-platforms--footer a {
  display: block;
  padding: 6px 0;
  color: #aaa;
  font-family: var(--pg-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 15px;
}

.pg-footer__links a:hover,
.pg-platforms--footer a:hover {
  color: var(--pg-yellow);
}

.pg-platforms--footer {
  columns: 1;
}

.pg-platforms--footer a {
  border: 1px solid #333;
  margin-bottom: 8px;
  padding: 12px 16px;
  clip-path: var(--pg-notch);
}

.pg-footer__about-text {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.pg-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  margin: 0 0 8px;
}

.pg-footer__meta div {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
}

.pg-footer__meta dt {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #555;
}

.pg-footer__meta dt::after {
  content: ":";
}

.pg-footer__meta dd {
  margin: 0;
  color: #777;
  font-size: 12px;
  line-height: 1.45;
}

.pg-footer__meta a {
  color: #777;
}

.pg-footer__meta a:hover {
  color: var(--pg-yellow);
}

.pg-footer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.pg-footer__tags span {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #555;
  border: 0;
  padding: 0;
}

.pg-footer__bottom {
  width: min(var(--pg-wrap), calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid #1a1a1a;
  padding-top: 24px;
}

.pg-footer__copy {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid #1a1a1a;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.pg-social--footer {
  margin-top: 18px;
}

.pg-social--footer a {
  min-width: 0;
  padding: 8px 12px;
  font-size: 12px;
}

/* --------------------------------------------------------------------------
   Inner pages
   -------------------------------------------------------------------------- */

.pg-page {
  padding: 64px 0 96px;
  background: #000;
}

.pg-page__title {
  font-family: var(--pg-font-display);
  font-size: clamp(36px, 5vw, 64px);
  margin: 8px 0 20px;
  text-transform: uppercase;
}

.pg-page__hero {
  height: min(420px, 50vh);
  background-size: cover;
  background-position: center;
  margin: 24px 0 32px;
  clip-path: var(--pg-notch-lg);
}

.pg-content {
  font-size: 18px;
  line-height: 1.7;
  color: #ddd;
  max-width: 800px;
}

.pg-content p,
.pg-content ul,
.pg-content ol {
  margin: 0 0 16px;
}

.pg-content h2,
.pg-content h3 {
  color: #fff;
  margin: 28px 0 12px;
}

.pg-content a {
  color: var(--pg-yellow);
}

.pg-pagination {
  margin-top: 40px;
  color: #aaa;
}

/* --------------------------------------------------------------------------
   Flatsome inner pages (shop, blog, default)
   -------------------------------------------------------------------------- */

.pg-skin #wrapper,
.pg-skin .page-wrapper,
.pg-skin main {
  background: #000;
}

.pg-skin h1,
.pg-skin h2,
.pg-skin h3,
.pg-skin .product-title,
.pg-skin .widget-title {
  font-family: var(--pg-font-display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pg-skin .button,
.pg-skin .single_add_to_cart_button,
.pg-skin .checkout-button,
.pg-skin .ux-btn {
  background: var(--pg-yellow) !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: var(--pg-font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  clip-path: var(--pg-notch);
}

.pg-skin .button.alt,
.pg-skin .is-outline {
  background: transparent !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px #fff;
}

.pg-skin .product-small,
.pg-skin .blog-posts article,
.pg-skin .box {
  background: var(--pg-card);
  color: #fff;
}

.pg-skin .off-canvas,
.pg-skin .nav-dropdown,
.pg-skin .current-dropdown {
  background: #111;
}

.pg-skin input,
.pg-skin select,
.pg-skin textarea {
  background: #111;
  color: #fff;
  border-color: #333;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  :root {
    --pg-bar-h: 72px;
    --pg-navrow-h: 68px;
    --pg-header-h: 140px;
  }

  .pg-header {
    height: var(--pg-header-h) !important;
    min-height: var(--pg-header-h) !important;
    max-height: var(--pg-header-h) !important;
  }

  .pg-header__bar {
    --pg-bar-h: 72px;
    height: 72px;
    max-height: 72px;
  }

  .pg-logo {
    max-width: min(280px, 40vw);
  }

  .pg-logo__img {
    height: 56px;
    max-height: 56px;
  }

  .pg-header__navrow {
    height: var(--pg-navrow-h);
    min-height: var(--pg-navrow-h);
    max-height: var(--pg-navrow-h);
  }

  .pg-nav > ul > li > a {
    font-size: 13px;
    letter-spacing: 0.02em;
  }

  .pg-nav__list,
  .pg-header .pg-nav > ul {
    gap: 12px;
  }

  .pg-news__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pg-patch__info {
    padding: 40px 36px;
  }

  .pg-patch__title {
    font-size: 42px;
  }

  .pg-patch__post-title {
    font-size: 26px;
  }
}

@media (max-width: 900px) {
  :root {
    --pg-bar-h: 56px;
    --pg-navrow-h: 0px;
    --pg-header-h: 56px;
  }

  #header.pg-header,
  #header.pg-header.stuck,
  #header.pg-header.is-stuck,
  .admin-bar #header.pg-header,
  .admin-bar #header.pg-header.stuck,
  .admin-bar .pg-header,
  .pg-header {
    top: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    padding: 0 !important;
    overflow: hidden;
  }

  .pg-header__bar {
    --pg-bar-h: 56px;
    position: relative;
    flex: 0 0 56px !important;
    height: 56px !important;
    max-height: 56px !important;
    min-height: 56px !important;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .pg-header__left {
    padding-left: 16px;
    gap: 16px;
    z-index: 3;
    height: 56px;
    align-items: center;
  }

  .pg-kebab {
    display: flex;
  }

  .pg-outlink {
    display: block;
  }

  .pg-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: min(148px, 40vw);
    z-index: 2;
    line-height: 0;
  }

  .pg-logo__img {
    height: 45px;
    max-height: 45px;
  }

  .pg-header__navrow {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden;
  }

  .pg-burger {
    display: flex !important;
    margin: 0 12px 0 0;
    align-self: center;
  }

  .pg-header__tools .pg-lang,
  .pg-header__tools .pg-login,
  .pg-header .pg-btn--play {
    display: none !important;
  }

  .pg-header__tools {
    display: flex;
    padding-right: 0;
    height: 56px;
    align-items: center;
    justify-content: flex-end;
  }

  .pg-footer__grid {
    grid-template-columns: 1fr;
  }

  .pg-news__grid {
    grid-template-columns: 1fr;
  }

  .pg-events__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pg-card--featured {
    grid-column: span 1;
  }

  .pg-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .pg-hero {
    min-height: 0;
    height: 526px;
    align-items: center;
    justify-content: center;
  }

  .pg-hero__overlay {
    background: rgba(12, 28, 52, 0.18);
  }

  .pg-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px 20px;
    margin-top: 100px;
  }

  .pg-hero__name {
    font-size: 34px;
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0 0 10px;
  }

  .pg-hero__tagline {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin: 0 0 8px;
  }

  .pg-hero__lead {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 22em;
    margin: 0 auto 22px;
    display: block;
  }

  .pg-platforms {
    display: none;
  }

  .pg-hero__cta {
    display: inline-flex;
    width: 80%;
    max-width: none;
    height: 52px;
    padding: 0 24px;
    background: var(--pg-yellow);
    color: #000 !important;
    font-size: 18px;
    letter-spacing: 0.12em;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 14px) 100%, 0 100%);
  }

  .pg-hero__cta:hover {
    background: var(--pg-yellow-2);
    color: #000 !important;
  }

  .pg-patch {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 5;
    width: calc(100% - 48px);
    max-width: 366px;
    margin: -30px auto 0;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .pg-patch .pg-wrap {
    width: 100%;
  }

  .pg-patch__inner {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    overflow: hidden;
    background: #1a1e22;
  }

  .pg-patch__media {
    order: -1;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .pg-patch__info {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    padding: 28px 20px 22px;
    background: url("../images/patch-copy-bg.webp") right center / cover no-repeat #0a0a0a;
    justify-content: flex-start;
    gap: 24px;
  }

  .pg-patch__title {
    font-size: 34px;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #e8ecef;
  }

  .pg-patch__to {
    margin-left: 12px;
  }

  .pg-patch__to svg {
    width: 22px;
    height: 22px;
  }

  .pg-patch__labels {
    margin: 0 0 16px;
  }

  .pg-patch__post-title {
    font-size: 20px;
    white-space: normal;
    margin: 0 0 10px;
  }

  .pg-patch__desc {
    font-size: 14px;
    line-height: 1.4;
  }

  .pg-patch__iframe,
  .pg-patch__media-link,
  .pg-patch__thumb {
    aspect-ratio: 16 / 9;
    height: 100%;
  }

  .pg-logo__text strong {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .pg-hero {
    height: min(526px, calc(100svh - var(--pg-header-h)));
  }

  .pg-events__grid {
    grid-template-columns: 1fr;
  }

  .pg-section-title {
    font-size: 28px;
    letter-spacing: 0.04em;
  }

  .pg-hero__name {
    font-size: 32px;
  }

  .pg-btn--xl {
    height: 56px;
    font-size: 22px;
    min-width: 0;
    padding: 0 24px;
  }

  .pg-platforms a {
    min-width: 0;
    flex: 1;
  }
}
