:root {
  --stg-black: #070707;
  --stg-black-2: #0d0c0b;
  --stg-black-3: #141110;
  --stg-red: #e10000;
  --stg-red-deep: #9b0000;
  --stg-red-dark: #57090b;
  --stg-gold: #dcc659;
  --stg-gold-2: #e0c858;
  --stg-gold-deep: #c08838;
  --stg-gold-dark: #9c6e2e;
  --stg-cyan: #2ebde8;
  --stg-cyan-2: #30bde8;
  --stg-silver: #c8c8c8;
  --stg-bronze: #b87333;
  --stg-white: #f5f2ee;
  --stg-muted: #b9b0a6;
  --stg-line: rgba(255, 255, 255, 0.12);
  --stg-max: 1180px;
  --stg-header: 84px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.stg-body {
  margin: 0;
  background: var(--stg-black);
  color: var(--stg-white);
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 8px 12px;
  background: #fff;
  color: #000;
  z-index: 100;
}

.stg-wrap {
  width: min(var(--stg-max), calc(100% - 40px));
  margin: 0 auto;
}

.stg-content-fallback {
  display: none;
}

.stg-kicker {
  display: inline-block;
  background: var(--stg-red);
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 14px;
  margin: 0 0 16px;
}

.stg-muted {
  color: var(--stg-muted);
}

/* Header */
.stg-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--stg-header);
  display: flex;
  align-items: center;
  background: rgba(7, 7, 7, 0.92);
  border-bottom: 1px solid var(--stg-line);
  backdrop-filter: blur(14px);
}

.stg-header-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.stg-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.stg-brand img {
  height: 54px;
  width: auto;
}

.stg-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
}

.stg-nav a:hover {
  color: var(--stg-gold);
}

.stg-menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--stg-line);
  color: #fff;
  width: 44px;
  height: 44px;
}

.stg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: 0.2s ease;
}

.stg-btn-red {
  background: var(--stg-red);
  color: #fff;
}

.stg-btn-red:hover {
  background: #ff1a1a;
}

.stg-btn-gold {
  background: linear-gradient(90deg, var(--stg-gold-deep), var(--stg-gold));
  color: #111;
}

.stg-btn-gold:hover {
  filter: brightness(1.08);
}

.stg-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.stg-btn-outline:hover {
  border-color: var(--stg-gold);
  color: var(--stg-gold);
}

.stg-btn-cyan {
  background: var(--stg-cyan);
  color: #06202a;
}

/* Hero */
.stg-hero {
  position: relative;
  min-height: calc(100vh - var(--stg-header));
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 42%, #070707 100%),
    radial-gradient(ellipse at 50% 70%, rgba(225, 0, 0, 0.38), transparent 55%),
    url("../images/hero-poster.jpg") center 18% / cover no-repeat;
  overflow: hidden;
}

.stg-hero-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 18px;
}

.stg-hero-logos img {
  height: 72px;
  width: auto;
  object-fit: contain;
}

.stg-signed {
  width: min(420px, 72vw);
  margin: 8px auto 10px;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.55));
}

.stg-artist {
  font-family: Oswald, sans-serif;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  font-size: clamp(14px, 2vw, 20px);
  color: var(--stg-gold);
  margin: 0 0 8px;
}

.stg-hero h1 {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(42px, 8vw, 92px);
  line-height: 0.88;
  margin: 0;
}

.stg-hero h1 span {
  display: block;
  color: var(--stg-red);
  text-shadow: 0 0 32px rgba(225, 0, 0, 0.45);
}

.stg-date {
  display: inline-block;
  margin: 22px auto 10px;
  padding: 8px 18px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 4px rgba(225, 0, 0, 0.15), inset 0 0 0 1px var(--stg-red);
  font-family: Oswald, sans-serif;
  letter-spacing: 0.22em;
  font-size: clamp(18px, 3vw, 28px);
}

.stg-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.stg-partners-note {
  margin-top: 22px;
  color: var(--stg-muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Sections */
.stg-section {
  padding: 88px 0;
  position: relative;
}

.stg-section-dark {
  background: linear-gradient(180deg, #070707 0%, #12090a 100%);
}

.stg-section-alt {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.72)),
    url("../images/portrait-left.jpg") left center / 28% auto no-repeat,
    url("../images/portrait-right.jpg") right center / 28% auto no-repeat,
    #070707;
}

.stg-section h2 {
  font-family: Oswald, sans-serif;
  font-size: clamp(32px, 5vw, 54px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 12px;
  line-height: 1;
}

.stg-lead {
  font-size: 18px;
  max-width: 720px;
}

.stg-center {
  text-align: center;
}

.stg-center .stg-lead {
  margin-left: auto;
  margin-right: auto;
}

/* Tickets */
.stg-ticket-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  margin-top: 36px;
}

.stg-card {
  background: rgba(20, 17, 16, 0.92);
  border: 1px solid var(--stg-line);
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.stg-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--stg-red);
}

.stg-card h3 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 28px;
  margin: 0 0 8px;
}

.stg-code {
  display: inline-block;
  margin: 14px 0;
  padding: 10px 16px;
  background: #000;
  border: 1px dashed var(--stg-gold);
  color: var(--stg-gold);
  font-family: Oswald, sans-serif;
  letter-spacing: 0.28em;
  font-size: 28px;
}

.stg-sale-list {
  display: grid;
  gap: 14px;
}

.stg-sale-item {
  background: #0b0b0b;
  border: 1px solid var(--stg-line);
  padding: 18px 18px 16px;
}

