/* =========================
   WWF.COM CORE STYLE v2.1
   1999–2000 LOCKED BUILD + REALISM FIX
========================= */

/* =========================
   BASE SAFETY LOCK (CRITICAL)
========================= */

html {
    background: #000;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 1.4;

    /* realism-safe rendering */
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
}

/* =========================
   GLOBAL LINKS
========================= */

a {
    color: #0033cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* visited drift (1999 inconsistency) */
a:visited {
    color: #5b7bd5;
}

/* =========================
   IMAGE BASE RULE
========================= */

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

/* =========================
   HEADER
========================= */

.header {
    text-align: center;
    padding: 12px;
    background: #000;
    border-bottom: 2px solid #222;
}

.header img {
    max-height: 85px;
    position: relative;
    top: 1px;
}

/* =========================
   NAVIGATION
========================= */

.nav {
    background: #111;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #333;
}

.nav a {
    color: #fff;
    margin: 0 8px;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    top: -0.5px;
}

.nav a:hover {
    color: #ffcc00;
}

/* =========================
   WRAPPER
========================= */

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

/* =========================
   RAW BRAND
========================= */

.raw-hero {
    background: #111;
    border: 2px solid #cc0000;
    padding: 15px;
    margin-top: 10px;
}

.raw-title {
    color: #cc0000;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.raw-subtext {
    font-size: 14px;
}

/* =========================
   HEAT BRAND
========================= */

.heat-hero {
    background: #111;
    border: 2px solid #ffcc00;
    padding: 15px;
    margin-top: 10px;
}

.heat-title {
    color: #ffcc00;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

/* =========================
   BLOCK SYSTEM
========================= */

.block {
    background: #111;
    border: 1px solid #333;
    padding: 10px;
    margin-top: 10px;
}

.block h3 {
    margin: 0 0 6px 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffcc00;
}

/* controlled imperfection (NOT layout dependent) */
.block + .block {
    border-left: 2px solid #222;
}

/* =========================
   GRID SYSTEM
========================= */

.block-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* slight realism drift */
.block-grid,
.roster-preview {
    gap: 9px;
}

/* =========================
   LIST ROWS
========================= */

.result-row,
.recap-row,
.news-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #222;
    font-size: 13px;
}

/* subtle uneven spacing (realism layer) */
.result-row,
.recap-row,
.news-item {
    padding-top: 7px;
    padding-bottom: 5px;
}

/* =========================
   IMAGE BLOCK
========================= */

.feature-image {
    margin-top: 10px;
    background: #111;
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}

.feature-image img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

/* =========================
   INFO / BACKSTAGE
========================= */

.info-box,
.backstage {
    margin-top: 10px;
    background: #1a1a1a;
    border: 1px solid #444;
    padding: 10px;
}

/* =========================
   TYPOGRAPHY DRIFT (REALISM)
========================= */

h2 {
    letter-spacing: 0.6px;
}

h3 {
    letter-spacing: 0.3px;
}

p {
    margin-top: 6px;
    margin-bottom: 8px;
}

strong {
    font-weight: 700;
    letter-spacing: 0.4px;
}

/* =========================
   FOOTER
========================= */

.footer {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    margin: 20px 0;
    opacity: 0.92;
    letter-spacing: 0.3px;
}
html, body {
    background: #000 !important;
    color: #fff;
}

.wrapper {
    position: relative;
    z-index: 1;
}

.header, .nav, .wrapper, .footer {
    position: relative;
}

.raw-strip {
    background: #cc0000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ffcc00;
}

.heat-section {
    margin-top: 10px;
    background: #111;
    border: 1px solid #333;
    padding: 10px;
}

/* =========================
   SURVIVAL VALIDATION PATCH v1.2
   (NO DESIGN CHANGES — ONLY FIXES)
========================= */

/* prevents missing layout collapse on pages using .container */
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

/* fixes missing global nav styling used across ALL pages */
.wwf-nav {
    background: #111;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #333;
}

.wwf-nav a {
    color: #fff;
    margin: 0 8px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.wwf-nav a:hover {
    color: #ffcc00;
}

/* missing section title used in index.html */
.section-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffcc00;
    margin-bottom: 6px;
}

/* harden results container */
.results {
    margin-top: 10px;
    background: #111;
    border: 1px solid #333;
    padding: 10px;
}

/* safeguard strong inside results */
.results strong {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 13px;
}

/* prevent broken image collapse inside banner frame */
.wwf-banner-frame img {
    width: 100%;
    height: auto;
    display: block;
    background: #111;
}

/* ensure feature grid never breaks on older pages */
.block-grid,
.feature-grid {
    align-items: stretch;
}

/* unify legacy wrapper behavior */
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

/* prevent nav drift on small layout inconsistencies */
.nav, .wwf-nav {
    line-height: 1.2;
}

.wwf-banner-frame {
    min-height: 120px;
    background: #111;
}