/*
Theme Name: Moban 8-2-9
Description: Chủ đề WordPress tùy chỉnh cho cổng thông tin game Bầu Cua Tôm Cá (Hoo Hey How) – phong cách đêm pháo hoa giao thừa trên nền trời thẫm, tối ưu SEO.
Version: 1.0
Author: Moban82
Text Domain: moban82
*/

/* Google Fonts (Cormorant Garamond + Be Vietnam Pro) are enqueued in functions.php — no @import here. */

/* ============================================================
   1. Design tokens — bầu trời pháo hoa
   ============================================================ */
:root {
  --night: #0a0820;
  --night-mid: #14112e;
  --night-soft: #1d1940;
  --gold: #ffd166;
  --gold-soft: #ffe6a8;
  --spark-red: #ff5d5d;
  --spark-rose: #ef476f;
  --cream: #f5efdd;
  --line: rgba(255, 209, 102, 0.24);
  --radius: 6px;
  --radius-sm: 4px;
  --shadow-spark: 0 14px 44px rgba(6, 4, 24, 0.6), 0 0 34px rgba(255, 209, 102, 0.12);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Be Vietnam Pro', 'Segoe UI', sans-serif;
  --wrap: 1180px;
}

/* ============================================================
   2. Reset & base
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--cream);
  background-color: var(--night);
  background-image:
    radial-gradient(1.5px 1.5px at 12% 16%, rgba(255, 230, 168, 0.9), transparent 100%),
    radial-gradient(1px 1px at 34% 8%, rgba(245, 239, 221, 0.7), transparent 100%),
    radial-gradient(1.5px 1.5px at 58% 22%, rgba(255, 209, 102, 0.75), transparent 100%),
    radial-gradient(1px 1px at 76% 12%, rgba(245, 239, 221, 0.6), transparent 100%),
    radial-gradient(1.5px 1.5px at 90% 30%, rgba(255, 230, 168, 0.65), transparent 100%),
    radial-gradient(1px 1px at 22% 46%, rgba(245, 239, 221, 0.5), transparent 100%),
    radial-gradient(ellipse 55% 34% at 50% -6%, rgba(239, 71, 111, 0.16), transparent 64%),
    radial-gradient(ellipse 40% 28% at 8% 100%, rgba(255, 209, 102, 0.08), transparent 60%);
  background-attachment: fixed;
  overflow-x: hidden;
}

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

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover {
  color: var(--gold-soft);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.18;
  color: var(--gold);
  margin: 0 0 0.6em;
}

h1 { font-size: clamp(2rem, 5.4vw, 3.4rem); letter-spacing: 0.01em; }
h2 { font-size: clamp(1.5rem, 3.6vw, 2.25rem); }
h3 { font-size: clamp(1.15rem, 2.4vw, 1.4rem); font-weight: 600; }

p {
  margin: 0 0 1.2em;
}

.wrap {
  width: min(var(--wrap), 92%);
  margin-inline: auto;
}

.section {
  padding: 3.6rem 0;
}

.section-kicker {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--spark-red);
  margin-bottom: 0.7rem;
}

.section-kicker::before {
  content: '✧ ';
  color: var(--gold);
}

.section-kicker::after {
  content: ' ✧';
  color: var(--gold);
}

.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.55rem;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--spark-rose), transparent);
  box-shadow: 0 0 12px rgba(255, 209, 102, 0.6);
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ============================================================
   3. Header — dải đỏ vàng trên đỉnh trời đêm
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(180deg, #7d0f1d, #5c0a15);
  border-bottom: 2px solid var(--gold);
  box-shadow: 0 6px 26px rgba(125, 15, 29, 0.5);
}

.site-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem 1rem;
  padding: 0.55rem 0;
  position: relative;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.site-brand__logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  box-shadow: 0 0 16px rgba(255, 209, 102, 0.55);
}

.site-brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--gold);
  line-height: 1.05;
  text-shadow: 0 0 14px rgba(255, 209, 102, 0.45);
}

.site-brand__tag {
  display: block;
  font-family: var(--font-body);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft);
  opacity: 0.85;
}

.site-nav {
  display: none;
}

.site-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__link {
  display: block;
  padding: 0.5rem 0.9rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--gold-soft);
  letter-spacing: 0.02em;
  transition: background 0.25s ease, color 0.25s ease;
}

.site-nav__link:hover,
.site-nav__link:focus {
  color: #5c0a15;
  background: var(--gold);
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(255, 209, 102, 0.5);
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.nav-toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav.is-open {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #5c0a15;
  border-bottom: 2px solid var(--gold);
}

.site-nav.is-open .site-nav__list {
  flex-direction: column;
  padding: 0.7rem 4%;
}

.site-nav.is-open .site-nav__link {
  padding: 0.8rem 1rem;
}

@media (min-width: 960px) {
  .site-nav {
    display: block;
  }

  .nav-toggle {
    display: none;
  }
}

/* ============================================================
   4. Hero — bầu trời giao thừa toàn màn hình
   ============================================================ */