.stg-sale-item strong {
  display: block;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.stg-countdown {
  display: flex;
  gap: 10px;
  margin: 18px 0 8px;
  flex-wrap: wrap;
}

.stg-count {
  min-width: 72px;
  background: #000;
  border: 1px solid var(--stg-line);
  text-align: center;
  padding: 10px 8px 8px;
}

.stg-count b {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.stg-count span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stg-muted);
}

.stg-live {
  color: var(--stg-gold);
  font-family: Oswald, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Packages */
.stg-packages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.stg-package {
  background: #0c0c0c;
  border: 1px solid var(--stg-line);
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
}

.stg-package-head {
  padding: 16px 22px;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  color: #111;
}

.stg-gold .stg-package-head {
  background: linear-gradient(90deg, #9c6e2e, #e0c858, #c08838);
}

.stg-silver .stg-package-head {
  background: linear-gradient(90deg, #8d8d8d, #e8e8e8, #9a9a9a);
}

.stg-bronze .stg-package-head {
  background: linear-gradient(90deg, #8a4b1f, #d28a4a, #b87333);
  color: #1a0d05;
}

.stg-digital .stg-package-head {
  background: var(--stg-cyan);
  color: #06202a;
}

.stg-package-body {
  padding: 20px 22px 0;
  flex: 1;
}

.stg-price {
  font-family: Oswald, sans-serif;
  font-size: 34px;
  margin: 0 0 6px;
}

.stg-limit {
  color: var(--stg-muted);
  font-style: italic;
  margin: 0 0 16px;
}

.stg-package ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stg-package li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-top: 1px solid var(--stg-line);
  font-size: 14.5px;
}

.stg-package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: var(--stg-red);
}

.stg-digital li::before {
  background: var(--stg-cyan);
}

.stg-label {
  display: inline-block;
  background: var(--stg-red);
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 7px;
  margin-right: 6px;
}

.stg-exclude {
  color: #8f8680;
  font-size: 13px;
  font-style: italic;
  margin-top: 12px;
}

.stg-package .stg-btn {
  margin: 18px 22px 0;
}

/* Contact */
.stg-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  margin-top: 32px;
}

.stg-contact-card,
.stg-form {
  background: #0c0c0c;
  border: 1px solid var(--stg-line);
  padding: 28px;
}

.stg-contact-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0;
  font-size: 18px;
}

.stg-dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--stg-red);
  display: grid;
  place-items: center;
  flex: 0 0 34px;
}

.stg-form label {
  display: block;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 6px;
}

.stg-form input,
.stg-form select,
.stg-form textarea {
  width: 100%;
  margin-bottom: 14px;
  background: #070707;
  border: 1px solid var(--stg-line);
  color: #fff;
  padding: 12px 12px;
  font: inherit;
}

.stg-form textarea {
  min-height: 120px;
  resize: vertical;
}

.stg-form-msg {
  display: none;
  margin-top: 10px;
}

.stg-form-msg.is-on {
  display: block;
}

.stg-form-msg.ok {
  color: var(--stg-gold);
}

.stg-form-msg.err {
  color: #ff8a8a;
}

.stg-hp {
  position: absolute;
  left: -9999px;
}

.stg-cf7 .wpcf7-form p {
  margin: 0 0 4px;
}

.stg-cf7 .wpcf7-form-control-wrap {
  display: block;
}

.stg-cf7 input[type="text"],
.stg-cf7 input[type="email"],
.stg-cf7 input[type="tel"],
.stg-cf7 select,
.stg-cf7 textarea {
  width: 100%;
  margin-bottom: 14px;
  background: #070707;
  border: 1px solid var(--stg-line);
  color: #fff;
  padding: 12px;
  font: inherit;
}

.stg-cf7 input.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  background: linear-gradient(90deg, var(--stg-gold-deep), var(--stg-gold));
  color: #111;
}

.stg-cf7 .wpcf7-response-output {
  margin: 14px 0 0;
  border-color: var(--stg-gold);
  color: var(--stg-gold);
}

/* Footer */
.stg-footer {
  border-top: 1px solid var(--stg-line);
  padding: 28px 0 36px;
  text-align: center;
  color: var(--stg-muted);
}

.stg-footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.stg-footer-logos img {
  height: 46px;
  width: auto;
}

.stg-powered {
  margin: 14px 0 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stg-powered-bar {
  display: none;
}

.stg-powered a {
  color: var(--stg-gold);
}

.stg-powered a:hover {
  color: #fff;
}

/* Elementor tweaks */
.elementor-kit-stg,
.stg-body .elementor-widget-heading .elementor-heading-title {
  font-family: Oswald, sans-serif;
}

.stg-body .elementor-button {
  font-family: Oswald, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .stg-ticket-grid,
  .stg-packages,
  .stg-contact-grid,
  .stg-hero-logos {
    grid-template-columns: 1fr;
    display: grid;
  }

  .stg-hero-logos {
    justify-items: center;
  }

  .stg-section-alt {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.55), #070707 18%, #070707 82%, rgba(0, 0, 0, 0.7)),
      #070707;
  }

  .stg-nav {
    display: none;
    position: absolute;
    top: var(--stg-header);
    left: 0;
    right: 0;
    background: #070707;
    flex-direction: column;
    padding: 18px;
    border-bottom: 1px solid var(--stg-line);
  }

  .stg-header.is-open .stg-nav {
    display: flex;
  }

  .stg-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .stg-brand > img,
  .stg-brand a:not(.stg-logo-main) {
    display: none;
  }

  .stg-hero {
    min-height: 86vh;
    padding: 28px 0 48px;
  }
}
