:root {
            --bg: #050505;
            --surface: #0a0a0a;
            --nav-h: 72px;
            --mobile-cta-h: 58px;
            --gold: #D4AF37;
            --gold-dim: #8a702a;
            --gold-glow: rgba(212, 175, 55, 0.25);
            --bronze: #cd7f32;
            --bronze-glow: rgba(205, 127, 50, 0.25);
            --text: #ffffff;
            --text-dim: #d0d0d0;
            --ui-caption: #d8d8d8;
            --border: #222;
        }

        * { box-sizing: border-box; margin: 0; padding: 0; }

        body {
            background-color: var(--bg);
            background-image: linear-gradient(180deg, #000 0%, #0a0a0a 100%);
            color: var(--text);
            font-family: 'Source Sans 3', 'Segoe UI', system-ui, -apple-system, sans-serif;
            min-height: 100vh;
            line-height: 1.6;
            display: flex;
            flex-direction: column;
        }

.container {
            max-width: 900px;
            margin: 0 auto;
            padding: 8px 20px 80px;
            flex-grow: 1;
            width: 100%;
        }

        header:not(.rules-page-hero--cinematic) {
            text-align: center;
            border-bottom: 1px solid var(--border);
            padding-bottom: 24px;
            margin-top: 28px;
            margin-bottom: 36px;
        }

        h1,
        .rules-page-hero h1,
        .rules-page-hero__title {
            font-family: 'Oswald', sans-serif;
            font-size: clamp(2rem, 4.5vw, 3rem);
            text-transform: uppercase;
            line-height: 1.05;
            margin-bottom: 10px;
            letter-spacing: 2px;
        }

        .subtitle {
            font-family: 'Rajdhani', 'Source Sans 3', sans-serif;
            color: var(--gold);
            text-transform: uppercase;
            letter-spacing: 3px;
            font-size: 0.9rem;
            font-weight: 700;
        }

        section {
            margin-bottom: 36px;
        }

        .rules-need-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 10px;
            margin: 0 0 28px;
            padding: 0;
        }
        .rules-need-list li {
            border: 1px solid var(--border);
            border-radius: 10px;
            padding: 14px 16px;
            font-family: 'Oswald', sans-serif;
            font-size: 1.05rem;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: #fff;
            background: #0a0a0a;
        }

        h2 {
            font-family: 'Oswald', sans-serif;
            font-size: 2rem;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        h2::before {
            content: '';
            display: block;
            width: 4px;
            height: 24px;
            background: var(--gold);
        }

        .rule-card {
            background: var(--surface);
            border: 1px solid var(--border);
            padding: 30px;
            border-radius: 4px;
        }

        ul {
            list-style: none;
        }

        li {
            margin-bottom: 20px;
            padding-left: 30px;
            position: relative;
            font-size: 1.1rem;
            color: #ccc;
        }
        li strong {
            color: #fff;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            letter-spacing: 0.5px;
            display: block;
            margin-bottom: 4px;
        }
        li::before {
            content: '✓';
            color: var(--gold);
            position: absolute;
            left: 0;
            font-weight: 700;
        }

        .entry-callout {
            background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(10,10,10,0.95) 100%);
            border: 1px solid rgba(255,255,255,0.2);
            border-radius: 8px;
            padding: 28px 32px;
            margin-bottom: 48px;
        }

        .entry-callout h2 {
            font-family: 'Oswald', sans-serif;
            font-size: 1.5rem;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 14px;
        }

        .entry-callout h2::before { display: none; }

        .entry-callout p {
            color: var(--text-dim);
            font-size: 1.1rem;
            margin-bottom: 12px;
            line-height: 1.65;
        }

        .entry-callout p:last-child { margin-bottom: 0; }

        .entry-callout strong { color: #fff; }

        .verified-divider {
            font-family: 'Rajdhani', 'Source Sans 3', sans-serif;
            font-size: 0.72rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--gold);
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--border);
        }

        .note-box {
            background: rgba(212, 175, 55, 0.05);
            border: 1px solid var(--gold-dim);
            padding: 20px;
            margin-top: 20px;
            font-size: 0.95rem;
            color: var(--gold);
            line-height: 1.6;
        }

        footer {
            margin-top: auto;
            text-align: center;
            padding: 40px 20px 60px;
            border-top: 1px solid var(--border);
            background: #0a0a0a;
        }

        .footer-logo {
            display: block;
            height: 72px;
            width: auto;
            max-width: 280px;
            margin: 0 auto 20px;
            object-fit: contain;
            }

        .footer-copy {
            color: #b0b0b0;
            font-family: 'Rajdhani', 'Source Sans 3', sans-serif;
            font-size: 0.8rem;
        }

        .footer-links {
            margin-top: 12px;
            font-size: 0.85rem;
        }

        .footer-links a {
            color: #b5b5b5;
            text-decoration: none;
            margin: 0 10px;
        }

        .footer-links a:hover { color: var(--gold); }