.fw-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.fw-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 60% 44% at 50% 18%, rgba(239, 71, 111, 0.3), transparent 68%),
    linear-gradient(180deg, rgba(10, 8, 32, 0.55) 0%, rgba(10, 8, 32, 0.68) 55%, var(--night) 100%);
}

.fw-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(2px 2px at 16% 24%, rgba(255, 230, 168, 0.95), transparent),
    radial-gradient(1.5px 1.5px at 72% 14%, rgba(255, 209, 102, 0.9), transparent),
    radial-gradient(2px 2px at 86% 38%, rgba(245, 239, 221, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 30% 10%, rgba(255, 230, 168, 0.7), transparent);
  animation: fw-twinkle 3.4s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes fw-twinkle {
  from { opacity: 0.35; }
  to { opacity: 1; }
}

.fw-hero__inner {
  width: min(820px, 92%);
  padding: 4.5rem 0;
}

.fw-hero__kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--spark-red);
  text-shadow: 0 0 16px rgba(255, 93, 93, 0.6);
}

.fw-hero__title {
  margin: 0.4em 0 0.45em;
  text-shadow: 0 4px 34px rgba(10, 8, 32, 0.9);
}

.fw-hero__lead {
  max-width: 64ch;
  margin: 0 auto 1.8em;
  color: rgba(245, 239, 221, 0.9);
  font-size: 1.04rem;
}

.fw-hero__scroll {
  margin-top: 2.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  animation: fw-drop 2.2s ease-in-out infinite;
}

@keyframes fw-drop {
  0%, 100% { transform: translateY(0); opacity: 0.75; }
  50% { transform: translateY(8px); opacity: 1; }
}

/* ============================================================
   5. Timeline — hành trình một ván xúc xắc
   ============================================================ */
.fw-timeline {
  position: relative;
  max-width: 900px;
  margin: 2.4rem auto 0;
  padding: 1rem 0;
  list-style: none;
}

.fw-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--gold) 12%, var(--gold) 88%, transparent);
  box-shadow: 0 0 16px rgba(255, 209, 102, 0.5);
}

@media (min-width: 860px) {
  .fw-timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.fw-step {
  position: relative;
  padding: 0 0 2.4rem 76px;
}

.fw-step:last-child {
  padding-bottom: 0.4rem;
}

.fw-step__badge {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--night-mid);
  border: 2px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  box-shadow: 0 0 22px rgba(255, 209, 102, 0.4);
}

.fw-step__panel {
  background: linear-gradient(165deg, var(--night-mid), var(--night-soft));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem 1.4rem;
  box-shadow: var(--shadow-spark);
}

.fw-step__title {
  margin-bottom: 0.3em;
  color: var(--gold-soft);
}

.fw-step__text {
  margin: 0;
  font-size: 0.94rem;
  color: rgba(245, 239, 221, 0.82);
}

@media (min-width: 860px) {
  .fw-step {
    width: 50%;
    padding: 0 3rem 2.8rem 0;
  }

  .fw-step:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 2.8rem 3rem;
  }

  .fw-step__badge {
    left: auto;
    right: -28px;
  }

  .fw-step:nth-child(even) .fw-step__badge {
    right: auto;
    left: -28px;
  }
}

/* ============================================================
   6. Constellation symbols
   ============================================================ */
