﻿/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       ESCALA GLOBAL â€” maior, premium, legÃ­vel
       Tudo em rem escala junto (fontes + spacing)
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    html { font-size: 17px !important; }

    /* Ritmo vertical mais compacto — reduz vazios entre seções */
    .about-s21-root {
      --s21-title-font: Ellipsis, JapanHeavy, TLHeader, Times, "Times New Roman", serif;
      --s16: 5.25rem;
      --s12: 4rem;
      --s10: 3.25rem;
      --s8: 2.65rem;
      --s6: 2.35rem;
    }

    @media (max-width: 1400px) { html { font-size: 16px !important; } }
    @media (max-width: 1024px) { html { font-size: 15px !important; } }
    @media (max-width: 600px)  { html { font-size: 14px !important; } }

    /* Larguras de leitura confortÃ¡veis + centralizaÃ§Ã£o premium */
    .feat-hero-page__subtitle { max-width: 760px; }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       ESTILOS ESPECÃFICOS DE FEATURES
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    /* â”€â”€ Hero da pÃ¡gina de features â”€â”€ */
    .feat-hero-page {
      position: relative;
      min-height: 58svh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: var(--s10) var(--s4) var(--s8);
      overflow: hidden;
    }

    .feat-hero-page__bg {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 60% at 50% 40%,
          rgba(10, 20, 80, 0.30) 0%,
          rgba(4, 4, 10, 0.80) 55%,
          var(--bg-void) 100%),
        radial-gradient(ellipse 40% 40% at 20% 70%, rgba(10,32,24,0.20) 0%, transparent 60%),
        radial-gradient(ellipse 30% 40% at 80% 30%, rgba(10,6,30,0.20) 0%, transparent 55%);
      z-index: 0;
    }

    .feat-hero-page__headline {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      padding: var(--s6) 0;
    }

    .feat-hero-page__logo-bg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 0;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .feat-hero-page__logo-bg img {
      display: block;
      width: min(540px, 90vw);
      height: auto;
      margin: 0 auto;
      opacity: 0.32;
      filter: drop-shadow(0 0 50px rgba(74,154,255,0.3)) drop-shadow(0 0 80px rgba(200,152,40,0.15));
    }

    .feat-hero-page__headline .feat-hero-page__title {
      position: relative;
      z-index: 1;
      margin-bottom: 0;
    }

    .feat-hero-page__tag,
    .feat-hero-page__subtitle,
    .feat-hero-divider {
      position: relative;
      z-index: 2;
    }

    .feat-hero-page__tag {
      font-family: var(--font-heading);
      font-size: 0.95rem;
      font-weight: 500;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      color: var(--gold-bright);
      margin-bottom: var(--s3);
    }

    .feat-hero-page__title {
      font-family: var(--s21-title-font);
      font-size: clamp(3.5rem, 10vw, 9rem);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      line-height: 0.95;
      color: var(--silver-white);
      margin-bottom: var(--s4);
    }

    .feat-hero-page__title span {
      display: block;
      background: linear-gradient(135deg, var(--gold-mid), var(--gold-pale), var(--gold-bright));
      background-size: 200% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: shimmer 5s linear infinite;
    }

    .feat-hero-page__subtitle {
      font-family: var(--font-lore);
      font-size: clamp(1.25rem, 2.2vw, 1.7rem);
      color: var(--silver-bright);
      font-style: italic;
      max-width: 760px;
      line-height: 1.9;
    }

    .feat-hero-divider {
      margin-top: var(--s6);
      width: 100%;
      max-width: 720px;
    }

    .feat-hero-divider .rune-divider__line {
      max-width: 280px;
    }

    /* Linha de navegaÃ§Ã£o interna por mundo */
    .world-nav {
      position: sticky;
      top: 0;
      z-index: var(--z-overlay);
      background: rgba(4, 4, 10, 0.94);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border-gold);
      padding: var(--s3) var(--s4);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: var(--s3);
      overflow-x: auto;
    }

    .world-nav__item {
      font-family: var(--font-heading);
      font-size: 0.9rem;
      font-weight: 500;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--silver-mid);
      padding: 10px 22px;
      border: 1px solid transparent;
      transition: color var(--t-mid), border-color var(--t-mid), background var(--t-mid);
      white-space: nowrap;
      cursor: pointer;
      border-radius: 2px;
    }

    .world-nav__item:hover,
    .world-nav__item.is-active {
      color: var(--gold-bright);
      border-color: var(--border-gold);
      background: rgba(200,152,40,0.06);
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       MUNDO 1 â€” OS CICLOS
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    .cycles-split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 58vh;
      position: relative;
    }

    .cycles-split__divider {
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 1px;
      background: linear-gradient(180deg,
        transparent, var(--border-mid) 20%, var(--border-mid) 80%, transparent);
      transform: translateX(-50%);
      z-index: 2;
    }

    .cycles-split__divider::after {
      content: '';
      position: absolute;
      left: -1px;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, transparent, var(--gold-mid), transparent);
      background-size: 100% 200%;
      animation: energy-flow 4s linear infinite;
      opacity: 0.3;
    }

    .cycles-panel {
      position: relative;
      padding: var(--s12) var(--s8);
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: hidden;
    }

    .cycles-panel--left {
      background:
        radial-gradient(ellipse 80% 80% at 30% 50%, rgba(40,160,96,0.07) 0%, transparent 60%),
        linear-gradient(135deg, rgba(5,15,10,0.5), transparent);
    }

    .cycles-panel--right {
      background:
        radial-gradient(ellipse 80% 80% at 70% 50%, rgba(74,154,255,0.07) 0%, transparent 60%),
        linear-gradient(225deg, rgba(5,10,20,0.5), transparent);
    }

    .cycles-panel__world-mark {
      position: absolute;
      bottom: -0.1em;
      right: var(--s4);
      font-family: var(--font-display);
      font-size: clamp(6rem, 14vw, 12rem);
      font-weight: 900;
      color: transparent;
      -webkit-text-stroke: 1px rgba(255,255,255,0.04);
      pointer-events: none;
      user-select: none;
      line-height: 1;
    }

    .cycles-panel__tag {
      font-family: var(--font-heading);
      font-size: 0.6rem;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      margin-bottom: var(--s3);
    }

    .cycles-panel__title {
      font-family: var(--s21-title-font);
      font-size: clamp(1.8rem, 3.5vw, 3rem);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      line-height: 1.05;
      margin-bottom: var(--s4);
    }

    .cycles-panel__desc {
      font-family: var(--font-lore);
      font-size: 1.05rem;
      line-height: 2;
      font-style: italic;
      max-width: 480px;
    }

    .cycles-panel--left .cycles-panel__tag    { color: var(--emerald-glow); }
    .cycles-panel--left .cycles-panel__title  { color: var(--emerald-light); }
    .cycles-panel--left .cycles-panel__desc   { color: rgba(80,208,136,0.65); }

    .cycles-panel--right .cycles-panel__tag   { color: var(--blue-energy); }
    .cycles-panel--right .cycles-panel__title { color: var(--blue-glow); }
    .cycles-panel--right .cycles-panel__desc  { color: rgba(128,192,255,0.65); }

    /* Detalhes dos ciclos */
    .cycles-detail {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--s3);
      margin-top: var(--s6);
    }

    .cycles-detail__item {
      padding: var(--s3);
      border: 1px solid;
      background: rgba(14,16,32,0.4);
    }

    .cycles-detail__label {
      font-family: var(--font-heading);
      font-size: 0.5rem;
      letter-spacing: 0.45em;
      text-transform: uppercase;
      opacity: 0.5;
      margin-bottom: 4px;
    }

    .cycles-detail__value {
      font-family: var(--font-body);
      font-size: 0.9rem;
      font-weight: 600;
    }

    .cycles-panel--left .cycles-detail__item  { border-color: rgba(40,160,96,0.15); }
    .cycles-panel--left .cycles-detail__label { color: var(--emerald-glow); }
    .cycles-panel--left .cycles-detail__value { color: var(--emerald-light); }

    .cycles-panel--right .cycles-detail__item  { border-color: rgba(74,154,255,0.15); }
    .cycles-panel--right .cycles-detail__label { color: var(--blue-energy); }
    .cycles-panel--right .cycles-detail__value { color: var(--blue-glow); }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       MUNDO 2 â€” AS SOMBRAS
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    /* Layout de trÃªs features em cascata */
    .shadows-cascade {
      max-width: 1400px;
      margin: 0 auto;
      padding: var(--s12) var(--s6);
      display: flex;
      flex-direction: column;
      gap: 1px;
    }

    .shadow-strip {
      position: relative;
      display: grid;
      align-items: center;
      gap: var(--s4);
      padding: var(--s6) 0;
      overflow: hidden;
      min-height: 480px;
    }

    .shadow-strip--pk    { grid-template-columns: 3fr 2fr; }
    .shadow-strip--hunt  { grid-template-columns: 2fr 3fr; }
    .shadow-strip--race  { grid-template-columns: 3fr 2fr; }

    .shadow-strip__body {
      position: relative;
      z-index: 1;
    }

    .shadow-strip__number {
      font-family: var(--font-display);
      font-size: clamp(6rem, 16vw, 14rem);
      font-weight: 900;
      color: transparent;
      line-height: 1;
      user-select: none;
      pointer-events: none;
    }

    .shadow-strip--pk   .shadow-strip__number { -webkit-text-stroke: 1px rgba(200,32,48,0.12); }
    .shadow-strip--hunt .shadow-strip__number { -webkit-text-stroke: 1px rgba(200,152,40,0.10); }
    .shadow-strip--race .shadow-strip__number { -webkit-text-stroke: 1px rgba(74,154,255,0.10); }

    .shadow-strip__tag {
      font-family: var(--font-heading);
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.42em;
      text-transform: uppercase;
      margin-bottom: var(--s3);
    }

    .shadow-strip__title {
      font-family: var(--s21-title-font);
      font-size: clamp(2.4rem, 4.5vw, 3.8rem);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      line-height: 1;
      margin-bottom: var(--s4);
    }

    .shadow-strip__desc {
      font-family: var(--font-lore);
      font-size: 1.3rem;
      line-height: 1.85;
      font-style: italic;
      max-width: 560px;
    }

    .shadow-strip__danger {
      display: flex;
      flex-direction: column;
      gap: var(--s2);
      margin-top: var(--s4);
    }

    .shadow-strip__danger-item {
      display: flex;
      align-items: center;
      gap: var(--s2);
      font-family: var(--font-body);
      font-size: 1.08rem;
      font-weight: 500;
    }

    .shadow-strip__danger-mark {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      flex-shrink: 0;
    }

    .shadow-strip--pk .shadow-strip__tag    { color: var(--blood-glow); }
    .shadow-strip--pk .shadow-strip__title  { color: #ff8080; }
    .shadow-strip--pk .shadow-strip__desc   { color: rgba(255,128,128,0.60); }
    .shadow-strip--pk .shadow-strip__danger-mark { background: var(--blood-glow); box-shadow: 0 0 6px var(--blood-glow); }
    .shadow-strip--pk .shadow-strip__danger-item { color: rgba(255,128,128,0.75); }

    .shadow-strip--hunt .shadow-strip__tag    { color: var(--gold-bright); }
    .shadow-strip--hunt .shadow-strip__title  { color: var(--gold-pale); }
    .shadow-strip--hunt .shadow-strip__desc   { color: rgba(245,220,128,0.60); }
    .shadow-strip--hunt .shadow-strip__danger-mark { background: var(--gold-bright); box-shadow: 0 0 6px var(--gold-bright); }
    .shadow-strip--hunt .shadow-strip__danger-item { color: rgba(245,220,128,0.75); }

    .shadow-strip--race .shadow-strip__tag    { color: var(--blue-energy); }
    .shadow-strip--race .shadow-strip__title  { color: var(--blue-glow); }
    .shadow-strip--race .shadow-strip__desc   { color: rgba(128,192,255,0.60); }
    .shadow-strip--race .shadow-strip__danger-mark { background: var(--blue-energy); box-shadow: 0 0 6px var(--blue-energy); }
    .shadow-strip--race .shadow-strip__danger-item { color: rgba(128,192,255,0.75); }

    .shadow-strip + .shadow-strip {
      border-top: none;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       MUNDO 3 â€” OS FESTIVAIS
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    .festival-arena {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 48vh;
      gap: 0;
      background: transparent;
      padding: 0;
    }

    .festival-cell {
      position: relative;
      padding: var(--s12) var(--s8);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
      background: transparent;
      min-height: 700px;
    }

    .festival-cell--fishing {
      background:
        radial-gradient(ellipse 100% 80% at 30% 80%, rgba(74,154,255,0.10) 0%, transparent 65%),
        linear-gradient(180deg, transparent 0%, rgba(4,4,10,0.35) 100%);
    }

    .festival-cell--bombs {
      background:
        radial-gradient(ellipse 100% 80% at 70% 80%, rgba(200,152,40,0.10) 0%, transparent 65%),
        linear-gradient(180deg, transparent 0%, rgba(4,4,10,0.35) 100%);
    }

    .cycles-minimap-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 560px;
      overflow: visible;
      background: radial-gradient(ellipse 90% 60% at 50% 50%, rgba(74,154,255,0.03), transparent 70%);
    }

    .world-headline--festival {
      text-align: center;
      padding: var(--s6) var(--s4) var(--s4);
    }

    .world-bridge {
      height: 1px;
      width: 100%;
      background: linear-gradient(90deg, transparent, rgba(200,152,40,0.08), transparent);
      border: none;
      margin: 0;
    }

    .festival-cell__bg-number {
      position: absolute;
      top: var(--s4);
      right: var(--s4);
      font-family: var(--font-display);
      font-size: clamp(8rem, 18vw, 16rem);
      font-weight: 900;
      color: transparent;
      line-height: 1;
      user-select: none;
    }

    .festival-cell--fishing .festival-cell__bg-number {
      -webkit-text-stroke: 1px rgba(74,154,255,0.08);
    }

    .festival-cell--bombs .festival-cell__bg-number {
      -webkit-text-stroke: 1px rgba(200,152,40,0.08);
    }

    .festival-cell__content {
      position: relative;
      z-index: 1;
    }

    .festival-cell__tag {
      font-family: var(--font-heading);
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.42em;
      text-transform: uppercase;
      margin-bottom: var(--s3);
    }

    .festival-cell__title {
      font-family: var(--s21-title-font);
      font-size: clamp(2.4rem, 4vw, 3.6rem);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      line-height: 1;
      margin-bottom: var(--s4);
    }

    .festival-cell__desc {
      font-family: var(--font-lore);
      font-size: 1.25rem;
      line-height: 1.85;
      font-style: italic;
      max-width: 480px;
    }

    .festival-cell__badge {
      display: inline-flex;
      align-items: center;
      gap: var(--s1);
      padding: 8px 18px;
      border: 1px solid;
      font-family: var(--font-heading);
      font-size: 0.78rem;
      font-weight: 500;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      margin-bottom: var(--s4);
    }

    .festival-cell--fishing .festival-cell__tag    { color: var(--blue-energy); }
    .festival-cell--fishing .festival-cell__title  { color: var(--blue-glow); }
    .festival-cell--fishing .festival-cell__desc   { color: rgba(128,192,255,0.65); }
    .festival-cell--fishing .festival-cell__badge  { border-color: rgba(74,154,255,0.30); color: var(--blue-energy); }

    .festival-cell--bombs .festival-cell__tag    { color: var(--gold-bright); }
    .festival-cell--bombs .festival-cell__title  { color: var(--gold-pale); }
    .festival-cell--bombs .festival-cell__desc   { color: rgba(245,220,128,0.65); }
    .festival-cell--bombs .festival-cell__badge  { border-color: rgba(200,152,40,0.30); color: var(--gold-bright); }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       MUNDO 4 â€” A GLÃ“RIA
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    .glory-section {
      position: relative;
      padding: var(--s10) 0;
      overflow: hidden;
    }

    .glory-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 80% 60% at 30% 40%, rgba(200,152,40,0.06), transparent 62%),
        radial-gradient(ellipse 70% 55% at 75% 55%, rgba(200,152,40,0.04), transparent 60%);
      pointer-events: none;
    }

    .glory-headline,
    .glory-grid,
    .glory-split-row {
      position: relative;
      z-index: 1;
    }

    /* TÃ­tulo monumental centralizado */
    .glory-headline {
      text-align: center;
      padding: 0 var(--s4) var(--s8);
    }

    .glory-headline__tag {
      font-family: var(--font-heading);
      font-size: 0.95rem;
      font-weight: 500;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      color: var(--gold-bright);
      margin-bottom: var(--s3);
    }

    .glory-headline__title {
      font-family: var(--s21-title-font);
      font-size: clamp(3rem, 7vw, 6.5rem);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      line-height: 1;
      background: linear-gradient(135deg, var(--gold-deep) 0%, var(--gold-mid) 30%, var(--gold-pale) 60%, var(--gold-bright) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* Mosaico assimÃ©trico de 5 colunas:
       Row 1: HerÃ³is [1-4] | GlÃ³ria [4-6]
       Row 2: Poder [1-3]  | EvoluÃ§Ã£o [3-6]
       Quebrando simetria de cards â€” cada bloco tem peso visual diferente */
    .glory-grid {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 var(--s6);
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: var(--s4);
      background: transparent;
    }

    .glory-block--heroes    { grid-column: 1 / 4; }
    .glory-block--glory     { grid-column: 4 / 6; }

    /* Linha inferior: Poder (texto esq + arte dir) | EvoluÃ§Ã£o (arte esq + texto dir) */
    .glory-split-row {
      max-width: 1400px;
      margin: var(--s4) auto 0;
      padding: 0 var(--s6);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--s4);
      background: transparent;
      overflow: visible;
    }

    .glory-split-row .glory-split + .glory-split {
      box-shadow: none;
    }

    .glory-split {
      display: block;
      min-height: 520px;
      background: transparent;
      position: relative;
      overflow: hidden;
      transition: background var(--t-mid), border-color var(--t-mid);
      border: 1px solid rgba(200, 152, 40, 0.12);
    }

    .glory-split--power {
      border-color: rgba(160, 96, 224, 0.15);
    }

    .glory-split--evolve {
      border-color: rgba(40, 160, 96, 0.15);
    }

    .glory-split--power:hover {
      background: rgba(160, 96, 224, 0.04);
      border-color: rgba(160, 96, 224, 0.40);
    }

    .glory-split--evolve:hover {
      background: rgba(40, 160, 96, 0.04);
      border-color: rgba(40, 160, 96, 0.40);
    }

    .glory-split__glow { display: none !important; }

    .glory-split--centered {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      min-height: 560px;
    }

    .glory-split__art {
      position: absolute;
      inset: 0;
      z-index: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: hidden;
      pointer-events: none;
    }

    .glory-split__art::after {
      display: none;
    }

    .glory-split--power .glory-block__item { color: var(--inf-glow); }
    .glory-split--evolve .glory-block__item { color: var(--emerald-glow); }

    .glory-split__text {
      position: relative;
      z-index: 3;
      padding: var(--s10) var(--s6);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      max-width: 560px;
      margin: 0 auto;
      min-height: 560px;
      text-align: center;
    }

    .glory-split--centered .glory-block__title,
    .glory-split--centered .glory-block__desc,
    .glory-split--centered .glory-block__items {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .glory-split--centered .glory-block__items {
      justify-content: center;
    }

    .glory-split--centered .glory-block__watermark,
    .glory-split--centered .energy-line {
      display: none;
    }

    .glory-split__bg-number {
      position: absolute;
      top: var(--s4);
      right: var(--s4);
      font-family: var(--font-display);
      font-size: clamp(5rem, 12vw, 9rem);
      font-weight: 900;
      color: transparent;
      -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
      line-height: 1;
      pointer-events: none;
      user-select: none;
      z-index: 1;
    }

    .glory-split--power .glory-split__bg-number {
      -webkit-text-stroke-color: rgba(160, 96, 224, 0.08);
    }

    .glory-split--evolve .glory-split__bg-number {
      -webkit-text-stroke-color: rgba(40, 160, 96, 0.08);
    }

    .glory-split__img {
      display: block;
      height: min(520px, 82%);
      width: auto;
      max-height: 580px;
      max-width: 100%;
      margin: 0 auto;
      object-fit: contain;
      object-position: center bottom;
      image-rendering: auto;
      opacity: 0.72;
      animation: none !important;
      transform: none !important;
      will-change: auto;
    }

    .glory-split--power .glory-split__art img {
      filter: drop-shadow(0 8px 28px rgba(0,0,0,0.55)) drop-shadow(0 0 40px rgba(160,96,224,0.35));
    }

    .glory-split--evolve .glory-split__art img {
      filter: drop-shadow(0 8px 28px rgba(0,0,0,0.55)) drop-shadow(0 0 40px rgba(40,160,96,0.35));
    }

    .glory-split--centered .glory-block__tag {
      font-size: 0.72rem;
      letter-spacing: 0.38em;
      margin-bottom: var(--s3);
      color: var(--inf-glow);
    }

    .glory-split--evolve .glory-block__tag {
      color: var(--emerald-glow);
    }

    .glory-split--centered .glory-block__title,
    .glory-split--centered .glory-block__desc,
    .glory-split--centered .glory-block__items {
      text-shadow:
        0 1px 2px rgba(0,0,0,0.95),
        0 2px 8px rgba(0,0,0,0.85);
    }

    .glory-block:hover { transform: none; }

    .glory-block__glow { display: none !important; }

    .glory-block {
      background: rgba(4, 4, 10, 0.22);
      position: relative;
      padding: var(--s10, 5rem) var(--s8);
      overflow: hidden;
      transition: background var(--t-mid), border-color var(--t-mid), box-shadow var(--t-mid);
      min-height: 620px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border: 1px solid rgba(200, 152, 40, 0.18);
      border-radius: 2px;
    }

    .glory-block--heroes:hover {
      background: rgba(200, 152, 40, 0.04);
      border-color: rgba(200, 152, 40, 0.48);
      box-shadow: 0 8px 36px rgba(200, 152, 40, 0.07);
    }

    .glory-block--glory {
      border-color: rgba(200, 152, 40, 0.18);
      box-shadow: none;
    }

    .glory-block--glory:hover {
      background: rgba(200, 152, 40, 0.04);
      border-color: rgba(200, 152, 40, 0.48);
      box-shadow: 0 8px 36px rgba(200, 152, 40, 0.07);
    }

    .glory-block::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      background: radial-gradient(ellipse 80% 70% at 50% 100%, rgba(200,152,40,0.08), transparent 65%);
    }

    .glory-block__bg-number {
      position: absolute;
      top: var(--s4);
      right: var(--s4);
      font-family: var(--font-display);
      font-size: clamp(5rem, 12vw, 9rem);
      font-weight: 900;
      color: transparent;
      -webkit-text-stroke: 1px rgba(200, 152, 40, 0.07);
      pointer-events: none;
      user-select: none;
      line-height: 1;
      z-index: 1;
    }

    .glory-block__watermark {
      display: none;
    }

    .glory-block__tag {
      font-family: var(--font-heading);
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.42em;
      text-transform: uppercase;
      color: var(--gold-bright);
      margin-bottom: var(--s3);
      position: relative;
      z-index: 3;
    }

    .glory-block__title {
      font-family: var(--s21-title-font);
      font-size: clamp(2.2rem, 3.5vw, 3.2rem);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      line-height: 1;
      color: var(--gold-bright);
      margin-bottom: var(--s3);
      position: relative;
      z-index: 3;
    }

    .glory-block__desc {
      font-family: var(--font-lore);
      font-size: 1.2rem;
      line-height: 1.8;
      font-style: italic;
      color: rgba(245,220,128,0.72);
      max-width: 520px;
      position: relative;
      z-index: 3;
    }

    .glory-block__items {
      display: flex;
      flex-wrap: wrap;
      gap: var(--s2);
      margin-top: var(--s4);
      position: relative;
      z-index: 3;
    }

    .glory-block__item {
      display: flex;
      align-items: center;
      gap: var(--s1);
      padding: 0;
      border: none;
      font-family: var(--font-body);
      font-size: 0.98rem;
      font-weight: 500;
      color: var(--gold-bright);
      background: transparent;
    }

    .glory-block__item::before {
      content: 'â—†';
      font-size: 0.6rem;
      opacity: 0.6;
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       MUNDO 5 â€” O DESCONHECIDO
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    .unknown-section {
      position: relative;
      min-height: 58vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: var(--s8) var(--s4);
    }

    .unknown-stage {
      position: relative;
      width: 100%;
      max-width: 1000px;
      min-height: min(58vh, 560px);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .unknown-bg {
      display: none;
    }

    .unknown-stars {
      position: absolute;
      inset: 0;
      overflow: hidden;
      z-index: 0;
      pointer-events: none;
    }

    .unknown-star {
      position: absolute;
      border-radius: 50%;
      background: var(--inf-white);
      animation: rune-flicker var(--dur, 5s) ease-in-out infinite;
      animation-delay: var(--del, 0s);
    }

    .unknown-content {
      position: relative;
      z-index: 3;
      text-align: center;
      padding: var(--s8) var(--s4);
      max-width: 900px;
      width: 100%;
    }

    .unknown-content__eyebrow {
      font-family: var(--font-heading);
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.38em;
      text-transform: uppercase;
      color: var(--inf-glow);
      margin-bottom: var(--s4);
    }

    .unknown-content__title {
      font-family: var(--s21-title-font);
      font-size: clamp(3rem, 8vw, 7rem);
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      line-height: 1;
      margin-bottom: var(--s6);
    }

    .unknown-content__title--line1 {
      display: block;
      color: var(--silver-white);
    }

    .unknown-content__title--line2 {
      display: block;
      background: linear-gradient(135deg, var(--inf-bright), var(--inf-glow), var(--inf-white));
      background-size: 200% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: shimmer 4s linear infinite;
    }

    .unknown-content__desc {
      font-family: var(--font-lore);
      font-size: clamp(1.25rem, 2.2vw, 1.7rem);
      line-height: 1.85;
      font-style: italic;
      color: rgba(208,160,255,0.80);
      max-width: 760px;
      margin: 0 auto var(--s8);
    }

    .unknown-content__features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: var(--s3);
      margin-top: var(--s6);
    }

    .unknown-feature {
      padding: 0 var(--s2);
      border: none;
      background: transparent;
      font-family: var(--font-body);
      font-size: 1.05rem;
      font-weight: 500;
      color: var(--inf-white);
      position: relative;
    }

    .unknown-feature:hover {
      color: var(--inf-glow);
    }

    .unknown-feature::before {
      content: 'âœ¦';
      margin-right: var(--s1);
      color: var(--inf-glow);
      font-size: 0.7rem;
    }

    .unknown-ring {
      display: none;
    }

    /* InvasÃµes â€” arte atrÃ¡s do texto */
    .unknown-art-center {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
      z-index: 1;
      overflow: hidden;
    }

    .feat-art--inf-invasion {
      animation: none !important;
    }

    .unknown-art-center img {
      max-height: min(78vh, 620px);
      width: auto;
      object-fit: contain;
      object-position: center center;
      opacity: 0.42;
      filter: drop-shadow(0 0 48px rgba(160,96,224,0.22)) drop-shadow(0 16px 32px rgba(0,0,0,0.40));
    }

    .unknown-content__panel {
      position: relative;
      z-index: 1;
      padding: 0;
      background: transparent;
      border: none;
      backdrop-filter: none;
      box-shadow: none;
    }

    .unknown-content__bg-number {
      position: absolute;
      top: -0.2em;
      right: 0;
      font-family: var(--font-display);
      font-size: clamp(4rem, 10vw, 7rem);
      font-weight: 900;
      color: transparent;
      -webkit-text-stroke: 1px rgba(160, 96, 224, 0.08);
      line-height: 1;
      pointer-events: none;
      user-select: none;
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       SEPARADORES ENTRE MUNDOS
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    .world-divider {
      position: relative;
      padding: var(--s8) 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .world-divider__content {
      display: flex;
      align-items: center;
      gap: var(--s4);
      padding: var(--s3) var(--s6);
      border: 1px solid var(--border-dim);
      position: relative;
      background: var(--bg-void);
    }

    .world-divider__line {
      flex: 0 0 80px;
      height: 1px;
    }

    .world-divider__label {
      font-family: var(--font-heading);
      font-size: 0.55rem;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    /* â”€â”€ Temporadas Ã‰picas â€” card centralizado texto + logo â”€â”€ */
    .seasons-epic-panel {
      margin-top: var(--s4);
      padding: var(--s6) var(--s4);
      display: flex;
      justify-content: center;
      background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(40,160,96,0.04), transparent 75%);
    }

    .seasons-epic-inner {
      max-width: 1080px;
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--s8);
      align-items: center;
      min-height: 440px;
      padding: var(--s8) var(--s6);
      background: transparent;
      border: none;
      box-shadow: none;
    }

    .seasons-epic__text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: var(--s2) var(--s4);
    }

    .seasons-epic__logo {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: var(--s6);
    }

    .seasons-epic__logo img {
      width: min(580px, 95%);
      max-width: 580px;
      height: auto;
      image-rendering: auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      filter: drop-shadow(0 0 40px rgba(40,160,96,0.3)) drop-shadow(0 8px 20px rgba(0,0,0,0.5));
      animation: float-gentle 9s ease-in-out infinite;
    }

    @media (max-width: 800px) {
      .seasons-epic-inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: var(--s8) var(--s6);
      }
      .seasons-epic__logo { order: -1; padding: var(--s4); }
      .seasons-epic__logo img { max-width: 320px; width: min(320px, 88%); }
    }

    .glory-block { padding: var(--s8) var(--s8); }


    /* â”€â”€ Arte viva â€” animaÃ§Ã£o fluida + proximidade ao texto â”€â”€ */
    .feat-art {
      will-change: transform;
      transform-origin: center bottom;
    }

    .feat-art-wrap {
      position: relative;
    }

    .feat-art-wrap::before {
      content: '';
      position: absolute;
      bottom: 8%;
      left: 50%;
      transform: translateX(-50%);
      width: 55%;
      height: 35%;
      border-radius: 50%;
      filter: blur(28px);
      pointer-events: none;
      z-index: 1;
      animation: art-glow-breathe 5s ease-in-out infinite;
    }

    .feat-art-wrap--blood::before {
      background: radial-gradient(circle, rgba(200,32,48,0.35), transparent 70%);
      animation: art-glow-breathe-blood 4.5s ease-in-out infinite;
    }

    .feat-art-wrap--gold::before {
      background: radial-gradient(circle, rgba(200,152,40,0.30), transparent 70%);
    }

    .feat-art-wrap--blue::before {
      background: radial-gradient(circle, rgba(74,154,255,0.28), transparent 70%);
    }

    .feat-art-wrap--emerald::before {
      background: radial-gradient(circle, rgba(40,160,96,0.28), transparent 70%);
    }

    .feat-art-wrap--inf::before {
      background: radial-gradient(circle, rgba(160,96,224,0.32), transparent 70%);
    }

    .feat-art-wrap::after,
    .feat-art-wrap--blood::after,
    .feat-art-wrap--gold::after,
    .feat-art-wrap--blue::after,
    .feat-art-wrap--emerald::after,
    .feat-art-wrap--inf::after,
    .feat-art-wrap--defringe::after {
      display: none !important;
      content: none !important;
    }

    .feat-art--blood {
      animation: art-live-blood-pk 8s ease-in-out infinite;
      filter: drop-shadow(0 0 28px rgba(200,32,48,0.55)) drop-shadow(0 10px 20px rgba(0,0,0,0.7));
    }

    .feat-art--gold-left {
      animation: art-live-treasure 11s ease-in-out infinite;
      filter: drop-shadow(0 0 28px rgba(200,152,40,0.6)) drop-shadow(0 10px 20px rgba(0,0,0,0.7));
    }

    .feat-art--gold-right {
      animation: art-live-bomb 10s ease-in-out infinite;
      filter: drop-shadow(0 0 32px rgba(200,152,40,0.45)) drop-shadow(0 10px 20px rgba(0,0,0,0.65));
    }

    .feat-art--gold-heroes {
      animation: art-live-heroes 10s ease-in-out infinite;
      filter: drop-shadow(0 0 24px rgba(200,152,40,0.35)) drop-shadow(0 8px 16px rgba(0,0,0,0.55));
    }

    .feat-art--blue {
      animation: art-live-fish 9s ease-in-out infinite;
      filter: drop-shadow(0 0 32px rgba(74,154,255,0.45)) drop-shadow(0 10px 20px rgba(0,0,0,0.6));
    }

    .feat-art--blue-strip {
      animation: art-live-gallop 7s ease-in-out infinite;
      animation-delay: 0.5s;
      filter: drop-shadow(0 0 28px rgba(74,154,255,0.55)) drop-shadow(0 10px 20px rgba(0,0,0,0.7));
    }

    .feat-art--emerald {
      animation: art-live-emerald 11s ease-in-out infinite;
      filter: drop-shadow(0 0 32px rgba(40,160,96,0.45)) drop-shadow(0 10px 20px rgba(0,0,0,0.65));
    }

    .feat-art--inf {
      animation: art-live-invasion 12s ease-in-out infinite;
      filter: drop-shadow(0 0 40px rgba(160,96,224,0.35));
    }

    .feat-art--purple {
      animation: art-live-purple 11s ease-in-out infinite;
      filter: drop-shadow(0 0 32px rgba(160,96,224,0.5)) drop-shadow(0 10px 20px rgba(0,0,0,0.65));
    }

    .feat-art--char {
      animation: art-live-char 9s ease-in-out infinite;
    }

    .feat-art--char-bg {
      animation: art-live-char-bg 12s ease-in-out infinite;
    }

    /* Overlay absoluto â€” atrÃ¡s do texto */
    .feat-art--overlay {
      position: absolute;
      bottom: 0;
      height: auto;
      max-height: 58%;
      width: auto;
      z-index: 0;
      opacity: 0.68;
      pointer-events: none;
      image-rendering: auto;
      animation: none !important;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    .feat-art--overlay-heroes { right: 6%; max-height: 55%; }
    .feat-art--overlay-glory  { right: 4%; max-height: 52%; }
    .feat-art--overlay-power  { right: 4%; max-height: 70%; }
    .feat-art--overlay-evolve { right: 6%; max-height: 68%; }
    .feat-art--overlay-fish   { right: 12%; bottom: 0; max-height: 82%; height: auto; opacity: 0.78; }
    .feat-art--overlay-bombs  { right: 12%; bottom: -10px; max-height: 115%; height: auto; }

    /* Legibilidade â€” sombra EXTERNA no texto, sem caixa/blur interno */
    .glory-block__content {
      position: relative;
      z-index: 3;
      max-width: 420px;
      background: none;
      box-shadow: none;
    }

    .glory-block__tag,
    .glory-block__title,
    .glory-block__desc,
    .glory-block__items,
    .glory-split__text .glory-block__tag,
    .glory-split__text .glory-block__title,
    .glory-split__text .glory-block__desc,
    .glory-split__text .glory-block__items,
    .glory-split__text .glory-block__watermark {
      text-shadow:
        0 1px 2px rgba(0,0,0,0.95),
        0 2px 8px rgba(0,0,0,0.85);
    }

    /* InvasÃµes â€” ver bloco unknown-art-center acima */

    .unknown-content__eyebrow,
    .unknown-content__title--line1,
    .unknown-content__desc,
    .unknown-feature {
      text-shadow:
        0 1px 2px rgba(0,0,0,0.95),
        0 2px 8px rgba(0,0,0,0.85);
    }

    .unknown-content__title--line2 {
      text-shadow: none;
      filter: drop-shadow(0 2px 6px rgba(0,0,0,0.9)) drop-shadow(0 4px 14px rgba(0,0,0,0.75));
    }

    /* Minimap â€” lupa circular */
    .minimap-world-panel {
      cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='12' cy='12' r='8.5' fill='rgba(200,220,255,0.2)' stroke='%23c89828' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='6' fill='none' stroke='%238a6420' stroke-width='1' opacity='0.7'/%3E%3Cline x1='18' y1='18' x2='28' y2='28' stroke='%238a6420' stroke-width='3.5' stroke-linecap='round'/%3E%3Cline x1='18' y1='18' x2='28' y2='28' stroke='%23c89828' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 12 12, zoom-in;
      background: transparent !important;
    }

    .cycles-minimap-row .minimap-world-panel {
      border-right: none;
    }

    .minimap-stage,
    .minimap-tilt {
      background: transparent;
    }

    .minimap-stage {
      position: relative;
      width: 100%;
      max-width: min(820px, 92vw);
      aspect-ratio: 928 / 624;
      overflow: visible;
      background: transparent;
    }

    .minimap-tilt {
      position: absolute;
      inset: 0;
      overflow: visible;
    }

    .minimap-stage.is-loupe-active {
      cursor: none;
    }

    @media (max-width: 1024px) {
      .minimap-stage { max-width: 100%; }
      .minimap-loupe { display: none; }
      .minimap-stage.is-loupe-active { cursor: default; }
    }

    .minimap-tilt img#minimap-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      display: block;
      position: relative;
      z-index: 1;
      filter: none;
      user-select: none;
      -webkit-user-drag: none;
      image-rendering: auto;
    }

    .minimap-tilt .minimap-scanlines {
      display: none;
    }

    .minimap-loupe {
      position: absolute;
      width: 130px;
      height: 130px;
      pointer-events: none;
      z-index: 40;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.08s ease;
      transform: translate(-50%, -50%);
      overflow: visible;
    }

    .minimap-stage.is-loupe-active .minimap-loupe {
      opacity: 1;
      visibility: visible;
    }

    .minimap-loupe__glass {
      position: absolute;
      left: 21px;
      top: 21px;
      width: 88px;
      height: 88px;
      border-radius: 50%;
      overflow: hidden;
      background: rgba(200,220,255,0.04);
      box-shadow: inset 0 0 14px rgba(180,210,255,0.12);
      z-index: 1;
    }

    .minimap-loupe__zoom {
      position: absolute;
      top: 0;
      left: 0;
      max-width: none;
      pointer-events: none;
      user-select: none;
      image-rendering: auto;
      transform-origin: 0 0;
    }

    .minimap-loupe__chrome {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 3;
      overflow: visible;
    }

    .shadow-strip--pk .feat-art-wrap { justify-content: flex-start; padding-left: 0; }
    .shadow-strip--hunt .feat-art-wrap { justify-content: flex-end; padding-right: var(--s2); }
    .shadow-strip--race .feat-art-wrap { justify-content: flex-start; padding-left: var(--s4); }

    @media (min-width: 1800px) {
      .feat-hero-page__title { font-size: clamp(3.5rem, 7vw, 8rem); }
      .shadow-strip__title { font-size: clamp(2.4rem, 3.5vw, 3.4rem); }
      .feat-art-wrap img.feat-art { max-height: 580px; height: auto !important; }
    }

    @media (max-width: 800px) {
      .shadow-strip { min-height: auto; padding: var(--s6) 0; }
      .feat-art-wrap img.feat-art { height: auto !important; max-height: 320px !important; }
      .festival-cell { min-height: 300px; }
      .glory-block { min-height: 280px; }
      .glory-block__content { max-width: 100%; padding: var(--s4); }
      .unknown-stage { min-height: min(58vh, 480px); }
      .unknown-art-center img { opacity: 0.38; max-height: min(62vh, 440px); }
      .feat-hero-page { min-height: 52svh; padding: var(--s8) var(--s3) var(--s6); }
      .about-s21-root { --s16: 4rem; --s12: 3rem; --s10: 2.5rem; --s8: 2rem; }
    }

    @media (max-aspect-ratio: 4/5) {
      .feat-hero-page__title { font-size: clamp(2.5rem, 12vw, 4rem); }
      .unknown-section { min-height: auto; padding: var(--s8) var(--s4); }
    }

    /* Cap global â€” evita excesso em 4K */
    @media (max-width: 1024px) {
      /* Novos painÃ©is cycles responsivos */
      .world--cycles > div[style*="grid"],
      .world--cycles .cycles-minimap-row {
        grid-template-columns: 1fr !important;
        min-height: auto !important;
      }
      .cycles-split { grid-template-columns: 1fr; min-height: auto; }
      .cycles-split__divider { display: none; }
      .cycles-panel { padding: var(--s8) var(--s4); }
      .cycles-panel--right .cycles-panel__desc { max-width: 100%; }

      .shadow-strip--pk,
      .shadow-strip--hunt,
      .shadow-strip--race { grid-template-columns: 1fr; }

      .shadow-strip__number { font-size: clamp(6rem, 20vw, 10rem); }

      .festival-arena { grid-template-columns: 1fr; }
      .festival-cell { min-height: 380px; }

      .glory-grid { grid-template-columns: 1fr; }
      .glory-block--heroes,
      .glory-block--glory { grid-column: 1 / -1; }
      .glory-split-row { grid-template-columns: 1fr; padding: 0 var(--s4); }
      .glory-split--centered { min-height: auto; }
      .glory-split__text { max-width: 100%; min-height: auto; padding: var(--s8) var(--s4); }
      .glory-split__art { position: absolute; inset: 0; min-height: 280px; }
      .glory-split__img { height: min(320px, 65vw); }
      .glory-block { min-height: 340px; justify-content: center; }

      .world-nav { gap: var(--s2); }

      .shadows-cascade { padding: var(--s8) var(--s4); }

      /* AnimaÃ§Ãµes mais suaves no mobile â€” menos deslocamento lateral */
      .feat-art--blood,
      .feat-art--gold-left,
      .feat-art--gold-right,
      .feat-art--gold-heroes,
      .feat-art--blue,
      .feat-art--blue-strip,
      .feat-art--emerald,
      .feat-art--purple,
      .feat-art--inf {
        animation-name: float-gentle !important;
      }

      .feat-art--overlay-heroes,
      .feat-art--overlay-glory,
      .feat-art--overlay-power,
      .feat-art--overlay-evolve { right: 4% !important; }

      .feat-art--overlay-fish,
      .feat-art--overlay-bombs { right: 2% !important; }
    }

    @media (max-width: 640px) {
      .cycles-panel { padding: var(--s6) var(--s3); }
      .cycles-detail { grid-template-columns: 1fr; }

      .festival-cell { padding: var(--s8) var(--s4); min-height: 340px; }
      .festival-cell__bg-number { font-size: clamp(5rem, 20vw, 8rem); }

      .glory-block { padding: var(--s6) var(--s4); }
      .glory-block__items { flex-direction: column; }

      .unknown-content__features { gap: var(--s2); }
      .world-nav__item { font-size: 0.5rem; letter-spacing: 0.2em; padding: 5px 8px; }
    }

    /* Integração CodeIgniter — escopo dentro do main do site */
    .about-s21-root {
      position: relative;
      background: var(--bg-void);
      color: var(--silver-base);
      overflow-x: hidden;
      min-height: 100vh;
    }

    .about-s21-root .ags-Background {
      display: none;
    }

    .about-s21-root #particle-canvas {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
    }

    .about-s21-root .fog-container {
      position: fixed;
      inset: 0;
      z-index: 1;
      pointer-events: none;
    }

    .about-s21-root > section,
    .about-s21-root > nav,
    .about-s21-root > div.world-bridge {
      position: relative;
      z-index: 2;
    }

    /* Ritmo vertical compacto — sem alterar estrutura */
    .about-s21-root .page-hero {
      min-height: 62svh;
      padding: var(--s10) var(--s4) var(--s8);
    }

    .about-s21-root .vision-section {
      padding: var(--s10) 0;
    }

    .about-s21-root .shadow-strip {
      min-height: 52vh;
    }

    .about-s21-root .unknown-section,
    .about-s21-root .unknown-stage {
      min-height: min(62vh, 560px);
    }

    .about-s21-root .festival-arena {
      gap: var(--s3);
    }

    .about-s21-root .world-bridge {
      padding: var(--s6) var(--s4);
    }

    .about-s21-root .page-hero__title,
    .about-s21-root .vision-section__title,
    .about-s21-root .roadmap-header__title,
    .about-s21-root .season-content__subtitle,
    .about-s21-root .postcycle__title,
    .about-s21-root .feat-panel__world-title,
    .about-s21-root .feat-cell__title,
    .about-s21-root .feat-hero__title,
    .about-s21-root .cycles-panel__title,
    .about-s21-root .shadow-strip__title,
    .about-s21-root .festival-cell__title,
    .about-s21-root .glory-headline__title,
    .about-s21-root .glory-block__title,
    .about-s21-root .unknown-content__title {
      font-family: var(--s21-title-font);
      font-weight: 400;
    }
