/*
Theme Name: WornOutWill Studio
Theme URI: https://www.wornoutwill.com/
Author: WornOutWill
Description: A fast, responsive editorial theme for WornOutWill's retro gaming guides, reviews, and nostalgia.
Version: 1.8.0
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wornoutwill-studio
Tags: blog, custom-logo, custom-menu, featured-images, full-width-template
*/

:root {
  --wow-ink: #171719;
  --wow-muted: #696a70;
  --wow-paper: #f5f2ee;
  --wow-card: #fffdfb;
  --wow-line: #ded8d1;
  --wow-red: #b53b4b;
  --wow-red-dark: #8f2c39;
  --wow-night: #202126;
  --wow-yellow: #f0c55d;
  --wow-white: #ffffff;
  --wow-max: 1180px;
  --wow-reading: 800px;
  --wow-radius: 22px;
  --wow-shadow: 0 18px 50px rgba(23, 23, 25, 0.1);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--wow-ink);
  background: var(--wow-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.wow-menu-open { overflow: hidden; }

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

a { color: var(--wow-red-dark); text-underline-offset: 0.18em; }
a:hover { color: var(--wow-red); }

button,
input,
textarea,
select { font: inherit; }

button { cursor: pointer; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  top: 10px;
  left: 10px;
  z-index: 100000;
  padding: 12px 16px;
  color: var(--wow-ink);
  background: var(--wow-white);
  border-radius: 8px;
}

.wow-container {
  width: min(calc(100% - 40px), var(--wow-max));
  margin-inline: auto;
}

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

/* Header */
.wow-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 78px;
  background: rgba(255, 253, 251, 0.96);
  border-bottom: 1px solid rgba(222, 216, 209, 0.86);
  backdrop-filter: blur(14px);
}

.admin-bar .wow-site-header { top: 32px; }

.wow-header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(210px, auto) 1fr auto;
  align-items: center;
  gap: 28px;
}

.wow-brand { min-width: 0; line-height: 1; }
.wow-brand a { display: inline-flex; align-items: center; color: var(--wow-ink); text-decoration: none; }
.wow-brand .custom-logo { width: auto; height: auto; max-width: 240px; max-height: 40px; object-fit: contain; }

.wow-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.wow-wordmark-accent { color: var(--wow-red); }
.wow-brand-fallback { display: inline-flex; align-items: center; }

.wow-primary-nav { justify-self: center; }
.wow-primary-nav ul,
.wow-footer-nav ul {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wow-primary-nav a {
  display: block;
  color: var(--wow-ink);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
}

.wow-primary-nav a:hover,
.wow-primary-nav .current-menu-item > a,
.wow-primary-nav .current_page_item > a { color: var(--wow-red); }

.wow-header-actions { display: flex; align-items: center; gap: 10px; }
.wow-text-link {
  padding: 11px 9px;
  color: var(--wow-ink);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.wow-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  color: var(--wow-white);
  background: var(--wow-red);
  border: 1px solid var(--wow-red);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(181, 59, 75, 0.2);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.wow-button:hover {
  color: var(--wow-white);
  background: var(--wow-red-dark);
  border-color: var(--wow-red-dark);
  box-shadow: 0 12px 30px rgba(143, 44, 57, 0.26);
  transform: translateY(-2px);
}

.wow-button-dark { background: var(--wow-ink); border-color: var(--wow-ink); box-shadow: none; }
.wow-button-dark:hover { background: #34343a; border-color: #34343a; }

.wow-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--wow-ink);
  background: transparent;
  border: 1px solid var(--wow-line);
  border-radius: 50%;
}

.wow-menu-bars,
.wow-menu-bars::before,
.wow-menu-bars::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.wow-menu-bars { position: relative; }
.wow-menu-bars::before,
.wow-menu-bars::after { position: absolute; left: 0; content: ""; }
.wow-menu-bars::before { top: -6px; }
.wow-menu-bars::after { top: 6px; }
.wow-menu-open .wow-menu-bars { background: transparent; }
.wow-menu-open .wow-menu-bars::before { top: 0; transform: rotate(45deg); }
.wow-menu-open .wow-menu-bars::after { top: 0; transform: rotate(-45deg); }
.wow-mobile-actions { display: none; }

/* Hero */
.wow-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 0 58px;
  color: var(--wow-white);
  background: var(--wow-night);
}

.wow-hero::before {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -310px;
  left: -180px;
  content: "";
  background: radial-gradient(circle, rgba(181, 59, 75, 0.36), transparent 67%);
  pointer-events: none;
}

.wow-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 60px;
}

