:root {
  --zc-ink: #01070a;
  --zc-charcoal: #041217;
  --zc-graphite: #09191f;
  --zc-bone: #eaecec;
  --zc-steel: #8c96b3;
  --zc-line: #2f3d47;
  --zc-toxic: #a0f912;
  --zc-magenta: #ff2571;
  --zc-purple: #76198f;
  --zc-loss: #ff5b69;
  --zc-display: Bahnschrift, "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --zc-body: Bahnschrift, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --zc-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --zc-personality: "Ink Free", "Segoe Print", "Comic Sans MS", cursive;
  --zc-shell: min(1440px, calc(100vw - clamp(2rem, 8vw, 8rem)));
  --zc-cut: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 90% 14%, rgb(75 23 109 / 12%), transparent 28rem),
    var(--zc-ink);
}

body::before {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, var(--zc-toxic), var(--zc-magenta) 66%, transparent);
}

a {
  text-underline-offset: 0.22em;
}

img {
  max-width: 100%;
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--zc-toxic);
  outline-offset: 4px;
}

.screen-reader-text:focus,
.skip-link:focus {
  z-index: 99999;
  top: 0.75rem;
  left: 0.75rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: var(--zc-ink);
  background: var(--zc-toxic);
}

.site-main {
  min-height: 60vh;
}

.site-section {
  position: relative;
  padding-top: clamp(4.5rem, 8vw, 8rem);
  padding-bottom: clamp(4.5rem, 8vw, 8rem);
}

.site-section--compact {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.site-section--ruled {
  border-top: 1px solid var(--zc-line);
}

.eyebrow,
.zc-kicker,
.wp-block-post-date,
.wp-block-post-terms,
.zc-meta,
.zc-form__label,
.zc-status,
.zc-section-index {
  color: var(--zc-toxic);
  font-family: var(--zc-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow::before,
.zc-kicker::before {
  display: inline-block;
  width: 1.75rem;
  height: 2px;
  margin-right: 0.7rem;
  content: "";
  vertical-align: 0.25em;
  background: var(--zc-magenta);
}

.section-heading {
  margin-top: 0;
  margin-bottom: clamp(1.75rem, 4vw, 3.5rem);
}

.section-heading__title {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.75rem, 5.5vw, 6rem);
}

.section-heading__copy {
  max-width: 44rem;
  margin-top: 1rem;
  color: var(--zc-steel);
}

.text-link,
.zc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--zc-toxic);
  font-family: var(--zc-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after,
.zc-card__link::after {
  content: "↗";
  transition: transform 160ms ease;
}

.text-link:hover::after,
.zc-card__link:hover::after {
  transform: translate(3px, -3px);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  padding-right: clamp(1rem, 4vw, 4rem);
  padding-left: clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgb(154 164 174 / 18%);
  background: rgb(7 9 11 / 92%);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  min-height: 76px;
  margin: 0 auto;
}

.brand-lockup {
  flex-shrink: 0;
  gap: 0.65rem !important;
}

.brand-lockup .custom-logo {
  display: block;
}

.brand-lockup__name,
.brand-lockup .wp-block-site-title {
  margin: 0;
  font-family: var(--zc-display);
  font-size: 1.65rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-transform: uppercase;
}

.brand-lockup__name a,
.brand-lockup .wp-block-site-title a {
  text-decoration: none;
}

.brand-lockup__descriptor {
  margin: 0.2rem 0 0;
  color: var(--zc-toxic);
  font-family: var(--zc-mono);
  font-size: 0.58rem !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.primary-nav {
  gap: clamp(0.6rem, 1.5vw, 1.4rem) !important;
}

.primary-nav .wp-block-navigation-item__content {
  position: relative;
  padding: 1.75rem 0;
  text-decoration: none;
}

.mobile-nav-only {
  display: none !important;
}

.primary-nav .current-menu-item > .wp-block-navigation-item__content::after,
.primary-nav .wp-block-navigation-item__content:hover::after {
  position: absolute;
  right: 0;
  bottom: 1.15rem;
  left: 0;
  height: 2px;
  content: "";
  background: var(--zc-toxic);
}

.header-actions .wp-block-button__link {
  clip-path: var(--zc-cut);
  background: var(--zc-magenta);
}

.header-search-link {
  margin: 0;
}

.header-search-link a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--zc-line);
  font-size: 1.4rem;
  text-decoration: none;
}

.wp-block-button__link {
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.wp-block-button__link:hover {
  color: var(--zc-ink);
  background: var(--zc-bone);
  transform: translateY(-2px);
}

.is-style-outline > .wp-block-button__link {
  color: var(--zc-bone);
  border-color: var(--zc-steel);
  background: rgb(7 9 11 / 30%);
}

/* Match ticker */
.zc-match-ticker {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--zc-line);
  background: linear-gradient(90deg, #0b0e12, #10111a 55%, #0b0e12);
}

.zc-match-ticker__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 3.5rem);
  width: var(--zc-shell);
  min-height: 58px;
  margin: 0 auto;
}

.zc-match-ticker__teams {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 1.5vw, 1.4rem);
  min-width: 0;
  font-family: var(--zc-display);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 800;
  text-transform: uppercase;
}

.zc-match-ticker__versus {
  color: var(--zc-steel);
  font-family: var(--zc-mono);
  font-size: 0.65rem;
}

.zc-match-ticker__meta {
  color: var(--zc-steel);
  font-family: var(--zc-mono);
  font-size: 0.68rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.zc-status--live {
  color: var(--zc-magenta);
}

/* Hero */
.home-hero {
  position: relative;
  min-height: clamp(650px, 76vh, 900px);
  overflow: hidden;
  padding: clamp(5.5rem, 11vw, 10rem) max(4vw, calc((100vw - 1440px) / 2));
  isolation: isolate;
  background: var(--zc-charcoal);
}

.home-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(90deg, var(--zc-ink) 0%, rgb(7 9 11 / 98%) 18%, rgb(7 9 11 / 55%) 50%, rgb(7 9 11 / 12%) 78%),
    image-set(
      url("../images/staging-hero.webp") type("image/webp"),
      url("../images/staging-hero.png") type("image/png")
    );
  background-position: center;
  background-size: cover;
}

.home-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 9rem;
  content: "";
  background: linear-gradient(transparent, var(--zc-ink));
}

.home-hero__content {
  max-width: 780px;
  margin: 0 !important;
}

.home-hero h1 {
  max-width: 8ch;
  margin: 1.25rem 0 1.5rem;
  font-size: clamp(4.2rem, 8.6vw, 9.5rem);
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.home-hero h1 strong {
  display: block;
  color: var(--zc-toxic);
  font-weight: inherit;
}

.home-hero__copy {
  max-width: 590px;
  color: #d6d9dc;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.home-hero__actions {
  margin-top: 2rem;
}

.staging-art-label {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  margin: 0;
  padding: 0.4rem 0.6rem;
  border: 1px solid rgb(242 10 104 / 55%);
  color: var(--zc-bone);
  background: rgb(7 9 11 / 82%);
  font-family: var(--zc-mono);
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-hero__season {
  position: absolute;
  right: max(4vw, calc((100vw - 1440px) / 2));
  bottom: 7.5rem;
  margin: 0;
  color: rgb(242 240 233 / 52%);
  font-family: var(--zc-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

/* Cards and panels */
.zc-panel,
.zc-card,
.zc-empty {
  position: relative;
  border: 1px solid var(--zc-line);
  background: linear-gradient(145deg, rgb(20 26 32 / 92%), rgb(10 13 16 / 94%));
}

.zc-panel::before,
.zc-card::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2.75rem;
  height: 2px;
  content: "";
  background: var(--zc-magenta);
}

.zc-competitive-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.zc-snapshot {
  min-height: 235px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.zc-snapshot--match {
  grid-column: span 1;
}

.zc-snapshot__teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 2rem 0;
}

.zc-team-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  color: var(--zc-ink);
  background: var(--zc-toxic);
  font-family: var(--zc-display);
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 900;
}

.zc-team-mark--opponent {
  color: var(--zc-bone);
  background: var(--zc-purple);
}

.zc-team-mark__image {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.zc-snapshot__score {
  font-family: var(--zc-display);
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.zc-snapshot__score small {
  color: var(--zc-steel);
  font-family: var(--zc-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zc-empty {
  padding: 2rem;
  color: var(--zc-steel);
}

.zc-empty strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--zc-bone);
  font-family: var(--zc-display);
  font-size: 1.5rem;
  text-transform: uppercase;
}

/* News */
.zc-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 0.75fr));
  gap: 1rem;
}

.zc-news-card {
  min-height: 390px;
  overflow: hidden;
}

.zc-news-card:first-child {
  grid-row: span 2;
  min-height: 650px;
}

.zc-news-card__media {
  position: absolute;
  inset: 0;
}

.zc-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.zc-news-card:hover .zc-news-card__media img {
  transform: scale(1.025);
}

.zc-news-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(transparent 28%, rgb(7 9 11 / 98%) 94%);
}

.zc-news-card__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.zc-news-card h3 {
  margin: 0.7rem 0;
  font-size: clamp(1.8rem, 3vw, 3.5rem);
}

.zc-news-card:not(:first-child) h3 {
  font-size: clamp(1.5rem, 2vw, 2.25rem);
}

.zc-news-card__excerpt {
  max-width: 46rem;
  color: var(--zc-steel);
}

/* Roster */
.zc-roster-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 2.35fr);
  border: 1px solid var(--zc-line);
  background: var(--zc-charcoal);
}

.zc-roster-intro {
  display: flex;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background:
    linear-gradient(150deg, transparent 45%, rgb(167 230 29 / 8%)),
    #0b0e11;
}

.zc-roster-intro h2 {
  margin: 0.8rem 0;
  font-size: clamp(3rem, 5vw, 5.8rem);
}