/* ===== Cinematic rulebook hero · full-bleed video bg ===== */
.rules-page-hero {
  /* legacy two-column fallback (unused when --cinematic) */
  margin-top: 20px !important;
  margin-bottom: 36px !important;
}

.rules-page-hero--cinematic {
  position: relative;
  display: grid !important;
  place-items: center;
  /* Full-bleed under type · hero sits outside .container so 100% = viewport width */
  width: 100%;
  max-width: none;
  margin: 0 0 22px !important;
  min-height: 0;
  place-items: start center;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 90% 80% at 50% 20%, rgba(212, 175, 55, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 80% 90%, rgba(205, 127, 50, 0.16) 0%, transparent 50%),
    #080603;
  text-align: center;
  box-sizing: border-box;
}

/* Signature gold → orange underline */
.rules-page-hero--cinematic::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  z-index: 5;
  background: linear-gradient(90deg, #D4AF37 0%, #e8a04a 48%, #cd7f32 100%);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
}

/* Full-bleed background layer · video sits UNDER copy */
.rules-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.rules-page-hero__media .rules-hero-video,
.rules-page-hero--cinematic .rules-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block !important;
  transform: scale(1.1);
  /* Warm brand grade */
  filter: saturate(1.15) contrast(1.08) brightness(0.94) sepia(0.18) hue-rotate(-8deg);
}

/* Gold / bronze wash · still readable over motion */
.rules-page-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      165deg,
      rgba(40, 28, 8, 0.78) 0%,
      rgba(12, 8, 4, 0.42) 36%,
      rgba(28, 16, 6, 0.5) 64%,
      rgba(18, 10, 4, 0.88) 100%
    ),
    radial-gradient(
      ellipse 75% 65% at 50% 38%,
      rgba(212, 175, 55, 0.22) 0%,
      rgba(205, 127, 50, 0.1) 42%,
      rgba(0, 0, 0, 0.55) 100%
    );
}

.rules-page-hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow:
    inset 0 0 100px rgba(40, 24, 6, 0.55),
    inset 0 -50px 90px rgba(80, 45, 10, 0.4),
    inset 0 0 0 1px rgba(212, 175, 55, 0.12);
  background:
    radial-gradient(ellipse 95% 75% at 50% 100%, rgba(212, 175, 55, 0.2) 0%, rgba(205, 127, 50, 0.08) 35%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 15% 15%, rgba(232, 201, 106, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 88% 80%, rgba(205, 127, 50, 0.14) 0%, transparent 50%);
  pointer-events: none;
}

.rules-page-hero__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 22px 24px;
  align-items: flex-start;
  min-height: 0;
  box-sizing: border-box;
}

.rules-page-hero--cinematic .rules-page-hero__copy {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100%;
  max-width: 38rem;
  margin: 0 auto;
  padding: clamp(18px, 3.5vw, 28px) clamp(18px, 3.5vw, 28px);
  border-radius: 22px;
  border: none;
  background:
    linear-gradient(
      155deg,
      rgba(50, 36, 12, 0.72) 0%,
      rgba(22, 14, 6, 0.58) 48%,
      rgba(32, 18, 8, 0.68) 100%
    );
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(212, 175, 55, 0.12);
  animation: rules-hero-copy-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes rules-hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rules-page-hero__eyebrow {
  font-family: var(--wdhc-font-ui, 'Rajdhani', sans-serif) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: transparent !important;
  background: linear-gradient(105deg, #FFE566 0%, #D4AF37 45%, #F0A030 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin: 0 0 10px !important;
  text-align: center !important;
  width: 100%;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.5));
}