.wow-eyebrow {
  margin: 0 0 18px;
  color: var(--wow-red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wow-hero .wow-eyebrow { color: #e98391; }

.wow-hero-title {
  max-width: 720px;
  margin: 0;
  color: var(--wow-white) !important;
  font-size: clamp(42px, 4.8vw, 66px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.wow-hero-copy {
  max-width: 650px;
  margin: 22px 0 26px;
  color: #c8c9ce;
  font-size: 18px;
  line-height: 1.7;
}

.wow-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wow-button-ghost { color: var(--wow-white); background: transparent; border-color: #55565d; box-shadow: none; }
.wow-button-ghost:hover { background: #303137; border-color: #707178; }

.wow-proof {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 27px;
  margin-top: 30px;
  border-top: 1px solid #38393f;
}

.wow-proof-item { min-width: 92px; }
.wow-proof strong { display: block; color: var(--wow-white); font-size: 21px; font-weight: 850; letter-spacing: -0.03em; }
.wow-proof span { display: block; color: #a8a9ae; font-size: 11px; font-weight: 720; letter-spacing: 0.08em; text-transform: uppercase; }
.wow-proof-divider { width: 1px; height: 34px; background: #42434a; }

.wow-feature-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid #3b3c42;
  border-radius: 28px;
  background: #2a2b30;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.wow-feature-media,
.wow-feature-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }

.wow-feature-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  padding: 30px;
  background:
    radial-gradient(circle at 68% 14%, rgba(181, 59, 75, 0.35), transparent 38%),
    linear-gradient(145deg, #34353c, #23242a 60%, #191a1e);
}

.wow-case-grid { width: 100%; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; opacity: .68; transform: perspective(700px) rotateX(3deg); }
.wow-game-case { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: linear-gradient(145deg, #74404d, #2d303a); border: 1px solid rgba(255,255,255,.16); border-radius: 5px; box-shadow: inset 5px 0 rgba(0,0,0,.16), 0 8px 14px rgba(0,0,0,.22); }
.wow-game-case::before { position: absolute; inset: 11px 8px 24px; content: ""; background: linear-gradient(160deg, rgba(240,197,93,.85), rgba(181,59,75,.28)); border-radius: 2px; }
.wow-game-case::after { position: absolute; right: 7px; bottom: 8px; left: 7px; height: 7px; content: ""; background: rgba(255,255,255,.48); border-radius: 2px; }
.wow-game-case:nth-child(3n + 2) { background: linear-gradient(145deg, #40586d, #272c35); }
.wow-game-case:nth-child(3n + 2)::before { background: linear-gradient(160deg, #7093a8, #34375f); }
.wow-game-case:nth-child(3n + 3) { background: linear-gradient(145deg, #6f6342, #2a2c28); }
.wow-game-case:nth-child(3n + 3)::before { background: linear-gradient(160deg, #a6a06b, #5d492f); }

.wow-feature-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(16, 16, 18, 0.94) 100%); }
.wow-feature-content { position: absolute; inset: auto 0 0; z-index: 1; padding: 34px; }
.wow-feature-kicker { display: inline-flex; padding: 7px 10px; color: var(--wow-ink); background: var(--wow-yellow); border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.wow-feature-title { margin: 15px 0 12px; color: var(--wow-white); font-size: clamp(27px, 3vw, 39px); font-weight: 900; letter-spacing: -0.045em; line-height: 1.08; }
.wow-feature-title a { color: inherit; text-decoration: none; }
.wow-feature-title a:hover { color: #f4b8c0; }
.wow-feature-meta { color: #babac0; font-size: 13px; font-weight: 700; }
.wow-feature-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.wow-feature-cta { flex: 0 0 auto; color: var(--wow-white); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.wow-feature-cta:hover { color: #f4b8c0; }

/* Sections and cards */
.wow-section { padding: 84px 0; }
.wow-section-light { background: var(--wow-card); }
.wow-section-heading {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 34px;
}

.wow-section-heading h2,
.wow-archive-header h1,
.wow-page-header h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.wow-section-heading p { max-width: 520px; margin: 8px 0 0; color: var(--wow-muted); }
.wow-arrow-link { color: var(--wow-ink); font-size: 13px; font-weight: 800; letter-spacing: 0.07em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.wow-arrow-link:hover { color: var(--wow-red); }

.wow-path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.wow-path-card {
  min-height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--wow-ink);
  background: var(--wow-card);
  border: 1px solid var(--wow-line);
  border-radius: var(--wow-radius);
  text-decoration: none;
  transition: border 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.wow-path-card:hover { color: var(--wow-ink); border-color: #c8bfc0; box-shadow: var(--wow-shadow); }
.wow-path-icon { width: 70px; height: 70px; display: grid; place-items: center; padding: 0; overflow: visible; color: var(--wow-ink); background: transparent; border: 0; border-radius: 0; }
.wow-path-icon img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 3px 4px rgba(59,24,31,.15)); transition: transform 180ms ease; }
.wow-path-card:hover .wow-path-icon img { transform: scale(1.035); }
.wow-path-card h3 { margin: 18px 0 7px; font-size: 22px; font-weight: 850; letter-spacing: -0.035em; line-height: 1.13; }
.wow-path-card p { margin: 0; color: var(--wow-muted); font-size: 14px; line-height: 1.6; }

.wow-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.wow-post-card {
  overflow: hidden;
  background: var(--wow-card);
  border: 1px solid var(--wow-line);
  border-radius: var(--wow-radius);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.wow-post-card:hover { box-shadow: var(--wow-shadow); transform: translateY(-5px); }
.wow-card-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #ded8d1; }
.wow-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.wow-post-card:hover .wow-card-media img { transform: scale(1.035); }
.wow-card-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #323339, var(--wow-red-dark)); }
.wow-card-body { padding: 24px; }
.wow-card-category { margin: 0 0 10px; color: var(--wow-red); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.wow-card-title { margin: 0; font-size: 23px; font-weight: 820; letter-spacing: -0.035em; line-height: 1.18; }
.wow-card-title a { color: var(--wow-ink); text-decoration: none; }
.wow-card-title a:hover { color: var(--wow-red); }
.wow-card-excerpt { margin: 13px 0 20px; color: var(--wow-muted); font-size: 15px; line-height: 1.65; }
.wow-card-meta { display: flex; flex-wrap: wrap; gap: 8px; color: #85858b; font-size: 12px; font-weight: 750; }

.wow-empty-state { grid-column: 1 / -1; padding: 36px; background: var(--wow-card); border: 1px dashed #bdb6af; border-radius: var(--wow-radius); color: var(--wow-muted); text-align: center; }

/* YouTube callout */
.wow-youtube-section { padding: 0 0 88px; background: var(--wow-card); }
.wow-youtube-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px auto;
  align-items: center;
  gap: 30px;
  min-height: 320px;
  padding: 44px 52px 40px;
  color: var(--wow-white);
  background: var(--wow-red);
  border-radius: 28px;
}
.wow-youtube-panel::after { position: absolute; right: -80px; bottom: -170px; width: 350px; height: 350px; content: ""; border: 70px solid rgba(255,255,255,.09); border-radius: 50%; }
.wow-youtube-panel > * { position: relative; z-index: 1; }
.wow-youtube-panel .wow-eyebrow { color: #ffd8dd; }
.wow-youtube-panel h2 { max-width: 650px; margin: 0; color: var(--wow-white) !important; font-size: clamp(32px, 4vw, 50px); letter-spacing: -0.05em; line-height: 1.03; }
.wow-youtube-panel p { max-width: 650px; margin: 16px 0 0; color: #ffe9ec; }
.wow-youtube-character { width: 210px; height: 280px; align-self: end; margin: -30px 0 -40px; pointer-events: none; }
.wow-youtube-character img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center bottom; background: transparent; filter: drop-shadow(0 18px 20px rgba(80,17,28,.25)); }
.wow-youtube-panel .wow-button { color: var(--wow-ink); background: var(--wow-white); border-color: var(--wow-white); box-shadow: none; }
.wow-youtube-panel .wow-button:hover { color: var(--wow-ink); background: #f7e9e7; border-color: #f7e9e7; }

/* Archive and search */
.wow-archive-wrap { padding: 70px 0 90px; }
.wow-archive-header { max-width: 760px; margin-bottom: 42px; }
.wow-archive-header .archive-description { margin-top: 14px; color: var(--wow-muted); }
.wow-archive-header .archive-description p { margin: 0; }
.wow-archive-header .wow-search-form { margin-top: 24px; }
.wow-pagination { margin-top: 48px; }
.wow-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.wow-pagination .page-numbers { min-width: 44px; min-height: 44px; display: inline-grid; place-items: center; padding: 8px 13px; color: var(--wow-ink); background: var(--wow-card); border: 1px solid var(--wow-line); border-radius: 999px; font-weight: 850; text-decoration: none; }
.wow-pagination .page-numbers.current,
.wow-pagination a.page-numbers:hover { color: var(--wow-white); background: var(--wow-red); border-color: var(--wow-red); }

.wow-search-form { display: flex; gap: 10px; max-width: 620px; }
.wow-search-field { width: 100%; min-height: 50px; padding: 12px 17px; color: var(--wow-ink); background: var(--wow-white); border: 1px solid var(--wow-line); border-radius: 999px; }
.wow-search-field:focus { border-color: var(--wow-red); box-shadow: 0 0 0 3px rgba(181,59,75,.12); outline: 0; }

/* Single post and pages */
.wow-article { padding: 66px 0 92px; }
.wow-article-header { max-width: 940px; margin: 0 auto 38px; text-align: center; }
.wow-article-header .wow-eyebrow { margin-bottom: 16px; }
.wow-article-title { margin: 0; font-size: clamp(40px, 6.6vw, 76px); font-weight: 950; letter-spacing: -0.058em; line-height: 1.01; text-wrap: balance; }
.wow-article-deck { max-width: 760px; margin: 21px auto 0; color: var(--wow-muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.wow-post-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 24px; color: #77787e; font-size: 13px; font-weight: 750; }
.wow-post-meta span + span::before { margin-right: 9px; color: #b7b0a9; content: "•"; }
.wow-featured-image { width: min(calc(100% - 40px), 1120px); margin: 0 auto 54px; overflow: hidden; background: #e4ded7; border-radius: 28px; box-shadow: 0 20px 60px rgba(23,23,25,.12); }
.wow-featured-image img { width: 100%; max-height: 680px; object-fit: cover; }

.wow-entry-content,
.wow-page-content { width: min(calc(100% - 40px), var(--wow-reading)); margin-inline: auto; }
.wow-entry-content > *:first-child,
.wow-page-content > *:first-child { margin-top: 0; }
.wow-entry-content p,
.wow-entry-content li,
.wow-page-content p,
.wow-page-content li { color: #323236; }
.wow-entry-content p,
.wow-page-content p { margin: 0 0 1.45em; }
.wow-entry-content h2,
.wow-page-content h2 { margin: 1.8em 0 .55em; font-size: clamp(30px, 4vw, 43px); letter-spacing: -0.045em; line-height: 1.12; }
.wow-entry-content h3,
.wow-page-content h3 { margin: 1.65em 0 .5em; font-size: clamp(24px, 3vw, 31px); letter-spacing: -0.035em; line-height: 1.2; }
.wow-entry-content h4,
.wow-page-content h4 { margin: 1.5em 0 .45em; font-size: 21px; line-height: 1.3; }
.wow-entry-content a,
.wow-page-content a { font-weight: 700; text-decoration-thickness: .09em; }
.wow-entry-content ul,
.wow-entry-content ol,
.wow-page-content ul,
.wow-page-content ol { margin: 0 0 1.5em; padding-left: 1.35em; }
.wow-entry-content li + li,
.wow-page-content li + li { margin-top: .45em; }
.wow-entry-content blockquote,
.wow-page-content blockquote { padding: 8px 0 8px 25px; margin: 2em 0; border-left: 5px solid var(--wow-red); color: var(--wow-muted); font-size: 21px; font-style: italic; }
.wow-entry-content blockquote p:last-child,
.wow-page-content blockquote p:last-child { margin-bottom: 0; }
.wow-entry-content pre,
.wow-page-content pre { max-width: 100%; overflow: auto; padding: 22px; color: #f4f1ed; background: var(--wow-night); border-radius: 14px; font-size: 14px; line-height: 1.6; }
.wow-entry-content code,
.wow-page-content code { padding: .12em .35em; background: #e9e3dd; border-radius: 5px; font-size: .9em; }
.wow-entry-content pre code,
.wow-page-content pre code { padding: 0; background: transparent; }
.wow-entry-content table,
.wow-page-content table { width: 100%; margin: 2em 0; border-collapse: collapse; font-size: 15px; }
.wow-entry-content th,
.wow-entry-content td,
.wow-page-content th,
.wow-page-content td { padding: 12px 14px; border: 1px solid var(--wow-line); text-align: left; }
.wow-entry-content th,
.wow-page-content th { background: #eae4dd; }
.wow-entry-content .wp-block-table,
.wow-page-content .wp-block-table,
.editor-styles-wrapper .wp-block-table {
  overflow-x: auto;
  margin: 2em 0;
  background: var(--wow-card);
  border: 1px solid var(--wow-line);
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
}
.wow-entry-content .wp-block-table table,
.wow-page-content .wp-block-table table,
.editor-styles-wrapper .wp-block-table table { min-width: 640px; margin: 0; }
.wow-entry-content .wp-block-table thead,
.wow-page-content .wp-block-table thead,
.editor-styles-wrapper .wp-block-table thead { border-bottom: 0; }
.wow-entry-content .wp-block-table th,
.wow-page-content .wp-block-table th,
.editor-styles-wrapper .wp-block-table th {
  color: var(--wow-white);
  background: var(--wow-night);
  border-color: #3a3b42;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.wow-entry-content .wp-block-table tbody tr:nth-child(even),
.wow-page-content .wp-block-table tbody tr:nth-child(even),
.editor-styles-wrapper .wp-block-table tbody tr:nth-child(even) { background: #f6f2ee; }
.wow-entry-content figure,
.wow-page-content figure { margin-top: 2em; margin-bottom: 2em; }
.wow-entry-content figcaption,
.wow-page-content figcaption { margin-top: 9px; color: var(--wow-muted); font-size: 13px; text-align: center; }
.wow-entry-content iframe,
.wow-page-content iframe { max-width: 100%; }
.wow-entry-content .alignwide,
.wow-page-content .alignwide { width: min(1040px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wow-entry-content .alignfull,
.wow-page-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

/* WornOutWill article design system */
.wow-entry-content [id] { scroll-margin-top: 104px; }

.wow-entry-content .wow-article-intro,
.editor-styles-wrapper .wow-article-intro {
  color: var(--wow-ink);
  font-size: clamp(19px, 2.2vw, 22px);
  font-weight: 560;
  line-height: 1.72;
}

.wow-entry-content .wp-block-rank-math-toc-block,
.wow-entry-content .wow-jump-box,
.editor-styles-wrapper .wp-block-rank-math-toc-block,
.editor-styles-wrapper .wow-jump-box {
  padding: 24px 26px;
  margin: 34px 0 44px;
  background: #f8e9ec;
  border: 1px solid #efd3d8;
  border-left: 5px solid var(--wow-red);
  border-radius: 14px;
}

.wow-entry-content .wp-block-rank-math-toc-block h2,
.wow-entry-content .wp-block-rank-math-toc-block h3,
.wow-entry-content .wow-jump-box h2,
.wow-entry-content .wow-jump-box h3,
.editor-styles-wrapper .wp-block-rank-math-toc-block h2,
.editor-styles-wrapper .wp-block-rank-math-toc-block h3,
.editor-styles-wrapper .wow-jump-box h2,
.editor-styles-wrapper .wow-jump-box h3 {
  margin: 0 0 12px;
  color: var(--wow-red-dark);
  font-size: 21px;
  letter-spacing: -.025em;
}

.wow-entry-content .wp-block-rank-math-toc-block ul,
.wow-entry-content .wp-block-rank-math-toc-block ol,
.wow-entry-content .wow-jump-box ul,
.wow-entry-content .wow-jump-box ol,
.editor-styles-wrapper .wp-block-rank-math-toc-block ul,
.editor-styles-wrapper .wp-block-rank-math-toc-block ol,
.editor-styles-wrapper .wow-jump-box ul,
.editor-styles-wrapper .wow-jump-box ol { margin: 0; }

.wow-entry-content .wp-block-rank-math-toc-block a,
.wow-entry-content .wow-jump-box a,
.editor-styles-wrapper .wp-block-rank-math-toc-block a,
.editor-styles-wrapper .wow-jump-box a {
  color: var(--wow-red-dark);
  font-weight: 760;
  text-decoration: none;
}

.wow-entry-content .wp-block-rank-math-toc-block a:hover,
.wow-entry-content .wow-jump-box a:hover { text-decoration: underline; }

.wow-entry-content .wow-article-image,
.editor-styles-wrapper .wow-article-image {
  overflow: hidden;
  margin: 28px 0 14px;
  background: #e8e1da;
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(23, 23, 25, .1);
}

.wow-entry-content .wow-article-image img,
.editor-styles-wrapper .wow-article-image img { width: 100%; }

.wow-entry-content .wow-image-credit,
.editor-styles-wrapper .wow-image-credit {
  margin: -4px 0 28px;
  color: #7a7a80;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.wow-entry-content .wow-section-summary,
.editor-styles-wrapper .wow-section-summary {
  padding: 18px 20px;
  margin: 22px 0 25px;
  background: var(--wow-card);
  border: 1px solid var(--wow-line);
  border-radius: 13px;
}

.wow-entry-content .wow-section-summary p,
.editor-styles-wrapper .wow-section-summary p { margin: 0; }
.wow-entry-content .wow-section-summary p + p,
.editor-styles-wrapper .wow-section-summary p + p { margin-top: 3px; }
.wow-entry-content .wow-section-summary strong,
.editor-styles-wrapper .wow-section-summary strong { color: var(--wow-ink); font-size: 18px; }
.wow-entry-content .wow-section-summary em,
.editor-styles-wrapper .wow-section-summary em { color: var(--wow-muted); font-size: 14px; }

.wow-entry-content .wow-note,
.wow-page-content .wow-note,
.wow-entry-content .wow-tip,
.wow-page-content .wow-tip,
.wow-entry-content .wow-warning,
.wow-page-content .wow-warning,
.wow-entry-content .wow-last-checked,
.wow-page-content .wow-last-checked,
.editor-styles-wrapper .wow-note,
.editor-styles-wrapper .wow-tip,
.editor-styles-wrapper .wow-warning,
.editor-styles-wrapper .wow-last-checked {
  padding: 18px 21px;
  margin: 28px 0;
  border-radius: 13px;
}

.wow-entry-content .wow-note,
.wow-page-content .wow-note,
.editor-styles-wrapper .wow-note { background: #efedf4; border-left: 5px solid #58516d; }
.wow-entry-content .wow-tip,
.wow-page-content .wow-tip,
.editor-styles-wrapper .wow-tip { background: #edf5ef; border-left: 5px solid #3e7650; }
.wow-entry-content .wow-warning,
.wow-page-content .wow-warning,
.editor-styles-wrapper .wow-warning { background: #fff3dd; border-left: 5px solid #c48c28; }
.wow-entry-content .wow-last-checked,
.wow-page-content .wow-last-checked,
.editor-styles-wrapper .wow-last-checked { background: #f8e9ec; border-left: 5px solid var(--wow-red); }

.wow-entry-content .wow-note p,
.wow-page-content .wow-note p,
.wow-entry-content .wow-tip p,
.wow-page-content .wow-tip p,
.wow-entry-content .wow-warning p,
.wow-page-content .wow-warning p,
.wow-entry-content .wow-last-checked p,
.wow-page-content .wow-last-checked p,
.editor-styles-wrapper .wow-note p,
.editor-styles-wrapper .wow-tip p,
.editor-styles-wrapper .wow-warning p,
.editor-styles-wrapper .wow-last-checked p { margin: 0; }

.wow-entry-content .wow-verdict,
.editor-styles-wrapper .wow-verdict {
  padding: 28px;
  margin: 34px 0;
  color: var(--wow-white);
  background: var(--wow-night);
  border-radius: 17px;
  box-shadow: var(--wow-shadow);
}

.wow-entry-content .wow-verdict h2,
.wow-entry-content .wow-verdict h3,
.editor-styles-wrapper .wow-verdict h2,
.editor-styles-wrapper .wow-verdict h3 { margin-top: 0; color: var(--wow-white); }
.wow-entry-content .wow-verdict p,
.editor-styles-wrapper .wow-verdict p { color: #dedee2; }
.wow-entry-content .wow-verdict p:last-child,
.editor-styles-wrapper .wow-verdict p:last-child { margin-bottom: 0; }

.wow-entry-content .wow-pros-cons,
.editor-styles-wrapper .wow-pros-cons { gap: 16px; margin: 30px 0; }
.wow-entry-content .wow-pros-cons > .wp-block-column,
.editor-styles-wrapper .wow-pros-cons > .wp-block-column {
  padding: 22px;
  background: var(--wow-card);
  border: 1px solid var(--wow-line);
  border-radius: 14px;
}
.wow-entry-content .wow-pros-cons h3,
.editor-styles-wrapper .wow-pros-cons h3 { margin-top: 0; font-size: 22px; }

.wow-entry-content .wow-conclusion,
.wow-page-content .wow-conclusion,
.editor-styles-wrapper .wow-conclusion {
  padding: 28px 30px;
  margin: 48px 0 10px;
  background: #f0f2f5;
  border: 1px solid #dce0e5;
  border-left: 5px solid var(--wow-red);
  border-radius: 15px;
}

.wow-entry-content .wow-conclusion h2,
.wow-page-content .wow-conclusion h2,
.editor-styles-wrapper .wow-conclusion h2 {
  padding-bottom: 10px;
  margin: 0 0 18px;
  border-bottom: 3px solid var(--wow-red);
  font-size: clamp(29px, 4vw, 38px);
}

.wow-entry-content .wow-conclusion p:last-child,
.wow-page-content .wow-conclusion p:last-child,
.editor-styles-wrapper .wow-conclusion p:last-child { margin-bottom: 0; }

/* Data and reference guides */
.wow-entry-content .wow-reference-intro,
.editor-styles-wrapper .wow-reference-intro {
  padding: 21px 24px;
  margin: 0 0 34px;
  background: #f8e9ec;
  border-left: 5px solid var(--wow-red);
  border-radius: 13px;
}
.wow-entry-content .wow-reference-intro p:last-child,
.editor-styles-wrapper .wow-reference-intro p:last-child { margin-bottom: 0; }

.wow-entry-content .wow-stat-strip,
.wow-page-content .wow-stat-strip,
.editor-styles-wrapper .wow-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin: 30px 0 38px;
}
.wow-entry-content .wow-stat-block,
.wow-page-content .wow-stat-block,
.editor-styles-wrapper .wow-stat-block {
  min-width: 0;
  padding: 13px 8px 11px;
  background: var(--wow-card);
  border: 1px solid var(--wow-line);
  border-radius: 9px;
  text-align: center;
}
.wow-entry-content .wow-stat-number,
.wow-page-content .wow-stat-number,
.editor-styles-wrapper .wow-stat-number {
  display: block;
  margin: 0;
  color: var(--wow-red);
  font-size: 27px;
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1;
}
.wow-entry-content .wow-stat-label,
.wow-page-content .wow-stat-label,
.editor-styles-wrapper .wow-stat-label {
  display: block;
  margin: 7px 0 0;
  color: var(--wow-muted);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .085em;
  line-height: 1.25;
  text-transform: uppercase;
}

.wow-entry-content .wow-reference-heading,
.editor-styles-wrapper .wow-reference-heading {
  padding-bottom: 9px;
  margin: 48px 0 7px;
  color: var(--wow-red-dark);
  border-bottom: 3px solid var(--wow-red);
}
.wow-entry-content .wow-reference-sub,
.editor-styles-wrapper .wow-reference-sub {
  margin: 0 0 19px;
  color: var(--wow-muted);
  font-size: 14px;
  font-weight: 640;
}

.wow-entry-content .wow-reference-grid,
.editor-styles-wrapper .wow-reference-grid {
  display: grid;
  gap: 5px;
  margin: 0 0 30px;
}
.wow-entry-content .wow-reference-row,
.editor-styles-wrapper .wow-reference-row {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) minmax(190px, auto);
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  background: var(--wow-card);
  border: 1px solid var(--wow-line);
  border-left: 4px solid transparent;
  border-radius: 10px;
  transition: background 150ms ease, border-color 150ms ease;
}
.wow-entry-content .wow-reference-row:hover {
  background: #f8f5f1;
  border-left-color: var(--wow-red);
}
.wow-entry-content .wow-reference-sprite,
.editor-styles-wrapper .wow-reference-sprite { width: 46px; margin: 0; }
.wow-entry-content .wow-reference-sprite img,
.editor-styles-wrapper .wow-reference-sprite img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  background: var(--wow-night);
  border-radius: 8px;
  image-rendering: pixelated;
}
.wow-entry-content .wow-reference-info,
.wow-entry-content .wow-reference-details,
.editor-styles-wrapper .wow-reference-info,
.editor-styles-wrapper .wow-reference-details { min-width: 0; }
.wow-entry-content .wow-reference-info p,
.wow-entry-content .wow-reference-details p,
.editor-styles-wrapper .wow-reference-info p,
.editor-styles-wrapper .wow-reference-details p { margin: 0; }
.wow-entry-content .wow-reference-name,
.editor-styles-wrapper .wow-reference-name {
  color: var(--wow-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.2;
}
.wow-entry-content .wow-reference-result,
.editor-styles-wrapper .wow-reference-result {
  margin-top: 3px !important;
  color: #8a6419;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.wow-entry-content .wow-reference-details,
.editor-styles-wrapper .wow-reference-details { text-align: right; }
.wow-entry-content .wow-location-badge,
.editor-styles-wrapper .wow-location-badge {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #e5b9c0;
  color: var(--wow-red-dark);
  background: #f8e9ec;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.wow-entry-content .wow-location-arena,
.editor-styles-wrapper .wow-location-arena { color: #224f80; background: #e9f1fa; border-color: #c8daec; }
.wow-entry-content .wow-location-cave,
.editor-styles-wrapper .wow-location-cave { color: #5d3582; background: #f0eafb; border-color: #d8c8eb; }
.wow-entry-content .wow-location-villa,
.editor-styles-wrapper .wow-location-villa { color: #356a45; background: #eaf5ed; border-color: #c8e2d0; }
.wow-entry-content .wow-location-treasure,
.editor-styles-wrapper .wow-location-treasure { color: #7a5a00; background: #fff6df; border-color: #ead79e; }
.wow-entry-content .wow-location-other,
.editor-styles-wrapper .wow-location-other { color: #326767; background: #e9f5f5; border-color: #c8e1e1; }
.wow-entry-content .wow-reference-requirement,
.editor-styles-wrapper .wow-reference-requirement {
  margin-top: 5px !important;
  color: var(--wow-muted);
  font-size: 12px;
  font-style: italic;
  line-height: 1.35;
}

/* Start Here and About pages */
.wow-page-content .wow-page-hero,
.editor-styles-wrapper .wow-page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 62px);
  margin-top: 0;
  margin-bottom: 58px;
  color: var(--wow-white);
  background: var(--wow-night);
  border-radius: 24px;
  box-shadow: var(--wow-shadow);
}
.wow-page-content .wow-page-hero::after,
.editor-styles-wrapper .wow-page-hero::after {
  position: absolute;
  width: 310px;
  height: 310px;
  right: -135px;
  bottom: -190px;
  content: "";
  border: 58px solid rgba(181, 59, 75, .24);
  border-radius: 50%;
  pointer-events: none;
}
.wow-page-content .wow-page-hero > *,
.editor-styles-wrapper .wow-page-hero > * { position: relative; z-index: 1; }
.wow-page-content .wow-page-hero .wow-eyebrow,
.editor-styles-wrapper .wow-page-hero .wow-eyebrow { color: #f39ca8; }
.wow-page-content .wow-page-hero h1,
.wow-page-content .wow-page-hero h2,
.editor-styles-wrapper .wow-page-hero h1,
.editor-styles-wrapper .wow-page-hero h2 {
  max-width: 760px;
  margin: 10px 0 18px;
  color: var(--wow-white);
  font-size: clamp(35px, 6vw, 61px);
  letter-spacing: -.055em;
  line-height: 1.03;
}
.wow-page-content .wow-page-hero p:not(.wow-eyebrow),
.editor-styles-wrapper .wow-page-hero p:not(.wow-eyebrow) {
  max-width: 720px;
  color: #d8d8dc;
  font-size: 18px;
}
.wow-page-content .wow-page-hero .wp-block-buttons,
.editor-styles-wrapper .wow-page-hero .wp-block-buttons { margin-top: 26px; }
.wow-page-content .wow-page-hero .is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wow-page-hero .is-style-outline .wp-block-button__link { color: var(--wow-white); border-color: #5a5b63; }

.wow-page-content .wow-page-section-title,
.editor-styles-wrapper .wow-page-section-title { margin-bottom: 12px; }
.wow-page-content .wow-page-section-lead,
.editor-styles-wrapper .wow-page-section-lead { max-width: 680px; color: var(--wow-muted); }

.wow-page-content .wow-page-path-grid,
.editor-styles-wrapper .wow-page-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin-top: 30px;
  margin-bottom: 62px;
}
.wow-page-content .wow-page-path-card,
.editor-styles-wrapper .wow-page-path-card {
  height: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--wow-card);
  border: 1px solid var(--wow-line);
  border-radius: 18px;
}
.wow-page-content .wow-page-path-grid > .wow-page-path-card,
.editor-styles-wrapper .wow-page-path-grid > .wow-page-path-card,
.wow-page-content .wow-page-principles > .wow-page-principle,
.editor-styles-wrapper .wow-page-principles > .wow-page-principle,
.wow-page-content .wow-stat-strip > .wow-stat-block,
.editor-styles-wrapper .wow-stat-strip > .wow-stat-block,
.wow-entry-content .wow-reference-grid > .wow-reference-row,
.editor-styles-wrapper .wow-reference-grid > .wow-reference-row,
.wow-page-content .wow-page-cta > *,
.editor-styles-wrapper .wow-page-cta > *,
.wow-page-content .wow-about-hero > *,
.editor-styles-wrapper .wow-about-hero > * { margin-block-start: 0; }
.wow-page-content .wow-page-path-card .wp-block-image,
.editor-styles-wrapper .wow-page-path-card .wp-block-image { width: 70px; margin: 0 0 18px; }
.wow-page-content .wow-page-path-card .wp-block-image img,
.editor-styles-wrapper .wow-page-path-card .wp-block-image img { width: 70px; height: 70px; object-fit: contain; }
.wow-page-content .wow-page-path-card h3,
.editor-styles-wrapper .wow-page-path-card h3 { margin: 0 0 9px; font-size: 24px; }
.wow-page-content .wow-page-path-card p,
.editor-styles-wrapper .wow-page-path-card p { color: var(--wow-muted); font-size: 15px; }
.wow-page-content .wow-page-path-card .wp-block-buttons,
.editor-styles-wrapper .wow-page-path-card .wp-block-buttons {
  padding-top: 19px;
  margin-top: auto;
}

.wow-page-content .wow-page-principles,
.editor-styles-wrapper .wow-page-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 64px;
}
.wow-page-content .wow-page-principle,
.editor-styles-wrapper .wow-page-principle {
  height: 100%;
  padding: 23px;
  background: #f0ece7;
  border-radius: 14px;
}
.wow-page-content .wow-page-principle h3,
.editor-styles-wrapper .wow-page-principle h3 { margin: 0 0 8px; font-size: 20px; }
.wow-page-content .wow-page-principle p,
.editor-styles-wrapper .wow-page-principle p { margin: 0; color: var(--wow-muted); font-size: 14px; }

.wow-page-content .wow-page-cta,
.editor-styles-wrapper .wow-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 26px;
  overflow: hidden;
  padding: 38px 42px;
  color: var(--wow-white);
  background: var(--wow-red);
  border-radius: 22px;
}
.wow-page-content .wow-page-cta h2,
.editor-styles-wrapper .wow-page-cta h2 { margin-top: 0; color: var(--wow-white); }
.wow-page-content .wow-page-cta p,
.editor-styles-wrapper .wow-page-cta p { color: #ffe7ea; }
.wow-page-content .wow-page-cta .is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wow-page-cta .is-style-outline .wp-block-button__link { color: var(--wow-white); border-color: rgba(255,255,255,.7); }
.wow-page-content .wow-page-cta-character,
.editor-styles-wrapper .wow-page-cta-character { align-self: end; margin: -25px 0 -38px; }
.wow-page-content .wow-page-cta-character img,
.editor-styles-wrapper .wow-page-cta-character img { width: 190px; max-height: 270px; object-fit: contain; object-position: center bottom; }

.wow-page-content .wow-about-hero,
.editor-styles-wrapper .wow-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: center;
  gap: 42px;
  margin-bottom: 46px;
}
.wow-page-content .wow-about-hero h1,
.wow-page-content .wow-about-hero h2,
.editor-styles-wrapper .wow-about-hero h1,
.editor-styles-wrapper .wow-about-hero h2 { margin-top: 0; font-size: clamp(34px, 5vw, 54px); }
.wow-page-content .wow-about-character,
.editor-styles-wrapper .wow-about-character {
  overflow: hidden;
  align-self: stretch;
  min-height: 400px;
  background: linear-gradient(145deg, #2b2c31, #1b1c20);
  border-radius: 22px;
}
.wow-page-content .wow-about-character img,
.editor-styles-wrapper .wow-about-character img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  object-position: center bottom;
}

@media (max-width: 700px) {
  .wow-page-content .wow-page-path-grid,
  .wow-page-content .wow-page-principles,
  .wow-page-content .wow-page-cta,
  .wow-page-content .wow-about-hero { grid-template-columns: 1fr; }
  .wow-page-content .wow-page-cta-character { justify-self: center; margin-bottom: -38px; }
  .wow-page-content .wow-about-character { min-height: 360px; grid-row: 1; }
}

.wow-article-footer { width: min(calc(100% - 40px), var(--wow-reading)); padding-top: 30px; margin: 38px auto 0; border-top: 1px solid var(--wow-line); }
.wow-post-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.wow-post-tags a { padding: 7px 12px; color: var(--wow-muted); background: var(--wow-card); border: 1px solid var(--wow-line); border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; }
.wow-post-tags a:hover { color: var(--wow-white); background: var(--wow-red); border-color: var(--wow-red); }
.wow-post-nav { width: min(calc(100% - 40px), 960px); margin: 55px auto 0; }
.wow-post-nav .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.wow-post-nav a { height: 100%; display: block; padding: 23px; color: var(--wow-ink); background: var(--wow-card); border: 1px solid var(--wow-line); border-radius: 16px; text-decoration: none; }
.wow-post-nav a:hover { border-color: var(--wow-red); }
.wow-post-nav .nav-next { text-align: right; }
.wow-post-nav .nav-subtitle { display: block; color: var(--wow-red); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wow-post-nav .nav-title { display: block; margin-top: 5px; font-size: 15px; font-weight: 850; line-height: 1.35; }

.wow-related { padding: 70px 0 90px; background: var(--wow-card); }
.wow-page { padding: 70px 0 94px; }
.wow-page-header { width: min(calc(100% - 40px), var(--wow-reading)); margin: 0 auto 42px; }
.wow-page-header > p { color: var(--wow-muted); }
.wow-page-header .wow-search-form { margin: 26px 0; }

/* Comments */
.wow-comments { width: min(calc(100% - 40px), var(--wow-reading)); margin: 60px auto 0; }
.wow-comments-title { font-size: 27px; letter-spacing: -.035em; }
.comment-list { padding: 0; list-style: none; }
.comment-list .children { list-style: none; }
.comment-body { padding: 22px 0; border-top: 1px solid var(--wow-line); }
.comment-meta { font-size: 13px; }
.comment-content { margin-top: 12px; }
.comment-respond { margin-top: 40px; }
.comment-form label { display: block; margin-bottom: 5px; font-size: 13px; font-weight: 800; }
.comment-form input:not([type="checkbox"]),
.comment-form textarea { width: 100%; padding: 12px 14px; background: var(--wow-white); border: 1px solid var(--wow-line); border-radius: 10px; }
.comment-form .submit { padding: 12px 20px; color: var(--wow-white); background: var(--wow-red); border: 0; border-radius: 999px; font-weight: 850; }

/* Footer */
.wow-site-footer { padding: 42px 0; color: #bdbec4; background: #191a1e; }
.wow-footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.wow-footer-brand { color: var(--wow-white); font-size: 17px; font-weight: 900; }
.wow-footer-copy { margin: 6px 0 0; color: #8f9096; font-size: 12px; }
.wow-footer-nav a { color: #c4c5ca; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.wow-footer-nav a:hover { color: var(--wow-white); }

/* Responsive */
@media (max-width: 1100px) {
  .admin-bar .wow-site-header { top: 32px; }
  .wow-site-header,
  .wow-header-inner { height: 68px; min-height: 68px; }
  .wow-header-inner { display: flex; justify-content: space-between; }
  .wow-brand .custom-logo { max-width: 180px; max-height: 30px; }
  .wow-wordmark { font-size: 21px; }
  .wow-menu-toggle { display: inline-flex; }
  .wow-header-actions { display: none; }
  .wow-primary-nav {
    position: fixed;
    inset: 68px 0 auto;
    max-height: 0;
    overflow: hidden;
    justify-self: auto;
    background: var(--wow-card);
    border-bottom: 1px solid var(--wow-line);
    opacity: 0;
    visibility: hidden;
    transition: max-height 220ms ease, opacity 160ms ease, visibility 160ms ease;
  }
  .admin-bar .wow-primary-nav { top: 100px; }
  .wow-menu-open .wow-primary-nav { max-height: calc(100vh - 68px); overflow-y: auto; opacity: 1; visibility: visible; }
  .wow-primary-nav ul { display: block; width: min(calc(100% - 40px), var(--wow-max)); padding: 17px 0 25px; margin: auto; }
  .wow-primary-nav li { border-bottom: 1px solid #eee9e3; }
  .wow-primary-nav a { padding: 15px 2px; font-size: 14px; }
  .wow-mobile-actions { display: flex !important; gap: 10px; padding-top: 18px; border: 0 !important; }
  .wow-mobile-actions a { width: 100%; padding: 12px 15px; color: var(--wow-white); background: var(--wow-ink); border-radius: 999px; text-align: center; }
  .wow-mobile-actions a:last-child { background: var(--wow-red); }
}

@media (max-width: 1050px) {
  .wow-hero-grid { gap: 42px; }
  .wow-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wow-youtube-panel { grid-template-columns: minmax(0, 1fr) 185px; }
  .wow-youtube-character { width: 185px; height: 247px; grid-column: 2; grid-row: 1 / span 2; }
  .wow-youtube-panel .wow-button { grid-column: 1; justify-self: start; }
}

@media (max-width: 930px) {
  .wow-hero { padding: 50px 0 54px; }
  .wow-hero-grid { grid-template-columns: 1fr; }
  .wow-feature-card,
  .wow-feature-media,
  .wow-feature-media img { min-height: 400px; }
  .wow-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wow-youtube-panel { grid-template-columns: minmax(0, 1fr) 175px; padding: 44px; }
  .wow-youtube-character { width: 175px; height: 233px; }
}

@media (max-width: 782px) {
  .admin-bar .wow-site-header { top: 46px; }
  .admin-bar .wow-primary-nav { top: 114px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .wow-container { width: min(calc(100% - 28px), var(--wow-max)); }
  .wow-hero { padding: 42px 0 45px; }
  .wow-hero-title { font-size: clamp(39px, 12vw, 55px); }
  .wow-hero-copy { font-size: 16px; }
  .wow-proof { gap: 14px; justify-content: space-between; }
  .wow-proof-item { min-width: 0; }
  .wow-proof strong { font-size: 18px; }
  .wow-proof span { font-size: 9px; }
  .wow-feature-card,
  .wow-feature-media,
  .wow-feature-media img { min-height: 360px; }
  .wow-feature-content { padding: 24px; }
  .wow-section { padding: 64px 0; }
  .wow-section-heading { display: block; margin-bottom: 27px; }
  .wow-section-heading .wow-arrow-link { display: inline-block; margin-top: 14px; }
  .wow-path-grid,
  .wow-post-grid { grid-template-columns: 1fr; }
  .wow-path-card { min-height: 210px; }
  .wow-youtube-section { padding-bottom: 64px; }
  .wow-youtube-panel { grid-template-columns: minmax(0, 1fr) 130px; gap: 18px; min-height: 0; padding: 38px 27px; border-radius: 22px; }
  .wow-youtube-character { width: 130px; height: 174px; margin: -10px -8px -38px 0; }
  .wow-article { padding: 48px 0 72px; }
  .wow-article-header { width: min(calc(100% - 28px), 940px); }
  .wow-article-title { font-size: clamp(37px, 11.6vw, 56px); }
  .wow-featured-image { width: min(calc(100% - 28px), 1120px); margin-bottom: 40px; border-radius: 18px; }
  .wow-entry-content,
  .wow-page-content,
  .wow-article-footer,
  .wow-comments,
  .wow-page-header { width: min(calc(100% - 28px), var(--wow-reading)); }
  .wow-entry-content .alignwide,
  .wow-page-content .alignwide { width: calc(100vw - 28px); }
  .wow-entry-content .wp-block-rank-math-toc-block,
  .wow-entry-content .wow-jump-box { padding: 20px 18px; margin: 28px 0 36px; }
  .wow-entry-content .wow-section-summary { padding: 16px; }
  .wow-entry-content .wow-conclusion,
  .wow-page-content .wow-conclusion,
  .wow-entry-content .wow-verdict { padding: 23px 20px; }
  .wow-entry-content .wow-stat-strip,
  .wow-page-content .wow-stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wow-entry-content .wow-reference-row {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 11px;
  }
  .wow-entry-content .wow-reference-details { grid-column: 2; text-align: left; }
  .wow-entry-content .wow-reference-intro { padding: 18px; }
  .wow-page-content .wow-page-hero { padding: 31px 23px; border-radius: 18px; }
  .wow-page-content .wow-page-path-card { padding: 23px; }
  .wow-page-content .wow-page-cta { padding: 30px 23px; }
  .wow-post-nav { width: min(calc(100% - 28px), 960px); }
  .wow-post-nav .nav-links { grid-template-columns: 1fr; }
  .wow-post-nav .nav-next { text-align: left; }
  .wow-footer-inner { grid-template-columns: 1fr; }
  .wow-footer-nav ul { flex-wrap: wrap; gap: 13px 20px; }
  .wow-search-form { display: grid; }
}

@media (max-width: 480px) {
  .wow-header-inner { gap: 12px; }
  .wow-brand .custom-logo { max-width: 164px; }
  .wow-wordmark { font-size: 19px; }
  .wow-hero-actions .wow-button { width: 100%; }
  .wow-proof-divider { display: none; }
  .wow-proof { align-items: flex-start; }
  .wow-feature-card,
  .wow-feature-media,
  .wow-feature-media img { min-height: 330px; }

  .wow-feature-footer { align-items: flex-start; flex-direction: column; gap: 8px; }

  .wow-case-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .wow-game-case:nth-child(n + 9) { display: none; }

  .wow-youtube-panel { grid-template-columns: 1fr; }
  .wow-youtube-character { width: 150px; height: 200px; grid-column: 1; grid-row: auto; justify-self: center; margin: -8px 0 -28px; }
  .wow-youtube-panel .wow-button { grid-column: 1; justify-self: stretch; }
}

@media (max-width: 360px) {
  .wow-brand .custom-logo { max-width: 145px; }
  .wow-wordmark { font-size: 17px; }
  .wow-proof { gap: 8px; }
  .wow-proof strong { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