.fw-stars {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .fw-stars {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .fw-stars {
    grid-template-columns: repeat(6, 1fr);
  }
}

.fw-star {
  text-align: center;
  background: linear-gradient(170deg, var(--night-mid), var(--night-soft));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem 0.8rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.fw-star::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 22% 26%, rgba(255, 230, 168, 0.8), transparent),
    radial-gradient(1px 1px at 74% 18%, rgba(245, 239, 221, 0.6), transparent),
    radial-gradient(1px 1px at 58% 78%, rgba(255, 209, 102, 0.7), transparent);
  pointer-events: none;
}

.fw-star:hover {
  transform: translateY(-7px);
  border-color: var(--gold);
  box-shadow: 0 16px 40px rgba(6, 4, 24, 0.65), 0 0 30px rgba(255, 209, 102, 0.28);
}

.fw-star img {
  width: 88px;
  height: 88px;
  margin: 0 auto 0.7rem;
  border-radius: 50%;
  border: 2px solid var(--gold);
  box-shadow: 0 0 18px rgba(255, 209, 102, 0.4);
}

.fw-star__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--gold);
}

/* ============================================================
   7. Features — chùm pháo sáng
   ============================================================ */
.fw-feats {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr;
  margin-top: 2.2rem;
}

@media (min-width: 720px) {
  .fw-feats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fw-feat {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 1.1rem;
  align-items: center;
  background: linear-gradient(160deg, var(--night-mid), var(--night-soft));
  border: 1px solid var(--line);
  border-left: 3px solid var(--spark-rose);
  border-radius: var(--radius);
  padding: 1.1rem;
  box-shadow: var(--shadow-spark);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.fw-feat:nth-child(even) {
  border-left-color: var(--gold);
}

.fw-feat:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
}

.fw-feat img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--line);
}

.fw-feat__title {
  margin-bottom: 0.3em;
  color: var(--gold-soft);
}

.fw-feat__text {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(245, 239, 221, 0.8);
}

/* Rules table */
.fw-rules {
  width: 100%;
  border-collapse: collapse;
  margin: 1.7rem 0 0;
  background: var(--night-mid);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-spark);
}

.fw-rules th,
.fw-rules td {
  padding: 0.9rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 209, 102, 0.12);
  font-size: 0.94rem;
}

.fw-rules th {
  background: linear-gradient(90deg, #7d0f1d, #5c0a15);
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.fw-rules tbody tr:hover {
  background: rgba(255, 209, 102, 0.06);
}

.table-scroll {
  overflow-x: auto;
}

/* Reviews — tia sáng nhỏ */
.fw-sparks {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 1fr;
  margin-top: 2.2rem;
}

@media (min-width: 860px) {
  .fw-sparks {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fw-spark {
  margin: 0;
  background: linear-gradient(170deg, var(--night-mid), var(--night-soft));
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.5rem 1.3rem;
  box-shadow: var(--shadow-spark);
}

.fw-spark__stars {
  color: var(--gold);
  letter-spacing: 0.16em;
  text-shadow: 0 0 12px rgba(255, 209, 102, 0.6);
  margin-bottom: 0.55rem;
}

.fw-spark__text {
  font-style: italic;
  font-size: 0.94rem;
  color: rgba(245, 239, 221, 0.9);
}

.fw-spark__author {
  margin: 0.9rem 0 0;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--spark-red);
}

/* ============================================================
   8. CTA button
   ============================================================ */
.cta-btn {
  display: inline-block;
  position: relative;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: 0.06em;
  color: var(--night);
  background: linear-gradient(160deg, var(--gold-soft), var(--gold) 55%, #d9a636);
  border-radius: var(--radius-sm);
  padding: 0.9rem 2.6rem;
  box-shadow: 0 10px 34px rgba(255, 209, 102, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: cta-burst 2.6s ease-in-out infinite;
}

.cta-btn:hover,
.cta-btn:focus {
  color: var(--night);
  transform: translateY(-3px);
  box-shadow: 0 16px 46px rgba(255, 209, 102, 0.6);
}

.cta-btn--block {
  display: block;
  width: max-content;
  margin-inline: auto;
}

@keyframes cta-burst {
  0%, 100% { box-shadow: 0 10px 30px rgba(255, 209, 102, 0.35), 0 0 0 0 rgba(255, 209, 102, 0.45); }
  50% { box-shadow: 0 10px 42px rgba(255, 209, 102, 0.55), 0 0 0 14px rgba(255, 209, 102, 0); }
}

.cta-strip {
  text-align: center;
  padding: 2.6rem 1rem;
  margin: 2rem 0 3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(239, 71, 111, 0.16), transparent 62%),
    var(--night-mid);
  box-shadow: var(--shadow-spark);
}

/* ============================================================
   9. Breadcrumbs
   ============================================================ */
.breadcrumbs {
  padding: 1rem 0 0;
  font-size: 0.85rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(245, 239, 221, 0.62);
}

.breadcrumbs li + li::before {
  content: '✧';
  margin-right: 0.4rem;
  color: var(--gold);
  font-size: 0.72rem;
}

.breadcrumbs a {
  color: rgba(245, 239, 221, 0.62);
}

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

.breadcrumbs [aria-current="page"] {
  color: var(--gold);
}

/* ============================================================
   10. Archive — lưới sao đêm
   ============================================================ */
.page-head {
  padding: 2.4rem 0 0.6rem;
}

.post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  padding: 1.7rem 0 3rem;
}

@media (min-width: 640px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-card {
  background: linear-gradient(170deg, var(--night-mid), var(--night-soft));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-spark);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.post-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
}

.post-card__media {
  display: block;
  overflow: hidden;
}

.post-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.post-card:hover .post-card__media img {
  transform: scale(1.06);
}

.post-card__body {
  padding: 1.1rem 1.2rem 1.4rem;
}

.post-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.18rem;
  margin-bottom: 0.4rem;
}

.post-card__title a {
  color: var(--cream);
}

.post-card__title a:hover {
  color: var(--gold);
}

.post-card__excerpt {
  font-size: 0.9rem;
  color: rgba(245, 239, 221, 0.72);
  margin-bottom: 0.8rem;
}

.post-card__meta {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--spark-red);
}

.empty-state {
  text-align: center;
  padding: 4rem 1rem;
  color: rgba(245, 239, 221, 0.7);
}

/* Pagination */
.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0.5rem 0 3rem;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--cream);
  font-weight: 600;
  background: var(--night-mid);
}