.rules-page-hero__title {
  font-size: clamp(3rem, 8vw, 4.75rem) !important;
  letter-spacing: 0.05em !important;
  line-height: 0.95 !important;
  margin: 0 0 14px !important;
  text-align: center !important;
  width: 100%;
  /* Title is the gold/orange word itself */
  filter: drop-shadow(0 2px 18px rgba(212, 175, 55, 0.45));
}

/* Override global .wdhc-gold-text (gold→bronze) · Rulebook = gold→orange */
.rules-page-hero__title .wdhc-gold-text,
.rules-page-hero--cinematic .rules-page-hero__title .wdhc-gold-text {
  background: linear-gradient(115deg, #FFE566 0%, #D4AF37 38%, #F0A030 72%, #E87820 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
  filter: drop-shadow(0 0 22px rgba(240, 160, 48, 0.45));
}

.rules-page-hero__lead {
  font-size: clamp(1.05rem, 2.1vw, 1.22rem) !important;
  line-height: 1.55 !important;
  color: #f5edd8 !important;
  max-width: 38ch !important;
  margin: 0 auto 22px !important;
  text-align: center !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
}

.rules-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Gold brand CTA */
.rules-hero-cta,
a.rules-hero-cta.nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 26px !important;
  font-family: var(--wdhc-font-ui, 'Rajdhani', sans-serif) !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border-radius: 999px !important;
  border: 1px solid rgba(205, 127, 50, 0.55) !important;
  background: linear-gradient(135deg, #D4AF37 0%, #cd7f32 100%) !important;
  color: #000 !important;
  box-shadow: 0 8px 28px rgba(212, 175, 55, 0.35) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease !important;
}

.rules-hero-cta:hover,
a.rules-hero-cta.nav-cta:hover {
  background: linear-gradient(135deg, #e8c96a 0%, #d4954a 100%) !important;
  color: #000 !important;
  box-shadow: 0 12px 34px rgba(212, 175, 55, 0.45) !important;
  transform: translateY(-1px);
}

.rules-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(232, 160, 74, 0.55);
  color: #f0d78c;
  background: linear-gradient(145deg, rgba(40, 28, 10, 0.55) 0%, rgba(20, 12, 6, 0.45) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.rules-hero-secondary:hover {
  border-color: rgba(240, 180, 90, 0.85);
  color: #fff4d0;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.22) 0%, rgba(205, 127, 50, 0.18) 100%);
  box-shadow: 0 8px 22px rgba(205, 127, 50, 0.2);
  transform: translateY(-1px);
}

/* Hide legacy side visual if any remnant markup appears */
.rules-page-hero--cinematic .rules-page-hero__visual {
  display: none !important;
}

/* Path cards */
.rules-path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 0 32px;
}

.rules-path-card {
  border-radius: 18px;
  padding: 20px 22px 22px;
  border: none;
  background: linear-gradient(165deg, rgba(18, 18, 20, 0.98) 0%, rgba(8, 8, 10, 0.99) 100%);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

.rules-path-card--open {
  border: none;
}

.rules-path-card--verified {
  border: none;
  background:
    radial-gradient(ellipse 90% 70% at 100% 0%, rgba(212, 175, 55, 0.1) 0%, transparent 55%),
    linear-gradient(165deg, rgba(22, 20, 12, 0.98) 0%, rgba(10, 9, 6, 0.99) 100%);
}

.rules-path-card__kicker {
  font-family: var(--wdhc-font-mono, 'Rajdhani', 'Source Sans 3', sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 6px;
}

.rules-path-card--verified .rules-path-card__kicker {
  color: var(--gold, #D4AF37);
}

.rules-path-card__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.1rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  color: #fff;
}

.rules-path-card__title::before { display: none !important; }

.rules-path-card__body {
  color: #b8b8b8;
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0 0 14px;
}

.rules-path-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rules-path-card__list li {
  margin: 0 0 8px;
  padding-left: 22px;
  position: relative;
  font-size: 0.95rem;
  color: #d0d0d0;
}

.rules-path-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.75);
}

.rules-path-card--open .rules-path-card__list li::before {
  background: rgba(160, 160, 160, 0.85);
}

/* Matrix */
.rules-matrix-card {
  margin: 4px 0 32px;
  padding: 20px 22px 22px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(165deg, rgba(16, 16, 18, 0.98) 0%, rgba(8, 8, 10, 0.99) 100%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
}

.rules-matrix-card__head {
  margin-bottom: 14px;
}

.rules-matrix-card__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.65rem, 3vw, 1.9rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  color: #fff;
}

.rules-matrix-card__title::before { display: none !important; }

.rules-matrix-card__sub {
  margin: 0;
  color: #999;
  font-size: 0.95rem;
  line-height: 1.45;
}

.rules-matrix-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: none;
}

.rules-matrix-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
  min-width: 560px;
}