.zc-roster-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.zc-player-card {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-left: 1px solid var(--zc-line);
  background:
    radial-gradient(circle at 50% 20%, rgb(242 10 104 / 20%), transparent 50%),
    var(--zc-graphite);
}

.zc-player-card__portrait {
  position: absolute;
  inset: 0;
}

.zc-player-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.9) contrast(1.06);
  transition: transform 350ms ease, filter 350ms ease;
}

.zc-player-card:hover .zc-player-card__portrait img {
  transform: scale(1.025);
  filter: saturate(1.1) contrast(1.08);
}

.zc-player-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  color: rgb(242 240 233 / 9%);
  font-family: var(--zc-display);
  font-size: 8rem;
  font-weight: 900;
  background:
    repeating-linear-gradient(120deg, transparent 0 18px, rgb(242 10 104 / 5%) 18px 19px),
    radial-gradient(circle, rgb(75 23 109 / 60%), transparent 65%);
}

.zc-player-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1.25rem;
  background: linear-gradient(transparent, rgb(7 9 11 / 96%) 38%);
}

.zc-player-card__handle {
  margin: 4rem 0 0;
  font-family: var(--zc-display);
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.zc-player-card__name,
.zc-player-card__role {
  margin: 0.3rem 0 0;
  font-family: var(--zc-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.zc-player-card__role {
  color: var(--zc-toxic);
}

/* Video / story */
.zc-video-feature {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--zc-line);
  background:
    linear-gradient(90deg, rgb(7 9 11 / 98%), rgb(7 9 11 / 55%)),
    radial-gradient(circle at 75% 50%, var(--zc-purple), transparent 35%),
    #12151a;
}

.zc-video-feature__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(1.5rem, 5vw, 5rem);
  max-width: 470px;
  transform: translateY(-50%);
}

.zc-video-feature h2 {
  margin: 0.7rem 0 1rem;
  font-size: clamp(3.2rem, 6vw, 7rem);
}

.zc-video-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 22%;
  display: grid;
  width: 94px;
  height: 94px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--zc-bone);
  border-radius: 50%;
  color: var(--zc-bone);
  background: rgb(7 9 11 / 42%);
  font-size: 2rem;
  cursor: pointer;
  transform: translate(50%, -50%);
  backdrop-filter: blur(7px);
}

.zc-video-feature iframe {
  width: 100%;
  min-height: 560px;
  border: 0;
}

.zc-story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 8vw, 8rem);
  align-items: end;
}

.zc-story__statement {
  color: var(--zc-steel);
  font-family: var(--zc-display);
  font-size: clamp(2.3rem, 4vw, 4.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.02;
  text-transform: uppercase;
}

.zc-story__statement strong {
  color: var(--zc-bone);
}

/* Sponsors / community */
.zc-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--zc-line);
  border-left: 1px solid var(--zc-line);
}

.zc-sponsor {
  display: grid;
  min-height: 150px;
  padding: 1.5rem;
  place-items: center;
  border-right: 1px solid var(--zc-line);
  border-bottom: 1px solid var(--zc-line);
  filter: grayscale(1);
  transition: filter 180ms ease, background 180ms ease;
}

.zc-sponsor:hover {
  background: var(--zc-charcoal);
  filter: none;
}

.zc-sponsor img {
  max-width: 150px;
  max-height: 65px;
  object-fit: contain;
}

/* Editorial partner directory */
.partners-hero {
  background:
    radial-gradient(circle at 82% 28%, rgb(160 249 18 / 12%), transparent 18rem),
    linear-gradient(120deg, rgb(75 23 109 / 38%), transparent 52%),
    var(--zc-charcoal);
}

.partner-directory-section > :where(.eyebrow, h2, p) { width: 100%; max-width: none; }

.partner-directory-section > .zc-partner-directory {
  width: 100%;
  max-width: none;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.zc-partner-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--zc-line);
  border-left: 1px solid var(--zc-line);
}

.zc-partner-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 410px;
  grid-template-rows: 145px minmax(0, 1fr);
  border-right: 1px solid var(--zc-line);
  border-bottom: 1px solid var(--zc-line);
  background: linear-gradient(150deg, rgb(16 18 27 / 96%), rgb(4 18 23 / 96%));
}

.zc-partner-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  height: 3px;
  content: "";
  background: var(--zc-magenta);
}

.zc-partner-card:nth-child(3n + 2)::before { background: var(--zc-purple-bright); }
.zc-partner-card:nth-child(3n)::before { background: var(--zc-toxic); }

.zc-partner-card__logo {
  display: grid;
  min-width: 0;
  padding: 1.5rem;
  border-bottom: 1px solid var(--zc-line);
  background: rgb(1 7 10 / 54%);
  place-items: center;
}

.zc-partner-card__logo a {
  display: grid;
  width: 100%;
  height: 100%;
  color: var(--zc-bone);
  place-items: center;
  text-decoration: none;
}

.zc-partner-card__logo img {
  width: auto;
  max-width: min(250px, 82%);
  max-height: 74px;
  object-fit: contain;
}