.page-numbers.current {
  background: var(--gold);
  color: var(--night);
  border-color: var(--gold);
  box-shadow: 0 0 18px rgba(255, 209, 102, 0.5);
}

.page-numbers:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.page-numbers.current:hover {
  color: var(--night);
}

/* ============================================================
   11. Single post
   ============================================================ */
.single-head {
  padding: 2.4rem 0 1rem;
}

.single-head h1 {
  max-width: 26ch;
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
  font-size: 0.85rem;
  color: rgba(245, 239, 221, 0.7);
  margin-bottom: 1.4rem;
}

.single-head img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-spark);
}

.entry-content {
  max-width: 760px;
}

.entry-content img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-spark);
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.8em;
}

.entry-content blockquote {
  margin: 1.8em 0;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--spark-rose);
  border-radius: var(--radius);
  background: linear-gradient(165deg, var(--night-mid), var(--night-soft));
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.12rem;
  color: var(--gold-soft);
  box-shadow: var(--shadow-spark);
}

.related-block {
  padding: 2.5rem 0 3rem;
}

/* ============================================================
   12. Footer
   ============================================================ */
.site-footer {
  border-top: 2px solid var(--gold);
  background:
    radial-gradient(ellipse 50% 60% at 50% 0%, rgba(125, 15, 29, 0.5), transparent 70%),
    linear-gradient(180deg, #12091f, var(--night));
  padding: 2.8rem 0 1.6rem;
  text-align: center;
}

.site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.6rem;
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
}

.site-footer__nav a {
  color: rgba(245, 239, 221, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
}

.site-footer__nav a:hover {
  color: var(--gold);
}

.site-footer__badge {
  margin: 1.4rem 0;
}

.site-footer__disclaimer {
  max-width: 720px;
  margin: 1.2rem auto 0;
  font-size: 0.82rem;
  line-height: 1.8;
  color: rgba(245, 239, 221, 0.6);
}

.site-footer__disclaimer p {
  margin: 0.3em 0;
}

.site-footer__copy {
  margin-top: 1.4rem;
  font-size: 0.78rem;
  color: rgba(245, 239, 221, 0.4);
}

/* ============================================================
   13. Motion & a11y
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