.rules-matrix-table thead th {
  padding: 12px 14px;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #aaa;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}

.rules-matrix-table thead th:nth-child(3) {
  color: var(--gold, #D4AF37);
}

.rules-matrix-table tbody th {
  padding: 14px;
  text-align: left;
  font-weight: 600;
  color: #e8e8e8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
  width: 34%;
}

.rules-matrix-table tbody td {
  padding: 14px;
  color: #c4c4c4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
  line-height: 1.45;
}

.rules-matrix-table tbody tr:last-child th,
.rules-matrix-table tbody tr:last-child td {
  border-bottom: none;
}

.rules-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rules-pill--yes {
  color: #b8f0c8;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.28);
}

.rules-pill--no {
  color: #aaa;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rules-pill--gold {
  color: #f0d78c;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.rules-matrix-card__note {
  margin: 16px 0 0;
  color: #888;
  font-size: 0.9rem;
  line-height: 1.45;
}

/* Rule cards elevate */
.container .rule-card {
  border-radius: 16px !important;
  border: none !important;
  border-color: transparent !important;
  background: linear-gradient(165deg, rgba(16, 16, 18, 0.98) 0%, rgba(8, 8, 10, 0.99) 100%) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25) !important;
}

@media (max-width: 900px) {
  .rules-path-grid {
    grid-template-columns: 1fr;
  }
  .rules-page-hero--cinematic {
    min-height: 0;
    place-items: start center;
  }
  .rules-page-hero__inner {
    padding: 40px 16px 48px;
  }
  .rules-page-hero--cinematic .rules-page-hero__copy {
    padding: 20px 16px 22px;
    border-radius: 18px;
  }
  .rules-page-hero__lead {
    max-width: none !important;
  }
  .rules-page-hero__media .rules-hero-video {
    object-position: center 38%;
    transform: scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rules-page-hero--cinematic .rules-page-hero__copy {
    animation: none !important;
  }
  .rules-page-hero__media .rules-hero-video {
    transform: none;
  }
}

/* ===== How to film · clean step cards ===== */
.rules-film {
  margin: 16px 0 32px;
  padding: clamp(18px, 3.5vw, 30px);
  border-radius: 22px;
  border: none;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(212, 175, 55, 0.1) 0%, transparent 58%),
    linear-gradient(168deg, #12110f 0%, #080809 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
}

.rules-film__header {
  text-align: center;
  max-width: 28rem;
  margin: 0 auto 16px;
}

.rules-film__eyebrow {
  margin: 0 0 4px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4af37;
}

.rules-film__title {
  margin: 0 0 10px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f4f0e8;
  line-height: 1.1;
}

.rules-film__lead {
  margin: 0 0 6px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #ece8e0;
  line-height: 1.25;
}

.rules-film__sub {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #a8a8a8;
}

.rules-film__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rules-film__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 22px 18px 18px;
  border-radius: 18px;
  border: none;
  background: linear-gradient(165deg, #161512 0%, #0c0c0e 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  min-height: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rules-film__step:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.07);
  transform: translateY(-2px);
}

.rules-film__step--verified {
  border: none;
  background:
    radial-gradient(ellipse 110% 70% at 50% 0%, rgba(212, 175, 55, 0.12) 0%, transparent 55%),
    linear-gradient(165deg, #1a1610 0%, #0c0c0e 100%);
}

.rules-film__step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rules-film__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0a0a0a;
  background: linear-gradient(145deg, #e0c060 0%, #d4af37 45%, #cd7f32 100%);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.28);
  line-height: 1;
}

.rules-film__emoji,
.rules-film__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  line-height: 0;
  background: transparent;
  border: none;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.rules-film__icon img,
.rules-film__emoji img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rules-film__step--verified .rules-film__icon {
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.22);
}

.rules-film__step-title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f2efe8;
  line-height: 1.15;
}

.rules-film__step-copy {
  margin: 0;
  flex: 1;
  font-size: 0.93rem;
  line-height: 1.52;
  color: #b4b4b4;
}

.rules-film__step-tag {
  margin: 2px 0 0;
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 11px;
  border-radius: 999px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c4c4c4;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rules-film__step-tag--gold {
  color: #1a1408;
  background: linear-gradient(135deg, #d4af37 0%, #cd7f32 100%);
  border-color: rgba(205, 127, 50, 0.45);
}

.rules-film__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.rules-film__paths {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rules-film__path {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 9rem;
  padding: 11px 15px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.3);
}

.rules-film__path--gold {
  border-color: rgba(212, 175, 55, 0.38);
  background: rgba(212, 175, 55, 0.09);
}

.rules-film__path-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9a9a;
}

.rules-film__path--gold .rules-film__path-label {
  color: #d4af37;
}

.rules-film__path-steps {
  font-family: 'Oswald', sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ece8e0;
}

.rules-film__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border: 1px solid rgba(205, 127, 50, 0.5);
  background: linear-gradient(135deg, #d4af37 0%, #cd7f32 100%);
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.25);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rules-film__cta:hover {
  color: #000;
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.38);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .rules-film__steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .rules-film__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .rules-film__cta {
    width: 100%;
  }
  .rules-film__paths {
    width: 100%;
  }
  .rules-film__path {
    flex: 1 1 calc(50% - 6px);
  }
}

@media (max-width: 480px) {
  .rules-film {
    padding: 18px 14px 20px;
    border-radius: 16px;
  }
  .rules-film__path {
    flex: 1 1 100%;
  }
}

/* ===== Hang types · compact format cards ===== */
.rules-hang-types {
  margin: 0 0 32px;
  padding: clamp(16px, 3vw, 26px);
  border-radius: 20px;
  border: none;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(212, 175, 55, 0.08) 0%, transparent 55%),
    linear-gradient(165deg, #12110f 0%, #09090b 100%);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.rules-hang-types__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 16px;
}

.rules-hang-types__eyebrow {
  margin: 0 0 4px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4af37;
}

.rules-hang-types__title {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f2efe8;
  display: block;
}

.rules-hang-types__title::before {
  display: none !important;
}

.rules-hang-types__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #a8a8a8;
}