.zc-partner-card__logo span {
  overflow: hidden;
  max-width: 100%;
  font-family: var(--zc-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.zc-partner-card__body {
  display: flex;
  min-width: 0;
  padding: clamp(1.4rem, 2.6vw, 2.25rem);
  flex-direction: column;
}

.zc-partner-card__meta {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}

.zc-partner-card__category {
  display: inline-flex;
  min-height: 24px;
  padding: 0.35rem 0.8rem;
  align-items: center;
  color: var(--zc-bone);
  background: var(--zc-purple);
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
  font-family: var(--zc-mono);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.zc-partner-card:nth-child(3n + 1) .zc-partner-card__category { background: #d93f38; }

.zc-partner-card__socials {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0.7rem;
  list-style: none;
}

.zc-partner-card__socials:empty { display: none; }
.zc-partner-card__socials li { margin: 0; }
.zc-partner-card__socials a { color: var(--zc-steel); font-family: var(--zc-mono); font-size: 0.62rem; text-decoration: none; text-transform: uppercase; }
.zc-partner-card__socials a:hover { color: var(--zc-magenta); }

.zc-partner-card__description {
  margin: 0 0 1.75rem;
  color: var(--zc-bone);
  font-size: 0.96rem;
  line-height: 1.75;
}

.zc-partner-card__link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  color: var(--zc-toxic);
  font-family: var(--zc-mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.zc-partner-card__link span { transition: transform 160ms ease; }
.zc-partner-card__link:hover span { transform: translateX(0.25rem); }

@media (max-width: 1000px) {
  .zc-partner-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .zc-partner-directory { grid-template-columns: minmax(0, 1fr); }
  .zc-partner-card { min-height: 360px; grid-template-rows: 125px minmax(0, 1fr); }
  .zc-partner-card__body { padding: 1.35rem; }
  .zc-partner-card__meta { margin-bottom: 1rem; }
}

.zc-team-selector,
.zc-achievements,
.zc-media-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.zc-team-selector a,
.zc-achievements article,
.zc-media-gallery article,
.zc-download-card,
.zc-partner-spotlight {
  padding: 1.5rem;
}

.zc-team-selector a {
  display: grid;
  gap: 0.25rem;
  text-decoration: none;
}

.zc-team-selector strong {
  font-family: var(--zc-display);
  font-size: 1.7rem;
  text-transform: uppercase;
}

.zc-team-selector span,
.zc-social-links {
  color: var(--zc-steel);
  font-family: var(--zc-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.zc-partner-spotlight {
  display: grid;
  grid-template-columns: minmax(150px, 0.5fr) 1.5fr;
  gap: 2rem;
  align-items: center;
}

.zc-partner-spotlight img {
  max-height: 100px;
  object-fit: contain;
}

.zc-social-links {
  display: flex;
  padding: 0;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
}

.zc-social-links a,
.zc-tournament-badges a {
  display: inline-flex;
  gap: 0.5rem;
  text-decoration: none;
}

.zc-tournament-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.zc-tournament-badges a {
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--zc-line);
  color: var(--zc-toxic);
  font-family: var(--zc-mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.zc-media-gallery img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.zc-community {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 7rem);
  border: 1px solid var(--zc-line);
  background:
    linear-gradient(105deg, rgb(75 23 109 / 75%), rgb(13 17 21 / 92%) 52%),
    var(--zc-charcoal);
  clip-path: var(--zc-cut);
}

.zc-community::after {
  position: absolute;
  right: -4rem;
  bottom: -9rem;
  content: "Z";
  color: rgb(242 10 104 / 12%);
  font-family: var(--zc-display);
  font-size: 28rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.zc-community__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.zc-community h2 {
  margin: 0.75rem 0 1rem;
  font-size: clamp(4rem, 8vw, 9rem);
}

/* Forms */
.zc-form {
  display: grid;
  gap: 1rem;
}

.zc-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.zc-form__field {
  display: grid;
  gap: 0.4rem;
}

.zc-form input:not([type="checkbox"]),
.zc-form textarea,
.zc-form select {
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--zc-line);
  border-radius: 0;
  color: var(--zc-bone);
  background: #090c0f;
  font: inherit;
}

.zc-form textarea {
  min-height: 150px;
  resize: vertical;
}

.zc-form__consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  color: var(--zc-steel);
  font-size: 0.82rem;
}

.zc-form__consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.22rem;
  accent-color: var(--zc-toxic);
}

.zc-form__button {
  justify-self: start;
  min-height: 48px;
  padding: 0.8rem 1.4rem;
  border: 0;
  clip-path: var(--zc-cut);
  color: var(--zc-ink);
  background: var(--zc-toxic);
  font-family: var(--zc-mono);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.zc-form__status {
  padding: 0.8rem 1rem;
  border-left: 3px solid var(--zc-toxic);
  background: rgb(167 230 29 / 8%);
}

.zc-form__status--error {
  border-left-color: var(--zc-loss);
  background: rgb(240 82 95 / 8%);
}

.zc-honeypot {
  position: absolute !important;
  left: -10000px !important;
}

/* Archives and singles */
.archive-hero,
.single-hero {
  padding-top: clamp(5rem, 10vw, 10rem);
  padding-bottom: clamp(3rem, 7vw, 7rem);
  border-bottom: 1px solid var(--zc-line);
  background:
    linear-gradient(120deg, rgb(75 23 109 / 20%), transparent 45%),
    var(--zc-charcoal);
}

.archive-hero h1,
.single-hero h1 {
  max-width: 13ch;
  margin: 0.7rem 0 1rem;
}

.archive-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.archive-grid .wp-block-post {
  display: flex;
  min-width: 0;
  height: 100%;
  margin-block-start: 0 !important;
  padding: 1.5rem;
  flex-direction: column;
  border: 1px solid var(--zc-line);
  background: var(--zc-charcoal);
}

.archive-grid .wp-block-post > * { width: 100%; }
.archive-grid .wp-block-post-excerpt { flex: 1; }

.archive-grid .wp-block-post-featured-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.archive-grid .wp-block-post-title {
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}

.article-shell {
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.article-shell > * {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.article-shell > .alignwide {
  max-width: 1200px;
}

.zc-entity-meta {
  display: flex;
  gap: 1rem 2rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.zc-entity-meta > div {
  min-width: 150px;
  padding-left: 0.75rem;
  border-left: 2px solid var(--zc-magenta);
}

.zc-entity-meta dt {
  color: var(--zc-steel);
  font-family: var(--zc-mono);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zc-entity-meta dd {
  margin: 0.2rem 0 0;
  font-weight: 700;
}

.wp-block-post-content :where(p, li) {
  color: #c8ced3;
}

.wp-block-post-content h2 {
  margin-top: 2.5em;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

/* Footer */
.site-footer {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-right: clamp(1rem, 4vw, 4rem);
  padding-bottom: 1.5rem;
  padding-left: clamp(1rem, 4vw, 4rem);
  border-top: 1px solid var(--zc-line);
  background:
    linear-gradient(140deg, rgb(75 23 109 / 13%), transparent 38%),
    #080a0d;
}

.site-footer__grid {
  padding-bottom: 3rem;
}

.site-footer h3 {
  letter-spacing: 0.03em;
}

.site-footer p {
  color: var(--zc-steel);
}

.footer-links {
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 0.5rem;
}

.footer-links a {
  color: var(--zc-steel);
  font-family: var(--zc-mono);
  font-size: 0.72rem;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer__legal {
  padding-top: 1.25rem;
  border-top: 1px solid var(--zc-line);
}

/* Responsive */
@media (max-width: 1100px) {
  .primary-nav {
    display: none !important;
  }

  .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }

  .zc-competitive-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zc-snapshot:first-child {
    grid-column: span 2;
  }

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

  .zc-news-card:first-child {
    grid-column: span 2;
    grid-row: auto;
  }

  .zc-roster-wrap {
    grid-template-columns: 1fr;
  }

  .zc-roster-grid {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(210px, 1fr));
    scroll-snap-type: x mandatory;
  }

  .zc-player-card {
    scroll-snap-align: start;
  }

  .zc-sponsor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 780px) {
  :root {
    --zc-shell: calc(100vw - 2rem);
  }

  .site-header__inner {
    min-height: 68px;
  }

  .header-actions {
    display: none !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 2rem;
    color: var(--zc-bone);
    background: var(--zc-charcoal);
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 4rem;
  }

  .wp-block-navigation__responsive-container.is-menu-open .mobile-nav-only {
    display: flex !important;
  }

  .primary-nav .wp-block-navigation-item__content {
    padding: 0.7rem 0;
    font-family: var(--zc-display);
    font-size: 2.4rem;
  }

  .zc-match-ticker__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 68px;
  }

  .zc-match-ticker__meta {
    display: none;
  }

  .zc-match-ticker__teams {
    justify-content: flex-start;
    font-size: 0.95rem;
  }

  .home-hero {
    min-height: 700px;
    padding-top: 5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .home-hero::before {
    background-image:
      linear-gradient(180deg, rgb(7 9 11 / 48%) 0%, rgb(7 9 11 / 84%) 57%, var(--zc-ink) 100%),
      image-set(
        url("../images/staging-hero.webp") type("image/webp"),
        url("../images/staging-hero.png") type("image/png")
      );
    background-position: 68% center;
  }

  .home-hero__content {
    display: flex;
    min-height: 580px;
    flex-direction: column;
    justify-content: flex-end;
  }

  .home-hero h1 {
    font-size: clamp(3.8rem, 17vw, 6rem);
  }

  .home-hero__season {
    display: none;
  }

  .zc-competitive-grid,
  .zc-news-grid,
  .zc-story,
  .zc-form__row {
    grid-template-columns: 1fr;
  }

  .zc-snapshot:first-child,
  .zc-news-card:first-child {
    grid-column: auto;
  }

  .zc-news-card,
  .zc-news-card:first-child {
    min-height: 430px;
  }

  .zc-video-feature {
    min-height: 640px;
  }

  .zc-video-feature__content {
    top: auto;
    right: 1.5rem;
    bottom: 2rem;
    left: 1.5rem;
    transform: none;
  }

  .zc-video-play {
    top: 32%;
    right: 50%;
  }

  .zc-sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .archive-grid .wp-block-post-template {
    grid-template-columns: 1fr;
  }

  .zc-team-selector,
  .zc-achievements,
  .zc-media-gallery,
  .zc-partner-spotlight {
    grid-template-columns: 1fr;
  }

  .zc-community {
    padding: 3rem 1.5rem;
  }

  .site-footer__grid {
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .brand-lockup .wp-block-site-logo {
    display: none;
  }

  .zc-match-ticker__inner {
    grid-template-columns: 1fr auto;
  }

  .zc-match-ticker .zc-status {
    display: none;
  }

  .zc-sponsor-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wp-block-buttons {
    align-items: stretch;
  }

  .wp-block-button {
    width: 100%;
  }

  .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Personality system v2 — editorial club layout. */
body {
  background:
    radial-gradient(circle at 72% 8%, rgb(118 25 143 / 18%), transparent 34rem),
    radial-gradient(circle at 8% 46%, rgb(255 37 113 / 6%), transparent 30rem),
    linear-gradient(180deg, #010507, var(--zc-ink) 35%, #02090c);
}

.site-header {
  border-bottom-color: rgb(140 150 179 / 22%);
  background: rgb(1 7 10 / 92%);
  backdrop-filter: blur(18px);
}

.primary-nav .wp-block-navigation-item__content {
  position: relative;
}

.primary-nav .current-menu-item > .wp-block-navigation-item__content::after,
.primary-nav .wp-block-navigation-item__content:hover::after {
  position: absolute;
  right: 0;
  bottom: -0.48rem;
  left: 0;
  height: 3px;
  content: "";
  transform: rotate(-1deg);
  background: var(--zc-magenta);
}

.graveyard-nav-link .wp-block-navigation-item__label::after {
  color: var(--zc-toxic);
  content: "  ☠";
}

.home-hero--club {
  min-height: clamp(620px, 72vw, 850px);
  padding-top: clamp(4rem, 9vw, 8.5rem);
  padding-bottom: clamp(4rem, 9vw, 7rem);
  background-image:
    linear-gradient(90deg, rgb(1 7 10 / 98%) 0%, rgb(1 7 10 / 87%) 35%, rgb(1 7 10 / 22%) 69%, rgb(1 7 10 / 62%) 100%),
    linear-gradient(0deg, var(--zc-ink), transparent 27%),
    url("../images/staging-club-group.png");
  background-position: center, center, center 28%;
  background-size: cover;
}

.home-hero--club::before {
  opacity: 0.42;
  background:
    linear-gradient(118deg, transparent 65%, rgb(118 25 143 / 55%)),
    repeating-linear-gradient(105deg, transparent 0 38px, rgb(234 236 236 / 3%) 39px 40px);
}

.home-hero--club::after {
  right: -3rem;
  bottom: 4rem;
  left: auto;
  width: 19rem;
  height: 8rem;
  opacity: 0.72;
  background: var(--zc-purple);
  clip-path: polygon(7% 8%, 100% 0, 91% 84%, 0 100%);
}

.home-hero--club .home-hero__content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin-left: max(0px, calc((100vw - 1440px) / 2));
}

.home-hero--club h1 {
  font-size: clamp(4.2rem, 8.6vw, 8.8rem);
  line-height: 0.79;
  letter-spacing: -0.055em;
  text-shadow: 0 5px 24px rgb(0 0 0 / 72%);
}

.home-hero--club h1 strong,
.home-hero--club h1 em {
  font-style: normal;
}

.home-hero--club h1 strong { color: var(--zc-magenta); }
.home-hero--club h1 em { color: var(--zc-toxic); }

.home-hero--club .home-hero__copy {
  max-width: 35rem;
  color: var(--zc-bone);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  text-shadow: 0 2px 12px #000;
}

.staging-art-label {
  position: absolute;
  z-index: 3;
  right: 1rem;
  bottom: 1rem;
  max-width: 24rem;
  padding: 0.45rem 0.65rem;
  color: var(--zc-steel);
  background: rgb(1 7 10 / 82%);
  font-family: var(--zc-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.zc-doodle {
  width: fit-content;
  margin-top: 2rem;
  padding: 0.35rem 0.8rem;
  transform: rotate(-2deg);
  color: var(--zc-magenta);
  border-bottom: 3px solid currentColor;
  font-family: var(--zc-personality);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 800;
}

.site-section--editorial,
.site-section--roster,
.site-section--results,
.site-section--media,
.site-section--partners,
.site-section--newsletter {
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.section-heading__title {
  max-width: 900px;
}

.site-section--shift {
  overflow: hidden;
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  border-block: 1px solid rgb(140 150 179 / 20%);
  background:
    linear-gradient(135deg, rgb(118 25 143 / 42%), rgb(4 18 23 / 94%) 52%),
    repeating-linear-gradient(45deg, transparent 0 14px, rgb(255 255 255 / 2%) 15px 16px);
}

.zc-match-columns {
  gap: clamp(1rem, 3vw, 3rem);
}

.zc-match-columns > .wp-block-column {
  padding: clamp(1rem, 2vw, 2rem);
  background: linear-gradient(135deg, rgb(9 25 31 / 92%), rgb(4 18 23 / 78%));
  clip-path: var(--zc-cut);
}

.zc-player-card {
  overflow: visible;
  border-color: rgb(140 150 179 / 22%);
  background: linear-gradient(180deg, rgb(9 25 31 / 92%), rgb(4 18 23 / 94%));
  box-shadow: 0 22px 55px rgb(0 0 0 / 24%);
}

.zc-player-card:nth-child(even) { transform: translateY(1.25rem); }

.zc-player-card__personality {
  margin-top: 1rem;
  padding-top: 0.8rem;
  color: var(--zc-toxic);
  border-top: 1px dashed rgb(140 150 179 / 30%);
  font-family: var(--zc-personality);
  font-size: 0.93rem;
  line-height: 1.3;
}

.zc-shift-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, 0.8fr);
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: var(--zc-charcoal);
  box-shadow: 0 28px 70px rgb(0 0 0 / 32%);
  clip-path: var(--zc-cut);
}

.zc-shift-feature__media {
  position: relative;
  min-height: 430px;
  background: linear-gradient(135deg, var(--zc-purple), var(--zc-charcoal));
}

.zc-shift-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.zc-shift-feature__media:hover img { transform: scale(1.025); }

.zc-shift-feature__placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--zc-toxic);
  font-size: 6rem;
}

.zc-shift-feature__play,
.zc-shift-card__media > span {
  position: absolute;
  display: grid;
  width: 4.5rem;
  height: 4.5rem;
  color: var(--zc-ink);
  background: var(--zc-magenta);
  place-items: center;
  clip-path: polygon(8% 0, 100% 8%, 91% 100%, 0 88%);
}

.zc-shift-feature__play { right: 1.5rem; bottom: 1.5rem; }

.zc-shift-feature__content {
  min-width: 0;
  align-self: center;
  padding: clamp(2rem, 4vw, 4rem);
}

.zc-shift-feature__content h3 {
  max-width: 100%;
  font-size: clamp(2rem, 3.35vw, 3.75rem);
  overflow-wrap: break-word;
}

.zc-shift-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.zc-shift-card {
  grid-column: span 4;
  overflow: hidden;
  background: rgb(4 18 23 / 92%);
  box-shadow: 0 16px 42px rgb(0 0 0 / 22%);
}

.zc-shift-card:nth-child(1),
.zc-shift-card:nth-child(5) { grid-column: span 6; }

.zc-shift-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.zc-shift-card__media img { width: 100%; height: 100%; object-fit: cover; }
.zc-shift-card__media > span { right: 0.75rem; bottom: 0.75rem; width: 2.75rem; height: 2.75rem; }
.zc-shift-card__content { padding: 1.35rem; }

.zc-sticker {
  display: inline-block;
  width: fit-content;
  margin: 0 0 0.8rem;
  padding: 0.3rem 0.65rem;
  transform: rotate(-1.5deg);
  color: var(--zc-ink);
  background: var(--zc-toxic);
  font-family: var(--zc-mono);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.zc-empty-state {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  min-height: 220px;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgb(118 25 143 / 36%), rgb(4 18 23 / 96%) 58%);
  clip-path: var(--zc-cut);
}

.zc-empty-state--pink { background: linear-gradient(135deg, rgb(255 37 113 / 30%), rgb(4 18 23 / 96%) 58%); }
.zc-empty-state--green { background: linear-gradient(135deg, rgb(160 249 18 / 18%), rgb(4 18 23 / 96%) 58%); }

.zc-empty-state__illustration {
  display: grid;
  width: 100px;
  height: 100px;
  transform: rotate(-4deg);
  color: var(--zc-ink);
  background: var(--zc-magenta);
  font-size: 3.2rem;
  place-items: center;
  clip-path: polygon(8% 0, 100% 7%, 91% 100%, 0 88%);
}

.zc-empty-state h3 { margin-bottom: 0.5rem; font-size: clamp(1.8rem, 3vw, 3.3rem); }
.zc-empty-state p { max-width: 52rem; }
.zc-empty-state__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }

.archive-hero--shift {
  padding-top: clamp(6rem, 12vw, 11rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
  background:
    radial-gradient(circle at 78% 40%, rgb(255 37 113 / 24%), transparent 20rem),
    linear-gradient(135deg, rgb(118 25 143 / 52%), transparent 56%);
}

.archive-hero--shift h1 { font-size: clamp(4.5rem, 11vw, 11rem); }

.zc-shift-filters {
  margin-block: 3rem 2rem;
  padding-block: 1rem;
  border-block: 1px solid rgb(140 150 179 / 24%);
}

.zc-shift-query .wp-block-post-template { gap: 1rem; }
.zc-shift-query .wp-block-post-template { align-items: stretch; }
.zc-shift-query .wp-block-post-template > .wp-block-post { margin-block-start: 0 !important; }
.zc-shift-query .zc-shift-card { display: flex; height: 100%; padding-bottom: 1.5rem; flex-direction: column; }
.zc-shift-query .zc-shift-card .wp-block-post-excerpt { flex: 1; }
.zc-shift-query .zc-shift-card > :not(.wp-block-post-featured-image) { margin-inline: 1.25rem; }
.zc-shift-query .wp-block-post-featured-image { margin-top: 0; }

/* The archive section is wide by design; constrained-layout children otherwise
   collapse to the content width and make the desktop feature resemble mobile. */
.graveyard-archive > .site-section > :where(.zc-shift-feature, .zc-shift-filters, .zc-shift-query) {
  width: 100%;
  max-width: none;
}

.site-section--join {
  color: var(--zc-bone);
  background:
    radial-gradient(circle at 88% 44%, rgb(160 249 18 / 20%), transparent 18rem),
    linear-gradient(112deg, var(--zc-purple), #3b0a52 60%, var(--zc-magenta));
}

.site-section--join .zc-community {
  border: 0;
  background: transparent;
}

.zc-community .eyebrow {
  color: var(--zc-toxic);
  font-family: var(--zc-personality);
  font-size: 1.15rem;
  text-transform: none;
}

.zc-community h2 { font-size: clamp(4rem, 9vw, 9rem); }
.zc-community .text-link { margin-left: 1rem; }

.zc-graveyard-submission {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(480px, 1.35fr);
  gap: 0 clamp(2rem, 7vw, 7rem);
  padding-block: clamp(3rem, 6vw, 6rem);
}

/* The submission block lives inside an align-wide group, but its dynamic block
   markup otherwise inherits the 760px content width. Keep the desktop callout
   editorial and expansive, then collapse it only when two useful columns no
   longer fit. */
.shift-submission-cta > .alignwide > .zc-graveyard-submission {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(380px, 0.8fr) minmax(560px, 1.2fr);
  column-gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.zc-graveyard-submission > .eyebrow,
.zc-graveyard-submission > h2,
.zc-graveyard-submission > p { grid-column: 1; }
.zc-graveyard-submission > .zc-form__status { align-self: end; }
.zc-graveyard-submission > .zc-form { grid-column: 2; grid-row: 1 / span 5; }
.zc-graveyard-submission h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.shift-submission-cta .zc-graveyard-submission h2 {
  max-width: 6ch;
  font-size: clamp(4rem, 5.3vw, 6.25rem);
  line-height: 0.88;
  overflow-wrap: normal;
}
.shift-submission-cta .zc-graveyard-submission > p { max-width: 34rem; }
.zc-graveyard-form { width: 100%; padding: clamp(1.25rem, 3vw, 2.5rem); background: rgb(1 7 10 / 78%); }

.site-section--newsletter {
  max-width: 900px;
}

.site-section--newsletter > section {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.site-section--newsletter h3 { font-size: clamp(3rem, 6vw, 6rem); }

.site-footer__main { gap: 2rem; padding-block: 3rem; }
.site-footer .footer-nav { max-width: 720px; }
.site-footer__signoff { color: var(--zc-magenta); font-family: var(--zc-personality); }

@media (max-width: 1000px) {
  .graveyard-nav-link { display: none; }
  .home-hero--club { min-height: 700px; background-position: center, center, 68% 35%; }
  .home-hero--club .home-hero__content { max-width: 580px; }
  .zc-shift-feature { grid-template-columns: 1fr; }
  .zc-shift-feature__media { min-height: 380px; }
  .zc-shift-card { grid-column: span 6; }
  .site-section--newsletter > section { grid-template-columns: 1fr; }
  .zc-graveyard-submission { grid-template-columns: 1fr; }
  .zc-graveyard-submission > .zc-form { grid-column: 1; grid-row: auto; margin-top: 2rem; }
}

@media (max-width: 1120px) {
  .shift-submission-cta > .alignwide > .zc-graveyard-submission { grid-template-columns: 1fr; }
  .shift-submission-cta .zc-graveyard-submission > .zc-form {
    grid-column: 1;
    grid-row: auto;
    margin-top: 2rem;
  }
}

@media (max-width: 700px) {
  .home-hero--club {
    min-height: 760px;
    padding-top: 3rem;
    background-image:
      linear-gradient(0deg, rgb(1 7 10 / 98%) 0%, rgb(1 7 10 / 68%) 56%, rgb(1 7 10 / 20%) 100%),
      url("../images/staging-club-group.png");
    background-position: center, 61% 7%;
    background-size: cover, auto 58%;
    background-repeat: no-repeat;
  }

  .home-hero--club .home-hero__content { margin-top: 19rem; }
  .home-hero--club h1 { font-size: clamp(3.5rem, 17vw, 6rem); }
  .home-hero--club .zc-doodle { display: none; }
  .staging-art-label { max-width: 16rem; }
  .zc-player-card:nth-child(even) { transform: none; }
  .zc-shift-feature__media { min-height: 280px; }
  .zc-shift-card,
  .zc-shift-card:nth-child(1),
  .zc-shift-card:nth-child(5) { grid-column: span 12; }
  .zc-empty-state { grid-template-columns: 1fr; }
  .zc-empty-state__illustration { width: 78px; height: 78px; font-size: 2.5rem; }
  .zc-community .text-link { display: inline-block; margin: 1rem 0 0; }
}

/* --------------------------------------------------------------------------
   Compact personality homepage
   -------------------------------------------------------------------------- */

.brand-lockup--official {
  position: relative;
  width: 142px;
  min-width: 142px;
  height: 54px;
  background: url("../images/zomblers-official-logo.png") center / contain no-repeat;
}

.brand-lockup--official > * {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0;
  clip: rect(0 0 0 0);
}

.header-actions > .zc-social-links {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0.35rem;
  list-style: none;
}

.header-actions > .zc-social-links a {
  display: grid;
  width: 31px;
  height: 31px;
  color: var(--zc-steel);
  border: 1px solid rgb(140 150 179 / 28%);
  border-radius: 50%;
  place-items: center;
  font-size: 0;
  text-decoration: none;
}

.header-actions > .zc-social-links a::before {
  font-family: var(--zc-mono);
  font-size: 0.56rem;
  font-weight: 800;
}

.header-actions > .zc-social-links li:nth-child(1) a::before { content: "D"; }
.header-actions > .zc-social-links li:nth-child(2) a::before { content: "X"; }
.header-actions > .zc-social-links li:nth-child(3) a::before { content: "T"; }
.header-actions > .zc-social-links li:nth-child(4) a::before { content: "Y"; }
.header-actions > .zc-social-links li:nth-child(5) a::before { content: "I"; }

.site-main--dashboard {
  min-height: 0;
  padding: 0 !important;
}

.home .wp-site-blocks > * {
  margin-block-start: 0;
}

.z-home-dashboard {
  width: min(100%, 1440px);
  max-width: 1440px;
  margin: 0 auto !important;
  color: var(--zc-bone);
  background:
    linear-gradient(rgb(255 255 255 / 1%), rgb(255 255 255 / 1%)),
    var(--zc-ink);
}

.z-home-dashboard :where(h1, h2, h3, p),
.z-home-dashboard :where(.wp-block-group, .wp-block-cover, .wp-block-buttons) {
  margin-block-start: 0;
  margin-block-end: 0;
}

.z-dashboard-grid {
  display: grid;
  margin: 0 !important;
  gap: 0;
}

.z-dashboard-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0.85rem 1rem;
  border-top: 1px solid rgb(140 150 179 / 25%);
  border-right: 1px solid rgb(140 150 179 / 25%);
  background:
    linear-gradient(135deg, rgb(9 25 31 / 94%), rgb(3 13 17 / 97%));
}

.z-dashboard-panel::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(to bottom right, transparent 38%, var(--zc-magenta) 40% 60%, transparent 62%) left top / 5px 5px no-repeat,
    linear-gradient(to bottom right, transparent 43%, var(--zc-magenta) 44% 56%, transparent 57%) left top / 12px 12px no-repeat;
}

.z-panel-heading {
  position: relative;
  z-index: 2;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  margin-bottom: 0.6rem !important;
}

.z-panel-heading > .wp-block-group {
  min-width: 0;
}

.z-panel-heading h2,
.z-dashboard-panel > h2,
.z-dashboard-panel--promo h2 {
  margin: 0;
  font-family: var(--zc-display);
  font-size: clamp(1.65rem, 2.25vw, 2.35rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.88;
  text-transform: uppercase;
}

.z-panel-kicker,
.z-panel-heading__doodle {
  margin: 0 0 0.16rem;
  color: var(--zc-toxic);
  font-family: var(--zc-personality);
  font-size: 0.69rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.z-panel-heading__doodle {
  font-size: 1.65rem;
  transform: rotate(-9deg);
}

.z-panel-copy {
  max-width: 42rem;
  margin-top: 0.32rem !important;
  color: var(--zc-steel);
  font-size: 0.74rem;
  line-height: 1.35;
}

.z-panel-link {
  color: var(--zc-magenta);
  font-family: var(--zc-mono);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.z-home-hero {
  min-height: 350px !important;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid rgb(140 150 179 / 22%);
  border-right: 1px solid rgb(140 150 179 / 22%);
}

.z-home-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgb(1 7 10 / 96%) 0%, rgb(1 7 10 / 82%) 34%, transparent 67%),
    linear-gradient(0deg, rgb(1 7 10 / 76%), transparent 48%);
}

.z-home-hero .wp-block-cover__background {
  opacity: 0.08 !important;
}

.z-home-hero .wp-block-cover__image-background {
  object-position: 54% 42%;
}

.z-home-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  align-self: stretch;
  padding: 2.9rem 2.7rem 2rem;
}

.z-home-hero__eyebrow {
  width: fit-content;
  margin-bottom: 0.5rem !important;
  color: var(--zc-toxic);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.z-home-hero__title {
  max-width: 470px;
  margin: 0 !important;
  color: var(--zc-bone);
  font-family: var(--zc-personality);
  font-size: clamp(3.35rem, 4.35vw, 4.55rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.72;
  text-transform: uppercase;
  transform: rotate(-1.4deg);
}

.z-home-hero__title strong { color: var(--zc-magenta); font-weight: inherit; }
.z-home-hero__title em { color: var(--zc-toxic); font-style: inherit; }

.z-home-hero__copy {
  max-width: 340px;
  margin-top: 1rem !important;
  color: var(--zc-bone);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 2px 8px #000;
}

.z-home-hero__actions {
  margin-top: 0.9rem !important;
  gap: 0.65rem !important;
}

.z-home-hero__actions .wp-block-button__link,
.z-dashboard-panel--promo .wp-block-button__link {
  min-height: 34px;
  padding: 0.58rem 0.9rem;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
  font-size: 0.62rem;
  text-decoration: none;
}

.z-home-hero__aside {
  position: absolute;
  right: 1.15rem;
  bottom: 0.75rem;
  padding: 0.35rem 0.55rem;
  color: var(--zc-ink);
  background: var(--zc-bone);
  font-family: var(--zc-personality);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.z-dashboard-panel--up-next .z-panel-heading {
  padding-bottom: 0.6rem;
  border-bottom: 2px solid var(--zc-toxic);
}

.z-dashboard-panel--up-next .z-panel-heading h2 {
  color: var(--zc-toxic);
  font-family: var(--zc-personality);
  font-size: 1.35rem;
  font-style: normal;
  transform: rotate(-2deg);
}

.z-dashboard-panel--up-next .zc-snapshot {
  height: calc(100% - 44px);
  padding: 0.55rem 0;
  border: 0;
  background: transparent;
  clip-path: none;
}

.z-dashboard-panel--up-next .zc-snapshot > .zc-kicker,
.z-dashboard-panel--up-next .zc-snapshot > h3 {
  display: none;
}

.z-dashboard-panel--up-next .zc-snapshot__teams {
  margin-block: 0.3rem 0.8rem;
}

.z-dashboard-panel--up-next .zc-team-mark {
  width: 58px;
  height: 58px;
  font-size: 2.2rem;
}

.z-dashboard-panel--up-next .zc-snapshot__score {
  color: var(--zc-toxic);
  font-size: 1.05rem;
}

.z-dashboard-panel--up-next .zc-meta {
  min-height: 66px;
  margin: 0.7rem 0;
  padding-top: 0.65rem;
  border-top: 1px solid rgb(140 150 179 / 24%);
  color: var(--zc-bone);
  font-size: 0.67rem;
  line-height: 1.5;
}

.z-dashboard-panel--up-next .zc-card__link {
  position: absolute;
  right: 1rem;
  bottom: 0.85rem;
  left: 1rem;
  min-height: 32px;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--zc-magenta);
  color: var(--zc-magenta);
  justify-content: space-between;
}

.zc-results-list {
  display: grid;
  gap: 0.35rem;
}

.zc-result-row {
  position: relative;
  display: grid;
  min-height: 56px;
  padding: 0.45rem 1.65rem 0.45rem 0.55rem;
  grid-template-columns: 30px 54px 24px minmax(70px, 0.65fr) minmax(110px, 1fr);
  align-items: center;
  gap: 0.4rem;
  border-left: 2px solid var(--zc-steel);
  background: rgb(3 15 19 / 72%);
}

.zc-result-row--win { border-left-color: var(--zc-toxic); }
.zc-result-row--loss { border-left-color: var(--zc-magenta); }

.zc-result-row__mark,
.zc-result-row__opponent-mark {
  display: grid;
  width: 28px;
  height: 28px;
  object-fit: contain;
  color: var(--zc-bone);
  background: var(--zc-graphite);
  place-items: center;
  font-family: var(--zc-display);
  font-weight: 900;
}

.zc-result-row__score {
  color: var(--zc-bone);
  font-family: var(--zc-display);
  font-size: 1.05rem;
  font-style: italic;
  white-space: nowrap;
}

.zc-result-row--win .zc-result-row__score { color: var(--zc-toxic); }
.zc-result-row--loss .zc-result-row__score { color: var(--zc-magenta); }
.zc-result-row__score span { padding-inline: 0.12rem; color: var(--zc-steel); font-size: 0.65em; }

.zc-result-row__opponent {
  overflow: hidden;
  font-family: var(--zc-display);
  font-size: 0.83rem;
  font-weight: 900;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.zc-result-row__meta {
  display: grid;
  gap: 0.1rem;
}

.zc-result-row__meta span {
  color: var(--zc-steel);
  font-family: var(--zc-mono);
  font-size: 0.48rem;
  text-transform: uppercase;
}

.zc-result-row__meta em {
  color: var(--zc-toxic);
  font-family: var(--zc-personality);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
}

.zc-result-row--loss .zc-result-row__meta em { color: var(--zc-magenta); }

.zc-result-row__link {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
}

.zc-result-row__link > span[aria-hidden] {
  position: absolute;
  right: 0.45rem;
  bottom: 0.35rem;
  color: var(--zc-magenta);
  font-size: 0.65rem;
}

.z-dashboard-panel--news .zc-news-grid {
  display: grid;
  height: calc(100% - 58px);
  min-height: 0;
  margin-block-start: 0 !important;
  grid-template-columns: minmax(0, 1.7fr) minmax(155px, 0.8fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.z-dashboard-panel--news .zc-news-card {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  grid-template-columns: 62px minmax(0, 1fr);
  background: rgb(3 15 19 / 78%);
  clip-path: none;
}

.z-dashboard-panel--news .zc-news-card:first-child {
  grid-row: 1 / span 2;
  grid-template-columns: 1fr;
}

.z-dashboard-panel--news .zc-news-card__media {
  min-height: 0;
  aspect-ratio: auto;
}

.z-dashboard-panel--news .zc-news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z-dashboard-panel--news .zc-news-card:first-child .zc-news-card__media {
  position: absolute;
  inset: 0;
}

.z-dashboard-panel--news .zc-news-card:first-child .zc-news-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgb(1 7 10 / 98%) 0%, transparent 78%);
}

.z-dashboard-panel--news .zc-news-card__content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 0.5rem;
  align-self: end;
}

.z-dashboard-panel--news .zc-news-card:first-child .zc-news-card__content { padding: 0.75rem; }
.z-dashboard-panel--news .zc-news-card h3 { margin: 0.15rem 0; font-size: 0.82rem; line-height: 1; }
.z-dashboard-panel--news .zc-news-card:first-child h3 { max-width: 95%; font-size: 1.35rem; }
.z-dashboard-panel--news .zc-kicker { margin: 0; font-size: 0.42rem; }
.z-dashboard-panel--news .zc-news-card:not(:first-child) .zc-kicker {
  display: none;
}
.z-dashboard-panel--news .zc-news-card:not(:first-child) .zc-news-card__content { padding: 0.35rem 0.45rem; }
.z-dashboard-panel--news .zc-kicker::before { display: none; }
.z-dashboard-panel--news .zc-news-card__excerpt { display: none; }
.z-dashboard-panel--news .zc-card__link { font-size: 0.47rem; }
.z-dashboard-panel--news .zc-news-card:not(:first-child) .zc-card__link { display: none; }

.zc-team-shelf {
  display: grid;
  height: calc(100% - 58px);
  margin-block-start: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.zc-team-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  grid-template-rows: minmax(0, 1fr) auto;
  color: var(--zc-bone);
  border: 1px solid rgb(140 150 179 / 18%);
  background: var(--zc-charcoal);
  text-decoration: none;
}

.zc-team-card::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 31%;
  height: 3px;
  content: "";
  background: var(--zc-magenta);
}

.zc-team-card:nth-child(even)::before { background: var(--zc-toxic); }

.zc-team-card__media {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--zc-purple), var(--zc-ink));
}

.zc-team-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgb(1 7 10 / 92%), transparent 52%);
}

.zc-team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
  transition: filter 180ms ease, transform 180ms ease;
}

.zc-team-card:hover .zc-team-card__media img { filter: grayscale(0.2) contrast(1.08); transform: scale(1.025); }

.zc-team-card__placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--zc-toxic);
  font-family: var(--zc-display);
  font-size: 4rem;
  font-weight: 900;
}

.zc-team-card__body {
  position: relative;
  display: grid;
  min-height: 58px;
  padding: 0.45rem 0.5rem;
  gap: 0.08rem;
}

.zc-team-card__game,
.zc-team-card__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zc-team-card__game {
  font-family: var(--zc-display);
  font-size: 0.82rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

.zc-team-card__name { color: var(--zc-bone); font-family: var(--zc-mono); font-size: 0.48rem; text-transform: uppercase; }
.zc-team-card__body small { color: var(--zc-toxic); font-family: var(--zc-mono); font-size: 0.43rem; text-transform: uppercase; }
.zc-team-card__arrow { position: absolute; right: 0.45rem; bottom: 0.35rem; color: var(--zc-toxic); }

.z-dashboard-panel--graveyard {
  padding: 1.25rem;
  border-bottom: 1px solid rgb(140 150 179 / 22%);
  background:
    radial-gradient(circle at 82% 20%, rgb(255 37 113 / 18%), transparent 20rem),
    linear-gradient(135deg, rgb(118 25 143 / 34%), rgb(3 13 17 / 98%) 55%);
}

.z-dashboard-panel--graveyard .zc-shift-feature { margin-bottom: 1rem; }

.z-dashboard-panel--media { padding: 0.75rem; }

.z-dashboard-panel--media .zc-video-feature {
  min-height: 100%;
  height: 100%;
  padding: 0.65rem;
  background-position: center;
  clip-path: none;
}

.z-dashboard-panel--media .zc-video-feature__content { max-width: 57%; padding: 0; }
.z-dashboard-panel--media .zc-video-feature h2 { margin: 0.15rem 0; font-size: 1rem; }
.z-dashboard-panel--media .zc-video-feature p { margin: 0; font-size: 0.62rem; line-height: 1.25; }
.z-dashboard-panel--media .zc-video-feature .eyebrow { color: var(--zc-magenta); font-family: var(--zc-personality); font-size: 0.68rem; text-transform: uppercase; }
.z-dashboard-panel--media .zc-video-feature .eyebrow::before { display: none; }
.z-dashboard-panel--media .zc-video-play { width: 46px; height: 46px; }

.z-dashboard-panel--partners .z-panel-heading {
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgb(140 150 179 / 25%);
}

.z-dashboard-panel--partners {
  display: grid;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr);
}

.z-dashboard-panel--partners .zc-sponsor-grid {
  display: grid;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-block-start: 0 !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  align-self: stretch;
  gap: 0;
}

.z-dashboard-panel--partners .zc-sponsor {
  min-width: 0;
  min-height: 0;
  height: 100%;
  padding: 0.45rem 0.7rem;
  border: 0;
  background: transparent;
}

.z-dashboard-panel--partners .zc-sponsor img { max-height: 40px; filter: grayscale(1) brightness(1.8); }

.z-dashboard-panel--join {
  padding: 0;
  background: #090b0d url("../images/join-club-graffiti-lockup.png?v=20260802") left center / 92% auto no-repeat;
}

.z-dashboard-panel--join .zc-community {
  position: relative;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  clip-path: none;
}

.z-dashboard-panel--join .zc-community::after { display: none; }
.z-dashboard-panel--join .zc-community__content { max-width: none; height: 100%; }

.z-dashboard-panel--join .zc-community :where(.eyebrow, h2, p:not(.eyebrow), .text-link) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0;
  clip: rect(0 0 0 0);
}

.z-dashboard-panel--join .zc-community .wp-block-button__link {
  position: absolute;
  z-index: 3;
  right: 0.25rem;
  bottom: 0.22rem;
  min-height: 19px;
  padding: 0.14rem 0.3rem;
  color: var(--zc-ink);
  background: var(--zc-toxic);
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 0 100%);
  font-size: 0.3rem;
  text-decoration: none;
  text-transform: uppercase;
}

.z-dashboard-panel--newsletter > .z-panel-kicker { margin-bottom: 0.15rem; }
.z-dashboard-panel--newsletter > section { height: calc(100% - 12px); }
.z-dashboard-panel--newsletter h3 { margin: 0; font-size: 1.45rem; }
.z-dashboard-panel--newsletter section > p { margin: 0.18rem 0; color: var(--zc-steel); font-size: 0.58rem; line-height: 1.2; }

.z-dashboard-panel--newsletter .zc-form {
  position: relative;
  display: grid;
  margin-top: 0.25rem;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.25rem;
}

.z-dashboard-panel--newsletter .zc-form__field { grid-column: 1; }
.z-dashboard-panel--newsletter .zc-form__label { font-size: 0.43rem; }
.z-dashboard-panel--newsletter .zc-form input[type="email"] { min-height: 29px; padding: 0.35rem 0.55rem; font-size: 0.62rem; }
.z-dashboard-panel--newsletter .zc-form__consent { grid-column: 1 / -1; font-size: 0.43rem; }
.z-dashboard-panel--newsletter .zc-form__button { grid-column: 2; grid-row: 1; min-height: 29px; padding: 0.35rem 0.75rem; font-size: 0.48rem; }
.z-dashboard-panel--newsletter .zc-form__status { position: absolute; right: 0; bottom: 0; }

.z-dashboard-panel--promo {
  min-height: 115px !important;
  padding: 0.75rem;
  align-items: end;
}

.z-dashboard-panel--promo .wp-block-cover__image-background { object-position: 50% 28%; }
.z-dashboard-panel--promo::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgb(1 7 10 / 98%) 0%, rgb(1 7 10 / 75%) 31%, transparent 67%);
}

.z-dashboard-panel--promo .wp-block-cover__inner-container { position: relative; z-index: 2; }
.z-dashboard-panel--promo h2 { font-family: var(--zc-personality); font-size: 1.55rem; text-transform: uppercase; transform: rotate(-2deg); }
.z-dashboard-panel--promo .wp-block-buttons { margin-top: 0.25rem !important; }
.z-dashboard-panel--promo .wp-block-button__link { min-height: 24px; padding: 0.28rem 0.55rem; font-size: 0.43rem; }

.z-home-dashboard .zc-empty-state {
  min-height: 0;
  height: 100%;
  padding: 0.75rem;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 0.65rem;
  clip-path: none;
}

.z-home-dashboard .zc-empty-state__illustration { width: 48px; height: 48px; font-size: 1.45rem; }
.z-home-dashboard .zc-empty-state h3 { margin: 0; font-size: 1.1rem; }
.z-home-dashboard .zc-empty-state p { margin: 0.2rem 0; font-size: 0.62rem; line-height: 1.25; }
.z-home-dashboard .zc-empty-state__actions { margin-top: 0.35rem; gap: 0.55rem; }
.z-home-dashboard .zc-empty-state__actions .wp-block-button__link { padding: 0.35rem 0.55rem; font-size: 0.45rem; }

@media (min-width: 1241px) {
  .site-header { padding-inline: 2rem; }
  .site-header__inner { min-height: 70px; max-width: 1370px !important; }
  .brand-lockup--official { width: 128px; min-width: 128px; height: 50px; }
  .primary-nav { gap: clamp(0.45rem, 1.05vw, 1rem) !important; }
  .primary-nav .wp-block-navigation-item__content { padding-block: 1.45rem; font-size: 0.62rem; }
  .header-actions { gap: 0.75rem !important; }
  .header-actions .wp-block-button__link { min-height: 36px; padding: 0.7rem 1rem; font-size: 0.58rem; }

  .z-home-dashboard {
    display: grid;
    height: calc(100svh - 104px);
    grid-template-rows: minmax(0, 37.7fr) minmax(0, 26.5fr) minmax(0, 16.8fr) minmax(0, 19fr);
  }

  .z-home-dashboard > .z-dashboard-grid { min-height: 0; }
  .z-home-hero { min-height: 0 !important; }
  .z-dashboard-panel--results {
    display: grid;
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
  }
  .z-dashboard-panel--results .z-panel-heading { margin-bottom: 0.4rem !important; }
  .z-dashboard-panel--results .zc-results-list {
    min-height: 0;
    height: 100%;
    margin-block-start: 0 !important;
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .z-dashboard-panel--results .zc-result-row {
    min-height: 0;
    height: 100%;
  }
  .z-dashboard-panel--news,
  .z-dashboard-panel--teams {
    display: grid;
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr);
  }
  .z-dashboard-panel--news .zc-news-grid,
  .z-dashboard-panel--teams .zc-team-shelf {
    height: 100% !important;
  }

  .z-dashboard-grid--top { height: auto; grid-template-columns: minmax(0, 53%) minmax(0, 19.5%) minmax(0, 27.5%); }
  .z-dashboard-grid--middle { height: auto; grid-template-columns: minmax(0, 41.5%) minmax(0, 58.5%); }
  .z-dashboard-panel--graveyard { display: none; }
  .z-dashboard-grid--lower { height: auto; grid-template-columns: minmax(0, 35%) minmax(0, 65%); }
  .z-dashboard-grid--closing { height: auto; grid-template-columns: minmax(0, 35%) minmax(0, 30%) minmax(0, 35%); }
  .z-dashboard-grid--closing > * { height: 100%; }

  .home .site-footer__main { display: none; }
  .home .site-footer__legal { min-height: 26px; padding: 0.35rem 1rem; font-size: 0.46rem; }
}

@media (min-width: 1241px) and (max-height: 850px) {
  .site-header__inner { min-height: 46px; }
  .site-header { position: relative; }
  .brand-lockup--official { width: 104px; min-width: 104px; height: 42px; }
  .primary-nav .wp-block-navigation-item__content { padding-block: 0.95rem; font-size: 0.54rem; }
  .header-actions > .zc-social-links a { width: 26px; height: 26px; }
  .header-actions .wp-block-button__link { min-height: 32px; padding: 0.55rem 0.8rem; }

  .z-home-dashboard {
    height: calc(100svh - 80px);
    grid-template-rows: minmax(0, 34.5fr) minmax(0, 25.5fr) minmax(0, 19fr) minmax(0, 21fr);
  }

  .z-dashboard-grid--top,
  .z-dashboard-grid--middle,
  .z-dashboard-grid--lower,
  .z-dashboard-grid--closing { height: auto; }

  .z-dashboard-grid--closing > * { height: 100%; }

  .z-dashboard-panel { padding: 0.48rem 0.7rem; }
  .z-panel-heading { margin-bottom: 0.35rem !important; }
  .z-panel-heading h2 { font-size: 1.45rem; }
  .z-panel-kicker { font-size: 0.52rem; }
  .z-panel-copy { margin-top: 0.15rem !important; font-size: 0.58rem; }
  .z-panel-link { font-size: 0.45rem; }

  .z-home-hero { min-height: 230px !important; }
  .z-home-hero .wp-block-cover__inner-container { padding: 1.45rem 2.7rem 1rem; }
  .z-home-hero__eyebrow { margin-bottom: 0.3rem !important; font-size: 0.55rem; }
  .z-home-hero__title { font-size: 3rem; }
  .z-home-hero__copy { max-width: 320px; margin-top: 0.62rem !important; font-size: 0.65rem; }
  .z-home-hero__actions { margin-top: 0.55rem !important; }
  .z-home-hero__actions .wp-block-button__link { min-height: 28px; padding: 0.42rem 0.75rem; font-size: 0.52rem; }
  .z-home-hero__aside { right: 0.7rem; bottom: 0.45rem; font-size: 0.44rem; }

  .z-dashboard-panel--up-next .z-panel-heading { padding-bottom: 0.32rem; }
  .z-dashboard-panel--up-next .z-panel-heading h2 { font-size: 1rem; }
  .z-dashboard-panel--up-next .zc-snapshot { height: calc(100% - 30px); padding-top: 0.2rem; }
  .z-dashboard-panel--up-next .zc-team-mark { width: 38px; height: 38px; font-size: 1.45rem; }
  .z-dashboard-panel--up-next .zc-snapshot__teams { margin-block: 0.1rem 0.35rem; }
  .z-dashboard-panel--up-next .zc-meta { min-height: 38px; margin: 0.25rem 0; padding-top: 0.3rem; font-size: 0.5rem; }
  .z-dashboard-panel--up-next .zc-card__link { right: 0.7rem; bottom: 1.9rem; left: 0.7rem; min-height: 24px; padding: 0.35rem 0.5rem; font-size: 0.43rem; }

  .zc-results-list { gap: 0.22rem; }
  .zc-result-row { min-height: 39px; padding-block: 0.25rem; grid-template-columns: 22px 44px 18px minmax(62px, 0.65fr) minmax(90px, 1fr); gap: 0.28rem; }
  .zc-result-row__mark,
  .zc-result-row__opponent-mark { width: 20px; height: 20px; }
  .zc-result-row__score { font-size: 0.8rem; }
  .zc-result-row__opponent { font-size: 0.64rem; }
  .zc-result-row__meta span { font-size: 0.38rem; }
  .zc-result-row__meta em { font-size: 0.52rem; }

  .z-dashboard-panel--news .zc-news-grid,
  .zc-team-shelf { height: calc(100% - 42px); }
  .z-dashboard-panel--news .zc-news-card h3 { font-size: 0.65rem; }
  .z-dashboard-panel--news .zc-news-card:first-child h3 { font-size: 1rem; }
  .z-dashboard-panel--news .zc-card__link { font-size: 0.38rem; }
  .zc-team-card__body { min-height: 42px; padding: 0.28rem 0.35rem; }
  .zc-team-card__game { font-size: 0.62rem; }
  .zc-team-card__name,
  .zc-team-card__body small { font-size: 0.34rem; }

  .z-dashboard-panel--media { padding: 0.4rem; }
  .z-dashboard-panel--media .zc-video-feature { padding: 0.4rem; }
  .z-dashboard-panel--media .zc-video-feature h2 { font-size: 0.8rem; }
  .z-dashboard-panel--media .zc-video-feature p { font-size: 0.46rem; }
  .z-dashboard-panel--media .zc-video-play { width: 38px; height: 38px; }
  .z-dashboard-panel--partners .z-panel-heading { padding-bottom: 0.3rem; }
  .z-dashboard-panel--partners .zc-sponsor-grid { height: auto; }
  .z-dashboard-panel--partners .zc-sponsor { min-height: 0; padding: 0.25rem 0.5rem; }
  .z-dashboard-panel--partners .zc-sponsor img { max-height: 28px; }

  .z-dashboard-panel--join { background-size: 92% 145%; }
  .z-dashboard-panel--join .zc-community .wp-block-button__link { right: 0.15rem; bottom: 0.1rem; min-height: 17px; padding: 0.1rem 0.26rem; font-size: 0.27rem; }
  .z-dashboard-panel--newsletter h3 { font-size: 1rem; }
  .z-dashboard-panel--newsletter section > p { font-size: 0.43rem; }
  .z-dashboard-panel--newsletter .zc-form { margin-top: 0.15rem; }
  .z-dashboard-panel--newsletter .zc-form__label,
  .z-dashboard-panel--newsletter .zc-form__consent { font-size: 0.32rem; }
  .z-dashboard-panel--newsletter .zc-form input[type="email"],
  .z-dashboard-panel--newsletter .zc-form__button { min-height: 22px; }
  .z-dashboard-panel--promo { min-height: 82px !important; padding: 0.45rem; }
  .z-dashboard-panel--promo h2 { font-size: 1.1rem; }
  .z-dashboard-panel--promo .z-panel-kicker { font-size: 0.36rem; }
  .z-dashboard-panel--promo .wp-block-button__link { min-height: 19px; padding: 0.18rem 0.4rem; font-size: 0.33rem; }
}

@media (max-width: 1240px) {
  .z-home-dashboard { height: auto; max-width: 100%; }
  .z-dashboard-grid { grid-template-columns: minmax(0, 1fr); }
  .z-dashboard-panel { padding: clamp(1.25rem, 4vw, 2.5rem); }
  .z-dashboard-panel::before { width: 25px; height: 25px; }
  .z-panel-heading { margin-bottom: 1.25rem !important; }
  .z-panel-heading h2 { font-size: clamp(2.5rem, 7vw, 4.5rem); }
  .z-panel-kicker { font-size: 0.75rem; }
  .z-panel-copy { font-size: 0.9rem; }
  .z-panel-link { font-size: 0.7rem; }

  .z-home-hero { min-height: 650px !important; }
  .z-home-hero .wp-block-cover__inner-container { display: flex; padding: clamp(2rem, 7vw, 5rem); flex-direction: column; justify-content: flex-end; }
  .z-home-hero__title { max-width: 620px; font-size: clamp(4rem, 10vw, 7rem); }
  .z-home-hero__copy { max-width: 480px; font-size: 1rem; }
  .z-home-hero__aside { display: none; }

  .z-dashboard-panel--up-next .zc-snapshot { height: auto; }
  .z-dashboard-panel--up-next .zc-card__link { position: static; margin-top: 1rem; }
  .zc-result-row { grid-template-columns: 34px 64px 28px minmax(90px, 0.6fr) minmax(130px, 1fr); }

  .z-dashboard-panel--news .zc-news-grid { height: auto; min-height: 500px; }
  .zc-team-shelf { height: auto; min-height: 420px; }
  .z-dashboard-panel--graveyard { display: block; }
  .z-dashboard-panel--media .zc-video-feature { min-height: 330px; }
  .z-dashboard-panel--partners .zc-sponsor-grid { height: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .z-dashboard-panel--partners .zc-sponsor { min-height: 90px; }

  .z-dashboard-panel--join { min-height: 240px; background-position: left top; background-size: min(100%, 540px) auto; }
  .z-dashboard-panel--join .zc-community { min-height: 240px; }
  .z-dashboard-panel--join .zc-community .wp-block-button__link { right: 1rem; bottom: 1rem; min-height: 40px; padding: 0.7rem 1rem; font-size: 0.65rem; }
  .z-dashboard-panel--newsletter { min-height: 260px; }
  .z-dashboard-panel--newsletter h3 { font-size: clamp(2.5rem, 7vw, 4.5rem); }
  .z-dashboard-panel--newsletter section > p { font-size: 0.9rem; }
  .z-dashboard-panel--newsletter .zc-form { margin-top: 1rem; }
  .z-dashboard-panel--newsletter .zc-form__label,
  .z-dashboard-panel--newsletter .zc-form__consent { font-size: 0.7rem; }
  .z-dashboard-panel--newsletter .zc-form input[type="email"],
  .z-dashboard-panel--newsletter .zc-form__button { min-height: 46px; }
  .z-dashboard-panel--promo { min-height: 320px !important; }
  .z-dashboard-panel--promo h2 { font-size: clamp(2.5rem, 8vw, 5rem); }
}

@media (max-width: 780px) {
  .brand-lockup--official { width: 106px; min-width: 106px; height: 45px; }
  .header-actions > .zc-social-links { display: none; }
  .site-header__inner { min-height: 60px; }

  .z-home-hero {
    min-height: 700px !important;
    align-items: flex-end;
  }

  .z-home-hero::before {
    background: linear-gradient(0deg, rgb(1 7 10 / 99%) 0%, rgb(1 7 10 / 78%) 48%, rgb(1 7 10 / 10%) 85%);
  }

  .z-home-hero .wp-block-cover__image-background { object-position: 61% 5%; }
  .z-home-hero .wp-block-cover__inner-container { min-height: 700px; padding: 20rem 1rem 2rem; justify-content: flex-end; }
  .z-home-hero__title { font-size: clamp(3.5rem, 16vw, 5.7rem); }
  .z-home-hero__copy { font-size: 0.9rem; }
  .z-home-hero__actions { flex-direction: column; align-items: stretch; }
  .z-home-hero__actions .wp-block-button,
  .z-home-hero__actions .wp-block-button__link { width: 100%; }

  .z-panel-heading { align-items: flex-start !important; flex-direction: column; }
  .z-panel-heading h2 { font-size: clamp(2.4rem, 11vw, 4rem); }
  .zc-results-list { gap: 0.6rem; }
  .zc-result-row {
    min-height: 92px;
    grid-template-columns: 36px 72px minmax(0, 1fr);
    grid-template-areas:
      "mark score opponent"
      "meta meta meta";
  }
  .zc-result-row__mark { grid-area: mark; }
  .zc-result-row__score { grid-area: score; font-size: 1.2rem; }
  .zc-result-row__opponent-mark { display: none; }
  .zc-result-row__opponent { grid-area: opponent; font-size: 1rem; }
  .zc-result-row__meta { grid-area: meta; padding-top: 0.4rem; border-top: 1px solid rgb(140 150 179 / 18%); }
  .zc-result-row__meta span { font-size: 0.55rem; }
  .zc-result-row__meta em { font-size: 0.85rem; }

  .z-dashboard-panel--news .zc-news-grid { display: grid; min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .z-dashboard-panel--news .zc-news-card,
  .z-dashboard-panel--news .zc-news-card:first-child { min-height: 150px; grid-row: auto; grid-template-columns: 110px minmax(0, 1fr); }
  .z-dashboard-panel--news .zc-news-card:first-child { min-height: 360px; grid-template-columns: 1fr; }
  .z-dashboard-panel--news .zc-news-card h3 { font-size: 1rem; }
  .z-dashboard-panel--news .zc-news-card:first-child h3 { font-size: 1.8rem; }
  .z-dashboard-panel--news .zc-kicker { font-size: 0.55rem; }
  .z-dashboard-panel--news .zc-card__link { font-size: 0.6rem; }

  .zc-team-shelf { display: flex; min-height: 0; margin-right: -1.25rem; padding-bottom: 0.75rem; overflow-x: auto; scroll-snap-type: x mandatory; }
  .zc-team-card { min-width: min(78vw, 300px); min-height: 330px; scroll-snap-align: start; }
  .zc-team-card__body { min-height: 82px; padding: 0.7rem; }
  .zc-team-card__game { font-size: 1.05rem; }
  .zc-team-card__name { font-size: 0.62rem; }
  .zc-team-card__body small { font-size: 0.55rem; }

  .z-dashboard-panel--graveyard .zc-shift-feature { grid-template-columns: 1fr; }
  .z-dashboard-panel--graveyard .zc-shift-grid { grid-template-columns: 1fr; }
  .z-dashboard-panel--graveyard .zc-shift-card,
  .z-dashboard-panel--graveyard .zc-shift-card:nth-child(1),
  .z-dashboard-panel--graveyard .zc-shift-card:nth-child(5) { grid-column: auto; }
  .z-dashboard-panel--partners .zc-sponsor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .z-dashboard-panel--join { min-height: 220px; background-size: 100% auto; }
  .z-dashboard-panel--join .zc-community { min-height: 220px; }
  .z-dashboard-panel--newsletter .zc-form { grid-template-columns: 1fr; }
  .z-dashboard-panel--newsletter .zc-form__field,
  .z-dashboard-panel--newsletter .zc-form__button,
  .z-dashboard-panel--newsletter .zc-form__consent { grid-column: 1; grid-row: auto; }
  .z-dashboard-panel--newsletter .zc-form__button { width: 100%; }
}

/* Compact homepage conflict fixes for legacy component defaults. */
.zc-team-selector .zc-team-card {
  padding: 0;
  gap: 0;
}

.zc-team-selector .zc-team-card__game {
  font-size: 0.82rem;
}

.zc-team-selector .zc-team-card__body > span,
.zc-team-selector .zc-team-card__body > small {
  font-family: var(--zc-mono);
}

@media (min-width: 1241px) {
  .z-home-hero .wp-block-cover__inner-container { padding-top: 2.05rem; }
  .z-home-hero__title { font-size: 3.35rem; }
  .z-home-hero__copy { margin-top: 0.72rem !important; font-size: 0.74rem; }
  .z-home-hero__actions { margin-top: 0.62rem !important; }
  .z-dashboard-panel--results .z-panel-heading h2 { font-size: 1.78rem; }
  .home .site-footer { min-height: 26px; padding: 0; }
  .home .site-footer__legal { margin: 0 auto; padding: 0.35rem 1rem; border-top: 1px solid var(--zc-line); }
}

@media (min-width: 1241px) and (max-height: 850px) {
  .z-home-hero .wp-block-cover__inner-container { padding: 0.9rem 2.7rem 0.65rem; }
  .z-home-hero__title { font-size: 2.55rem; }
  .z-home-hero__copy { max-width: 315px; margin-top: 0.38rem !important; font-size: 0.56rem; line-height: 1.25; }
  .z-home-hero__actions { margin-top: 0.35rem !important; }
  .z-home-hero__actions .wp-block-button__link { min-height: 25px; padding: 0.32rem 0.62rem; font-size: 0.45rem; }
  .z-dashboard-panel--results .z-panel-heading h2 { font-size: 1.25rem; }
  .zc-team-selector .zc-team-card__game { font-size: 0.62rem; }
}