.rules-hang-types__group {
  margin: 0 0 22px;
}

.rules-hang-types__group:last-child {
  margin-bottom: 0;
}

.rules-hang-types__group-title {
  margin: 0 0 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d4af37;
}

.rules-hang-types__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.rules-hang-types__card {
  margin: 0 !important;
  padding: 16px 14px !important;
  border-radius: 14px;
  border: none;
  background: rgba(0, 0, 0, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.rules-hang-types__card::before {
  display: none !important;
}

.rules-hang-types__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  background: rgba(212, 175, 55, 0.08);
}

.rules-hang-types__card--default {
  border: none;
  background: rgba(212, 175, 55, 0.07);
}

.rules-hang-types__name {
  margin: 0 0 4px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f0ebe3;
}

.rules-hang-types__tag {
  margin: 0 0 8px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d4af37;
}

.rules-hang-types__body {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #b0b0b0;
}

@media (max-width: 600px) {
  .rules-hang-types__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Five things checklist ===== */
.rules-five {
  margin: 0 0 28px;
  padding: clamp(16px, 3vw, 26px);
  border-radius: 20px;
  border: none;
  background:
    radial-gradient(ellipse 70% 80% at 0% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 55%),
    linear-gradient(165deg, #12110f 0%, #09090b 100%);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}

.rules-five__head {
  text-align: center;
  margin: 0 0 14px;
}

.rules-five__eyebrow {
  margin: 0 0 4px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4af37;
}

.rules-five__title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f2efe8;
  display: block;
}

.rules-five__title::before {
  display: none !important;
}

.rules-five__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.rules-five__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  margin: 0 !important;
  padding: 16px 10px 14px !important;
  border-radius: 14px;
  border: none;
  background: rgba(0, 0, 0, 0.28);
  cursor: default;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.rules-five__item::before {
  display: none !important;
}

.rules-five__item:hover {
  transform: translateY(-3px);
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), 0 0 20px rgba(212, 175, 55, 0.1);
}

.rules-five__item--gold {
  border: none;
  background: rgba(212, 175, 55, 0.06);
}

.rules-five__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  line-height: 0;
  background: transparent;
  border: none;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.rules-five__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rules-five__item:hover .rules-five__icon {
  transform: scale(1.08);
  box-shadow: 0 10px 22px rgba(212, 175, 55, 0.22);
}

.rules-five__label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #f0ebe3;
  line-height: 1.2;
}

.rules-five__hint {
  font-size: 0.78rem;
  color: #9a9a9a;
  line-height: 1.3;
}

/* Subtext only on hover / keyboard focus (keeps grid clean) */
.rules-five__grid--hover .rules-five__hint {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease, margin 0.2s ease;
}
.rules-five__grid--hover .rules-five__item:hover .rules-five__hint,
.rules-five__grid--hover .rules-five__item:focus-visible .rules-five__hint,
.rules-five__grid--hover .rules-five__item:focus-within .rules-five__hint {
  max-height: 4.5rem;
  opacity: 1;
  margin-top: 4px;
}
@media (hover: none) {
  /* Touch: show short hints always so mobile is not a mystery */
  .rules-five__grid--hover .rules-five__hint {
    max-height: 4.5rem;
    opacity: 1;
    margin-top: 4px;
  }
}

/* Combined how-to-film + checklist */
.rules-film--combined {
  margin-bottom: 28px;
}
.rules-film--combined .rules-five__grid {
  margin: 0 0 20px;
}

/* Unified unverified vs verified block */
.rules-paths-block {
  margin: 0 0 28px;
  padding: clamp(16px, 3vw, 26px);
  border-radius: 20px;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(212, 175, 55, 0.08) 0%, transparent 55%),
    linear-gradient(165deg, #12110f 0%, #09090b 100%);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
}
.rules-paths-block__head {
  text-align: center;
  margin: 0 0 18px;
}
.rules-paths-block__eyebrow {
  margin: 0 0 6px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4af37;
}
.rules-paths-block__title {
  margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
}
.rules-paths-block__sub {
  margin: 0 auto;
  max-width: 40rem;
  color: #a8a8a8;
  font-size: 0.98rem;
  line-height: 1.5;
}
.rules-matrix-card--nested {
  margin-top: 18px;
  padding: 16px 14px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Fix gold pill overflow / distortion in matrix cells */
.rules-pill {
  max-width: 100%;
  white-space: normal;
  line-height: 1.25;
  text-align: center;
  box-sizing: border-box;
  word-break: normal;
  hyphens: none;
}
.rules-pill--gold {
  display: inline-block;
  padding: 5px 12px;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}
.rules-matrix-table td {
  vertical-align: middle;
  word-break: break-word;
}

/* Hang type cards: more room for body text */
.rules-hang-types__grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}
.rules-hang-types__card {
  min-width: 0;
  overflow: hidden;
  padding: 18px 16px !important;
}
.rules-hang-types__name {
  line-height: 1.15;
}
.rules-hang-types__body {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.note-box--guinness {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.07);
  color: #d8d0c0;
  line-height: 1.55;
  font-size: 0.95rem;
}
.note-box--guinness strong {
  display: block;
  margin-bottom: 8px;
  color: #f0d78c;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

/* ===== Rulebook interaction polish ===== */
.rules-path-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.rules-path-card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: rgba(160, 160, 160, 0.45);
  opacity: 0.7;
  transition: background 0.18s ease, opacity 0.18s ease, width 0.18s ease;
}

.rules-path-card--verified::after {
  background: linear-gradient(180deg, #d4af37 0%, #cd7f32 100%);
  opacity: 0.9;
}

.rules-path-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.32);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(212, 175, 55, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.rules-path-card:hover::after {
  width: 4px;
  opacity: 1;
}

.rules-path-card--verified:hover {
  border-color: rgba(212, 175, 55, 0.48);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.4),
    0 0 32px rgba(212, 175, 55, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rules-matrix-card {
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.rules-matrix-card:hover {
  border-color: rgba(212, 175, 55, 0.22);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.rules-matrix-table tbody tr {
  transition: background 0.15s ease;
}

.rules-matrix-table tbody tr:hover th,
.rules-matrix-table tbody tr:hover td {
  background: rgba(212, 175, 55, 0.05);
}

.rules-matrix-table tbody tr:hover th {
  color: #fff;
}

.rules-pill {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.rules-matrix-table tbody tr:hover .rules-pill {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.rules-film {
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.rules-film:hover {
  border-color: rgba(212, 175, 55, 0.32);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 22px 54px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(212, 175, 55, 0.06);
}

.rules-film__step {
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.rules-film__step:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.38);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 22px rgba(212, 175, 55, 0.1);
}

.rules-film__step:hover .rules-film__icon {
  transform: scale(1.06);
}

.rules-film__icon {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.rules-film__path {
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.rules-film__path:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 55, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.rules-film__path--gold:hover {
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(212, 175, 55, 0.12);
}

.rules-hero-secondary {
  transition:
    transform 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}

.rules-hero-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.12);
}

.rules-hero-cta,
a.rules-hero-cta.nav-cta {
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease !important;
}

.rules-hero-cta:hover,
a.rules-hero-cta.nav-cta:hover {
  transform: translateY(-1px);
}

/* cinematic hero media is ambient; no hover lift on full-bleed */

/* Detail sections · rule cards */
.container .rule-card {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

.container .rule-card:hover {
  border-color: rgba(212, 175, 55, 0.28) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32), 0 0 24px rgba(212, 175, 55, 0.06) !important;
  transform: translateY(-2px);
}

.container .rule-card li {
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
  margin-bottom: 8px !important;
  transition: background 0.15s ease, transform 0.15s ease, color 0.15s ease;
}

.container .rule-card li:hover {
  background: rgba(212, 175, 55, 0.06);
  transform: translateX(3px);
  color: #ddd;
}

.container .rule-card li:hover strong {
  color: #d4af37;
}

.note-box {
  border-radius: 12px !important;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.note-box:hover {
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.verified-divider {
  position: relative;
  letter-spacing: 0.18em !important;
}

/* Bottom submit CTA */
.rules-submit-cta {
  text-align: center;
  margin-top: 28px !important;
  margin-bottom: 8px;
  padding: clamp(24px, 3.5vw, 36px) 22px !important;
  border-radius: 20px !important;
  border: none !important;
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(212, 175, 55, 0.12) 0%, transparent 55%),
    linear-gradient(165deg, #14120e 0%, #0a0a0c 100%) !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.35) !important;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.rules-submit-cta:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 30px rgba(212, 175, 55, 0.1) !important;
  transform: translateY(-2px);
}

.rules-submit-cta__legal {
  color: #8a8a8a;
  font-size: 0.88rem;
  margin: 0 0 16px;
  line-height: 1.55;
}

.rules-submit-cta__legal a {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.15s ease;
}

.rules-submit-cta__legal a:hover {
  color: #f0d78c;
  text-decoration: underline;
}

.rules-submit-cta__title {
  font-family: 'Oswald', sans-serif !important;
  font-size: clamp(1.55rem, 3vw, 1.95rem) !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 10px !important;
  color: #f2efe8;
  display: block;
}

.rules-submit-cta__title::before {
  display: none !important;
}

.rules-submit-cta__lead {
  color: #a8a8a8;
  margin: 0 auto 20px;
  max-width: 42ch;
  line-height: 1.5;
  font-size: 1rem;
}

.rules-submit-cta__btn {
  display: inline-flex !important;
}

/* Section h2 polish on rules detail blocks */
.container > section > h2 {
  transition: color 0.15s ease;
}

@media (max-width: 900px) {
  .rules-five__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rules-five__item--gold {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .rules-five {
    padding: 16px 12px 18px;
  }
  .rules-five__grid {
    grid-template-columns: 1fr;
  }
  .rules-five__item--gold {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rules-five__item,
  .rules-path-card,
  .rules-film__step,
  .rules-film__path,
  .rules-submit-cta,
  .container .rule-card,
  .container .rule-card li,
  .rules-hero-secondary,
  .rules-page-hero__visual {
    transition: none !important;
  }
  .rules-five__item:hover,
  .rules-path-card:hover,
  .rules-film__step:hover,
  .rules-submit-cta:hover,
  .container .rule-card:hover,
  .container .rule-card li:hover {
    transform: none !important;
  }
}

/* Film diagram SVG removed (kept class hooks unused) */